diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-04-29 23:51:14 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-04-30 00:04:35 +1200 |
commit | 7e947f993a85f3fbde569ae0452476fc485aee16 (patch) | |
tree | 628ba127040c7de2e7e41674b46123bed5d0c387 /dev-perl/Audio-Scan | |
parent | gui-apps/wf-recorder: new package (diff) | |
download | gentoo-7e947f993a85f3fbde569ae0452476fc485aee16.tar.gz gentoo-7e947f993a85f3fbde569ae0452476fc485aee16.tar.bz2 gentoo-7e947f993a85f3fbde569ae0452476fc485aee16.zip |
dev-perl/Audio-Scan: Add license note
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Audio-Scan')
-rw-r--r-- | dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild b/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild index 000bff1d1c75..6358a26d724f 100644 --- a/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild +++ b/dev-perl/Audio-Scan/Audio-Scan-1.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ DIST_VERSION=1.01 inherit perl-module DESCRIPTION="Fast C metadata and tag reader for all common audio file formats" - +# License note: ambiguity: https://rt.cpan.org/Ticket/Display.html?id=132450 LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~x86-solaris" |