* [Buildroot] [PATCH 1/1] collectd: fix license
@ 2018-06-24 12:03 Fabrice Fontaine
2018-06-24 13:56 ` Thomas Petazzoni
2018-07-18 21:34 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2018-06-24 12:03 UTC (permalink / raw)
To: buildroot
- Since version 5.5, daemon is licensed under MIT:
https://github.com/collectd/collectd/commit/889e5e6bd51d38d490289332053a238a4f1c70b3
- Plugins are licensed under MIT, GPL-2.0 or LGPL-2.1
- Add libltdl/COPYING.LIB to license files to have a copy of LGPL-2.1 as
it is not in COPYING
- Add hash for both license files
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/collectd/collectd.hash | 4 ++++
package/collectd/collectd.mk | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/package/collectd/collectd.hash b/package/collectd/collectd.hash
index be2f646c9c..cf7e0b83f9 100644
--- a/package/collectd/collectd.hash
+++ b/package/collectd/collectd.hash
@@ -1,2 +1,6 @@
# From https://collectd.org/files/SHA256SUM
sha256 7edd3643c0842215553b2421d5456f4e9a8a58b07e216b40a7e8e91026d8e501 collectd-5.7.1.tar.bz2
+
+# Hash for license files
+sha256 ed0409b2b1c30566dab5fcdaf46ee70e140c99788e22f0267645a9357b476ae4 COPYING
+sha256 f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa libltdl/COPYING.LIB
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk
index 6c987b2e36..ef45f342ae 100644
--- a/package/collectd/collectd.mk
+++ b/package/collectd/collectd.mk
@@ -9,8 +9,8 @@ COLLECTD_SITE = http://collectd.org/files
COLLECTD_SOURCE = collectd-$(COLLECTD_VERSION).tar.bz2
COLLECTD_CONF_ENV = ac_cv_lib_yajl_yajl_alloc=yes
COLLECTD_INSTALL_STAGING = YES
-COLLECTD_LICENSE = GPL-2.0, LGPL-2.1
-COLLECTD_LICENSE_FILES = COPYING
+COLLECTD_LICENSE = MIT (daemon, plugins), GPL-2.0 (plugins), LGPL-2.1 (plugins)
+COLLECTD_LICENSE_FILES = COPYING libltdl/COPYING.LIB
# These require unmet dependencies, are fringe, pointless or deprecated
COLLECTD_PLUGINS_DISABLE = \
--
2.14.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] collectd: fix license
2018-06-24 12:03 [Buildroot] [PATCH 1/1] collectd: fix license Fabrice Fontaine
@ 2018-06-24 13:56 ` Thomas Petazzoni
2018-07-18 21:34 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-06-24 13:56 UTC (permalink / raw)
To: buildroot
Hello,
On Sun, 24 Jun 2018 14:03:23 +0200, Fabrice Fontaine wrote:
> - Since version 5.5, daemon is licensed under MIT:
> https://github.com/collectd/collectd/commit/889e5e6bd51d38d490289332053a238a4f1c70b3
> - Plugins are licensed under MIT, GPL-2.0 or LGPL-2.1
> - Add libltdl/COPYING.LIB to license files to have a copy of LGPL-2.1 as
> it is not in COPYING
> - Add hash for both license files
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/collectd/collectd.hash | 4 ++++
> package/collectd/collectd.mk | 4 ++--
> 2 files changed, 6 insertions(+), 2 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] collectd: fix license
2018-06-24 12:03 [Buildroot] [PATCH 1/1] collectd: fix license Fabrice Fontaine
2018-06-24 13:56 ` Thomas Petazzoni
@ 2018-07-18 21:34 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-07-18 21:34 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> - Since version 5.5, daemon is licensed under MIT:
> https://github.com/collectd/collectd/commit/889e5e6bd51d38d490289332053a238a4f1c70b3
> - Plugins are licensed under MIT, GPL-2.0 or LGPL-2.1
> - Add libltdl/COPYING.LIB to license files to have a copy of LGPL-2.1 as
> it is not in COPYING
> - Add hash for both license files
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2018.02.x and 2018.05.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-07-18 21:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24 12:03 [Buildroot] [PATCH 1/1] collectd: fix license Fabrice Fontaine
2018-06-24 13:56 ` Thomas Petazzoni
2018-07-18 21:34 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox