aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-23 21:09:43 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-23 21:09:43 +0000
commit2d1b94d9d663689fa80547cac38fe341b29232f6 (patch)
treefdec24951340cd624367b6495ab791bc20e90f53
parent55d1122f22f2461df3c922d27cfdbff272f49ac3 (diff)
downloadopenembedded-2d1b94d9d663689fa80547cac38fe341b29232f6.tar.gz
tin: it is BSD licensed not GPL - close #1807 (from .dev)
-rw-r--r--packages/tin/tin.inc2
-rw-r--r--packages/tin/tin_1.9.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/tin/tin.inc b/packages/tin/tin.inc
index e66fe8c67a..683962838c 100644
--- a/packages/tin/tin.inc
+++ b/packages/tin/tin.inc
@@ -1,7 +1,7 @@
DESCRIPTION = "Tin is a powerful text mode news reader."
SECTION = "console/network"
DEPENDS = "ncurses libpcre"
-LICENSE = "GPL"
+LICENSE = "BSD"
inherit autotools
diff --git a/packages/tin/tin_1.9.1.bb b/packages/tin/tin_1.9.1.bb
index 2b783b2a58..3adfc536df 100644
--- a/packages/tin/tin_1.9.1.bb
+++ b/packages/tin/tin_1.9.1.bb
@@ -1,6 +1,6 @@
require tin.inc
-PR = "r0"
+PR = "r1"
SRC_URI = "ftp://ftp.tin.org/pub/news/clients/tin/v1.9/tin-${PV}.tar.gz \
file://m4.patch;patch=1"