[oe-commits] chase maupin : cups: Update LICENSE field version to GPLv2 and LGPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:41 UTC 2012


Module: openembedded.git
Branch: master
Commit: 04deabd294b27481343f6b1e90244595d1e0d0cc
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=04deabd294b27481343f6b1e90244595d1e0d0cc

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:54 2012 +0000

cups: Update LICENSE field version to GPLv2 and LGPLv2

* Updated LICENSE field version from generic GPL/LGPL to GPLv2
  and LGPLv2 to reflect the real license version.
* This change was based on setting in oe-core as well as code
  inspection.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/cups/cups_1.2.12.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/cups/cups_1.2.12.bb b/recipes/cups/cups_1.2.12.bb
index 1b06a53..c711489 100644
--- a/recipes/cups/cups_1.2.12.bb
+++ b/recipes/cups/cups_1.2.12.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = "An Internet printing system for Unix."
 SECTION = "console/utils"
-LICENSE = "GPL LGPL"
+LICENSE = "GPLv2 LGPLv2"
 DEPENDS = "gnutls jpeg dbus dbus-glib libpng zlib fakeroot-native"
 
-PR = "r8"
+PR = "r9"
 
 SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2 \
            file://0001-cups-desktop-fix-cups-desktop-file.patch \





More information about the Openembedded-commits mailing list