From 2e8abd412171d53abba9a97b5308c9784136a5fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 25 Jul 2014 20:57:34 +0200 Subject: [PATCH] pciutils: add license. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- utils/pciutils/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index b6255985e9..82d016b7e1 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils PKG_MD5SUM:=425b1acad6854cc2bbb06ac8e48e76fc PKG_MAINTAINER:=Álvaro Fernández Rojas +PKG_LICENSE:=GPL-2.0 +PKG_LICENSE_FILES:=COPYING + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk