Browse Source

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>
Florian Fainelli 10 years ago
parent
commit
50a3f36538
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      utils/open-plc-utils/Makefile

+ 4
- 1
utils/open-plc-utils/Makefile View File

1
 #
1
 #
2
-# Copyright (C) 2013 OpenWrt.org
2
+# Copyright (C) 2013-2014 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
19
 
19
 
20
 PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
20
 PKG_MAINTAINER:=Florian Fainelli <florian@openwrt.org>
21
 
21
 
22
+PKG_LICENSE:=ISC
23
+PKG_LICENSE_FILE:=LICENSE
24
+
22
 PKG_BUILD_PARALLEL:=1
25
 PKG_BUILD_PARALLEL:=1
23
 
26
 
24
 include $(INCLUDE_DIR)/package.mk
27
 include $(INCLUDE_DIR)/package.mk