Browse Source

libp11: add PKG_LICENSE information

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle 10 years ago
parent
commit
60e2f882b8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      libs/libp11/Makefile

+ 2
- 0
libs/libp11/Makefile View File

@@ -11,6 +11,8 @@ PKG_NAME:=libp11
11 11
 PKG_VERSION:=20131021
12 12
 PKG_RELEASE:=1
13 13
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
14
+PKG_LICENSE:=LGPL-2.1+
15
+PKG_LICENSE_FILES:=COPYING
14 16
 
15 17
 PKG_RELEASE=$(PKG_SOURCE_VERSION)
16 18