From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1146968-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A53AE138350 for <garchives@archives.gentoo.org>; Tue, 18 Feb 2020 06:20:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5744E098E; Tue, 18 Feb 2020 06:20:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B809E098E for <gentoo-commits@lists.gentoo.org>; Tue, 18 Feb 2020 06:20:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D74334EC6B for <gentoo-commits@lists.gentoo.org>; Tue, 18 Feb 2020 06:20:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF015129 for <gentoo-commits@lists.gentoo.org>; Tue, 18 Feb 2020 06:20:37 +0000 (UTC) From: "Georgy Yakovlev" <gyakovlev@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" <gyakovlev@gentoo.org> Message-ID: <1582006818.b50677fc015b061b94fde381a2aa718328a7464d.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/rdedup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/rdedup/rdedup-1.0.2.ebuild X-VCS-Directories: app-backup/rdedup/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: b50677fc015b061b94fde381a2aa718328a7464d X-VCS-Branch: master Date: Tue, 18 Feb 2020 06:20:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cb9d49a2-1bd3-4e5b-ae77-5234f1e442f8 X-Archives-Hash: 20bacf29ff849cc59e858c848035c7ab commit: b50677fc015b061b94fde381a2aa718328a7464d Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Tue Feb 18 06:20:18 2020 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Tue Feb 18 06:20:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50677fc 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 <AT> gentoo.org> app-backup/rdedup/rdedup-1.0.2.ebuild | 4 ++-- 1 file 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 aa991f439d7..db1c7985f56 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"