licensing: Add licensing metadata to many packages Two new variables are introduces...
authorHamish Guthrie <hcg@openwrt.org>
Fri, 19 Oct 2012 15:34:28 +0000 (15:34 +0000)
committerHamish Guthrie <hcg@openwrt.org>
Fri, 19 Oct 2012 15:34:28 +0000 (15:34 +0000)
The licensing metadata is put into the bin/<platform>/packages/Packages file
for later parsing. A script for that is on it's way!

SVN-Revision: 33861

Makefile

index 49a3cc3dc716e6382a4af5e6194a47b986a3cace..9639ac315416c8b0621efc8c6e00e2b7aa0c8eb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,9 @@ PKG_NAME:=libnl-tiny
 PKG_VERSION:=0.1
 PKG_RELEASE:=3
 
+PKG_LICENSE:=GPLv2 LGPLv2.1
+PKG_LICENSE_FILES:=
+
 PKG_MAINTAINER:=Felix Fietkau <nbd@openwrt.org>
 
 include $(INCLUDE_DIR)/package.mk