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:   gutteridge
Date:           Fri Jul 15 00:51:13 UTC 2022

Modified Files:
        pkgsrc/mk: license.mk

Log Message:
license.mk: add Beer-Ware to DEFAULT_ACCEPTABLE_LICENSES

As recently discussed on tech-pkg, this should be considered "Free or
Open Source", so add it accordingly. Probably this was never done
before just because it is so uncommon.

Debian allows inclusion of it as such (e.g., it's one of the
attributions they note applies to OpenSSH code in their packaging of
it), as do other mainstream Linux distros like Fedora.

Debian package review where this is stated:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685575

Fedora policy:
https://fedoraproject.org/wiki/Licensing/Beerware


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 pkgsrc/mk/license.mk:1.115
--- pkgsrc/mk/license.mk:1.114  Wed Jun 29 00:02:32 2022
+++ pkgsrc/mk/license.mk        Fri Jul 15 00:51:13 2022
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.114 2022/06/29 00:02:32 gutteridge Exp $
+# $NetBSD: license.mk,v 1.115 2022/07/15 00:51:13 gutteridge Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -117,6 +117,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
        apache-1.1 apache-2.0 \
        arphic-public \
        artistic artistic-2.0 \
+       beer-ware \
        boost-license \
        cc-by-sa-v3.0 \
        cc-by-sa-v4.0 \



Home | Main Index | Thread Index | Old Index