pkgsrc-WIP-changes archive

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

cockroach: became non-free, see https://www.cockroachlabs.com/cockroachdb-software-license/



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Aug 16 13:47:12 2024 +0200
Changeset:	eb556fa385a986deffad5f357eb0ad41cfe20f6e

Modified Files:
	cockroach/Makefile

Log Message:
cockroach: became non-free, see https://www.cockroachlabs.com/cockroachdb-software-license/

Not sure if source will even stay available, perhaps we should remove
this package.

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

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

diffstat:
 cockroach/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/cockroach/Makefile b/cockroach/Makefile
index 4d55e93e13..76d507a679 100644
--- a/cockroach/Makefile
+++ b/cockroach/Makefile
@@ -9,7 +9,8 @@ EXTRACT_SUFX=   .tgz
 MAINTAINER=     pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=       https://www.cockroachlabs.com/product/
 COMMENT=        CockroachDB is a cloud-native SQL database for building global, scalable cloud services that survive disasters.
-LICENSE=        apache-2.0
+#LICENSE=        apache-2.0
+# changed to https://www.cockroachlabs.com/cockroachdb-software-license/
 
 USE_LANGUAGES=	c c++
 


Home | Main Index | Thread Index | Old Index