summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Arnold <stephen.arnold42@gmail.com>2014-04-01 20:47:45 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-21 13:31:47 +0200
commit797b517efc12b538fdc8a33a24c99b52a294bc9d (patch)
tree878d2d3d4bcc523e306e21c0931c19b8e5966d61
parent8b29bc67af47e3f6ca272731e5ccf1ff1c59b14c (diff)
downloadmeta-openembedded-797b517efc12b538fdc8a33a24c99b52a294bc9d.tar.gz
gnuplot: added upstream license file and updated recipe to match
This fixes QA warnings about missing license file and updates the license type to match custom license file. Upstream-Status: Inappropriate (distribution/packaging fix) Signed-off-by: Stephen Arnold <stephen.arnold42@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/licenses/gnuplot29
-rw-r--r--meta-oe/recipes-extended/gnuplot/gnuplot.inc2
2 files changed, 30 insertions, 1 deletions
diff --git a/meta-oe/licenses/gnuplot b/meta-oe/licenses/gnuplot
new file mode 100644
index 000000000..ff6fe2338
--- /dev/null
+++ b/meta-oe/licenses/gnuplot
@@ -0,0 +1,29 @@
1/*[
2 * Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley
3 *
4 * Permission to use, copy, and distribute this software and its
5 * documentation for any purpose with or without fee is hereby granted,
6 * provided that the above copyright notice appear in all copies and
7 * that both that copyright notice and this permission notice appear
8 * in supporting documentation.
9 *
10 * Permission to modify the software is granted, but not the right to
11 * distribute the complete modified source code. Modifications are to
12 * be distributed as patches to the released version. Permission to
13 * distribute binaries produced by compiling modified sources is granted,
14 * provided you
15 * 1. distribute the corresponding source modifications from the
16 * released version in the form of a patch file along with the binaries,
17 * 2. add special version identification to distinguish your version
18 * in addition to the base release version number,
19 * 3. provide your name and address as the primary contact for the
20 * support of your modified version, and
21 * 4. retain our contact information in regard to use of the base
22 * software.
23 * Permission to distribute the released version of the source code along
24 * with corresponding source modifications in the form of a patch file is
25 * granted with same provisions 2 through 4 for binary distributions.
26 *
27 * This software is provided "as is" without express or implied warranty
28 * to the extent permitted by applicable law.
29]*/
diff --git a/meta-oe/recipes-extended/gnuplot/gnuplot.inc b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
index ab3ec3fbb..6c27e6d8a 100644
--- a/meta-oe/recipes-extended/gnuplot/gnuplot.inc
+++ b/meta-oe/recipes-extended/gnuplot/gnuplot.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Gnuplot is a portable command-line driven interactive datafile \
2(text or binary) and function plotting utility." 2(text or binary) and function plotting utility."
3HOMEPAGE = "http://www.gnuplot.info/" 3HOMEPAGE = "http://www.gnuplot.info/"
4SECTION = "console/scientific" 4SECTION = "console/scientific"
5LICENSE = "BSD-4" 5LICENSE = "gnuplot"
6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f" 6LIC_FILES_CHKSUM = "file://Copyright;md5=243a186fc2fd3b992125d60d5b1bab8f"
7DEPENDS = "virtual/libx11 gd readline" 7DEPENDS = "virtual/libx11 gd readline"
8 8