diff options
author | Koop Mast <kwm@FreeBSD.org> | 2010-06-04 21:41:41 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2010-06-04 21:41:41 +0000 |
commit | c7d3087af61715001487ee26dd32fd5c563a34f6 (patch) | |
tree | 008c32a9da0b037e3e91342a2bd2fe9b0798608c /net-im | |
parent | 9a43872deb9c3ef51f5aa485c27fde1460c82edd (diff) |
Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.
So make a LGPL21 and LGPL3 value for the license framework.
Replace the LGPL used in ports with LGPL21. (checked all consumers)
Obtained from: http://www.gnu.org/licenses/ (Under License URL's)
Notes
Notes:
svn path=/head/; revision=255734
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/tapioca-qt/Makefile | 2 | ||||
-rw-r--r-- | net-im/telepathy-qt/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-im/tapioca-qt/Makefile b/net-im/tapioca-qt/Makefile index 35fe24960e1c..05bfed421e6a 100644 --- a/net-im/tapioca-qt/Makefile +++ b/net-im/tapioca-qt/Makefile @@ -15,7 +15,7 @@ COMMENT= Framework for VoIP and IP applications LIB_DEPENDS= QtTelepathyCore.0:${PORTSDIR}/net-im/telepathy-qt -LICENSE= LGPL +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build diff --git a/net-im/telepathy-qt/Makefile b/net-im/telepathy-qt/Makefile index ce304693ed5c..27460d04a13a 100644 --- a/net-im/telepathy-qt/Makefile +++ b/net-im/telepathy-qt/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF/tapioca-voip/${PORTNAME}/${PORTVERSION} MAINTAINER= arved@FreeBSD.org COMMENT= Framework for VoIP and IP applications -LICENSE= LGPL +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/../COPYING USE_CMAKE= yes |