From 7b65761c4b48d50be241b1a8a59b27a0f955de30 Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 13:56:17 +0200 Subject: [PATCH] ifsi:Added Copywrite to make file and updated opkg database --- ifsi/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ifsi/Makefile b/ifsi/Makefile index 0c04f9d76..78d552f42 100644 --- a/ifsi/Makefile +++ b/ifsi/Makefile @@ -1,5 +1,7 @@ # -# Copyright (C) 2015 Inteno +# Copyright (C) 2018 iopsys Software Solutions AB +# +# This is free software, licensed under the GNU General Public License v2. # include $(TOPDIR)/rules.mk @@ -9,6 +11,7 @@ PKG_NAME:=ifsi PKG_VERSION:=1.0.0 PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 include $(INCLUDE_DIR)/package.mk