Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
50a3f36538
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  1. 4
    1
      utils/open-plc-utils/Makefile

+ 4
- 1
utils/open-plc-utils/Makefile Dosyayı Görüntüle

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