소스 검색

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 년 전
부모
커밋
50a3f36538
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4
    1
      utils/open-plc-utils/Makefile

+ 4
- 1
utils/open-plc-utils/Makefile 파일 보기

@@ -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