diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-13 12:17:39 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-13 14:32:42 +0100 |
commit | 2214eedb6e74f191691f67e0eea6c775bee45f54 (patch) | |
tree | 790a9dddd75f7180cc4e2382289a5607643d3cac /utils | |
parent | 685ef7d97b345c09edd428250794dd9fce07a174 (diff) |
collectd: add license informations
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/collectd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 0119c88aa..0594e6347 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 <jo@mein.io>, Hannu Nyman <hannu.nyman@iki.fi> 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 |