Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rdedup/
Date: Tue, 18 Feb 2020 06:20:44
Message-Id: 1582006818.b50677fc015b061b94fde381a2aa718328a7464d.gyakovlev@gentoo
1 commit: b50677fc015b061b94fde381a2aa718328a7464d
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 18 06:20:18 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 18 06:20:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50677fc
7
8 app-backup/rdedup: fix licenses
9
10 Closes: https://bugs.gentoo.org/694410
11 Package-Manager: Portage-2.3.89, Repoman-2.3.20
12 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
13
14 app-backup/rdedup/rdedup-1.0.2.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-backup/rdedup/rdedup-1.0.2.ebuild b/app-backup/rdedup/rdedup-1.0.2.ebuild
18 index aa991f439d7..db1c7985f56 100644
19 --- a/app-backup/rdedup/rdedup-1.0.2.ebuild
20 +++ b/app-backup/rdedup/rdedup-1.0.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -45,7 +45,7 @@ DESCRIPTION="data deduplication with compression and public key encryption"
28 HOMEPAGE="https://github.com/dpc/rdedup"
29 SRC_URI="$(cargo_crate_uris ${CRATES})"
30
31 -LICENSE="MPL-2.0"
32 +LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0 Unlicense"
33 SLOT="0"
34 KEYWORDS="~amd64"