From 22127d625d92fb36ca85553ef8a9cf5e5397d9a1 Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Sat, 24 Apr 2021 09:28:14 -0600 Subject: [PATCH] testing/minio: mark as restricted --- testing/minio/APKBUILD | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/minio/APKBUILD b/testing/minio/APKBUILD index 7357767abc54..291287f51c69 100644 --- a/testing/minio/APKBUILD +++ b/testing/minio/APKBUILD @@ -1,5 +1,11 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Chloe Kudryavtsev <toast@toast.cafe> + +# RESTRICTED: Do not upgrade to any version licensed under AGPL. No evidence +# has been found supporting the existence of a CLA or relicensing campaign, +# so we cannot confirm the legal validity of the license change. Accordingly, +# any commit upgrading the version to an AGPL-licensed version WILL be reverted. + pkgname=minio _pkgver='RELEASE.2021-01-16T02-19-44Z' pkgver=${_pkgver#*.} -- GitLab