From ac364ff42d7234bf0c829134b6bc30a85bf36c3a Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Wed, 4 Sep 2019 17:03:53 +0200 Subject: [PATCH] easy-soc-libs:Update to Makefile for licence tags --- easy-soc-libs.deprecated/Makefile | 7 ++++++- easy-soc-libs/Makefile | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/easy-soc-libs.deprecated/Makefile b/easy-soc-libs.deprecated/Makefile index f7fc80492..aba91fdb8 100644 --- a/easy-soc-libs.deprecated/Makefile +++ b/easy-soc-libs.deprecated/Makefile @@ -1,6 +1,8 @@ # -# Copyright (C) 2018 Iopsys +# Copyright (C) 2019 iopsys Software Solutions AB # +# This is free software, licensed under the GNU General Public License v2. +# include $(TOPDIR)/rules.mk @@ -16,6 +18,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(PKG_SOURCE_VERSION).tar.xz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=LICENSE + include $(INCLUDE_DIR)/package.mk define Package/easy-soc-libs.deprecated diff --git a/easy-soc-libs/Makefile b/easy-soc-libs/Makefile index 7f24e8ed6..d291e5035 100644 --- a/easy-soc-libs/Makefile +++ b/easy-soc-libs/Makefile @@ -1,6 +1,8 @@ # -# Copyright (C) 2018 Iopsys +# Copyright (C) 2019 iopsys Software Solutions AB # +# This is free software, licensed under the GNU General Public License v2. +# include $(TOPDIR)/rules.mk @@ -19,6 +21,9 @@ endif PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=LICENSE + include $(INCLUDE_DIR)/package.mk define Package/easy-soc-libs