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