diff --git a/generate.zig b/generate.zig index 31331dd29e17f41c7547436fb6ef241cf12a8ee9..8742b6b08cc4ffe708a86043878c0f7d96e26eb1 100644 --- a/generate.zig +++ b/generate.zig @@ -38,7 +38,7 @@ pub fn main() !void { try w.print(" pub const @\"{s}\" = License{{.isOsiApproved = {}, .url = \"{s}\"}};\n", .{ lic.get("licenseId").?.String, lic.get("isOsiApproved").?.Bool, - lic.get("seeAlso").?.Array[0].String, + lic.get("reference").?.String, }); } try w.writeAll("};\n"); diff --git a/src/lib.zig b/src/lib.zig index 7e5410c76e0468d39ede002b7f3394737d9e665d..246456b3a72d29171220438855b873347ec024b9 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 = "http://landley.net/toybox/license.html"}; - pub const @"AAL" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/attribution"}; - pub const @"ADSL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense"}; - pub const @"AFL-1.1" = License{.isOsiApproved = true, .url = "http://opensource.linux-mirror.org/licenses/afl-1.1.txt"}; - pub const @"AFL-1.2" = License{.isOsiApproved = true, .url = "http://opensource.linux-mirror.org/licenses/afl-1.2.txt"}; - pub const @"AFL-2.0" = License{.isOsiApproved = true, .url = "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt"}; - pub const @"AFL-2.1" = License{.isOsiApproved = true, .url = "http://opensource.linux-mirror.org/licenses/afl-2.1.txt"}; - pub const @"AFL-3.0" = License{.isOsiApproved = true, .url = "http://www.rosenlaw.com/AFL3.0.htm"}; - pub const @"AGPL-1.0" = License{.isOsiApproved = false, .url = "http://www.affero.org/oagpl.html"}; - pub const @"AGPL-1.0-only" = License{.isOsiApproved = false, .url = "http://www.affero.org/oagpl.html"}; - pub const @"AGPL-1.0-or-later" = License{.isOsiApproved = false, .url = "http://www.affero.org/oagpl.html"}; - pub const @"AGPL-3.0" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/agpl.txt"}; - pub const @"AGPL-3.0-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/agpl.txt"}; - pub const @"AGPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/agpl.txt"}; - pub const @"AMDPLPA" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License"}; - pub const @"AML" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License"}; - pub const @"AMPAS" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD"}; - pub const @"ANTLR-PD" = License{.isOsiApproved = false, .url = "http://www.antlr2.org/license.html"}; - pub const @"ANTLR-PD-fallback" = License{.isOsiApproved = false, .url = "http://www.antlr2.org/license.html"}; - pub const @"APAFML" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM"}; - pub const @"APL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/APL-1.0"}; - pub const @"APSL-1.0" = License{.isOsiApproved = true, .url = "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0"}; - pub const @"APSL-1.1" = License{.isOsiApproved = true, .url = "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE"}; - pub const @"APSL-1.2" = License{.isOsiApproved = true, .url = "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php"}; - pub const @"APSL-2.0" = License{.isOsiApproved = true, .url = "http://www.opensource.apple.com/license/apsl/"}; - pub const @"Abstyles" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Abstyles"}; - pub const @"Adobe-2006" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/AdobeLicense"}; - pub const @"Adobe-Glyph" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph"}; - pub const @"Afmparse" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Afmparse"}; - pub const @"Aladdin" = License{.isOsiApproved = false, .url = "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm"}; - pub const @"Apache-1.0" = License{.isOsiApproved = false, .url = "http://www.apache.org/licenses/LICENSE-1.0"}; - pub const @"Apache-1.1" = License{.isOsiApproved = true, .url = "http://apache.org/licenses/LICENSE-1.1"}; - pub const @"Apache-2.0" = License{.isOsiApproved = true, .url = "http://www.apache.org/licenses/LICENSE-2.0"}; - pub const @"Artistic-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Artistic-1.0"}; - pub const @"Artistic-1.0-Perl" = License{.isOsiApproved = true, .url = "http://dev.perl.org/licenses/artistic.html"}; - pub const @"Artistic-1.0-cl8" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Artistic-1.0"}; - pub const @"Artistic-2.0" = License{.isOsiApproved = true, .url = "http://www.perlfoundation.org/artistic_license_2_0"}; - pub const @"BSD-1-Clause" = License{.isOsiApproved = true, .url = "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision\u003d326823"}; - pub const @"BSD-2-Clause" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/BSD-2-Clause"}; - pub const @"BSD-2-Clause-FreeBSD" = License{.isOsiApproved = false, .url = "http://www.freebsd.org/copyright/freebsd-license.html"}; - pub const @"BSD-2-Clause-NetBSD" = License{.isOsiApproved = false, .url = "http://www.netbsd.org/about/redistribution.html#default"}; - pub const @"BSD-2-Clause-Patent" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/BSDplusPatent"}; - pub const @"BSD-2-Clause-Views" = License{.isOsiApproved = false, .url = "http://www.freebsd.org/copyright/freebsd-license.html"}; - pub const @"BSD-3-Clause" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/BSD-3-Clause"}; - pub const @"BSD-3-Clause-Attribution" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution"}; - pub const @"BSD-3-Clause-Clear" = License{.isOsiApproved = false, .url = "http://labs.metacarta.com/license-explanation.html#license"}; - pub const @"BSD-3-Clause-LBNL" = License{.isOsiApproved = true, .url = "https://fedoraproject.org/wiki/Licensing/LBNLBSD"}; - pub const @"BSD-3-Clause-Modification" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant"}; - pub const @"BSD-3-Clause-No-Military-License" = License{.isOsiApproved = false, .url = "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE"}; - pub const @"BSD-3-Clause-No-Nuclear-License" = License{.isOsiApproved = false, .url = "http://download.oracle.com/otn-pub/java/licenses/bsd.txt?AuthParam\u003d1467140197_43d516ce1776bd08a58235a7785be1cc"}; - pub const @"BSD-3-Clause-No-Nuclear-License-2014" = License{.isOsiApproved = false, .url = "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense"}; - pub const @"BSD-3-Clause-No-Nuclear-Warranty" = License{.isOsiApproved = false, .url = "https://jogamp.org/git/?p\u003dgluegen.git;a\u003dblob_plain;f\u003dLICENSE.txt"}; - pub const @"BSD-3-Clause-Open-MPI" = License{.isOsiApproved = false, .url = "https://www.open-mpi.org/community/license.php"}; - pub const @"BSD-4-Clause" = License{.isOsiApproved = false, .url = "http://directory.fsf.org/wiki/License:BSD_4Clause"}; - pub const @"BSD-4-Clause-Shortened" = License{.isOsiApproved = false, .url = "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright"}; - pub const @"BSD-4-Clause-UC" = License{.isOsiApproved = false, .url = "http://www.freebsd.org/copyright/license.html"}; - pub const @"BSD-Protection" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License"}; - pub const @"BSD-Source-Code" = License{.isOsiApproved = false, .url = "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt"}; - pub const @"BSL-1.0" = License{.isOsiApproved = true, .url = "http://www.boost.org/LICENSE_1_0.txt"}; - pub const @"BUSL-1.1" = License{.isOsiApproved = false, .url = "https://mariadb.com/bsl11/"}; - pub const @"Bahyph" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Bahyph"}; - pub const @"Barr" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Barr"}; - pub const @"Beerware" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Beerware"}; - pub const @"BitTorrent-1.0" = License{.isOsiApproved = false, .url = "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1\u003d1.1\u0026r2\u003d1.1.1.1\u0026diff_format\u003ds"}; - pub const @"BitTorrent-1.1" = License{.isOsiApproved = false, .url = "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1"}; - pub const @"BlueOak-1.0.0" = License{.isOsiApproved = false, .url = "https://blueoakcouncil.org/license/1.0.0"}; - pub const @"Borceux" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Borceux"}; - pub const @"C-UDA-1.0" = License{.isOsiApproved = false, .url = "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md"}; - pub const @"CAL-1.0" = License{.isOsiApproved = true, .url = "http://cryptographicautonomylicense.com/license-text.html"}; - pub const @"CAL-1.0-Combined-Work-Exception" = License{.isOsiApproved = true, .url = "http://cryptographicautonomylicense.com/license-text.html"}; - pub const @"CATOSL-1.1" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/CATOSL-1.1"}; - pub const @"CC-BY-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/1.0/legalcode"}; - pub const @"CC-BY-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/2.0/legalcode"}; - pub const @"CC-BY-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/2.5/legalcode"}; - pub const @"CC-BY-2.5-AU" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/2.5/au/legalcode"}; - pub const @"CC-BY-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/3.0/legalcode"}; - pub const @"CC-BY-3.0-AT" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/3.0/at/legalcode"}; - pub const @"CC-BY-3.0-US" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/3.0/us/legalcode"}; - pub const @"CC-BY-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by/4.0/legalcode"}; - pub const @"CC-BY-NC-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc/1.0/legalcode"}; - pub const @"CC-BY-NC-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc/2.0/legalcode"}; - pub const @"CC-BY-NC-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc/2.5/legalcode"}; - pub const @"CC-BY-NC-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc/3.0/legalcode"}; - pub const @"CC-BY-NC-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc/4.0/legalcode"}; - pub const @"CC-BY-NC-ND-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode"}; - pub const @"CC-BY-NC-ND-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode"}; - pub const @"CC-BY-NC-ND-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode"}; - pub const @"CC-BY-NC-ND-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"}; - pub const @"CC-BY-NC-ND-3.0-IGO" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode"}; - pub const @"CC-BY-NC-ND-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"}; - pub const @"CC-BY-NC-SA-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode"}; - pub const @"CC-BY-NC-SA-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode"}; - pub const @"CC-BY-NC-SA-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode"}; - pub const @"CC-BY-NC-SA-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"}; - pub const @"CC-BY-NC-SA-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"}; - pub const @"CC-BY-ND-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd/1.0/legalcode"}; - pub const @"CC-BY-ND-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd/2.0/legalcode"}; - pub const @"CC-BY-ND-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd/2.5/legalcode"}; - pub const @"CC-BY-ND-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd/3.0/legalcode"}; - pub const @"CC-BY-ND-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-nd/4.0/legalcode"}; - pub const @"CC-BY-SA-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/1.0/legalcode"}; - pub const @"CC-BY-SA-2.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/2.0/legalcode"}; - pub const @"CC-BY-SA-2.0-UK" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode"}; - pub const @"CC-BY-SA-2.1-JP" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode"}; - pub const @"CC-BY-SA-2.5" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/2.5/legalcode"}; - pub const @"CC-BY-SA-3.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/3.0/legalcode"}; - pub const @"CC-BY-SA-3.0-AT" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode"}; - pub const @"CC-BY-SA-4.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/by-sa/4.0/legalcode"}; - pub const @"CC-PDDC" = License{.isOsiApproved = false, .url = "https://creativecommons.org/licenses/publicdomain/"}; - pub const @"CC0-1.0" = License{.isOsiApproved = false, .url = "https://creativecommons.org/publicdomain/zero/1.0/legalcode"}; - pub const @"CDDL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/cddl1"}; - pub const @"CDDL-1.1" = License{.isOsiApproved = false, .url = "http://glassfish.java.net/public/CDDL+GPL_1_1.html"}; - pub const @"CDL-1.0" = License{.isOsiApproved = false, .url = "http://www.opensource.apple.com/cdl/"}; - pub const @"CDLA-Permissive-1.0" = License{.isOsiApproved = false, .url = "https://cdla.io/permissive-1-0"}; - pub const @"CDLA-Sharing-1.0" = License{.isOsiApproved = false, .url = "https://cdla.io/sharing-1-0"}; - pub const @"CECILL-1.0" = License{.isOsiApproved = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html"}; - pub const @"CECILL-1.1" = License{.isOsiApproved = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html"}; - pub const @"CECILL-2.0" = License{.isOsiApproved = false, .url = "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html"}; - pub const @"CECILL-2.1" = License{.isOsiApproved = true, .url = "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html"}; - pub const @"CECILL-B" = License{.isOsiApproved = false, .url = "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html"}; - pub const @"CECILL-C" = License{.isOsiApproved = false, .url = "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"}; - pub const @"CERN-OHL-1.1" = License{.isOsiApproved = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1"}; - pub const @"CERN-OHL-1.2" = License{.isOsiApproved = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2"}; - pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = true, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; - pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = true, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; - pub const @"CERN-OHL-W-2.0" = License{.isOsiApproved = true, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; - pub const @"CNRI-Jython" = License{.isOsiApproved = false, .url = "http://www.jython.org/license.html"}; - pub const @"CNRI-Python" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/CNRI-Python"}; - pub const @"CNRI-Python-GPL-Compatible" = License{.isOsiApproved = false, .url = "http://www.python.org/download/releases/1.6.1/download_win/"}; - pub const @"CPAL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/CPAL-1.0"}; - pub const @"CPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/CPL-1.0"}; - pub const @"CPOL-1.02" = License{.isOsiApproved = false, .url = "http://www.codeproject.com/info/cpol10.aspx"}; - pub const @"CUA-OPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/CUA-OPL-1.0"}; - pub const @"Caldera" = License{.isOsiApproved = false, .url = "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf"}; - pub const @"ClArtistic" = License{.isOsiApproved = false, .url = "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/"}; - pub const @"Condor-1.1" = License{.isOsiApproved = false, .url = "http://research.cs.wisc.edu/condor/license.html#condor"}; - pub const @"Crossword" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Crossword"}; - pub const @"CrystalStacker" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd\u003dLicensing/CrystalStacker"}; - pub const @"Cube" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Cube"}; - pub const @"D-FSL-1.0" = License{.isOsiApproved = false, .url = "http://www.dipp.nrw.de/d-fsl/lizenzen/"}; - pub const @"DOC" = License{.isOsiApproved = false, .url = "http://www.cs.wustl.edu/~schmidt/ACE-copying.html"}; - pub const @"DRL-1.0" = License{.isOsiApproved = false, .url = "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md"}; - pub const @"DSDP" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/DSDP"}; - pub const @"Dotseqn" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Dotseqn"}; - pub const @"ECL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/ECL-1.0"}; - pub const @"ECL-2.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/ECL-2.0"}; - pub const @"EFL-1.0" = License{.isOsiApproved = true, .url = "http://www.eiffel-nice.org/license/forum.txt"}; - pub const @"EFL-2.0" = License{.isOsiApproved = true, .url = "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html"}; - pub const @"EPICS" = License{.isOsiApproved = false, .url = "https://epics.anl.gov/license/open.php"}; - pub const @"EPL-1.0" = License{.isOsiApproved = true, .url = "http://www.eclipse.org/legal/epl-v10.html"}; - pub const @"EPL-2.0" = License{.isOsiApproved = true, .url = "https://www.eclipse.org/legal/epl-2.0"}; - pub const @"EUDatagrid" = License{.isOsiApproved = true, .url = "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html"}; - pub const @"EUPL-1.0" = License{.isOsiApproved = false, .url = "http://ec.europa.eu/idabc/en/document/7330.html"}; - pub const @"EUPL-1.1" = License{.isOsiApproved = true, .url = "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl"}; - pub const @"EUPL-1.2" = License{.isOsiApproved = true, .url = "https://joinup.ec.europa.eu/page/eupl-text-11-12"}; - pub const @"Entessa" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Entessa"}; - pub const @"ErlPL-1.1" = License{.isOsiApproved = false, .url = "http://www.erlang.org/EPLICENSE"}; - pub const @"Eurosym" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Eurosym"}; - pub const @"FSFAP" = License{.isOsiApproved = false, .url = "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html"}; - pub const @"FSFUL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License"}; - pub const @"FSFULLR" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant"}; - pub const @"FTL" = License{.isOsiApproved = false, .url = "http://freetype.fis.uniroma2.it/FTL.TXT"}; - pub const @"Fair" = License{.isOsiApproved = true, .url = "http://fairlicense.org/"}; - pub const @"Frameworx-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Frameworx-1.0"}; - pub const @"FreeBSD-DOC" = License{.isOsiApproved = false, .url = "https://www.freebsd.org/copyright/freebsd-doc-license/"}; - pub const @"FreeImage" = License{.isOsiApproved = false, .url = "http://freeimage.sourceforge.net/freeimage-license.txt"}; - pub const @"GD" = License{.isOsiApproved = false, .url = "https://libgd.github.io/manuals/2.3.0/files/license-txt.html"}; - pub const @"GFDL-1.1" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-no-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.1-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt"}; - pub const @"GFDL-1.2" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-no-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.2-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt"}; - pub const @"GFDL-1.3" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-no-invariants-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-no-invariants-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GFDL-1.3-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/fdl-1.3.txt"}; - pub const @"GL2PS" = License{.isOsiApproved = false, .url = "http://www.geuz.org/gl2ps/COPYING.GL2PS"}; - pub const @"GLWTPL" = License{.isOsiApproved = false, .url = "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85"}; - pub const @"GPL-1.0" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"}; - pub const @"GPL-1.0+" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"}; - pub const @"GPL-1.0-only" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"}; - pub const @"GPL-1.0-or-later" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html"}; - pub const @"GPL-2.0" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"}; - pub const @"GPL-2.0+" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"}; - pub const @"GPL-2.0-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"}; - pub const @"GPL-2.0-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"}; - pub const @"GPL-2.0-with-GCC-exception" = License{.isOsiApproved = false, .url = "https://gcc.gnu.org/git/?p\u003dgcc.git;a\u003dblob;f\u003dgcc/libgcc1.c;h\u003d762f5143fc6eed57b6797c82710f3538aa52b40b;hb\u003dcb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10"}; - pub const @"GPL-2.0-with-autoconf-exception" = License{.isOsiApproved = false, .url = "http://ac-archive.sourceforge.net/doc/copyright.html"}; - pub const @"GPL-2.0-with-bison-exception" = License{.isOsiApproved = false, .url = "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id\u003d193d7c7054ba7197b0789e14965b739162319b5e#n141"}; - pub const @"GPL-2.0-with-classpath-exception" = License{.isOsiApproved = false, .url = "https://www.gnu.org/software/classpath/license.html"}; - pub const @"GPL-2.0-with-font-exception" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/gpl-faq.html#FontException"}; - pub const @"GPL-3.0" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"}; - pub const @"GPL-3.0+" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"}; - pub const @"GPL-3.0-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"}; - pub const @"GPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/gpl-3.0-standalone.html"}; - pub const @"GPL-3.0-with-GCC-exception" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/gcc-exception-3.1.html"}; - pub const @"GPL-3.0-with-autoconf-exception" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/autoconf-exception-3.0.html"}; - pub const @"Giftware" = License{.isOsiApproved = false, .url = "http://liballeg.org/license.html#allegro-4-the-giftware-license"}; - pub const @"Glide" = License{.isOsiApproved = false, .url = "http://www.users.on.net/~triforce/glidexp/COPYING.txt"}; - pub const @"Glulxe" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Glulxe"}; - pub const @"HPND" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/HPND"}; - pub const @"HPND-sell-variant" = License{.isOsiApproved = false, .url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h\u003dv4.19"}; - pub const @"HTMLTIDY" = License{.isOsiApproved = false, .url = "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md"}; - pub const @"HaskellReport" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License"}; - pub const @"Hippocratic-2.1" = License{.isOsiApproved = false, .url = "https://firstdonoharm.dev/version/2/1/license.html"}; - pub const @"IBM-pibs" = License{.isOsiApproved = false, .url = "http://git.denx.de/?p\u003du-boot.git;a\u003dblob;f\u003darch/powerpc/cpu/ppc4xx/miiphy.c;h\u003d297155fdafa064b955e53e9832de93bfb0cfb85b;hb\u003d9fab4bf4cc077c21e43941866f3f2c196f28670d"}; - pub const @"ICU" = License{.isOsiApproved = false, .url = "http://source.icu-project.org/repos/icu/icu/trunk/license.html"}; - pub const @"IJG" = License{.isOsiApproved = false, .url = "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev\u003d1.2"}; - pub const @"IPA" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/IPA"}; - pub const @"IPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/IPL-1.0"}; - pub const @"ISC" = License{.isOsiApproved = true, .url = "https://www.isc.org/downloads/software-support-policy/isc-license/"}; - pub const @"ImageMagick" = License{.isOsiApproved = false, .url = "http://www.imagemagick.org/script/license.php"}; - pub const @"Imlib2" = License{.isOsiApproved = false, .url = "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING"}; - pub const @"Info-ZIP" = License{.isOsiApproved = false, .url = "http://www.info-zip.org/license.html"}; - pub const @"Intel" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Intel"}; - pub const @"Intel-ACPI" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement"}; - pub const @"Interbase-1.0" = License{.isOsiApproved = false, .url = "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html"}; - pub const @"JPNIC" = License{.isOsiApproved = false, .url = "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366"}; - pub const @"JSON" = License{.isOsiApproved = false, .url = "http://www.json.org/license.html"}; - pub const @"JasPer-2.0" = License{.isOsiApproved = false, .url = "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE"}; - pub const @"LAL-1.2" = License{.isOsiApproved = false, .url = "http://artlibre.org/licence/lal/licence-art-libre-12/"}; - pub const @"LAL-1.3" = License{.isOsiApproved = false, .url = "https://artlibre.org/"}; - pub const @"LGPL-2.0" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"}; - pub const @"LGPL-2.0+" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"}; - pub const @"LGPL-2.0-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"}; - pub const @"LGPL-2.0-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html"}; - pub const @"LGPL-2.1" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"}; - pub const @"LGPL-2.1+" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"}; - pub const @"LGPL-2.1-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"}; - pub const @"LGPL-2.1-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html"}; - pub const @"LGPL-3.0" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"}; - pub const @"LGPL-3.0+" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"}; - pub const @"LGPL-3.0-only" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"}; - pub const @"LGPL-3.0-or-later" = License{.isOsiApproved = true, .url = "https://www.gnu.org/licenses/lgpl-3.0-standalone.html"}; - pub const @"LGPLLR" = License{.isOsiApproved = false, .url = "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html"}; - pub const @"LPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/LPL-1.0"}; - pub const @"LPL-1.02" = License{.isOsiApproved = true, .url = "http://plan9.bell-labs.com/plan9/license.html"}; - pub const @"LPPL-1.0" = License{.isOsiApproved = false, .url = "http://www.latex-project.org/lppl/lppl-1-0.txt"}; - pub const @"LPPL-1.1" = License{.isOsiApproved = false, .url = "http://www.latex-project.org/lppl/lppl-1-1.txt"}; - pub const @"LPPL-1.2" = License{.isOsiApproved = false, .url = "http://www.latex-project.org/lppl/lppl-1-2.txt"}; - pub const @"LPPL-1.3a" = License{.isOsiApproved = false, .url = "http://www.latex-project.org/lppl/lppl-1-3a.txt"}; - pub const @"LPPL-1.3c" = License{.isOsiApproved = true, .url = "http://www.latex-project.org/lppl/lppl-1-3c.txt"}; - pub const @"Latex2e" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Latex2e"}; - pub const @"Leptonica" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Leptonica"}; - pub const @"LiLiQ-P-1.1" = License{.isOsiApproved = true, .url = "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/"}; - pub const @"LiLiQ-R-1.1" = License{.isOsiApproved = true, .url = "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-liliq-r-v1-1/"}; - pub const @"LiLiQ-Rplus-1.1" = License{.isOsiApproved = true, .url = "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1/"}; - pub const @"Libpng" = License{.isOsiApproved = false, .url = "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"}; - pub const @"Linux-OpenIB" = License{.isOsiApproved = false, .url = "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h"}; - pub const @"MIT" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/MIT"}; - pub const @"MIT-0" = License{.isOsiApproved = true, .url = "https://github.com/aws/mit-0"}; - pub const @"MIT-CMU" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing:MIT?rd\u003dLicensing/MIT#CMU_Style"}; - pub const @"MIT-Modern-Variant" = License{.isOsiApproved = true, .url = "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants"}; - pub const @"MIT-advertising" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising"}; - pub const @"MIT-enna" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#enna"}; - pub const @"MIT-feh" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT#feh"}; - pub const @"MIT-open-group" = License{.isOsiApproved = false, .url = "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING"}; - pub const @"MITNFA" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MITNFA"}; - pub const @"MPL-1.0" = License{.isOsiApproved = true, .url = "http://www.mozilla.org/MPL/MPL-1.0.html"}; - pub const @"MPL-1.1" = License{.isOsiApproved = true, .url = "http://www.mozilla.org/MPL/MPL-1.1.html"}; - pub const @"MPL-2.0" = License{.isOsiApproved = true, .url = "http://www.mozilla.org/MPL/2.0/"}; - pub const @"MPL-2.0-no-copyleft-exception" = License{.isOsiApproved = true, .url = "http://www.mozilla.org/MPL/2.0/"}; - pub const @"MS-PL" = License{.isOsiApproved = true, .url = "http://www.microsoft.com/opensource/licenses.mspx"}; - pub const @"MS-RL" = License{.isOsiApproved = true, .url = "http://www.microsoft.com/opensource/licenses.mspx"}; - pub const @"MTLL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License"}; - pub const @"MakeIndex" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MakeIndex"}; - pub const @"MirOS" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/MirOS"}; - pub const @"Motosoto" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Motosoto"}; - pub const @"MulanPSL-1.0" = License{.isOsiApproved = false, .url = "https://license.coscl.org.cn/MulanPSL/"}; - pub const @"MulanPSL-2.0" = License{.isOsiApproved = true, .url = "https://license.coscl.org.cn/MulanPSL2/"}; - pub const @"Multics" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Multics"}; - pub const @"Mup" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Mup"}; - pub const @"NAIST-2003" = License{.isOsiApproved = false, .url = "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text"}; - pub const @"NASA-1.3" = License{.isOsiApproved = true, .url = "http://ti.arc.nasa.gov/opensource/nosa/"}; - pub const @"NBPL-1.0" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d37b4b3f6cc4bf34e1d3dec61e69914b9819d8894"}; - pub const @"NCGL-UK-2.0" = License{.isOsiApproved = false, .url = "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/"}; - pub const @"NCSA" = License{.isOsiApproved = true, .url = "http://otm.illinois.edu/uiuc_openSource"}; - pub const @"NGPL" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/NGPL"}; - pub const @"NIST-PD" = License{.isOsiApproved = false, .url = "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt"}; - pub const @"NIST-PD-fallback" = License{.isOsiApproved = false, .url = "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE"}; - pub const @"NLOD-1.0" = License{.isOsiApproved = false, .url = "http://data.norge.no/nlod/en/1.0"}; - pub const @"NLPL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/NLPL"}; - pub const @"NOSL" = License{.isOsiApproved = false, .url = "http://bits.netizen.com.au/licenses/NOSL/nosl.txt"}; - pub const @"NPL-1.0" = License{.isOsiApproved = false, .url = "http://www.mozilla.org/MPL/NPL/1.0/"}; - pub const @"NPL-1.1" = License{.isOsiApproved = false, .url = "http://www.mozilla.org/MPL/NPL/1.1/"}; - pub const @"NPOSL-3.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/NOSL3.0"}; - pub const @"NRL" = License{.isOsiApproved = false, .url = "http://web.mit.edu/network/isakmp/nrllicense.html"}; - pub const @"NTP" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/NTP"}; - pub const @"NTP-0" = License{.isOsiApproved = false, .url = "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c"}; - pub const @"Naumen" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Naumen"}; - pub const @"Net-SNMP" = License{.isOsiApproved = false, .url = "http://net-snmp.sourceforge.net/about/license.html"}; - pub const @"NetCDF" = License{.isOsiApproved = false, .url = "http://www.unidata.ucar.edu/software/netcdf/copyright.html"}; - pub const @"Newsletr" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Newsletr"}; - pub const @"Nokia" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/nokia"}; - pub const @"Noweb" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Noweb"}; - pub const @"Nunit" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Nunit"}; - pub const @"O-UDA-1.0" = License{.isOsiApproved = false, .url = "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md"}; - pub const @"OCCT-PL" = License{.isOsiApproved = false, .url = "http://www.opencascade.com/content/occt-public-license"}; - pub const @"OCLC-2.0" = License{.isOsiApproved = true, .url = "http://www.oclc.org/research/activities/software/license/v2final.htm"}; - pub const @"ODC-By-1.0" = License{.isOsiApproved = false, .url = "https://opendatacommons.org/licenses/by/1.0/"}; - pub const @"ODbL-1.0" = License{.isOsiApproved = false, .url = "http://www.opendatacommons.org/licenses/odbl/1.0/"}; - pub const @"OFL-1.0" = License{.isOsiApproved = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web"}; - pub const @"OFL-1.0-RFN" = License{.isOsiApproved = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web"}; - pub const @"OFL-1.0-no-RFN" = License{.isOsiApproved = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL10_web"}; - pub const @"OFL-1.1" = License{.isOsiApproved = true, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web"}; - pub const @"OFL-1.1-RFN" = License{.isOsiApproved = true, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web"}; - pub const @"OFL-1.1-no-RFN" = License{.isOsiApproved = true, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id\u003dOFL_web"}; - pub const @"OGC-1.0" = License{.isOsiApproved = false, .url = "https://www.ogc.org/ogc/software/1.0"}; - pub const @"OGDL-Taiwan-1.0" = License{.isOsiApproved = false, .url = "https://data.gov.tw/license"}; - pub const @"OGL-Canada-2.0" = License{.isOsiApproved = false, .url = "https://open.canada.ca/en/open-government-licence-canada"}; - pub const @"OGL-UK-1.0" = License{.isOsiApproved = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"}; - pub const @"OGL-UK-2.0" = License{.isOsiApproved = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"}; - pub const @"OGL-UK-3.0" = License{.isOsiApproved = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"}; - pub const @"OGTSL" = License{.isOsiApproved = true, .url = "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt"}; - pub const @"OLDAP-1.1" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d806557a5ad59804ef3a44d5abfbe91d706b0791f"}; - pub const @"OLDAP-1.2" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d42b0383c50c299977b5893ee695cf4e486fb0dc7"}; - pub const @"OLDAP-1.3" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003de5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1"}; - pub const @"OLDAP-1.4" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dc9f95c2f3f2ffb5e0ae55fe7388af75547660941"}; - pub const @"OLDAP-2.0" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcbf50f4e1185a21abd4c0a54d3f4341fe28f36ea"}; - pub const @"OLDAP-2.0.1" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db6d68acd14e51ca3aab4428bf26522aa74873f0e"}; - pub const @"OLDAP-2.1" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003db0d176738e96a0d3b9f85cb51e140a86f21be715"}; - pub const @"OLDAP-2.2" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d470b0c18ec67621c85881b2733057fecf4a1acc3"}; - pub const @"OLDAP-2.2.1" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d4bc786f34b50aa301be6f5600f58a980070f481e"}; - pub const @"OLDAP-2.2.2" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003ddf2cc1e21eb7c160695f5b7cffd6296c151ba188"}; - pub const @"OLDAP-2.3" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dd32cf54a32d581ab475d23c810b0a7fbaf8d63c3"}; - pub const @"OLDAP-2.4" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003dcd1284c4a91a8a380d904eee68d1583f989ed386"}; - pub const @"OLDAP-2.5" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d6852b9d90022e8593c98205413380536b1b5a7cf"}; - pub const @"OLDAP-2.6" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d1cae062821881f41b73012ba816434897abf4205"}; - pub const @"OLDAP-2.7" = License{.isOsiApproved = false, .url = "http://www.openldap.org/devel/gitweb.cgi?p\u003dopenldap.git;a\u003dblob;f\u003dLICENSE;hb\u003d47c2415c1df81556eeb39be6cad458ef87c534a2"}; - pub const @"OLDAP-2.8" = License{.isOsiApproved = true, .url = "http://www.openldap.org/software/release/license.html"}; - pub const @"OML" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Open_Market_License"}; - pub const @"OPL-1.0" = License{.isOsiApproved = false, .url = "http://old.koalateam.com/jackaroo/OPL_1_0.TXT"}; - pub const @"OPUBL-1.0" = License{.isOsiApproved = false, .url = "http://opencontent.org/openpub/"}; - pub const @"OSET-PL-2.1" = License{.isOsiApproved = true, .url = "http://www.osetfoundation.org/public-license"}; - pub const @"OSL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/OSL-1.0"}; - pub const @"OSL-1.1" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/OSL1.1"}; - pub const @"OSL-2.0" = License{.isOsiApproved = true, .url = "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html"}; - pub const @"OSL-2.1" = License{.isOsiApproved = true, .url = "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm"}; - pub const @"OSL-3.0" = License{.isOsiApproved = true, .url = "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm"}; - pub const @"OpenSSL" = License{.isOsiApproved = false, .url = "http://www.openssl.org/source/license.html"}; - pub const @"PDDL-1.0" = License{.isOsiApproved = false, .url = "http://opendatacommons.org/licenses/pddl/1.0/"}; - pub const @"PHP-3.0" = License{.isOsiApproved = true, .url = "http://www.php.net/license/3_0.txt"}; - pub const @"PHP-3.01" = License{.isOsiApproved = true, .url = "http://www.php.net/license/3_01.txt"}; - pub const @"PSF-2.0" = License{.isOsiApproved = false, .url = "https://opensource.org/licenses/Python-2.0"}; - pub const @"Parity-6.0.0" = License{.isOsiApproved = false, .url = "https://paritylicense.com/versions/6.0.0.html"}; - pub const @"Parity-7.0.0" = License{.isOsiApproved = false, .url = "https://paritylicense.com/versions/7.0.0.html"}; - pub const @"Plexus" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License"}; - pub const @"PolyForm-Noncommercial-1.0.0" = License{.isOsiApproved = false, .url = "https://polyformproject.org/licenses/noncommercial/1.0.0"}; - pub const @"PolyForm-Small-Business-1.0.0" = License{.isOsiApproved = false, .url = "https://polyformproject.org/licenses/small-business/1.0.0"}; - pub const @"PostgreSQL" = License{.isOsiApproved = true, .url = "http://www.postgresql.org/about/licence"}; - pub const @"Python-2.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Python-2.0"}; - pub const @"QPL-1.0" = License{.isOsiApproved = true, .url = "http://doc.qt.nokia.com/3.3/license.html"}; - pub const @"Qhull" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Qhull"}; - pub const @"RHeCos-1.1" = License{.isOsiApproved = false, .url = "http://ecos.sourceware.org/old-license.html"}; - pub const @"RPL-1.1" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/RPL-1.1"}; - pub const @"RPL-1.5" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/RPL-1.5"}; - pub const @"RPSL-1.0" = License{.isOsiApproved = true, .url = "https://helixcommunity.org/content/rpsl"}; - pub const @"RSA-MD" = License{.isOsiApproved = false, .url = "http://www.faqs.org/rfcs/rfc1321.html"}; - pub const @"RSCPL" = License{.isOsiApproved = true, .url = "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml"}; - pub const @"Rdisc" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Rdisc_License"}; - pub const @"Ruby" = License{.isOsiApproved = false, .url = "http://www.ruby-lang.org/en/LICENSE.txt"}; - pub const @"SAX-PD" = License{.isOsiApproved = false, .url = "http://www.saxproject.org/copying.html"}; - pub const @"SCEA" = License{.isOsiApproved = false, .url = "http://research.scea.com/scea_shared_source_license.html"}; - pub const @"SGI-B-1.0" = License{.isOsiApproved = false, .url = "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html"}; - pub const @"SGI-B-1.1" = License{.isOsiApproved = false, .url = "http://oss.sgi.com/projects/FreeB/"}; - pub const @"SGI-B-2.0" = License{.isOsiApproved = false, .url = "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf"}; - pub const @"SHL-0.5" = License{.isOsiApproved = false, .url = "https://solderpad.org/licenses/SHL-0.5/"}; - pub const @"SHL-0.51" = License{.isOsiApproved = false, .url = "https://solderpad.org/licenses/SHL-0.51/"}; - pub const @"SISSL" = License{.isOsiApproved = true, .url = "http://www.openoffice.org/licenses/sissl_license.html"}; - pub const @"SISSL-1.2" = License{.isOsiApproved = false, .url = "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html"}; - pub const @"SMLNJ" = License{.isOsiApproved = false, .url = "https://www.smlnj.org/license.html"}; - pub const @"SMPPL" = License{.isOsiApproved = false, .url = "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt"}; - pub const @"SNIA" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License"}; - pub const @"SPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/SPL-1.0"}; - pub const @"SSH-OpenSSH" = License{.isOsiApproved = false, .url = "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10"}; - pub const @"SSH-short" = License{.isOsiApproved = false, .url = "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h"}; - pub const @"SSPL-1.0" = License{.isOsiApproved = false, .url = "https://www.mongodb.com/licensing/server-side-public-license"}; - pub const @"SWL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/SWL"}; - pub const @"Saxpath" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Saxpath_License"}; - pub const @"Sendmail" = License{.isOsiApproved = false, .url = "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf"}; - pub const @"Sendmail-8.23" = License{.isOsiApproved = false, .url = "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf"}; - pub const @"SimPL-2.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/SimPL-2.0"}; - pub const @"Sleepycat" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Sleepycat"}; - pub const @"Spencer-86" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"}; - pub const @"Spencer-94" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"}; - pub const @"Spencer-99" = License{.isOsiApproved = false, .url = "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c"}; - pub const @"StandardML-NJ" = License{.isOsiApproved = false, .url = "http://www.smlnj.org//license.html"}; - pub const @"SugarCRM-1.1.3" = License{.isOsiApproved = false, .url = "http://www.sugarcrm.com/crm/SPL"}; - pub const @"TAPR-OHL-1.0" = License{.isOsiApproved = false, .url = "https://www.tapr.org/OHL"}; - pub const @"TCL" = License{.isOsiApproved = false, .url = "http://www.tcl.tk/software/tcltk/license.html"}; - pub const @"TCP-wrappers" = License{.isOsiApproved = false, .url = "http://rc.quest.com/topics/openssh/license.php#tcpwrappers"}; - pub const @"TMate" = License{.isOsiApproved = false, .url = "http://svnkit.com/license.html"}; - pub const @"TORQUE-1.1" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1"}; - pub const @"TOSL" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/TOSL"}; - pub const @"TU-Berlin-1.0" = License{.isOsiApproved = false, .url = "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT"}; - pub const @"TU-Berlin-2.0" = License{.isOsiApproved = false, .url = "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt"}; - pub const @"UCL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/UCL-1.0"}; - pub const @"UPL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/UPL"}; - pub const @"Unicode-DFS-2015" = License{.isOsiApproved = false, .url = "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html"}; - pub const @"Unicode-DFS-2016" = License{.isOsiApproved = true, .url = "http://www.unicode.org/copyright.html"}; - pub const @"Unicode-TOU" = License{.isOsiApproved = false, .url = "http://www.unicode.org/copyright.html"}; - pub const @"Unlicense" = License{.isOsiApproved = true, .url = "https://unlicense.org/"}; - pub const @"VOSTROM" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/VOSTROM"}; - pub const @"VSL-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/VSL-1.0"}; - pub const @"Vim" = License{.isOsiApproved = false, .url = "http://vimdoc.sourceforge.net/htmldoc/uganda.html"}; - pub const @"W3C" = License{.isOsiApproved = true, .url = "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html"}; - pub const @"W3C-19980720" = License{.isOsiApproved = false, .url = "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html"}; - pub const @"W3C-20150513" = License{.isOsiApproved = false, .url = "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"}; - pub const @"WTFPL" = License{.isOsiApproved = false, .url = "http://www.wtfpl.net/about/"}; - pub const @"Watcom-1.0" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Watcom-1.0"}; - pub const @"Wsuipa" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Wsuipa"}; - pub const @"X11" = License{.isOsiApproved = false, .url = "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3"}; - pub const @"XFree86-1.1" = License{.isOsiApproved = false, .url = "http://www.xfree86.org/current/LICENSE4.html"}; - pub const @"XSkat" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/XSkat_License"}; - pub const @"Xerox" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Xerox"}; - pub const @"Xnet" = License{.isOsiApproved = true, .url = "https://opensource.org/licenses/Xnet"}; - pub const @"YPL-1.0" = License{.isOsiApproved = false, .url = "http://www.zimbra.com/license/yahoo_public_license_1.0.html"}; - pub const @"YPL-1.1" = License{.isOsiApproved = false, .url = "http://www.zimbra.com/license/yahoo_public_license_1.1.html"}; - pub const @"ZPL-1.1" = License{.isOsiApproved = false, .url = "http://old.zope.org/Resources/License/ZPL-1.1"}; - pub const @"ZPL-2.0" = License{.isOsiApproved = true, .url = "http://old.zope.org/Resources/License/ZPL-2.0"}; - pub const @"ZPL-2.1" = License{.isOsiApproved = true, .url = "http://old.zope.org/Resources/ZPL/"}; - pub const @"Zed" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Zed"}; - pub const @"Zend-2.0" = License{.isOsiApproved = false, .url = "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt"}; - pub const @"Zimbra-1.3" = License{.isOsiApproved = false, .url = "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html"}; - pub const @"Zimbra-1.4" = License{.isOsiApproved = false, .url = "http://www.zimbra.com/legal/zimbra-public-license-1-4"}; - pub const @"Zlib" = License{.isOsiApproved = true, .url = "http://www.zlib.net/zlib_license.html"}; - pub const @"blessing" = License{.isOsiApproved = false, .url = "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln\u003d4-9"}; - pub const @"bzip2-1.0.5" = License{.isOsiApproved = false, .url = "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html"}; - pub const @"bzip2-1.0.6" = License{.isOsiApproved = false, .url = "https://sourceware.org/git/?p\u003dbzip2.git;a\u003dblob;f\u003dLICENSE;hb\u003dbzip2-1.0.6"}; - pub const @"copyleft-next-0.3.0" = License{.isOsiApproved = false, .url = "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0"}; - pub const @"copyleft-next-0.3.1" = License{.isOsiApproved = false, .url = "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1"}; - pub const @"curl" = License{.isOsiApproved = false, .url = "https://github.com/bagder/curl/blob/master/COPYING"}; - pub const @"diffmark" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/diffmark"}; - pub const @"dvipdfm" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/dvipdfm"}; - pub const @"eCos-2.0" = License{.isOsiApproved = false, .url = "https://www.gnu.org/licenses/ecos-license.html"}; - pub const @"eGenix" = License{.isOsiApproved = false, .url = "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf"}; - pub const @"etalab-2.0" = License{.isOsiApproved = false, .url = "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf"}; - pub const @"gSOAP-1.3b" = License{.isOsiApproved = false, .url = "http://www.cs.fsu.edu/~engelen/license.html"}; - pub const @"gnuplot" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Gnuplot"}; - pub const @"iMatix" = License{.isOsiApproved = false, .url = "http://legacy.imatix.com/html/sfl/sfl4.htm#license"}; - pub const @"libpng-2.0" = License{.isOsiApproved = false, .url = "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt"}; - pub const @"libselinux-1.0" = License{.isOsiApproved = false, .url = "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE"}; - pub const @"libtiff" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/libtiff"}; - pub const @"mpich2" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/MIT"}; - pub const @"psfrag" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/psfrag"}; - pub const @"psutils" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/psutils"}; - pub const @"wxWindows" = License{.isOsiApproved = false, .url = "https://opensource.org/licenses/WXwindows"}; - pub const @"xinetd" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/Xinetd_License"}; - pub const @"xpp" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/xpp"}; - pub const @"zlib-acknowledgement" = License{.isOsiApproved = false, .url = "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement"}; + 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{