diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-07-16 12:06:53 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-07-16 12:06:53 +0000 |
commit | 02e41833a2b9696c1c54a80e9b979694a0b4df42 (patch) | |
tree | 1f628bfcf87bc2939ded64b0b112c4a942dd5218 /dev-java | |
parent | Update LICENSE to include the OSGi Specification 2.0 license and introduce fe... (diff) | |
download | gentoo-2-02e41833a2b9696c1c54a80e9b979694a0b4df42.tar.gz gentoo-2-02e41833a2b9696c1c54a80e9b979694a0b4df42.tar.bz2 gentoo-2-02e41833a2b9696c1c54a80e9b979694a0b4df42.zip |
Update LICENSE to include the OSGi Specification 2.0 license and introduce fetch restriction as the license needs to be explicitly accepted (except for osgi-foundation) to obtain the downloads.
(Portage version: 2.1.12.13/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/osgi-foundation/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-java/osgi-foundation/ChangeLog b/dev-java/osgi-foundation/ChangeLog index 36bf826535c9..3fe3e3075f3e 100644 --- a/dev-java/osgi-foundation/ChangeLog +++ b/dev-java/osgi-foundation/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/osgi-foundation # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-foundation/ChangeLog,v 1.1 2013/07/05 13:03:01 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-foundation/ChangeLog,v 1.2 2013/07/16 12:06:53 tomwij Exp $ + + 16 Jul 2013; Tom Wijsman <TomWij@gentoo.org> osgi-foundation-1.2.0.ebuild: + Update LICENSE to include the OSGi Specification 2.0 license and introduce + fetch restriction as the license needs to be explicitly accepted (except for + osgi-foundation) to obtain the downloads. *osgi-foundation-1.2.0 (05 Jul 2013) diff --git a/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild b/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild index 1b8f7c94504d..34745f6fdc55 100644 --- a/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild +++ b/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild,v 1.1 2013/07/05 13:03:01 tomwij Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/osgi-foundation/osgi-foundation-1.2.0.ebuild,v 1.2 2013/07/16 12:06:53 tomwij Exp $ EAPI="5" @@ -12,7 +12,7 @@ DESCRIPTION="OSGi R4 Foundation EE by Apache Felix" HOMEPAGE="http://felix.apache.org/" ESVN_REPO_URI="https://svn.apache.org/repos/asf/felix/releases/org.osgi.foundation-${PV}" -LICENSE="Apache-2.0" +LICENSE="Apache-2.0 OSGi-Specification-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" |