pub const IS_FSF_LIBRE: u8 = 0x1;
pub const IS_OSI_APPROVED: u8 = 0x2;
pub const IS_DEPRECATED: u8 = 0x4;
pub const IS_COPYLEFT: u8 = 0x8;
pub const IS_GNU: u8 = 0x10;
pub const VERSION: &str = "3.25.0";
pub const LICENSES: &[(&str, &str, u8)] = &[
("0BSD", r#"BSD Zero Clause License"#, IS_OSI_APPROVED),
("3D-Slicer-1.0", r#"3D Slicer License v1.0"#, 0x0),
("AAL", r#"Attribution Assurance License"#, IS_OSI_APPROVED),
("ADSL", r#"Amazon Digital Services License"#, 0x0),
(
"AFL-1.1",
r#"Academic Free License v1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"AFL-1.2",
r#"Academic Free License v1.2"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"AFL-2.0",
r#"Academic Free License v2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"AFL-2.1",
r#"Academic Free License v2.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"AFL-3.0",
r#"Academic Free License v3.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"AGPL-1.0",
r#"Affero General Public License v1.0"#,
IS_DEPRECATED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"AGPL-1.0-only",
r#"Affero General Public License v1.0 only"#,
IS_COPYLEFT | IS_GNU,
),
(
"AGPL-1.0-or-later",
r#"Affero General Public License v1.0 or later"#,
IS_COPYLEFT | IS_GNU,
),
(
"AGPL-3.0",
r#"GNU Affero General Public License v3.0"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"AGPL-3.0-only",
r#"GNU Affero General Public License v3.0 only"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"AGPL-3.0-or-later",
r#"GNU Affero General Public License v3.0 or later"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
("AMD-newlib", r#"AMD newlib License"#, 0x0),
("AMDPLPA", r#"AMD's plpa_map.c License"#, 0x0),
("AML", r#"Apple MIT License"#, 0x0),
("AML-glslang", r#"AML glslang variant License"#, 0x0),
(
"AMPAS",
r#"Academy of Motion Picture Arts and Sciences BSD"#,
0x0,
),
("ANTLR-PD", r#"ANTLR Software Rights Notice"#, 0x0),
(
"ANTLR-PD-fallback",
r#"ANTLR Software Rights Notice with license fallback"#,
0x0,
),
("APAFML", r#"Adobe Postscript AFM License"#, 0x0),
("APL-1.0", r#"Adaptive Public License 1.0"#, IS_OSI_APPROVED),
(
"APSL-1.0",
r#"Apple Public Source License 1.0"#,
IS_OSI_APPROVED,
),
(
"APSL-1.1",
r#"Apple Public Source License 1.1"#,
IS_OSI_APPROVED,
),
(
"APSL-1.2",
r#"Apple Public Source License 1.2"#,
IS_OSI_APPROVED,
),
(
"APSL-2.0",
r#"Apple Public Source License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"ASWF-Digital-Assets-1.0",
r#"ASWF Digital Assets License version 1.0"#,
0x0,
),
(
"ASWF-Digital-Assets-1.1",
r#"ASWF Digital Assets License 1.1"#,
0x0,
),
("Abstyles", r#"Abstyles License"#, 0x0),
("AdaCore-doc", r#"AdaCore Doc License"#, 0x0),
(
"Adobe-2006",
r#"Adobe Systems Incorporated Source Code License Agreement"#,
0x0,
),
(
"Adobe-Display-PostScript",
r#"Adobe Display PostScript License"#,
0x0,
),
("Adobe-Glyph", r#"Adobe Glyph List License"#, 0x0),
("Adobe-Utopia", r#"Adobe Utopia Font License"#, 0x0),
("Afmparse", r#"Afmparse License"#, 0x0),
("Aladdin", r#"Aladdin Free Public License"#, 0x0),
("Apache-1.0", r#"Apache License 1.0"#, IS_FSF_LIBRE),
(
"Apache-1.1",
r#"Apache License 1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"Apache-2.0",
r#"Apache License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("App-s2p", r#"App::s2p License"#, 0x0),
("Arphic-1999", r#"Arphic Public License"#, 0x0),
("Artistic-1.0", r#"Artistic License 1.0"#, IS_OSI_APPROVED),
(
"Artistic-1.0-Perl",
r#"Artistic License 1.0 (Perl)"#,
IS_OSI_APPROVED,
),
(
"Artistic-1.0-cl8",
r#"Artistic License 1.0 w/clause 8"#,
IS_OSI_APPROVED,
),
(
"Artistic-2.0",
r#"Artistic License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("BSD-1-Clause", r#"BSD 1-Clause License"#, IS_OSI_APPROVED),
(
"BSD-2-Clause",
r#"BSD 2-Clause "Simplified" License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"BSD-2-Clause-Darwin",
r#"BSD 2-Clause - Ian Darwin variant"#,
0x0,
),
(
"BSD-2-Clause-FreeBSD",
r#"BSD 2-Clause FreeBSD License"#,
IS_DEPRECATED | IS_FSF_LIBRE,
),
(
"BSD-2-Clause-NetBSD",
r#"BSD 2-Clause NetBSD License"#,
IS_DEPRECATED | IS_FSF_LIBRE,
),
(
"BSD-2-Clause-Patent",
r#"BSD-2-Clause Plus Patent License"#,
IS_OSI_APPROVED,
),
(
"BSD-2-Clause-Views",
r#"BSD 2-Clause with views sentence"#,
0x0,
),
(
"BSD-2-Clause-first-lines",
r#"BSD 2-Clause - first lines requirement"#,
0x0,
),
(
"BSD-3-Clause",
r#"BSD 3-Clause "New" or "Revised" License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("BSD-3-Clause-Attribution", r#"BSD with attribution"#, 0x0),
(
"BSD-3-Clause-Clear",
r#"BSD 3-Clause Clear License"#,
IS_FSF_LIBRE,
),
(
"BSD-3-Clause-HP",
r#"Hewlett-Packard BSD variant license"#,
0x0,
),
(
"BSD-3-Clause-LBNL",
r#"Lawrence Berkeley National Labs BSD variant license"#,
IS_OSI_APPROVED,
),
(
"BSD-3-Clause-Modification",
r#"BSD 3-Clause Modification"#,
0x0,
),
(
"BSD-3-Clause-No-Military-License",
r#"BSD 3-Clause No Military License"#,
0x0,
),
(
"BSD-3-Clause-No-Nuclear-License",
r#"BSD 3-Clause No Nuclear License"#,
0x0,
),
(
"BSD-3-Clause-No-Nuclear-License-2014",
r#"BSD 3-Clause No Nuclear License 2014"#,
0x0,
),
(
"BSD-3-Clause-No-Nuclear-Warranty",
r#"BSD 3-Clause No Nuclear Warranty"#,
0x0,
),
(
"BSD-3-Clause-Open-MPI",
r#"BSD 3-Clause Open MPI variant"#,
0x0,
),
("BSD-3-Clause-Sun", r#"BSD 3-Clause Sun Microsystems"#, 0x0),
("BSD-3-Clause-acpica", r#"BSD 3-Clause acpica variant"#, 0x0),
("BSD-3-Clause-flex", r#"BSD 3-Clause Flex variant"#, 0x0),
(
"BSD-4-Clause",
r#"BSD 4-Clause "Original" or "Old" License"#,
IS_FSF_LIBRE,
),
("BSD-4-Clause-Shortened", r#"BSD 4 Clause Shortened"#, 0x0),
(
"BSD-4-Clause-UC",
r#"BSD-4-Clause (University of California-Specific)"#,
0x0,
),
("BSD-4.3RENO", r#"BSD 4.3 RENO License"#, 0x0),
("BSD-4.3TAHOE", r#"BSD 4.3 TAHOE License"#, 0x0),
(
"BSD-Advertising-Acknowledgement",
r#"BSD Advertising Acknowledgement License"#,
0x0,
),
(
"BSD-Attribution-HPND-disclaimer",
r#"BSD with Attribution and HPND disclaimer"#,
0x0,
),
("BSD-Inferno-Nettverk", r#"BSD-Inferno-Nettverk"#, 0x0),
("BSD-Protection", r#"BSD Protection License"#, IS_COPYLEFT),
("BSD-Source-Code", r#"BSD Source Code Attribution"#, 0x0),
(
"BSD-Source-beginning-file",
r#"BSD Source Code Attribution - beginning of file variant"#,
0x0,
),
("BSD-Systemics", r#"Systemics BSD variant license"#, 0x0),
(
"BSD-Systemics-W3Works",
r#"Systemics W3Works BSD variant license"#,
0x0,
),
(
"BSL-1.0",
r#"Boost Software License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("BUSL-1.1", r#"Business Source License 1.1"#, 0x0),
("Baekmuk", r#"Baekmuk License"#, 0x0),
("Bahyph", r#"Bahyph License"#, 0x0),
("Barr", r#"Barr License"#, 0x0),
("Beerware", r#"Beerware License"#, 0x0),
(
"BitTorrent-1.0",
r#"BitTorrent Open Source License v1.0"#,
0x0,
),
(
"BitTorrent-1.1",
r#"BitTorrent Open Source License v1.1"#,
IS_FSF_LIBRE,
),
(
"Bitstream-Charter",
r#"Bitstream Charter Font License"#,
0x0,
),
("Bitstream-Vera", r#"Bitstream Vera Font License"#, 0x0),
(
"BlueOak-1.0.0",
r#"Blue Oak Model License 1.0.0"#,
IS_OSI_APPROVED,
),
("Boehm-GC", r#"Boehm-Demers-Weiser GC License"#, 0x0),
("Borceux", r#"Borceux license"#, 0x0),
(
"Brian-Gladman-2-Clause",
r#"Brian Gladman 2-Clause License"#,
0x0,
),
(
"Brian-Gladman-3-Clause",
r#"Brian Gladman 3-Clause License"#,
0x0,
),
(
"C-UDA-1.0",
r#"Computational Use of Data Agreement v1.0"#,
0x0,
),
(
"CAL-1.0",
r#"Cryptographic Autonomy License 1.0"#,
IS_OSI_APPROVED,
),
(
"CAL-1.0-Combined-Work-Exception",
r#"Cryptographic Autonomy License 1.0 (Combined Work Exception)"#,
IS_OSI_APPROVED,
),
(
"CATOSL-1.1",
r#"Computer Associates Trusted Open Source License 1.1"#,
IS_OSI_APPROVED,
),
(
"CC-BY-1.0",
r#"Creative Commons Attribution 1.0 Generic"#,
0x0,
),
(
"CC-BY-2.0",
r#"Creative Commons Attribution 2.0 Generic"#,
0x0,
),
(
"CC-BY-2.5",
r#"Creative Commons Attribution 2.5 Generic"#,
0x0,
),
(
"CC-BY-2.5-AU",
r#"Creative Commons Attribution 2.5 Australia"#,
0x0,
),
(
"CC-BY-3.0",
r#"Creative Commons Attribution 3.0 Unported"#,
0x0,
),
(
"CC-BY-3.0-AT",
r#"Creative Commons Attribution 3.0 Austria"#,
0x0,
),
(
"CC-BY-3.0-AU",
r#"Creative Commons Attribution 3.0 Australia"#,
0x0,
),
(
"CC-BY-3.0-DE",
r#"Creative Commons Attribution 3.0 Germany"#,
0x0,
),
(
"CC-BY-3.0-IGO",
r#"Creative Commons Attribution 3.0 IGO"#,
0x0,
),
(
"CC-BY-3.0-NL",
r#"Creative Commons Attribution 3.0 Netherlands"#,
0x0,
),
(
"CC-BY-3.0-US",
r#"Creative Commons Attribution 3.0 United States"#,
0x0,
),
(
"CC-BY-4.0",
r#"Creative Commons Attribution 4.0 International"#,
IS_FSF_LIBRE,
),
(
"CC-BY-NC-1.0",
r#"Creative Commons Attribution Non Commercial 1.0 Generic"#,
0x0,
),
(
"CC-BY-NC-2.0",
r#"Creative Commons Attribution Non Commercial 2.0 Generic"#,
0x0,
),
(
"CC-BY-NC-2.5",
r#"Creative Commons Attribution Non Commercial 2.5 Generic"#,
0x0,
),
(
"CC-BY-NC-3.0",
r#"Creative Commons Attribution Non Commercial 3.0 Unported"#,
0x0,
),
(
"CC-BY-NC-3.0-DE",
r#"Creative Commons Attribution Non Commercial 3.0 Germany"#,
0x0,
),
(
"CC-BY-NC-4.0",
r#"Creative Commons Attribution Non Commercial 4.0 International"#,
0x0,
),
(
"CC-BY-NC-ND-1.0",
r#"Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic"#,
0x0,
),
(
"CC-BY-NC-ND-2.0",
r#"Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic"#,
0x0,
),
(
"CC-BY-NC-ND-2.5",
r#"Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic"#,
0x0,
),
(
"CC-BY-NC-ND-3.0",
r#"Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported"#,
0x0,
),
(
"CC-BY-NC-ND-3.0-DE",
r#"Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany"#,
0x0,
),
(
"CC-BY-NC-ND-3.0-IGO",
r#"Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO"#,
0x0,
),
(
"CC-BY-NC-ND-4.0",
r#"Creative Commons Attribution Non Commercial No Derivatives 4.0 International"#,
0x0,
),
(
"CC-BY-NC-SA-1.0",
r#"Creative Commons Attribution Non Commercial Share Alike 1.0 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-2.0",
r#"Creative Commons Attribution Non Commercial Share Alike 2.0 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-2.0-DE",
r#"Creative Commons Attribution Non Commercial Share Alike 2.0 Germany"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-2.0-FR",
r#"Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-2.0-UK",
r#"Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-2.5",
r#"Creative Commons Attribution Non Commercial Share Alike 2.5 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-3.0",
r#"Creative Commons Attribution Non Commercial Share Alike 3.0 Unported"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-3.0-DE",
r#"Creative Commons Attribution Non Commercial Share Alike 3.0 Germany"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-3.0-IGO",
r#"Creative Commons Attribution Non Commercial Share Alike 3.0 IGO"#,
IS_COPYLEFT,
),
(
"CC-BY-NC-SA-4.0",
r#"Creative Commons Attribution Non Commercial Share Alike 4.0 International"#,
IS_COPYLEFT,
),
(
"CC-BY-ND-1.0",
r#"Creative Commons Attribution No Derivatives 1.0 Generic"#,
0x0,
),
(
"CC-BY-ND-2.0",
r#"Creative Commons Attribution No Derivatives 2.0 Generic"#,
0x0,
),
(
"CC-BY-ND-2.5",
r#"Creative Commons Attribution No Derivatives 2.5 Generic"#,
0x0,
),
(
"CC-BY-ND-3.0",
r#"Creative Commons Attribution No Derivatives 3.0 Unported"#,
0x0,
),
(
"CC-BY-ND-3.0-DE",
r#"Creative Commons Attribution No Derivatives 3.0 Germany"#,
0x0,
),
(
"CC-BY-ND-4.0",
r#"Creative Commons Attribution No Derivatives 4.0 International"#,
0x0,
),
(
"CC-BY-SA-1.0",
r#"Creative Commons Attribution Share Alike 1.0 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-2.0",
r#"Creative Commons Attribution Share Alike 2.0 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-2.0-UK",
r#"Creative Commons Attribution Share Alike 2.0 England and Wales"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-2.1-JP",
r#"Creative Commons Attribution Share Alike 2.1 Japan"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-2.5",
r#"Creative Commons Attribution Share Alike 2.5 Generic"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-3.0",
r#"Creative Commons Attribution Share Alike 3.0 Unported"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-3.0-AT",
r#"Creative Commons Attribution Share Alike 3.0 Austria"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-3.0-DE",
r#"Creative Commons Attribution Share Alike 3.0 Germany"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-3.0-IGO",
r#"Creative Commons Attribution-ShareAlike 3.0 IGO"#,
IS_COPYLEFT,
),
(
"CC-BY-SA-4.0",
r#"Creative Commons Attribution Share Alike 4.0 International"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"CC-PDDC",
r#"Creative Commons Public Domain Dedication and Certification"#,
0x0,
),
(
"CC0-1.0",
r#"Creative Commons Zero v1.0 Universal"#,
IS_FSF_LIBRE,
),
(
"CDDL-1.0",
r#"Common Development and Distribution License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"CDDL-1.1",
r#"Common Development and Distribution License 1.1"#,
IS_COPYLEFT,
),
("CDL-1.0", r#"Common Documentation License 1.0"#, 0x0),
(
"CDLA-Permissive-1.0",
r#"Community Data License Agreement Permissive 1.0"#,
0x0,
),
(
"CDLA-Permissive-2.0",
r#"Community Data License Agreement Permissive 2.0"#,
0x0,
),
(
"CDLA-Sharing-1.0",
r#"Community Data License Agreement Sharing 1.0"#,
0x0,
),
(
"CECILL-1.0",
r#"CeCILL Free Software License Agreement v1.0"#,
IS_COPYLEFT,
),
(
"CECILL-1.1",
r#"CeCILL Free Software License Agreement v1.1"#,
IS_COPYLEFT,
),
(
"CECILL-2.0",
r#"CeCILL Free Software License Agreement v2.0"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"CECILL-2.1",
r#"CeCILL Free Software License Agreement v2.1"#,
IS_OSI_APPROVED | IS_COPYLEFT,
),
(
"CECILL-B",
r#"CeCILL-B Free Software License Agreement"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"CECILL-C",
r#"CeCILL-C Free Software License Agreement"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
("CERN-OHL-1.1", r#"CERN Open Hardware Licence v1.1"#, 0x0),
("CERN-OHL-1.2", r#"CERN Open Hardware Licence v1.2"#, 0x0),
(
"CERN-OHL-P-2.0",
r#"CERN Open Hardware Licence Version 2 - Permissive"#,
IS_OSI_APPROVED,
),
(
"CERN-OHL-S-2.0",
r#"CERN Open Hardware Licence Version 2 - Strongly Reciprocal"#,
IS_OSI_APPROVED,
),
(
"CERN-OHL-W-2.0",
r#"CERN Open Hardware Licence Version 2 - Weakly Reciprocal"#,
IS_OSI_APPROVED,
),
("CFITSIO", r#"CFITSIO License"#, 0x0),
("CMU-Mach", r#"CMU Mach License"#, 0x0),
(
"CMU-Mach-nodoc",
r#"CMU Mach - no notices-in-documentation variant"#,
0x0,
),
("CNRI-Jython", r#"CNRI Jython License"#, 0x0),
("CNRI-Python", r#"CNRI Python License"#, IS_OSI_APPROVED),
(
"CNRI-Python-GPL-Compatible",
r#"CNRI Python Open Source GPL Compatible License Agreement"#,
0x0,
),
("COIL-1.0", r#"Copyfree Open Innovation License"#, 0x0),
(
"CPAL-1.0",
r#"Common Public Attribution License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"CPL-1.0",
r#"Common Public License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
("CPOL-1.02", r#"Code Project Open License 1.02"#, 0x0),
(
"CUA-OPL-1.0",
r#"CUA Office Public License v1.0"#,
IS_OSI_APPROVED,
),
("Caldera", r#"Caldera License"#, 0x0),
(
"Caldera-no-preamble",
r#"Caldera License (without preamble)"#,
0x0,
),
("Catharon", r#"Catharon License"#, 0x0),
("ClArtistic", r#"Clarified Artistic License"#, IS_FSF_LIBRE),
("Clips", r#"Clips License"#, 0x0),
(
"Community-Spec-1.0",
r#"Community Specification License 1.0"#,
0x0,
),
("Condor-1.1", r#"Condor Public License v1.1"#, IS_FSF_LIBRE),
(
"Cornell-Lossless-JPEG",
r#"Cornell Lossless JPEG License"#,
0x0,
),
("Cronyx", r#"Cronyx License"#, 0x0),
("Crossword", r#"Crossword License"#, 0x0),
("CrystalStacker", r#"CrystalStacker License"#, 0x0),
("Cube", r#"Cube License"#, 0x0),
("D-FSL-1.0", r#"Deutsche Freie Software Lizenz"#, 0x0),
("DEC-3-Clause", r#"DEC 3-Clause License"#, 0x0),
(
"DL-DE-BY-2.0",
r#"Data licence Germany – attribution – version 2.0"#,
0x0,
),
(
"DL-DE-ZERO-2.0",
r#"Data licence Germany – zero – version 2.0"#,
0x0,
),
("DOC", r#"DOC License"#, 0x0),
("DRL-1.0", r#"Detection Rule License 1.0"#, 0x0),
("DRL-1.1", r#"Detection Rule License 1.1"#, 0x0),
("DSDP", r#"DSDP License"#, 0x0),
("DocBook-Schema", r#"DocBook Schema License"#, 0x0),
("DocBook-XML", r#"DocBook XML License"#, 0x0),
("Dotseqn", r#"Dotseqn License"#, 0x0),
(
"ECL-1.0",
r#"Educational Community License v1.0"#,
IS_OSI_APPROVED,
),
(
"ECL-2.0",
r#"Educational Community License v2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("EFL-1.0", r#"Eiffel Forum License v1.0"#, IS_OSI_APPROVED),
(
"EFL-2.0",
r#"Eiffel Forum License v2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("EPICS", r#"EPICS Open License"#, 0x0),
(
"EPL-1.0",
r#"Eclipse Public License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"EPL-2.0",
r#"Eclipse Public License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"EUDatagrid",
r#"EU DataGrid Software License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"EUPL-1.0",
r#"European Union Public License 1.0"#,
IS_COPYLEFT,
),
(
"EUPL-1.1",
r#"European Union Public License 1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"EUPL-1.2",
r#"European Union Public License 1.2"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
("Elastic-2.0", r#"Elastic License 2.0"#, 0x0),
("Entessa", r#"Entessa Public License v1.0"#, IS_OSI_APPROVED),
("ErlPL-1.1", r#"Erlang Public License v1.1"#, 0x0),
("Eurosym", r#"Eurosym License"#, 0x0),
("FBM", r#"Fuzzy Bitmap License"#, 0x0),
("FDK-AAC", r#"Fraunhofer FDK AAC Codec Library"#, 0x0),
("FSFAP", r#"FSF All Permissive License"#, IS_FSF_LIBRE),
(
"FSFAP-no-warranty-disclaimer",
r#"FSF All Permissive License (without Warranty)"#,
0x0,
),
("FSFUL", r#"FSF Unlimited License"#, 0x0),
(
"FSFULLR",
r#"FSF Unlimited License (with License Retention)"#,
0x0,
),
(
"FSFULLRWD",
r#"FSF Unlimited License (With License Retention and Warranty Disclaimer)"#,
0x0,
),
("FTL", r#"Freetype Project License"#, IS_FSF_LIBRE),
("Fair", r#"Fair License"#, IS_OSI_APPROVED),
("Ferguson-Twofish", r#"Ferguson Twofish License"#, 0x0),
(
"Frameworx-1.0",
r#"Frameworx Open License 1.0"#,
IS_OSI_APPROVED,
),
("FreeBSD-DOC", r#"FreeBSD Documentation License"#, 0x0),
("FreeImage", r#"FreeImage Public License v1.0"#, 0x0),
("Furuseth", r#"Furuseth License"#, 0x0),
("GCR-docs", r#"Gnome GCR Documentation License"#, 0x0),
("GD", r#"GD License"#, 0x0),
(
"GFDL-1.1",
r#"GNU Free Documentation License v1.1"#,
IS_DEPRECATED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-invariants",
r#"GNU Free Documentation License v1.1 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-invariants-only",
r#"GNU Free Documentation License v1.1 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-invariants-or-later",
r#"GNU Free Documentation License v1.1 or later - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-no-invariants",
r#"GNU Free Documentation License v1.1 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-no-invariants-only",
r#"GNU Free Documentation License v1.1 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-no-invariants-or-later",
r#"GNU Free Documentation License v1.1 or later - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-only",
r#"GNU Free Documentation License v1.1 only"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.1-or-later",
r#"GNU Free Documentation License v1.1 or later"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2",
r#"GNU Free Documentation License v1.2"#,
IS_DEPRECATED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-invariants",
r#"GNU Free Documentation License v1.2 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-invariants-only",
r#"GNU Free Documentation License v1.2 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-invariants-or-later",
r#"GNU Free Documentation License v1.2 or later - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-no-invariants",
r#"GNU Free Documentation License v1.2 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-no-invariants-only",
r#"GNU Free Documentation License v1.2 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-no-invariants-or-later",
r#"GNU Free Documentation License v1.2 or later - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-only",
r#"GNU Free Documentation License v1.2 only"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.2-or-later",
r#"GNU Free Documentation License v1.2 or later"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3",
r#"GNU Free Documentation License v1.3"#,
IS_DEPRECATED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-invariants",
r#"GNU Free Documentation License v1.3 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-invariants-only",
r#"GNU Free Documentation License v1.3 only - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-invariants-or-later",
r#"GNU Free Documentation License v1.3 or later - invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-no-invariants",
r#"GNU Free Documentation License v1.3 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-no-invariants-only",
r#"GNU Free Documentation License v1.3 only - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-no-invariants-or-later",
r#"GNU Free Documentation License v1.3 or later - no invariants"#,
IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-only",
r#"GNU Free Documentation License v1.3 only"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GFDL-1.3-or-later",
r#"GNU Free Documentation License v1.3 or later"#,
IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
("GL2PS", r#"GL2PS License"#, 0x0),
("GLWTPL", r#"Good Luck With That Public License"#, 0x0),
(
"GPL-1.0",
r#"GNU General Public License v1.0 only"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-1.0+",
r#"GNU General Public License v1.0 or later"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-1.0-only",
r#"GNU General Public License v1.0 only"#,
IS_COPYLEFT | IS_GNU,
),
(
"GPL-1.0-or-later",
r#"GNU General Public License v1.0 or later"#,
IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0",
r#"GNU General Public License v2.0 only"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0+",
r#"GNU General Public License v2.0 or later"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-only",
r#"GNU General Public License v2.0 only"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-or-later",
r#"GNU General Public License v2.0 or later"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-with-GCC-exception",
r#"GNU General Public License v2.0 w/GCC Runtime Library exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-with-autoconf-exception",
r#"GNU General Public License v2.0 w/Autoconf exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-with-bison-exception",
r#"GNU General Public License v2.0 w/Bison exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-with-classpath-exception",
r#"GNU General Public License v2.0 w/Classpath exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-2.0-with-font-exception",
r#"GNU General Public License v2.0 w/Font exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0",
r#"GNU General Public License v3.0 only"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0+",
r#"GNU General Public License v3.0 or later"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0-only",
r#"GNU General Public License v3.0 only"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0-or-later",
r#"GNU General Public License v3.0 or later"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0-with-GCC-exception",
r#"GNU General Public License v3.0 w/GCC Runtime Library exception"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_COPYLEFT | IS_GNU,
),
(
"GPL-3.0-with-autoconf-exception",
r#"GNU General Public License v3.0 w/Autoconf exception"#,
IS_DEPRECATED | IS_COPYLEFT | IS_GNU,
),
("Giftware", r#"Giftware License"#, 0x0),
("Glide", r#"3dfx Glide License"#, 0x0),
("Glulxe", r#"Glulxe License"#, 0x0),
("Graphics-Gems", r#"Graphics Gems License"#, 0x0),
("Gutmann", r#"Gutmann License"#, 0x0),
("HIDAPI", r#"HIDAPI License"#, 0x0),
("HP-1986", r#"Hewlett-Packard 1986 License"#, 0x0),
("HP-1989", r#"Hewlett-Packard 1989 License"#, 0x0),
(
"HPND",
r#"Historical Permission Notice and Disclaimer"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"HPND-DEC",
r#"Historical Permission Notice and Disclaimer - DEC variant"#,
0x0,
),
(
"HPND-Fenneberg-Livingston",
r#"Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant"#,
0x0,
),
(
"HPND-INRIA-IMAG",
r#"Historical Permission Notice and Disclaimer - INRIA-IMAG variant"#,
0x0,
),
(
"HPND-Intel",
r#"Historical Permission Notice and Disclaimer - Intel variant"#,
0x0,
),
(
"HPND-Kevlin-Henney",
r#"Historical Permission Notice and Disclaimer - Kevlin Henney variant"#,
0x0,
),
(
"HPND-MIT-disclaimer",
r#"Historical Permission Notice and Disclaimer with MIT disclaimer"#,
0x0,
),
(
"HPND-Markus-Kuhn",
r#"Historical Permission Notice and Disclaimer - Markus Kuhn variant"#,
0x0,
),
(
"HPND-Netrek",
r#"Historical Permission Notice and Disclaimer - Netrek variant"#,
0x0,
),
(
"HPND-Pbmplus",
r#"Historical Permission Notice and Disclaimer - Pbmplus variant"#,
0x0,
),
(
"HPND-UC",
r#"Historical Permission Notice and Disclaimer - University of California variant"#,
0x0,
),
(
"HPND-UC-export-US",
r#"Historical Permission Notice and Disclaimer - University of California, US export warning"#,
0x0,
),
(
"HPND-doc",
r#"Historical Permission Notice and Disclaimer - documentation variant"#,
0x0,
),
(
"HPND-doc-sell",
r#"Historical Permission Notice and Disclaimer - documentation sell variant"#,
0x0,
),
(
"HPND-export-US",
r#"HPND with US Government export control warning"#,
0x0,
),
(
"HPND-export-US-acknowledgement",
r#"HPND with US Government export control warning and acknowledgment"#,
0x0,
),
(
"HPND-export-US-modify",
r#"HPND with US Government export control warning and modification rqmt"#,
0x0,
),
(
"HPND-export2-US",
r#"HPND with US Government export control and 2 disclaimers"#,
0x0,
),
(
"HPND-merchantability-variant",
r#"Historical Permission Notice and Disclaimer - merchantability variant"#,
0x0,
),
(
"HPND-sell-MIT-disclaimer-xserver",
r#"Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer"#,
0x0,
),
(
"HPND-sell-regexpr",
r#"Historical Permission Notice and Disclaimer - sell regexpr variant"#,
0x0,
),
(
"HPND-sell-variant",
r#"Historical Permission Notice and Disclaimer - sell variant"#,
0x0,
),
(
"HPND-sell-variant-MIT-disclaimer",
r#"HPND sell variant with MIT disclaimer"#,
0x0,
),
(
"HPND-sell-variant-MIT-disclaimer-rev",
r#"HPND sell variant with MIT disclaimer - reverse"#,
0x0,
),
("HTMLTIDY", r#"HTML Tidy License"#, 0x0),
("HaskellReport", r#"Haskell Language Report License"#, 0x0),
("Hippocratic-2.1", r#"Hippocratic License 2.1"#, 0x0),
(
"IBM-pibs",
r#"IBM PowerPC Initialization and Boot Software"#,
0x0,
),
("ICU", r#"ICU License"#, IS_OSI_APPROVED),
(
"IEC-Code-Components-EULA",
r#"IEC Code Components End-user licence agreement"#,
0x0,
),
("IJG", r#"Independent JPEG Group License"#, IS_FSF_LIBRE),
(
"IJG-short",
r#"Independent JPEG Group License - short"#,
0x0,
),
("IPA", r#"IPA Font License"#, IS_OSI_APPROVED | IS_FSF_LIBRE),
(
"IPL-1.0",
r#"IBM Public License v1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("ISC", r#"ISC License"#, IS_OSI_APPROVED | IS_FSF_LIBRE),
("ISC-Veillard", r#"ISC Veillard variant"#, 0x0),
("ImageMagick", r#"ImageMagick License"#, 0x0),
("Imlib2", r#"Imlib2 License"#, IS_FSF_LIBRE),
("Info-ZIP", r#"Info-ZIP License"#, 0x0),
("Inner-Net-2.0", r#"Inner Net License v2.0"#, 0x0),
(
"Intel",
r#"Intel Open Source License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"Intel-ACPI",
r#"Intel ACPI Software License Agreement"#,
0x0,
),
("Interbase-1.0", r#"Interbase Public License v1.0"#, 0x0),
("JPL-image", r#"JPL Image Use Policy"#, 0x0),
("JPNIC", r#"Japan Network Information Center License"#, 0x0),
("JSON", r#"JSON License"#, 0x0),
("Jam", r#"Jam License"#, IS_OSI_APPROVED),
("JasPer-2.0", r#"JasPer License"#, 0x0),
("Kastrup", r#"Kastrup License"#, 0x0),
("Kazlib", r#"Kazlib License"#, 0x0),
("Knuth-CTAN", r#"Knuth CTAN License"#, 0x0),
("LAL-1.2", r#"Licence Art Libre 1.2"#, 0x0),
("LAL-1.3", r#"Licence Art Libre 1.3"#, 0x0),
(
"LGPL-2.0",
r#"GNU Library General Public License v2 only"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.0+",
r#"GNU Library General Public License v2 or later"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.0-only",
r#"GNU Library General Public License v2 only"#,
IS_OSI_APPROVED | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.0-or-later",
r#"GNU Library General Public License v2 or later"#,
IS_OSI_APPROVED | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.1",
r#"GNU Lesser General Public License v2.1 only"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.1+",
r#"GNU Lesser General Public License v2.1 or later"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.1-only",
r#"GNU Lesser General Public License v2.1 only"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-2.1-or-later",
r#"GNU Lesser General Public License v2.1 or later"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-3.0",
r#"GNU Lesser General Public License v3.0 only"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-3.0+",
r#"GNU Lesser General Public License v3.0 or later"#,
IS_DEPRECATED | IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-3.0-only",
r#"GNU Lesser General Public License v3.0 only"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPL-3.0-or-later",
r#"GNU Lesser General Public License v3.0 or later"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT | IS_GNU,
),
(
"LGPLLR",
r#"Lesser General Public License For Linguistic Resources"#,
0x0,
),
("LOOP", r#"Common Lisp LOOP License"#, 0x0),
("LPD-document", r#"LPD Documentation License"#, 0x0),
(
"LPL-1.0",
r#"Lucent Public License Version 1.0"#,
IS_OSI_APPROVED,
),
(
"LPL-1.02",
r#"Lucent Public License v1.02"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("LPPL-1.0", r#"LaTeX Project Public License v1.0"#, 0x0),
("LPPL-1.1", r#"LaTeX Project Public License v1.1"#, 0x0),
(
"LPPL-1.2",
r#"LaTeX Project Public License v1.2"#,
IS_FSF_LIBRE,
),
(
"LPPL-1.3a",
r#"LaTeX Project Public License v1.3a"#,
IS_FSF_LIBRE,
),
(
"LPPL-1.3c",
r#"LaTeX Project Public License v1.3c"#,
IS_OSI_APPROVED,
),
(
"LZMA-SDK-9.11-to-9.20",
r#"LZMA SDK License (versions 9.11 to 9.20)"#,
0x0,
),
(
"LZMA-SDK-9.22",
r#"LZMA SDK License (versions 9.22 and beyond)"#,
0x0,
),
("Latex2e", r#"Latex2e License"#, 0x0),
(
"Latex2e-translated-notice",
r#"Latex2e with translated notice permission"#,
0x0,
),
("Leptonica", r#"Leptonica License"#, 0x0),
(
"LiLiQ-P-1.1",
r#"Licence Libre du Québec – Permissive version 1.1"#,
IS_OSI_APPROVED,
),
(
"LiLiQ-R-1.1",
r#"Licence Libre du Québec – Réciprocité version 1.1"#,
IS_OSI_APPROVED,
),
(
"LiLiQ-Rplus-1.1",
r#"Licence Libre du Québec – Réciprocité forte version 1.1"#,
IS_OSI_APPROVED,
),
("Libpng", r#"libpng License"#, 0x0),
(
"Linux-OpenIB",
r#"Linux Kernel Variant of OpenIB.org license"#,
0x0,
),
(
"Linux-man-pages-1-para",
r#"Linux man-pages - 1 paragraph"#,
0x0,
),
(
"Linux-man-pages-copyleft",
r#"Linux man-pages Copyleft"#,
0x0,
),
(
"Linux-man-pages-copyleft-2-para",
r#"Linux man-pages Copyleft - 2 paragraphs"#,
0x0,
),
(
"Linux-man-pages-copyleft-var",
r#"Linux man-pages Copyleft Variant"#,
0x0,
),
("Lucida-Bitmap-Fonts", r#"Lucida Bitmap Fonts License"#, 0x0),
("MIT", r#"MIT License"#, IS_OSI_APPROVED | IS_FSF_LIBRE),
("MIT-0", r#"MIT No Attribution"#, IS_OSI_APPROVED),
("MIT-CMU", r#"CMU License"#, 0x0),
("MIT-Festival", r#"MIT Festival Variant"#, 0x0),
("MIT-Khronos-old", r#"MIT Khronos - old variant"#, 0x0),
(
"MIT-Modern-Variant",
r#"MIT License Modern Variant"#,
IS_OSI_APPROVED,
),
("MIT-Wu", r#"MIT Tom Wu Variant"#, 0x0),
("MIT-advertising", r#"Enlightenment License (e16)"#, 0x0),
("MIT-enna", r#"enna License"#, 0x0),
("MIT-feh", r#"feh License"#, 0x0),
("MIT-open-group", r#"MIT Open Group variant"#, 0x0),
("MIT-testregex", r#"MIT testregex Variant"#, 0x0),
("MITNFA", r#"MIT +no-false-attribs license"#, 0x0),
("MMIXware", r#"MMIXware License"#, 0x0),
("MPEG-SSG", r#"MPEG Software Simulation"#, 0x0),
(
"MPL-1.0",
r#"Mozilla Public License 1.0"#,
IS_OSI_APPROVED | IS_COPYLEFT,
),
(
"MPL-1.1",
r#"Mozilla Public License 1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"MPL-2.0",
r#"Mozilla Public License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"MPL-2.0-no-copyleft-exception",
r#"Mozilla Public License 2.0 (no copyleft exception)"#,
IS_OSI_APPROVED | IS_COPYLEFT,
),
("MS-LPL", r#"Microsoft Limited Public License"#, 0x0),
(
"MS-PL",
r#"Microsoft Public License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"MS-RL",
r#"Microsoft Reciprocal License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
("MTLL", r#"Matrix Template Library License"#, 0x0),
("Mackerras-3-Clause", r#"Mackerras 3-Clause License"#, 0x0),
(
"Mackerras-3-Clause-acknowledgment",
r#"Mackerras 3-Clause - acknowledgment variant"#,
0x0,
),
("MakeIndex", r#"MakeIndex License"#, 0x0),
("Martin-Birgmeier", r#"Martin Birgmeier License"#, 0x0),
("McPhee-slideshow", r#"McPhee Slideshow License"#, 0x0),
("Minpack", r#"Minpack License"#, 0x0),
("MirOS", r#"The MirOS Licence"#, IS_OSI_APPROVED),
("Motosoto", r#"Motosoto License"#, IS_OSI_APPROVED),
(
"MulanPSL-1.0",
r#"Mulan Permissive Software License, Version 1"#,
0x0,
),
(
"MulanPSL-2.0",
r#"Mulan Permissive Software License, Version 2"#,
IS_OSI_APPROVED,
),
("Multics", r#"Multics License"#, IS_OSI_APPROVED),
("Mup", r#"Mup License"#, 0x0),
(
"NAIST-2003",
r#"Nara Institute of Science and Technology License (2003)"#,
0x0,
),
(
"NASA-1.3",
r#"NASA Open Source Agreement 1.3"#,
IS_OSI_APPROVED,
),
("NBPL-1.0", r#"Net Boolean Public License v1"#, 0x0),
("NCBI-PD", r#"NCBI Public Domain Notice"#, 0x0),
("NCGL-UK-2.0", r#"Non-Commercial Government Licence"#, 0x0),
("NCL", r#"NCL Source Code License"#, 0x0),
(
"NCSA",
r#"University of Illinois/NCSA Open Source License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("NGPL", r#"Nethack General Public License"#, IS_OSI_APPROVED),
(
"NICTA-1.0",
r#"NICTA Public Software License, Version 1.0"#,
0x0,
),
("NIST-PD", r#"NIST Public Domain Notice"#, 0x0),
(
"NIST-PD-fallback",
r#"NIST Public Domain Notice with license fallback"#,
0x0,
),
("NIST-Software", r#"NIST Software License"#, 0x0),
(
"NLOD-1.0",
r#"Norwegian Licence for Open Government Data (NLOD) 1.0"#,
0x0,
),
(
"NLOD-2.0",
r#"Norwegian Licence for Open Government Data (NLOD) 2.0"#,
0x0,
),
("NLPL", r#"No Limit Public License"#, 0x0),
("NOASSERTION", r#"NOASSERTION"#, 0x0),
("NOSL", r#"Netizen Open Source License"#, IS_FSF_LIBRE),
(
"NPL-1.0",
r#"Netscape Public License v1.0"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"NPL-1.1",
r#"Netscape Public License v1.1"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"NPOSL-3.0",
r#"Non-Profit Open Software License 3.0"#,
IS_OSI_APPROVED,
),
("NRL", r#"NRL License"#, 0x0),
("NTP", r#"NTP License"#, IS_OSI_APPROVED),
("NTP-0", r#"NTP No Attribution"#, 0x0),
("Naumen", r#"Naumen Public License"#, IS_OSI_APPROVED),
("Net-SNMP", r#"Net-SNMP License"#, IS_DEPRECATED),
("NetCDF", r#"NetCDF license"#, 0x0),
("Newsletr", r#"Newsletr License"#, 0x0),
(
"Nokia",
r#"Nokia Open Source License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("Noweb", r#"Noweb License"#, 0x0),
("Nunit", r#"Nunit License"#, IS_DEPRECATED | IS_FSF_LIBRE),
("O-UDA-1.0", r#"Open Use of Data Agreement v1.0"#, 0x0),
("OAR", r#"OAR License"#, 0x0),
("OCCT-PL", r#"Open CASCADE Technology Public License"#, 0x0),
(
"OCLC-2.0",
r#"OCLC Research Public License 2.0"#,
IS_OSI_APPROVED,
),
(
"ODC-By-1.0",
r#"Open Data Commons Attribution License v1.0"#,
0x0,
),
(
"ODbL-1.0",
r#"Open Data Commons Open Database License v1.0"#,
IS_FSF_LIBRE,
),
("OFFIS", r#"OFFIS License"#, 0x0),
("OFL-1.0", r#"SIL Open Font License 1.0"#, IS_FSF_LIBRE),
(
"OFL-1.0-RFN",
r#"SIL Open Font License 1.0 with Reserved Font Name"#,
0x0,
),
(
"OFL-1.0-no-RFN",
r#"SIL Open Font License 1.0 with no Reserved Font Name"#,
0x0,
),
(
"OFL-1.1",
r#"SIL Open Font License 1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"OFL-1.1-RFN",
r#"SIL Open Font License 1.1 with Reserved Font Name"#,
IS_OSI_APPROVED,
),
(
"OFL-1.1-no-RFN",
r#"SIL Open Font License 1.1 with no Reserved Font Name"#,
IS_OSI_APPROVED,
),
("OGC-1.0", r#"OGC Software License, Version 1.0"#, 0x0),
(
"OGDL-Taiwan-1.0",
r#"Taiwan Open Government Data License, version 1.0"#,
0x0,
),
("OGL-Canada-2.0", r#"Open Government Licence - Canada"#, 0x0),
("OGL-UK-1.0", r#"Open Government Licence v1.0"#, 0x0),
("OGL-UK-2.0", r#"Open Government Licence v2.0"#, 0x0),
("OGL-UK-3.0", r#"Open Government Licence v3.0"#, 0x0),
("OGTSL", r#"Open Group Test Suite License"#, IS_OSI_APPROVED),
("OLDAP-1.1", r#"Open LDAP Public License v1.1"#, 0x0),
("OLDAP-1.2", r#"Open LDAP Public License v1.2"#, 0x0),
("OLDAP-1.3", r#"Open LDAP Public License v1.3"#, 0x0),
("OLDAP-1.4", r#"Open LDAP Public License v1.4"#, 0x0),
(
"OLDAP-2.0",
r#"Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)"#,
0x0,
),
("OLDAP-2.0.1", r#"Open LDAP Public License v2.0.1"#, 0x0),
("OLDAP-2.1", r#"Open LDAP Public License v2.1"#, 0x0),
("OLDAP-2.2", r#"Open LDAP Public License v2.2"#, 0x0),
("OLDAP-2.2.1", r#"Open LDAP Public License v2.2.1"#, 0x0),
("OLDAP-2.2.2", r#"Open LDAP Public License 2.2.2"#, 0x0),
(
"OLDAP-2.3",
r#"Open LDAP Public License v2.3"#,
IS_FSF_LIBRE,
),
("OLDAP-2.4", r#"Open LDAP Public License v2.4"#, 0x0),
("OLDAP-2.5", r#"Open LDAP Public License v2.5"#, 0x0),
("OLDAP-2.6", r#"Open LDAP Public License v2.6"#, 0x0),
(
"OLDAP-2.7",
r#"Open LDAP Public License v2.7"#,
IS_FSF_LIBRE,
),
(
"OLDAP-2.8",
r#"Open LDAP Public License v2.8"#,
IS_OSI_APPROVED,
),
(
"OLFL-1.3",
r#"Open Logistics Foundation License Version 1.3"#,
IS_OSI_APPROVED,
),
("OML", r#"Open Market License"#, 0x0),
("OPL-1.0", r#"Open Public License v1.0"#, 0x0),
(
"OPL-UK-3.0",
r#"United Kingdom Open Parliament Licence v3.0"#,
0x0,
),
("OPUBL-1.0", r#"Open Publication License v1.0"#, 0x0),
(
"OSET-PL-2.1",
r#"OSET Public License version 2.1"#,
IS_OSI_APPROVED,
),
(
"OSL-1.0",
r#"Open Software License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"OSL-1.1",
r#"Open Software License 1.1"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"OSL-2.0",
r#"Open Software License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"OSL-2.1",
r#"Open Software License 2.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"OSL-3.0",
r#"Open Software License 3.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
("OpenPBS-2.3", r#"OpenPBS v2.3 Software License"#, 0x0),
("OpenSSL", r#"OpenSSL License"#, IS_FSF_LIBRE),
("OpenSSL-standalone", r#"OpenSSL License - standalone"#, 0x0),
("OpenVision", r#"OpenVision License"#, 0x0),
("PADL", r#"PADL License"#, 0x0),
(
"PDDL-1.0",
r#"Open Data Commons Public Domain Dedication & License 1.0"#,
0x0,
),
("PHP-3.0", r#"PHP License v3.0"#, IS_OSI_APPROVED),
(
"PHP-3.01",
r#"PHP License v3.01"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("PPL", r#"Peer Production License"#, 0x0),
("PSF-2.0", r#"Python Software Foundation License 2.0"#, 0x0),
(
"Parity-6.0.0",
r#"The Parity Public License 6.0.0"#,
IS_COPYLEFT,
),
("Parity-7.0.0", r#"The Parity Public License 7.0.0"#, 0x0),
("Pixar", r#"Pixar License"#, 0x0),
("Plexus", r#"Plexus Classworlds License"#, 0x0),
(
"PolyForm-Noncommercial-1.0.0",
r#"PolyForm Noncommercial License 1.0.0"#,
0x0,
),
(
"PolyForm-Small-Business-1.0.0",
r#"PolyForm Small Business License 1.0.0"#,
0x0,
),
("PostgreSQL", r#"PostgreSQL License"#, IS_OSI_APPROVED),
(
"Python-2.0",
r#"Python License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("Python-2.0.1", r#"Python License 2.0.1"#, 0x0),
(
"QPL-1.0",
r#"Q Public License 1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"QPL-1.0-INRIA-2004",
r#"Q Public License 1.0 - INRIA 2004 variant"#,
0x0,
),
("Qhull", r#"Qhull License"#, 0x0),
("RHeCos-1.1", r#"Red Hat eCos Public License v1.1"#, 0x0),
(
"RPL-1.1",
r#"Reciprocal Public License 1.1"#,
IS_OSI_APPROVED,
),
(
"RPL-1.5",
r#"Reciprocal Public License 1.5"#,
IS_OSI_APPROVED,
),
(
"RPSL-1.0",
r#"RealNetworks Public Source License v1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("RSA-MD", r#"RSA Message-Digest License"#, 0x0),
(
"RSCPL",
r#"Ricoh Source Code Public License"#,
IS_OSI_APPROVED,
),
("Rdisc", r#"Rdisc License"#, 0x0),
("Ruby", r#"Ruby License"#, IS_FSF_LIBRE),
("Ruby-pty", r#"Ruby pty extension license"#, 0x0),
("SAX-PD", r#"Sax Public Domain Notice"#, 0x0),
("SAX-PD-2.0", r#"Sax Public Domain Notice 2.0"#, 0x0),
("SCEA", r#"SCEA Shared Source License"#, 0x0),
("SGI-B-1.0", r#"SGI Free Software License B v1.0"#, 0x0),
("SGI-B-1.1", r#"SGI Free Software License B v1.1"#, 0x0),
(
"SGI-B-2.0",
r#"SGI Free Software License B v2.0"#,
IS_FSF_LIBRE,
),
("SGI-OpenGL", r#"SGI OpenGL License"#, 0x0),
("SGP4", r#"SGP4 Permission Notice"#, 0x0),
("SHL-0.5", r#"Solderpad Hardware License v0.5"#, 0x0),
(
"SHL-0.51",
r#"Solderpad Hardware License, Version 0.51"#,
0x0,
),
(
"SISSL",
r#"Sun Industry Standards Source License v1.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE | IS_COPYLEFT,
),
(
"SISSL-1.2",
r#"Sun Industry Standards Source License v1.2"#,
0x0,
),
("SL", r#"SL License"#, 0x0),
(
"SMLNJ",
r#"Standard ML of New Jersey License"#,
IS_FSF_LIBRE,
),
("SMPPL", r#"Secure Messaging Protocol Public License"#, 0x0),
("SNIA", r#"SNIA Public License 1.1"#, 0x0),
(
"SPL-1.0",
r#"Sun Public License v1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("SSH-OpenSSH", r#"SSH OpenSSH license"#, 0x0),
("SSH-short", r#"SSH short notice"#, 0x0),
("SSLeay-standalone", r#"SSLeay License - standalone"#, 0x0),
("SSPL-1.0", r#"Server Side Public License, v 1"#, 0x0),
(
"SWL",
r#"Scheme Widget Library (SWL) Software License Agreement"#,
0x0,
),
("Saxpath", r#"Saxpath License"#, 0x0),
("SchemeReport", r#"Scheme Language Report License"#, 0x0),
("Sendmail", r#"Sendmail License"#, 0x0),
("Sendmail-8.23", r#"Sendmail License 8.23"#, 0x0),
("SimPL-2.0", r#"Simple Public License 2.0"#, IS_OSI_APPROVED),
(
"Sleepycat",
r#"Sleepycat License"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("Soundex", r#"Soundex License"#, 0x0),
("Spencer-86", r#"Spencer License 86"#, 0x0),
("Spencer-94", r#"Spencer License 94"#, 0x0),
("Spencer-99", r#"Spencer License 99"#, 0x0),
(
"StandardML-NJ",
r#"Standard ML of New Jersey License"#,
IS_DEPRECATED | IS_FSF_LIBRE,
),
("SugarCRM-1.1.3", r#"SugarCRM Public License v1.1.3"#, 0x0),
("Sun-PPP", r#"Sun PPP License"#, 0x0),
("Sun-PPP-2000", r#"Sun PPP License (2000)"#, 0x0),
("SunPro", r#"SunPro License"#, 0x0),
("Symlinks", r#"Symlinks License"#, 0x0),
("TAPR-OHL-1.0", r#"TAPR Open Hardware License v1.0"#, 0x0),
("TCL", r#"TCL/TK License"#, 0x0),
("TCP-wrappers", r#"TCP Wrappers License"#, 0x0),
(
"TGPPL-1.0",
r#"Transitive Grace Period Public Licence 1.0"#,
0x0,
),
("TMate", r#"TMate Open Source License"#, 0x0),
("TORQUE-1.1", r#"TORQUE v2.5+ Software License v1.1"#, 0x0),
("TOSL", r#"Trusster Open Source License"#, 0x0),
("TPDL", r#"Time::ParseDate License"#, 0x0),
("TPL-1.0", r#"THOR Public License 1.0"#, 0x0),
("TTWL", r#"Text-Tabs+Wrap License"#, 0x0),
("TTYP0", r#"TTYP0 License"#, 0x0),
(
"TU-Berlin-1.0",
r#"Technische Universitaet Berlin License 1.0"#,
0x0,
),
(
"TU-Berlin-2.0",
r#"Technische Universitaet Berlin License 2.0"#,
0x0,
),
("TermReadKey", r#"TermReadKey License"#, 0x0),
("UCAR", r#"UCAR License"#, 0x0),
(
"UCL-1.0",
r#"Upstream Compatibility License v1.0"#,
IS_OSI_APPROVED,
),
("UMich-Merit", r#"Michigan/Merit Networks License"#, 0x0),
(
"UPL-1.0",
r#"Universal Permissive License v1.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"URT-RLE",
r#"Utah Raster Toolkit Run Length Encoded License"#,
0x0,
),
("Ubuntu-font-1.0", r#"Ubuntu Font Licence v1.0"#, 0x0),
("Unicode-3.0", r#"Unicode License v3"#, IS_OSI_APPROVED),
(
"Unicode-DFS-2015",
r#"Unicode License Agreement - Data Files and Software (2015)"#,
0x0,
),
(
"Unicode-DFS-2016",
r#"Unicode License Agreement - Data Files and Software (2016)"#,
IS_OSI_APPROVED,
),
("Unicode-TOU", r#"Unicode Terms of Use"#, 0x0),
("UnixCrypt", r#"UnixCrypt License"#, 0x0),
(
"Unlicense",
r#"The Unlicense"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("VOSTROM", r#"VOSTROM Public License for Open Source"#, 0x0),
(
"VSL-1.0",
r#"Vovida Software License v1.0"#,
IS_OSI_APPROVED,
),
("Vim", r#"Vim License"#, IS_FSF_LIBRE),
(
"W3C",
r#"W3C Software Notice and License (2002-12-31)"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"W3C-19980720",
r#"W3C Software Notice and License (1998-07-20)"#,
0x0,
),
(
"W3C-20150513",
r#"W3C Software Notice and Document License (2015-05-13)"#,
IS_OSI_APPROVED,
),
(
"WTFPL",
r#"Do What The F*ck You Want To Public License"#,
IS_FSF_LIBRE,
),
(
"Watcom-1.0",
r#"Sybase Open Watcom Public License 1.0"#,
IS_OSI_APPROVED,
),
("Widget-Workshop", r#"Widget Workshop License"#, 0x0),
("Wsuipa", r#"Wsuipa License"#, 0x0),
("X11", r#"X11 License"#, IS_FSF_LIBRE),
(
"X11-distribute-modifications-variant",
r#"X11 License Distribution Modification Variant"#,
0x0,
),
("X11-swapped", r#"X11 swapped final paragraphs"#, 0x0),
("XFree86-1.1", r#"XFree86 License 1.1"#, IS_FSF_LIBRE),
("XSkat", r#"XSkat License"#, 0x0),
("Xdebug-1.03", r#"Xdebug License v 1.03"#, 0x0),
("Xerox", r#"Xerox License"#, 0x0),
("Xfig", r#"Xfig License"#, 0x0),
("Xnet", r#"X.Net License"#, IS_OSI_APPROVED),
("YPL-1.0", r#"Yahoo! Public License v1.0"#, 0x0),
(
"YPL-1.1",
r#"Yahoo! Public License v1.1"#,
IS_FSF_LIBRE | IS_COPYLEFT,
),
("ZPL-1.1", r#"Zope Public License 1.1"#, 0x0),
(
"ZPL-2.0",
r#"Zope Public License 2.0"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
(
"ZPL-2.1",
r#"Zope Public License 2.1"#,
IS_OSI_APPROVED | IS_FSF_LIBRE,
),
("Zed", r#"Zed License"#, 0x0),
("Zeeff", r#"Zeeff License"#, 0x0),
("Zend-2.0", r#"Zend License v2.0"#, IS_FSF_LIBRE),
("Zimbra-1.3", r#"Zimbra Public License v1.3"#, IS_FSF_LIBRE),
("Zimbra-1.4", r#"Zimbra Public License v1.4"#, 0x0),
("Zlib", r#"zlib License"#, IS_OSI_APPROVED | IS_FSF_LIBRE),
("any-OSI", r#"Any OSI License"#, 0x0),
(
"bcrypt-Solar-Designer",
r#"bcrypt Solar Designer License"#,
0x0,
),
("blessing", r#"SQLite Blessing"#, 0x0),
(
"bzip2-1.0.5",
r#"bzip2 and libbzip2 License v1.0.5"#,
IS_DEPRECATED,
),
("bzip2-1.0.6", r#"bzip2 and libbzip2 License v1.0.6"#, 0x0),
("check-cvs", r#"check-cvs License"#, 0x0),
("checkmk", r#"Checkmk License"#, 0x0),
("copyleft-next-0.3.0", r#"copyleft-next 0.3.0"#, 0x0),
("copyleft-next-0.3.1", r#"copyleft-next 0.3.1"#, 0x0),
("curl", r#"curl License"#, 0x0),
(
"cve-tou",
r#"Common Vulnerability Enumeration ToU License"#,
0x0,
),
("diffmark", r#"diffmark license"#, 0x0),
("dtoa", r#"David M. Gay dtoa License"#, 0x0),
("dvipdfm", r#"dvipdfm License"#, 0x0),
(
"eCos-2.0",
r#"eCos license version 2.0"#,
IS_DEPRECATED | IS_FSF_LIBRE,
),
("eGenix", r#"eGenix.com Public License 1.1.0"#, 0x0),
("etalab-2.0", r#"Etalab Open License 2.0"#, 0x0),
("fwlw", r#"fwlw License"#, 0x0),
("gSOAP-1.3b", r#"gSOAP Public License v1.3b"#, 0x0),
("gnuplot", r#"gnuplot License"#, IS_FSF_LIBRE),
("gtkbook", r#"gtkbook License"#, 0x0),
("hdparm", r#"hdparm License"#, 0x0),
(
"iMatix",
r#"iMatix Standard Function Library Agreement"#,
IS_FSF_LIBRE,
),
("libpng-2.0", r#"PNG Reference Library version 2"#, 0x0),
("libselinux-1.0", r#"libselinux public domain notice"#, 0x0),
("libtiff", r#"libtiff License"#, 0x0),
(
"libutil-David-Nugent",
r#"libutil David Nugent License"#,
0x0,
),
("lsof", r#"lsof License"#, 0x0),
("magaz", r#"magaz License"#, 0x0),
("mailprio", r#"mailprio License"#, 0x0),
("metamail", r#"metamail License"#, 0x0),
("mpi-permissive", r#"mpi Permissive License"#, 0x0),
("mpich2", r#"mpich2 License"#, 0x0),
("mplus", r#"mplus Font License"#, 0x0),
("pkgconf", r#"pkgconf License"#, 0x0),
("pnmstitch", r#"pnmstitch License"#, 0x0),
("psfrag", r#"psfrag License"#, 0x0),
("psutils", r#"psutils License"#, 0x0),
("python-ldap", r#"Python ldap License"#, 0x0),
("radvd", r#"radvd License"#, 0x0),
("snprintf", r#"snprintf License"#, 0x0),
("softSurfer", r#"softSurfer License"#, 0x0),
("ssh-keyscan", r#"ssh-keyscan License"#, 0x0),
("swrule", r#"swrule License"#, 0x0),
("threeparttable", r#"threeparttable License"#, 0x0),
("ulem", r#"ulem License"#, 0x0),
("w3m", r#"w3m License"#, 0x0),
(
"wxWindows",
r#"wxWindows Library License"#,
IS_DEPRECATED | IS_OSI_APPROVED,
),
("xinetd", r#"xinetd License"#, IS_FSF_LIBRE | IS_COPYLEFT),
(
"xkeyboard-config-Zinoviev",
r#"xkeyboard-config Zinoviev License"#,
0x0,
),
("xlock", r#"xlock License"#, 0x0),
("xpp", r#"XPP License"#, 0x0),
("xzoom", r#"xzoom License"#, 0x0),
(
"zlib-acknowledgement",
r#"zlib/libpng License with Acknowledgement"#,
0x0,
),
];
pub const IMPRECISE_NAMES: &[(&str, &str)] = &[
("agplv3", "AGPL-3.0"),
("agpl", "AGPL-3.0"),
("apache 2.0", "Apache-2.0"),
("apache-2", "Apache-2.0"),
("apache2", "Apache-2.0"),
("apache", "Apache-2.0"),
("asl2.0", "Apache-2.0"),
("bsd 2-clause", "BSD-2-Clause"),
("bsd-2clause", "BSD-2-Clause"),
("bsd3", "BSD-3-Clause"),
("bsd", "BSD-2-Clause"),
("cc0", "CC0-1.0"),
("gnu gpl v2", "GPL-3.0"),
("gnu gpl v3", "GPL-3.0"),
("gpl v2", "GPL-2.0"),
("gpl v3", "GPL-3.0"),
("gpl-2.0", "GPL-2.0"),
("gpl-3.0", "GPL-3.0"),
("gpl2", "GPL-2.0"),
("gpl3", "GPL-3.0"),
("gplv2", "GPL-2.0"),
("gplv3", "GPL-3.0"),
("gpl", "GPL-2.0"),
("lgpl", "LGPL-2.0"),
("mit", "MIT"),
("mpl2", "MPL-2.0"),
("mpl", "MPL-2.0"),
("simplified bsd license", "BSD-2-Clause"),
("zlib", "Zlib"),
];
pub const EXCEPTIONS: &[(&str, u8)] = &[
("389-exception", 0),
("Asterisk-exception", 0),
("Asterisk-linking-protocols-exception", 0),
("Autoconf-exception-2.0", 0),
("Autoconf-exception-3.0", 0),
("Autoconf-exception-generic", 0),
("Autoconf-exception-generic-3.0", 0),
("Autoconf-exception-macro", 0),
("Bison-exception-1.24", 0),
("Bison-exception-2.2", 0),
("Bootloader-exception", 0),
("CLISP-exception-2.0", 0),
("Classpath-exception-2.0", 0),
("DigiRule-FOSS-exception", 0),
("FLTK-exception", 0),
("Fawkes-Runtime-exception", 0),
("Font-exception-2.0", 0),
("GCC-exception-2.0", 0),
("GCC-exception-2.0-note", 0),
("GCC-exception-3.1", 0),
("GNAT-exception", 0),
("GNOME-examples-exception", 0),
("GNU-compiler-exception", 0),
("GPL-3.0-interface-exception", 0),
("GPL-3.0-linking-exception", 0),
("GPL-3.0-linking-source-exception", 0),
("GPL-CC-1.0", 0),
("GStreamer-exception-2005", 0),
("GStreamer-exception-2008", 0),
("Gmsh-exception", 0),
("KiCad-libraries-exception", 0),
("LGPL-3.0-linking-exception", 0),
("LLGPL", 0),
("LLVM-exception", 0),
("LZMA-exception", 0),
("Libtool-exception", 0),
("Linux-syscall-note", 0),
("Nokia-Qt-exception-1.1", IS_DEPRECATED),
("OCCT-exception-1.0", 0),
("OCaml-LGPL-linking-exception", 0),
("OpenJDK-assembly-exception-1.0", 0),
("PCRE2-exception", 0),
("PS-or-PDF-font-exception-20170817", 0),
("QPL-1.0-INRIA-2004-exception", 0),
("Qt-GPL-exception-1.0", 0),
("Qt-LGPL-exception-1.1", 0),
("Qwt-exception-1.0", 0),
("RRDtool-FLOSS-exception-2.0", 0),
("SANE-exception", 0),
("SHL-2.0", 0),
("SHL-2.1", 0),
("SWI-exception", 0),
("Swift-exception", 0),
("Texinfo-exception", 0),
("UBDL-exception", 0),
("Universal-FOSS-exception-1.0", 0),
("WxWindows-exception-3.1", 0),
("cryptsetup-OpenSSL-exception", 0),
("eCos-exception-2.0", 0),
("erlang-otp-linking-exception", 0),
("fmt-exception", 0),
("freertos-exception-2.0", 0),
("gnu-javamail-exception", 0),
("i2p-gpl-java-exception", 0),
("libpri-OpenH323-exception", 0),
("mif-exception", 0),
("openvpn-openssl-exception", 0),
("romic-exception", 0),
("stunnel-exception", 0),
("u-boot-exception-2.0", 0),
("vsftpd-openssl-exception", 0),
("x11vnc-openssl-exception", 0),
];