Sun Oct 13 21:50:54 2019 UTC ()
Use tab for indendation as the rest of the block.


(joerg)
diff -r1.55 -r1.56 pkgsrc/pkgtools/pkg_install/files/lib/license.c

cvs diff -r1.55 -r1.56 pkgsrc/pkgtools/pkg_install/files/lib/license.c (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkg_install/files/lib/license.c 2019/07/02 09:28:13 1.55
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c 2019/10/13 21:50:54 1.56
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1/* $NetBSD: license.c,v 1.55 2019/07/02 09:28:13 jaapb Exp $ */ 1/* $NetBSD: license.c,v 1.56 2019/10/13 21:50:54 joerg Exp $ */
2 2
3/*- 3/*-
4 * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. 4 * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without 7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions 8 * modification, are permitted provided that the following conditions
9 * are met: 9 * are met:
10 * 10 *
11 * 1. Redistributions of source code must retain the above copyright 11 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer. 12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright 13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in 14 * notice, this list of conditions and the following disclaimer in
@@ -46,27 +46,27 @@ @@ -46,27 +46,27 @@
46#define HASH_SIZE 521 46#define HASH_SIZE 521
47 47
48const char *default_acceptable_licenses = 48const char *default_acceptable_licenses =
49 "apache-1.1 apache-2.0 " 49 "apache-1.1 apache-2.0 "
50 "arphic-public " 50 "arphic-public "
51 "artistic artistic-2.0 " 51 "artistic artistic-2.0 "
52 "boost-license " 52 "boost-license "
53 "cc-by-sa-v3.0 " 53 "cc-by-sa-v3.0 "
54 "cc-by-sa-v4.0 " 54 "cc-by-sa-v4.0 "
55 "cc-by-v4.0 " 55 "cc-by-v4.0 "
56 "cc0-1.0-universal " 56 "cc0-1.0-universal "
57 "cddl-1.0 " 57 "cddl-1.0 "
58 "cecill-2.1 " 58 "cecill-2.1 "
59 "cecill-b-v1 " 59 "cecill-b-v1 "
60 "cpl-1.0 " 60 "cpl-1.0 "
61 "epl-v1.0 " 61 "epl-v1.0 "
62 "eupl-v1.1 " 62 "eupl-v1.1 "
63 "gfsl " 63 "gfsl "
64 "gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 " 64 "gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 "
65 "gnu-gpl-v1 " 65 "gnu-gpl-v1 "
66 "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 " 66 "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
67 "gnu-gpl-v3 gnu-lgpl-v3 " 67 "gnu-gpl-v3 gnu-lgpl-v3 "
68 "happy " 68 "happy "
69 "hpnd " 69 "hpnd "
70 "info-zip " 70 "info-zip "
71 "ipafont " 71 "ipafont "
72 "ipl-1.0 " 72 "ipl-1.0 "