From: Chase Maupin Date: Thu, 21 Oct 2010 03:33:10 +0000 (+0000) Subject: bison: update package LICENSE X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc95ffebc4c8a496df671515003ed49ce23b4b94;p=openembedded.git bison: update package LICENSE * Update the LICENSE fields to reflect the licensing used in the source code. Signed-off-by: Chase Maupin Signed-off-by: Khem Raj --- 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"