diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-09 04:58:58 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-08-09 04:58:58 +0200 |
commit | 910d3a956ce4720aaa4b1ca94818cfaa80842967 (patch) | |
tree | 5ccdec1dcfa587292349e18f99374944e3fe93bc /libs/libuecc | |
parent | a14fa943396dff610367b5a50772ef1a1cb092f7 (diff) |
libuecc, fastd: add licensing information
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'libs/libuecc')
-rw-r--r-- | libs/libuecc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 0fe483383..6147948a1 100644 --- a/libs/libuecc/Makefile +++ b/libs/libuecc/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/71 PKG_MD5SUM:=7f44df5dc69cb8686947562e2a11eea9 +PKG_LICENSE:=BSD-2-Clause +PKG_LICENSE_FILE:=COPYRIGHT + include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |