aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bison
diff options
context:
space:
mode:
authorChase Maupin <chasemaupin03@gmail.com>2010-10-21 03:33:10 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-25 15:33:00 -0700
commitbc95ffebc4c8a496df671515003ed49ce23b4b94 (patch)
tree2e111268285488121a9fb7d8f545c849da21a5e1 /recipes/bison
parent7e7e49d0f1c47585ca1372f756aae1ae289753b5 (diff)
downloadopenembedded-bc95ffebc4c8a496df671515003ed49ce23b4b94.tar.gz
bison: 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/bison')
-rw-r--r--recipes/bison/bison.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc
index 3441bcf3cf..023895edb2 100644
--- a/recipes/bison/bison.inc
+++ b/recipes/bison/bison.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
HOMEPAGE = "http://www.gnu.org/software/bison/"
-LICENSE = "GPL"
+LICENSE = "GPLv2+"
SECTION = "devel"
PRIORITY = "optional"
DEPENDS = "virtual/libintl flex-native"