pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Sun Dec  9 06:07:23 UTC 2018

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
Add purdue license as DSFG compliant.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/mk/license.mk

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

Modified files:

Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.91 pkgsrc/mk/license.mk:1.92
--- pkgsrc/mk/license.mk:1.91   Sat Dec  8 17:08:22 2018
+++ pkgsrc/mk/license.mk        Sun Dec  9 06:07:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.91 2018/12/08 17:08:22 triaxx Exp $
+# $NetBSD: license.mk,v 1.92 2018/12/09 06:07:23 triaxx Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -163,6 +163,10 @@ DEFAULT_ACCEPTABLE_LICENSES+=      vera-ttf-l
 # DFSG, not evaluated by OSI/FSF
 DEFAULT_ACCEPTABLE_LICENSES+=  happy
 
+# DFSG, not evaluated by OSI/FSF
+# Mainly used in https://sources.debian.org/copyright/license/lsof/
+DEFAULT_ACCEPTABLE_LICENSES+=  purdue
+
 ##### Variant spellings
 
 .if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)



Home | Main Index | Thread Index | Old Index