diff options
author | Ulrich Müller <ulm@gentoo.org> | 2012-12-18 07:22:28 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2012-12-18 07:22:28 +0000 |
commit | 7cf58fae4d6584fb6f92f942214edc298d1e756d (patch) | |
tree | 0e4fab53d732dcdc8c88634b6fc8bf903ebf342f /media-video/sswf | |
parent | Version bump. (diff) | |
download | gentoo-2-7cf58fae4d6584fb6f92f942214edc298d1e756d.tar.gz gentoo-2-7cf58fae4d6584fb6f92f942214edc298d1e756d.tar.bz2 gentoo-2-7cf58fae4d6584fb6f92f942214edc298d1e756d.zip |
Fix LICENSE, MIT (Expat) according to COPYING and notices in source files, bug 445964.
(Portage version: 2.1.11.38/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
Diffstat (limited to 'media-video/sswf')
-rw-r--r-- | media-video/sswf/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/sswf/sswf-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | media-video/sswf/sswf-1.8.4.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/media-video/sswf/ChangeLog b/media-video/sswf/ChangeLog index 02809431458b..5c2ea94d3ea0 100644 --- a/media-video/sswf/ChangeLog +++ b/media-video/sswf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-video/sswf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/ChangeLog,v 1.11 2012/05/05 08:58:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/ChangeLog,v 1.12 2012/12/18 07:22:28 ulm Exp $ + + 18 Dec 2012; Ulrich Müller <ulm@gentoo.org> sswf-1.8.2.ebuild, + sswf-1.8.4.ebuild: + Fix LICENSE, MIT (Expat) according to COPYING and notices in source files, + bug 445964. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> sswf-1.8.2.ebuild, sswf-1.8.4.ebuild: diff --git a/media-video/sswf/sswf-1.8.2.ebuild b/media-video/sswf/sswf-1.8.2.ebuild index c325275d4818..f3ca24da351a 100644 --- a/media-video/sswf/sswf-1.8.2.ebuild +++ b/media-video/sswf/sswf-1.8.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.2.ebuild,v 1.3 2012/05/05 08:58:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.2.ebuild,v 1.4 2012/12/18 07:22:28 ulm Exp $ DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8." HOMEPAGE="http://sswf.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2 mirror://sourceforge/${PN}/${P}-doc.tar.bz2" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug doc examples" diff --git a/media-video/sswf/sswf-1.8.4.ebuild b/media-video/sswf/sswf-1.8.4.ebuild index 0c930b2a71e0..a42a8699656f 100644 --- a/media-video/sswf/sswf-1.8.4.ebuild +++ b/media-video/sswf/sswf-1.8.4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.4.ebuild,v 1.3 2012/05/05 08:58:59 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/sswf/sswf-1.8.4.ebuild,v 1.4 2012/12/18 07:22:28 ulm Exp $ DESCRIPTION="A C++ Library and a script language tool to create Flash (SWF) movies up to version 8." HOMEPAGE="http://sswf.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.bz2 mirror://sourceforge/${PN}/${P}-doc.tar.bz2" -LICENSE="as-is" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug doc examples" |