All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Various license clarifications
@ 2011-12-15 23:30 Joshua Lock
  2011-12-15 23:30 ` [PATCH 01/10] gypsy: fix LICENSE field Joshua Lock
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

A few metadata massages to ensure LICENSE fields specify the correct license
version.

The following changes since commit 0eb139619301d0efee330932eba3617dcb39284e:

  Patch Upstream Status Updates (2011-12-15 14:35:27 +0000)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib josh/updates
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/updates

Joshua Lock (10):
  gypsy: fix LICENSE field
  udev: fix LICENSE fields to be SPDX compliant
  apt: clarify LICENSE as GPL-2.0
  dpkg: clarify LICENSE as GPL-2.0
  clutter: clarify LICENSE as LGPL-2.1
  cogl: clarify LICENSE as LGPL-2.1 and fix metadata
  matchbox-wm: clarify LICENSE as GPL-2.0
  pango: clarify LICENSE is LGPL-2.0+
  matchbox-desktop: clarify LICENSE is GPL-2.0+
  matchbox-session-sato: clarify LICENSE in GPL-2.0

 meta/recipes-connectivity/gypsy/gypsy.inc          |    2 +-
 meta/recipes-core/udev/udev-new.inc                |    2 +-
 meta/recipes-core/udev/udev.inc                    |    4 ++--
 meta/recipes-devtools/apt/apt.inc                  |    2 +-
 meta/recipes-devtools/dpkg/dpkg.inc                |    2 +-
 meta/recipes-graphics/clutter/clutter.inc          |    2 +-
 meta/recipes-graphics/clutter/cogl.inc             |    6 +++---
 .../matchbox-wm/matchbox-wm_1.2.bb                 |    2 +-
 meta/recipes-graphics/pango/pango.inc              |    2 +-
 .../matchbox-desktop/matchbox-desktop_0.9.1.bb     |    2 +-
 .../matchbox-desktop/matchbox-desktop_2.0.bb       |    2 +-
 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    2 +-
 12 files changed, 15 insertions(+), 15 deletions(-)

-- 
1.7.7.4




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

* [PATCH 01/10] gypsy: fix LICENSE field
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant Joshua Lock
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Gypsy binaries are Gpl-2.0 and the libraries LGPL-2.0

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-connectivity/gypsy/gypsy.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/gypsy/gypsy.inc b/meta/recipes-connectivity/gypsy/gypsy.inc
index 9b1c97e..c2dead4 100644
--- a/meta/recipes-connectivity/gypsy/gypsy.inc
+++ b/meta/recipes-connectivity/gypsy/gypsy.inc
@@ -4,7 +4,7 @@ multiple clients to access GPS data from multiple GPS sources \
 concurrently.  Gypsy also hides the details of parsing NMEA from the \
 client applications, passing the data as simple values for the clients \
 to use."
-LICENSE = "GPL"
+LICENSE = "GPL-2.0 & LGPL-2.1"
 SECTION = "x11"
 DEPENDS = "glib-2.0 dbus bluez4 dbus-glib"
 
-- 
1.7.7.4




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

* [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
  2011-12-15 23:30 ` [PATCH 01/10] gypsy: fix LICENSE field Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-16  7:36   ` Khem Raj
  2011-12-15 23:30 ` [PATCH 03/10] apt: clarify LICENSE as GPL-2.0 Joshua Lock
                   ` (8 subsequent siblings)
  10 siblings, 1 reply; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Additionally I'm not sure where the LGPL license came from, the COPYING
file and Fedora both say GPL v2 or later so drop the LGPL entry for now.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-core/udev/udev-new.inc |    2 +-
 meta/recipes-core/udev/udev.inc     |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-core/udev/udev-new.inc b/meta/recipes-core/udev/udev-new.inc
index eac7903..769d54a 100644
--- a/meta/recipes-core/udev/udev-new.inc
+++ b/meta/recipes-core/udev/udev-new.inc
@@ -2,7 +2,7 @@ SUMMARY = "/dev/ and hotplug management daemon"
 DESCRIPTION = "udev is a daemon which dynamically creates and removes device nodes from \
 /dev/, handles hotplug events and loads drivers at boot time."
 HOMEPAGE = "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
-LICENSE = "GPLv2+ & LGPLv2.1+"
+LICENSE = "GPL-2.0+"
 LICENSE_${PN} = "GPLv2+"
 LICENSE_libudev = "LGPLv2.1+"
 LICENSE_libgudev = "LGPLv2.1+"
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index d731816..2e501fa 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -1,7 +1,7 @@
 SUMMARY = "/dev/ and hotplug management daemon"
 DESCRIPTION = "udev is a program which dynamically creates and removes device nodes from \
 /dev/. It responds to /sbin/hotplug device events and requires a 2.6 kernel."
-LICENSE = "GPL"
+LICENSE = "GPL-2.0+"
 
 SRC_URI += " \
 	   file://udev.rules \
@@ -11,7 +11,7 @@ SRC_URI += " \
 	   file://mount.sh \
 	   file://network.sh \
 	   file://local.rules \
-       file://udev-cache \
+           file://udev-cache \
            file://init"
 
 UDEV_DEVFS_RULES ?= "0"
-- 
1.7.7.4




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

* [PATCH 03/10] apt: clarify LICENSE as GPL-2.0
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
  2011-12-15 23:30 ` [PATCH 01/10] gypsy: fix LICENSE field Joshua Lock
  2011-12-15 23:30 ` [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 04/10] dpkg: " Joshua Lock
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-devtools/apt/apt.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/apt/apt.inc b/meta/recipes-devtools/apt/apt.inc
index 9d3268d..32e7d2d 100644
--- a/meta/recipes-devtools/apt/apt.inc
+++ b/meta/recipes-devtools/apt/apt.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "Advanced front-end for dpkg."
-LICENSE = "GPL"
+LICENSE = "GPL-2.0"
 SECTION = "base"
 
 SRC_URI = "${DEBIAN_MIRROR}/main/a/apt/apt_${PV}.tar.gz \
-- 
1.7.7.4




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

* [PATCH 04/10] dpkg: clarify LICENSE as GPL-2.0
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (2 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 03/10] apt: clarify LICENSE as GPL-2.0 Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 05/10] clutter: clarify LICENSE as LGPL-2.1 Joshua Lock
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-devtools/dpkg/dpkg.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index 2aecff5..d8f0fa5 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "Package maintenance system for Debian."
-LICENSE = "GPL"
+LICENSE = "GPL-2.0"
 SECTION = "base"
 
 INC_PR = "r15"
-- 
1.7.7.4




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

* [PATCH 05/10] clutter: clarify LICENSE as LGPL-2.1
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (3 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 04/10] dpkg: " Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 06/10] cogl: clarify LICENSE as LGPL-2.1 and fix metadata Joshua Lock
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-graphics/clutter/clutter.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/clutter/clutter.inc b/meta/recipes-graphics/clutter/clutter.inc
index 24cb30d..9e9c955 100644
--- a/meta/recipes-graphics/clutter/clutter.inc
+++ b/meta/recipes-graphics/clutter/clutter.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "Clutter graphics library"
 HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+LICENSE = "LGPL-2.1"
 
 # Internal json-glib was removed in Clutter 1.5.2, cogl was removed in 1.8, atk required since 1.8
 STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes libxi json-glib cogl atk"
-- 
1.7.7.4




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

* [PATCH 06/10] cogl: clarify LICENSE as LGPL-2.1 and fix metadata
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (4 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 05/10] clutter: clarify LICENSE as LGPL-2.1 Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 07/10] matchbox-wm: clarify LICENSE as GPL-2.0 Joshua Lock
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-graphics/clutter/cogl.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-graphics/clutter/cogl.inc b/meta/recipes-graphics/clutter/cogl.inc
index 81317c6..beb2854 100644
--- a/meta/recipes-graphics/clutter/cogl.inc
+++ b/meta/recipes-graphics/clutter/cogl.inc
@@ -1,6 +1,6 @@
-DESCRIPTION = "Clutter graphics library"
-HOMEPAGE = "http://www.clutter-project.org/"
-LICENSE = "LGPL"
+DESCRIPTION = "a modern 3D graphics API with associated utility APIs"
+HOMEPAGE = "http://wiki.clutter-project.org/wiki/Cogl"
+LICENSE = "LGPL-2.1"
 
 STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes gdk-pixbuf libxi"
 BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
-- 
1.7.7.4




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

* [PATCH 07/10] matchbox-wm: clarify LICENSE as GPL-2.0
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (5 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 06/10] cogl: clarify LICENSE as LGPL-2.1 and fix metadata Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+ Joshua Lock
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../matchbox-wm/matchbox-wm_1.2.bb                 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
index 63829ec..87794c8 100644
--- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
+++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.bb
@@ -1,6 +1,6 @@
 SECTION = "x11/wm"
 DESCRIPTION = "Matchbox window manager"
-LICENSE = "GPL"
+LICENSE = "GPL-2.0"
 DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes xdamage libxrender startup-notification expat"
 PR = "r4"
 
-- 
1.7.7.4




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

* [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (6 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 07/10] matchbox-wm: clarify LICENSE as GPL-2.0 Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-16  7:30   ` Koen Kooi
  2011-12-15 23:30 ` [PATCH 09/10] matchbox-desktop: clarify LICENSE is GPL-2.0+ Joshua Lock
                   ` (2 subsequent siblings)
  10 siblings, 1 reply; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 meta/recipes-graphics/pango/pango.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
index ff5a73a..922425c 100644
--- a/meta/recipes-graphics/pango/pango.inc
+++ b/meta/recipes-graphics/pango/pango.inc
@@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x."
 HOMEPAGE = "http://www.pango.org/"
 BUGTRACKER = "http://bugzilla.gnome.org"
 SECTION = "libs"
-LICENSE = "LGPL"
+LICENSE = "LGPL-2.0+"
 
 X11DEPENDS = "virtual/libx11 libxft"
 DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo "
-- 
1.7.7.4




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

* [PATCH 09/10] matchbox-desktop: clarify LICENSE is GPL-2.0+
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (7 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+ Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-15 23:30 ` [PATCH 10/10] matchbox-session-sato: clarify LICENSE in GPL-2.0 Joshua Lock
  2011-12-21 17:18 ` [PATCH 00/10] Various license clarifications Richard Purdie
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../matchbox-desktop/matchbox-desktop_0.9.1.bb     |    2 +-
 .../matchbox-desktop/matchbox-desktop_2.0.bb       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
index 0a02bb9..d633040 100644
--- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_0.9.1.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Matchbox Window Manager Desktop"
-LICENSE = "GPL"
+LICENSE = "GPL-2.0+"
 DEPENDS = "libmatchbox startup-notification"
 SECTION = "x11/wm"
 
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb
index 2943e4d..f1dde66 100644
--- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb
+++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.0.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Matchbox Window Manager Desktop"
-LICENSE = "GPL"
+LICENSE = "GPL-2.0+"
 DEPENDS = "gtk+ startup-notification"
 SECTION = "x11/wm"
 PR = "r2"
-- 
1.7.7.4




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

* [PATCH 10/10] matchbox-session-sato: clarify LICENSE in GPL-2.0
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (8 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 09/10] matchbox-desktop: clarify LICENSE is GPL-2.0+ Joshua Lock
@ 2011-12-15 23:30 ` Joshua Lock
  2011-12-21 17:18 ` [PATCH 00/10] Various license clarifications Richard Purdie
  10 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-15 23:30 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Joshua Lock <josh@linux.intel.com>
---
 .../matchbox-sato/matchbox-session-sato_0.1.bb     |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
index c738584..f463367 100644
--- a/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 HOMEPAGE = "http://www.matchbox-project.org/"
 BUGTRACKER = "http://bugzilla.openedhand.com/"
 
-LICENSE = "GPL"
+LICENSE = "GPL-2.0"
 LIC_FILES_CHKSUM = "file://session;endline=3;md5=f8a5c5b9c279e52dc094d10e11c2be63"
 
 # Distro can override initscripts provider
-- 
1.7.7.4




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

* Re: [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+
  2011-12-15 23:30 ` [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+ Joshua Lock
@ 2011-12-16  7:30   ` Koen Kooi
  2011-12-19 22:08     ` Joshua Lock
  0 siblings, 1 reply; 16+ messages in thread
From: Koen Kooi @ 2011-12-16  7:30 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 742 bytes --]


Op 16 dec. 2011, om 00:30 heeft Joshua Lock het volgende geschreven:

> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
> meta/recipes-graphics/pango/pango.inc |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
> index ff5a73a..922425c 100644
> --- a/meta/recipes-graphics/pango/pango.inc
> +++ b/meta/recipes-graphics/pango/pango.inc
> @@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x."
> HOMEPAGE = "http://www.pango.org/"
> BUGTRACKER = "http://bugzilla.gnome.org"
> SECTION = "libs"
> -LICENSE = "LGPL"
> +LICENSE = "LGPL-2.0+"

In the past we agreed to use LGLPv2+ for that, has that changed?

[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

* Re: [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant
  2011-12-15 23:30 ` [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant Joshua Lock
@ 2011-12-16  7:36   ` Khem Raj
  2011-12-19 18:48     ` Joshua Lock
  0 siblings, 1 reply; 16+ messages in thread
From: Khem Raj @ 2011-12-16  7:36 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

[-- Attachment #1: Type: text/plain, Size: 2205 bytes --]

On Thursday, December 15, 2011, Joshua Lock <josh@linux.intel.com> wrote:
> Additionally I'm not sure where the LGPL license came from, the COPYING
> file and Fedora both say GPL v2 or later so drop the LGPL entry for now.
>
> Signed-off-by: Joshua Lock <josh@linux.intel.com>
> ---
>  meta/recipes-core/udev/udev-new.inc |    2 +-
>  meta/recipes-core/udev/udev.inc     |    4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta/recipes-core/udev/udev-new.inc
b/meta/recipes-core/udev/udev-new.inc
> index eac7903..769d54a 100644
> --- a/meta/recipes-core/udev/udev-new.inc
> +++ b/meta/recipes-core/udev/udev-new.inc
> @@ -2,7 +2,7 @@ SUMMARY = "/dev/ and hotplug management daemon"
>  DESCRIPTION = "udev is a daemon which dynamically creates and removes
device nodes from \
>  /dev/, handles hotplug events and loads drivers at boot time."
>  HOMEPAGE = "
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
> -LICENSE = "GPLv2+ & LGPLv2.1+"
> +LICENSE = "GPL-2.0+"
>  LICENSE_${PN} = "GPLv2+

Why two notations for Gpl v2 above


>  LICENSE_libudev = "LGPLv2.1+"
>  LICENSE_libgudev = "LGPLv2.1+"
> diff --git a/meta/recipes-core/udev/udev.inc
b/meta/recipes-core/udev/udev.inc
> index d731816..2e501fa 100644
> --- a/meta/recipes-core/udev/udev.inc
> +++ b/meta/recipes-core/udev/udev.inc
> @@ -1,7 +1,7 @@
>  SUMMARY = "/dev/ and hotplug management daemon"
>  DESCRIPTION = "udev is a program which dynamically creates and removes
device nodes from \
>  /dev/. It responds to /sbin/hotplug device events and requires a 2.6
kernel."
> -LICENSE = "GPL"
> +LICENSE = "GPL-2.0+"
>
>  SRC_URI += " \
>           file://udev.rules \
> @@ -11,7 +11,7 @@ SRC_URI += " \
>           file://mount.sh \
>           file://network.sh \
>           file://local.rules \
> -       file://udev-cache \
> +           file://udev-cache \
>            file://init"
>
>  UDEV_DEVFS_RULES ?= "0"
> --
> 1.7.7.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 3025 bytes --]

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

* Re: [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant
  2011-12-16  7:36   ` Khem Raj
@ 2011-12-19 18:48     ` Joshua Lock
  0 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-19 18:48 UTC (permalink / raw)
  To: openembedded-core

On 15/12/11 23:36, Khem Raj wrote:
> 
> 
> On Thursday, December 15, 2011, Joshua Lock <josh@linux.intel.com
> <mailto:josh@linux.intel.com>> wrote:
>> Additionally I'm not sure where the LGPL license came from, the COPYING
>> file and Fedora both say GPL v2 or later so drop the LGPL entry for now.

Of course, the LGPL is for libudev!

>>
>> Signed-off-by: Joshua Lock <josh@linux.intel.com
> <mailto:josh@linux.intel.com>>
>> ---
>>  meta/recipes-core/udev/udev-new.inc |    2 +-
>>  meta/recipes-core/udev/udev.inc     |    4 ++--
>>  2 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/meta/recipes-core/udev/udev-new.inc
> b/meta/recipes-core/udev/udev-new.inc
>> index eac7903..769d54a 100644
>> --- a/meta/recipes-core/udev/udev-new.inc
>> +++ b/meta/recipes-core/udev/udev-new.inc
>> @@ -2,7 +2,7 @@ SUMMARY = "/dev/ and hotplug management daemon"
>>  DESCRIPTION = "udev is a daemon which dynamically creates and removes
> device nodes from \
>>  /dev/, handles hotplug events and loads drivers at boot time."
>>  HOMEPAGE =
> "http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
>> -LICENSE = "GPLv2+ & LGPLv2.1+"
>> +LICENSE = "GPL-2.0+"
>>  LICENSE_${PN} = "GPLv2+
> 
> Why two notations for Gpl v2 above

Good catch, thanks!

I'll get an updated patch series out.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



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

* Re: [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+
  2011-12-16  7:30   ` Koen Kooi
@ 2011-12-19 22:08     ` Joshua Lock
  0 siblings, 0 replies; 16+ messages in thread
From: Joshua Lock @ 2011-12-19 22:08 UTC (permalink / raw)
  To: openembedded-core

On 15/12/11 23:30, Koen Kooi wrote:
> 
> Op 16 dec. 2011, om 00:30 heeft Joshua Lock het volgende geschreven:
> 
>> Signed-off-by: Joshua Lock <josh@linux.intel.com>
>> ---
>> meta/recipes-graphics/pango/pango.inc |    2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/meta/recipes-graphics/pango/pango.inc b/meta/recipes-graphics/pango/pango.inc
>> index ff5a73a..922425c 100644
>> --- a/meta/recipes-graphics/pango/pango.inc
>> +++ b/meta/recipes-graphics/pango/pango.inc
>> @@ -7,7 +7,7 @@ core of text and font handling for GTK+-2.x."
>> HOMEPAGE = "http://www.pango.org/"
>> BUGTRACKER = "http://bugzilla.gnome.org"
>> SECTION = "libs"
>> -LICENSE = "LGPL"
>> +LICENSE = "LGPL-2.0+"
> 
> In the past we agreed to use LGLPv2+ for that, has that changed?

My bad, I saw the modified license handling code was mapping to SPDX
values and opted to just do that. You're right though, current
convention is the v notation.

I've respun the patch series.

Cheers,
Joshua
-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



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

* Re: [PATCH 00/10] Various license clarifications
  2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
                   ` (9 preceding siblings ...)
  2011-12-15 23:30 ` [PATCH 10/10] matchbox-session-sato: clarify LICENSE in GPL-2.0 Joshua Lock
@ 2011-12-21 17:18 ` Richard Purdie
  10 siblings, 0 replies; 16+ messages in thread
From: Richard Purdie @ 2011-12-21 17:18 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-12-15 at 15:30 -0800, Joshua Lock wrote:
> A few metadata massages to ensure LICENSE fields specify the correct license
> version.
> 
> The following changes since commit 0eb139619301d0efee330932eba3617dcb39284e:
> 
>   Patch Upstream Status Updates (2011-12-15 14:35:27 +0000)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib josh/updates
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/updates
> 
> Joshua Lock (10):
>   gypsy: fix LICENSE field
>   udev: fix LICENSE fields to be SPDX compliant
>   apt: clarify LICENSE as GPL-2.0
>   dpkg: clarify LICENSE as GPL-2.0
>   clutter: clarify LICENSE as LGPL-2.1
>   cogl: clarify LICENSE as LGPL-2.1 and fix metadata
>   matchbox-wm: clarify LICENSE as GPL-2.0
>   pango: clarify LICENSE is LGPL-2.0+
>   matchbox-desktop: clarify LICENSE is GPL-2.0+
>   matchbox-session-sato: clarify LICENSE in GPL-2.0

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2011-12-21 17:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-15 23:30 [PATCH 00/10] Various license clarifications Joshua Lock
2011-12-15 23:30 ` [PATCH 01/10] gypsy: fix LICENSE field Joshua Lock
2011-12-15 23:30 ` [PATCH 02/10] udev: fix LICENSE fields to be SPDX compliant Joshua Lock
2011-12-16  7:36   ` Khem Raj
2011-12-19 18:48     ` Joshua Lock
2011-12-15 23:30 ` [PATCH 03/10] apt: clarify LICENSE as GPL-2.0 Joshua Lock
2011-12-15 23:30 ` [PATCH 04/10] dpkg: " Joshua Lock
2011-12-15 23:30 ` [PATCH 05/10] clutter: clarify LICENSE as LGPL-2.1 Joshua Lock
2011-12-15 23:30 ` [PATCH 06/10] cogl: clarify LICENSE as LGPL-2.1 and fix metadata Joshua Lock
2011-12-15 23:30 ` [PATCH 07/10] matchbox-wm: clarify LICENSE as GPL-2.0 Joshua Lock
2011-12-15 23:30 ` [PATCH 08/10] pango: clarify LICENSE is LGPL-2.0+ Joshua Lock
2011-12-16  7:30   ` Koen Kooi
2011-12-19 22:08     ` Joshua Lock
2011-12-15 23:30 ` [PATCH 09/10] matchbox-desktop: clarify LICENSE is GPL-2.0+ Joshua Lock
2011-12-15 23:30 ` [PATCH 10/10] matchbox-session-sato: clarify LICENSE in GPL-2.0 Joshua Lock
2011-12-21 17:18 ` [PATCH 00/10] Various license clarifications Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.