Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] systemd: fix license according to README file
@ 2015-06-30 20:42 Vicente Olivert Riera
  2015-06-30 20:47 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2015-06-30 20:42 UTC (permalink / raw)
  To: buildroot

Fixes:
  http://autobuild.buildroot.org/results/6e3/6e3dace5892a589225a93c896917833ebc8028f3

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
 package/systemd/systemd.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
index ee17bc8..7094b98 100644
--- a/package/systemd/systemd.mk
+++ b/package/systemd/systemd.mk
@@ -7,8 +7,8 @@
 SYSTEMD_VERSION = 221
 SYSTEMD_SITE = http://www.freedesktop.org/software/systemd
 SYSTEMD_SOURCE = systemd-$(SYSTEMD_VERSION).tar.xz
-SYSTEMD_LICENSE = LGPLv2.1+; GPLv2+ for udev; MIT-like license for few source files listed in README
-SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1 LICENSE.MIT
+SYSTEMD_LICENSE = LGPLv2.1+; GPLv2 and GPLv2+ for udev; Public Domain license for few source files listed in README
+SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1
 SYSTEMD_INSTALL_STAGING = YES
 SYSTEMD_DEPENDENCIES = \
 	host-intltool \
-- 
2.3.6

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] systemd: fix license according to README file
  2015-06-30 20:42 [Buildroot] [PATCH] systemd: fix license according to README file Vicente Olivert Riera
@ 2015-06-30 20:47 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-06-30 20:47 UTC (permalink / raw)
  To: buildroot

Vicente,

On Tue, 30 Jun 2015 22:42:18 +0200, Vicente Olivert Riera wrote:

> diff --git a/package/systemd/systemd.mk b/package/systemd/systemd.mk
> index ee17bc8..7094b98 100644
> --- a/package/systemd/systemd.mk
> +++ b/package/systemd/systemd.mk
> @@ -7,8 +7,8 @@
>  SYSTEMD_VERSION = 221
>  SYSTEMD_SITE = http://www.freedesktop.org/software/systemd
>  SYSTEMD_SOURCE = systemd-$(SYSTEMD_VERSION).tar.xz
> -SYSTEMD_LICENSE = LGPLv2.1+; GPLv2+ for udev; MIT-like license for few source files listed in README
> -SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1 LICENSE.MIT
> +SYSTEMD_LICENSE = LGPLv2.1+; GPLv2 and GPLv2+ for udev; Public Domain license for few source files listed in README

Why specify both GPLv2 and GPLv2+ for udev?

Also, this string really doesn't look like what we usually do, it
should rather be:

	LGPLv2.1+, GPLv2+ (udev), Public Domain (few source files, see README)

and since the README is important to licensing apparently, it should be mentioned in:

> +SYSTEMD_LICENSE_FILES = LICENSE.GPL2 LICENSE.LGPL2.1

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-30 20:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 20:42 [Buildroot] [PATCH] systemd: fix license according to README file Vicente Olivert Riera
2015-06-30 20:47 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox