Browse Source

debootstrap: Add PKG_LICENSE information.

Adopted the license term "Unique" to signify a license not listed by SDPX.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
Ian Leonard 10 years ago
parent
commit
9b028e3f9c
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      admin/debootstrap/Makefile

+ 3
- 1
admin/debootstrap/Makefile View File

@@ -1,6 +1,6 @@
1 1
 #
2 2
 # Copyright (C) 2010 Gianluigi Tiesi <sherpya@netfarm.it>
3
-# Copyright (C) 2011-2013 OpenWrt.org
3
+# Copyright (C) 2011-2014 OpenWrt.org
4 4
 #
5 5
 # This is free software, licensed under the GNU General Public License v2.
6 6
 # See /LICENSE for more information.
@@ -16,6 +16,8 @@ PKG_MAINTAINER=Daniel Golle <daniel@makrotopia.org>
16 16
 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
17 17
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
18 18
 PKG_MD5SUM:=6d4e3b97981b9e0bb86f49d8edac91af
19
+PKG_LICENSE:=Unique
20
+PKG_LICENSE_FILES:=debian/copyright
19 21
 
20 22
 UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf -
21 23