diff options
author | Florian Schmaus <flo@geekplace.eu> | 2021-06-08 15:18:36 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-06-08 15:25:16 +0200 |
commit | eef18a157cc6c787f394be1acd2f9f6566326db4 (patch) | |
tree | 4cc7c839288256a7d6dac6351185a1af8c6d43c2 /dev-lang | |
parent | dev-lang/scala-bin: add 2.13.6. (diff) | |
download | gentoo-eef18a157cc6c787f394be1acd2f9f6566326db4.tar.gz gentoo-eef18a157cc6c787f394be1acd2f9f6566326db4.tar.bz2 gentoo-eef18a157cc6c787f394be1acd2f9f6566326db4.zip |
dev-lang/scala-bin: correct LICENSE to Apache-2.0.
Signed-off-by: Florian Schmaus <flo@geekplace.eu>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild (renamed from dev-lang/scala-bin/scala-bin-2.13.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/scala-bin/scala-bin-2.13.1.ebuild b/dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild index 622baa6cd436..9469077928d2 100644 --- a/dev-lang/scala-bin/scala-bin-2.13.1.ebuild +++ b/dev-lang/scala-bin/scala-bin-2.13.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ DESCRIPTION="The Scala Programming Language" HOMEPAGE="http://scala.epfl.ch/" SRC_URI="http://downloads.lightbend.com/${MY_PN}/${PV}/${MY_P}.tgz" -LICENSE="BSD" +LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 x86" IUSE="doc" |