pkgsrc-WIP-changes archive

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

self: Adjust incomplete LICENSE line



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Aug 1 14:48:04 2019 -0400
Changeset:	1236ab049f793a4ab9017d2908c32375be482e59

Modified Files:
	self-git/Makefile

Log Message:
self: Adjust incomplete LICENSE line

No semantic change; now LICENSE is just not set, rather than being set
to empty.

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

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

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

diffs:
diff --git a/self-git/Makefile b/self-git/Makefile
index b26db6b08a..10e6a0eb55 100644
--- a/self-git/Makefile
+++ b/self-git/Makefile
@@ -7,7 +7,8 @@ GIT_REPO=	http://github.com/russellallen/self.git
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	http://www.selflanguage.org/
 COMMENT=	Prototype-based dynamic object-oriented programming language
-LICENSE=	# BSD
+# BSD?
+# LICENSE=	
 
 USE_LANGUAGES=	c c++
 


Home | Main Index | Thread Index | Old Index