| ... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 | // SPDX License Data generated from https://github.com/spdx/license-list-data |
| 2 | 2 | // |
| 3 | | // Last generated from version 3.11-54-g1d17200 |
| 3 | // Last generated from version 38e840c |
| 4 | 4 | // |
| 5 | 5 | |
| 6 | 6 | pub const License = struct { |
| ... | ... | @@ -127,8 +127,8 @@ pub const spdx = struct { |
| 127 | 127 | pub const @"CECILL-C" = License{.isOsiApproved = false, .isFsfLibre = true, .url = "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html"}; |
| 128 | 128 | pub const @"CERN-OHL-1.1" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1"}; |
| 129 | 129 | pub const @"CERN-OHL-1.2" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2"}; |
| 130 | | pub const @"CERN-OHL-P-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; |
| 131 | | pub const @"CERN-OHL-S-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; |
| 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"}; |
| 132 | 132 | pub const @"CERN-OHL-W-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2"}; |
| 133 | 133 | pub const @"CNRI-Jython" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.jython.org/license.html"}; |
| 134 | 134 | pub const @"CNRI-Python" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "https://opensource.org/licenses/CNRI-Python"}; |
| ... | ... | @@ -321,6 +321,7 @@ pub const spdx = struct { |
| 321 | 321 | pub const @"OFL-1.1-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"}; |
| 322 | 322 | pub const @"OFL-1.1-no-RFN" = License{.isOsiApproved = true, .isFsfLibre = false, .url = "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"}; |
| 323 | 323 | 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"}; |
| 324 | 325 | pub const @"OGL-Canada-2.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "https://open.canada.ca/en/open-government-licence-canada"}; |
| 325 | 326 | pub const @"OGL-UK-1.0" = License{.isOsiApproved = false, .isFsfLibre = false, .url = "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/"}; |
| 326 | 327 | 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{ |
| 496 | 497 | "CATOSL-1.1", |
| 497 | 498 | "CDDL-1.0", |
| 498 | 499 | "CECILL-2.1", |
| 500 | "CERN-OHL-P-2.0", |
| 501 | "CERN-OHL-S-2.0", |
| 499 | 502 | "CNRI-Python", |
| 500 | 503 | "CPAL-1.0", |
| 501 | 504 | "CPL-1.0", |