pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

minio: catch up with upstream relicensing



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Aug 16 00:04:57 2022 +0200
Changeset:	0d126a6485a423b8410c7ffaa3e6f66f0db02a25

Modified Files:
	minio-client/Makefile
	minio/Makefile

Log Message:
minio: catch up with upstream relicensing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0d126a6485a423b8410c7ffaa3e6f66f0db02a25

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 minio-client/Makefile | 2 +-
 minio/Makefile        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/minio-client/Makefile b/minio-client/Makefile
index 7f37767762..5a769573e9 100644
--- a/minio-client/Makefile
+++ b/minio-client/Makefile
@@ -9,7 +9,7 @@ GITHUB_TAG=	RELEASE.2022-08-11T00-30-48Z
 COMMENT=	Tool implementing ls/cp/mkdir/diff/rsync for S3-like object storage
 HOMEPAGE=	https://min.io/
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-LICENSE=	apache-2.0
+LICENSE=	gnu-agpl-v3
 
 CHECK_RELRO_SKIP=	bin/minio-client
 GO_BUILD_PATTERN=	--ldflags '-X github.com/minio/mc/cmd.Version=${PKGVERSION} -X github.com/minio/mc/cmd.ReleaseTag=${GITHUB_TAG}' .
diff --git a/minio/Makefile b/minio/Makefile
index 6e41789b81..da60f23cf8 100644
--- a/minio/Makefile
+++ b/minio/Makefile
@@ -10,7 +10,7 @@ GITHUB_TAG=	RELEASE.2022-08-13T21-54-44Z
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://minio.io/
 COMMENT=	High performance distributed object storage server
-LICENSE=	apache-2.0
+LICENSE=	gnu-agpl-v3
 
 CHECK_RELRO_SKIP=	bin/minio
 GO_BUILD_PATTERN=	--ldflags '-X github.com/minio/minio/cmd.Version=${GITHUB_TAG} -X github.com/minio/minio/cmd.ReleaseTag=${GITHUB_TAG}' .


Home | Main Index | Thread Index | Old Index