From: Marcin Juszkiewicz Date: Tue, 23 Jan 2007 21:09:04 +0000 (+0000) Subject: tin: it is BSD licensed not GPL - close #1807 X-Git-Tag: Release-2010-05/1~9343 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01c9d43954d0ca65456580d4fbcb36cb666aecdf;p=openembedded.git tin: it is BSD licensed not GPL - close #1807 --- 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"