pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
djbsort: set LICENSE to public-domain
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <tk%giga.or.at@localhost>
Pushed By: wiz
Date: Sun Jul 29 09:37:30 2018 +0200
Changeset: a7fcf85a4bfe63e78d77ace63c97f2ee48f8565a
Modified Files:
djbsort/Makefile
Log Message:
djbsort: set LICENSE to public-domain
(per email from djb)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a7fcf85a4bfe63e78d77ace63c97f2ee48f8565a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
djbsort/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/djbsort/Makefile b/djbsort/Makefile
index 4866341c73..817dd21e8f 100644
--- a/djbsort/Makefile
+++ b/djbsort/Makefile
@@ -7,7 +7,7 @@ MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz%NetBSD.org@localhost
HOMEPAGE= https://sorting.cr.yp.to/
COMMENT= Library for sorting arrays of integers
-#LICENSE= # TODO: (see mk/license.mk)
+LICENSE= public-domain
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE= 27
Home |
Main Index |
Thread Index |
Old Index