[oe-commits] Paul Menzel : lynx: correct `LICENSE` from `GPL` to `GPLv2`

git version control git at git.openembedded.org
Thu Jun 2 20:01:31 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: b43658b88822406ddfb04454c731ba28c09085e4
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=b43658b88822406ddfb04454c731ba28c09085e4

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed Jun  1 13:56:28 2011 +0200

lynx: correct `LICENSE` from `GPL` to `GPLv2`

According to `COPYING` [1] the license is GPLv2.

This is a fixup for commit 06d31dc0 [2].

    commit 06d31dc06beb85a28ca3c2c2c0c2787267a24ff5
    Author: Stanislav Brabec <utx at penguin.cz>
    Date:   Tue May 31 22:28:20 2011 +0000

              lynx: New recipe, version 2.8.7.

              Signed-off-by: Stanislav Brabec <utx at penguin.cz>

     recipes/lynx/lynx_2.8.7.bb |   40 ++++++++++++++++++++++++++++++++++++++++
     1 files changed, 40 insertions(+), 0 deletions(-)

[1] http://lynx.isc.org/lynx2.8.7/lynx2-8-7/COPYING
[2] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=06d31dc06beb85a28ca3c2c2c0c2787267a24ff5

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/lynx/lynx_2.8.7.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
index 022162c..77434d1 100644
--- a/recipes/lynx/lynx_2.8.7.bb
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "text web browser"
 SECTION = "console/network"
 DEPENDS = "ncurses openssl"
-LICENSE = "GPL"
+LICENSE = "GPLv2"
 HOMEPAGE = "http://lynx.isc.org/"
 PR = "r0"
 S = "${WORKDIR}/${PN}${@bb.data.getVar('PV',d,1).replace('.', '-')}"





More information about the Openembedded-commits mailing list