authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:24:35 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2021-02-23 14:24:35 -08:00
log73bc4939dc6b495ce085d0e6b56b874779a2d0af
tree970f20a308c23424577861a4dc0f7aa7a8412eb4
parent5efaceb202786e1a2bb55b6affec160977f8a1ae

Update lib.zig


1 files changed, 6 insertions(+), 3 deletions(-)

src/lib.zig+6-3
......@@ -1,6 +1,6 @@
11// SPDX License Data generated from https://github.com/spdx/license-list-data
22//
3// Last generated from version 3.11-54-g1d17200
3// Last generated from version 38e840c
44//
55
66pub const License = struct {
......@@ -127,8 +127,8 @@ pub const spdx = struct {
127127 pub const @"CECILL-C" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"};
128128 pub const @"CERN-OHL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1"};
129129 pub const @"CERN-OHL-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2"};
130 pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
131 pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
130 pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
131 pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
132132 pub const @"CERN-OHL-W-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"};
133133 pub const @"CNRI-Jython" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.jython.org/license.html"};
134134 pub const @"CNRI-Python" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/CNRI-Python"};
......@@ -321,6 +321,7 @@ pub const spdx = struct {
321321 pub const @"OFL-1.1-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"};
322322 pub const @"OFL-1.1-no-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"};
323323 pub const @"OGC-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ogc.org/ogc/software/1.0"};
324 pub const @"OGDL-Taiwan-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://data.gov.tw/license"};
324325 pub const @"OGL-Canada-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://open.canada.ca/en/open-government-licence-canada"};
325326 pub const @"OGL-UK-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"};
326327 pub const @"OGL-UK-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"};
......@@ -496,6 +497,8 @@ pub const osi = &[_][]const u8{
496497 "CATOSL-1.1",
497498 "CDDL-1.0",
498499 "CECILL-2.1",
500 "CERN-OHL-P-2.0",
501 "CERN-OHL-S-2.0",
499502 "CNRI-Python",
500503 "CPAL-1.0",
501504 "CPL-1.0",