All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error
@ 2014-12-26 19:21 Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 02/12] dash: Fix license format " Otavio Salvador
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

The license is not a common only and seems to be a 'free distribution'
license but without explicit rules about modification or similar. Due
that, we copied the license text from the README file and added it
onto nbench-byte license file.

This fixes following QA error:

,----
| WARNING: Recipe nbench-byte, LICENSE (freely distributable) has
|     invalid format, LICENSES must have operator "([&|() ])" between
| 	them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/licenses/nbench-byte                               | 10 ++++++++++
 meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 meta-oe/licenses/nbench-byte

diff --git a/meta-oe/licenses/nbench-byte b/meta-oe/licenses/nbench-byte
new file mode 100644
index 0000000..7e47ba6
--- /dev/null
+++ b/meta-oe/licenses/nbench-byte
@@ -0,0 +1,10 @@
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
index a98d507..2eedd7e 100644
--- a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
+++ b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
 designed to expose the capabilities of a system's CPU, FPU, \
 and memory system."
 HOMEPAGE = "http://www.tux.org/~mayer/linux/"
-LICENSE = "freely distributable"
+LICENSE = "nbench-byte"
 LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
 SECTION = "console/utils"
 
-- 
2.1.3



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

* [meta-oe][PATCH 02/12] dash: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 03/12] sound-theme-freedesktop: " Otavio Salvador
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

This adds the & operator to fix the following QA error:

,----
| WARNING: Recipe dash, LICENSE (BSD GPLv2+) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-extended/dash/dash_0.5.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/dash/dash_0.5.8.bb b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
index c3dbd45..c2b5249 100644
--- a/meta-oe/recipes-extended/dash/dash_0.5.8.bb
+++ b/meta-oe/recipes-extended/dash/dash_0.5.8.bb
@@ -2,7 +2,7 @@ SUMMARY = "Small and fast POSIX-compliant shell"
 HOMEPAGE = "http://gondor.apana.org.au/~herbert/dash/"
 SECTION = "System Environment/Shells"
 
-LICENSE = "BSD GPLv2+"
+LICENSE = "BSD & GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b5262b4a1a1bff72b48e935531976d2e"
 
 inherit autotools update-alternatives
-- 
2.1.3



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

* [meta-oe][PATCH 03/12] sound-theme-freedesktop: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 02/12] dash: Fix license format " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 04/12] soft66: " Otavio Salvador
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe sound-theme-freedesktop, LICENSE (GPLv2+ CC-BY-3.0
|     CC-BY-SA-3.0) has invalid format, LICENSES must have operator "([&|()
|     ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
index ebcfd12..098b08d 100644
--- a/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
+++ b/meta-oe/recipes-multimedia/sound-themes/sound-theme-freedesktop_0.8.bb
@@ -1,6 +1,6 @@
 SUMMARY = "Freedesktop sound theme"
 HOMEPAGE = "http://freedesktop.org/wiki/Specifications/sound-theme-spec"
-LICENSE = "GPLv2+ CC-BY-3.0 CC-BY-SA-3.0"
+LICENSE = "GPLv2+ & CC-BY-3.0 & CC-BY-SA-3.0"
 LIC_FILES_CHKSUM = "file://CREDITS;md5=3213e601ce34bb42ddc3498903ac4e69"
 
 # glib-2.0 for glib-gettext.m4 which provides AM_GLIB_GNU_GETTEXT
-- 
2.1.3



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

* [meta-oe][PATCH 04/12] soft66: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 02/12] dash: Fix license format " Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 03/12] sound-theme-freedesktop: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 05/12] log4cplus: " Otavio Salvador
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe soft66, LICENSE (GPLv3 LGPLv3+) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-connectivity/soft66/soft66_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/soft66/soft66_git.bb b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
index 33ca2b5..b649526 100644
--- a/meta-oe/recipes-connectivity/soft66/soft66_git.bb
+++ b/meta-oe/recipes-connectivity/soft66/soft66_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Library and tools for Soft66ADD and related SDR radio receivers"
-LICENSE = "GPLv3 LGPLv3+"
+LICENSE = "GPLv3 & LGPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
                     file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 "
 
-- 
2.1.3



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

* [meta-oe][PATCH 05/12] log4cplus: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (2 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 04/12] soft66: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 06/12] libutempter: " Otavio Salvador
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe log4cplus, LICENSE (Apache-2.0 BSD-2-Clause) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
index 6201774..c9c5c67 100644
--- a/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
+++ b/meta-oe/recipes-devtools/log4cplus/log4cplus_1.1.1.bb
@@ -3,7 +3,7 @@ SECTION = "libs"
 HOMEPAGE = "http://sourceforge.net/projects/log4cplus/"
 BUGTRACKER = "http://sourceforge.net/p/log4cplus/bugs/"
 
-LICENSE = "Apache-2.0 BSD-2-Clause"
+LICENSE = "Apache-2.0 & BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=65053a46f707ee2b93f09ad22f692170"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BPN}-stable/${PV}/${BP}.tar.gz"
-- 
2.1.3



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

* [meta-oe][PATCH 06/12] libutempter: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (3 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 05/12] log4cplus: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 07/12] libftdi: " Otavio Salvador
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe libutempter, LICENSE (GPLv2 GPLv2+ LGPLv2 MIT) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/libutempter/libutempter_1.1.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libutempter/libutempter_1.1.6.bb b/meta-oe/recipes-support/libutempter/libutempter_1.1.6.bb
index e1dccd6..30a6896 100644
--- a/meta-oe/recipes-support/libutempter/libutempter_1.1.6.bb
+++ b/meta-oe/recipes-support/libutempter/libutempter_1.1.6.bb
@@ -4,7 +4,7 @@ This library provides interface for terminal emulators such as \
 screen and xterm to record user sessions to utmp and wtmp files."
 HOMEPAGE = "ftp://ftp.altlinux.org/pub/people/ldv/utempter"
 SECTION = "System Environment/Libraries"
-LICENSE = "GPLv2 GPLv2+ LGPLv2 MIT"
+LICENSE = "GPLv2 & GPLv2+ & LGPLv2 & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 
 SRC_URI = "ftp://ftp.altlinux.org/pub/people/ldv/utempter/${BP}.tar.bz2"
-- 
2.1.3



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

* [meta-oe][PATCH 07/12] libftdi: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (4 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 06/12] libutempter: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 08/12] procmail: " Otavio Salvador
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix following QA error:

,----
| WARNING: Recipe libftdi, LICENSE (LGPLv2.1 GPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/libftdi/libftdi_1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb
index 641e5a7..d8b189b 100644
--- a/meta-oe/recipes-support/libftdi/libftdi_1.1.bb
+++ b/meta-oe/recipes-support/libftdi/libftdi_1.1.bb
@@ -4,7 +4,7 @@ including the popular bitbang mode."
 HOMEPAGE = "http://www.intra2net.com/en/developer/libftdi/"
 SECTION = "libs"
 
-LICENSE = "LGPLv2.1 GPLv2"
+LICENSE = "LGPLv2.1 & GPLv2"
 LIC_FILES_CHKSUM= "\
     file://COPYING.GPL;md5=751419260aa954499f7abaabaa882bbe \
     file://COPYING.LIB;md5=db979804f025cf55aabec7129cb671ed \
-- 
2.1.3



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

* [meta-oe][PATCH 08/12] procmail: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (5 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 07/12] libftdi: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 09/12] libspatialite: " Otavio Salvador
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe procmail, LICENSE (GPL-2.0 Artistic-1.0) has invalid
|     format, LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-support/procmail/procmail_3.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/procmail/procmail_3.22.bb b/meta-oe/recipes-support/procmail/procmail_3.22.bb
index dacda28..6ab1e9b 100644
--- a/meta-oe/recipes-support/procmail/procmail_3.22.bb
+++ b/meta-oe/recipes-support/procmail/procmail_3.22.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.ring.gr.jp/archives/net/mail/${PN}/${BP}.tar.gz \
 SRC_URI[md5sum] = "1678ea99b973eb77eda4ecf6acae53f1"
 SRC_URI[sha256sum] = "087c75b34dd33d8b9df5afe9e42801c9395f4bf373a784d9bc97153b0062e117"
 
-LICENSE = "GPL-2.0 Artistic-1.0"
+LICENSE = "GPL-2.0 & Artistic-1.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a71e50e197a992c862379e576e669757 \
     file://Artistic;md5=505e00d03c3428cde21b17b2a386590e"
 
-- 
2.1.3



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

* [meta-oe][PATCH 09/12] libspatialite: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (6 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 08/12] procmail: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 10/12] ttf-sazanami: " Otavio Salvador
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix the following QA error:

,----
| WARNING: Recipe libspatialite, LICENSE (MPLv1.1 GPLv2+ LGPLv2.1+) has
|     invalid format, LICENSES must have operator "([&|() ])" between
|     them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-navigation/libspatialite/libspatialite.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-navigation/libspatialite/libspatialite.inc b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
index c8d7ec1..b5c3879 100644
--- a/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
+++ b/meta-oe/recipes-navigation/libspatialite/libspatialite.inc
@@ -5,7 +5,7 @@ DEPENDS = "proj geos sqlite3"
 
 INC_PR = "r0"
 
-LICENSE = "MPLv1.1 GPLv2+ LGPLv2.1+"
+LICENSE = "MPLv1.1 & GPLv2+ & LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=0e92e1a36cc384b60f5b31dde0bdd39e"
 
 SRC_URI = "http://www.gaia-gis.it/gaia-sins/libspatialite-sources/libspatialite-${PV}.tar.gz"
-- 
2.1.3



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

* [meta-oe][PATCH 10/12] ttf-sazanami: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (7 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 09/12] libspatialite: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 11/12] navit: " Otavio Salvador
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix following QA error:

,----
| WARNING: Recipe ttf-sazanami, LICENSE (Public domain) has invalid
|     format, LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
index 2d413ba..efdcec8 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb
@@ -5,7 +5,7 @@ SUMMARY_ttf-sazanami-gothic = "Sazanami Gothic Japanese TrueType font"
 SUMMARY_ttf-sazanami-mincho = "Sazanami Mincho Japanese TrueType font"
 AUTHOR = "Electronic Font Open Laboratory (/efont/)"
 HOMEPAGE = "http://sourceforge.jp/projects/efont/"
-LICENSE = "Public domain"
+LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://README;md5=97d739900be6e852830f55aa3c07d4a0"
 SRC_DISTRIBUTE_LICENSES += "${PN}"
 RPROVIDES_${PN} = "virtual-japanese-font"
-- 
2.1.3



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

* [meta-oe][PATCH 11/12] navit: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (8 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 10/12] ttf-sazanami: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:21 ` [meta-oe][PATCH 12/12] t1lib: " Otavio Salvador
  2014-12-26 19:26 ` [meta-oe][PATCH 01/12] nbench-byte: Fix license " akuster808
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix following QA error:

,----
| WARNING: Recipe navit, LICENSE (GPLv2 LGPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-navigation/navit/navit.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes-navigation/navit/navit.inc
index 4347436..9d4f4ec 100644
--- a/meta-oe/recipes-navigation/navit/navit.inc
+++ b/meta-oe/recipes-navigation/navit/navit.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = "Navit is a car navigation system with routing engine."
-LICENSE = "GPLv2 LGPLv2"
+LICENSE = "GPLv2 & LGPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ed539d099d6ce08de6ea0dfed9ecb333 \
                     file://LGPL-2;md5=3214f080875748938ba060314b4f727d \
                     file://GPL-2;md5=751419260aa954499f7abaabaa882bbe \
-- 
2.1.3



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

* [meta-oe][PATCH 12/12] t1lib: Fix license format QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (9 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 11/12] navit: " Otavio Salvador
@ 2014-12-26 19:21 ` Otavio Salvador
  2014-12-26 19:26 ` [meta-oe][PATCH 01/12] nbench-byte: Fix license " akuster808
  11 siblings, 0 replies; 13+ messages in thread
From: Otavio Salvador @ 2014-12-26 19:21 UTC (permalink / raw)
  To: Meta-OpenEmbedded Mailing listing; +Cc: Otavio Salvador

Fix following QA error:

,----
| WARNING: Recipe t1lib, LICENSE (LGPLv2 GPLv2) has invalid format,
|     LICENSES must have operator "([&|() ])" between them.
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
index 86cc166..90a0290 100644
--- a/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
+++ b/meta-oe/recipes-extended/t1lib/t1lib_5.1.2.bb
@@ -2,7 +2,7 @@ SUMMARY = "A Type1 Font Rastering Library"
 SECTION = "libs"
 DEPENDS = "virtual/libx11 libxaw"
 
-LICENSE = "LGPLv2 GPLv2"
+LICENSE = "LGPLv2 & GPLv2"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=8ca43cbc842c2336e835926c2166c28b \
                     file://LGPL;md5=6e29c688d912da12b66b73e32b03d812 \
 "
-- 
2.1.3



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

* Re: [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error
  2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
                   ` (10 preceding siblings ...)
  2014-12-26 19:21 ` [meta-oe][PATCH 12/12] t1lib: " Otavio Salvador
@ 2014-12-26 19:26 ` akuster808
  11 siblings, 0 replies; 13+ messages in thread
From: akuster808 @ 2014-12-26 19:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Otavio Salvador

Otavio,
Thanks.

I just saw this this morning.

- armin

On 12/26/2014 11:21 AM, Otavio Salvador wrote:
> The license is not a common only and seems to be a 'free distribution'
> license but without explicit rules about modification or similar. Due
> that, we copied the license text from the README file and added it
> onto nbench-byte license file.
>
> This fixes following QA error:
>
> ,----
> | WARNING: Recipe nbench-byte, LICENSE (freely distributable) has
> |     invalid format, LICENSES must have operator "([&|() ])" between
> | 	them.
> `----
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>   meta-oe/licenses/nbench-byte                               | 10 ++++++++++
>   meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb |  2 +-
>   2 files changed, 11 insertions(+), 1 deletion(-)
>   create mode 100644 meta-oe/licenses/nbench-byte
>
> diff --git a/meta-oe/licenses/nbench-byte b/meta-oe/licenses/nbench-byte
> new file mode 100644
> index 0000000..7e47ba6
> --- /dev/null
> +++ b/meta-oe/licenses/nbench-byte
> @@ -0,0 +1,10 @@
> +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
> +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
> +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
> +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
> +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
> +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
> +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
> +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
> +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
> diff --git a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
> index a98d507..2eedd7e 100644
> --- a/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
> +++ b/meta-oe/recipes-benchmark/nbench-byte/nbench-byte_2.2.3.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "BYTE Magazine's native benchmarks (also called BYTEmark) \
>   designed to expose the capabilities of a system's CPU, FPU, \
>   and memory system."
>   HOMEPAGE = "http://www.tux.org/~mayer/linux/"
> -LICENSE = "freely distributable"
> +LICENSE = "nbench-byte"
>   LIC_FILES_CHKSUM = "file://README;beginline=57;endline=66;md5=020ef579f8fa5746b7e307a54707834f"
>   SECTION = "console/utils"
>
>


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

end of thread, other threads:[~2014-12-26 19:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-26 19:21 [meta-oe][PATCH 01/12] nbench-byte: Fix license QA error Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 02/12] dash: Fix license format " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 03/12] sound-theme-freedesktop: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 04/12] soft66: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 05/12] log4cplus: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 06/12] libutempter: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 07/12] libftdi: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 08/12] procmail: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 09/12] libspatialite: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 10/12] ttf-sazanami: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 11/12] navit: " Otavio Salvador
2014-12-26 19:21 ` [meta-oe][PATCH 12/12] t1lib: " Otavio Salvador
2014-12-26 19:26 ` [meta-oe][PATCH 01/12] nbench-byte: Fix license " akuster808

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.