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:   joerg
Date:           Sun Oct 13 21:50:54 UTC 2019

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

Log Message:
Use tab for indendation as the rest of the block.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.56
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.55        Tue Jul  2 09:28:13 2019
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Sun Oct 13 21:50:54 2019
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.55 2019/07/02 09:28:13 jaapb Exp $       */
+/*     $NetBSD: license.c,v 1.56 2019/10/13 21:50:54 joerg Exp $       */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -56,7 +56,7 @@ const char *default_acceptable_licenses 
     "cc0-1.0-universal "
     "cddl-1.0 "
     "cecill-2.1 "
-         "cecill-b-v1 "
+    "cecill-b-v1 "
     "cpl-1.0 "
     "epl-v1.0 "
     "eupl-v1.1 "



Home | Main Index | Thread Index | Old Index