aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2014-11-28 11:31:11 -0800
committerFlorian Fainelli <florian@openwrt.org>2014-11-28 11:36:36 -0800
commit50a3f36538e68c6145e354790bc4e81667b59258 (patch)
tree050dfab55e4099c0af2976170006d0d03bf27d07
parentd2743c9d0fcddeaa8481434afcdf1dfac700f256 (diff)
open-plc-utils: add license information
Add licensing information for the open-plc-utils package and update the copyright. Signed-off-by: Florian Fainelli <florian@openwrt.org>
-rw-r--r--utils/open-plc-utils/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/open-plc-utils/Makefile b/utils/open-plc-utils/Makefile
index 1a4204fb9..bc835250f 100644
--- a/utils/open-plc-utils/Makefile
+++ b/utils/open-plc-utils/Makefile
@@ -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