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

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.