Author: luka
Date: 2014-11-30 00:45:53 +0100 (Sun, 30 Nov 2014)
New Revision: 43429

Modified:
   trunk/package/boot/uboot-ar71xx/Makefile
   trunk/package/boot/uboot-envtools/Makefile
   trunk/package/boot/uboot-kirkwood/Makefile
   trunk/package/boot/uboot-lantiq/Makefile
   trunk/package/boot/uboot-mxs/Makefile
   trunk/package/boot/uboot-omap/Makefile
   trunk/package/boot/uboot-oxnas/Makefile
   trunk/package/boot/uboot-pxa/Makefile
   trunk/package/boot/uboot-sunxi/Makefile
   trunk/package/boot/uboot-xburst/Makefile
Log:
[package] uboot-*: update license info in uboot packages

Signed-off-by: Luka Perkov <[email protected]>

Modified: trunk/package/boot/uboot-ar71xx/Makefile
===================================================================
--- trunk/package/boot/uboot-ar71xx/Makefile    2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-ar71xx/Makefile    2014-11-29 23:45:53 UTC (rev 
43429)
@@ -20,6 +20,9 @@
 PKG_MD5SUM:=
 PKG_TARGETS:=bin
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-envtools/Makefile
===================================================================
--- trunk/package/boot/uboot-envtools/Makefile  2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-envtools/Makefile  2014-11-29 23:45:53 UTC (rev 
43429)
@@ -23,6 +23,9 @@
 
 PKG_BUILD_DEPENDS:=+fstools
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define Package/uboot-envtools

Modified: trunk/package/boot/uboot-kirkwood/Makefile
===================================================================
--- trunk/package/boot/uboot-kirkwood/Makefile  2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-kirkwood/Makefile  2014-11-29 23:45:53 UTC (rev 
43429)
@@ -19,6 +19,9 @@
 PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e
 PKG_TARGETS:=bin
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 PKG_BUILD_PARALLEL:=1
 
 include $(INCLUDE_DIR)/package.mk

Modified: trunk/package/boot/uboot-lantiq/Makefile
===================================================================
--- trunk/package/boot/uboot-lantiq/Makefile    2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-lantiq/Makefile    2014-11-29 23:45:53 UTC (rev 
43429)
@@ -19,6 +19,9 @@
 PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2
 PKG_TARGETS:=bin
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 PKG_BUILD_PARALLEL:=1
 
 FIRMWARE_LANTIQ_SOURCE:=$(TOPDIR)/target/linux/lantiq/files/firmware/lantiq

Modified: trunk/package/boot/uboot-mxs/Makefile
===================================================================
--- trunk/package/boot/uboot-mxs/Makefile       2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-mxs/Makefile       2014-11-29 23:45:53 UTC (rev 
43429)
@@ -18,6 +18,9 @@
        ftp://ftp.denx.de/pub/u-boot
 PKG_MD5SUM:=36d4bad687edcafa396fee607e505d4e
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-omap/Makefile
===================================================================
--- trunk/package/boot/uboot-omap/Makefile      2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-omap/Makefile      2014-11-29 23:45:53 UTC (rev 
43429)
@@ -19,6 +19,9 @@
 PKG_MD5SUM:=a076a044b64371edc52f7e562b13f6b2
 PKG_TARGETS:=bin
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-oxnas/Makefile
===================================================================
--- trunk/package/boot/uboot-oxnas/Makefile     2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-oxnas/Makefile     2014-11-29 23:45:53 UTC (rev 
43429)
@@ -20,6 +20,9 @@
 
 PKG_MD5SUM:=6d2116d1385a66e9a59742caa9d62a54
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-pxa/Makefile
===================================================================
--- trunk/package/boot/uboot-pxa/Makefile       2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-pxa/Makefile       2014-11-29 23:45:53 UTC (rev 
43429)
@@ -18,6 +18,9 @@
 PKG_SOURCE_VERSION:=ca6bf3ef6ac5f5132a359b43dfa31e07076b74b7
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-sunxi/Makefile
===================================================================
--- trunk/package/boot/uboot-sunxi/Makefile     2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-sunxi/Makefile     2014-11-29 23:45:53 UTC (rev 
43429)
@@ -16,6 +16,9 @@
 PKG_SOURCE_VERSION:=6d2116d1385a66e9a59742caa9d62a54
 
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default

Modified: trunk/package/boot/uboot-xburst/Makefile
===================================================================
--- trunk/package/boot/uboot-xburst/Makefile    2014-11-29 22:43:59 UTC (rev 
43428)
+++ trunk/package/boot/uboot-xburst/Makefile    2014-11-29 23:45:53 UTC (rev 
43429)
@@ -20,6 +20,9 @@
 PKG_MD5SUM:=451c07271940016cec6f5ad8a155263b
 PKG_TARGETS:=bin
 
+PKG_LICENSE:=GPL-2.0 GPL-2.0+
+PKG_LICENSE_FILES:=Licenses/README
+
 include $(INCLUDE_DIR)/package.mk
 
 define uboot/Default
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to