From 0c830d8ebca188ab6d17e6b648f0533ab49f7e15 Mon Sep 17 00:00:00 2001 From: Lucio Sauer Date: Thu, 14 Sep 2023 03:12:10 +0200 Subject: [PATCH] sys-fs/mountpoint-s3-bin: update LICENSE Signed-off-by: Lucio Sauer --- sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild index b25b7ecbb9..5d4ab49701 100644 --- a/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild +++ b/sys-fs/mountpoint-s3-bin/mountpoint-s3-bin-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,6 +10,8 @@ SRC_URI="https://s3.amazonaws.com/mountpoint-s3-release/${PV}/x86_64/mount-s3-${ KEYWORDS="~amd64" LICENSE="Apache-2.0" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT openssl Unicode-DFS-2016 ZLIB" SLOT="0" RDEPEND="sys-fs/fuse:0"