From: Matthias Schiffer Date: Sat, 9 Aug 2014 02:58:58 +0000 (+0200) Subject: libuecc, fastd: add licensing information X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=910d3a956ce4720aaa4b1ca94818cfaa80842967;p=feed%2Fpackages.git libuecc, fastd: add licensing information Signed-off-by: Matthias Schiffer --- diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile index 0fe4833837..6147948a15 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 diff --git a/net/fastd/Makefile b/net/fastd/Makefile index 0629cd7b6d..e2fca698e1 100644 --- a/net/fastd/Makefile +++ b/net/fastd/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/75 PKG_MD5SUM:=34f6bdebd0410a1fba7c8fd06fff7a05 +PKG_LICENSE:=BSD-2-Clause +PKG_LICENSE_FILE:=COPYRIGHT + PKG_CONFIG_DEPENDS:=\ CONFIG_FASTD_ENABLE_METHOD_CIPHER_TEST \ CONFIG_FASTD_ENABLE_METHOD_COMPOSED_GMAC \