Update LICENSE fields to fix warnings 88/46188/3
authorMats Wichmann <mats@osg.samsung.com>
Mon, 17 Aug 2015 21:37:06 +0000 (15:37 -0600)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 25 Aug 2015 12:26:54 +0000 (09:26 -0300)
Most of the errors were misunderstandings of two rules:
- license names have to be single-word;
- they are combined using & | (not words)

Bug: BTY-113

Change-Id: I31937d74352f71512132c9a03c4c0d91c90ee979
Signed-off-by: Mats Wichmann <mats@osg.samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
30 files changed:
meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc
meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc
meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc
meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc
meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc
meta-tizen-common-base/recipes-extended/festival/festival.inc
meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc
meta-tizen-common-base/recipes-extended/pam/pam.inc
meta-tizen-common-base/recipes-image/packagegroups/packagegroups-tizen-fonts.bb
meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc
meta-tizen-common-base/recipes-security/gsignond/gsignond.inc
meta-tizen-common-base/recipes-security/secure-storage/secure-storage.inc
meta-tizen-common-demo/recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc
meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-extended/festival/festival.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc
meta-tizen-ivi/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc
meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc
meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc
meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc
meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc

index 576ec14..51cb53b 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A Sensor library in TIZEN C API"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "System/API"
-LICENSE = "Apache 2.0"
+LICENSE = "Apache-2.0"
 PV = "0.1.0"
 
 SRC_URI = ""
index 41b9437..e7b6363 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Network Client library (Shared library)"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "System/Network"
-LICENSE = "Flora License"
+LICENSE = "Flora"
 PV = "0.1.77_55"
 
 SRC_URI = ""
index 785cdb1..13d4f90 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Querying information about file type"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Applications/Other"
-LICENSE = "LGPL-2.0 and AFL-2.0"
+LICENSE = "LGPL-2.0 & AFL-2.0"
 PV = "0.0.12"
 
 SRC_URI = ""
index fa00951..ccd8000 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GObject Introspection Tools"
 HOMEPAGE = "http://live.gnome.org/GObjectIntrospection"
 SECTION = "Development/Libraries"
-LICENSE = "LGPL-2.1+ and GPL-2.0+"
+LICENSE = "LGPL-2.1+ & GPL-2.0+"
 PV = "1.36.0"
 
 SRC_URI = ""
index 4e5cc75..d325e9a 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Easily build and distribute Python packages"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Applications/System"
-LICENSE = "Python or ZPLv2.0"
+LICENSE = "Python | ZPLv2.0"
 PV = "0.6c11"
 
 SRC_URI = ""
index 1030b9e..3a67287 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A free speech synthesis and text-to-speech system"
 HOMEPAGE = "http://www.cstr.ed.ac.uk/projects/festival/"
 SECTION = "System/Libraries"
-LICENSE = "MIT and GPL-2.0+ and TCL"
+LICENSE = "MIT & GPL-2.0+ & TCL"
 PV = "2.1"
 
 SRC_URI = ""
index f9a473a..f0c3f62 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Linux Key Management Utilities"
 HOMEPAGE = "http://people.redhat.com/~dhowells/keyutils/"
 SECTION = "System/Kernel"
-LICENSE = "GPL-2.0+ and LGPL-2.1+"
+LICENSE = "GPL-2.0+ & LGPL-2.1+"
 PV = "1.5.3"
 
 SRC_URI = ""
index 5cb68af..33e18cd 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A Security Tool that Provides Authentication for Applications"
 HOMEPAGE = "http://www.linux-pam.org/"
 SECTION = "Security/Access Control"
-LICENSE = "GPL-2.0+ or BSD-3-Clause"
+LICENSE = "GPL-2.0+ | BSD-3-Clause"
 PV = "1.1.6"
 
 SRC_URI = ""
index d088f43..524d3d8 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "Tizen fonts packagegroups"
-LICENSE = "(BitstreamVera and LGPLv2.0+)"
+LICENSE = "BitstreamVera & LGPLv2.0+"
 DESCRIPTION = "Pango and ttf fonts packages."
 
 inherit packagegroup
index ada0fb0..483f3a0 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Improved Linux sound server"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Multimedia/Audio"
-LICENSE = "GPL-2.0+ and LGPL-2.1+"
+LICENSE = "GPL-2.0+ & LGPL-2.1+"
 PV = "5.0"
 
 SRC_URI = ""
index da6bc22..d8b3344 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GLib based Single Sign-On daemon"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Security/Accounts"
-LICENSE = "LGPL-2.1+ and GPL-2.0+"
+LICENSE = "LGPL-2.1+ & GPL-2.0+"
 PV = "1.0.3"
 
 SRC_URI = ""
index c9da760..dc0bde3 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Secure storage"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "System/Security"
-LICENSE = "Apache 2.0"
+LICENSE = "Apache-2.0"
 PV = "0.12.9"
 
 SRC_URI = ""
index 45ea8a3..f3335a9 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "Tizen Crosswalk packagegroups"
-LICENSE = "(BSD-3-Clause and LGPL-2.1+ and Apache-2.0)"
+LICENSE = "BSD-3-Clause & LGPL-2.1+ & Apache-2.0"
 DESCRIPTION = "A tizen specific packagegroup that contains both crosswalk and tizen-extensions-crosswalk packages."
 
 inherit packagegroup
index 68859ac..c03c03d 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Chromium-based app runtime"
 HOMEPAGE = "https://github.com/otcshare/crosswalk"
 SECTION = "Web Framework/Web Run Time"
-LICENSE = "(BSD-3-Clause and LGPL-2.1+)"
+LICENSE = "BSD-3-Clause & LGPL-2.1+"
 PV = "11.40.277.0"
 
 SRC_URI = ""
index ca4eab1..65253f8 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Chromium-based app runtime"
 HOMEPAGE = "https://github.com/otcshare/crosswalk"
 SECTION = "Web Framework/Web Run Time"
-LICENSE = "(BSD-3-Clause and LGPL-2.1+)"
+LICENSE = "BSD-3-Clause & LGPL-2.1+"
 PV = "11.40.277.0"
 
 SRC_URI = ""
index 4c7dd7a..13c5b89 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Tizen Web APIs implemented using Crosswalk"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Development/Libraries"
-LICENSE = "BSD-3-Clause and Apache-2.0"
+LICENSE = "BSD-3-Clause & Apache-2.0"
 PV = "0.143"
 
 SRC_URI = ""
index 41b9437..e7b6363 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Network Client library (Shared library)"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "System/Network"
-LICENSE = "Flora License"
+LICENSE = "Flora"
 PV = "0.1.77_55"
 
 SRC_URI = ""
index 497912c..0e58b64 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A System and Service Manager"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
 SECTION = "Base/Startup"
-LICENSE = "LGPL-2.0+ and MIT and GPL-2.0+"
+LICENSE = "LGPL-2.0+ & MIT & GPL-2.0+"
 PV = "216"
 
 SRC_URI = ""
index 785cdb1..13d4f90 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Querying information about file type"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Applications/Other"
-LICENSE = "LGPL-2.0 and AFL-2.0"
+LICENSE = "LGPL-2.0 & AFL-2.0"
 PV = "0.0.12"
 
 SRC_URI = ""
index fa00951..ccd8000 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GObject Introspection Tools"
 HOMEPAGE = "http://live.gnome.org/GObjectIntrospection"
 SECTION = "Development/Libraries"
-LICENSE = "LGPL-2.1+ and GPL-2.0+"
+LICENSE = "LGPL-2.1+ & GPL-2.0+"
 PV = "1.36.0"
 
 SRC_URI = ""
index 4e5cc75..d325e9a 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Easily build and distribute Python packages"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Applications/System"
-LICENSE = "Python or ZPLv2.0"
+LICENSE = "Python | ZPLv2.0"
 PV = "0.6c11"
 
 SRC_URI = ""
index 1030b9e..3a67287 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A free speech synthesis and text-to-speech system"
 HOMEPAGE = "http://www.cstr.ed.ac.uk/projects/festival/"
 SECTION = "System/Libraries"
-LICENSE = "MIT and GPL-2.0+ and TCL"
+LICENSE = "MIT & GPL-2.0+ & TCL"
 PV = "2.1"
 
 SRC_URI = ""
index a6fea89..48b3e68 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "A Security Tool that Provides Authentication for Applications"
 HOMEPAGE = "http://www.linux-pam.org/"
 SECTION = "Security/Access Control"
-LICENSE = "GPL-2.0+ or BSD-3-Clause"
+LICENSE = "GPL-2.0+ | BSD-3-Clause"
 PV = "1.1.6"
 
 SRC_URI = ""
index e3fc0f7..2581820 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Improved Linux sound server"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Multimedia/Audio"
-LICENSE = "GPL-2.0+ and LGPL-2.1+"
+LICENSE = "GPL-2.0+ & LGPL-2.1+"
 PV = "5.0"
 
 SRC_URI = ""
index 8686dfe..db72556 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "GLib based Single Sign-On daemon"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Security/Accounts"
-LICENSE = "LGPL-2.1+ and GPL-2.0+"
+LICENSE = "LGPL-2.1+ & GPL-2.0+"
 PV = "1.0.3"
 
 SRC_URI = ""
index 4c2fd17..fbbf6da 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Chromium-based app runtime"
 HOMEPAGE = "https://github.com/otcshare/crosswalk"
 SECTION = "Web Framework/Web Run Time"
-LICENSE = "(BSD-3-Clause and LGPL-2.1+)"
+LICENSE = "BSD-3-Clause & LGPL-2.1+"
 PV = "11.40.277.0"
 
 SRC_URI = ""
index 46ddeb5..7c70367 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Chromium-based app runtime"
 HOMEPAGE = "https://github.com/otcshare/crosswalk"
 SECTION = "Web Framework/Web Run Time"
-LICENSE = "(BSD-3-Clause and LGPL-2.1+)"
+LICENSE = "BSD-3-Clause LGPL-2.1+"
 PV = "11.40.277.0"
 
 SRC_URI = ""
index e8a21cc..685b69a 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Tizen Web APIs implemented using Crosswalk"
 HOMEPAGE = "http://nohomepage.org"
 SECTION = "Development/Libraries"
-LICENSE = "BSD-3-Clause and Apache-2.0"
+LICENSE = "BSD-3-Clause & Apache-2.0"
 PV = "0.143"
 
 SRC_URI = ""
index da29b34..e81e63d 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Linux Key Management Utilities"
 HOMEPAGE = "http://people.redhat.com/~dhowells/keyutils/"
 SECTION = "System/Kernel"
-LICENSE = "GPL-2.0+ and LGPL-2.1+"
+LICENSE = "GPL-2.0+ & LGPL-2.1+"
 PV = "1.5.3"
 
 SRC_URI = ""