pkgsrc-WIP-changes archive

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

nomad: clarify license



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Fri Aug 16 22:10:57 2024 +0200
Changeset:	0863ba9c19aa3a7ca7d452a4573acbc6003d0651

Modified Files:
	nomad/Makefile

Log Message:
nomad: clarify license

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

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

diffstat:
 nomad/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/nomad/Makefile b/nomad/Makefile
index 27fa55da8a..408620925c 100644
--- a/nomad/Makefile
+++ b/nomad/Makefile
@@ -8,7 +8,7 @@ GITHUB_TAG=	v${PKGVERSION_NOREV}
 MAINTAINER=	cirnatdan%NetBSD.org@localhost
 HOMEPAGE=	https://www.nomadproject.io/
 COMMENT=	Workload orchestrator that can deploy a mix of applications
-LICENSE=	mpl-2.0
+LICENSE=	mpl-2.0 # actual license is 'unusable for production use', i.e. non-free
 
 .include "go-modules.mk"
 .include "../../lang/go/go-module.mk"


Home | Main Index | Thread Index | Old Index