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:   wiz
Date:           Tue Apr 18 15:47:37 UTC 2023

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

Log Message:
pkg_install: allow cecill-c-v1 by default (OSI approved)


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 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.60 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.61
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.60        Fri Jul 15 00:55:37 2022
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Tue Apr 18 15:47:37 2023
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.60 2022/07/15 00:55:37 gutteridge Exp $  */
+/*     $NetBSD: license.c,v 1.61 2023/04/18 15:47:37 wiz Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -59,6 +59,7 @@ const char *default_acceptable_licenses 
     "cddl-1.0 "
     "cecill-2.1 "
     "cecill-b-v1 "
+    "cecill-c-v1 "
     "cpl-1.0 "
     "epl-v1.0 "
     "eupl-v1.1 "



Home | Main Index | Thread Index | Old Index