pkgsrc-WIP-changes archive

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

pkg-dev: Correct license



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sun May 17 10:48:28 2020 -0500
Changeset:	c60d7f76c42b4e92ada3f2ee0b1a8b49ef48c33a

Modified Files:
	pkg-dev/Makefile

Log Message:
pkg-dev: Correct license

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

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

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

diffs:
diff --git a/pkg-dev/Makefile b/pkg-dev/Makefile
index 827bc57c66..672ffd03a6 100644
--- a/pkg-dev/Makefile
+++ b/pkg-dev/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES=	${MASTER_SITE_GITHUB:=outpaddling/}
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/outpaddling/pkg-dev
 COMMENT=	Scripts to automate common tasks in pkgsrc development
-LICENSE=	modified-bsd
+LICENSE=	2-clause-bsd
 
 USE_LANGUAGES=	# none
 


Home | Main Index | Thread Index | Old Index