From fee79219db0773684291f0362bc057f1b304ab5a Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Mon, 17 Aug 2015 15:37:06 -0600 Subject: [PATCH] Update LICENSE fields to fix warnings 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 Signed-off-by: Mauro Carvalho Chehab --- .../capi-system-sensor/capi-system-sensor.inc | 2 +- .../recipes-connectivity/libnet-client/libnet-client.inc | 2 +- meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc | 2 +- .../recipes-devtools/gobject-introspection/gobject-introspection.inc | 2 +- .../recipes-devtools/python-setuptools/python-setuptools.inc | 2 +- meta-tizen-common-base/recipes-extended/festival/festival.inc | 2 +- meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc | 2 +- meta-tizen-common-base/recipes-extended/pam/pam.inc | 2 +- .../recipes-image/packagegroups/packagegroups-tizen-fonts.bb | 2 +- meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- meta-tizen-common-base/recipes-security/gsignond/gsignond.inc | 2 +- .../recipes-security/secure-storage/secure-storage.inc | 2 +- .../recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb | 2 +- .../recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc | 2 +- meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc | 2 +- .../tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc | 2 +- .../capi-system-sensor/capi-system-sensor.inc | 2 +- .../recipes-connectivity/libnet-client/libnet-client.inc | 2 +- meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc | 2 +- meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc | 2 +- .../recipes-devtools/gobject-introspection/gobject-introspection.inc | 2 +- .../recipes-devtools/python-setuptools/python-setuptools.inc | 2 +- .../meta-tizen-common-base/recipes-extended/festival/festival.inc | 2 +- meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc | 2 +- .../meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc | 2 +- .../meta-tizen-common-base/recipes-security/gsignond/gsignond.inc | 2 +- .../recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc | 2 +- .../meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc | 2 +- .../tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc | 2 +- meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc | 2 +- 30 files changed, 30 insertions(+), 30 deletions(-) diff --git a/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc b/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc index 576ec14..51cb53b 100644 --- a/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc +++ b/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc b/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc index 41b9437..e7b6363 100644 --- a/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc +++ b/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc b/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc index 785cdb1..13d4f90 100644 --- a/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc +++ b/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc b/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc index fa00951..ccd8000 100644 --- a/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc +++ b/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc b/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc index 4e5cc75..d325e9a 100644 --- a/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc +++ b/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-extended/festival/festival.inc b/meta-tizen-common-base/recipes-extended/festival/festival.inc index 1030b9e..3a67287 100644 --- a/meta-tizen-common-base/recipes-extended/festival/festival.inc +++ b/meta-tizen-common-base/recipes-extended/festival/festival.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc b/meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc index f9a473a..f0c3f62 100644 --- a/meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc +++ b/meta-tizen-common-base/recipes-extended/keyutils/keyutils.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-extended/pam/pam.inc b/meta-tizen-common-base/recipes-extended/pam/pam.inc index 5cb68af..33e18cd 100644 --- a/meta-tizen-common-base/recipes-extended/pam/pam.inc +++ b/meta-tizen-common-base/recipes-extended/pam/pam.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-image/packagegroups/packagegroups-tizen-fonts.bb b/meta-tizen-common-base/recipes-image/packagegroups/packagegroups-tizen-fonts.bb index d088f43..524d3d8 100644 --- a/meta-tizen-common-base/recipes-image/packagegroups/packagegroups-tizen-fonts.bb +++ b/meta-tizen-common-base/recipes-image/packagegroups/packagegroups-tizen-fonts.bb @@ -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 diff --git a/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc index ada0fb0..483f3a0 100644 --- a/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc b/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc index da6bc22..d8b3344 100644 --- a/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc +++ b/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc @@ -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 = "" diff --git a/meta-tizen-common-base/recipes-security/secure-storage/secure-storage.inc b/meta-tizen-common-base/recipes-security/secure-storage/secure-storage.inc index c9da760..dc0bde3 100644 --- a/meta-tizen-common-base/recipes-security/secure-storage/secure-storage.inc +++ b/meta-tizen-common-base/recipes-security/secure-storage/secure-storage.inc @@ -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 = "" diff --git a/meta-tizen-common-demo/recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb b/meta-tizen-common-demo/recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb index 45ea8a3..f3335a9 100644 --- a/meta-tizen-common-demo/recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb +++ b/meta-tizen-common-demo/recipes-image/packagegroups/packagegroups-tizen-crosswalk.bb @@ -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 diff --git a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc index 68859ac..c03c03d 100644 --- a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc +++ b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc @@ -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 = "" diff --git a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc index ca4eab1..65253f8 100644 --- a/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc +++ b/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc @@ -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 = "" diff --git a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc index 4c7dd7a..13c5b89 100644 --- a/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc +++ b/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc index 0053c11..3303b14 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-application-framework/capi-system-sensor/capi-system-sensor.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc index 41b9437..e7b6363 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-connectivity/libnet-client/libnet-client.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc index 497912c..0e58b64 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-core/systemd/systemd.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc index 785cdb1..13d4f90 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-core/xdgmime/xdgmime.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc index fa00951..ccd8000 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/gobject-introspection/gobject-introspection.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc index 4e5cc75..d325e9a 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-devtools/python-setuptools/python-setuptools.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/festival/festival.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/festival/festival.inc index 1030b9e..3a67287 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/festival/festival.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/festival/festival.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc index a6fea89..48b3e68 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-extended/pam/pam.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc index e3fc0f7..2581820 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-multimedia/pulseaudio/pulseaudio.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc b/meta-tizen-ivi/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc index 8686dfe..db72556 100644 --- a/meta-tizen-ivi/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc +++ b/meta-tizen-ivi/meta-tizen-common-base/recipes-security/gsignond/gsignond.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc index 4c2fd17..fbbf6da 100644 --- a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc +++ b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk-thirdparty.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc index 46ddeb5..7c70367 100644 --- a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc +++ b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/crosswalk/crosswalk.inc @@ -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 = "" diff --git a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc index e8a21cc..685b69a 100644 --- a/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc +++ b/meta-tizen-ivi/meta-tizen-common-share/recipes-crosswalk/tizen-extensions-crosswalk/tizen-extensions-crosswalk.inc @@ -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 = "" diff --git a/meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc b/meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc index da29b34..e81e63d 100644 --- a/meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc +++ b/meta-tizen-ivi/recipes-support-ivi/keyutils/keyutils.inc @@ -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 = "" -- 2.7.4