diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-01-08 23:39:46 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-01-08 23:39:46 +0000 |
commit | 2af54d12539800a7fb00ec5a37a59f3691aafcd1 (patch) | |
tree | 29fb047d2118aa5da620f8702da9949278c22792 /media-libs/stimg/stimg-0.1.0.ebuild | |
parent | respect AR (bug #450934) (diff) | |
download | historical-2af54d12539800a7fb00ec5a37a59f3691aafcd1.tar.gz historical-2af54d12539800a7fb00ec5a37a59f3691aafcd1.tar.bz2 historical-2af54d12539800a7fb00ec5a37a59f3691aafcd1.zip |
Fix LICENSE, see AUTHORS and COPYING, bug 448650.
Package-Manager: portage-2.1.11.38/cvs/Linux x86_64
Manifest-Sign-Key: 0xE7BE08CA7DC6EA25
Diffstat (limited to 'media-libs/stimg/stimg-0.1.0.ebuild')
-rw-r--r-- | media-libs/stimg/stimg-0.1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/stimg/stimg-0.1.0.ebuild b/media-libs/stimg/stimg-0.1.0.ebuild index bb9c448dd956..fa02fd85265f 100644 --- a/media-libs/stimg/stimg-0.1.0.ebuild +++ b/media-libs/stimg/stimg-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.12 2011/08/09 09:10:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/stimg/stimg-0.1.0.ebuild,v 1.13 2013/01/08 23:39:41 ulm Exp $ EAPI=4 inherit eutils toolchain-funcs @@ -9,7 +9,7 @@ DESCRIPTION="Simple and tiny image loading library" HOMEPAGE="http://homepage3.nifty.com/slokar/fb/" SRC_URI="http://homepage3.nifty.com/slokar/stimg/${P}.tar.gz" -LICENSE="as-is LGPL-2" +LICENSE="LGPL-2+ MIT-with-advertising" SLOT="0" KEYWORDS="alpha amd64 ppc x86" IUSE="linguas_ja static-libs" |