open-plc-utils: add license information
authorFlorian Fainelli <florian@openwrt.org>
Fri, 28 Nov 2014 19:31:11 +0000 (11:31 -0800)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 28 Nov 2014 19:36:36 +0000 (11:36 -0800)
Add licensing information for the open-plc-utils package and update the
copyright.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
utils/open-plc-utils/Makefile

index 1a4204fb9ad40ef6199923cd8c0314f4b1f9d4cf..bc835250f155867f8d86e26b836d28683f4c3414 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2013 OpenWrt.org
+# Copyright (C) 2013-2014 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -19,6 +19,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 
 PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
 
+PKG_LICENSE:=ISC
+PKG_LICENSE_FILE:=LICENSE
+
 PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk