pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Fri Jul 15 00:55:37 UTC 2022

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: license.c

Log Message:
pkg_install: add Beer-Ware as default acceptable


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/pkgtools/pkg_install/files/lib/license.c

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

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.59 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.60
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.59        Wed Apr 20 21:47:26 2022
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Fri Jul 15 00:55:37 2022
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.59 2022/04/20 21:47:26 wiz Exp $ */
+/*     $NetBSD: license.c,v 1.60 2022/07/15 00:55:37 gutteridge Exp $  */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -50,6 +50,7 @@ const char *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