From: Saul Wold Date: Fri, 9 Aug 2013 15:38:04 +0000 (-0700) Subject: groff: Fix License to be GPLv3 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=90198d6fe0a264f6d606a25b8ccd72383271c0e2;p=openembedded-core.git groff: Fix License to be GPLv3 (From OE-Core master rev: 4090c4d9b204118ec9826db02b0739ce60563dd4) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/groff/groff_1.22.2.bb b/meta/recipes-extended/groff/groff_1.22.2.bb index dc964ae8e1..9d2a3c75bd 100644 --- a/meta/recipes-extended/groff/groff_1.22.2.bb +++ b/meta/recipes-extended/groff/groff_1.22.2.bb @@ -3,7 +3,7 @@ DESCRIPTION = "The groff (GNU troff) software is a typesetting package which rea formatting commands and produces formatted output." SECTION = "base" HOMEPAGE = "ftp://ftp.gnu.org/gnu/groff/" -LICENSE = "GPLv2" +LICENSE = "GPLv3" PR = "r1" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"