pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk license.mk: add Beer-Ware to DEFAULT_ACCEPTABLE_LIC...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2c4cb773fc7
branches:  trunk
changeset: 381898:c2c4cb773fc7
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Fri Jul 15 00:51:13 2022 +0000

description:
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

diffstat:

 mk/license.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 62b81ea13a1e -r c2c4cb773fc7 mk/license.mk
--- a/mk/license.mk     Fri Jul 15 00:41:45 2022 +0000
+++ b/mk/license.mk     Fri Jul 15 00:51:13 2022 +0000
@@ -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 @@
        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