summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-17 22:20:18 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-17 22:20:18 -0800
commitb50677fc015b061b94fde381a2aa718328a7464d (patch)
tree8cfcffba1fc313ea5783d99cdb2e7b150372ee15 /app-backup
parentdev-util/sccache: drop old (diff)
downloadgentoo-b50677fc015b061b94fde381a2aa718328a7464d.tar.gz
gentoo-b50677fc015b061b94fde381a2aa718328a7464d.tar.bz2
gentoo-b50677fc015b061b94fde381a2aa718328a7464d.zip
app-backup/rdedup: fix licenses
Closes: https://bugs.gentoo.org/694410 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/rdedup/rdedup-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-backup/rdedup/rdedup-1.0.2.ebuild b/app-backup/rdedup/rdedup-1.0.2.ebuild
index aa991f439d71..db1c7985f566 100644
--- a/app-backup/rdedup/rdedup-1.0.2.ebuild
+++ b/app-backup/rdedup/rdedup-1.0.2.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=7
@@ -45,7 +45,7 @@ DESCRIPTION="data deduplication with compression and public key encryption"
HOMEPAGE="https://github.com/dpc/rdedup"
SRC_URI="$(cargo_crate_uris ${CRATES})"
-LICENSE="MPL-2.0"
+LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0 Unlicense"
SLOT="0"
KEYWORDS="~amd64"