From patchwork Sun Jan 8 12:39:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: gettext: License modify LICENSE to GPLv3 from GPL-3 Date: Sun, 08 Jan 2012 12:39:20 -0000 From: Andrei Gherzan X-Patchwork-Id: 18775 Message-Id: <1326026360-27733-1-git-send-email-andrei@gherzan.ro> To: openembedded-core@lists.openembedded.org Cc: Andrei Gherzan , Andrei Gherzan From: Andrei Gherzan [YOCTO #1884] Signed-off-by: Andrei Gherzan --- meta/recipes-core/gettext/gettext_0.18.1.1.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-core/gettext/gettext_0.18.1.1.bb b/meta/recipes-core/gettext/gettext_0.18.1.1.bb index 615582e..1e8c952 100644 --- a/meta/recipes-core/gettext/gettext_0.18.1.1.bb +++ b/meta/recipes-core/gettext/gettext_0.18.1.1.bb @@ -2,7 +2,7 @@ SUMMARY = "Utilities and libraries for producing multi-lingual messages." DESCRIPTION = "Gettext offers to programmers, translators, and even users, a well integrated set of tools and documentation. Specifically, the GNU `gettext' utilities are a set of tools that provides a framework to help other GNU packages produce multi-lingual messages. These tools include a set of conventions about how programs should be written to support message catalogs, a directory and file naming organization for the message catalogs themselves, a runtime library supporting the retrieval of translated messages, and a few stand-alone programs to massage in various ways the sets of translatable strings, or already translated strings." HOMEPAGE = "http://www.gnu.org/software/gettext/gettext.html" SECTION = "libs" -LICENSE = "GPL-3+ & LGPL-2.1+" +LICENSE = "GPLv3+ & LGPL-2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PR = "r6"