From 910d3a956ce4720aaa4b1ca94818cfaa80842967 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 9 Aug 2014 04:58:58 +0200 Subject: [PATCH] libuecc, fastd: add licensing information Signed-off-by: Matthias Schiffer --- libs/libuecc/Makefile | 3 +++ net/fastd/Makefile | 3 +++ 2 files changed, 6 insertions(+) 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 \ -- 2.30.2