From 2214eedb6e74f191691f67e0eea6c775bee45f54 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 13 Mar 2024 12:17:39 +0100 Subject: [PATCH] collectd: add license informations Signed-off-by: Florian Eckert --- utils/collectd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 0119c88aad..0594e6347b 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -20,6 +20,8 @@ PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:=aclocal.m4 libltdl/aclocal.m4 PKG_MAINTAINER:=Jo-Philipp Wich , Hannu Nyman PKG_CPE_ID:=cpe:/a:collectd:collectd +PKG_LICENSE:=MIT GPL-2.0-or-later +PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1