diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-19 10:49:33 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-19 10:49:33 +0000 |
commit | c4093db6966b10a708b421f9c5bd640e6a724d1a (patch) | |
tree | f106e164e6449c9ab2a36f6e56b7fa2e5592b0b3 /media-plugins/mediastreamer-silk | |
parent | Dopping maint. (diff) | |
download | gentoo-2-c4093db6966b10a708b421f9c5bd640e6a724d1a.tar.gz gentoo-2-c4093db6966b10a708b421f9c5bd640e6a724d1a.tar.bz2 gentoo-2-c4093db6966b10a708b421f9c5bd640e6a724d1a.zip |
Fix LICENSE, bug 416205.
(Portage version: 2.1.11.43/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-plugins/mediastreamer-silk')
-rw-r--r-- | media-plugins/mediastreamer-silk/ChangeLog | 7 | ||||
-rw-r--r-- | media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-plugins/mediastreamer-silk/ChangeLog b/media-plugins/mediastreamer-silk/ChangeLog index d87d6fb5fa1c..b4a5c1da46b5 100644 --- a/media-plugins/mediastreamer-silk/ChangeLog +++ b/media-plugins/mediastreamer-silk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-plugins/mediastreamer-silk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-silk/ChangeLog,v 1.4 2012/12/17 17:34:36 ago Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-silk/ChangeLog,v 1.5 2013/01/19 10:49:33 ulm Exp $ + + 19 Jan 2013; Ulrich Müller <ulm@gentoo.org> mediastreamer-silk-0.0.1.ebuild: + Fix LICENSE, bug 416205. 17 Dec 2012; Agostino Sarubbo <ago@gentoo.org> mediastreamer-silk-0.0.1.ebuild: diff --git a/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild b/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild index 7a691bf4426b..3eb339679db2 100644 --- a/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild +++ b/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild,v 1.3 2012/12/17 17:34:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mediastreamer-silk/mediastreamer-silk-0.0.1.ebuild,v 1.4 2013/01/19 10:49:33 ulm Exp $ EAPI=4 @@ -14,7 +14,7 @@ HOMEPAGE="http://www.linphone.org" SRC_URI="mirror://nongnu/linphone/plugins/sources/${MY_PN}-${PV}.tar.gz http://developer.skype.com/silk/${SDK_FILE}" -LICENSE="GPL-3 as-is" +LICENSE="GPL-2+ Clear-BSD SILK-patent-license" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="bindist" |