aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/autoconf
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-21 03:33:09 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:32:56 -0700
commit7e7e49d0f1c47585ca1372f756aae1ae289753b5 (patch)
tree8d2c6dc594837ab92457696ba3e94352821bdc3e /recipes/autoconf
parent5203590b8d31271b255be7eae0c115ba47919872 (diff)
downloadopenembedded-7e7e49d0f1c47585ca1372f756aae1ae289753b5.tar.gz
autoconf: update package LICENSE
* Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/autoconf')
-rw-r--r--recipes/autoconf/autoconf.inc2
-rw-r--r--recipes/autoconf/autoconf213_2.13.bb1
-rw-r--r--recipes/autoconf/autoconf_2.61.bb2
3 files changed, 4 insertions, 1 deletions
diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc
index 35b0289a26..fe12daff27 100644
--- a/recipes/autoconf/autoconf.inc
+++ b/recipes/autoconf/autoconf.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "A package of M4 macros to produce scripts to \
automatically configure sourcecode."
-LICENSE = "GPL"
+LICENSE = "GPLv3+-with-Autoconf-Configure-Script-Exception-v3.0"
HOMEPAGE = "http://www.gnu.org/software/autoconf/"
SECTION = "devel"
DEPENDS += "m4-native"
diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb
index d060bbd8bc..cd550739be 100644
--- a/recipes/autoconf/autoconf213_2.13.bb
+++ b/recipes/autoconf/autoconf213_2.13.bb
@@ -1,4 +1,5 @@
require autoconf.inc
+LICENSE = "GPLv2+"
SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz"
EXTRA_OECONF = "--program-transform-name=s/\$/2.13/"
EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"'
diff --git a/recipes/autoconf/autoconf_2.61.bb b/recipes/autoconf/autoconf_2.61.bb
index 9542e21da5..45886085c6 100644
--- a/recipes/autoconf/autoconf_2.61.bb
+++ b/recipes/autoconf/autoconf_2.61.bb
@@ -1,5 +1,7 @@
require autoconf.inc
+LICENSE = "GPLv2+"
+
PR = "${INC_PR}.1"
SRC_URI += "file://autoreconf-include.patch \