authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-14 17:58:00 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-14 17:58:00 -08:00
log384f757df13e8c2b35dbed5788f27deb9df1dd60
tree33dc94d0cc9dcbc6313067d8b644742cd6378473
parent59c8937146ef911bfc08850a4783a2cc7da9305e

add package code


2 files changed, 724 insertions(+), 0 deletions(-)

src/lib.zig created+719
......@@ -0,0 +1,719 @@
1// SPDX License Data generated from https://raw.githubusercontent.com/spdx/license-list-data/master/json/licenses.json
2//
3// Last generated from version 3.11-54-g1d17200
4
5
6pub const License = struct {
7 isOsiApproved: bool,
8 isFsfLibre: bool,
9 url: []const u8,
10};
11
12pub const spdx = struct {
13 pub const @"0BSD" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://landley.net/toybox/license.html"};
14 pub const @"AAL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/attribution"};
15 pub const @"ADSL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense"};
16 pub const @"AFL-1.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://opensource.linux-mirror.org/licenses/afl-1.1.txt"};
17 pub const @"AFL-1.2" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://opensource.linux-mirror.org/licenses/afl-1.2.txt"};
18 pub const @"AFL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt"};
19 pub const @"AFL-2.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://opensource.linux-mirror.org/licenses/afl-2.1.txt"};
20 pub const @"AFL-3.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.rosenlaw.com/AFL3.0.htm"};
21 pub const @"AGPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.affero.org/oagpl.html"};
22 pub const @"AGPL-1.0-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.affero.org/oagpl.html"};
23 pub const @"AGPL-1.0-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.affero.org/oagpl.html"};
24 pub const @"AGPL-3.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/agpl.txt"};
25 pub const @"AGPL-3.0-only" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/agpl.txt"};
26 pub const @"AGPL-3.0-or-later" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/agpl.txt"};
27 pub const @"AMDPLPA" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License"};
28 pub const @"AML" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License"};
29 pub const @"AMPAS" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD"};
30 pub const @"ANTLR-PD" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.antlr2.org/license.html"};
31 pub const @"ANTLR-PD-fallback" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.antlr2.org/license.html"};
32 pub const @"APAFML" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM"};
33 pub const @"APL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/APL-1.0"};
34 pub const @"APSL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0"};
35 pub const @"APSL-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE"};
36 pub const @"APSL-1.2" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php"};
37 pub const @"APSL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.opensource.apple.com/license/apsl/"};
38 pub const @"Abstyles" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Abstyles"};
39 pub const @"Adobe-2006" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/AdobeLicense"};
40 pub const @"Adobe-Glyph" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph"};
41 pub const @"Afmparse" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Afmparse"};
42 pub const @"Aladdin" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm"};
43 pub const @"Apache-1.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.apache.org/licenses/LICENSE-1.0"};
44 pub const @"Apache-1.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://apache.org/licenses/LICENSE-1.1"};
45 pub const @"Apache-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.apache.org/licenses/LICENSE-2.0"};
46 pub const @"Artistic-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Artistic-1.0"};
47 pub const @"Artistic-1.0-Perl" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://dev.perl.org/licenses/artistic.html"};
48 pub const @"Artistic-1.0-cl8" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Artistic-1.0"};
49 pub const @"Artistic-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.perlfoundation.org/artistic_license_2_0"};
50 pub const @"BSD-1-Clause" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823"};
51 pub const @"BSD-2-Clause" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/BSD-2-Clause"};
52 pub const @"BSD-2-Clause-FreeBSD" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.freebsd.org/copyright/freebsd-license.html"};
53 pub const @"BSD-2-Clause-NetBSD" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.netbsd.org/about/redistribution.html#default"};
54 pub const @"BSD-2-Clause-Patent" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/BSDplusPatent"};
55 pub const @"BSD-2-Clause-Views" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.freebsd.org/copyright/freebsd-license.html"};
56 pub const @"BSD-3-Clause" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/BSD-3-Clause"};
57 pub const @"BSD-3-Clause-Attribution" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution"};
58 pub const @"BSD-3-Clause-Clear" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://labs.metacarta.com/license-explanation.html#license"};
59 pub const @"BSD-3-Clause-LBNL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/LBNLBSD"};
60 pub const @"BSD-3-Clause-No-Nuclear-License" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam=1467140197_43d516ce1776bd08a58235a7785be1cc"};
61 pub const @"BSD-3-Clause-No-Nuclear-License-2014" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense"};
62 pub const @"BSD-3-Clause-No-Nuclear-Warranty" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt"};
63 pub const @"BSD-3-Clause-Open-MPI" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.open-mpi.org/community/license.php"};
64 pub const @"BSD-4-Clause" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://directory.fsf.org/wiki/License:BSD_4Clause"};
65 pub const @"BSD-4-Clause-Shortened" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright"};
66 pub const @"BSD-4-Clause-UC" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.freebsd.org/copyright/license.html"};
67 pub const @"BSD-Protection" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License"};
68 pub const @"BSD-Source-Code" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt"};
69 pub const @"BSL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.boost.org/LICENSE_1_0.txt"};
70 pub const @"BUSL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://mariadb.com/bsl11/"};
71 pub const @"Bahyph" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Bahyph"};
72 pub const @"Barr" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Barr"};
73 pub const @"Beerware" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Beerware"};
74 pub const @"BitTorrent-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s"};
75 pub const @"BitTorrent-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1"};
76 pub const @"BlueOak-1.0.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://blueoakcouncil.org/license/1.0.0"};
77 pub const @"Borceux" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Borceux"};
78 pub const @"CAL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://cryptographicautonomylicense.com/license-text.html"};
79 pub const @"CAL-1.0-Combined-Work-Exception" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://cryptographicautonomylicense.com/license-text.html"};
80 pub const @"CATOSL-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/CATOSL-1.1"};
81 pub const @"CC-BY-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/1.0/legalcode"};
82 pub const @"CC-BY-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/2.0/legalcode"};
83 pub const @"CC-BY-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/2.5/legalcode"};
84 pub const @"CC-BY-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/3.0/legalcode"};
85 pub const @"CC-BY-3.0-AT" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/3.0/at/legalcode"};
86 pub const @"CC-BY-3.0-US" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by/3.0/us/legalcode"};
87 pub const @"CC-BY-4.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://creativecommons.org/licenses/by/4.0/legalcode"};
88 pub const @"CC-BY-NC-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc/1.0/legalcode"};
89 pub const @"CC-BY-NC-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc/2.0/legalcode"};
90 pub const @"CC-BY-NC-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc/2.5/legalcode"};
91 pub const @"CC-BY-NC-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc/3.0/legalcode"};
92 pub const @"CC-BY-NC-4.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc/4.0/legalcode"};
93 pub const @"CC-BY-NC-ND-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode"};
94 pub const @"CC-BY-NC-ND-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode"};
95 pub const @"CC-BY-NC-ND-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode"};
96 pub const @"CC-BY-NC-ND-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"};
97 pub const @"CC-BY-NC-ND-3.0-IGO" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode"};
98 pub const @"CC-BY-NC-ND-4.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"};
99 pub const @"CC-BY-NC-SA-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode"};
100 pub const @"CC-BY-NC-SA-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode"};
101 pub const @"CC-BY-NC-SA-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode"};
102 pub const @"CC-BY-NC-SA-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"};
103 pub const @"CC-BY-NC-SA-4.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"};
104 pub const @"CC-BY-ND-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd/1.0/legalcode"};
105 pub const @"CC-BY-ND-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd/2.0/legalcode"};
106 pub const @"CC-BY-ND-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd/2.5/legalcode"};
107 pub const @"CC-BY-ND-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd/3.0/legalcode"};
108 pub const @"CC-BY-ND-4.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-nd/4.0/legalcode"};
109 pub const @"CC-BY-SA-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/1.0/legalcode"};
110 pub const @"CC-BY-SA-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/2.0/legalcode"};
111 pub const @"CC-BY-SA-2.0-UK" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode"};
112 pub const @"CC-BY-SA-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/2.5/legalcode"};
113 pub const @"CC-BY-SA-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/3.0/legalcode"};
114 pub const @"CC-BY-SA-3.0-AT" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode"};
115 pub const @"CC-BY-SA-4.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://creativecommons.org/licenses/by-sa/4.0/legalcode"};
116 pub const @"CC-PDDC" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://creativecommons.org/licenses/publicdomain/"};
117 pub const @"CC0-1.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://creativecommons.org/publicdomain/zero/1.0/legalcode"};
118 pub const @"CDDL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/cddl1"};
119 pub const @"CDDL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://glassfish.java.net/public/CDDL+GPL_1_1.html"};
120 pub const @"CDLA-Permissive-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://cdla.io/permissive-1-0"};
121 pub const @"CDLA-Sharing-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://cdla.io/sharing-1-0"};
122 pub const @"CECILL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html"};
123 pub const @"CECILL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html"};
124 pub const @"CECILL-2.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html"};
125 pub const @"CECILL-2.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"};
126 pub const @"CECILL-B" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"};
127 pub const @"CECILL-C" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"};
128 pub const @"CERN-OHL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1"};
129 pub const @"CERN-OHL-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2"};
130 pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
131 pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
132 pub const @"CERN-OHL-W-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
133 pub const @"CNRI-Jython" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.jython.org/license.html"};
134 pub const @"CNRI-Python" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/CNRI-Python"};
135 pub const @"CNRI-Python-GPL-Compatible" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.python.org/download/releases/1.6.1/download_win/"};
136 pub const @"CPAL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/CPAL-1.0"};
137 pub const @"CPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/CPL-1.0"};
138 pub const @"CPOL-1.02" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.codeproject.com/info/cpol10.aspx"};
139 pub const @"CUA-OPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/CUA-OPL-1.0"};
140 pub const @"Caldera" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf"};
141 pub const @"ClArtistic" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/"};
142 pub const @"Condor-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://research.cs.wisc.edu/condor/license.html#condor"};
143 pub const @"Crossword" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Crossword"};
144 pub const @"CrystalStacker" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker"};
145 pub const @"Cube" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Cube"};
146 pub const @"D-FSL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.dipp.nrw.de/d-fsl/lizenzen/"};
147 pub const @"DOC" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.cs.wustl.edu/~schmidt/ACE-copying.html"};
148 pub const @"DRL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md"};
149 pub const @"DSDP" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/DSDP"};
150 pub const @"Dotseqn" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Dotseqn"};
151 pub const @"ECL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/ECL-1.0"};
152 pub const @"ECL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/ECL-2.0"};
153 pub const @"EFL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.eiffel-nice.org/license/forum.txt"};
154 pub const @"EFL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html"};
155 pub const @"EPICS" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://epics.anl.gov/license/open.php"};
156 pub const @"EPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.eclipse.org/legal/epl-v10.html"};
157 pub const @"EPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.eclipse.org/legal/epl-2.0"};
158 pub const @"EUDatagrid" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html"};
159 pub const @"EUPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://ec.europa.eu/idabc/en/document/7330.html"};
160 pub const @"EUPL-1.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl"};
161 pub const @"EUPL-1.2" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://joinup.ec.europa.eu/page/eupl-text-11-12"};
162 pub const @"Entessa" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Entessa"};
163 pub const @"ErlPL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.erlang.org/EPLICENSE"};
164 pub const @"Eurosym" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Eurosym"};
165 pub const @"FSFAP" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html"};
166 pub const @"FSFUL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License"};
167 pub const @"FSFULLR" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant"};
168 pub const @"FTL" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://freetype.fis.uniroma2.it/FTL.TXT"};
169 pub const @"Fair" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://fairlicense.org/"};
170 pub const @"Frameworx-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Frameworx-1.0"};
171 pub const @"FreeBSD-DOC" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.freebsd.org/copyright/freebsd-doc-license/"};
172 pub const @"FreeImage" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://freeimage.sourceforge.net/freeimage-license.txt"};
173 pub const @"GFDL-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
174 pub const @"GFDL-1.1-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
175 pub const @"GFDL-1.1-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
176 pub const @"GFDL-1.1-no-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
177 pub const @"GFDL-1.1-no-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
178 pub const @"GFDL-1.1-only" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
179 pub const @"GFDL-1.1-or-later" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"};
180 pub const @"GFDL-1.2" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
181 pub const @"GFDL-1.2-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
182 pub const @"GFDL-1.2-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
183 pub const @"GFDL-1.2-no-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
184 pub const @"GFDL-1.2-no-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
185 pub const @"GFDL-1.2-only" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
186 pub const @"GFDL-1.2-or-later" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"};
187 pub const @"GFDL-1.3" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
188 pub const @"GFDL-1.3-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
189 pub const @"GFDL-1.3-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
190 pub const @"GFDL-1.3-no-invariants-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
191 pub const @"GFDL-1.3-no-invariants-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
192 pub const @"GFDL-1.3-only" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
193 pub const @"GFDL-1.3-or-later" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"};
194 pub const @"GL2PS" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.geuz.org/gl2ps/COPYING.GL2PS"};
195 pub const @"GLWTPL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85"};
196 pub const @"GPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"};
197 pub const @"GPL-1.0+" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"};
198 pub const @"GPL-1.0-only" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"};
199 pub const @"GPL-1.0-or-later" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"};
200 pub const @"GPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"};
201 pub const @"GPL-2.0+" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"};
202 pub const @"GPL-2.0-only" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"};
203 pub const @"GPL-2.0-or-later" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"};
204 pub const @"GPL-2.0-with-GCC-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40b;hb=cb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10"};
205 pub const @"GPL-2.0-with-autoconf-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://ac-archive.sourceforge.net/doc/copyright.html"};
206 pub const @"GPL-2.0-with-bison-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id=193d7c7054ba7197b0789e14965b739162319b5e#n141"};
207 pub const @"GPL-2.0-with-classpath-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/software/classpath/license.html"};
208 pub const @"GPL-2.0-with-font-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/gpl-faq.html#FontException"};
209 pub const @"GPL-3.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"};
210 pub const @"GPL-3.0+" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"};
211 pub const @"GPL-3.0-only" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"};
212 pub const @"GPL-3.0-or-later" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"};
213 pub const @"GPL-3.0-with-GCC-exception" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/gcc-exception-3.1.html"};
214 pub const @"GPL-3.0-with-autoconf-exception" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/autoconf-exception-3.0.html"};
215 pub const @"Giftware" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://liballeg.org/license.html#allegro-4-the-giftware-license"};
216 pub const @"Glide" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.users.on.net/~triforce/glidexp/COPYING.txt"};
217 pub const @"Glulxe" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Glulxe"};
218 pub const @"HPND" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/HPND"};
219 pub const @"HPND-sell-variant" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h=v4.19"};
220 pub const @"HTMLTIDY" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md"};
221 pub const @"HaskellReport" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License"};
222 pub const @"Hippocratic-2.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://firstdonoharm.dev/version/2/1/license.html"};
223 pub const @"IBM-pibs" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d"};
224 pub const @"ICU" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://source.icu-project.org/repos/icu/icu/trunk/license.html"};
225 pub const @"IJG" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2"};
226 pub const @"IPA" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/IPA"};
227 pub const @"IPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/IPL-1.0"};
228 pub const @"ISC" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.isc.org/downloads/software-support-policy/isc-license/"};
229 pub const @"ImageMagick" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.imagemagick.org/script/license.php"};
230 pub const @"Imlib2" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING"};
231 pub const @"Info-ZIP" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.info-zip.org/license.html"};
232 pub const @"Intel" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/Intel"};
233 pub const @"Intel-ACPI" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement"};
234 pub const @"Interbase-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html"};
235 pub const @"JPNIC" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366"};
236 pub const @"JSON" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.json.org/license.html"};
237 pub const @"JasPer-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE"};
238 pub const @"LAL-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://artlibre.org/licence/lal/licence-art-libre-12/"};
239 pub const @"LAL-1.3" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://artlibre.org/"};
240 pub const @"LGPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"};
241 pub const @"LGPL-2.0+" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"};
242 pub const @"LGPL-2.0-only" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"};
243 pub const @"LGPL-2.0-or-later" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"};
244 pub const @"LGPL-2.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"};
245 pub const @"LGPL-2.1+" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"};
246 pub const @"LGPL-2.1-only" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"};
247 pub const @"LGPL-2.1-or-later" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"};
248 pub const @"LGPL-3.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"};
249 pub const @"LGPL-3.0+" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"};
250 pub const @"LGPL-3.0-only" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"};
251 pub const @"LGPL-3.0-or-later" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"};
252 pub const @"LGPLLR" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html"};
253 pub const @"LPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/LPL-1.0"};
254 pub const @"LPL-1.02" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://plan9.bell-labs.com/plan9/license.html"};
255 pub const @"LPPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.latex-project.org/lppl/lppl-1-0.txt"};
256 pub const @"LPPL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.latex-project.org/lppl/lppl-1-1.txt"};
257 pub const @"LPPL-1.2" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.latex-project.org/lppl/lppl-1-2.txt"};
258 pub const @"LPPL-1.3a" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.latex-project.org/lppl/lppl-1-3a.txt"};
259 pub const @"LPPL-1.3c" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.latex-project.org/lppl/lppl-1-3c.txt"};
260 pub const @"Latex2e" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Latex2e"};
261 pub const @"Leptonica" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Leptonica"};
262 pub const @"LiLiQ-P-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/"};
263 pub const @"LiLiQ-R-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-liliq-r-v1-1/"};
264 pub const @"LiLiQ-Rplus-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1/"};
265 pub const @"Libpng" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"};
266 pub const @"Linux-OpenIB" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h"};
267 pub const @"MIT" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/MIT"};
268 pub const @"MIT-0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://github.com/aws/mit-0"};
269 pub const @"MIT-CMU" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style"};
270 pub const @"MIT-advertising" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising"};
271 pub const @"MIT-enna" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#enna"};
272 pub const @"MIT-feh" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#feh"};
273 pub const @"MIT-open-group" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING"};
274 pub const @"MITNFA" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MITNFA"};
275 pub const @"MPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.mozilla.org/MPL/MPL-1.0.html"};
276 pub const @"MPL-1.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.mozilla.org/MPL/MPL-1.1.html"};
277 pub const @"MPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.mozilla.org/MPL/2.0/"};
278 pub const @"MPL-2.0-no-copyleft-exception" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.mozilla.org/MPL/2.0/"};
279 pub const @"MS-PL" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.microsoft.com/opensource/licenses.mspx"};
280 pub const @"MS-RL" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.microsoft.com/opensource/licenses.mspx"};
281 pub const @"MTLL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License"};
282 pub const @"MakeIndex" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MakeIndex"};
283 pub const @"MirOS" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/MirOS"};
284 pub const @"Motosoto" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Motosoto"};
285 pub const @"MulanPSL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://license.coscl.org.cn/MulanPSL/"};
286 pub const @"MulanPSL-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://license.coscl.org.cn/MulanPSL2/"};
287 pub const @"Multics" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Multics"};
288 pub const @"Mup" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Mup"};
289 pub const @"NASA-1.3" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://ti.arc.nasa.gov/opensource/nosa/"};
290 pub const @"NBPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894"};
291 pub const @"NCGL-UK-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/spdx/license-list-XML/blob/master/src/Apache-2.0.xml"};
292 pub const @"NCSA" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://otm.illinois.edu/uiuc_openSource"};
293 pub const @"NGPL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/NGPL"};
294 pub const @"NIST-PD" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt"};
295 pub const @"NIST-PD-fallback" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE"};
296 pub const @"NLOD-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://data.norge.no/nlod/en/1.0"};
297 pub const @"NLPL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/NLPL"};
298 pub const @"NOSL" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://bits.netizen.com.au/licenses/NOSL/nosl.txt"};
299 pub const @"NPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.mozilla.org/MPL/NPL/1.0/"};
300 pub const @"NPL-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.mozilla.org/MPL/NPL/1.1/"};
301 pub const @"NPOSL-3.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/NOSL3.0"};
302 pub const @"NRL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://web.mit.edu/network/isakmp/nrllicense.html"};
303 pub const @"NTP" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/NTP"};
304 pub const @"NTP-0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c"};
305 pub const @"Naumen" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Naumen"};
306 pub const @"Net-SNMP" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://net-snmp.sourceforge.net/about/license.html"};
307 pub const @"NetCDF" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.unidata.ucar.edu/software/netcdf/copyright.html"};
308 pub const @"Newsletr" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Newsletr"};
309 pub const @"Nokia" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/nokia"};
310 pub const @"Noweb" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Noweb"};
311 pub const @"Nunit" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Nunit"};
312 pub const @"O-UDA-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md"};
313 pub const @"OCCT-PL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.opencascade.com/content/occt-public-license"};
314 pub const @"OCLC-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.oclc.org/research/activities/software/license/v2final.htm"};
315 pub const @"ODC-By-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://opendatacommons.org/licenses/by/1.0/"};
316 pub const @"ODbL-1.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.opendatacommons.org/licenses/odbl/1.0/"};
317 pub const @"OFL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"};
318 pub const @"OFL-1.0-RFN" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"};
319 pub const @"OFL-1.0-no-RFN" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"};
320 pub const @"OFL-1.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"};
321 pub const @"OFL-1.1-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"};
322 pub const @"OFL-1.1-no-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"};
323 pub const @"OGC-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ogc.org/ogc/software/1.0"};
324 pub const @"OGL-Canada-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://open.canada.ca/en/open-government-licence-canada"};
325 pub const @"OGL-UK-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"};
326 pub const @"OGL-UK-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"};
327 pub const @"OGL-UK-3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"};
328 pub const @"OGTSL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt"};
329 pub const @"OLDAP-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f"};
330 pub const @"OLDAP-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7"};
331 pub const @"OLDAP-1.3" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1"};
332 pub const @"OLDAP-1.4" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941"};
333 pub const @"OLDAP-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea"};
334 pub const @"OLDAP-2.0.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e"};
335 pub const @"OLDAP-2.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715"};
336 pub const @"OLDAP-2.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3"};
337 pub const @"OLDAP-2.2.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e"};
338 pub const @"OLDAP-2.2.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=df2cc1e21eb7c160695f5b7cffd6296c151ba188"};
339 pub const @"OLDAP-2.3" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3"};
340 pub const @"OLDAP-2.4" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386"};
341 pub const @"OLDAP-2.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf"};
342 pub const @"OLDAP-2.6" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205"};
343 pub const @"OLDAP-2.7" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2"};
344 pub const @"OLDAP-2.8" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.openldap.org/software/release/license.html"};
345 pub const @"OML" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Open_Market_License"};
346 pub const @"OPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://old.koalateam.com/jackaroo/OPL_1_0.TXT"};
347 pub const @"OSET-PL-2.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.osetfoundation.org/public-license"};
348 pub const @"OSL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/OSL-1.0"};
349 pub const @"OSL-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://fedoraproject.org/wiki/Licensing/OSL1.1"};
350 pub const @"OSL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html"};
351 pub const @"OSL-2.1" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm"};
352 pub const @"OSL-3.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm"};
353 pub const @"OpenSSL" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.openssl.org/source/license.html"};
354 pub const @"PDDL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://opendatacommons.org/licenses/pddl/1.0/"};
355 pub const @"PHP-3.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.php.net/license/3_0.txt"};
356 pub const @"PHP-3.01" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.php.net/license/3_01.txt"};
357 pub const @"PSF-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://opensource.org/licenses/Python-2.0"};
358 pub const @"Parity-6.0.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://paritylicense.com/versions/6.0.0.html"};
359 pub const @"Parity-7.0.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://paritylicense.com/versions/7.0.0.html"};
360 pub const @"Plexus" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License"};
361 pub const @"PolyForm-Noncommercial-1.0.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://polyformproject.org/licenses/noncommercial/1.0.0"};
362 pub const @"PolyForm-Small-Business-1.0.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://polyformproject.org/licenses/small-business/1.0.0"};
363 pub const @"PostgreSQL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.postgresql.org/about/licence"};
364 pub const @"Python-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/Python-2.0"};
365 pub const @"QPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://doc.qt.nokia.com/3.3/license.html"};
366 pub const @"Qhull" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Qhull"};
367 pub const @"RHeCos-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://ecos.sourceware.org/old-license.html"};
368 pub const @"RPL-1.1" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/RPL-1.1"};
369 pub const @"RPL-1.5" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/RPL-1.5"};
370 pub const @"RPSL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://helixcommunity.org/content/rpsl"};
371 pub const @"RSA-MD" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.faqs.org/rfcs/rfc1321.html"};
372 pub const @"RSCPL" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml"};
373 pub const @"Rdisc" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Rdisc_License"};
374 pub const @"Ruby" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.ruby-lang.org/en/LICENSE.txt"};
375 pub const @"SAX-PD" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.saxproject.org/copying.html"};
376 pub const @"SCEA" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://research.scea.com/scea_shared_source_license.html"};
377 pub const @"SGI-B-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html"};
378 pub const @"SGI-B-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://oss.sgi.com/projects/FreeB/"};
379 pub const @"SGI-B-2.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf"};
380 pub const @"SHL-0.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://solderpad.org/licenses/SHL-0.5/"};
381 pub const @"SHL-0.51" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://solderpad.org/licenses/SHL-0.51/"};
382 pub const @"SISSL" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.openoffice.org/licenses/sissl_license.html"};
383 pub const @"SISSL-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html"};
384 pub const @"SMLNJ" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://www.smlnj.org/license.html"};
385 pub const @"SMPPL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt"};
386 pub const @"SNIA" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License"};
387 pub const @"SPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/SPL-1.0"};
388 pub const @"SSH-OpenSSH" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10"};
389 pub const @"SSH-short" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h"};
390 pub const @"SSPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.mongodb.com/licensing/server-side-public-license"};
391 pub const @"SWL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/SWL"};
392 pub const @"Saxpath" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Saxpath_License"};
393 pub const @"Sendmail" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf"};
394 pub const @"Sendmail-8.23" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf"};
395 pub const @"SimPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/SimPL-2.0"};
396 pub const @"Sleepycat" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/Sleepycat"};
397 pub const @"Spencer-86" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"};
398 pub const @"Spencer-94" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"};
399 pub const @"Spencer-99" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c"};
400 pub const @"StandardML-NJ" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.smlnj.org//license.html"};
401 pub const @"SugarCRM-1.1.3" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.sugarcrm.com/crm/SPL"};
402 pub const @"TAPR-OHL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.tapr.org/OHL"};
403 pub const @"TCL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.tcl.tk/software/tcltk/license.html"};
404 pub const @"TCP-wrappers" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://rc.quest.com/topics/openssh/license.php#tcpwrappers"};
405 pub const @"TMate" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://svnkit.com/license.html"};
406 pub const @"TORQUE-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1"};
407 pub const @"TOSL" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/TOSL"};
408 pub const @"TU-Berlin-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT"};
409 pub const @"TU-Berlin-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt"};
410 pub const @"UCL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/UCL-1.0"};
411 pub const @"UPL-1.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://opensource.org/licenses/UPL"};
412 pub const @"Unicode-DFS-2015" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html"};
413 pub const @"Unicode-DFS-2016" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://www.unicode.org/copyright.html"};
414 pub const @"Unicode-TOU" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.unicode.org/copyright.html"};
415 pub const @"Unlicense" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "https://unlicense.org/"};
416 pub const @"VOSTROM" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/VOSTROM"};
417 pub const @"VSL-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/VSL-1.0"};
418 pub const @"Vim" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://vimdoc.sourceforge.net/htmldoc/uganda.html"};
419 pub const @"W3C" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html"};
420 pub const @"W3C-19980720" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html"};
421 pub const @"W3C-20150513" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"};
422 pub const @"WTFPL" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.wtfpl.net/about/"};
423 pub const @"Watcom-1.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Watcom-1.0"};
424 pub const @"Wsuipa" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Wsuipa"};
425 pub const @"X11" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3"};
426 pub const @"XFree86-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.xfree86.org/current/LICENSE4.html"};
427 pub const @"XSkat" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/XSkat_License"};
428 pub const @"Xerox" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Xerox"};
429 pub const @"Xnet" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/Xnet"};
430 pub const @"YPL-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.zimbra.com/license/yahoo_public_license_1.0.html"};
431 pub const @"YPL-1.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.zimbra.com/license/yahoo_public_license_1.1.html"};
432 pub const @"ZPL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://old.zope.org/Resources/License/ZPL-1.1"};
433 pub const @"ZPL-2.0" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://old.zope.org/Resources/License/ZPL-2.0"};
434 pub const @"ZPL-2.1" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://old.zope.org/Resources/ZPL/"};
435 pub const @"Zed" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/Zed"};
436 pub const @"Zend-2.0" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt"};
437 pub const @"Zimbra-1.3" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html"};
438 pub const @"Zimbra-1.4" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.zimbra.com/legal/zimbra-public-license-1-4"};
439 pub const @"Zlib" = License{.isOsiApproved = true, .isFsfLibre = true, .url = "http://www.zlib.net/zlib_license.html"};
440 pub const @"blessing" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9"};
441 pub const @"bzip2-1.0.5" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html"};
442 pub const @"bzip2-1.0.6" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6"};
443 pub const @"copyleft-next-0.3.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0"};
444 pub const @"copyleft-next-0.3.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1"};
445 pub const @"curl" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/bagder/curl/blob/master/COPYING"};
446 pub const @"diffmark" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/diffmark"};
447 pub const @"dvipdfm" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/dvipdfm"};
448 pub const @"eCos-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.gnu.org/licenses/ecos-license.html"};
449 pub const @"eGenix" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf"};
450 pub const @"etalab-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf"};
451 pub const @"gSOAP-1.3b" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.cs.fsu.edu/~engelen/license.html"};
452 pub const @"gnuplot" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://fedoraproject.org/wiki/Licensing/Gnuplot"};
453 pub const @"iMatix" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://legacy.imatix.com/html/sfl/sfl4.htm#license"};
454 pub const @"libpng-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"};
455 pub const @"libselinux-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE"};
456 pub const @"libtiff" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/libtiff"};
457 pub const @"mpich2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT"};
458 pub const @"psfrag" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/psfrag"};
459 pub const @"psutils" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/psutils"};
460 pub const @"wxWindows" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://opensource.org/licenses/WXwindows"};
461 pub const @"xinetd" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "https://fedoraproject.org/wiki/Licensing/Xinetd_License"};
462 pub const @"xpp" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/xpp"};
463 pub const @"zlib-acknowledgement" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement"};
464};
465
466pub const osi = &[_][]const u8{
467 "0BSD",
468 "AAL",
469 "AFL-1.1",
470 "AFL-1.2",
471 "AFL-2.0",
472 "AFL-2.1",
473 "AFL-3.0",
474 "AGPL-3.0",
475 "AGPL-3.0-only",
476 "AGPL-3.0-or-later",
477 "APL-1.0",
478 "APSL-1.0",
479 "APSL-1.1",
480 "APSL-1.2",
481 "APSL-2.0",
482 "Apache-1.1",
483 "Apache-2.0",
484 "Artistic-1.0",
485 "Artistic-1.0-Perl",
486 "Artistic-1.0-cl8",
487 "Artistic-2.0",
488 "BSD-1-Clause",
489 "BSD-2-Clause",
490 "BSD-2-Clause-Patent",
491 "BSD-3-Clause",
492 "BSD-3-Clause-LBNL",
493 "BSL-1.0",
494 "CAL-1.0",
495 "CAL-1.0-Combined-Work-Exception",
496 "CATOSL-1.1",
497 "CDDL-1.0",
498 "CECILL-2.1",
499 "CNRI-Python",
500 "CPAL-1.0",
501 "CPL-1.0",
502 "CUA-OPL-1.0",
503 "ECL-1.0",
504 "ECL-2.0",
505 "EFL-1.0",
506 "EFL-2.0",
507 "EPL-1.0",
508 "EPL-2.0",
509 "EUDatagrid",
510 "EUPL-1.1",
511 "EUPL-1.2",
512 "Entessa",
513 "Fair",
514 "Frameworx-1.0",
515 "GPL-2.0",
516 "GPL-2.0+",
517 "GPL-2.0-only",
518 "GPL-2.0-or-later",
519 "GPL-3.0",
520 "GPL-3.0+",
521 "GPL-3.0-only",
522 "GPL-3.0-or-later",
523 "GPL-3.0-with-GCC-exception",
524 "HPND",
525 "IPA",
526 "IPL-1.0",
527 "ISC",
528 "Intel",
529 "LGPL-2.0",
530 "LGPL-2.0+",
531 "LGPL-2.0-only",
532 "LGPL-2.0-or-later",
533 "LGPL-2.1",
534 "LGPL-2.1+",
535 "LGPL-2.1-only",
536 "LGPL-2.1-or-later",
537 "LGPL-3.0",
538 "LGPL-3.0+",
539 "LGPL-3.0-only",
540 "LGPL-3.0-or-later",
541 "LPL-1.0",
542 "LPL-1.02",
543 "LPPL-1.3c",
544 "LiLiQ-P-1.1",
545 "LiLiQ-R-1.1",
546 "LiLiQ-Rplus-1.1",
547 "MIT",
548 "MIT-0",
549 "MPL-1.0",
550 "MPL-1.1",
551 "MPL-2.0",
552 "MPL-2.0-no-copyleft-exception",
553 "MS-PL",
554 "MS-RL",
555 "MirOS",
556 "Motosoto",
557 "MulanPSL-2.0",
558 "Multics",
559 "NASA-1.3",
560 "NCSA",
561 "NGPL",
562 "NPOSL-3.0",
563 "NTP",
564 "Naumen",
565 "Nokia",
566 "OCLC-2.0",
567 "OFL-1.1",
568 "OFL-1.1-RFN",
569 "OFL-1.1-no-RFN",
570 "OGTSL",
571 "OLDAP-2.8",
572 "OSET-PL-2.1",
573 "OSL-1.0",
574 "OSL-2.0",
575 "OSL-2.1",
576 "OSL-3.0",
577 "PHP-3.0",
578 "PHP-3.01",
579 "PostgreSQL",
580 "Python-2.0",
581 "QPL-1.0",
582 "RPL-1.1",
583 "RPL-1.5",
584 "RPSL-1.0",
585 "RSCPL",
586 "SISSL",
587 "SPL-1.0",
588 "SimPL-2.0",
589 "Sleepycat",
590 "UCL-1.0",
591 "UPL-1.0",
592 "Unicode-DFS-2016",
593 "Unlicense",
594 "VSL-1.0",
595 "W3C",
596 "Watcom-1.0",
597 "Xnet",
598 "ZPL-2.0",
599 "Zlib",
600};
601
602pub const fsf = &[_][]const u8{
603 "AFL-1.1",
604 "AFL-1.2",
605 "AFL-2.0",
606 "AFL-2.1",
607 "AFL-3.0",
608 "AGPL-1.0",
609 "AGPL-3.0",
610 "AGPL-3.0-only",
611 "AGPL-3.0-or-later",
612 "APSL-2.0",
613 "Apache-1.0",
614 "Apache-1.1",
615 "Apache-2.0",
616 "Artistic-2.0",
617 "BSD-2-Clause-FreeBSD",
618 "BSD-3-Clause",
619 "BSD-3-Clause-Clear",
620 "BSD-4-Clause",
621 "BSL-1.0",
622 "BitTorrent-1.1",
623 "CC-BY-4.0",
624 "CC-BY-SA-4.0",
625 "CC0-1.0",
626 "CDDL-1.0",
627 "CECILL-2.0",
628 "CECILL-B",
629 "CECILL-C",
630 "CPAL-1.0",
631 "CPL-1.0",
632 "ClArtistic",
633 "Condor-1.1",
634 "ECL-2.0",
635 "EFL-2.0",
636 "EPL-1.0",
637 "EPL-2.0",
638 "EUDatagrid",
639 "EUPL-1.1",
640 "FSFAP",
641 "FTL",
642 "GFDL-1.1",
643 "GFDL-1.1-only",
644 "GFDL-1.1-or-later",
645 "GFDL-1.2",
646 "GFDL-1.2-only",
647 "GFDL-1.2-or-later",
648 "GFDL-1.3",
649 "GFDL-1.3-only",
650 "GFDL-1.3-or-later",
651 "GPL-2.0",
652 "GPL-2.0-only",
653 "GPL-2.0-or-later",
654 "GPL-3.0",
655 "GPL-3.0-only",
656 "GPL-3.0-or-later",
657 "HPND",
658 "IJG",
659 "IPA",
660 "IPL-1.0",
661 "ISC",
662 "Imlib2",
663 "Intel",
664 "LGPL-2.1",
665 "LGPL-2.1-only",
666 "LGPL-2.1-or-later",
667 "LGPL-3.0",
668 "LGPL-3.0-only",
669 "LGPL-3.0-or-later",
670 "LPL-1.02",
671 "LPPL-1.2",
672 "LPPL-1.3a",
673 "MIT",
674 "MPL-1.1",
675 "MPL-2.0",
676 "MS-PL",
677 "MS-RL",
678 "NCSA",
679 "NOSL",
680 "NPL-1.0",
681 "NPL-1.1",
682 "Nokia",
683 "ODbL-1.0",
684 "OFL-1.1",
685 "OLDAP-2.3",
686 "OLDAP-2.7",
687 "OSL-1.0",
688 "OSL-1.1",
689 "OSL-2.0",
690 "OSL-2.1",
691 "OSL-3.0",
692 "OpenSSL",
693 "PHP-3.01",
694 "Python-2.0",
695 "QPL-1.0",
696 "RPSL-1.0",
697 "Ruby",
698 "SGI-B-2.0",
699 "SISSL",
700 "SMLNJ",
701 "SPL-1.0",
702 "Sleepycat",
703 "UPL-1.0",
704 "Unlicense",
705 "Vim",
706 "W3C",
707 "WTFPL",
708 "X11",
709 "XFree86-1.1",
710 "YPL-1.1",
711 "ZPL-2.0",
712 "ZPL-2.1",
713 "Zend-2.0",
714 "Zimbra-1.3",
715 "Zlib",
716 "gnuplot",
717 "iMatix",
718 "xinetd",
719};
zig.mod created+5
......@@ -0,0 +1,5 @@
1id: 0npcrzfdlrvkf44mzjo8bduj9gmqyefo0j3rstt6b0pm2r6r
2name: licenses
3main: src/main.zig
4license: MIT
5dependencies: