From c775b0247004c6fd07586e2020e9d644cf306849 Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 14:07:11 +0200 Subject: [PATCH] iop:added copywrite --- iop/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/iop/Makefile b/iop/Makefile index 15af0ac88..33e78b7d2 100644 --- a/iop/Makefile +++ b/iop/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2019 iopsys # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,6 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=iop PKG_VERSION:=1.0 PKG_RELEASE:=0 +PKG_LICENSE:=GPLv2 include $(INCLUDE_DIR)/package.mk