diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-08 17:43:03 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-08 17:43:03 +0000 |
commit | 6c5535b6a4695f0c4004f6bab84a54be6d823335 (patch) | |
tree | 6a17fdf664598d334cf8e3e858e7609c720f5631 /app-text/stardict | |
parent | Unmask USE="pronounce" for stardict 3.0.3 and above wrt #246174 (diff) | |
download | gentoo-2-6c5535b6a4695f0c4004f6bab84a54be6d823335.tar.gz gentoo-2-6c5535b6a4695f0c4004f6bab84a54be6d823335.tar.bz2 gentoo-2-6c5535b6a4695f0c4004f6bab84a54be6d823335.zip |
Missing CPL-1.0 and LGPL-2 licenses as noted by top level README.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/stardict/ChangeLog b/app-text/stardict/ChangeLog index 5129f7a1139e..49b91577a66f 100644 --- a/app-text/stardict/ChangeLog +++ b/app-text/stardict/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/stardict # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.11 2012/01/08 17:33:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/ChangeLog,v 1.12 2012/01/08 17:43:03 ssuominen Exp $ + + 08 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> stardict-3.0.3.ebuild: + Missing CPL-1.0 and LGPL-2 licenses as noted by top level README. *stardict-3.0.3 (08 Jan 2012) diff --git a/app-text/stardict/stardict-3.0.3.ebuild b/app-text/stardict/stardict-3.0.3.ebuild index acf3557719e6..e76644820eb8 100644 --- a/app-text/stardict/stardict-3.0.3.ebuild +++ b/app-text/stardict/stardict-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.1 2012/01/08 17:33:33 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.2 2012/01/08 17:43:03 ssuominen Exp $ # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them @@ -15,7 +15,7 @@ SRC_URI="http://${PN}-3.googlecode.com/files/${P}.tar.bz2 pronounce? ( http://${PN}-3.googlecode.com/files/WyabdcRealPeopleTTS.tar.bz2 ) qqwry? ( mirror://gentoo/QQWry.Dat.bz2 )" -LICENSE="GPL-3" +LICENSE="CPL-1.0 GPL-3 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="espeak gnome gucharmap qqwry pronounce spell tools" |