From 75bc8deae4b9066c1b1118a665b4d0982ad22d10 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Mon, 19 Jul 2021 06:49:01 -0700 Subject: [PATCH] fix generator to adhere to `zig fmt` --- generate.zig | 2 +- src/lib.zig | 924 +++++++++++++++++++++++++-------------------------- 2 files changed, 463 insertions(+), 463 deletions(-) diff --git a/generate.zig b/generate.zig index 8742b6b08cc4ffe708a86043878c0f7d96e26eb1..18b1cc3742d2fc586b5b2e17b1ad81eafd1ec53c 100644 --- a/generate.zig +++ b/generate.zig @@ -35,7 +35,7 @@ pub fn main() !void { try w.writeAll("\n"); try w.writeAll("pub const spdx = struct {\n"); for (licenses) |lic| { - try w.print(" pub const @\"{s}\" = License{{.isOsiApproved = {}, .url = \"{s}\"}};\n", .{ + try w.print(" pub const @\"{s}\" = License{{ .isOsiApproved = {}, .url = \"{s}\" }};\n", .{ lic.get("licenseId").?.String, lic.get("isOsiApproved").?.Bool, lic.get("reference").?.String, diff --git a/src/lib.zig b/src/lib.zig index 246456b3a72d29171220438855b873347ec024b9..027f4008536848da744539b9435578c41be02cc4 100644 --- a/src/lib.zig +++ b/src/lib.zig @@ -9,468 +9,468 @@ pub const License = struct { }; pub const spdx = struct { - pub const @"0BSD" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/0BSD.html"}; - pub const @"AAL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AAL.html"}; - pub const @"ADSL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ADSL.html"}; - pub const @"AFL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-1.1.html"}; - pub const @"AFL-1.2" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-1.2.html"}; - pub const @"AFL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-2.0.html"}; - pub const @"AFL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-2.1.html"}; - pub const @"AFL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-3.0.html"}; - pub const @"AGPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0.html"}; - pub const @"AGPL-1.0-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0-only.html"}; - pub const @"AGPL-1.0-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0-or-later.html"}; - pub const @"AGPL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0.html"}; - pub const @"AGPL-3.0-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0-only.html"}; - pub const @"AGPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0-or-later.html"}; - pub const @"AMDPLPA" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AMDPLPA.html"}; - pub const @"AML" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AML.html"}; - pub const @"AMPAS" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/AMPAS.html"}; - pub const @"ANTLR-PD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ANTLR-PD.html"}; - pub const @"ANTLR-PD-fallback" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ANTLR-PD-fallback.html"}; - pub const @"APAFML" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/APAFML.html"}; - pub const @"APL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/APL-1.0.html"}; - pub const @"APSL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.0.html"}; - pub const @"APSL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.1.html"}; - pub const @"APSL-1.2" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.2.html"}; - pub const @"APSL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-2.0.html"}; - pub const @"Abstyles" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Abstyles.html"}; - pub const @"Adobe-2006" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Adobe-2006.html"}; - pub const @"Adobe-Glyph" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Adobe-Glyph.html"}; - pub const @"Afmparse" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Afmparse.html"}; - pub const @"Aladdin" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Aladdin.html"}; - pub const @"Apache-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Apache-1.0.html"}; - pub const @"Apache-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Apache-1.1.html"}; - pub const @"Apache-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Apache-2.0.html"}; - pub const @"Artistic-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0.html"}; - pub const @"Artistic-1.0-Perl" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0-Perl.html"}; - pub const @"Artistic-1.0-cl8" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0-cl8.html"}; - pub const @"Artistic-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-2.0.html"}; - pub const @"BSD-1-Clause" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-1-Clause.html"}; - pub const @"BSD-2-Clause" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-2-Clause.html"}; - pub const @"BSD-2-Clause-FreeBSD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html"}; - pub const @"BSD-2-Clause-NetBSD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html"}; - pub const @"BSD-2-Clause-Patent" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-2-Clause-Patent.html"}; - pub const @"BSD-2-Clause-Views" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-Views.html"}; - pub const @"BSD-3-Clause" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-3-Clause.html"}; - pub const @"BSD-3-Clause-Attribution" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Attribution.html"}; - pub const @"BSD-3-Clause-Clear" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Clear.html"}; - pub const @"BSD-3-Clause-LBNL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-3-Clause-LBNL.html"}; - pub const @"BSD-3-Clause-Modification" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Modification.html"}; - pub const @"BSD-3-Clause-No-Military-License" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html"}; - pub const @"BSD-3-Clause-No-Nuclear-License" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html"}; - pub const @"BSD-3-Clause-No-Nuclear-License-2014" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html"}; - pub const @"BSD-3-Clause-No-Nuclear-Warranty" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html"}; - pub const @"BSD-3-Clause-Open-MPI" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html"}; - pub const @"BSD-4-Clause" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause.html"}; - pub const @"BSD-4-Clause-Shortened" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause-Shortened.html"}; - pub const @"BSD-4-Clause-UC" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause-UC.html"}; - pub const @"BSD-Protection" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-Protection.html"}; - pub const @"BSD-Source-Code" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-Source-Code.html"}; - pub const @"BSL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/BSL-1.0.html"}; - pub const @"BUSL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BUSL-1.1.html"}; - pub const @"Bahyph" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Bahyph.html"}; - pub const @"Barr" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Barr.html"}; - pub const @"Beerware" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Beerware.html"}; - pub const @"BitTorrent-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BitTorrent-1.0.html"}; - pub const @"BitTorrent-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BitTorrent-1.1.html"}; - pub const @"BlueOak-1.0.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/BlueOak-1.0.0.html"}; - pub const @"Borceux" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Borceux.html"}; - pub const @"C-UDA-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/C-UDA-1.0.html"}; - pub const @"CAL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CAL-1.0.html"}; - pub const @"CAL-1.0-Combined-Work-Exception" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.html"}; - pub const @"CATOSL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CATOSL-1.1.html"}; - pub const @"CC-BY-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-1.0.html"}; - pub const @"CC-BY-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.0.html"}; - pub const @"CC-BY-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.5.html"}; - pub const @"CC-BY-2.5-AU" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.5-AU.html"}; - pub const @"CC-BY-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0.html"}; - pub const @"CC-BY-3.0-AT" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0-AT.html"}; - pub const @"CC-BY-3.0-US" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0-US.html"}; - pub const @"CC-BY-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-4.0.html"}; - pub const @"CC-BY-NC-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-1.0.html"}; - pub const @"CC-BY-NC-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-2.0.html"}; - pub const @"CC-BY-NC-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-2.5.html"}; - pub const @"CC-BY-NC-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-3.0.html"}; - pub const @"CC-BY-NC-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-4.0.html"}; - pub const @"CC-BY-NC-ND-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html"}; - pub const @"CC-BY-NC-ND-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html"}; - pub const @"CC-BY-NC-ND-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html"}; - pub const @"CC-BY-NC-ND-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html"}; - pub const @"CC-BY-NC-ND-3.0-IGO" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html"}; - pub const @"CC-BY-NC-ND-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html"}; - pub const @"CC-BY-NC-SA-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html"}; - pub const @"CC-BY-NC-SA-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html"}; - pub const @"CC-BY-NC-SA-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html"}; - pub const @"CC-BY-NC-SA-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html"}; - pub const @"CC-BY-NC-SA-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html"}; - pub const @"CC-BY-ND-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-1.0.html"}; - pub const @"CC-BY-ND-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-2.0.html"}; - pub const @"CC-BY-ND-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-2.5.html"}; - pub const @"CC-BY-ND-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-3.0.html"}; - pub const @"CC-BY-ND-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-4.0.html"}; - pub const @"CC-BY-SA-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-1.0.html"}; - pub const @"CC-BY-SA-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.0.html"}; - pub const @"CC-BY-SA-2.0-UK" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html"}; - pub const @"CC-BY-SA-2.1-JP" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html"}; - pub const @"CC-BY-SA-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.5.html"}; - pub const @"CC-BY-SA-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-3.0.html"}; - pub const @"CC-BY-SA-3.0-AT" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html"}; - pub const @"CC-BY-SA-4.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-4.0.html"}; - pub const @"CC-PDDC" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC-PDDC.html"}; - pub const @"CC0-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CC0-1.0.html"}; - pub const @"CDDL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CDDL-1.0.html"}; - pub const @"CDDL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CDDL-1.1.html"}; - pub const @"CDL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CDL-1.0.html"}; - pub const @"CDLA-Permissive-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CDLA-Permissive-1.0.html"}; - pub const @"CDLA-Sharing-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CDLA-Sharing-1.0.html"}; - pub const @"CECILL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-1.0.html"}; - pub const @"CECILL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-1.1.html"}; - pub const @"CECILL-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-2.0.html"}; - pub const @"CECILL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CECILL-2.1.html"}; - pub const @"CECILL-B" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-B.html"}; - pub const @"CECILL-C" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-C.html"}; - pub const @"CERN-OHL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CERN-OHL-1.1.html"}; - pub const @"CERN-OHL-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CERN-OHL-1.2.html"}; - pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-P-2.0.html"}; - pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-S-2.0.html"}; - pub const @"CERN-OHL-W-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-W-2.0.html"}; - pub const @"CNRI-Jython" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CNRI-Jython.html"}; - pub const @"CNRI-Python" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CNRI-Python.html"}; - pub const @"CNRI-Python-GPL-Compatible" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html"}; - pub const @"CPAL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CPAL-1.0.html"}; - pub const @"CPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CPL-1.0.html"}; - pub const @"CPOL-1.02" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CPOL-1.02.html"}; - pub const @"CUA-OPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/CUA-OPL-1.0.html"}; - pub const @"Caldera" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Caldera.html"}; - pub const @"ClArtistic" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ClArtistic.html"}; - pub const @"Condor-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Condor-1.1.html"}; - pub const @"Crossword" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Crossword.html"}; - pub const @"CrystalStacker" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/CrystalStacker.html"}; - pub const @"Cube" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Cube.html"}; - pub const @"D-FSL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/D-FSL-1.0.html"}; - pub const @"DOC" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/DOC.html"}; - pub const @"DRL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/DRL-1.0.html"}; - pub const @"DSDP" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/DSDP.html"}; - pub const @"Dotseqn" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Dotseqn.html"}; - pub const @"ECL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/ECL-1.0.html"}; - pub const @"ECL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/ECL-2.0.html"}; - pub const @"EFL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EFL-1.0.html"}; - pub const @"EFL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EFL-2.0.html"}; - pub const @"EPICS" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/EPICS.html"}; - pub const @"EPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EPL-1.0.html"}; - pub const @"EPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EPL-2.0.html"}; - pub const @"EUDatagrid" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EUDatagrid.html"}; - pub const @"EUPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/EUPL-1.0.html"}; - pub const @"EUPL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EUPL-1.1.html"}; - pub const @"EUPL-1.2" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/EUPL-1.2.html"}; - pub const @"Entessa" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Entessa.html"}; - pub const @"ErlPL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ErlPL-1.1.html"}; - pub const @"Eurosym" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Eurosym.html"}; - pub const @"FSFAP" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FSFAP.html"}; - pub const @"FSFUL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FSFUL.html"}; - pub const @"FSFULLR" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FSFULLR.html"}; - pub const @"FTL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FTL.html"}; - pub const @"Fair" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Fair.html"}; - pub const @"Frameworx-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Frameworx-1.0.html"}; - pub const @"FreeBSD-DOC" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FreeBSD-DOC.html"}; - pub const @"FreeImage" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/FreeImage.html"}; - pub const @"GD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GD.html"}; - pub const @"GFDL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1.html"}; - pub const @"GFDL-1.1-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-invariants-only.html"}; - pub const @"GFDL-1.1-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html"}; - pub const @"GFDL-1.1-no-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html"}; - pub const @"GFDL-1.1-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html"}; - pub const @"GFDL-1.1-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-only.html"}; - pub const @"GFDL-1.1-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-or-later.html"}; - pub const @"GFDL-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2.html"}; - pub const @"GFDL-1.2-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-invariants-only.html"}; - pub const @"GFDL-1.2-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html"}; - pub const @"GFDL-1.2-no-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html"}; - pub const @"GFDL-1.2-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html"}; - pub const @"GFDL-1.2-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-only.html"}; - pub const @"GFDL-1.2-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-or-later.html"}; - pub const @"GFDL-1.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3.html"}; - pub const @"GFDL-1.3-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-invariants-only.html"}; - pub const @"GFDL-1.3-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html"}; - pub const @"GFDL-1.3-no-invariants-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html"}; - pub const @"GFDL-1.3-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html"}; - pub const @"GFDL-1.3-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-only.html"}; - pub const @"GFDL-1.3-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-or-later.html"}; - pub const @"GL2PS" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GL2PS.html"}; - pub const @"GLWTPL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GLWTPL.html"}; - pub const @"GPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0.html"}; - pub const @"GPL-1.0+" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0+.html"}; - pub const @"GPL-1.0-only" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0-only.html"}; - pub const @"GPL-1.0-or-later" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0-or-later.html"}; - pub const @"GPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0.html"}; - pub const @"GPL-2.0+" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0+.html"}; - pub const @"GPL-2.0-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0-only.html"}; - pub const @"GPL-2.0-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0-or-later.html"}; - pub const @"GPL-2.0-with-GCC-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html"}; - pub const @"GPL-2.0-with-autoconf-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html"}; - pub const @"GPL-2.0-with-bison-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html"}; - pub const @"GPL-2.0-with-classpath-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html"}; - pub const @"GPL-2.0-with-font-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-font-exception.html"}; - pub const @"GPL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0.html"}; - pub const @"GPL-3.0+" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0+.html"}; - pub const @"GPL-3.0-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-only.html"}; - pub const @"GPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-or-later.html"}; - pub const @"GPL-3.0-with-GCC-exception" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html"}; - pub const @"GPL-3.0-with-autoconf-exception" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html"}; - pub const @"Giftware" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Giftware.html"}; - pub const @"Glide" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Glide.html"}; - pub const @"Glulxe" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Glulxe.html"}; - pub const @"HPND" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/HPND.html"}; - pub const @"HPND-sell-variant" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/HPND-sell-variant.html"}; - pub const @"HTMLTIDY" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/HTMLTIDY.html"}; - pub const @"HaskellReport" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/HaskellReport.html"}; - pub const @"Hippocratic-2.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Hippocratic-2.1.html"}; - pub const @"IBM-pibs" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/IBM-pibs.html"}; - pub const @"ICU" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ICU.html"}; - pub const @"IJG" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/IJG.html"}; - pub const @"IPA" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/IPA.html"}; - pub const @"IPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/IPL-1.0.html"}; - pub const @"ISC" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/ISC.html"}; - pub const @"ImageMagick" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ImageMagick.html"}; - pub const @"Imlib2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Imlib2.html"}; - pub const @"Info-ZIP" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Info-ZIP.html"}; - pub const @"Intel" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Intel.html"}; - pub const @"Intel-ACPI" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Intel-ACPI.html"}; - pub const @"Interbase-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Interbase-1.0.html"}; - pub const @"JPNIC" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/JPNIC.html"}; - pub const @"JSON" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/JSON.html"}; - pub const @"JasPer-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/JasPer-2.0.html"}; - pub const @"LAL-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LAL-1.2.html"}; - pub const @"LAL-1.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LAL-1.3.html"}; - pub const @"LGPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0.html"}; - pub const @"LGPL-2.0+" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0+.html"}; - pub const @"LGPL-2.0-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0-only.html"}; - pub const @"LGPL-2.0-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0-or-later.html"}; - pub const @"LGPL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1.html"}; - pub const @"LGPL-2.1+" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1+.html"}; - pub const @"LGPL-2.1-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1-only.html"}; - pub const @"LGPL-2.1-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1-or-later.html"}; - pub const @"LGPL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0.html"}; - pub const @"LGPL-3.0+" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0+.html"}; - pub const @"LGPL-3.0-only" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0-only.html"}; - pub const @"LGPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0-or-later.html"}; - pub const @"LGPLLR" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LGPLLR.html"}; - pub const @"LPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LPL-1.0.html"}; - pub const @"LPL-1.02" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LPL-1.02.html"}; - pub const @"LPPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.0.html"}; - pub const @"LPPL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.1.html"}; - pub const @"LPPL-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.2.html"}; - pub const @"LPPL-1.3a" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.3a.html"}; - pub const @"LPPL-1.3c" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LPPL-1.3c.html"}; - pub const @"Latex2e" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Latex2e.html"}; - pub const @"Leptonica" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Leptonica.html"}; - pub const @"LiLiQ-P-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-P-1.1.html"}; - pub const @"LiLiQ-R-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-R-1.1.html"}; - pub const @"LiLiQ-Rplus-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html"}; - pub const @"Libpng" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Libpng.html"}; - pub const @"Linux-OpenIB" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Linux-OpenIB.html"}; - pub const @"MIT" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MIT.html"}; - pub const @"MIT-0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MIT-0.html"}; - pub const @"MIT-CMU" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-CMU.html"}; - pub const @"MIT-Modern-Variant" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MIT-Modern-Variant.html"}; - pub const @"MIT-advertising" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-advertising.html"}; - pub const @"MIT-enna" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-enna.html"}; - pub const @"MIT-feh" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-feh.html"}; - pub const @"MIT-open-group" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-open-group.html"}; - pub const @"MITNFA" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MITNFA.html"}; - pub const @"MPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-1.0.html"}; - pub const @"MPL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-1.1.html"}; - pub const @"MPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-2.0.html"}; - pub const @"MPL-2.0-no-copyleft-exception" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html"}; - pub const @"MS-PL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MS-PL.html"}; - pub const @"MS-RL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MS-RL.html"}; - pub const @"MTLL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MTLL.html"}; - pub const @"MakeIndex" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MakeIndex.html"}; - pub const @"MirOS" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MirOS.html"}; - pub const @"Motosoto" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Motosoto.html"}; - pub const @"MulanPSL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/MulanPSL-1.0.html"}; - pub const @"MulanPSL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/MulanPSL-2.0.html"}; - pub const @"Multics" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Multics.html"}; - pub const @"Mup" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Mup.html"}; - pub const @"NAIST-2003" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NAIST-2003.html"}; - pub const @"NASA-1.3" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/NASA-1.3.html"}; - pub const @"NBPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NBPL-1.0.html"}; - pub const @"NCGL-UK-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NCGL-UK-2.0.html"}; - pub const @"NCSA" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/NCSA.html"}; - pub const @"NGPL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/NGPL.html"}; - pub const @"NIST-PD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NIST-PD.html"}; - pub const @"NIST-PD-fallback" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NIST-PD-fallback.html"}; - pub const @"NLOD-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NLOD-1.0.html"}; - pub const @"NLPL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NLPL.html"}; - pub const @"NOSL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NOSL.html"}; - pub const @"NPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NPL-1.0.html"}; - pub const @"NPL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NPL-1.1.html"}; - pub const @"NPOSL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/NPOSL-3.0.html"}; - pub const @"NRL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NRL.html"}; - pub const @"NTP" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/NTP.html"}; - pub const @"NTP-0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NTP-0.html"}; - pub const @"Naumen" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Naumen.html"}; - pub const @"Net-SNMP" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Net-SNMP.html"}; - pub const @"NetCDF" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/NetCDF.html"}; - pub const @"Newsletr" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Newsletr.html"}; - pub const @"Nokia" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Nokia.html"}; - pub const @"Noweb" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Noweb.html"}; - pub const @"Nunit" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Nunit.html"}; - pub const @"O-UDA-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/O-UDA-1.0.html"}; - pub const @"OCCT-PL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OCCT-PL.html"}; - pub const @"OCLC-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OCLC-2.0.html"}; - pub const @"ODC-By-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ODC-By-1.0.html"}; - pub const @"ODbL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ODbL-1.0.html"}; - pub const @"OFL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0.html"}; - pub const @"OFL-1.0-RFN" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0-RFN.html"}; - pub const @"OFL-1.0-no-RFN" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0-no-RFN.html"}; - pub const @"OFL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1.html"}; - pub const @"OFL-1.1-RFN" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1-RFN.html"}; - pub const @"OFL-1.1-no-RFN" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1-no-RFN.html"}; - pub const @"OGC-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGC-1.0.html"}; - pub const @"OGDL-Taiwan-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGDL-Taiwan-1.0.html"}; - pub const @"OGL-Canada-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-Canada-2.0.html"}; - pub const @"OGL-UK-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-1.0.html"}; - pub const @"OGL-UK-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-2.0.html"}; - pub const @"OGL-UK-3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-3.0.html"}; - pub const @"OGTSL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OGTSL.html"}; - pub const @"OLDAP-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.1.html"}; - pub const @"OLDAP-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.2.html"}; - pub const @"OLDAP-1.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.3.html"}; - pub const @"OLDAP-1.4" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.4.html"}; - pub const @"OLDAP-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.0.html"}; - pub const @"OLDAP-2.0.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.0.1.html"}; - pub const @"OLDAP-2.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.1.html"}; - pub const @"OLDAP-2.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.html"}; - pub const @"OLDAP-2.2.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.1.html"}; - pub const @"OLDAP-2.2.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.2.html"}; - pub const @"OLDAP-2.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.3.html"}; - pub const @"OLDAP-2.4" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.4.html"}; - pub const @"OLDAP-2.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.5.html"}; - pub const @"OLDAP-2.6" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.6.html"}; - pub const @"OLDAP-2.7" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.7.html"}; - pub const @"OLDAP-2.8" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OLDAP-2.8.html"}; - pub const @"OML" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OML.html"}; - pub const @"OPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OPL-1.0.html"}; - pub const @"OPUBL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OPUBL-1.0.html"}; - pub const @"OSET-PL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OSET-PL-2.1.html"}; - pub const @"OSL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-1.0.html"}; - pub const @"OSL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OSL-1.1.html"}; - pub const @"OSL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-2.0.html"}; - pub const @"OSL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-2.1.html"}; - pub const @"OSL-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-3.0.html"}; - pub const @"OpenSSL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/OpenSSL.html"}; - pub const @"PDDL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/PDDL-1.0.html"}; - pub const @"PHP-3.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/PHP-3.0.html"}; - pub const @"PHP-3.01" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/PHP-3.01.html"}; - pub const @"PSF-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/PSF-2.0.html"}; - pub const @"Parity-6.0.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Parity-6.0.0.html"}; - pub const @"Parity-7.0.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Parity-7.0.0.html"}; - pub const @"Plexus" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Plexus.html"}; - pub const @"PolyForm-Noncommercial-1.0.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html"}; - pub const @"PolyForm-Small-Business-1.0.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html"}; - pub const @"PostgreSQL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/PostgreSQL.html"}; - pub const @"Python-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Python-2.0.html"}; - pub const @"QPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/QPL-1.0.html"}; - pub const @"Qhull" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Qhull.html"}; - pub const @"RHeCos-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/RHeCos-1.1.html"}; - pub const @"RPL-1.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/RPL-1.1.html"}; - pub const @"RPL-1.5" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/RPL-1.5.html"}; - pub const @"RPSL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/RPSL-1.0.html"}; - pub const @"RSA-MD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/RSA-MD.html"}; - pub const @"RSCPL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/RSCPL.html"}; - pub const @"Rdisc" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Rdisc.html"}; - pub const @"Ruby" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Ruby.html"}; - pub const @"SAX-PD" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SAX-PD.html"}; - pub const @"SCEA" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SCEA.html"}; - pub const @"SGI-B-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-1.0.html"}; - pub const @"SGI-B-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-1.1.html"}; - pub const @"SGI-B-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-2.0.html"}; - pub const @"SHL-0.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SHL-0.5.html"}; - pub const @"SHL-0.51" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SHL-0.51.html"}; - pub const @"SISSL" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/SISSL.html"}; - pub const @"SISSL-1.2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SISSL-1.2.html"}; - pub const @"SMLNJ" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SMLNJ.html"}; - pub const @"SMPPL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SMPPL.html"}; - pub const @"SNIA" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SNIA.html"}; - pub const @"SPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/SPL-1.0.html"}; - pub const @"SSH-OpenSSH" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SSH-OpenSSH.html"}; - pub const @"SSH-short" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SSH-short.html"}; - pub const @"SSPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SSPL-1.0.html"}; - pub const @"SWL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SWL.html"}; - pub const @"Saxpath" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Saxpath.html"}; - pub const @"Sendmail" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Sendmail.html"}; - pub const @"Sendmail-8.23" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Sendmail-8.23.html"}; - pub const @"SimPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/SimPL-2.0.html"}; - pub const @"Sleepycat" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Sleepycat.html"}; - pub const @"Spencer-86" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-86.html"}; - pub const @"Spencer-94" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-94.html"}; - pub const @"Spencer-99" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-99.html"}; - pub const @"StandardML-NJ" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/StandardML-NJ.html"}; - pub const @"SugarCRM-1.1.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/SugarCRM-1.1.3.html"}; - pub const @"TAPR-OHL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TAPR-OHL-1.0.html"}; - pub const @"TCL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TCL.html"}; - pub const @"TCP-wrappers" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TCP-wrappers.html"}; - pub const @"TMate" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TMate.html"}; - pub const @"TORQUE-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TORQUE-1.1.html"}; - pub const @"TOSL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TOSL.html"}; - pub const @"TU-Berlin-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TU-Berlin-1.0.html"}; - pub const @"TU-Berlin-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/TU-Berlin-2.0.html"}; - pub const @"UCL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/UCL-1.0.html"}; - pub const @"UPL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/UPL-1.0.html"}; - pub const @"Unicode-DFS-2015" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Unicode-DFS-2015.html"}; - pub const @"Unicode-DFS-2016" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Unicode-DFS-2016.html"}; - pub const @"Unicode-TOU" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Unicode-TOU.html"}; - pub const @"Unlicense" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Unlicense.html"}; - pub const @"VOSTROM" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/VOSTROM.html"}; - pub const @"VSL-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/VSL-1.0.html"}; - pub const @"Vim" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Vim.html"}; - pub const @"W3C" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/W3C.html"}; - pub const @"W3C-19980720" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/W3C-19980720.html"}; - pub const @"W3C-20150513" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/W3C-20150513.html"}; - pub const @"WTFPL" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/WTFPL.html"}; - pub const @"Watcom-1.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Watcom-1.0.html"}; - pub const @"Wsuipa" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Wsuipa.html"}; - pub const @"X11" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/X11.html"}; - pub const @"XFree86-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/XFree86-1.1.html"}; - pub const @"XSkat" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/XSkat.html"}; - pub const @"Xerox" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Xerox.html"}; - pub const @"Xnet" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Xnet.html"}; - pub const @"YPL-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/YPL-1.0.html"}; - pub const @"YPL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/YPL-1.1.html"}; - pub const @"ZPL-1.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/ZPL-1.1.html"}; - pub const @"ZPL-2.0" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/ZPL-2.0.html"}; - pub const @"ZPL-2.1" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/ZPL-2.1.html"}; - pub const @"Zed" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Zed.html"}; - pub const @"Zend-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Zend-2.0.html"}; - pub const @"Zimbra-1.3" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Zimbra-1.3.html"}; - pub const @"Zimbra-1.4" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/Zimbra-1.4.html"}; - pub const @"Zlib" = License{.isOsiApproved = true, .url = "https://spdx.org/licenses/Zlib.html"}; - pub const @"blessing" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/blessing.html"}; - pub const @"bzip2-1.0.5" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/bzip2-1.0.5.html"}; - pub const @"bzip2-1.0.6" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/bzip2-1.0.6.html"}; - pub const @"copyleft-next-0.3.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/copyleft-next-0.3.0.html"}; - pub const @"copyleft-next-0.3.1" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/copyleft-next-0.3.1.html"}; - pub const @"curl" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/curl.html"}; - pub const @"diffmark" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/diffmark.html"}; - pub const @"dvipdfm" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/dvipdfm.html"}; - pub const @"eCos-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/eCos-2.0.html"}; - pub const @"eGenix" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/eGenix.html"}; - pub const @"etalab-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/etalab-2.0.html"}; - pub const @"gSOAP-1.3b" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/gSOAP-1.3b.html"}; - pub const @"gnuplot" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/gnuplot.html"}; - pub const @"iMatix" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/iMatix.html"}; - pub const @"libpng-2.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/libpng-2.0.html"}; - pub const @"libselinux-1.0" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/libselinux-1.0.html"}; - pub const @"libtiff" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/libtiff.html"}; - pub const @"mpich2" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/mpich2.html"}; - pub const @"psfrag" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/psfrag.html"}; - pub const @"psutils" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/psutils.html"}; - pub const @"wxWindows" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/wxWindows.html"}; - pub const @"xinetd" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/xinetd.html"}; - pub const @"xpp" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/xpp.html"}; - pub const @"zlib-acknowledgement" = License{.isOsiApproved = false, .url = "https://spdx.org/licenses/zlib-acknowledgement.html"}; + pub const @"0BSD" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/0BSD.html" }; + pub const @"AAL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AAL.html" }; + pub const @"ADSL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ADSL.html" }; + pub const @"AFL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-1.1.html" }; + pub const @"AFL-1.2" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-1.2.html" }; + pub const @"AFL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-2.0.html" }; + pub const @"AFL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-2.1.html" }; + pub const @"AFL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AFL-3.0.html" }; + pub const @"AGPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0.html" }; + pub const @"AGPL-1.0-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0-only.html" }; + pub const @"AGPL-1.0-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AGPL-1.0-or-later.html" }; + pub const @"AGPL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0.html" }; + pub const @"AGPL-3.0-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0-only.html" }; + pub const @"AGPL-3.0-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/AGPL-3.0-or-later.html" }; + pub const @"AMDPLPA" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AMDPLPA.html" }; + pub const @"AML" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AML.html" }; + pub const @"AMPAS" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/AMPAS.html" }; + pub const @"ANTLR-PD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ANTLR-PD.html" }; + pub const @"ANTLR-PD-fallback" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ANTLR-PD-fallback.html" }; + pub const @"APAFML" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/APAFML.html" }; + pub const @"APL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/APL-1.0.html" }; + pub const @"APSL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.0.html" }; + pub const @"APSL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.1.html" }; + pub const @"APSL-1.2" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-1.2.html" }; + pub const @"APSL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/APSL-2.0.html" }; + pub const @"Abstyles" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Abstyles.html" }; + pub const @"Adobe-2006" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Adobe-2006.html" }; + pub const @"Adobe-Glyph" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Adobe-Glyph.html" }; + pub const @"Afmparse" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Afmparse.html" }; + pub const @"Aladdin" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Aladdin.html" }; + pub const @"Apache-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Apache-1.0.html" }; + pub const @"Apache-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Apache-1.1.html" }; + pub const @"Apache-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Apache-2.0.html" }; + pub const @"Artistic-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0.html" }; + pub const @"Artistic-1.0-Perl" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0-Perl.html" }; + pub const @"Artistic-1.0-cl8" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-1.0-cl8.html" }; + pub const @"Artistic-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Artistic-2.0.html" }; + pub const @"BSD-1-Clause" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-1-Clause.html" }; + pub const @"BSD-2-Clause" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-2-Clause.html" }; + pub const @"BSD-2-Clause-FreeBSD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html" }; + pub const @"BSD-2-Clause-NetBSD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-NetBSD.html" }; + pub const @"BSD-2-Clause-Patent" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-2-Clause-Patent.html" }; + pub const @"BSD-2-Clause-Views" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-2-Clause-Views.html" }; + pub const @"BSD-3-Clause" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-3-Clause.html" }; + pub const @"BSD-3-Clause-Attribution" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Attribution.html" }; + pub const @"BSD-3-Clause-Clear" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Clear.html" }; + pub const @"BSD-3-Clause-LBNL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSD-3-Clause-LBNL.html" }; + pub const @"BSD-3-Clause-Modification" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Modification.html" }; + pub const @"BSD-3-Clause-No-Military-License" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Military-License.html" }; + pub const @"BSD-3-Clause-No-Nuclear-License" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License.html" }; + pub const @"BSD-3-Clause-No-Nuclear-License-2014" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014.html" }; + pub const @"BSD-3-Clause-No-Nuclear-Warranty" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty.html" }; + pub const @"BSD-3-Clause-Open-MPI" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-3-Clause-Open-MPI.html" }; + pub const @"BSD-4-Clause" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause.html" }; + pub const @"BSD-4-Clause-Shortened" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause-Shortened.html" }; + pub const @"BSD-4-Clause-UC" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-4-Clause-UC.html" }; + pub const @"BSD-Protection" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-Protection.html" }; + pub const @"BSD-Source-Code" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BSD-Source-Code.html" }; + pub const @"BSL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/BSL-1.0.html" }; + pub const @"BUSL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BUSL-1.1.html" }; + pub const @"Bahyph" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Bahyph.html" }; + pub const @"Barr" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Barr.html" }; + pub const @"Beerware" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Beerware.html" }; + pub const @"BitTorrent-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BitTorrent-1.0.html" }; + pub const @"BitTorrent-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BitTorrent-1.1.html" }; + pub const @"BlueOak-1.0.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/BlueOak-1.0.0.html" }; + pub const @"Borceux" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Borceux.html" }; + pub const @"C-UDA-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/C-UDA-1.0.html" }; + pub const @"CAL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CAL-1.0.html" }; + pub const @"CAL-1.0-Combined-Work-Exception" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception.html" }; + pub const @"CATOSL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CATOSL-1.1.html" }; + pub const @"CC-BY-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-1.0.html" }; + pub const @"CC-BY-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.0.html" }; + pub const @"CC-BY-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.5.html" }; + pub const @"CC-BY-2.5-AU" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-2.5-AU.html" }; + pub const @"CC-BY-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0.html" }; + pub const @"CC-BY-3.0-AT" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0-AT.html" }; + pub const @"CC-BY-3.0-US" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-3.0-US.html" }; + pub const @"CC-BY-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-4.0.html" }; + pub const @"CC-BY-NC-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-1.0.html" }; + pub const @"CC-BY-NC-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-2.0.html" }; + pub const @"CC-BY-NC-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-2.5.html" }; + pub const @"CC-BY-NC-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-3.0.html" }; + pub const @"CC-BY-NC-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-4.0.html" }; + pub const @"CC-BY-NC-ND-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-1.0.html" }; + pub const @"CC-BY-NC-ND-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-2.0.html" }; + pub const @"CC-BY-NC-ND-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-2.5.html" }; + pub const @"CC-BY-NC-ND-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-3.0.html" }; + pub const @"CC-BY-NC-ND-3.0-IGO" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO.html" }; + pub const @"CC-BY-NC-ND-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-ND-4.0.html" }; + pub const @"CC-BY-NC-SA-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-1.0.html" }; + pub const @"CC-BY-NC-SA-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-2.0.html" }; + pub const @"CC-BY-NC-SA-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-2.5.html" }; + pub const @"CC-BY-NC-SA-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-3.0.html" }; + pub const @"CC-BY-NC-SA-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-NC-SA-4.0.html" }; + pub const @"CC-BY-ND-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-1.0.html" }; + pub const @"CC-BY-ND-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-2.0.html" }; + pub const @"CC-BY-ND-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-2.5.html" }; + pub const @"CC-BY-ND-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-3.0.html" }; + pub const @"CC-BY-ND-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-ND-4.0.html" }; + pub const @"CC-BY-SA-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-1.0.html" }; + pub const @"CC-BY-SA-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.0.html" }; + pub const @"CC-BY-SA-2.0-UK" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.0-UK.html" }; + pub const @"CC-BY-SA-2.1-JP" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.1-JP.html" }; + pub const @"CC-BY-SA-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-2.5.html" }; + pub const @"CC-BY-SA-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-3.0.html" }; + pub const @"CC-BY-SA-3.0-AT" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-3.0-AT.html" }; + pub const @"CC-BY-SA-4.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-BY-SA-4.0.html" }; + pub const @"CC-PDDC" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC-PDDC.html" }; + pub const @"CC0-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CC0-1.0.html" }; + pub const @"CDDL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CDDL-1.0.html" }; + pub const @"CDDL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CDDL-1.1.html" }; + pub const @"CDL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CDL-1.0.html" }; + pub const @"CDLA-Permissive-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CDLA-Permissive-1.0.html" }; + pub const @"CDLA-Sharing-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CDLA-Sharing-1.0.html" }; + pub const @"CECILL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-1.0.html" }; + pub const @"CECILL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-1.1.html" }; + pub const @"CECILL-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-2.0.html" }; + pub const @"CECILL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CECILL-2.1.html" }; + pub const @"CECILL-B" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-B.html" }; + pub const @"CECILL-C" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CECILL-C.html" }; + pub const @"CERN-OHL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CERN-OHL-1.1.html" }; + pub const @"CERN-OHL-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CERN-OHL-1.2.html" }; + pub const @"CERN-OHL-P-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-P-2.0.html" }; + pub const @"CERN-OHL-S-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-S-2.0.html" }; + pub const @"CERN-OHL-W-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CERN-OHL-W-2.0.html" }; + pub const @"CNRI-Jython" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CNRI-Jython.html" }; + pub const @"CNRI-Python" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CNRI-Python.html" }; + pub const @"CNRI-Python-GPL-Compatible" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CNRI-Python-GPL-Compatible.html" }; + pub const @"CPAL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CPAL-1.0.html" }; + pub const @"CPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CPL-1.0.html" }; + pub const @"CPOL-1.02" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CPOL-1.02.html" }; + pub const @"CUA-OPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/CUA-OPL-1.0.html" }; + pub const @"Caldera" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Caldera.html" }; + pub const @"ClArtistic" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ClArtistic.html" }; + pub const @"Condor-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Condor-1.1.html" }; + pub const @"Crossword" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Crossword.html" }; + pub const @"CrystalStacker" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/CrystalStacker.html" }; + pub const @"Cube" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Cube.html" }; + pub const @"D-FSL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/D-FSL-1.0.html" }; + pub const @"DOC" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/DOC.html" }; + pub const @"DRL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/DRL-1.0.html" }; + pub const @"DSDP" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/DSDP.html" }; + pub const @"Dotseqn" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Dotseqn.html" }; + pub const @"ECL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/ECL-1.0.html" }; + pub const @"ECL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/ECL-2.0.html" }; + pub const @"EFL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EFL-1.0.html" }; + pub const @"EFL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EFL-2.0.html" }; + pub const @"EPICS" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/EPICS.html" }; + pub const @"EPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EPL-1.0.html" }; + pub const @"EPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EPL-2.0.html" }; + pub const @"EUDatagrid" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EUDatagrid.html" }; + pub const @"EUPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/EUPL-1.0.html" }; + pub const @"EUPL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EUPL-1.1.html" }; + pub const @"EUPL-1.2" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/EUPL-1.2.html" }; + pub const @"Entessa" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Entessa.html" }; + pub const @"ErlPL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ErlPL-1.1.html" }; + pub const @"Eurosym" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Eurosym.html" }; + pub const @"FSFAP" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FSFAP.html" }; + pub const @"FSFUL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FSFUL.html" }; + pub const @"FSFULLR" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FSFULLR.html" }; + pub const @"FTL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FTL.html" }; + pub const @"Fair" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Fair.html" }; + pub const @"Frameworx-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Frameworx-1.0.html" }; + pub const @"FreeBSD-DOC" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FreeBSD-DOC.html" }; + pub const @"FreeImage" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/FreeImage.html" }; + pub const @"GD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GD.html" }; + pub const @"GFDL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1.html" }; + pub const @"GFDL-1.1-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-invariants-only.html" }; + pub const @"GFDL-1.1-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-invariants-or-later.html" }; + pub const @"GFDL-1.1-no-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-no-invariants-only.html" }; + pub const @"GFDL-1.1-no-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later.html" }; + pub const @"GFDL-1.1-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-only.html" }; + pub const @"GFDL-1.1-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.1-or-later.html" }; + pub const @"GFDL-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2.html" }; + pub const @"GFDL-1.2-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-invariants-only.html" }; + pub const @"GFDL-1.2-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-invariants-or-later.html" }; + pub const @"GFDL-1.2-no-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-no-invariants-only.html" }; + pub const @"GFDL-1.2-no-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later.html" }; + pub const @"GFDL-1.2-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-only.html" }; + pub const @"GFDL-1.2-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.2-or-later.html" }; + pub const @"GFDL-1.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3.html" }; + pub const @"GFDL-1.3-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-invariants-only.html" }; + pub const @"GFDL-1.3-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-invariants-or-later.html" }; + pub const @"GFDL-1.3-no-invariants-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-no-invariants-only.html" }; + pub const @"GFDL-1.3-no-invariants-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later.html" }; + pub const @"GFDL-1.3-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-only.html" }; + pub const @"GFDL-1.3-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GFDL-1.3-or-later.html" }; + pub const @"GL2PS" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GL2PS.html" }; + pub const @"GLWTPL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GLWTPL.html" }; + pub const @"GPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0.html" }; + pub const @"GPL-1.0+" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0+.html" }; + pub const @"GPL-1.0-only" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0-only.html" }; + pub const @"GPL-1.0-or-later" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-1.0-or-later.html" }; + pub const @"GPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0.html" }; + pub const @"GPL-2.0+" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0+.html" }; + pub const @"GPL-2.0-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0-only.html" }; + pub const @"GPL-2.0-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-2.0-or-later.html" }; + pub const @"GPL-2.0-with-GCC-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-GCC-exception.html" }; + pub const @"GPL-2.0-with-autoconf-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-autoconf-exception.html" }; + pub const @"GPL-2.0-with-bison-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-bison-exception.html" }; + pub const @"GPL-2.0-with-classpath-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-classpath-exception.html" }; + pub const @"GPL-2.0-with-font-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-2.0-with-font-exception.html" }; + pub const @"GPL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0.html" }; + pub const @"GPL-3.0+" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0+.html" }; + pub const @"GPL-3.0-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-only.html" }; + pub const @"GPL-3.0-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-or-later.html" }; + pub const @"GPL-3.0-with-GCC-exception" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/GPL-3.0-with-GCC-exception.html" }; + pub const @"GPL-3.0-with-autoconf-exception" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception.html" }; + pub const @"Giftware" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Giftware.html" }; + pub const @"Glide" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Glide.html" }; + pub const @"Glulxe" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Glulxe.html" }; + pub const @"HPND" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/HPND.html" }; + pub const @"HPND-sell-variant" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/HPND-sell-variant.html" }; + pub const @"HTMLTIDY" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/HTMLTIDY.html" }; + pub const @"HaskellReport" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/HaskellReport.html" }; + pub const @"Hippocratic-2.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Hippocratic-2.1.html" }; + pub const @"IBM-pibs" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/IBM-pibs.html" }; + pub const @"ICU" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ICU.html" }; + pub const @"IJG" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/IJG.html" }; + pub const @"IPA" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/IPA.html" }; + pub const @"IPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/IPL-1.0.html" }; + pub const @"ISC" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/ISC.html" }; + pub const @"ImageMagick" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ImageMagick.html" }; + pub const @"Imlib2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Imlib2.html" }; + pub const @"Info-ZIP" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Info-ZIP.html" }; + pub const @"Intel" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Intel.html" }; + pub const @"Intel-ACPI" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Intel-ACPI.html" }; + pub const @"Interbase-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Interbase-1.0.html" }; + pub const @"JPNIC" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/JPNIC.html" }; + pub const @"JSON" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/JSON.html" }; + pub const @"JasPer-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/JasPer-2.0.html" }; + pub const @"LAL-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LAL-1.2.html" }; + pub const @"LAL-1.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LAL-1.3.html" }; + pub const @"LGPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0.html" }; + pub const @"LGPL-2.0+" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0+.html" }; + pub const @"LGPL-2.0-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0-only.html" }; + pub const @"LGPL-2.0-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.0-or-later.html" }; + pub const @"LGPL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1.html" }; + pub const @"LGPL-2.1+" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1+.html" }; + pub const @"LGPL-2.1-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1-only.html" }; + pub const @"LGPL-2.1-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-2.1-or-later.html" }; + pub const @"LGPL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0.html" }; + pub const @"LGPL-3.0+" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0+.html" }; + pub const @"LGPL-3.0-only" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0-only.html" }; + pub const @"LGPL-3.0-or-later" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LGPL-3.0-or-later.html" }; + pub const @"LGPLLR" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LGPLLR.html" }; + pub const @"LPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LPL-1.0.html" }; + pub const @"LPL-1.02" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LPL-1.02.html" }; + pub const @"LPPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.0.html" }; + pub const @"LPPL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.1.html" }; + pub const @"LPPL-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.2.html" }; + pub const @"LPPL-1.3a" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/LPPL-1.3a.html" }; + pub const @"LPPL-1.3c" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LPPL-1.3c.html" }; + pub const @"Latex2e" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Latex2e.html" }; + pub const @"Leptonica" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Leptonica.html" }; + pub const @"LiLiQ-P-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-P-1.1.html" }; + pub const @"LiLiQ-R-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-R-1.1.html" }; + pub const @"LiLiQ-Rplus-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/LiLiQ-Rplus-1.1.html" }; + pub const @"Libpng" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Libpng.html" }; + pub const @"Linux-OpenIB" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Linux-OpenIB.html" }; + pub const @"MIT" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MIT.html" }; + pub const @"MIT-0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MIT-0.html" }; + pub const @"MIT-CMU" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-CMU.html" }; + pub const @"MIT-Modern-Variant" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MIT-Modern-Variant.html" }; + pub const @"MIT-advertising" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-advertising.html" }; + pub const @"MIT-enna" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-enna.html" }; + pub const @"MIT-feh" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-feh.html" }; + pub const @"MIT-open-group" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MIT-open-group.html" }; + pub const @"MITNFA" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MITNFA.html" }; + pub const @"MPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-1.0.html" }; + pub const @"MPL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-1.1.html" }; + pub const @"MPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-2.0.html" }; + pub const @"MPL-2.0-no-copyleft-exception" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MPL-2.0-no-copyleft-exception.html" }; + pub const @"MS-PL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MS-PL.html" }; + pub const @"MS-RL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MS-RL.html" }; + pub const @"MTLL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MTLL.html" }; + pub const @"MakeIndex" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MakeIndex.html" }; + pub const @"MirOS" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MirOS.html" }; + pub const @"Motosoto" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Motosoto.html" }; + pub const @"MulanPSL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/MulanPSL-1.0.html" }; + pub const @"MulanPSL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/MulanPSL-2.0.html" }; + pub const @"Multics" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Multics.html" }; + pub const @"Mup" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Mup.html" }; + pub const @"NAIST-2003" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NAIST-2003.html" }; + pub const @"NASA-1.3" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/NASA-1.3.html" }; + pub const @"NBPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NBPL-1.0.html" }; + pub const @"NCGL-UK-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NCGL-UK-2.0.html" }; + pub const @"NCSA" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/NCSA.html" }; + pub const @"NGPL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/NGPL.html" }; + pub const @"NIST-PD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NIST-PD.html" }; + pub const @"NIST-PD-fallback" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NIST-PD-fallback.html" }; + pub const @"NLOD-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NLOD-1.0.html" }; + pub const @"NLPL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NLPL.html" }; + pub const @"NOSL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NOSL.html" }; + pub const @"NPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NPL-1.0.html" }; + pub const @"NPL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NPL-1.1.html" }; + pub const @"NPOSL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/NPOSL-3.0.html" }; + pub const @"NRL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NRL.html" }; + pub const @"NTP" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/NTP.html" }; + pub const @"NTP-0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NTP-0.html" }; + pub const @"Naumen" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Naumen.html" }; + pub const @"Net-SNMP" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Net-SNMP.html" }; + pub const @"NetCDF" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/NetCDF.html" }; + pub const @"Newsletr" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Newsletr.html" }; + pub const @"Nokia" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Nokia.html" }; + pub const @"Noweb" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Noweb.html" }; + pub const @"Nunit" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Nunit.html" }; + pub const @"O-UDA-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/O-UDA-1.0.html" }; + pub const @"OCCT-PL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OCCT-PL.html" }; + pub const @"OCLC-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OCLC-2.0.html" }; + pub const @"ODC-By-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ODC-By-1.0.html" }; + pub const @"ODbL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ODbL-1.0.html" }; + pub const @"OFL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0.html" }; + pub const @"OFL-1.0-RFN" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0-RFN.html" }; + pub const @"OFL-1.0-no-RFN" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OFL-1.0-no-RFN.html" }; + pub const @"OFL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1.html" }; + pub const @"OFL-1.1-RFN" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1-RFN.html" }; + pub const @"OFL-1.1-no-RFN" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OFL-1.1-no-RFN.html" }; + pub const @"OGC-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGC-1.0.html" }; + pub const @"OGDL-Taiwan-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGDL-Taiwan-1.0.html" }; + pub const @"OGL-Canada-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-Canada-2.0.html" }; + pub const @"OGL-UK-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-1.0.html" }; + pub const @"OGL-UK-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-2.0.html" }; + pub const @"OGL-UK-3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OGL-UK-3.0.html" }; + pub const @"OGTSL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OGTSL.html" }; + pub const @"OLDAP-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.1.html" }; + pub const @"OLDAP-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.2.html" }; + pub const @"OLDAP-1.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.3.html" }; + pub const @"OLDAP-1.4" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-1.4.html" }; + pub const @"OLDAP-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.0.html" }; + pub const @"OLDAP-2.0.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.0.1.html" }; + pub const @"OLDAP-2.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.1.html" }; + pub const @"OLDAP-2.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.html" }; + pub const @"OLDAP-2.2.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.1.html" }; + pub const @"OLDAP-2.2.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.2.2.html" }; + pub const @"OLDAP-2.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.3.html" }; + pub const @"OLDAP-2.4" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.4.html" }; + pub const @"OLDAP-2.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.5.html" }; + pub const @"OLDAP-2.6" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.6.html" }; + pub const @"OLDAP-2.7" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OLDAP-2.7.html" }; + pub const @"OLDAP-2.8" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OLDAP-2.8.html" }; + pub const @"OML" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OML.html" }; + pub const @"OPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OPL-1.0.html" }; + pub const @"OPUBL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OPUBL-1.0.html" }; + pub const @"OSET-PL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OSET-PL-2.1.html" }; + pub const @"OSL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-1.0.html" }; + pub const @"OSL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OSL-1.1.html" }; + pub const @"OSL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-2.0.html" }; + pub const @"OSL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-2.1.html" }; + pub const @"OSL-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/OSL-3.0.html" }; + pub const @"OpenSSL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/OpenSSL.html" }; + pub const @"PDDL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/PDDL-1.0.html" }; + pub const @"PHP-3.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/PHP-3.0.html" }; + pub const @"PHP-3.01" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/PHP-3.01.html" }; + pub const @"PSF-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/PSF-2.0.html" }; + pub const @"Parity-6.0.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Parity-6.0.0.html" }; + pub const @"Parity-7.0.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Parity-7.0.0.html" }; + pub const @"Plexus" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Plexus.html" }; + pub const @"PolyForm-Noncommercial-1.0.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/PolyForm-Noncommercial-1.0.0.html" }; + pub const @"PolyForm-Small-Business-1.0.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/PolyForm-Small-Business-1.0.0.html" }; + pub const @"PostgreSQL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/PostgreSQL.html" }; + pub const @"Python-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Python-2.0.html" }; + pub const @"QPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/QPL-1.0.html" }; + pub const @"Qhull" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Qhull.html" }; + pub const @"RHeCos-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/RHeCos-1.1.html" }; + pub const @"RPL-1.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/RPL-1.1.html" }; + pub const @"RPL-1.5" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/RPL-1.5.html" }; + pub const @"RPSL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/RPSL-1.0.html" }; + pub const @"RSA-MD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/RSA-MD.html" }; + pub const @"RSCPL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/RSCPL.html" }; + pub const @"Rdisc" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Rdisc.html" }; + pub const @"Ruby" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Ruby.html" }; + pub const @"SAX-PD" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SAX-PD.html" }; + pub const @"SCEA" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SCEA.html" }; + pub const @"SGI-B-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-1.0.html" }; + pub const @"SGI-B-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-1.1.html" }; + pub const @"SGI-B-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SGI-B-2.0.html" }; + pub const @"SHL-0.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SHL-0.5.html" }; + pub const @"SHL-0.51" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SHL-0.51.html" }; + pub const @"SISSL" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/SISSL.html" }; + pub const @"SISSL-1.2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SISSL-1.2.html" }; + pub const @"SMLNJ" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SMLNJ.html" }; + pub const @"SMPPL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SMPPL.html" }; + pub const @"SNIA" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SNIA.html" }; + pub const @"SPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/SPL-1.0.html" }; + pub const @"SSH-OpenSSH" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SSH-OpenSSH.html" }; + pub const @"SSH-short" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SSH-short.html" }; + pub const @"SSPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SSPL-1.0.html" }; + pub const @"SWL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SWL.html" }; + pub const @"Saxpath" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Saxpath.html" }; + pub const @"Sendmail" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Sendmail.html" }; + pub const @"Sendmail-8.23" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Sendmail-8.23.html" }; + pub const @"SimPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/SimPL-2.0.html" }; + pub const @"Sleepycat" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Sleepycat.html" }; + pub const @"Spencer-86" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-86.html" }; + pub const @"Spencer-94" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-94.html" }; + pub const @"Spencer-99" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Spencer-99.html" }; + pub const @"StandardML-NJ" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/StandardML-NJ.html" }; + pub const @"SugarCRM-1.1.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/SugarCRM-1.1.3.html" }; + pub const @"TAPR-OHL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TAPR-OHL-1.0.html" }; + pub const @"TCL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TCL.html" }; + pub const @"TCP-wrappers" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TCP-wrappers.html" }; + pub const @"TMate" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TMate.html" }; + pub const @"TORQUE-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TORQUE-1.1.html" }; + pub const @"TOSL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TOSL.html" }; + pub const @"TU-Berlin-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TU-Berlin-1.0.html" }; + pub const @"TU-Berlin-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/TU-Berlin-2.0.html" }; + pub const @"UCL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/UCL-1.0.html" }; + pub const @"UPL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/UPL-1.0.html" }; + pub const @"Unicode-DFS-2015" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Unicode-DFS-2015.html" }; + pub const @"Unicode-DFS-2016" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Unicode-DFS-2016.html" }; + pub const @"Unicode-TOU" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Unicode-TOU.html" }; + pub const @"Unlicense" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Unlicense.html" }; + pub const @"VOSTROM" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/VOSTROM.html" }; + pub const @"VSL-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/VSL-1.0.html" }; + pub const @"Vim" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Vim.html" }; + pub const @"W3C" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/W3C.html" }; + pub const @"W3C-19980720" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/W3C-19980720.html" }; + pub const @"W3C-20150513" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/W3C-20150513.html" }; + pub const @"WTFPL" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/WTFPL.html" }; + pub const @"Watcom-1.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Watcom-1.0.html" }; + pub const @"Wsuipa" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Wsuipa.html" }; + pub const @"X11" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/X11.html" }; + pub const @"XFree86-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/XFree86-1.1.html" }; + pub const @"XSkat" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/XSkat.html" }; + pub const @"Xerox" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Xerox.html" }; + pub const @"Xnet" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Xnet.html" }; + pub const @"YPL-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/YPL-1.0.html" }; + pub const @"YPL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/YPL-1.1.html" }; + pub const @"ZPL-1.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/ZPL-1.1.html" }; + pub const @"ZPL-2.0" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/ZPL-2.0.html" }; + pub const @"ZPL-2.1" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/ZPL-2.1.html" }; + pub const @"Zed" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Zed.html" }; + pub const @"Zend-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Zend-2.0.html" }; + pub const @"Zimbra-1.3" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Zimbra-1.3.html" }; + pub const @"Zimbra-1.4" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/Zimbra-1.4.html" }; + pub const @"Zlib" = License{ .isOsiApproved = true, .url = "https://spdx.org/licenses/Zlib.html" }; + pub const @"blessing" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/blessing.html" }; + pub const @"bzip2-1.0.5" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/bzip2-1.0.5.html" }; + pub const @"bzip2-1.0.6" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/bzip2-1.0.6.html" }; + pub const @"copyleft-next-0.3.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/copyleft-next-0.3.0.html" }; + pub const @"copyleft-next-0.3.1" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/copyleft-next-0.3.1.html" }; + pub const @"curl" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/curl.html" }; + pub const @"diffmark" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/diffmark.html" }; + pub const @"dvipdfm" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/dvipdfm.html" }; + pub const @"eCos-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/eCos-2.0.html" }; + pub const @"eGenix" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/eGenix.html" }; + pub const @"etalab-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/etalab-2.0.html" }; + pub const @"gSOAP-1.3b" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/gSOAP-1.3b.html" }; + pub const @"gnuplot" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/gnuplot.html" }; + pub const @"iMatix" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/iMatix.html" }; + pub const @"libpng-2.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/libpng-2.0.html" }; + pub const @"libselinux-1.0" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/libselinux-1.0.html" }; + pub const @"libtiff" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/libtiff.html" }; + pub const @"mpich2" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/mpich2.html" }; + pub const @"psfrag" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/psfrag.html" }; + pub const @"psutils" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/psutils.html" }; + pub const @"wxWindows" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/wxWindows.html" }; + pub const @"xinetd" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/xinetd.html" }; + pub const @"xpp" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/xpp.html" }; + pub const @"zlib-acknowledgement" = License{ .isOsiApproved = false, .url = "https://spdx.org/licenses/zlib-acknowledgement.html" }; }; pub const osi = &[_][]const u8{ -- 2.54.0