[openwrt/openwrt] fakeroot: add license information

LEDE Commits lede-commits at lists.infradead.org
Tue Sep 8 10:03:17 EDT 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/97096531bb3f187dce04e7c490de1282254a32e5

commit 97096531bb3f187dce04e7c490de1282254a32e5
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Sep 8 14:58:17 2020 +0100

    fakeroot: add license information
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 tools/fakeroot/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tools/fakeroot/Makefile b/tools/fakeroot/Makefile
index 2df893d64d..5bb8ab342c 100644
--- a/tools/fakeroot/Makefile
+++ b/tools/fakeroot/Makefile
@@ -10,6 +10,8 @@ PKG_VERSION:=1.24
 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
 PKG_SOURCE_URL:=http://deb.debian.org/debian/pool/main/f/fakeroot
 PKG_HASH:=2e045b3160370b8ab4d44d1f8d267e5d1d555f1bb522d650e7167b09477266ed
+PKG_LICENSE:=GPL-3.0-or-later
+PKG_LICENSE_FILES:=COPYING
 
 include $(INCLUDE_DIR)/host-build.mk
 



More information about the lede-commits mailing list