From c67f2f0212e9e9ab013b95181660db659636b77a Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Wed, 4 Sep 2019 16:21:37 +0200 Subject: [PATCH] catv:adding licence info to make file and opkg --- catv/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/catv/Makefile b/catv/Makefile index b1519ab84..302c12a94 100644 --- a/catv/Makefile +++ b/catv/Makefile @@ -1,9 +1,19 @@ +# +# Copyright (C) 2018 iopsys Software Solutions AB +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=catv PKG_RELEASE:=1 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=none + include $(INCLUDE_DIR)/package.mk define Package/catv