From 0055fc9150bd6a2c3ed67cda4583d0b0e0b34d80 Mon Sep 17 00:00:00 2001 From: Strhuan Blomquist Date: Thu, 5 Sep 2019 15:13:56 +0200 Subject: [PATCH] loopdetector:Update Makefile for license also added opkg hooks --- loop-detector/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/loop-detector/Makefile b/loop-detector/Makefile index 2e6668ead..73954e6f6 100644 --- a/loop-detector/Makefile +++ b/loop-detector/Makefile @@ -1,3 +1,9 @@ +# Copyright (C) 2019 iopsys +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=loop-detector @@ -11,6 +17,9 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) +PKG_LICENSE:=GPLv2 +PKG_LICENSE_FILES:=COPYING + include $(INCLUDE_DIR)/package.mk