Browse Source

pciutils: add license.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas 10 years ago
parent
commit
2e8abd4121
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      utils/pciutils/Makefile

+ 3
- 0
utils/pciutils/Makefile View File

@@ -16,6 +16,9 @@ PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
16 16
 PKG_MD5SUM:=425b1acad6854cc2bbb06ac8e48e76fc
17 17
 PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
18 18
 
19
+PKG_LICENSE:=GPL-2.0
20
+PKG_LICENSE_FILES:=COPYING
21
+
19 22
 PKG_INSTALL:=1
20 23
 
21 24
 include $(INCLUDE_DIR)/package.mk