| | 1 | | using System.Globalization; |
| | 2 | | using Spdx3.Model.Core.Classes; |
| | 3 | | using Spdx3.Utility; |
| | 4 | |
|
| | 5 | | namespace Spdx3.Model.ExpandedLicensing.Classes; |
| | 6 | |
|
| | 7 | | public class ListedLicenses |
| | 8 | | { |
| 1 | 9 | | private static readonly CreationInfo _creationInfo = |
| 1 | 10 | | new(new Catalog(), |
| 1 | 11 | | DateTimeOffset.ParseExact("2025-05-31T19:32:01.0511290+00:00", "o", new DateTimeFormatInfo())) |
| 1 | 12 | | { SpdxId = new Uri("https://github.com/mharrah/Spdx3/ListedListedLicenses") }; |
| | 13 | |
|
| | 14 | |
|
| 1 | 15 | | public static readonly ListedLicense _0BSD = new ListedLicense |
| 1 | 16 | | { |
| 1 | 17 | | SpdxId = new Uri("http://spdx.org/licenses/0BSD"), |
| 1 | 18 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 19 | | SeeAlso = [ |
| 1 | 20 | | new Uri("http://landley.net/toybox/license.html"), |
| 1 | 21 | | new Uri("https://opensource.org/licenses/0BSD") |
| 1 | 22 | | ], |
| 1 | 23 | | LicenseText = ReadResource("0BSD.fulltext.txt"), |
| 1 | 24 | | StandardLicenseTemplate = ReadResource("0BSD.template.txt"), |
| 1 | 25 | | Catalog = _creationInfo.Catalog, |
| 1 | 26 | | CreationInfo = _creationInfo |
| 1 | 27 | | }; |
| 1 | 28 | | public static readonly ListedLicense _3D_SLICER_1_0 = new ListedLicense |
| 1 | 29 | | { |
| 1 | 30 | | SpdxId = new Uri("http://spdx.org/licenses/3D-Slicer-1.0"), |
| 1 | 31 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 32 | | SeeAlso = [ |
| 1 | 33 | | new Uri("https://github.com/Slicer/Slicer/blob/main/License.txt"), |
| 1 | 34 | | new Uri("https://slicer.org/LICENSE") |
| 1 | 35 | | ], |
| 1 | 36 | | LicenseText = ReadResource("3D-Slicer-1.0.fulltext.txt"), |
| 1 | 37 | | StandardLicenseTemplate = ReadResource("3D-Slicer-1.0.template.txt"), |
| 1 | 38 | | Catalog = _creationInfo.Catalog, |
| 1 | 39 | | CreationInfo = _creationInfo |
| 1 | 40 | | }; |
| 1 | 41 | | public static readonly ListedLicense AAL = new ListedLicense |
| 1 | 42 | | { |
| 1 | 43 | | SpdxId = new Uri("http://spdx.org/licenses/AAL"), |
| 1 | 44 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 45 | | SeeAlso = [ |
| 1 | 46 | | new Uri("https://opensource.org/licenses/attribution") |
| 1 | 47 | | ], |
| 1 | 48 | | LicenseText = ReadResource("AAL.fulltext.txt"), |
| 1 | 49 | | StandardLicenseTemplate = ReadResource("AAL.template.txt"), |
| 1 | 50 | | Comment = "This license was released: 2002 Originally written by Edwin A. Suominen for licensing his PRIVARIA se |
| 1 | 51 | | Catalog = _creationInfo.Catalog, |
| 1 | 52 | | CreationInfo = _creationInfo |
| 1 | 53 | | }; |
| 1 | 54 | | public static readonly ListedLicense ABSTYLES = new ListedLicense |
| 1 | 55 | | { |
| 1 | 56 | | SpdxId = new Uri("http://spdx.org/licenses/Abstyles"), |
| 1 | 57 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 58 | | SeeAlso = [ |
| 1 | 59 | | new Uri("https://fedoraproject.org/wiki/Licensing/Abstyles") |
| 1 | 60 | | ], |
| 1 | 61 | | LicenseText = ReadResource("Abstyles.fulltext.txt"), |
| 1 | 62 | | StandardLicenseTemplate = ReadResource("Abstyles.template.txt"), |
| 1 | 63 | | Catalog = _creationInfo.Catalog, |
| 1 | 64 | | CreationInfo = _creationInfo |
| 1 | 65 | | }; |
| 1 | 66 | | public static readonly ListedLicense ADACORE_DOC = new ListedLicense |
| 1 | 67 | | { |
| 1 | 68 | | SpdxId = new Uri("http://spdx.org/licenses/AdaCore-doc"), |
| 1 | 69 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 70 | | SeeAlso = [ |
| 1 | 71 | | new Uri("https://github.com/AdaCore/gnatcoll-core/blob/master/docs/index.rst"), |
| 1 | 72 | | new Uri("https://github.com/AdaCore/gnatcoll-db/blob/master/docs/index.rst"), |
| 1 | 73 | | new Uri("https://github.com/AdaCore/xmlada/blob/master/docs/index.rst") |
| 1 | 74 | | ], |
| 1 | 75 | | LicenseText = ReadResource("AdaCore-doc.fulltext.txt"), |
| 1 | 76 | | StandardLicenseTemplate = ReadResource("AdaCore-doc.template.txt"), |
| 1 | 77 | | Catalog = _creationInfo.Catalog, |
| 1 | 78 | | CreationInfo = _creationInfo |
| 1 | 79 | | }; |
| 1 | 80 | | public static readonly ListedLicense ADOBE_2006 = new ListedLicense |
| 1 | 81 | | { |
| 1 | 82 | | SpdxId = new Uri("http://spdx.org/licenses/Adobe-2006"), |
| 1 | 83 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 84 | | SeeAlso = [ |
| 1 | 85 | | new Uri("https://fedoraproject.org/wiki/Licensing/AdobeLicense") |
| 1 | 86 | | ], |
| 1 | 87 | | LicenseText = ReadResource("Adobe-2006.fulltext.txt"), |
| 1 | 88 | | StandardLicenseTemplate = ReadResource("Adobe-2006.template.txt"), |
| 1 | 89 | | Catalog = _creationInfo.Catalog, |
| 1 | 90 | | CreationInfo = _creationInfo |
| 1 | 91 | | }; |
| 1 | 92 | | public static readonly ListedLicense ADOBE_DISPLAY_POSTSCRIPT = new ListedLicense |
| 1 | 93 | | { |
| 1 | 94 | | SpdxId = new Uri("http://spdx.org/licenses/Adobe-Display-PostScript"), |
| 1 | 95 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 96 | | SeeAlso = [ |
| 1 | 97 | | new Uri("https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752") |
| 1 | 98 | | ], |
| 1 | 99 | | LicenseText = ReadResource("Adobe-Display-PostScript.fulltext.txt"), |
| 1 | 100 | | StandardLicenseTemplate = ReadResource("Adobe-Display-PostScript.template.txt"), |
| 1 | 101 | | Catalog = _creationInfo.Catalog, |
| 1 | 102 | | CreationInfo = _creationInfo |
| 1 | 103 | | }; |
| 1 | 104 | | public static readonly ListedLicense ADOBE_GLYPH = new ListedLicense |
| 1 | 105 | | { |
| 1 | 106 | | SpdxId = new Uri("http://spdx.org/licenses/Adobe-Glyph"), |
| 1 | 107 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 108 | | SeeAlso = [ |
| 1 | 109 | | new Uri("https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph") |
| 1 | 110 | | ], |
| 1 | 111 | | LicenseText = ReadResource("Adobe-Glyph.fulltext.txt"), |
| 1 | 112 | | StandardLicenseTemplate = ReadResource("Adobe-Glyph.template.txt"), |
| 1 | 113 | | Catalog = _creationInfo.Catalog, |
| 1 | 114 | | CreationInfo = _creationInfo |
| 1 | 115 | | }; |
| 1 | 116 | | public static readonly ListedLicense ADOBE_UTOPIA = new ListedLicense |
| 1 | 117 | | { |
| 1 | 118 | | SpdxId = new Uri("http://spdx.org/licenses/Adobe-Utopia"), |
| 1 | 119 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 120 | | SeeAlso = [ |
| 1 | 121 | | new Uri("https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type=heads") |
| 1 | 122 | | ], |
| 1 | 123 | | LicenseText = ReadResource("Adobe-Utopia.fulltext.txt"), |
| 1 | 124 | | StandardLicenseTemplate = ReadResource("Adobe-Utopia.template.txt"), |
| 1 | 125 | | Catalog = _creationInfo.Catalog, |
| 1 | 126 | | CreationInfo = _creationInfo |
| 1 | 127 | | }; |
| 1 | 128 | | public static readonly ListedLicense ADSL = new ListedLicense |
| 1 | 129 | | { |
| 1 | 130 | | SpdxId = new Uri("http://spdx.org/licenses/ADSL"), |
| 1 | 131 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 132 | | SeeAlso = [ |
| 1 | 133 | | new Uri("https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense") |
| 1 | 134 | | ], |
| 1 | 135 | | LicenseText = ReadResource("ADSL.fulltext.txt"), |
| 1 | 136 | | StandardLicenseTemplate = ReadResource("ADSL.template.txt"), |
| 1 | 137 | | Catalog = _creationInfo.Catalog, |
| 1 | 138 | | CreationInfo = _creationInfo |
| 1 | 139 | | }; |
| 1 | 140 | | public static readonly ListedLicense AFL_1_1 = new ListedLicense |
| 1 | 141 | | { |
| 1 | 142 | | SpdxId = new Uri("http://spdx.org/licenses/AFL-1.1"), |
| 1 | 143 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 144 | | SeeAlso = [ |
| 1 | 145 | | new Uri("http://opensource.linux-mirror.org/licenses/afl-1.1.txt"), |
| 1 | 146 | | new Uri("http://wayback.archive.org/web/20021004124254/http://www.opensource.org/licenses/academic.php") |
| 1 | 147 | | ], |
| 1 | 148 | | LicenseText = ReadResource("AFL-1.1.fulltext.txt"), |
| 1 | 149 | | StandardLicenseTemplate = ReadResource("AFL-1.1.template.txt"), |
| 1 | 150 | | StandardLicenseHeader = ReadResource("AFL-1.1.header.txt"), |
| 1 | 151 | | Comment = "This license has been superseded by later versions.", |
| 1 | 152 | | IsFsfLibre = true, |
| 1 | 153 | | IsOsiApproved = true, |
| 1 | 154 | | Catalog = _creationInfo.Catalog, |
| 1 | 155 | | CreationInfo = _creationInfo |
| 1 | 156 | | }; |
| 1 | 157 | | public static readonly ListedLicense AFL_1_2 = new ListedLicense |
| 1 | 158 | | { |
| 1 | 159 | | SpdxId = new Uri("http://spdx.org/licenses/AFL-1.2"), |
| 1 | 160 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 161 | | SeeAlso = [ |
| 1 | 162 | | new Uri("http://opensource.linux-mirror.org/licenses/afl-1.2.txt"), |
| 1 | 163 | | new Uri("http://wayback.archive.org/web/20021204204652/http://www.opensource.org/licenses/academic.php") |
| 1 | 164 | | ], |
| 1 | 165 | | LicenseText = ReadResource("AFL-1.2.fulltext.txt"), |
| 1 | 166 | | StandardLicenseTemplate = ReadResource("AFL-1.2.template.txt"), |
| 1 | 167 | | StandardLicenseHeader = ReadResource("AFL-1.2.header.txt"), |
| 1 | 168 | | Comment = "This license has been superseded by later versions. We found these notes here: https://web.archive.or |
| 1 | 169 | | IsFsfLibre = true, |
| 1 | 170 | | IsOsiApproved = true, |
| 1 | 171 | | Catalog = _creationInfo.Catalog, |
| 1 | 172 | | CreationInfo = _creationInfo |
| 1 | 173 | | }; |
| 1 | 174 | | public static readonly ListedLicense AFL_2_0 = new ListedLicense |
| 1 | 175 | | { |
| 1 | 176 | | SpdxId = new Uri("http://spdx.org/licenses/AFL-2.0"), |
| 1 | 177 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 178 | | SeeAlso = [ |
| 1 | 179 | | new Uri("http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt") |
| 1 | 180 | | ], |
| 1 | 181 | | LicenseText = ReadResource("AFL-2.0.fulltext.txt"), |
| 1 | 182 | | StandardLicenseTemplate = ReadResource("AFL-2.0.template.txt"), |
| 1 | 183 | | StandardLicenseHeader = ReadResource("AFL-2.0.header.txt"), |
| 1 | 184 | | IsFsfLibre = true, |
| 1 | 185 | | IsOsiApproved = true, |
| 1 | 186 | | Catalog = _creationInfo.Catalog, |
| 1 | 187 | | CreationInfo = _creationInfo |
| 1 | 188 | | }; |
| 1 | 189 | | public static readonly ListedLicense AFL_2_1 = new ListedLicense |
| 1 | 190 | | { |
| 1 | 191 | | SpdxId = new Uri("http://spdx.org/licenses/AFL-2.1"), |
| 1 | 192 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 193 | | SeeAlso = [ |
| 1 | 194 | | new Uri("http://opensource.linux-mirror.org/licenses/afl-2.1.txt") |
| 1 | 195 | | ], |
| 1 | 196 | | LicenseText = ReadResource("AFL-2.1.fulltext.txt"), |
| 1 | 197 | | StandardLicenseTemplate = ReadResource("AFL-2.1.template.txt"), |
| 1 | 198 | | StandardLicenseHeader = ReadResource("AFL-2.1.header.txt"), |
| 1 | 199 | | IsFsfLibre = true, |
| 1 | 200 | | IsOsiApproved = true, |
| 1 | 201 | | Catalog = _creationInfo.Catalog, |
| 1 | 202 | | CreationInfo = _creationInfo |
| 1 | 203 | | }; |
| 1 | 204 | | public static readonly ListedLicense AFL_3_0 = new ListedLicense |
| 1 | 205 | | { |
| 1 | 206 | | SpdxId = new Uri("http://spdx.org/licenses/AFL-3.0"), |
| 1 | 207 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 208 | | SeeAlso = [ |
| 1 | 209 | | new Uri("http://www.rosenlaw.com/AFL3.0.htm"), |
| 1 | 210 | | new Uri("https://opensource.org/licenses/afl-3.0") |
| 1 | 211 | | ], |
| 1 | 212 | | LicenseText = ReadResource("AFL-3.0.fulltext.txt"), |
| 1 | 213 | | StandardLicenseTemplate = ReadResource("AFL-3.0.template.txt"), |
| 1 | 214 | | StandardLicenseHeader = ReadResource("AFL-3.0.header.txt"), |
| 1 | 215 | | IsFsfLibre = true, |
| 1 | 216 | | IsOsiApproved = true, |
| 1 | 217 | | Catalog = _creationInfo.Catalog, |
| 1 | 218 | | CreationInfo = _creationInfo |
| 1 | 219 | | }; |
| 1 | 220 | | public static readonly ListedLicense AFMPARSE = new ListedLicense |
| 1 | 221 | | { |
| 1 | 222 | | SpdxId = new Uri("http://spdx.org/licenses/Afmparse"), |
| 1 | 223 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 224 | | SeeAlso = [ |
| 1 | 225 | | new Uri("https://fedoraproject.org/wiki/Licensing/Afmparse") |
| 1 | 226 | | ], |
| 1 | 227 | | LicenseText = ReadResource("Afmparse.fulltext.txt"), |
| 1 | 228 | | StandardLicenseTemplate = ReadResource("Afmparse.template.txt"), |
| 1 | 229 | | Catalog = _creationInfo.Catalog, |
| 1 | 230 | | CreationInfo = _creationInfo |
| 1 | 231 | | }; |
| 1 | 232 | | public static readonly ListedLicense AGPL_1_0 = new ListedLicense |
| 1 | 233 | | { |
| 1 | 234 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-1.0"), |
| 1 | 235 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 236 | | SeeAlso = [ |
| 1 | 237 | | new Uri("http://www.affero.org/oagpl.html") |
| 1 | 238 | | ], |
| 1 | 239 | | LicenseText = ReadResource("AGPL-1.0.fulltext.txt"), |
| 1 | 240 | | StandardLicenseTemplate = ReadResource("AGPL-1.0.template.txt"), |
| 1 | 241 | | Comment = "DEPRECATED: Use the license identifier AGPL-1.0-only instead of AGPL-1.0.\n\n", |
| 1 | 242 | | IsFsfLibre = true, |
| 1 | 243 | | IsOsiApproved = false, |
| 1 | 244 | | IsDeprecatedLicenseId = true, |
| 1 | 245 | | DeprecatedVersion = "3.1", |
| 1 | 246 | | Catalog = _creationInfo.Catalog, |
| 1 | 247 | | CreationInfo = _creationInfo |
| 1 | 248 | | }; |
| 1 | 249 | | public static readonly ListedLicense AGPL_1_0_ONLY = new ListedLicense |
| 1 | 250 | | { |
| 1 | 251 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-1.0-only"), |
| 1 | 252 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 253 | | SeeAlso = [ |
| 1 | 254 | | new Uri("http://www.affero.org/oagpl.html") |
| 1 | 255 | | ], |
| 1 | 256 | | LicenseText = ReadResource("AGPL-1.0-only.fulltext.txt"), |
| 1 | 257 | | StandardLicenseTemplate = ReadResource("AGPL-1.0-only.template.txt"), |
| 1 | 258 | | Catalog = _creationInfo.Catalog, |
| 1 | 259 | | CreationInfo = _creationInfo |
| 1 | 260 | | }; |
| 1 | 261 | | public static readonly ListedLicense AGPL_1_0_OR_LATER = new ListedLicense |
| 1 | 262 | | { |
| 1 | 263 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-1.0-or-later"), |
| 1 | 264 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 265 | | SeeAlso = [ |
| 1 | 266 | | new Uri("http://www.affero.org/oagpl.html") |
| 1 | 267 | | ], |
| 1 | 268 | | LicenseText = ReadResource("AGPL-1.0-or-later.fulltext.txt"), |
| 1 | 269 | | StandardLicenseTemplate = ReadResource("AGPL-1.0-or-later.template.txt"), |
| 1 | 270 | | Comment = "Section 9 of this license allows content under this \"any later version\" grant to be redistributed u |
| 1 | 271 | | Catalog = _creationInfo.Catalog, |
| 1 | 272 | | CreationInfo = _creationInfo |
| 1 | 273 | | }; |
| 1 | 274 | | public static readonly ListedLicense AGPL_3_0 = new ListedLicense |
| 1 | 275 | | { |
| 1 | 276 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-3.0"), |
| 1 | 277 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 278 | | SeeAlso = [ |
| 1 | 279 | | new Uri("https://opensource.org/licenses/AGPL-3.0"), |
| 1 | 280 | | new Uri("https://www.gnu.org/licenses/agpl.txt") |
| 1 | 281 | | ], |
| 1 | 282 | | LicenseText = ReadResource("AGPL-3.0.fulltext.txt"), |
| 1 | 283 | | StandardLicenseTemplate = ReadResource("AGPL-3.0.template.txt"), |
| 1 | 284 | | StandardLicenseHeader = ReadResource("AGPL-3.0.header.txt"), |
| 1 | 285 | | IsFsfLibre = true, |
| 1 | 286 | | IsOsiApproved = true, |
| 1 | 287 | | IsDeprecatedLicenseId = true, |
| 1 | 288 | | DeprecatedVersion = "3.0", |
| 1 | 289 | | Catalog = _creationInfo.Catalog, |
| 1 | 290 | | CreationInfo = _creationInfo |
| 1 | 291 | | }; |
| 1 | 292 | | public static readonly ListedLicense AGPL_3_0_ONLY = new ListedLicense |
| 1 | 293 | | { |
| 1 | 294 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-3.0-only"), |
| 1 | 295 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 296 | | SeeAlso = [ |
| 1 | 297 | | new Uri("https://opensource.org/licenses/AGPL-3.0"), |
| 1 | 298 | | new Uri("https://www.gnu.org/licenses/agpl.txt") |
| 1 | 299 | | ], |
| 1 | 300 | | LicenseText = ReadResource("AGPL-3.0-only.fulltext.txt"), |
| 1 | 301 | | StandardLicenseTemplate = ReadResource("AGPL-3.0-only.template.txt"), |
| 1 | 302 | | StandardLicenseHeader = ReadResource("AGPL-3.0-only.header.txt"), |
| 1 | 303 | | Comment = "This version was released: 19 November 2007. This license identifier refers to the choice to use the |
| 1 | 304 | | IsFsfLibre = true, |
| 1 | 305 | | IsOsiApproved = true, |
| 1 | 306 | | Catalog = _creationInfo.Catalog, |
| 1 | 307 | | CreationInfo = _creationInfo |
| 1 | 308 | | }; |
| 1 | 309 | | public static readonly ListedLicense AGPL_3_0_OR_LATER = new ListedLicense |
| 1 | 310 | | { |
| 1 | 311 | | SpdxId = new Uri("http://spdx.org/licenses/AGPL-3.0-or-later"), |
| 1 | 312 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 313 | | SeeAlso = [ |
| 1 | 314 | | new Uri("https://opensource.org/licenses/AGPL-3.0"), |
| 1 | 315 | | new Uri("https://www.gnu.org/licenses/agpl.txt") |
| 1 | 316 | | ], |
| 1 | 317 | | LicenseText = ReadResource("AGPL-3.0-or-later.fulltext.txt"), |
| 1 | 318 | | StandardLicenseTemplate = ReadResource("AGPL-3.0-or-later.template.txt"), |
| 1 | 319 | | StandardLicenseHeader = ReadResource("AGPL-3.0-or-later.header.txt"), |
| 1 | 320 | | Comment = "This version was released: 19 November 2007. This license identifier refers to the choice to use code |
| 1 | 321 | | IsFsfLibre = true, |
| 1 | 322 | | IsOsiApproved = true, |
| 1 | 323 | | Catalog = _creationInfo.Catalog, |
| 1 | 324 | | CreationInfo = _creationInfo |
| 1 | 325 | | }; |
| 1 | 326 | | public static readonly ListedLicense ALADDIN = new ListedLicense |
| 1 | 327 | | { |
| 1 | 328 | | SpdxId = new Uri("http://spdx.org/licenses/Aladdin"), |
| 1 | 329 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 330 | | SeeAlso = [ |
| 1 | 331 | | new Uri("http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm") |
| 1 | 332 | | ], |
| 1 | 333 | | LicenseText = ReadResource("Aladdin.fulltext.txt"), |
| 1 | 334 | | StandardLicenseTemplate = ReadResource("Aladdin.template.txt"), |
| 1 | 335 | | Comment = "This license was released 18 Nov 1999", |
| 1 | 336 | | Catalog = _creationInfo.Catalog, |
| 1 | 337 | | CreationInfo = _creationInfo |
| 1 | 338 | | }; |
| 1 | 339 | | public static readonly ListedLicense AMD_NEWLIB = new ListedLicense |
| 1 | 340 | | { |
| 1 | 341 | | SpdxId = new Uri("http://spdx.org/licenses/AMD-newlib"), |
| 1 | 342 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 343 | | SeeAlso = [ |
| 1 | 344 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/sys/a29khif/_close.S;h=04f52ae |
| 1 | 345 | | ], |
| 1 | 346 | | LicenseText = ReadResource("AMD-newlib.fulltext.txt"), |
| 1 | 347 | | StandardLicenseTemplate = ReadResource("AMD-newlib.template.txt"), |
| 1 | 348 | | Catalog = _creationInfo.Catalog, |
| 1 | 349 | | CreationInfo = _creationInfo |
| 1 | 350 | | }; |
| 1 | 351 | | public static readonly ListedLicense AMDPLPA = new ListedLicense |
| 1 | 352 | | { |
| 1 | 353 | | SpdxId = new Uri("http://spdx.org/licenses/AMDPLPA"), |
| 1 | 354 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 355 | | SeeAlso = [ |
| 1 | 356 | | new Uri("https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License") |
| 1 | 357 | | ], |
| 1 | 358 | | LicenseText = ReadResource("AMDPLPA.fulltext.txt"), |
| 1 | 359 | | StandardLicenseTemplate = ReadResource("AMDPLPA.template.txt"), |
| 1 | 360 | | Catalog = _creationInfo.Catalog, |
| 1 | 361 | | CreationInfo = _creationInfo |
| 1 | 362 | | }; |
| 1 | 363 | | public static readonly ListedLicense AML = new ListedLicense |
| 1 | 364 | | { |
| 1 | 365 | | SpdxId = new Uri("http://spdx.org/licenses/AML"), |
| 1 | 366 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 367 | | SeeAlso = [ |
| 1 | 368 | | new Uri("https://fedoraproject.org/wiki/Licensing/Apple_MIT_License") |
| 1 | 369 | | ], |
| 1 | 370 | | LicenseText = ReadResource("AML.fulltext.txt"), |
| 1 | 371 | | StandardLicenseTemplate = ReadResource("AML.template.txt"), |
| 1 | 372 | | Catalog = _creationInfo.Catalog, |
| 1 | 373 | | CreationInfo = _creationInfo |
| 1 | 374 | | }; |
| 1 | 375 | | public static readonly ListedLicense AML_GLSLANG = new ListedLicense |
| 1 | 376 | | { |
| 1 | 377 | | SpdxId = new Uri("http://spdx.org/licenses/AML-glslang"), |
| 1 | 378 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 379 | | SeeAlso = [ |
| 1 | 380 | | new Uri("https://docs.omniverse.nvidia.com/install-guide/latest/common/licenses.html"), |
| 1 | 381 | | new Uri("https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949") |
| 1 | 382 | | ], |
| 1 | 383 | | LicenseText = ReadResource("AML-glslang.fulltext.txt"), |
| 1 | 384 | | StandardLicenseTemplate = ReadResource("AML-glslang.template.txt"), |
| 1 | 385 | | Catalog = _creationInfo.Catalog, |
| 1 | 386 | | CreationInfo = _creationInfo |
| 1 | 387 | | }; |
| 1 | 388 | | public static readonly ListedLicense AMPAS = new ListedLicense |
| 1 | 389 | | { |
| 1 | 390 | | SpdxId = new Uri("http://spdx.org/licenses/AMPAS"), |
| 1 | 391 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 392 | | SeeAlso = [ |
| 1 | 393 | | new Uri("https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD") |
| 1 | 394 | | ], |
| 1 | 395 | | LicenseText = ReadResource("AMPAS.fulltext.txt"), |
| 1 | 396 | | StandardLicenseTemplate = ReadResource("AMPAS.template.txt"), |
| 1 | 397 | | Catalog = _creationInfo.Catalog, |
| 1 | 398 | | CreationInfo = _creationInfo |
| 1 | 399 | | }; |
| 1 | 400 | | public static readonly ListedLicense ANTLR_PD = new ListedLicense |
| 1 | 401 | | { |
| 1 | 402 | | SpdxId = new Uri("http://spdx.org/licenses/ANTLR-PD"), |
| 1 | 403 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 404 | | SeeAlso = [ |
| 1 | 405 | | new Uri("http://www.antlr2.org/license.html") |
| 1 | 406 | | ], |
| 1 | 407 | | LicenseText = ReadResource("ANTLR-PD.fulltext.txt"), |
| 1 | 408 | | StandardLicenseTemplate = ReadResource("ANTLR-PD.template.txt"), |
| 1 | 409 | | Comment = "ANTLR used this public domain notice through version 2.7 and then switched to a BSD license for versi |
| 1 | 410 | | Catalog = _creationInfo.Catalog, |
| 1 | 411 | | CreationInfo = _creationInfo |
| 1 | 412 | | }; |
| 1 | 413 | | public static readonly ListedLicense ANTLR_PD_FALLBACK = new ListedLicense |
| 1 | 414 | | { |
| 1 | 415 | | SpdxId = new Uri("http://spdx.org/licenses/ANTLR-PD-fallback"), |
| 1 | 416 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 417 | | SeeAlso = [ |
| 1 | 418 | | new Uri("http://www.antlr2.org/license.html") |
| 1 | 419 | | ], |
| 1 | 420 | | LicenseText = ReadResource("ANTLR-PD-fallback.fulltext.txt"), |
| 1 | 421 | | StandardLicenseTemplate = ReadResource("ANTLR-PD-fallback.template.txt"), |
| 1 | 422 | | Comment = "ANTLR used a public domain notice through version 2.7 and then switched to a BSD license for version |
| 1 | 423 | | Catalog = _creationInfo.Catalog, |
| 1 | 424 | | CreationInfo = _creationInfo |
| 1 | 425 | | }; |
| 1 | 426 | | public static readonly ListedLicense ANY_OSI = new ListedLicense |
| 1 | 427 | | { |
| 1 | 428 | | SpdxId = new Uri("http://spdx.org/licenses/any-OSI"), |
| 1 | 429 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 430 | | SeeAlso = [ |
| 1 | 431 | | new Uri("https://metacpan.org/pod/Exporter::Tidy#LICENSE") |
| 1 | 432 | | ], |
| 1 | 433 | | LicenseText = ReadResource("any-OSI.fulltext.txt"), |
| 1 | 434 | | StandardLicenseTemplate = ReadResource("any-OSI.template.txt"), |
| 1 | 435 | | Catalog = _creationInfo.Catalog, |
| 1 | 436 | | CreationInfo = _creationInfo |
| 1 | 437 | | }; |
| 1 | 438 | | public static readonly ListedLicense ANY_OSI_PERL_MODULES = new ListedLicense |
| 1 | 439 | | { |
| 1 | 440 | | SpdxId = new Uri("http://spdx.org/licenses/any-OSI-perl-modules"), |
| 1 | 441 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 442 | | SeeAlso = [ |
| 1 | 443 | | new Uri("https://metacpan.org/pod/Net::MQTT::Simple#LICENSE"), |
| 1 | 444 | | new Uri("https://metacpan.org/pod/Qmail::Deliverable::Client#LICENSE"), |
| 1 | 445 | | new Uri("https://metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE") |
| 1 | 446 | | ], |
| 1 | 447 | | LicenseText = ReadResource("any-OSI-perl-modules.fulltext.txt"), |
| 1 | 448 | | StandardLicenseTemplate = ReadResource("any-OSI-perl-modules.template.txt"), |
| 1 | 449 | | Comment = "This is similar in spirit to any-OSI, but has some more specific text. It is used in several Perl mod |
| 1 | 450 | | Catalog = _creationInfo.Catalog, |
| 1 | 451 | | CreationInfo = _creationInfo |
| 1 | 452 | | }; |
| 1 | 453 | | public static readonly ListedLicense APACHE_1_0 = new ListedLicense |
| 1 | 454 | | { |
| 1 | 455 | | SpdxId = new Uri("http://spdx.org/licenses/Apache-1.0"), |
| 1 | 456 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 457 | | SeeAlso = [ |
| 1 | 458 | | new Uri("http://www.apache.org/licenses/LICENSE-1.0") |
| 1 | 459 | | ], |
| 1 | 460 | | LicenseText = ReadResource("Apache-1.0.fulltext.txt"), |
| 1 | 461 | | StandardLicenseTemplate = ReadResource("Apache-1.0.template.txt"), |
| 1 | 462 | | IsFsfLibre = true, |
| 1 | 463 | | IsOsiApproved = false, |
| 1 | 464 | | Catalog = _creationInfo.Catalog, |
| 1 | 465 | | CreationInfo = _creationInfo |
| 1 | 466 | | }; |
| 1 | 467 | | public static readonly ListedLicense APACHE_1_1 = new ListedLicense |
| 1 | 468 | | { |
| 1 | 469 | | SpdxId = new Uri("http://spdx.org/licenses/Apache-1.1"), |
| 1 | 470 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 471 | | SeeAlso = [ |
| 1 | 472 | | new Uri("http://apache.org/licenses/LICENSE-1.1"), |
| 1 | 473 | | new Uri("https://opensource.org/licenses/Apache-1.1") |
| 1 | 474 | | ], |
| 1 | 475 | | LicenseText = ReadResource("Apache-1.1.fulltext.txt"), |
| 1 | 476 | | StandardLicenseTemplate = ReadResource("Apache-1.1.template.txt"), |
| 1 | 477 | | Comment = "This license has been superseded by Apache License 2.0", |
| 1 | 478 | | IsFsfLibre = true, |
| 1 | 479 | | IsOsiApproved = true, |
| 1 | 480 | | Catalog = _creationInfo.Catalog, |
| 1 | 481 | | CreationInfo = _creationInfo |
| 1 | 482 | | }; |
| 1 | 483 | | public static readonly ListedLicense APACHE_2_0 = new ListedLicense |
| 1 | 484 | | { |
| 1 | 485 | | SpdxId = new Uri("http://spdx.org/licenses/Apache-2.0"), |
| 1 | 486 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 487 | | SeeAlso = [ |
| 1 | 488 | | new Uri("https://opensource.org/licenses/Apache-2.0"), |
| 1 | 489 | | new Uri("https://www.apache.org/licenses/LICENSE-2.0") |
| 1 | 490 | | ], |
| 1 | 491 | | LicenseText = ReadResource("Apache-2.0.fulltext.txt"), |
| 1 | 492 | | StandardLicenseTemplate = ReadResource("Apache-2.0.template.txt"), |
| 1 | 493 | | StandardLicenseHeader = ReadResource("Apache-2.0.header.txt"), |
| 1 | 494 | | Comment = "This license was released January 2004", |
| 1 | 495 | | IsFsfLibre = true, |
| 1 | 496 | | IsOsiApproved = true, |
| 1 | 497 | | Catalog = _creationInfo.Catalog, |
| 1 | 498 | | CreationInfo = _creationInfo |
| 1 | 499 | | }; |
| 1 | 500 | | public static readonly ListedLicense APAFML = new ListedLicense |
| 1 | 501 | | { |
| 1 | 502 | | SpdxId = new Uri("http://spdx.org/licenses/APAFML"), |
| 1 | 503 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 504 | | SeeAlso = [ |
| 1 | 505 | | new Uri("https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM") |
| 1 | 506 | | ], |
| 1 | 507 | | LicenseText = ReadResource("APAFML.fulltext.txt"), |
| 1 | 508 | | StandardLicenseTemplate = ReadResource("APAFML.template.txt"), |
| 1 | 509 | | Catalog = _creationInfo.Catalog, |
| 1 | 510 | | CreationInfo = _creationInfo |
| 1 | 511 | | }; |
| 1 | 512 | | public static readonly ListedLicense APL_1_0 = new ListedLicense |
| 1 | 513 | | { |
| 1 | 514 | | SpdxId = new Uri("http://spdx.org/licenses/APL-1.0"), |
| 1 | 515 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 516 | | SeeAlso = [ |
| 1 | 517 | | new Uri("https://opensource.org/licenses/APL-1.0") |
| 1 | 518 | | ], |
| 1 | 519 | | LicenseText = ReadResource("APL-1.0.fulltext.txt"), |
| 1 | 520 | | StandardLicenseTemplate = ReadResource("APL-1.0.template.txt"), |
| 1 | 521 | | Catalog = _creationInfo.Catalog, |
| 1 | 522 | | CreationInfo = _creationInfo |
| 1 | 523 | | }; |
| 1 | 524 | | public static readonly ListedLicense APP_S2P = new ListedLicense |
| 1 | 525 | | { |
| 1 | 526 | | SpdxId = new Uri("http://spdx.org/licenses/App-s2p"), |
| 1 | 527 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 528 | | SeeAlso = [ |
| 1 | 529 | | new Uri("https://fedoraproject.org/wiki/Licensing/App-s2p") |
| 1 | 530 | | ], |
| 1 | 531 | | LicenseText = ReadResource("App-s2p.fulltext.txt"), |
| 1 | 532 | | StandardLicenseTemplate = ReadResource("App-s2p.template.txt"), |
| 1 | 533 | | Catalog = _creationInfo.Catalog, |
| 1 | 534 | | CreationInfo = _creationInfo |
| 1 | 535 | | }; |
| 1 | 536 | | public static readonly ListedLicense APSL_1_0 = new ListedLicense |
| 1 | 537 | | { |
| 1 | 538 | | SpdxId = new Uri("http://spdx.org/licenses/APSL-1.0"), |
| 1 | 539 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 540 | | SeeAlso = [ |
| 1 | 541 | | new Uri("https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0") |
| 1 | 542 | | ], |
| 1 | 543 | | LicenseText = ReadResource("APSL-1.0.fulltext.txt"), |
| 1 | 544 | | StandardLicenseTemplate = ReadResource("APSL-1.0.template.txt"), |
| 1 | 545 | | Comment = "This license was released 16 March 1999.", |
| 1 | 546 | | Catalog = _creationInfo.Catalog, |
| 1 | 547 | | CreationInfo = _creationInfo |
| 1 | 548 | | }; |
| 1 | 549 | | public static readonly ListedLicense APSL_1_1 = new ListedLicense |
| 1 | 550 | | { |
| 1 | 551 | | SpdxId = new Uri("http://spdx.org/licenses/APSL-1.1"), |
| 1 | 552 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 553 | | SeeAlso = [ |
| 1 | 554 | | new Uri("http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE") |
| 1 | 555 | | ], |
| 1 | 556 | | LicenseText = ReadResource("APSL-1.1.fulltext.txt"), |
| 1 | 557 | | StandardLicenseTemplate = ReadResource("APSL-1.1.template.txt"), |
| 1 | 558 | | Comment = "This license was released 19 April 1999.", |
| 1 | 559 | | Catalog = _creationInfo.Catalog, |
| 1 | 560 | | CreationInfo = _creationInfo |
| 1 | 561 | | }; |
| 1 | 562 | | public static readonly ListedLicense APSL_1_2 = new ListedLicense |
| 1 | 563 | | { |
| 1 | 564 | | SpdxId = new Uri("http://spdx.org/licenses/APSL-1.2"), |
| 1 | 565 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 566 | | SeeAlso = [ |
| 1 | 567 | | new Uri("http://www.samurajdata.se/opensource/mirror/licenses/apsl.php") |
| 1 | 568 | | ], |
| 1 | 569 | | LicenseText = ReadResource("APSL-1.2.fulltext.txt"), |
| 1 | 570 | | StandardLicenseTemplate = ReadResource("APSL-1.2.template.txt"), |
| 1 | 571 | | Comment = "This license was released 4 Jan 2001.", |
| 1 | 572 | | Catalog = _creationInfo.Catalog, |
| 1 | 573 | | CreationInfo = _creationInfo |
| 1 | 574 | | }; |
| 1 | 575 | | public static readonly ListedLicense APSL_2_0 = new ListedLicense |
| 1 | 576 | | { |
| 1 | 577 | | SpdxId = new Uri("http://spdx.org/licenses/APSL-2.0"), |
| 1 | 578 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 579 | | SeeAlso = [ |
| 1 | 580 | | new Uri("http://www.opensource.apple.com/license/apsl/") |
| 1 | 581 | | ], |
| 1 | 582 | | LicenseText = ReadResource("APSL-2.0.fulltext.txt"), |
| 1 | 583 | | StandardLicenseTemplate = ReadResource("APSL-2.0.template.txt"), |
| 1 | 584 | | StandardLicenseHeader = ReadResource("APSL-2.0.header.txt"), |
| 1 | 585 | | Comment = "This license was released: 6 August 2003.", |
| 1 | 586 | | IsFsfLibre = true, |
| 1 | 587 | | IsOsiApproved = true, |
| 1 | 588 | | Catalog = _creationInfo.Catalog, |
| 1 | 589 | | CreationInfo = _creationInfo |
| 1 | 590 | | }; |
| 1 | 591 | | public static readonly ListedLicense ARPHIC_1999 = new ListedLicense |
| 1 | 592 | | { |
| 1 | 593 | | SpdxId = new Uri("http://spdx.org/licenses/Arphic-1999"), |
| 1 | 594 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 595 | | SeeAlso = [ |
| 1 | 596 | | new Uri("http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE") |
| 1 | 597 | | ], |
| 1 | 598 | | LicenseText = ReadResource("Arphic-1999.fulltext.txt"), |
| 1 | 599 | | StandardLicenseTemplate = ReadResource("Arphic-1999.template.txt"), |
| 1 | 600 | | Catalog = _creationInfo.Catalog, |
| 1 | 601 | | CreationInfo = _creationInfo |
| 1 | 602 | | }; |
| 1 | 603 | | public static readonly ListedLicense ARTISTIC_1_0 = new ListedLicense |
| 1 | 604 | | { |
| 1 | 605 | | SpdxId = new Uri("http://spdx.org/licenses/Artistic-1.0"), |
| 1 | 606 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 607 | | SeeAlso = [ |
| 1 | 608 | | new Uri("https://opensource.org/licenses/Artistic-1.0") |
| 1 | 609 | | ], |
| 1 | 610 | | LicenseText = ReadResource("Artistic-1.0.fulltext.txt"), |
| 1 | 611 | | StandardLicenseTemplate = ReadResource("Artistic-1.0.template.txt"), |
| 1 | 612 | | Comment = "This license was superseded by v2.0. This is Artistic License 1.0 as found on OSI site, excluding cla |
| 1 | 613 | | Catalog = _creationInfo.Catalog, |
| 1 | 614 | | CreationInfo = _creationInfo |
| 1 | 615 | | }; |
| 1 | 616 | | public static readonly ListedLicense ARTISTIC_1_0_CL8 = new ListedLicense |
| 1 | 617 | | { |
| 1 | 618 | | SpdxId = new Uri("http://spdx.org/licenses/Artistic-1.0-cl8"), |
| 1 | 619 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 620 | | SeeAlso = [ |
| 1 | 621 | | new Uri("https://opensource.org/licenses/Artistic-1.0") |
| 1 | 622 | | ], |
| 1 | 623 | | LicenseText = ReadResource("Artistic-1.0-cl8.fulltext.txt"), |
| 1 | 624 | | StandardLicenseTemplate = ReadResource("Artistic-1.0-cl8.template.txt"), |
| 1 | 625 | | Comment = "This license was superseded by v2.0. This is Artistic License 1.0 as found on OSI site, including cla |
| 1 | 626 | | Catalog = _creationInfo.Catalog, |
| 1 | 627 | | CreationInfo = _creationInfo |
| 1 | 628 | | }; |
| 1 | 629 | | public static readonly ListedLicense ARTISTIC_1_0_PERL = new ListedLicense |
| 1 | 630 | | { |
| 1 | 631 | | SpdxId = new Uri("http://spdx.org/licenses/Artistic-1.0-Perl"), |
| 1 | 632 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 633 | | SeeAlso = [ |
| 1 | 634 | | new Uri("http://dev.perl.org/licenses/artistic.html") |
| 1 | 635 | | ], |
| 1 | 636 | | LicenseText = ReadResource("Artistic-1.0-Perl.fulltext.txt"), |
| 1 | 637 | | StandardLicenseTemplate = ReadResource("Artistic-1.0-Perl.template.txt"), |
| 1 | 638 | | Comment = "This is the Artistic License 1.0 found on the Perl site, which is different (particularly, clauses 5, |
| 1 | 639 | | Catalog = _creationInfo.Catalog, |
| 1 | 640 | | CreationInfo = _creationInfo |
| 1 | 641 | | }; |
| 1 | 642 | | public static readonly ListedLicense ARTISTIC_2_0 = new ListedLicense |
| 1 | 643 | | { |
| 1 | 644 | | SpdxId = new Uri("http://spdx.org/licenses/Artistic-2.0"), |
| 1 | 645 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 646 | | SeeAlso = [ |
| 1 | 647 | | new Uri("http://www.perlfoundation.org/artistic_license_2_0"), |
| 1 | 648 | | new Uri("https://opensource.org/licenses/artistic-license-2.0"), |
| 1 | 649 | | new Uri("https://www.perlfoundation.org/artistic-license-20.html") |
| 1 | 650 | | ], |
| 1 | 651 | | LicenseText = ReadResource("Artistic-2.0.fulltext.txt"), |
| 1 | 652 | | StandardLicenseTemplate = ReadResource("Artistic-2.0.template.txt"), |
| 1 | 653 | | Comment = "This license was released: 2006", |
| 1 | 654 | | IsFsfLibre = true, |
| 1 | 655 | | IsOsiApproved = true, |
| 1 | 656 | | Catalog = _creationInfo.Catalog, |
| 1 | 657 | | CreationInfo = _creationInfo |
| 1 | 658 | | }; |
| 1 | 659 | | public static readonly ListedLicense ARTISTIC_DIST = new ListedLicense |
| 1 | 660 | | { |
| 1 | 661 | | SpdxId = new Uri("http://spdx.org/licenses/Artistic-dist"), |
| 1 | 662 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 663 | | SeeAlso = [ |
| 1 | 664 | | new Uri("https://github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L27 |
| 1 | 665 | | ], |
| 1 | 666 | | LicenseText = ReadResource("Artistic-dist.fulltext.txt"), |
| 1 | 667 | | StandardLicenseTemplate = ReadResource("Artistic-dist.template.txt"), |
| 1 | 668 | | Comment = "This license is very similar to Artistic-1.0-Perl, but uses a different clause 7 and has changes in c |
| 1 | 669 | | Catalog = _creationInfo.Catalog, |
| 1 | 670 | | CreationInfo = _creationInfo |
| 1 | 671 | | }; |
| 1 | 672 | | public static readonly ListedLicense ASWF_DIGITAL_ASSETS_1_0 = new ListedLicense |
| 1 | 673 | | { |
| 1 | 674 | | SpdxId = new Uri("http://spdx.org/licenses/ASWF-Digital-Assets-1.0"), |
| 1 | 675 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 676 | | SeeAlso = [ |
| 1 | 677 | | new Uri("https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_asset |
| 1 | 678 | | ], |
| 1 | 679 | | LicenseText = ReadResource("ASWF-Digital-Assets-1.0.fulltext.txt"), |
| 1 | 680 | | StandardLicenseTemplate = ReadResource("ASWF-Digital-Assets-1.0.template.txt"), |
| 1 | 681 | | Catalog = _creationInfo.Catalog, |
| 1 | 682 | | CreationInfo = _creationInfo |
| 1 | 683 | | }; |
| 1 | 684 | | public static readonly ListedLicense ASWF_DIGITAL_ASSETS_1_1 = new ListedLicense |
| 1 | 685 | | { |
| 1 | 686 | | SpdxId = new Uri("http://spdx.org/licenses/ASWF-Digital-Assets-1.1"), |
| 1 | 687 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 688 | | SeeAlso = [ |
| 1 | 689 | | new Uri("https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_asset |
| 1 | 690 | | ], |
| 1 | 691 | | LicenseText = ReadResource("ASWF-Digital-Assets-1.1.fulltext.txt"), |
| 1 | 692 | | StandardLicenseTemplate = ReadResource("ASWF-Digital-Assets-1.1.template.txt"), |
| 1 | 693 | | Catalog = _creationInfo.Catalog, |
| 1 | 694 | | CreationInfo = _creationInfo |
| 1 | 695 | | }; |
| 1 | 696 | | public static readonly ListedLicense BAEKMUK = new ListedLicense |
| 1 | 697 | | { |
| 1 | 698 | | SpdxId = new Uri("http://spdx.org/licenses/Baekmuk"), |
| 1 | 699 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 700 | | SeeAlso = [ |
| 1 | 701 | | new Uri("https://fedoraproject.org/wiki/Licensing:Baekmuk?rd=Licensing/Baekmuk") |
| 1 | 702 | | ], |
| 1 | 703 | | LicenseText = ReadResource("Baekmuk.fulltext.txt"), |
| 1 | 704 | | StandardLicenseTemplate = ReadResource("Baekmuk.template.txt"), |
| 1 | 705 | | Catalog = _creationInfo.Catalog, |
| 1 | 706 | | CreationInfo = _creationInfo |
| 1 | 707 | | }; |
| 1 | 708 | | public static readonly ListedLicense BAHYPH = new ListedLicense |
| 1 | 709 | | { |
| 1 | 710 | | SpdxId = new Uri("http://spdx.org/licenses/Bahyph"), |
| 1 | 711 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 712 | | SeeAlso = [ |
| 1 | 713 | | new Uri("https://fedoraproject.org/wiki/Licensing/Bahyph") |
| 1 | 714 | | ], |
| 1 | 715 | | LicenseText = ReadResource("Bahyph.fulltext.txt"), |
| 1 | 716 | | StandardLicenseTemplate = ReadResource("Bahyph.template.txt"), |
| 1 | 717 | | Catalog = _creationInfo.Catalog, |
| 1 | 718 | | CreationInfo = _creationInfo |
| 1 | 719 | | }; |
| 1 | 720 | | public static readonly ListedLicense BARR = new ListedLicense |
| 1 | 721 | | { |
| 1 | 722 | | SpdxId = new Uri("http://spdx.org/licenses/Barr"), |
| 1 | 723 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 724 | | SeeAlso = [ |
| 1 | 725 | | new Uri("https://fedoraproject.org/wiki/Licensing/Barr") |
| 1 | 726 | | ], |
| 1 | 727 | | LicenseText = ReadResource("Barr.fulltext.txt"), |
| 1 | 728 | | StandardLicenseTemplate = ReadResource("Barr.template.txt"), |
| 1 | 729 | | Catalog = _creationInfo.Catalog, |
| 1 | 730 | | CreationInfo = _creationInfo |
| 1 | 731 | | }; |
| 1 | 732 | | public static readonly ListedLicense BCRYPT_SOLAR_DESIGNER = new ListedLicense |
| 1 | 733 | | { |
| 1 | 734 | | SpdxId = new Uri("http://spdx.org/licenses/bcrypt-Solar-Designer"), |
| 1 | 735 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 736 | | SeeAlso = [ |
| 1 | 737 | | new Uri("https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c") |
| 1 | 738 | | ], |
| 1 | 739 | | LicenseText = ReadResource("bcrypt-Solar-Designer.fulltext.txt"), |
| 1 | 740 | | StandardLicenseTemplate = ReadResource("bcrypt-Solar-Designer.template.txt"), |
| 1 | 741 | | Catalog = _creationInfo.Catalog, |
| 1 | 742 | | CreationInfo = _creationInfo |
| 1 | 743 | | }; |
| 1 | 744 | | public static readonly ListedLicense BEERWARE = new ListedLicense |
| 1 | 745 | | { |
| 1 | 746 | | SpdxId = new Uri("http://spdx.org/licenses/Beerware"), |
| 1 | 747 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 748 | | SeeAlso = [ |
| 1 | 749 | | new Uri("https://fedoraproject.org/wiki/Licensing/Beerware"), |
| 1 | 750 | | new Uri("https://people.freebsd.org/~phk/") |
| 1 | 751 | | ], |
| 1 | 752 | | LicenseText = ReadResource("Beerware.fulltext.txt"), |
| 1 | 753 | | StandardLicenseTemplate = ReadResource("Beerware.template.txt"), |
| 1 | 754 | | Catalog = _creationInfo.Catalog, |
| 1 | 755 | | CreationInfo = _creationInfo |
| 1 | 756 | | }; |
| 1 | 757 | | public static readonly ListedLicense BITSTREAM_CHARTER = new ListedLicense |
| 1 | 758 | | { |
| 1 | 759 | | SpdxId = new Uri("http://spdx.org/licenses/Bitstream-Charter"), |
| 1 | 760 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 761 | | SeeAlso = [ |
| 1 | 762 | | new Uri("https://fedoraproject.org/wiki/Licensing/Charter#License_Text"), |
| 1 | 763 | | new Uri("https://raw.githubusercontent.com/blackhole89/notekit/master/data/fonts/Charter%20license.txt") |
| 1 | 764 | | ], |
| 1 | 765 | | LicenseText = ReadResource("Bitstream-Charter.fulltext.txt"), |
| 1 | 766 | | StandardLicenseTemplate = ReadResource("Bitstream-Charter.template.txt"), |
| 1 | 767 | | Catalog = _creationInfo.Catalog, |
| 1 | 768 | | CreationInfo = _creationInfo |
| 1 | 769 | | }; |
| 1 | 770 | | public static readonly ListedLicense BITSTREAM_VERA = new ListedLicense |
| 1 | 771 | | { |
| 1 | 772 | | SpdxId = new Uri("http://spdx.org/licenses/Bitstream-Vera"), |
| 1 | 773 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 774 | | SeeAlso = [ |
| 1 | 775 | | new Uri("https://docubrain.com/sites/default/files/licenses/bitstream-vera.html"), |
| 1 | 776 | | new Uri("https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/") |
| 1 | 777 | | ], |
| 1 | 778 | | LicenseText = ReadResource("Bitstream-Vera.fulltext.txt"), |
| 1 | 779 | | StandardLicenseTemplate = ReadResource("Bitstream-Vera.template.txt"), |
| 1 | 780 | | Catalog = _creationInfo.Catalog, |
| 1 | 781 | | CreationInfo = _creationInfo |
| 1 | 782 | | }; |
| 1 | 783 | | public static readonly ListedLicense BITTORRENT_1_0 = new ListedLicense |
| 1 | 784 | | { |
| 1 | 785 | | SpdxId = new Uri("http://spdx.org/licenses/BitTorrent-1.0"), |
| 1 | 786 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 787 | | SeeAlso = [ |
| 1 | 788 | | new Uri("http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_ |
| 1 | 789 | | ], |
| 1 | 790 | | LicenseText = ReadResource("BitTorrent-1.0.fulltext.txt"), |
| 1 | 791 | | StandardLicenseTemplate = ReadResource("BitTorrent-1.0.template.txt"), |
| 1 | 792 | | StandardLicenseHeader = ReadResource("BitTorrent-1.0.header.txt"), |
| 1 | 793 | | Catalog = _creationInfo.Catalog, |
| 1 | 794 | | CreationInfo = _creationInfo |
| 1 | 795 | | }; |
| 1 | 796 | | public static readonly ListedLicense BITTORRENT_1_1 = new ListedLicense |
| 1 | 797 | | { |
| 1 | 798 | | SpdxId = new Uri("http://spdx.org/licenses/BitTorrent-1.1"), |
| 1 | 799 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 800 | | SeeAlso = [ |
| 1 | 801 | | new Uri("http://directory.fsf.org/wiki/License:BitTorrentOSL1.1") |
| 1 | 802 | | ], |
| 1 | 803 | | LicenseText = ReadResource("BitTorrent-1.1.fulltext.txt"), |
| 1 | 804 | | StandardLicenseTemplate = ReadResource("BitTorrent-1.1.template.txt"), |
| 1 | 805 | | StandardLicenseHeader = ReadResource("BitTorrent-1.1.header.txt"), |
| 1 | 806 | | Comment = "The upstream Exhibit A suggests the wrong version number.", |
| 1 | 807 | | IsFsfLibre = true, |
| 1 | 808 | | IsOsiApproved = false, |
| 1 | 809 | | Catalog = _creationInfo.Catalog, |
| 1 | 810 | | CreationInfo = _creationInfo |
| 1 | 811 | | }; |
| 1 | 812 | | public static readonly ListedLicense BLESSING = new ListedLicense |
| 1 | 813 | | { |
| 1 | 814 | | SpdxId = new Uri("http://spdx.org/licenses/blessing"), |
| 1 | 815 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 816 | | SeeAlso = [ |
| 1 | 817 | | new Uri("https://sqlite.org/src/artifact/df5091916dbb40e6"), |
| 1 | 818 | | new Uri("https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9") |
| 1 | 819 | | ], |
| 1 | 820 | | LicenseText = ReadResource("blessing.fulltext.txt"), |
| 1 | 821 | | StandardLicenseTemplate = ReadResource("blessing.template.txt"), |
| 1 | 822 | | Catalog = _creationInfo.Catalog, |
| 1 | 823 | | CreationInfo = _creationInfo |
| 1 | 824 | | }; |
| 1 | 825 | | public static readonly ListedLicense BLUEOAK_1_0_0 = new ListedLicense |
| 1 | 826 | | { |
| 1 | 827 | | SpdxId = new Uri("http://spdx.org/licenses/BlueOak-1.0.0"), |
| 1 | 828 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 829 | | SeeAlso = [ |
| 1 | 830 | | new Uri("https://blueoakcouncil.org/license/1.0.0") |
| 1 | 831 | | ], |
| 1 | 832 | | LicenseText = ReadResource("BlueOak-1.0.0.fulltext.txt"), |
| 1 | 833 | | StandardLicenseTemplate = ReadResource("BlueOak-1.0.0.template.txt"), |
| 1 | 834 | | Comment = "This license was released on March 6, 2019.", |
| 1 | 835 | | Catalog = _creationInfo.Catalog, |
| 1 | 836 | | CreationInfo = _creationInfo |
| 1 | 837 | | }; |
| 1 | 838 | | public static readonly ListedLicense BOEHM_GC = new ListedLicense |
| 1 | 839 | | { |
| 1 | 840 | | SpdxId = new Uri("http://spdx.org/licenses/Boehm-GC"), |
| 1 | 841 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 842 | | SeeAlso = [ |
| 1 | 843 | | new Uri("https://fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)"), |
| 1 | 844 | | new Uri("https://github.com/ivmai/libatomic_ops/blob/master/LICENSE"), |
| 1 | 845 | | new Uri("https://github.com/uim/libgcroots/blob/master/COPYING") |
| 1 | 846 | | ], |
| 1 | 847 | | LicenseText = ReadResource("Boehm-GC.fulltext.txt"), |
| 1 | 848 | | StandardLicenseTemplate = ReadResource("Boehm-GC.template.txt"), |
| 1 | 849 | | Catalog = _creationInfo.Catalog, |
| 1 | 850 | | CreationInfo = _creationInfo |
| 1 | 851 | | }; |
| 1 | 852 | | public static readonly ListedLicense BOEHM_GC_WITHOUT_FEE = new ListedLicense |
| 1 | 853 | | { |
| 1 | 854 | | SpdxId = new Uri("http://spdx.org/licenses/Boehm-GC-without-fee"), |
| 1 | 855 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 856 | | SeeAlso = [ |
| 1 | 857 | | new Uri("https://github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc") |
| 1 | 858 | | ], |
| 1 | 859 | | LicenseText = ReadResource("Boehm-GC-without-fee.fulltext.txt"), |
| 1 | 860 | | StandardLicenseTemplate = ReadResource("Boehm-GC-without-fee.template.txt"), |
| 1 | 861 | | Comment = "This license is similar to Boehm-GC with slightly different wording and adds \"without fee\".", |
| 1 | 862 | | Catalog = _creationInfo.Catalog, |
| 1 | 863 | | CreationInfo = _creationInfo |
| 1 | 864 | | }; |
| 1 | 865 | | public static readonly ListedLicense BORCEUX = new ListedLicense |
| 1 | 866 | | { |
| 1 | 867 | | SpdxId = new Uri("http://spdx.org/licenses/Borceux"), |
| 1 | 868 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 869 | | SeeAlso = [ |
| 1 | 870 | | new Uri("https://fedoraproject.org/wiki/Licensing/Borceux") |
| 1 | 871 | | ], |
| 1 | 872 | | LicenseText = ReadResource("Borceux.fulltext.txt"), |
| 1 | 873 | | StandardLicenseTemplate = ReadResource("Borceux.template.txt"), |
| 1 | 874 | | Catalog = _creationInfo.Catalog, |
| 1 | 875 | | CreationInfo = _creationInfo |
| 1 | 876 | | }; |
| 1 | 877 | | public static readonly ListedLicense BRIAN_GLADMAN_2_CLAUSE = new ListedLicense |
| 1 | 878 | | { |
| 1 | 879 | | SpdxId = new Uri("http://spdx.org/licenses/Brian-Gladman-2-Clause"), |
| 1 | 880 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 881 | | SeeAlso = [ |
| 1 | 882 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156"), |
| 1 | 883 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 884 | | ], |
| 1 | 885 | | LicenseText = ReadResource("Brian-Gladman-2-Clause.fulltext.txt"), |
| 1 | 886 | | StandardLicenseTemplate = ReadResource("Brian-Gladman-2-Clause.template.txt"), |
| 1 | 887 | | Comment = "This is similar to Brian-Gladman-3-Clause but sort omits the third clause, adds \"without the payment |
| 1 | 888 | | Catalog = _creationInfo.Catalog, |
| 1 | 889 | | CreationInfo = _creationInfo |
| 1 | 890 | | }; |
| 1 | 891 | | public static readonly ListedLicense BRIAN_GLADMAN_3_CLAUSE = new ListedLicense |
| 1 | 892 | | { |
| 1 | 893 | | SpdxId = new Uri("http://spdx.org/licenses/Brian-Gladman-3-Clause"), |
| 1 | 894 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 895 | | SeeAlso = [ |
| 1 | 896 | | new Uri("https://github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h") |
| 1 | 897 | | ], |
| 1 | 898 | | LicenseText = ReadResource("Brian-Gladman-3-Clause.fulltext.txt"), |
| 1 | 899 | | StandardLicenseTemplate = ReadResource("Brian-Gladman-3-Clause.template.txt"), |
| 1 | 900 | | Catalog = _creationInfo.Catalog, |
| 1 | 901 | | CreationInfo = _creationInfo |
| 1 | 902 | | }; |
| 1 | 903 | | public static readonly ListedLicense BSD_1_CLAUSE = new ListedLicense |
| 1 | 904 | | { |
| 1 | 905 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-1-Clause"), |
| 1 | 906 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 907 | | SeeAlso = [ |
| 1 | 908 | | new Uri("https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823") |
| 1 | 909 | | ], |
| 1 | 910 | | LicenseText = ReadResource("BSD-1-Clause.fulltext.txt"), |
| 1 | 911 | | StandardLicenseTemplate = ReadResource("BSD-1-Clause.template.txt"), |
| 1 | 912 | | Catalog = _creationInfo.Catalog, |
| 1 | 913 | | CreationInfo = _creationInfo |
| 1 | 914 | | }; |
| 1 | 915 | | public static readonly ListedLicense BSD_2_CLAUSE = new ListedLicense |
| 1 | 916 | | { |
| 1 | 917 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause"), |
| 1 | 918 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 919 | | SeeAlso = [ |
| 1 | 920 | | new Uri("https://opensource.org/licenses/BSD-2-Clause") |
| 1 | 921 | | ], |
| 1 | 922 | | LicenseText = ReadResource("BSD-2-Clause.fulltext.txt"), |
| 1 | 923 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause.template.txt"), |
| 1 | 924 | | IsFsfLibre = true, |
| 1 | 925 | | IsOsiApproved = true, |
| 1 | 926 | | Catalog = _creationInfo.Catalog, |
| 1 | 927 | | CreationInfo = _creationInfo |
| 1 | 928 | | }; |
| 1 | 929 | | public static readonly ListedLicense BSD_2_CLAUSE_DARWIN = new ListedLicense |
| 1 | 930 | | { |
| 1 | 931 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-Darwin"), |
| 1 | 932 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 933 | | SeeAlso = [ |
| 1 | 934 | | new Uri("https://github.com/file/file/blob/master/COPYING") |
| 1 | 935 | | ], |
| 1 | 936 | | LicenseText = ReadResource("BSD-2-Clause-Darwin.fulltext.txt"), |
| 1 | 937 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-Darwin.template.txt"), |
| 1 | 938 | | Comment = "This is similar to BSD-2-Clause, except it adds \"immediately at the beginning of the file, without m |
| 1 | 939 | | Catalog = _creationInfo.Catalog, |
| 1 | 940 | | CreationInfo = _creationInfo |
| 1 | 941 | | }; |
| 1 | 942 | | public static readonly ListedLicense BSD_2_CLAUSE_FIRST_LINES = new ListedLicense |
| 1 | 943 | | { |
| 1 | 944 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-first-lines"), |
| 1 | 945 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 946 | | SeeAlso = [ |
| 1 | 947 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690"), |
| 1 | 948 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 949 | | ], |
| 1 | 950 | | LicenseText = ReadResource("BSD-2-Clause-first-lines.fulltext.txt"), |
| 1 | 951 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-first-lines.template.txt"), |
| 1 | 952 | | Comment = "This is the same as BSD-2-Clause, but adds a specific requirement to retain the notice in the first l |
| 1 | 953 | | Catalog = _creationInfo.Catalog, |
| 1 | 954 | | CreationInfo = _creationInfo |
| 1 | 955 | | }; |
| 1 | 956 | | public static readonly ListedLicense BSD_2_CLAUSE_FREEBSD = new ListedLicense |
| 1 | 957 | | { |
| 1 | 958 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-FreeBSD"), |
| 1 | 959 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 960 | | SeeAlso = [ |
| 1 | 961 | | new Uri("http://www.freebsd.org/copyright/freebsd-license.html") |
| 1 | 962 | | ], |
| 1 | 963 | | LicenseText = ReadResource("BSD-2-Clause-FreeBSD.fulltext.txt"), |
| 1 | 964 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-FreeBSD.template.txt"), |
| 1 | 965 | | Comment = "This license was deprecated because BSD-2-Clause-Views has been added, as a more generalized version; |
| 1 | 966 | | IsFsfLibre = true, |
| 1 | 967 | | IsOsiApproved = false, |
| 1 | 968 | | IsDeprecatedLicenseId = true, |
| 1 | 969 | | DeprecatedVersion = "3.10", |
| 1 | 970 | | Catalog = _creationInfo.Catalog, |
| 1 | 971 | | CreationInfo = _creationInfo |
| 1 | 972 | | }; |
| 1 | 973 | | public static readonly ListedLicense BSD_2_CLAUSE_NETBSD = new ListedLicense |
| 1 | 974 | | { |
| 1 | 975 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-NetBSD"), |
| 1 | 976 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 977 | | SeeAlso = [ |
| 1 | 978 | | new Uri("http://www.netbsd.org/about/redistribution.html#default") |
| 1 | 979 | | ], |
| 1 | 980 | | LicenseText = ReadResource("BSD-2-Clause-NetBSD.fulltext.txt"), |
| 1 | 981 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-NetBSD.template.txt"), |
| 1 | 982 | | Comment = "NetBSD adopted this 2-clause license in 2008 for code contributed to NetBSD Foundation. It is being d |
| 1 | 983 | | IsFsfLibre = true, |
| 1 | 984 | | IsOsiApproved = false, |
| 1 | 985 | | IsDeprecatedLicenseId = true, |
| 1 | 986 | | DeprecatedVersion = "3.9", |
| 1 | 987 | | Catalog = _creationInfo.Catalog, |
| 1 | 988 | | CreationInfo = _creationInfo |
| 1 | 989 | | }; |
| 1 | 990 | | public static readonly ListedLicense BSD_2_CLAUSE_PATENT = new ListedLicense |
| 1 | 991 | | { |
| 1 | 992 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-Patent"), |
| 1 | 993 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 994 | | SeeAlso = [ |
| 1 | 995 | | new Uri("https://opensource.org/licenses/BSDplusPatent") |
| 1 | 996 | | ], |
| 1 | 997 | | LicenseText = ReadResource("BSD-2-Clause-Patent.fulltext.txt"), |
| 1 | 998 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-Patent.template.txt"), |
| 1 | 999 | | Comment = "Note: This license is designed to provide: a) a simple permissive license; b) that is compatible with |
| 1 | 1000 | | Catalog = _creationInfo.Catalog, |
| 1 | 1001 | | CreationInfo = _creationInfo |
| 1 | 1002 | | }; |
| 1 | 1003 | | public static readonly ListedLicense BSD_2_CLAUSE_PKGCONF_DISCLAIMER = new ListedLicense |
| 1 | 1004 | | { |
| 1 | 1005 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-pkgconf-disclaimer"), |
| 1 | 1006 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1007 | | SeeAlso = [ |
| 1 | 1008 | | new Uri("https://github.com/audacious-media-player/audacious/blob/master/COPYING"), |
| 1 | 1009 | | new Uri("https://github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc") |
| 1 | 1010 | | ], |
| 1 | 1011 | | LicenseText = ReadResource("BSD-2-Clause-pkgconf-disclaimer.fulltext.txt"), |
| 1 | 1012 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-pkgconf-disclaimer.template.txt"), |
| 1 | 1013 | | Catalog = _creationInfo.Catalog, |
| 1 | 1014 | | CreationInfo = _creationInfo |
| 1 | 1015 | | }; |
| 1 | 1016 | | public static readonly ListedLicense BSD_2_CLAUSE_VIEWS = new ListedLicense |
| 1 | 1017 | | { |
| 1 | 1018 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-2-Clause-Views"), |
| 1 | 1019 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1020 | | SeeAlso = [ |
| 1 | 1021 | | new Uri("http://www.freebsd.org/copyright/freebsd-license.html"), |
| 1 | 1022 | | new Uri("https://github.com/protegeproject/protege/blob/master/license.txt"), |
| 1 | 1023 | | new Uri("https://people.freebsd.org/~ivoras/wine/patch-wine-nvidia.sh") |
| 1 | 1024 | | ], |
| 1 | 1025 | | LicenseText = ReadResource("BSD-2-Clause-Views.fulltext.txt"), |
| 1 | 1026 | | StandardLicenseTemplate = ReadResource("BSD-2-Clause-Views.template.txt"), |
| 1 | 1027 | | Comment = "This is a more generalized version of BSD-2-Clause-FreeBSD, which is now deprecated. It is identical |
| 1 | 1028 | | Catalog = _creationInfo.Catalog, |
| 1 | 1029 | | CreationInfo = _creationInfo |
| 1 | 1030 | | }; |
| 1 | 1031 | | public static readonly ListedLicense BSD_3_CLAUSE = new ListedLicense |
| 1 | 1032 | | { |
| 1 | 1033 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause"), |
| 1 | 1034 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1035 | | SeeAlso = [ |
| 1 | 1036 | | new Uri("https://opensource.org/licenses/BSD-3-Clause"), |
| 1 | 1037 | | new Uri("https://www.eclipse.org/org/documents/edl-v10.php") |
| 1 | 1038 | | ], |
| 1 | 1039 | | LicenseText = ReadResource("BSD-3-Clause.fulltext.txt"), |
| 1 | 1040 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause.template.txt"), |
| 1 | 1041 | | Comment = "Note for matching purposes, this license contains a number of equivalent variations, particularly in |
| 1 | 1042 | | IsFsfLibre = true, |
| 1 | 1043 | | IsOsiApproved = true, |
| 1 | 1044 | | Catalog = _creationInfo.Catalog, |
| 1 | 1045 | | CreationInfo = _creationInfo |
| 1 | 1046 | | }; |
| 1 | 1047 | | public static readonly ListedLicense BSD_3_CLAUSE_ACPICA = new ListedLicense |
| 1 | 1048 | | { |
| 1 | 1049 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-acpica"), |
| 1 | 1050 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1051 | | SeeAlso = [ |
| 1 | 1052 | | new Uri("https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119") |
| 1 | 1053 | | ], |
| 1 | 1054 | | LicenseText = ReadResource("BSD-3-Clause-acpica.fulltext.txt"), |
| 1 | 1055 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-acpica.template.txt"), |
| 1 | 1056 | | Catalog = _creationInfo.Catalog, |
| 1 | 1057 | | CreationInfo = _creationInfo |
| 1 | 1058 | | }; |
| 1 | 1059 | | public static readonly ListedLicense BSD_3_CLAUSE_ATTRIBUTION = new ListedLicense |
| 1 | 1060 | | { |
| 1 | 1061 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-Attribution"), |
| 1 | 1062 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1063 | | SeeAlso = [ |
| 1 | 1064 | | new Uri("https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution") |
| 1 | 1065 | | ], |
| 1 | 1066 | | LicenseText = ReadResource("BSD-3-Clause-Attribution.fulltext.txt"), |
| 1 | 1067 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-Attribution.template.txt"), |
| 1 | 1068 | | Catalog = _creationInfo.Catalog, |
| 1 | 1069 | | CreationInfo = _creationInfo |
| 1 | 1070 | | }; |
| 1 | 1071 | | public static readonly ListedLicense BSD_3_CLAUSE_CLEAR = new ListedLicense |
| 1 | 1072 | | { |
| 1 | 1073 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-Clear"), |
| 1 | 1074 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1075 | | SeeAlso = [ |
| 1 | 1076 | | new Uri("http://labs.metacarta.com/license-explanation.html#license") |
| 1 | 1077 | | ], |
| 1 | 1078 | | LicenseText = ReadResource("BSD-3-Clause-Clear.fulltext.txt"), |
| 1 | 1079 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-Clear.template.txt"), |
| 1 | 1080 | | Comment = "This is same as BSD-3-Clause but with explicit statement as to no patent rights granted in last parag |
| 1 | 1081 | | IsFsfLibre = true, |
| 1 | 1082 | | IsOsiApproved = false, |
| 1 | 1083 | | Catalog = _creationInfo.Catalog, |
| 1 | 1084 | | CreationInfo = _creationInfo |
| 1 | 1085 | | }; |
| 1 | 1086 | | public static readonly ListedLicense BSD_3_CLAUSE_FLEX = new ListedLicense |
| 1 | 1087 | | { |
| 1 | 1088 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-flex"), |
| 1 | 1089 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1090 | | SeeAlso = [ |
| 1 | 1091 | | new Uri("https://github.com/westes/flex/blob/master/COPYING") |
| 1 | 1092 | | ], |
| 1 | 1093 | | LicenseText = ReadResource("BSD-3-Clause-flex.fulltext.txt"), |
| 1 | 1094 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-flex.template.txt"), |
| 1 | 1095 | | Catalog = _creationInfo.Catalog, |
| 1 | 1096 | | CreationInfo = _creationInfo |
| 1 | 1097 | | }; |
| 1 | 1098 | | public static readonly ListedLicense BSD_3_CLAUSE_HP = new ListedLicense |
| 1 | 1099 | | { |
| 1 | 1100 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-HP"), |
| 1 | 1101 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1102 | | SeeAlso = [ |
| 1 | 1103 | | new Uri("https://github.com/zdohnal/hplip/blob/master/COPYING#L939") |
| 1 | 1104 | | ], |
| 1 | 1105 | | LicenseText = ReadResource("BSD-3-Clause-HP.fulltext.txt"), |
| 1 | 1106 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-HP.template.txt"), |
| 1 | 1107 | | Comment = "This license is almost identical to BSD-3-Clause, but adds \"patent infringement\" to the disclaimer. |
| 1 | 1108 | | Catalog = _creationInfo.Catalog, |
| 1 | 1109 | | CreationInfo = _creationInfo |
| 1 | 1110 | | }; |
| 1 | 1111 | | public static readonly ListedLicense BSD_3_CLAUSE_LBNL = new ListedLicense |
| 1 | 1112 | | { |
| 1 | 1113 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-LBNL"), |
| 1 | 1114 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1115 | | SeeAlso = [ |
| 1 | 1116 | | new Uri("https://fedoraproject.org/wiki/Licensing/LBNLBSD") |
| 1 | 1117 | | ], |
| 1 | 1118 | | LicenseText = ReadResource("BSD-3-Clause-LBNL.fulltext.txt"), |
| 1 | 1119 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-LBNL.template.txt"), |
| 1 | 1120 | | Comment = "This license is the same as BSD-3-Clause, but with an additional default contribution licensing claus |
| 1 | 1121 | | Catalog = _creationInfo.Catalog, |
| 1 | 1122 | | CreationInfo = _creationInfo |
| 1 | 1123 | | }; |
| 1 | 1124 | | public static readonly ListedLicense BSD_3_CLAUSE_MODIFICATION = new ListedLicense |
| 1 | 1125 | | { |
| 1 | 1126 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-Modification"), |
| 1 | 1127 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1128 | | SeeAlso = [ |
| 1 | 1129 | | new Uri("https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant") |
| 1 | 1130 | | ], |
| 1 | 1131 | | LicenseText = ReadResource("BSD-3-Clause-Modification.fulltext.txt"), |
| 1 | 1132 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-Modification.template.txt"), |
| 1 | 1133 | | Catalog = _creationInfo.Catalog, |
| 1 | 1134 | | CreationInfo = _creationInfo |
| 1 | 1135 | | }; |
| 1 | 1136 | | public static readonly ListedLicense BSD_3_CLAUSE_NO_MILITARY_LICENSE = new ListedLicense |
| 1 | 1137 | | { |
| 1 | 1138 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-No-Military-License"), |
| 1 | 1139 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1140 | | SeeAlso = [ |
| 1 | 1141 | | new Uri("https://github.com/greymass/swift-eosio/blob/master/LICENSE"), |
| 1 | 1142 | | new Uri("https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE") |
| 1 | 1143 | | ], |
| 1 | 1144 | | LicenseText = ReadResource("BSD-3-Clause-No-Military-License.fulltext.txt"), |
| 1 | 1145 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-No-Military-License.template.txt"), |
| 1 | 1146 | | Comment = "This is the same as BSD-3-Clause-No-Nuclear-License-2014, except the acknowledgement in the last para |
| 1 | 1147 | | Catalog = _creationInfo.Catalog, |
| 1 | 1148 | | CreationInfo = _creationInfo |
| 1 | 1149 | | }; |
| 1 | 1150 | | public static readonly ListedLicense BSD_3_CLAUSE_NO_NUCLEAR_LICENSE = new ListedLicense |
| 1 | 1151 | | { |
| 1 | 1152 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License"), |
| 1 | 1153 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1154 | | SeeAlso = [ |
| 1 | 1155 | | new Uri("http://download.oracle.com/otn-pub/java/licenses/bsd.txt") |
| 1 | 1156 | | ], |
| 1 | 1157 | | LicenseText = ReadResource("BSD-3-Clause-No-Nuclear-License.fulltext.txt"), |
| 1 | 1158 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-No-Nuclear-License.template.txt"), |
| 1 | 1159 | | Comment = "This license has an older Sun copyright notice and is the same license as BSD-3-Clause-No-Nuclear-War |
| 1 | 1160 | | Catalog = _creationInfo.Catalog, |
| 1 | 1161 | | CreationInfo = _creationInfo |
| 1 | 1162 | | }; |
| 1 | 1163 | | public static readonly ListedLicense BSD_3_CLAUSE_NO_NUCLEAR_LICENSE_2014 = new ListedLicense |
| 1 | 1164 | | { |
| 1 | 1165 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014"), |
| 1 | 1166 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1167 | | SeeAlso = [ |
| 1 | 1168 | | new Uri("https://java.net/projects/javaeetutorial/pages/BerkeleyLicense") |
| 1 | 1169 | | ], |
| 1 | 1170 | | LicenseText = ReadResource("BSD-3-Clause-No-Nuclear-License-2014.fulltext.txt"), |
| 1 | 1171 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-No-Nuclear-License-2014.template.txt"), |
| 1 | 1172 | | Comment = "This license has a Oracle copyright notice. It is the same license as BSD-3-Clause-No-Nuclear-License |
| 1 | 1173 | | Catalog = _creationInfo.Catalog, |
| 1 | 1174 | | CreationInfo = _creationInfo |
| 1 | 1175 | | }; |
| 1 | 1176 | | public static readonly ListedLicense BSD_3_CLAUSE_NO_NUCLEAR_WARRANTY = new ListedLicense |
| 1 | 1177 | | { |
| 1 | 1178 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty"), |
| 1 | 1179 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1180 | | SeeAlso = [ |
| 1 | 1181 | | new Uri("https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt") |
| 1 | 1182 | | ], |
| 1 | 1183 | | LicenseText = ReadResource("BSD-3-Clause-No-Nuclear-Warranty.fulltext.txt"), |
| 1 | 1184 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-No-Nuclear-Warranty.template.txt"), |
| 1 | 1185 | | Comment = "This license has a Sun copyright notice. It is the same license as BSD-3-Clause-No-Nuclear-License, e |
| 1 | 1186 | | Catalog = _creationInfo.Catalog, |
| 1 | 1187 | | CreationInfo = _creationInfo |
| 1 | 1188 | | }; |
| 1 | 1189 | | public static readonly ListedLicense BSD_3_CLAUSE_OPEN_MPI = new ListedLicense |
| 1 | 1190 | | { |
| 1 | 1191 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-Open-MPI"), |
| 1 | 1192 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1193 | | SeeAlso = [ |
| 1 | 1194 | | new Uri("http://www.netlib.org/lapack/LICENSE.txt"), |
| 1 | 1195 | | new Uri("https://www.open-mpi.org/community/license.php") |
| 1 | 1196 | | ], |
| 1 | 1197 | | LicenseText = ReadResource("BSD-3-Clause-Open-MPI.fulltext.txt"), |
| 1 | 1198 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-Open-MPI.template.txt"), |
| 1 | 1199 | | Comment = "This license is largely similar to BSD-3-Clause, but notably includes an additional paragraph between |
| 1 | 1200 | | Catalog = _creationInfo.Catalog, |
| 1 | 1201 | | CreationInfo = _creationInfo |
| 1 | 1202 | | }; |
| 1 | 1203 | | public static readonly ListedLicense BSD_3_CLAUSE_SUN = new ListedLicense |
| 1 | 1204 | | { |
| 1 | 1205 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-3-Clause-Sun"), |
| 1 | 1206 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1207 | | SeeAlso = [ |
| 1 | 1208 | | new Uri("https://github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/co |
| 1 | 1209 | | ], |
| 1 | 1210 | | LicenseText = ReadResource("BSD-3-Clause-Sun.fulltext.txt"), |
| 1 | 1211 | | StandardLicenseTemplate = ReadResource("BSD-3-Clause-Sun.template.txt"), |
| 1 | 1212 | | Comment = "This license is very similar to BSD-3-Clause-No-Nuclear-Warranty except it has variations in the disc |
| 1 | 1213 | | Catalog = _creationInfo.Catalog, |
| 1 | 1214 | | CreationInfo = _creationInfo |
| 1 | 1215 | | }; |
| 1 | 1216 | | public static readonly ListedLicense BSD_4_CLAUSE = new ListedLicense |
| 1 | 1217 | | { |
| 1 | 1218 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-4-Clause"), |
| 1 | 1219 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1220 | | SeeAlso = [ |
| 1 | 1221 | | new Uri("http://directory.fsf.org/wiki/License:BSD_4Clause") |
| 1 | 1222 | | ], |
| 1 | 1223 | | LicenseText = ReadResource("BSD-4-Clause.fulltext.txt"), |
| 1 | 1224 | | StandardLicenseTemplate = ReadResource("BSD-4-Clause.template.txt"), |
| 1 | 1225 | | Comment = "This license was rescinded by the author on 22 July 1999.", |
| 1 | 1226 | | IsFsfLibre = true, |
| 1 | 1227 | | IsOsiApproved = false, |
| 1 | 1228 | | Catalog = _creationInfo.Catalog, |
| 1 | 1229 | | CreationInfo = _creationInfo |
| 1 | 1230 | | }; |
| 1 | 1231 | | public static readonly ListedLicense BSD_4_CLAUSE_SHORTENED = new ListedLicense |
| 1 | 1232 | | { |
| 1 | 1233 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-4-Clause-Shortened"), |
| 1 | 1234 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1235 | | SeeAlso = [ |
| 1 | 1236 | | new Uri("https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright") |
| 1 | 1237 | | ], |
| 1 | 1238 | | LicenseText = ReadResource("BSD-4-Clause-Shortened.fulltext.txt"), |
| 1 | 1239 | | StandardLicenseTemplate = ReadResource("BSD-4-Clause-Shortened.template.txt"), |
| 1 | 1240 | | Catalog = _creationInfo.Catalog, |
| 1 | 1241 | | CreationInfo = _creationInfo |
| 1 | 1242 | | }; |
| 1 | 1243 | | public static readonly ListedLicense BSD_4_CLAUSE_UC = new ListedLicense |
| 1 | 1244 | | { |
| 1 | 1245 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-4-Clause-UC"), |
| 1 | 1246 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1247 | | SeeAlso = [ |
| 1 | 1248 | | new Uri("http://www.freebsd.org/copyright/license.html") |
| 1 | 1249 | | ], |
| 1 | 1250 | | LicenseText = ReadResource("BSD-4-Clause-UC.fulltext.txt"), |
| 1 | 1251 | | StandardLicenseTemplate = ReadResource("BSD-4-Clause-UC.template.txt"), |
| 1 | 1252 | | Comment = "This is the same license as the BSD-4-Clause, but with a copyright notice for the Regents of the Univ |
| 1 | 1253 | | Catalog = _creationInfo.Catalog, |
| 1 | 1254 | | CreationInfo = _creationInfo |
| 1 | 1255 | | }; |
| 1 | 1256 | | public static readonly ListedLicense BSD_4_3RENO = new ListedLicense |
| 1 | 1257 | | { |
| 1 | 1258 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-4.3RENO"), |
| 1 | 1259 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1260 | | SeeAlso = [ |
| 1 | 1261 | | new Uri("https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT#L55-63"), |
| 1 | 1262 | | new Uri("https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=libiberty/strcasecmp.c;h=131d81c2ce7881fa48 |
| 1 | 1263 | | ], |
| 1 | 1264 | | LicenseText = ReadResource("BSD-4.3RENO.fulltext.txt"), |
| 1 | 1265 | | StandardLicenseTemplate = ReadResource("BSD-4.3RENO.template.txt"), |
| 1 | 1266 | | Catalog = _creationInfo.Catalog, |
| 1 | 1267 | | CreationInfo = _creationInfo |
| 1 | 1268 | | }; |
| 1 | 1269 | | public static readonly ListedLicense BSD_4_3TAHOE = new ListedLicense |
| 1 | 1270 | | { |
| 1 | 1271 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-4.3TAHOE"), |
| 1 | 1272 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1273 | | SeeAlso = [ |
| 1 | 1274 | | new Uri("https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042b |
| 1 | 1275 | | new Uri("https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15") |
| 1 | 1276 | | ], |
| 1 | 1277 | | LicenseText = ReadResource("BSD-4.3TAHOE.fulltext.txt"), |
| 1 | 1278 | | StandardLicenseTemplate = ReadResource("BSD-4.3TAHOE.template.txt"), |
| 1 | 1279 | | Catalog = _creationInfo.Catalog, |
| 1 | 1280 | | CreationInfo = _creationInfo |
| 1 | 1281 | | }; |
| 1 | 1282 | | public static readonly ListedLicense BSD_ADVERTISING_ACKNOWLEDGEMENT = new ListedLicense |
| 1 | 1283 | | { |
| 1 | 1284 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Advertising-Acknowledgement"), |
| 1 | 1285 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1286 | | SeeAlso = [ |
| 1 | 1287 | | new Uri("https://github.com/python-excel/xlrd/blob/master/LICENSE#L33") |
| 1 | 1288 | | ], |
| 1 | 1289 | | LicenseText = ReadResource("BSD-Advertising-Acknowledgement.fulltext.txt"), |
| 1 | 1290 | | StandardLicenseTemplate = ReadResource("BSD-Advertising-Acknowledgement.template.txt"), |
| 1 | 1291 | | Comment = "This appears to be similar BSD-4-Clause, but replaces the \"no endorsement\" 4th clause with an attri |
| 1 | 1292 | | Catalog = _creationInfo.Catalog, |
| 1 | 1293 | | CreationInfo = _creationInfo |
| 1 | 1294 | | }; |
| 1 | 1295 | | public static readonly ListedLicense BSD_ATTRIBUTION_HPND_DISCLAIMER = new ListedLicense |
| 1 | 1296 | | { |
| 1 | 1297 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Attribution-HPND-disclaimer"), |
| 1 | 1298 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1299 | | SeeAlso = [ |
| 1 | 1300 | | new Uri("https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING") |
| 1 | 1301 | | ], |
| 1 | 1302 | | LicenseText = ReadResource("BSD-Attribution-HPND-disclaimer.fulltext.txt"), |
| 1 | 1303 | | StandardLicenseTemplate = ReadResource("BSD-Attribution-HPND-disclaimer.template.txt"), |
| 1 | 1304 | | Catalog = _creationInfo.Catalog, |
| 1 | 1305 | | CreationInfo = _creationInfo |
| 1 | 1306 | | }; |
| 1 | 1307 | | public static readonly ListedLicense BSD_INFERNO_NETTVERK = new ListedLicense |
| 1 | 1308 | | { |
| 1 | 1309 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Inferno-Nettverk"), |
| 1 | 1310 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1311 | | SeeAlso = [ |
| 1 | 1312 | | new Uri("https://www.inet.no/dante/LICENSE") |
| 1 | 1313 | | ], |
| 1 | 1314 | | LicenseText = ReadResource("BSD-Inferno-Nettverk.fulltext.txt"), |
| 1 | 1315 | | StandardLicenseTemplate = ReadResource("BSD-Inferno-Nettverk.template.txt"), |
| 1 | 1316 | | Comment = "This license is similar to BSD-4-Clause but it combines first two clauses and includes a request that |
| 1 | 1317 | | Catalog = _creationInfo.Catalog, |
| 1 | 1318 | | CreationInfo = _creationInfo |
| 1 | 1319 | | }; |
| 1 | 1320 | | public static readonly ListedLicense BSD_PROTECTION = new ListedLicense |
| 1 | 1321 | | { |
| 1 | 1322 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Protection"), |
| 1 | 1323 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1324 | | SeeAlso = [ |
| 1 | 1325 | | new Uri("https://fedoraproject.org/wiki/Licensing/BSD_Protection_License") |
| 1 | 1326 | | ], |
| 1 | 1327 | | LicenseText = ReadResource("BSD-Protection.fulltext.txt"), |
| 1 | 1328 | | StandardLicenseTemplate = ReadResource("BSD-Protection.template.txt"), |
| 1 | 1329 | | Catalog = _creationInfo.Catalog, |
| 1 | 1330 | | CreationInfo = _creationInfo |
| 1 | 1331 | | }; |
| 1 | 1332 | | public static readonly ListedLicense BSD_SOURCE_BEGINNING_FILE = new ListedLicense |
| 1 | 1333 | | { |
| 1 | 1334 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Source-beginning-file"), |
| 1 | 1335 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1336 | | SeeAlso = [ |
| 1 | 1337 | | new Uri("https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4") |
| 1 | 1338 | | ], |
| 1 | 1339 | | LicenseText = ReadResource("BSD-Source-beginning-file.fulltext.txt"), |
| 1 | 1340 | | StandardLicenseTemplate = ReadResource("BSD-Source-beginning-file.template.txt"), |
| 1 | 1341 | | Comment = "This license is mostly the same as BSD-Source-Code but adds includes a specific requirement requiring |
| 1 | 1342 | | Catalog = _creationInfo.Catalog, |
| 1 | 1343 | | CreationInfo = _creationInfo |
| 1 | 1344 | | }; |
| 1 | 1345 | | public static readonly ListedLicense BSD_SOURCE_CODE = new ListedLicense |
| 1 | 1346 | | { |
| 1 | 1347 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Source-Code"), |
| 1 | 1348 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1349 | | SeeAlso = [ |
| 1 | 1350 | | new Uri("https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt") |
| 1 | 1351 | | ], |
| 1 | 1352 | | LicenseText = ReadResource("BSD-Source-Code.fulltext.txt"), |
| 1 | 1353 | | StandardLicenseTemplate = ReadResource("BSD-Source-Code.template.txt"), |
| 1 | 1354 | | Catalog = _creationInfo.Catalog, |
| 1 | 1355 | | CreationInfo = _creationInfo |
| 1 | 1356 | | }; |
| 1 | 1357 | | public static readonly ListedLicense BSD_SYSTEMICS = new ListedLicense |
| 1 | 1358 | | { |
| 1 | 1359 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Systemics"), |
| 1 | 1360 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1361 | | SeeAlso = [ |
| 1 | 1362 | | new Uri("https://metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT") |
| 1 | 1363 | | ], |
| 1 | 1364 | | LicenseText = ReadResource("BSD-Systemics.fulltext.txt"), |
| 1 | 1365 | | StandardLicenseTemplate = ReadResource("BSD-Systemics.template.txt"), |
| 1 | 1366 | | Catalog = _creationInfo.Catalog, |
| 1 | 1367 | | CreationInfo = _creationInfo |
| 1 | 1368 | | }; |
| 1 | 1369 | | public static readonly ListedLicense BSD_SYSTEMICS_W3WORKS = new ListedLicense |
| 1 | 1370 | | { |
| 1 | 1371 | | SpdxId = new Uri("http://spdx.org/licenses/BSD-Systemics-W3Works"), |
| 1 | 1372 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1373 | | SeeAlso = [ |
| 1 | 1374 | | new Uri("https://metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7") |
| 1 | 1375 | | ], |
| 1 | 1376 | | LicenseText = ReadResource("BSD-Systemics-W3Works.fulltext.txt"), |
| 1 | 1377 | | StandardLicenseTemplate = ReadResource("BSD-Systemics-W3Works.template.txt"), |
| 1 | 1378 | | Catalog = _creationInfo.Catalog, |
| 1 | 1379 | | CreationInfo = _creationInfo |
| 1 | 1380 | | }; |
| 1 | 1381 | | public static readonly ListedLicense BSL_1_0 = new ListedLicense |
| 1 | 1382 | | { |
| 1 | 1383 | | SpdxId = new Uri("http://spdx.org/licenses/BSL-1.0"), |
| 1 | 1384 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1385 | | SeeAlso = [ |
| 1 | 1386 | | new Uri("http://www.boost.org/LICENSE_1_0.txt"), |
| 1 | 1387 | | new Uri("https://opensource.org/licenses/BSL-1.0") |
| 1 | 1388 | | ], |
| 1 | 1389 | | LicenseText = ReadResource("BSL-1.0.fulltext.txt"), |
| 1 | 1390 | | StandardLicenseTemplate = ReadResource("BSL-1.0.template.txt"), |
| 1 | 1391 | | Comment = "This license was released: 17 August 2003", |
| 1 | 1392 | | IsFsfLibre = true, |
| 1 | 1393 | | IsOsiApproved = true, |
| 1 | 1394 | | Catalog = _creationInfo.Catalog, |
| 1 | 1395 | | CreationInfo = _creationInfo |
| 1 | 1396 | | }; |
| 1 | 1397 | | public static readonly ListedLicense BUSL_1_1 = new ListedLicense |
| 1 | 1398 | | { |
| 1 | 1399 | | SpdxId = new Uri("http://spdx.org/licenses/BUSL-1.1"), |
| 1 | 1400 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1401 | | SeeAlso = [ |
| 1 | 1402 | | new Uri("https://mariadb.com/bsl11/") |
| 1 | 1403 | | ], |
| 1 | 1404 | | LicenseText = ReadResource("BUSL-1.1.fulltext.txt"), |
| 1 | 1405 | | StandardLicenseTemplate = ReadResource("BUSL-1.1.template.txt"), |
| 1 | 1406 | | StandardLicenseHeader = ReadResource("BUSL-1.1.header.txt"), |
| 1 | 1407 | | Comment = "The Business Source License (this document, or the “License”) is not an Open Source license. However, |
| 1 | 1408 | | Catalog = _creationInfo.Catalog, |
| 1 | 1409 | | CreationInfo = _creationInfo |
| 1 | 1410 | | }; |
| 1 | 1411 | | public static readonly ListedLicense BZIP2_1_0_5 = new ListedLicense |
| 1 | 1412 | | { |
| 1 | 1413 | | SpdxId = new Uri("http://spdx.org/licenses/bzip2-1.0.5"), |
| 1 | 1414 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1415 | | SeeAlso = [ |
| 1 | 1416 | | new Uri("http://bzip.org/1.0.5/bzip2-manual-1.0.5.html"), |
| 1 | 1417 | | new Uri("https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html") |
| 1 | 1418 | | ], |
| 1 | 1419 | | LicenseText = ReadResource("bzip2-1.0.5.fulltext.txt"), |
| 1 | 1420 | | StandardLicenseTemplate = ReadResource("bzip2-1.0.5.template.txt"), |
| 1 | 1421 | | Comment = "bzip2-1.0.5 is being deprecated in favor of bzip2-1.0.6, which is now equivalent as of License List v |
| 1 | 1422 | | IsDeprecatedLicenseId = true, |
| 1 | 1423 | | DeprecatedVersion = "3.16", |
| 1 | 1424 | | Catalog = _creationInfo.Catalog, |
| 1 | 1425 | | CreationInfo = _creationInfo |
| 1 | 1426 | | }; |
| 1 | 1427 | | public static readonly ListedLicense BZIP2_1_0_6 = new ListedLicense |
| 1 | 1428 | | { |
| 1 | 1429 | | SpdxId = new Uri("http://spdx.org/licenses/bzip2-1.0.6"), |
| 1 | 1430 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1431 | | SeeAlso = [ |
| 1 | 1432 | | new Uri("http://bzip.org/1.0.5/bzip2-manual-1.0.5.html"), |
| 1 | 1433 | | new Uri("https://sourceware.org/cgit/valgrind/tree/mpi/libmpiwrap.c"), |
| 1 | 1434 | | new Uri("https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6") |
| 1 | 1435 | | ], |
| 1 | 1436 | | LicenseText = ReadResource("bzip2-1.0.6.fulltext.txt"), |
| 1 | 1437 | | StandardLicenseTemplate = ReadResource("bzip2-1.0.6.template.txt"), |
| 1 | 1438 | | Comment = "The additional \"Neither the names of...\" optional clause at the end of the license occurs in certai |
| 1 | 1439 | | Catalog = _creationInfo.Catalog, |
| 1 | 1440 | | CreationInfo = _creationInfo |
| 1 | 1441 | | }; |
| 1 | 1442 | | public static readonly ListedLicense C_UDA_1_0 = new ListedLicense |
| 1 | 1443 | | { |
| 1 | 1444 | | SpdxId = new Uri("http://spdx.org/licenses/C-UDA-1.0"), |
| 1 | 1445 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1446 | | SeeAlso = [ |
| 1 | 1447 | | new Uri("https://cdla.dev/computational-use-of-data-agreement-v1-0/"), |
| 1 | 1448 | | new Uri("https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md") |
| 1 | 1449 | | ], |
| 1 | 1450 | | LicenseText = ReadResource("C-UDA-1.0.fulltext.txt"), |
| 1 | 1451 | | StandardLicenseTemplate = ReadResource("C-UDA-1.0.template.txt"), |
| 1 | 1452 | | Catalog = _creationInfo.Catalog, |
| 1 | 1453 | | CreationInfo = _creationInfo |
| 1 | 1454 | | }; |
| 1 | 1455 | | public static readonly ListedLicense CAL_1_0 = new ListedLicense |
| 1 | 1456 | | { |
| 1 | 1457 | | SpdxId = new Uri("http://spdx.org/licenses/CAL-1.0"), |
| 1 | 1458 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1459 | | SeeAlso = [ |
| 1 | 1460 | | new Uri("http://cryptographicautonomylicense.com/license-text.html"), |
| 1 | 1461 | | new Uri("https://opensource.org/licenses/CAL-1.0") |
| 1 | 1462 | | ], |
| 1 | 1463 | | LicenseText = ReadResource("CAL-1.0.fulltext.txt"), |
| 1 | 1464 | | StandardLicenseTemplate = ReadResource("CAL-1.0.template.txt"), |
| 1 | 1465 | | Comment = "The first draft of this license was released February 2019, and the fourth revision was approved by t |
| 1 | 1466 | | Catalog = _creationInfo.Catalog, |
| 1 | 1467 | | CreationInfo = _creationInfo |
| 1 | 1468 | | }; |
| 1 | 1469 | | public static readonly ListedLicense CAL_1_0_COMBINED_WORK_EXCEPTION = new ListedLicense |
| 1 | 1470 | | { |
| 1 | 1471 | | SpdxId = new Uri("http://spdx.org/licenses/CAL-1.0-Combined-Work-Exception"), |
| 1 | 1472 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1473 | | SeeAlso = [ |
| 1 | 1474 | | new Uri("http://cryptographicautonomylicense.com/license-text.html"), |
| 1 | 1475 | | new Uri("https://opensource.org/licenses/CAL-1.0") |
| 1 | 1476 | | ], |
| 1 | 1477 | | LicenseText = ReadResource("CAL-1.0-Combined-Work-Exception.fulltext.txt"), |
| 1 | 1478 | | StandardLicenseTemplate = ReadResource("CAL-1.0-Combined-Work-Exception.template.txt"), |
| 1 | 1479 | | Comment = "The first draft of this license was released February 2019, and the fourth revision was approved by t |
| 1 | 1480 | | Catalog = _creationInfo.Catalog, |
| 1 | 1481 | | CreationInfo = _creationInfo |
| 1 | 1482 | | }; |
| 1 | 1483 | | public static readonly ListedLicense CALDERA = new ListedLicense |
| 1 | 1484 | | { |
| 1 | 1485 | | SpdxId = new Uri("http://spdx.org/licenses/Caldera"), |
| 1 | 1486 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1487 | | SeeAlso = [ |
| 1 | 1488 | | new Uri("http://www.lemis.com/grog/UNIX/ancient-source-all.pdf") |
| 1 | 1489 | | ], |
| 1 | 1490 | | LicenseText = ReadResource("Caldera.fulltext.txt"), |
| 1 | 1491 | | StandardLicenseTemplate = ReadResource("Caldera.template.txt"), |
| 1 | 1492 | | Catalog = _creationInfo.Catalog, |
| 1 | 1493 | | CreationInfo = _creationInfo |
| 1 | 1494 | | }; |
| 1 | 1495 | | public static readonly ListedLicense CALDERA_NO_PREAMBLE = new ListedLicense |
| 1 | 1496 | | { |
| 1 | 1497 | | SpdxId = new Uri("http://spdx.org/licenses/Caldera-no-preamble"), |
| 1 | 1498 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1499 | | SeeAlso = [ |
| 1 | 1500 | | new Uri("https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29") |
| 1 | 1501 | | ], |
| 1 | 1502 | | LicenseText = ReadResource("Caldera-no-preamble.fulltext.txt"), |
| 1 | 1503 | | StandardLicenseTemplate = ReadResource("Caldera-no-preamble.template.txt"), |
| 1 | 1504 | | Comment = "This is identical to Caldera License, but does not include first paragraph.", |
| 1 | 1505 | | Catalog = _creationInfo.Catalog, |
| 1 | 1506 | | CreationInfo = _creationInfo |
| 1 | 1507 | | }; |
| 1 | 1508 | | public static readonly ListedLicense CATHARON = new ListedLicense |
| 1 | 1509 | | { |
| 1 | 1510 | | SpdxId = new Uri("http://spdx.org/licenses/Catharon"), |
| 1 | 1511 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1512 | | SeeAlso = [ |
| 1 | 1513 | | new Uri("https://github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt") |
| 1 | 1514 | | ], |
| 1 | 1515 | | LicenseText = ReadResource("Catharon.fulltext.txt"), |
| 1 | 1516 | | StandardLicenseTemplate = ReadResource("Catharon.template.txt"), |
| 1 | 1517 | | Catalog = _creationInfo.Catalog, |
| 1 | 1518 | | CreationInfo = _creationInfo |
| 1 | 1519 | | }; |
| 1 | 1520 | | public static readonly ListedLicense CATOSL_1_1 = new ListedLicense |
| 1 | 1521 | | { |
| 1 | 1522 | | SpdxId = new Uri("http://spdx.org/licenses/CATOSL-1.1"), |
| 1 | 1523 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1524 | | SeeAlso = [ |
| 1 | 1525 | | new Uri("https://opensource.org/licenses/CATOSL-1.1") |
| 1 | 1526 | | ], |
| 1 | 1527 | | LicenseText = ReadResource("CATOSL-1.1.fulltext.txt"), |
| 1 | 1528 | | StandardLicenseTemplate = ReadResource("CATOSL-1.1.template.txt"), |
| 1 | 1529 | | Catalog = _creationInfo.Catalog, |
| 1 | 1530 | | CreationInfo = _creationInfo |
| 1 | 1531 | | }; |
| 1 | 1532 | | public static readonly ListedLicense CC_BY_1_0 = new ListedLicense |
| 1 | 1533 | | { |
| 1 | 1534 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-1.0"), |
| 1 | 1535 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1536 | | SeeAlso = [ |
| 1 | 1537 | | new Uri("https://creativecommons.org/licenses/by/1.0/legalcode") |
| 1 | 1538 | | ], |
| 1 | 1539 | | LicenseText = ReadResource("CC-BY-1.0.fulltext.txt"), |
| 1 | 1540 | | StandardLicenseTemplate = ReadResource("CC-BY-1.0.template.txt"), |
| 1 | 1541 | | Catalog = _creationInfo.Catalog, |
| 1 | 1542 | | CreationInfo = _creationInfo |
| 1 | 1543 | | }; |
| 1 | 1544 | | public static readonly ListedLicense CC_BY_2_0 = new ListedLicense |
| 1 | 1545 | | { |
| 1 | 1546 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-2.0"), |
| 1 | 1547 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1548 | | SeeAlso = [ |
| 1 | 1549 | | new Uri("https://creativecommons.org/licenses/by/2.0/legalcode") |
| 1 | 1550 | | ], |
| 1 | 1551 | | LicenseText = ReadResource("CC-BY-2.0.fulltext.txt"), |
| 1 | 1552 | | StandardLicenseTemplate = ReadResource("CC-BY-2.0.template.txt"), |
| 1 | 1553 | | Catalog = _creationInfo.Catalog, |
| 1 | 1554 | | CreationInfo = _creationInfo |
| 1 | 1555 | | }; |
| 1 | 1556 | | public static readonly ListedLicense CC_BY_2_5 = new ListedLicense |
| 1 | 1557 | | { |
| 1 | 1558 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-2.5"), |
| 1 | 1559 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1560 | | SeeAlso = [ |
| 1 | 1561 | | new Uri("https://creativecommons.org/licenses/by/2.5/legalcode") |
| 1 | 1562 | | ], |
| 1 | 1563 | | LicenseText = ReadResource("CC-BY-2.5.fulltext.txt"), |
| 1 | 1564 | | StandardLicenseTemplate = ReadResource("CC-BY-2.5.template.txt"), |
| 1 | 1565 | | Catalog = _creationInfo.Catalog, |
| 1 | 1566 | | CreationInfo = _creationInfo |
| 1 | 1567 | | }; |
| 1 | 1568 | | public static readonly ListedLicense CC_BY_2_5_AU = new ListedLicense |
| 1 | 1569 | | { |
| 1 | 1570 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-2.5-AU"), |
| 1 | 1571 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1572 | | SeeAlso = [ |
| 1 | 1573 | | new Uri("https://creativecommons.org/licenses/by/2.5/au/legalcode") |
| 1 | 1574 | | ], |
| 1 | 1575 | | LicenseText = ReadResource("CC-BY-2.5-AU.fulltext.txt"), |
| 1 | 1576 | | StandardLicenseTemplate = ReadResource("CC-BY-2.5-AU.template.txt"), |
| 1 | 1577 | | Catalog = _creationInfo.Catalog, |
| 1 | 1578 | | CreationInfo = _creationInfo |
| 1 | 1579 | | }; |
| 1 | 1580 | | public static readonly ListedLicense CC_BY_3_0 = new ListedLicense |
| 1 | 1581 | | { |
| 1 | 1582 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0"), |
| 1 | 1583 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1584 | | SeeAlso = [ |
| 1 | 1585 | | new Uri("https://creativecommons.org/licenses/by/3.0/legalcode") |
| 1 | 1586 | | ], |
| 1 | 1587 | | LicenseText = ReadResource("CC-BY-3.0.fulltext.txt"), |
| 1 | 1588 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0.template.txt"), |
| 1 | 1589 | | Catalog = _creationInfo.Catalog, |
| 1 | 1590 | | CreationInfo = _creationInfo |
| 1 | 1591 | | }; |
| 1 | 1592 | | public static readonly ListedLicense CC_BY_3_0_AT = new ListedLicense |
| 1 | 1593 | | { |
| 1 | 1594 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-AT"), |
| 1 | 1595 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1596 | | SeeAlso = [ |
| 1 | 1597 | | new Uri("https://creativecommons.org/licenses/by/3.0/at/legalcode") |
| 1 | 1598 | | ], |
| 1 | 1599 | | LicenseText = ReadResource("CC-BY-3.0-AT.fulltext.txt"), |
| 1 | 1600 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-AT.template.txt"), |
| 1 | 1601 | | Catalog = _creationInfo.Catalog, |
| 1 | 1602 | | CreationInfo = _creationInfo |
| 1 | 1603 | | }; |
| 1 | 1604 | | public static readonly ListedLicense CC_BY_3_0_AU = new ListedLicense |
| 1 | 1605 | | { |
| 1 | 1606 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-AU"), |
| 1 | 1607 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1608 | | SeeAlso = [ |
| 1 | 1609 | | new Uri("https://creativecommons.org/licenses/by/3.0/au/legalcode") |
| 1 | 1610 | | ], |
| 1 | 1611 | | LicenseText = ReadResource("CC-BY-3.0-AU.fulltext.txt"), |
| 1 | 1612 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-AU.template.txt"), |
| 1 | 1613 | | Catalog = _creationInfo.Catalog, |
| 1 | 1614 | | CreationInfo = _creationInfo |
| 1 | 1615 | | }; |
| 1 | 1616 | | public static readonly ListedLicense CC_BY_3_0_DE = new ListedLicense |
| 1 | 1617 | | { |
| 1 | 1618 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-DE"), |
| 1 | 1619 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1620 | | SeeAlso = [ |
| 1 | 1621 | | new Uri("https://creativecommons.org/licenses/by/3.0/de/legalcode") |
| 1 | 1622 | | ], |
| 1 | 1623 | | LicenseText = ReadResource("CC-BY-3.0-DE.fulltext.txt"), |
| 1 | 1624 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-DE.template.txt"), |
| 1 | 1625 | | Catalog = _creationInfo.Catalog, |
| 1 | 1626 | | CreationInfo = _creationInfo |
| 1 | 1627 | | }; |
| 1 | 1628 | | public static readonly ListedLicense CC_BY_3_0_IGO = new ListedLicense |
| 1 | 1629 | | { |
| 1 | 1630 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-IGO"), |
| 1 | 1631 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1632 | | SeeAlso = [ |
| 1 | 1633 | | new Uri("https://creativecommons.org/licenses/by/3.0/igo/legalcode") |
| 1 | 1634 | | ], |
| 1 | 1635 | | LicenseText = ReadResource("CC-BY-3.0-IGO.fulltext.txt"), |
| 1 | 1636 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-IGO.template.txt"), |
| 1 | 1637 | | Catalog = _creationInfo.Catalog, |
| 1 | 1638 | | CreationInfo = _creationInfo |
| 1 | 1639 | | }; |
| 1 | 1640 | | public static readonly ListedLicense CC_BY_3_0_NL = new ListedLicense |
| 1 | 1641 | | { |
| 1 | 1642 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-NL"), |
| 1 | 1643 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1644 | | SeeAlso = [ |
| 1 | 1645 | | new Uri("https://creativecommons.org/licenses/by/3.0/nl/legalcode") |
| 1 | 1646 | | ], |
| 1 | 1647 | | LicenseText = ReadResource("CC-BY-3.0-NL.fulltext.txt"), |
| 1 | 1648 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-NL.template.txt"), |
| 1 | 1649 | | Catalog = _creationInfo.Catalog, |
| 1 | 1650 | | CreationInfo = _creationInfo |
| 1 | 1651 | | }; |
| 1 | 1652 | | public static readonly ListedLicense CC_BY_3_0_US = new ListedLicense |
| 1 | 1653 | | { |
| 1 | 1654 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-3.0-US"), |
| 1 | 1655 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1656 | | SeeAlso = [ |
| 1 | 1657 | | new Uri("https://creativecommons.org/licenses/by/3.0/us/legalcode") |
| 1 | 1658 | | ], |
| 1 | 1659 | | LicenseText = ReadResource("CC-BY-3.0-US.fulltext.txt"), |
| 1 | 1660 | | StandardLicenseTemplate = ReadResource("CC-BY-3.0-US.template.txt"), |
| 1 | 1661 | | Catalog = _creationInfo.Catalog, |
| 1 | 1662 | | CreationInfo = _creationInfo |
| 1 | 1663 | | }; |
| 1 | 1664 | | public static readonly ListedLicense CC_BY_4_0 = new ListedLicense |
| 1 | 1665 | | { |
| 1 | 1666 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-4.0"), |
| 1 | 1667 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1668 | | SeeAlso = [ |
| 1 | 1669 | | new Uri("https://creativecommons.org/licenses/by/4.0/legalcode") |
| 1 | 1670 | | ], |
| 1 | 1671 | | LicenseText = ReadResource("CC-BY-4.0.fulltext.txt"), |
| 1 | 1672 | | StandardLicenseTemplate = ReadResource("CC-BY-4.0.template.txt"), |
| 1 | 1673 | | IsFsfLibre = true, |
| 1 | 1674 | | IsOsiApproved = false, |
| 1 | 1675 | | Catalog = _creationInfo.Catalog, |
| 1 | 1676 | | CreationInfo = _creationInfo |
| 1 | 1677 | | }; |
| 1 | 1678 | | public static readonly ListedLicense CC_BY_NC_1_0 = new ListedLicense |
| 1 | 1679 | | { |
| 1 | 1680 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-1.0"), |
| 1 | 1681 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1682 | | SeeAlso = [ |
| 1 | 1683 | | new Uri("https://creativecommons.org/licenses/by-nc/1.0/legalcode") |
| 1 | 1684 | | ], |
| 1 | 1685 | | LicenseText = ReadResource("CC-BY-NC-1.0.fulltext.txt"), |
| 1 | 1686 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-1.0.template.txt"), |
| 1 | 1687 | | Catalog = _creationInfo.Catalog, |
| 1 | 1688 | | CreationInfo = _creationInfo |
| 1 | 1689 | | }; |
| 1 | 1690 | | public static readonly ListedLicense CC_BY_NC_2_0 = new ListedLicense |
| 1 | 1691 | | { |
| 1 | 1692 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-2.0"), |
| 1 | 1693 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1694 | | SeeAlso = [ |
| 1 | 1695 | | new Uri("https://creativecommons.org/licenses/by-nc/2.0/legalcode") |
| 1 | 1696 | | ], |
| 1 | 1697 | | LicenseText = ReadResource("CC-BY-NC-2.0.fulltext.txt"), |
| 1 | 1698 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-2.0.template.txt"), |
| 1 | 1699 | | Catalog = _creationInfo.Catalog, |
| 1 | 1700 | | CreationInfo = _creationInfo |
| 1 | 1701 | | }; |
| 1 | 1702 | | public static readonly ListedLicense CC_BY_NC_2_5 = new ListedLicense |
| 1 | 1703 | | { |
| 1 | 1704 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-2.5"), |
| 1 | 1705 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1706 | | SeeAlso = [ |
| 1 | 1707 | | new Uri("https://creativecommons.org/licenses/by-nc/2.5/legalcode") |
| 1 | 1708 | | ], |
| 1 | 1709 | | LicenseText = ReadResource("CC-BY-NC-2.5.fulltext.txt"), |
| 1 | 1710 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-2.5.template.txt"), |
| 1 | 1711 | | Catalog = _creationInfo.Catalog, |
| 1 | 1712 | | CreationInfo = _creationInfo |
| 1 | 1713 | | }; |
| 1 | 1714 | | public static readonly ListedLicense CC_BY_NC_3_0 = new ListedLicense |
| 1 | 1715 | | { |
| 1 | 1716 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-3.0"), |
| 1 | 1717 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1718 | | SeeAlso = [ |
| 1 | 1719 | | new Uri("https://creativecommons.org/licenses/by-nc/3.0/legalcode") |
| 1 | 1720 | | ], |
| 1 | 1721 | | LicenseText = ReadResource("CC-BY-NC-3.0.fulltext.txt"), |
| 1 | 1722 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-3.0.template.txt"), |
| 1 | 1723 | | Catalog = _creationInfo.Catalog, |
| 1 | 1724 | | CreationInfo = _creationInfo |
| 1 | 1725 | | }; |
| 1 | 1726 | | public static readonly ListedLicense CC_BY_NC_3_0_DE = new ListedLicense |
| 1 | 1727 | | { |
| 1 | 1728 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-3.0-DE"), |
| 1 | 1729 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1730 | | SeeAlso = [ |
| 1 | 1731 | | new Uri("https://creativecommons.org/licenses/by-nc/3.0/de/legalcode") |
| 1 | 1732 | | ], |
| 1 | 1733 | | LicenseText = ReadResource("CC-BY-NC-3.0-DE.fulltext.txt"), |
| 1 | 1734 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-3.0-DE.template.txt"), |
| 1 | 1735 | | Catalog = _creationInfo.Catalog, |
| 1 | 1736 | | CreationInfo = _creationInfo |
| 1 | 1737 | | }; |
| 1 | 1738 | | public static readonly ListedLicense CC_BY_NC_4_0 = new ListedLicense |
| 1 | 1739 | | { |
| 1 | 1740 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-4.0"), |
| 1 | 1741 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1742 | | SeeAlso = [ |
| 1 | 1743 | | new Uri("https://creativecommons.org/licenses/by-nc/4.0/legalcode") |
| 1 | 1744 | | ], |
| 1 | 1745 | | LicenseText = ReadResource("CC-BY-NC-4.0.fulltext.txt"), |
| 1 | 1746 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-4.0.template.txt"), |
| 1 | 1747 | | Catalog = _creationInfo.Catalog, |
| 1 | 1748 | | CreationInfo = _creationInfo |
| 1 | 1749 | | }; |
| 1 | 1750 | | public static readonly ListedLicense CC_BY_NC_ND_1_0 = new ListedLicense |
| 1 | 1751 | | { |
| 1 | 1752 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-1.0"), |
| 1 | 1753 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1754 | | SeeAlso = [ |
| 1 | 1755 | | new Uri("https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode") |
| 1 | 1756 | | ], |
| 1 | 1757 | | LicenseText = ReadResource("CC-BY-NC-ND-1.0.fulltext.txt"), |
| 1 | 1758 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-1.0.template.txt"), |
| 1 | 1759 | | Catalog = _creationInfo.Catalog, |
| 1 | 1760 | | CreationInfo = _creationInfo |
| 1 | 1761 | | }; |
| 1 | 1762 | | public static readonly ListedLicense CC_BY_NC_ND_2_0 = new ListedLicense |
| 1 | 1763 | | { |
| 1 | 1764 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-2.0"), |
| 1 | 1765 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1766 | | SeeAlso = [ |
| 1 | 1767 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode") |
| 1 | 1768 | | ], |
| 1 | 1769 | | LicenseText = ReadResource("CC-BY-NC-ND-2.0.fulltext.txt"), |
| 1 | 1770 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-2.0.template.txt"), |
| 1 | 1771 | | Catalog = _creationInfo.Catalog, |
| 1 | 1772 | | CreationInfo = _creationInfo |
| 1 | 1773 | | }; |
| 1 | 1774 | | public static readonly ListedLicense CC_BY_NC_ND_2_5 = new ListedLicense |
| 1 | 1775 | | { |
| 1 | 1776 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-2.5"), |
| 1 | 1777 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1778 | | SeeAlso = [ |
| 1 | 1779 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode") |
| 1 | 1780 | | ], |
| 1 | 1781 | | LicenseText = ReadResource("CC-BY-NC-ND-2.5.fulltext.txt"), |
| 1 | 1782 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-2.5.template.txt"), |
| 1 | 1783 | | Catalog = _creationInfo.Catalog, |
| 1 | 1784 | | CreationInfo = _creationInfo |
| 1 | 1785 | | }; |
| 1 | 1786 | | public static readonly ListedLicense CC_BY_NC_ND_3_0 = new ListedLicense |
| 1 | 1787 | | { |
| 1 | 1788 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-3.0"), |
| 1 | 1789 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1790 | | SeeAlso = [ |
| 1 | 1791 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode") |
| 1 | 1792 | | ], |
| 1 | 1793 | | LicenseText = ReadResource("CC-BY-NC-ND-3.0.fulltext.txt"), |
| 1 | 1794 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-3.0.template.txt"), |
| 1 | 1795 | | Catalog = _creationInfo.Catalog, |
| 1 | 1796 | | CreationInfo = _creationInfo |
| 1 | 1797 | | }; |
| 1 | 1798 | | public static readonly ListedLicense CC_BY_NC_ND_3_0_DE = new ListedLicense |
| 1 | 1799 | | { |
| 1 | 1800 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-3.0-DE"), |
| 1 | 1801 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1802 | | SeeAlso = [ |
| 1 | 1803 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode") |
| 1 | 1804 | | ], |
| 1 | 1805 | | LicenseText = ReadResource("CC-BY-NC-ND-3.0-DE.fulltext.txt"), |
| 1 | 1806 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-3.0-DE.template.txt"), |
| 1 | 1807 | | Catalog = _creationInfo.Catalog, |
| 1 | 1808 | | CreationInfo = _creationInfo |
| 1 | 1809 | | }; |
| 1 | 1810 | | public static readonly ListedLicense CC_BY_NC_ND_3_0_IGO = new ListedLicense |
| 1 | 1811 | | { |
| 1 | 1812 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-3.0-IGO"), |
| 1 | 1813 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1814 | | SeeAlso = [ |
| 1 | 1815 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode") |
| 1 | 1816 | | ], |
| 1 | 1817 | | LicenseText = ReadResource("CC-BY-NC-ND-3.0-IGO.fulltext.txt"), |
| 1 | 1818 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-3.0-IGO.template.txt"), |
| 1 | 1819 | | Catalog = _creationInfo.Catalog, |
| 1 | 1820 | | CreationInfo = _creationInfo |
| 1 | 1821 | | }; |
| 1 | 1822 | | public static readonly ListedLicense CC_BY_NC_ND_4_0 = new ListedLicense |
| 1 | 1823 | | { |
| 1 | 1824 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-ND-4.0"), |
| 1 | 1825 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1826 | | SeeAlso = [ |
| 1 | 1827 | | new Uri("https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode") |
| 1 | 1828 | | ], |
| 1 | 1829 | | LicenseText = ReadResource("CC-BY-NC-ND-4.0.fulltext.txt"), |
| 1 | 1830 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-ND-4.0.template.txt"), |
| 1 | 1831 | | Catalog = _creationInfo.Catalog, |
| 1 | 1832 | | CreationInfo = _creationInfo |
| 1 | 1833 | | }; |
| 1 | 1834 | | public static readonly ListedLicense CC_BY_NC_SA_1_0 = new ListedLicense |
| 1 | 1835 | | { |
| 1 | 1836 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-1.0"), |
| 1 | 1837 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1838 | | SeeAlso = [ |
| 1 | 1839 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode") |
| 1 | 1840 | | ], |
| 1 | 1841 | | LicenseText = ReadResource("CC-BY-NC-SA-1.0.fulltext.txt"), |
| 1 | 1842 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-1.0.template.txt"), |
| 1 | 1843 | | Catalog = _creationInfo.Catalog, |
| 1 | 1844 | | CreationInfo = _creationInfo |
| 1 | 1845 | | }; |
| 1 | 1846 | | public static readonly ListedLicense CC_BY_NC_SA_2_0 = new ListedLicense |
| 1 | 1847 | | { |
| 1 | 1848 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-2.0"), |
| 1 | 1849 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1850 | | SeeAlso = [ |
| 1 | 1851 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode") |
| 1 | 1852 | | ], |
| 1 | 1853 | | LicenseText = ReadResource("CC-BY-NC-SA-2.0.fulltext.txt"), |
| 1 | 1854 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-2.0.template.txt"), |
| 1 | 1855 | | Catalog = _creationInfo.Catalog, |
| 1 | 1856 | | CreationInfo = _creationInfo |
| 1 | 1857 | | }; |
| 1 | 1858 | | public static readonly ListedLicense CC_BY_NC_SA_2_0_DE = new ListedLicense |
| 1 | 1859 | | { |
| 1 | 1860 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-2.0-DE"), |
| 1 | 1861 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1862 | | SeeAlso = [ |
| 1 | 1863 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode") |
| 1 | 1864 | | ], |
| 1 | 1865 | | LicenseText = ReadResource("CC-BY-NC-SA-2.0-DE.fulltext.txt"), |
| 1 | 1866 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-2.0-DE.template.txt"), |
| 1 | 1867 | | Catalog = _creationInfo.Catalog, |
| 1 | 1868 | | CreationInfo = _creationInfo |
| 1 | 1869 | | }; |
| 1 | 1870 | | public static readonly ListedLicense CC_BY_NC_SA_2_0_FR = new ListedLicense |
| 1 | 1871 | | { |
| 1 | 1872 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-2.0-FR"), |
| 1 | 1873 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1874 | | SeeAlso = [ |
| 1 | 1875 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode") |
| 1 | 1876 | | ], |
| 1 | 1877 | | LicenseText = ReadResource("CC-BY-NC-SA-2.0-FR.fulltext.txt"), |
| 1 | 1878 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-2.0-FR.template.txt"), |
| 1 | 1879 | | Catalog = _creationInfo.Catalog, |
| 1 | 1880 | | CreationInfo = _creationInfo |
| 1 | 1881 | | }; |
| 1 | 1882 | | public static readonly ListedLicense CC_BY_NC_SA_2_0_UK = new ListedLicense |
| 1 | 1883 | | { |
| 1 | 1884 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-2.0-UK"), |
| 1 | 1885 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1886 | | SeeAlso = [ |
| 1 | 1887 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode") |
| 1 | 1888 | | ], |
| 1 | 1889 | | LicenseText = ReadResource("CC-BY-NC-SA-2.0-UK.fulltext.txt"), |
| 1 | 1890 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-2.0-UK.template.txt"), |
| 1 | 1891 | | Catalog = _creationInfo.Catalog, |
| 1 | 1892 | | CreationInfo = _creationInfo |
| 1 | 1893 | | }; |
| 1 | 1894 | | public static readonly ListedLicense CC_BY_NC_SA_2_5 = new ListedLicense |
| 1 | 1895 | | { |
| 1 | 1896 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-2.5"), |
| 1 | 1897 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1898 | | SeeAlso = [ |
| 1 | 1899 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode") |
| 1 | 1900 | | ], |
| 1 | 1901 | | LicenseText = ReadResource("CC-BY-NC-SA-2.5.fulltext.txt"), |
| 1 | 1902 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-2.5.template.txt"), |
| 1 | 1903 | | Catalog = _creationInfo.Catalog, |
| 1 | 1904 | | CreationInfo = _creationInfo |
| 1 | 1905 | | }; |
| 1 | 1906 | | public static readonly ListedLicense CC_BY_NC_SA_3_0 = new ListedLicense |
| 1 | 1907 | | { |
| 1 | 1908 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-3.0"), |
| 1 | 1909 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1910 | | SeeAlso = [ |
| 1 | 1911 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode") |
| 1 | 1912 | | ], |
| 1 | 1913 | | LicenseText = ReadResource("CC-BY-NC-SA-3.0.fulltext.txt"), |
| 1 | 1914 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-3.0.template.txt"), |
| 1 | 1915 | | Catalog = _creationInfo.Catalog, |
| 1 | 1916 | | CreationInfo = _creationInfo |
| 1 | 1917 | | }; |
| 1 | 1918 | | public static readonly ListedLicense CC_BY_NC_SA_3_0_DE = new ListedLicense |
| 1 | 1919 | | { |
| 1 | 1920 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-3.0-DE"), |
| 1 | 1921 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1922 | | SeeAlso = [ |
| 1 | 1923 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode") |
| 1 | 1924 | | ], |
| 1 | 1925 | | LicenseText = ReadResource("CC-BY-NC-SA-3.0-DE.fulltext.txt"), |
| 1 | 1926 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-3.0-DE.template.txt"), |
| 1 | 1927 | | Catalog = _creationInfo.Catalog, |
| 1 | 1928 | | CreationInfo = _creationInfo |
| 1 | 1929 | | }; |
| 1 | 1930 | | public static readonly ListedLicense CC_BY_NC_SA_3_0_IGO = new ListedLicense |
| 1 | 1931 | | { |
| 1 | 1932 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-3.0-IGO"), |
| 1 | 1933 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1934 | | SeeAlso = [ |
| 1 | 1935 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode") |
| 1 | 1936 | | ], |
| 1 | 1937 | | LicenseText = ReadResource("CC-BY-NC-SA-3.0-IGO.fulltext.txt"), |
| 1 | 1938 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-3.0-IGO.template.txt"), |
| 1 | 1939 | | Catalog = _creationInfo.Catalog, |
| 1 | 1940 | | CreationInfo = _creationInfo |
| 1 | 1941 | | }; |
| 1 | 1942 | | public static readonly ListedLicense CC_BY_NC_SA_4_0 = new ListedLicense |
| 1 | 1943 | | { |
| 1 | 1944 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-NC-SA-4.0"), |
| 1 | 1945 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1946 | | SeeAlso = [ |
| 1 | 1947 | | new Uri("https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode") |
| 1 | 1948 | | ], |
| 1 | 1949 | | LicenseText = ReadResource("CC-BY-NC-SA-4.0.fulltext.txt"), |
| 1 | 1950 | | StandardLicenseTemplate = ReadResource("CC-BY-NC-SA-4.0.template.txt"), |
| 1 | 1951 | | Catalog = _creationInfo.Catalog, |
| 1 | 1952 | | CreationInfo = _creationInfo |
| 1 | 1953 | | }; |
| 1 | 1954 | | public static readonly ListedLicense CC_BY_ND_1_0 = new ListedLicense |
| 1 | 1955 | | { |
| 1 | 1956 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-1.0"), |
| 1 | 1957 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1958 | | SeeAlso = [ |
| 1 | 1959 | | new Uri("https://creativecommons.org/licenses/by-nd/1.0/legalcode") |
| 1 | 1960 | | ], |
| 1 | 1961 | | LicenseText = ReadResource("CC-BY-ND-1.0.fulltext.txt"), |
| 1 | 1962 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-1.0.template.txt"), |
| 1 | 1963 | | Catalog = _creationInfo.Catalog, |
| 1 | 1964 | | CreationInfo = _creationInfo |
| 1 | 1965 | | }; |
| 1 | 1966 | | public static readonly ListedLicense CC_BY_ND_2_0 = new ListedLicense |
| 1 | 1967 | | { |
| 1 | 1968 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-2.0"), |
| 1 | 1969 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1970 | | SeeAlso = [ |
| 1 | 1971 | | new Uri("https://creativecommons.org/licenses/by-nd/2.0/legalcode") |
| 1 | 1972 | | ], |
| 1 | 1973 | | LicenseText = ReadResource("CC-BY-ND-2.0.fulltext.txt"), |
| 1 | 1974 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-2.0.template.txt"), |
| 1 | 1975 | | Catalog = _creationInfo.Catalog, |
| 1 | 1976 | | CreationInfo = _creationInfo |
| 1 | 1977 | | }; |
| 1 | 1978 | | public static readonly ListedLicense CC_BY_ND_2_5 = new ListedLicense |
| 1 | 1979 | | { |
| 1 | 1980 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-2.5"), |
| 1 | 1981 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1982 | | SeeAlso = [ |
| 1 | 1983 | | new Uri("https://creativecommons.org/licenses/by-nd/2.5/legalcode") |
| 1 | 1984 | | ], |
| 1 | 1985 | | LicenseText = ReadResource("CC-BY-ND-2.5.fulltext.txt"), |
| 1 | 1986 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-2.5.template.txt"), |
| 1 | 1987 | | Catalog = _creationInfo.Catalog, |
| 1 | 1988 | | CreationInfo = _creationInfo |
| 1 | 1989 | | }; |
| 1 | 1990 | | public static readonly ListedLicense CC_BY_ND_3_0 = new ListedLicense |
| 1 | 1991 | | { |
| 1 | 1992 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-3.0"), |
| 1 | 1993 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 1994 | | SeeAlso = [ |
| 1 | 1995 | | new Uri("https://creativecommons.org/licenses/by-nd/3.0/legalcode") |
| 1 | 1996 | | ], |
| 1 | 1997 | | LicenseText = ReadResource("CC-BY-ND-3.0.fulltext.txt"), |
| 1 | 1998 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-3.0.template.txt"), |
| 1 | 1999 | | Catalog = _creationInfo.Catalog, |
| 1 | 2000 | | CreationInfo = _creationInfo |
| 1 | 2001 | | }; |
| 1 | 2002 | | public static readonly ListedLicense CC_BY_ND_3_0_DE = new ListedLicense |
| 1 | 2003 | | { |
| 1 | 2004 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-3.0-DE"), |
| 1 | 2005 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2006 | | SeeAlso = [ |
| 1 | 2007 | | new Uri("https://creativecommons.org/licenses/by-nd/3.0/de/legalcode") |
| 1 | 2008 | | ], |
| 1 | 2009 | | LicenseText = ReadResource("CC-BY-ND-3.0-DE.fulltext.txt"), |
| 1 | 2010 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-3.0-DE.template.txt"), |
| 1 | 2011 | | Catalog = _creationInfo.Catalog, |
| 1 | 2012 | | CreationInfo = _creationInfo |
| 1 | 2013 | | }; |
| 1 | 2014 | | public static readonly ListedLicense CC_BY_ND_4_0 = new ListedLicense |
| 1 | 2015 | | { |
| 1 | 2016 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-ND-4.0"), |
| 1 | 2017 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2018 | | SeeAlso = [ |
| 1 | 2019 | | new Uri("https://creativecommons.org/licenses/by-nd/4.0/legalcode") |
| 1 | 2020 | | ], |
| 1 | 2021 | | LicenseText = ReadResource("CC-BY-ND-4.0.fulltext.txt"), |
| 1 | 2022 | | StandardLicenseTemplate = ReadResource("CC-BY-ND-4.0.template.txt"), |
| 1 | 2023 | | Catalog = _creationInfo.Catalog, |
| 1 | 2024 | | CreationInfo = _creationInfo |
| 1 | 2025 | | }; |
| 1 | 2026 | | public static readonly ListedLicense CC_BY_SA_1_0 = new ListedLicense |
| 1 | 2027 | | { |
| 1 | 2028 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-1.0"), |
| 1 | 2029 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2030 | | SeeAlso = [ |
| 1 | 2031 | | new Uri("https://creativecommons.org/licenses/by-sa/1.0/legalcode") |
| 1 | 2032 | | ], |
| 1 | 2033 | | LicenseText = ReadResource("CC-BY-SA-1.0.fulltext.txt"), |
| 1 | 2034 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-1.0.template.txt"), |
| 1 | 2035 | | Catalog = _creationInfo.Catalog, |
| 1 | 2036 | | CreationInfo = _creationInfo |
| 1 | 2037 | | }; |
| 1 | 2038 | | public static readonly ListedLicense CC_BY_SA_2_0 = new ListedLicense |
| 1 | 2039 | | { |
| 1 | 2040 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-2.0"), |
| 1 | 2041 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2042 | | SeeAlso = [ |
| 1 | 2043 | | new Uri("https://creativecommons.org/licenses/by-sa/2.0/legalcode") |
| 1 | 2044 | | ], |
| 1 | 2045 | | LicenseText = ReadResource("CC-BY-SA-2.0.fulltext.txt"), |
| 1 | 2046 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-2.0.template.txt"), |
| 1 | 2047 | | Catalog = _creationInfo.Catalog, |
| 1 | 2048 | | CreationInfo = _creationInfo |
| 1 | 2049 | | }; |
| 1 | 2050 | | public static readonly ListedLicense CC_BY_SA_2_0_UK = new ListedLicense |
| 1 | 2051 | | { |
| 1 | 2052 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-2.0-UK"), |
| 1 | 2053 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2054 | | SeeAlso = [ |
| 1 | 2055 | | new Uri("https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode") |
| 1 | 2056 | | ], |
| 1 | 2057 | | LicenseText = ReadResource("CC-BY-SA-2.0-UK.fulltext.txt"), |
| 1 | 2058 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-2.0-UK.template.txt"), |
| 1 | 2059 | | Catalog = _creationInfo.Catalog, |
| 1 | 2060 | | CreationInfo = _creationInfo |
| 1 | 2061 | | }; |
| 1 | 2062 | | public static readonly ListedLicense CC_BY_SA_2_1_JP = new ListedLicense |
| 1 | 2063 | | { |
| 1 | 2064 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-2.1-JP"), |
| 1 | 2065 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2066 | | SeeAlso = [ |
| 1 | 2067 | | new Uri("https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode") |
| 1 | 2068 | | ], |
| 1 | 2069 | | LicenseText = ReadResource("CC-BY-SA-2.1-JP.fulltext.txt"), |
| 1 | 2070 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-2.1-JP.template.txt"), |
| 1 | 2071 | | Catalog = _creationInfo.Catalog, |
| 1 | 2072 | | CreationInfo = _creationInfo |
| 1 | 2073 | | }; |
| 1 | 2074 | | public static readonly ListedLicense CC_BY_SA_2_5 = new ListedLicense |
| 1 | 2075 | | { |
| 1 | 2076 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-2.5"), |
| 1 | 2077 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2078 | | SeeAlso = [ |
| 1 | 2079 | | new Uri("https://creativecommons.org/licenses/by-sa/2.5/legalcode") |
| 1 | 2080 | | ], |
| 1 | 2081 | | LicenseText = ReadResource("CC-BY-SA-2.5.fulltext.txt"), |
| 1 | 2082 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-2.5.template.txt"), |
| 1 | 2083 | | Catalog = _creationInfo.Catalog, |
| 1 | 2084 | | CreationInfo = _creationInfo |
| 1 | 2085 | | }; |
| 1 | 2086 | | public static readonly ListedLicense CC_BY_SA_3_0 = new ListedLicense |
| 1 | 2087 | | { |
| 1 | 2088 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-3.0"), |
| 1 | 2089 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2090 | | SeeAlso = [ |
| 1 | 2091 | | new Uri("https://creativecommons.org/licenses/by-sa/3.0/legalcode") |
| 1 | 2092 | | ], |
| 1 | 2093 | | LicenseText = ReadResource("CC-BY-SA-3.0.fulltext.txt"), |
| 1 | 2094 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-3.0.template.txt"), |
| 1 | 2095 | | Catalog = _creationInfo.Catalog, |
| 1 | 2096 | | CreationInfo = _creationInfo |
| 1 | 2097 | | }; |
| 1 | 2098 | | public static readonly ListedLicense CC_BY_SA_3_0_AT = new ListedLicense |
| 1 | 2099 | | { |
| 1 | 2100 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-3.0-AT"), |
| 1 | 2101 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2102 | | SeeAlso = [ |
| 1 | 2103 | | new Uri("https://creativecommons.org/licenses/by-sa/3.0/at/legalcode") |
| 1 | 2104 | | ], |
| 1 | 2105 | | LicenseText = ReadResource("CC-BY-SA-3.0-AT.fulltext.txt"), |
| 1 | 2106 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-3.0-AT.template.txt"), |
| 1 | 2107 | | Catalog = _creationInfo.Catalog, |
| 1 | 2108 | | CreationInfo = _creationInfo |
| 1 | 2109 | | }; |
| 1 | 2110 | | public static readonly ListedLicense CC_BY_SA_3_0_DE = new ListedLicense |
| 1 | 2111 | | { |
| 1 | 2112 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-3.0-DE"), |
| 1 | 2113 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2114 | | SeeAlso = [ |
| 1 | 2115 | | new Uri("https://creativecommons.org/licenses/by-sa/3.0/de/legalcode") |
| 1 | 2116 | | ], |
| 1 | 2117 | | LicenseText = ReadResource("CC-BY-SA-3.0-DE.fulltext.txt"), |
| 1 | 2118 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-3.0-DE.template.txt"), |
| 1 | 2119 | | Catalog = _creationInfo.Catalog, |
| 1 | 2120 | | CreationInfo = _creationInfo |
| 1 | 2121 | | }; |
| 1 | 2122 | | public static readonly ListedLicense CC_BY_SA_3_0_IGO = new ListedLicense |
| 1 | 2123 | | { |
| 1 | 2124 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-3.0-IGO"), |
| 1 | 2125 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2126 | | SeeAlso = [ |
| 1 | 2127 | | new Uri("https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode") |
| 1 | 2128 | | ], |
| 1 | 2129 | | LicenseText = ReadResource("CC-BY-SA-3.0-IGO.fulltext.txt"), |
| 1 | 2130 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-3.0-IGO.template.txt"), |
| 1 | 2131 | | Catalog = _creationInfo.Catalog, |
| 1 | 2132 | | CreationInfo = _creationInfo |
| 1 | 2133 | | }; |
| 1 | 2134 | | public static readonly ListedLicense CC_BY_SA_4_0 = new ListedLicense |
| 1 | 2135 | | { |
| 1 | 2136 | | SpdxId = new Uri("http://spdx.org/licenses/CC-BY-SA-4.0"), |
| 1 | 2137 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2138 | | SeeAlso = [ |
| 1 | 2139 | | new Uri("https://creativecommons.org/licenses/by-sa/4.0/legalcode") |
| 1 | 2140 | | ], |
| 1 | 2141 | | LicenseText = ReadResource("CC-BY-SA-4.0.fulltext.txt"), |
| 1 | 2142 | | StandardLicenseTemplate = ReadResource("CC-BY-SA-4.0.template.txt"), |
| 1 | 2143 | | IsFsfLibre = true, |
| 1 | 2144 | | IsOsiApproved = false, |
| 1 | 2145 | | Catalog = _creationInfo.Catalog, |
| 1 | 2146 | | CreationInfo = _creationInfo |
| 1 | 2147 | | }; |
| 1 | 2148 | | public static readonly ListedLicense CC_PDDC = new ListedLicense |
| 1 | 2149 | | { |
| 1 | 2150 | | SpdxId = new Uri("http://spdx.org/licenses/CC-PDDC"), |
| 1 | 2151 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2152 | | SeeAlso = [ |
| 1 | 2153 | | new Uri("https://creativecommons.org/licenses/publicdomain/") |
| 1 | 2154 | | ], |
| 1 | 2155 | | LicenseText = ReadResource("CC-PDDC.fulltext.txt"), |
| 1 | 2156 | | StandardLicenseTemplate = ReadResource("CC-PDDC.template.txt"), |
| 1 | 2157 | | Catalog = _creationInfo.Catalog, |
| 1 | 2158 | | CreationInfo = _creationInfo |
| 1 | 2159 | | }; |
| 1 | 2160 | | public static readonly ListedLicense CC_PDM_1_0 = new ListedLicense |
| 1 | 2161 | | { |
| 1 | 2162 | | SpdxId = new Uri("http://spdx.org/licenses/CC-PDM-1.0"), |
| 1 | 2163 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2164 | | SeeAlso = [ |
| 1 | 2165 | | new Uri("https://creativecommons.org/publicdomain/mark/1.0/"), |
| 1 | 2166 | | new Uri("https://creativecommons.org/share-your-work/cclicenses/") |
| 1 | 2167 | | ], |
| 1 | 2168 | | LicenseText = ReadResource("CC-PDM-1.0.fulltext.txt"), |
| 1 | 2169 | | StandardLicenseTemplate = ReadResource("CC-PDM-1.0.template.txt"), |
| 1 | 2170 | | Comment = "As per Creative Commons, this is intended to provide a standard way to mark works that are no longer |
| 1 | 2171 | | Catalog = _creationInfo.Catalog, |
| 1 | 2172 | | CreationInfo = _creationInfo |
| 1 | 2173 | | }; |
| 1 | 2174 | | public static readonly ListedLicense CC_SA_1_0 = new ListedLicense |
| 1 | 2175 | | { |
| 1 | 2176 | | SpdxId = new Uri("http://spdx.org/licenses/CC-SA-1.0"), |
| 1 | 2177 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2178 | | SeeAlso = [ |
| 1 | 2179 | | new Uri("https://creativecommons.org/licenses/sa/1.0/legalcode") |
| 1 | 2180 | | ], |
| 1 | 2181 | | LicenseText = ReadResource("CC-SA-1.0.fulltext.txt"), |
| 1 | 2182 | | StandardLicenseTemplate = ReadResource("CC-SA-1.0.template.txt"), |
| 1 | 2183 | | Catalog = _creationInfo.Catalog, |
| 1 | 2184 | | CreationInfo = _creationInfo |
| 1 | 2185 | | }; |
| 1 | 2186 | | public static readonly ListedLicense CC0_1_0 = new ListedLicense |
| 1 | 2187 | | { |
| 1 | 2188 | | SpdxId = new Uri("http://spdx.org/licenses/CC0-1.0"), |
| 1 | 2189 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2190 | | SeeAlso = [ |
| 1 | 2191 | | new Uri("https://creativecommons.org/publicdomain/zero/1.0/legalcode") |
| 1 | 2192 | | ], |
| 1 | 2193 | | LicenseText = ReadResource("CC0-1.0.fulltext.txt"), |
| 1 | 2194 | | StandardLicenseTemplate = ReadResource("CC0-1.0.template.txt"), |
| 1 | 2195 | | IsFsfLibre = true, |
| 1 | 2196 | | IsOsiApproved = false, |
| 1 | 2197 | | Catalog = _creationInfo.Catalog, |
| 1 | 2198 | | CreationInfo = _creationInfo |
| 1 | 2199 | | }; |
| 1 | 2200 | | public static readonly ListedLicense CDDL_1_0 = new ListedLicense |
| 1 | 2201 | | { |
| 1 | 2202 | | SpdxId = new Uri("http://spdx.org/licenses/CDDL-1.0"), |
| 1 | 2203 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2204 | | SeeAlso = [ |
| 1 | 2205 | | new Uri("https://opensource.org/licenses/cddl1") |
| 1 | 2206 | | ], |
| 1 | 2207 | | LicenseText = ReadResource("CDDL-1.0.fulltext.txt"), |
| 1 | 2208 | | StandardLicenseTemplate = ReadResource("CDDL-1.0.template.txt"), |
| 1 | 2209 | | Comment = "This license was released: 24 January 2004.", |
| 1 | 2210 | | IsFsfLibre = true, |
| 1 | 2211 | | IsOsiApproved = true, |
| 1 | 2212 | | Catalog = _creationInfo.Catalog, |
| 1 | 2213 | | CreationInfo = _creationInfo |
| 1 | 2214 | | }; |
| 1 | 2215 | | public static readonly ListedLicense CDDL_1_1 = new ListedLicense |
| 1 | 2216 | | { |
| 1 | 2217 | | SpdxId = new Uri("http://spdx.org/licenses/CDDL-1.1"), |
| 1 | 2218 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2219 | | SeeAlso = [ |
| 1 | 2220 | | new Uri("http://glassfish.java.net/public/CDDL+GPL_1_1.html"), |
| 1 | 2221 | | new Uri("https://javaee.github.io/glassfish/LICENSE") |
| 1 | 2222 | | ], |
| 1 | 2223 | | LicenseText = ReadResource("CDDL-1.1.fulltext.txt"), |
| 1 | 2224 | | StandardLicenseTemplate = ReadResource("CDDL-1.1.template.txt"), |
| 1 | 2225 | | Comment = "Same as 1.0, but changes name from Sun to Oracle in section 4.1 and adds patent infringement terminat |
| 1 | 2226 | | Catalog = _creationInfo.Catalog, |
| 1 | 2227 | | CreationInfo = _creationInfo |
| 1 | 2228 | | }; |
| 1 | 2229 | | public static readonly ListedLicense CDL_1_0 = new ListedLicense |
| 1 | 2230 | | { |
| 1 | 2231 | | SpdxId = new Uri("http://spdx.org/licenses/CDL-1.0"), |
| 1 | 2232 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2233 | | SeeAlso = [ |
| 1 | 2234 | | new Uri("http://www.opensource.apple.com/cdl/"), |
| 1 | 2235 | | new Uri("https://fedoraproject.org/wiki/Licensing/Common_Documentation_License"), |
| 1 | 2236 | | new Uri("https://www.gnu.org/licenses/license-list.html#ACDL") |
| 1 | 2237 | | ], |
| 1 | 2238 | | LicenseText = ReadResource("CDL-1.0.fulltext.txt"), |
| 1 | 2239 | | StandardLicenseTemplate = ReadResource("CDL-1.0.template.txt"), |
| 1 | 2240 | | Catalog = _creationInfo.Catalog, |
| 1 | 2241 | | CreationInfo = _creationInfo |
| 1 | 2242 | | }; |
| 1 | 2243 | | public static readonly ListedLicense CDLA_PERMISSIVE_1_0 = new ListedLicense |
| 1 | 2244 | | { |
| 1 | 2245 | | SpdxId = new Uri("http://spdx.org/licenses/CDLA-Permissive-1.0"), |
| 1 | 2246 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2247 | | SeeAlso = [ |
| 1 | 2248 | | new Uri("https://cdla.io/permissive-1-0") |
| 1 | 2249 | | ], |
| 1 | 2250 | | LicenseText = ReadResource("CDLA-Permissive-1.0.fulltext.txt"), |
| 1 | 2251 | | StandardLicenseTemplate = ReadResource("CDLA-Permissive-1.0.template.txt"), |
| 1 | 2252 | | Catalog = _creationInfo.Catalog, |
| 1 | 2253 | | CreationInfo = _creationInfo |
| 1 | 2254 | | }; |
| 1 | 2255 | | public static readonly ListedLicense CDLA_PERMISSIVE_2_0 = new ListedLicense |
| 1 | 2256 | | { |
| 1 | 2257 | | SpdxId = new Uri("http://spdx.org/licenses/CDLA-Permissive-2.0"), |
| 1 | 2258 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2259 | | SeeAlso = [ |
| 1 | 2260 | | new Uri("https://cdla.dev/permissive-2-0") |
| 1 | 2261 | | ], |
| 1 | 2262 | | LicenseText = ReadResource("CDLA-Permissive-2.0.fulltext.txt"), |
| 1 | 2263 | | StandardLicenseTemplate = ReadResource("CDLA-Permissive-2.0.template.txt"), |
| 1 | 2264 | | Catalog = _creationInfo.Catalog, |
| 1 | 2265 | | CreationInfo = _creationInfo |
| 1 | 2266 | | }; |
| 1 | 2267 | | public static readonly ListedLicense CDLA_SHARING_1_0 = new ListedLicense |
| 1 | 2268 | | { |
| 1 | 2269 | | SpdxId = new Uri("http://spdx.org/licenses/CDLA-Sharing-1.0"), |
| 1 | 2270 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2271 | | SeeAlso = [ |
| 1 | 2272 | | new Uri("https://cdla.io/sharing-1-0") |
| 1 | 2273 | | ], |
| 1 | 2274 | | LicenseText = ReadResource("CDLA-Sharing-1.0.fulltext.txt"), |
| 1 | 2275 | | StandardLicenseTemplate = ReadResource("CDLA-Sharing-1.0.template.txt"), |
| 1 | 2276 | | Catalog = _creationInfo.Catalog, |
| 1 | 2277 | | CreationInfo = _creationInfo |
| 1 | 2278 | | }; |
| 1 | 2279 | | public static readonly ListedLicense CECILL_1_0 = new ListedLicense |
| 1 | 2280 | | { |
| 1 | 2281 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-1.0"), |
| 1 | 2282 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2283 | | SeeAlso = [ |
| 1 | 2284 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html") |
| 1 | 2285 | | ], |
| 1 | 2286 | | LicenseText = ReadResource("CECILL-1.0.fulltext.txt"), |
| 1 | 2287 | | StandardLicenseTemplate = ReadResource("CECILL-1.0.template.txt"), |
| 1 | 2288 | | Comment = "English translation can be found here: http://www.cecill.info/licences/Licence_CeCILL_V1-US.html", |
| 1 | 2289 | | Catalog = _creationInfo.Catalog, |
| 1 | 2290 | | CreationInfo = _creationInfo |
| 1 | 2291 | | }; |
| 1 | 2292 | | public static readonly ListedLicense CECILL_1_1 = new ListedLicense |
| 1 | 2293 | | { |
| 1 | 2294 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-1.1"), |
| 1 | 2295 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2296 | | SeeAlso = [ |
| 1 | 2297 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html") |
| 1 | 2298 | | ], |
| 1 | 2299 | | LicenseText = ReadResource("CECILL-1.1.fulltext.txt"), |
| 1 | 2300 | | StandardLicenseTemplate = ReadResource("CECILL-1.1.template.txt"), |
| 1 | 2301 | | Comment = "There is only an English version for 1.1, which includes some wording changes from v1.0", |
| 1 | 2302 | | Catalog = _creationInfo.Catalog, |
| 1 | 2303 | | CreationInfo = _creationInfo |
| 1 | 2304 | | }; |
| 1 | 2305 | | public static readonly ListedLicense CECILL_2_0 = new ListedLicense |
| 1 | 2306 | | { |
| 1 | 2307 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-2.0"), |
| 1 | 2308 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2309 | | SeeAlso = [ |
| 1 | 2310 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL_V2-en.html") |
| 1 | 2311 | | ], |
| 1 | 2312 | | LicenseText = ReadResource("CECILL-2.0.fulltext.txt"), |
| 1 | 2313 | | StandardLicenseTemplate = ReadResource("CECILL-2.0.template.txt"), |
| 1 | 2314 | | Comment = "French version can be found here: http://www.cecill.info/licences/Licence_CeCILL_V2-fr.html", |
| 1 | 2315 | | IsFsfLibre = true, |
| 1 | 2316 | | IsOsiApproved = false, |
| 1 | 2317 | | Catalog = _creationInfo.Catalog, |
| 1 | 2318 | | CreationInfo = _creationInfo |
| 1 | 2319 | | }; |
| 1 | 2320 | | public static readonly ListedLicense CECILL_2_1 = new ListedLicense |
| 1 | 2321 | | { |
| 1 | 2322 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-2.1"), |
| 1 | 2323 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2324 | | SeeAlso = [ |
| 1 | 2325 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html") |
| 1 | 2326 | | ], |
| 1 | 2327 | | LicenseText = ReadResource("CECILL-2.1.fulltext.txt"), |
| 1 | 2328 | | StandardLicenseTemplate = ReadResource("CECILL-2.1.template.txt"), |
| 1 | 2329 | | Comment = "French version can be found here: http://www.cecill.info/licences/Licence_CeCILL_V2.1-fr.html", |
| 1 | 2330 | | Catalog = _creationInfo.Catalog, |
| 1 | 2331 | | CreationInfo = _creationInfo |
| 1 | 2332 | | }; |
| 1 | 2333 | | public static readonly ListedLicense CECILL_B = new ListedLicense |
| 1 | 2334 | | { |
| 1 | 2335 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-B"), |
| 1 | 2336 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2337 | | SeeAlso = [ |
| 1 | 2338 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html") |
| 1 | 2339 | | ], |
| 1 | 2340 | | LicenseText = ReadResource("CECILL-B.fulltext.txt"), |
| 1 | 2341 | | StandardLicenseTemplate = ReadResource("CECILL-B.template.txt"), |
| 1 | 2342 | | Comment = "French version can be found here: http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html", |
| 1 | 2343 | | IsFsfLibre = true, |
| 1 | 2344 | | IsOsiApproved = false, |
| 1 | 2345 | | Catalog = _creationInfo.Catalog, |
| 1 | 2346 | | CreationInfo = _creationInfo |
| 1 | 2347 | | }; |
| 1 | 2348 | | public static readonly ListedLicense CECILL_C = new ListedLicense |
| 1 | 2349 | | { |
| 1 | 2350 | | SpdxId = new Uri("http://spdx.org/licenses/CECILL-C"), |
| 1 | 2351 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2352 | | SeeAlso = [ |
| 1 | 2353 | | new Uri("http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html") |
| 1 | 2354 | | ], |
| 1 | 2355 | | LicenseText = ReadResource("CECILL-C.fulltext.txt"), |
| 1 | 2356 | | StandardLicenseTemplate = ReadResource("CECILL-C.template.txt"), |
| 1 | 2357 | | Comment = "French version can be found here: http://www.cecill.info/licences/Licence_CeCILL-C_V1-fr.html", |
| 1 | 2358 | | IsFsfLibre = true, |
| 1 | 2359 | | IsOsiApproved = false, |
| 1 | 2360 | | Catalog = _creationInfo.Catalog, |
| 1 | 2361 | | CreationInfo = _creationInfo |
| 1 | 2362 | | }; |
| 1 | 2363 | | public static readonly ListedLicense CERN_OHL_1_1 = new ListedLicense |
| 1 | 2364 | | { |
| 1 | 2365 | | SpdxId = new Uri("http://spdx.org/licenses/CERN-OHL-1.1"), |
| 1 | 2366 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2367 | | SeeAlso = [ |
| 1 | 2368 | | new Uri("https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1") |
| 1 | 2369 | | ], |
| 1 | 2370 | | LicenseText = ReadResource("CERN-OHL-1.1.fulltext.txt"), |
| 1 | 2371 | | StandardLicenseTemplate = ReadResource("CERN-OHL-1.1.template.txt"), |
| 1 | 2372 | | Catalog = _creationInfo.Catalog, |
| 1 | 2373 | | CreationInfo = _creationInfo |
| 1 | 2374 | | }; |
| 1 | 2375 | | public static readonly ListedLicense CERN_OHL_1_2 = new ListedLicense |
| 1 | 2376 | | { |
| 1 | 2377 | | SpdxId = new Uri("http://spdx.org/licenses/CERN-OHL-1.2"), |
| 1 | 2378 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2379 | | SeeAlso = [ |
| 1 | 2380 | | new Uri("https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2") |
| 1 | 2381 | | ], |
| 1 | 2382 | | LicenseText = ReadResource("CERN-OHL-1.2.fulltext.txt"), |
| 1 | 2383 | | StandardLicenseTemplate = ReadResource("CERN-OHL-1.2.template.txt"), |
| 1 | 2384 | | Catalog = _creationInfo.Catalog, |
| 1 | 2385 | | CreationInfo = _creationInfo |
| 1 | 2386 | | }; |
| 1 | 2387 | | public static readonly ListedLicense CERN_OHL_P_2_0 = new ListedLicense |
| 1 | 2388 | | { |
| 1 | 2389 | | SpdxId = new Uri("http://spdx.org/licenses/CERN-OHL-P-2.0"), |
| 1 | 2390 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2391 | | SeeAlso = [ |
| 1 | 2392 | | new Uri("https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2") |
| 1 | 2393 | | ], |
| 1 | 2394 | | LicenseText = ReadResource("CERN-OHL-P-2.0.fulltext.txt"), |
| 1 | 2395 | | StandardLicenseTemplate = ReadResource("CERN-OHL-P-2.0.template.txt"), |
| 1 | 2396 | | Catalog = _creationInfo.Catalog, |
| 1 | 2397 | | CreationInfo = _creationInfo |
| 1 | 2398 | | }; |
| 1 | 2399 | | public static readonly ListedLicense CERN_OHL_S_2_0 = new ListedLicense |
| 1 | 2400 | | { |
| 1 | 2401 | | SpdxId = new Uri("http://spdx.org/licenses/CERN-OHL-S-2.0"), |
| 1 | 2402 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2403 | | SeeAlso = [ |
| 1 | 2404 | | new Uri("https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2") |
| 1 | 2405 | | ], |
| 1 | 2406 | | LicenseText = ReadResource("CERN-OHL-S-2.0.fulltext.txt"), |
| 1 | 2407 | | StandardLicenseTemplate = ReadResource("CERN-OHL-S-2.0.template.txt"), |
| 1 | 2408 | | Catalog = _creationInfo.Catalog, |
| 1 | 2409 | | CreationInfo = _creationInfo |
| 1 | 2410 | | }; |
| 1 | 2411 | | public static readonly ListedLicense CERN_OHL_W_2_0 = new ListedLicense |
| 1 | 2412 | | { |
| 1 | 2413 | | SpdxId = new Uri("http://spdx.org/licenses/CERN-OHL-W-2.0"), |
| 1 | 2414 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2415 | | SeeAlso = [ |
| 1 | 2416 | | new Uri("https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2") |
| 1 | 2417 | | ], |
| 1 | 2418 | | LicenseText = ReadResource("CERN-OHL-W-2.0.fulltext.txt"), |
| 1 | 2419 | | StandardLicenseTemplate = ReadResource("CERN-OHL-W-2.0.template.txt"), |
| 1 | 2420 | | Catalog = _creationInfo.Catalog, |
| 1 | 2421 | | CreationInfo = _creationInfo |
| 1 | 2422 | | }; |
| 1 | 2423 | | public static readonly ListedLicense CFITSIO = new ListedLicense |
| 1 | 2424 | | { |
| 1 | 2425 | | SpdxId = new Uri("http://spdx.org/licenses/CFITSIO"), |
| 1 | 2426 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2427 | | SeeAlso = [ |
| 1 | 2428 | | new Uri("https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html"), |
| 1 | 2429 | | new Uri("https://heasarc.gsfc.nasa.gov/docs/software/ftools/fv/doc/license.html") |
| 1 | 2430 | | ], |
| 1 | 2431 | | LicenseText = ReadResource("CFITSIO.fulltext.txt"), |
| 1 | 2432 | | StandardLicenseTemplate = ReadResource("CFITSIO.template.txt"), |
| 1 | 2433 | | Catalog = _creationInfo.Catalog, |
| 1 | 2434 | | CreationInfo = _creationInfo |
| 1 | 2435 | | }; |
| 1 | 2436 | | public static readonly ListedLicense CHECK_CVS = new ListedLicense |
| 1 | 2437 | | { |
| 1 | 2438 | | SpdxId = new Uri("http://spdx.org/licenses/check-cvs"), |
| 1 | 2439 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2440 | | SeeAlso = [ |
| 1 | 2441 | | new Uri("http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision=1.1.4.3&view=markup&pathr |
| 1 | 2442 | | ], |
| 1 | 2443 | | LicenseText = ReadResource("check-cvs.fulltext.txt"), |
| 1 | 2444 | | StandardLicenseTemplate = ReadResource("check-cvs.template.txt"), |
| 1 | 2445 | | Comment = "This license is similar to FSFULLR.", |
| 1 | 2446 | | Catalog = _creationInfo.Catalog, |
| 1 | 2447 | | CreationInfo = _creationInfo |
| 1 | 2448 | | }; |
| 1 | 2449 | | public static readonly ListedLicense CHECKMK = new ListedLicense |
| 1 | 2450 | | { |
| 1 | 2451 | | SpdxId = new Uri("http://spdx.org/licenses/checkmk"), |
| 1 | 2452 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2453 | | SeeAlso = [ |
| 1 | 2454 | | new Uri("https://github.com/libcheck/check/blob/master/checkmk/checkmk.in") |
| 1 | 2455 | | ], |
| 1 | 2456 | | LicenseText = ReadResource("checkmk.fulltext.txt"), |
| 1 | 2457 | | StandardLicenseTemplate = ReadResource("checkmk.template.txt"), |
| 1 | 2458 | | Catalog = _creationInfo.Catalog, |
| 1 | 2459 | | CreationInfo = _creationInfo |
| 1 | 2460 | | }; |
| 1 | 2461 | | public static readonly ListedLicense CLARTISTIC = new ListedLicense |
| 1 | 2462 | | { |
| 1 | 2463 | | SpdxId = new Uri("http://spdx.org/licenses/ClArtistic"), |
| 1 | 2464 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2465 | | SeeAlso = [ |
| 1 | 2466 | | new Uri("http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/"), |
| 1 | 2467 | | new Uri("http://www.ncftp.com/ncftp/doc/LICENSE.txt") |
| 1 | 2468 | | ], |
| 1 | 2469 | | LicenseText = ReadResource("ClArtistic.fulltext.txt"), |
| 1 | 2470 | | StandardLicenseTemplate = ReadResource("ClArtistic.template.txt"), |
| 1 | 2471 | | IsFsfLibre = true, |
| 1 | 2472 | | IsOsiApproved = false, |
| 1 | 2473 | | Catalog = _creationInfo.Catalog, |
| 1 | 2474 | | CreationInfo = _creationInfo |
| 1 | 2475 | | }; |
| 1 | 2476 | | public static readonly ListedLicense CLIPS = new ListedLicense |
| 1 | 2477 | | { |
| 1 | 2478 | | SpdxId = new Uri("http://spdx.org/licenses/Clips"), |
| 1 | 2479 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2480 | | SeeAlso = [ |
| 1 | 2481 | | new Uri("https://github.com/DrItanium/maya/blob/master/LICENSE.CLIPS") |
| 1 | 2482 | | ], |
| 1 | 2483 | | LicenseText = ReadResource("Clips.fulltext.txt"), |
| 1 | 2484 | | StandardLicenseTemplate = ReadResource("Clips.template.txt"), |
| 1 | 2485 | | Catalog = _creationInfo.Catalog, |
| 1 | 2486 | | CreationInfo = _creationInfo |
| 1 | 2487 | | }; |
| 1 | 2488 | | public static readonly ListedLicense CMU_MACH = new ListedLicense |
| 1 | 2489 | | { |
| 1 | 2490 | | SpdxId = new Uri("http://spdx.org/licenses/CMU-Mach"), |
| 1 | 2491 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2492 | | SeeAlso = [ |
| 1 | 2493 | | new Uri("https://www.cs.cmu.edu/~410/licenses.html") |
| 1 | 2494 | | ], |
| 1 | 2495 | | LicenseText = ReadResource("CMU-Mach.fulltext.txt"), |
| 1 | 2496 | | StandardLicenseTemplate = ReadResource("CMU-Mach.template.txt"), |
| 1 | 2497 | | Catalog = _creationInfo.Catalog, |
| 1 | 2498 | | CreationInfo = _creationInfo |
| 1 | 2499 | | }; |
| 1 | 2500 | | public static readonly ListedLicense CMU_MACH_NODOC = new ListedLicense |
| 1 | 2501 | | { |
| 1 | 2502 | | SpdxId = new Uri("http://spdx.org/licenses/CMU-Mach-nodoc"), |
| 1 | 2503 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2504 | | SeeAlso = [ |
| 1 | 2505 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728"), |
| 1 | 2506 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 2507 | | ], |
| 1 | 2508 | | LicenseText = ReadResource("CMU-Mach-nodoc.fulltext.txt"), |
| 1 | 2509 | | StandardLicenseTemplate = ReadResource("CMU-Mach-nodoc.template.txt"), |
| 1 | 2510 | | Comment = "This is similar to CMU-Mach but omits the obligation that both notices appear in supporting documenta |
| 1 | 2511 | | Catalog = _creationInfo.Catalog, |
| 1 | 2512 | | CreationInfo = _creationInfo |
| 1 | 2513 | | }; |
| 1 | 2514 | | public static readonly ListedLicense CNRI_JYTHON = new ListedLicense |
| 1 | 2515 | | { |
| 1 | 2516 | | SpdxId = new Uri("http://spdx.org/licenses/CNRI-Jython"), |
| 1 | 2517 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2518 | | SeeAlso = [ |
| 1 | 2519 | | new Uri("http://www.jython.org/license.html") |
| 1 | 2520 | | ], |
| 1 | 2521 | | LicenseText = ReadResource("CNRI-Jython.fulltext.txt"), |
| 1 | 2522 | | StandardLicenseTemplate = ReadResource("CNRI-Jython.template.txt"), |
| 1 | 2523 | | Comment = "This is very similar to CNRI-Python (also on this list), but for an extra clause covering restriction |
| 1 | 2524 | | Catalog = _creationInfo.Catalog, |
| 1 | 2525 | | CreationInfo = _creationInfo |
| 1 | 2526 | | }; |
| 1 | 2527 | | public static readonly ListedLicense CNRI_PYTHON = new ListedLicense |
| 1 | 2528 | | { |
| 1 | 2529 | | SpdxId = new Uri("http://spdx.org/licenses/CNRI-Python"), |
| 1 | 2530 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2531 | | SeeAlso = [ |
| 1 | 2532 | | new Uri("https://opensource.org/licenses/CNRI-Python") |
| 1 | 2533 | | ], |
| 1 | 2534 | | LicenseText = ReadResource("CNRI-Python.fulltext.txt"), |
| 1 | 2535 | | StandardLicenseTemplate = ReadResource("CNRI-Python.template.txt"), |
| 1 | 2536 | | Comment = "CNRI portion of the multi-part Python License (Python-2.0)", |
| 1 | 2537 | | Catalog = _creationInfo.Catalog, |
| 1 | 2538 | | CreationInfo = _creationInfo |
| 1 | 2539 | | }; |
| 1 | 2540 | | public static readonly ListedLicense CNRI_PYTHON_GPL_COMPATIBLE = new ListedLicense |
| 1 | 2541 | | { |
| 1 | 2542 | | SpdxId = new Uri("http://spdx.org/licenses/CNRI-Python-GPL-Compatible"), |
| 1 | 2543 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2544 | | SeeAlso = [ |
| 1 | 2545 | | new Uri("http://www.python.org/download/releases/1.6.1/download_win/") |
| 1 | 2546 | | ], |
| 1 | 2547 | | LicenseText = ReadResource("CNRI-Python-GPL-Compatible.fulltext.txt"), |
| 1 | 2548 | | StandardLicenseTemplate = ReadResource("CNRI-Python-GPL-Compatible.template.txt"), |
| 1 | 2549 | | Catalog = _creationInfo.Catalog, |
| 1 | 2550 | | CreationInfo = _creationInfo |
| 1 | 2551 | | }; |
| 1 | 2552 | | public static readonly ListedLicense COIL_1_0 = new ListedLicense |
| 1 | 2553 | | { |
| 1 | 2554 | | SpdxId = new Uri("http://spdx.org/licenses/COIL-1.0"), |
| 1 | 2555 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2556 | | SeeAlso = [ |
| 1 | 2557 | | new Uri("https://coil.apotheon.org/plaintext/01.0.txt") |
| 1 | 2558 | | ], |
| 1 | 2559 | | LicenseText = ReadResource("COIL-1.0.fulltext.txt"), |
| 1 | 2560 | | StandardLicenseTemplate = ReadResource("COIL-1.0.template.txt"), |
| 1 | 2561 | | Catalog = _creationInfo.Catalog, |
| 1 | 2562 | | CreationInfo = _creationInfo |
| 1 | 2563 | | }; |
| 1 | 2564 | | public static readonly ListedLicense COMMUNITY_SPEC_1_0 = new ListedLicense |
| 1 | 2565 | | { |
| 1 | 2566 | | SpdxId = new Uri("http://spdx.org/licenses/Community-Spec-1.0"), |
| 1 | 2567 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2568 | | SeeAlso = [ |
| 1 | 2569 | | new Uri("https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md" |
| 1 | 2570 | | ], |
| 1 | 2571 | | LicenseText = ReadResource("Community-Spec-1.0.fulltext.txt"), |
| 1 | 2572 | | StandardLicenseTemplate = ReadResource("Community-Spec-1.0.template.txt"), |
| 1 | 2573 | | Comment = "Supporting materials are available at https://github.com/CommunitySpecification/1.0.", |
| 1 | 2574 | | Catalog = _creationInfo.Catalog, |
| 1 | 2575 | | CreationInfo = _creationInfo |
| 1 | 2576 | | }; |
| 1 | 2577 | | public static readonly ListedLicense CONDOR_1_1 = new ListedLicense |
| 1 | 2578 | | { |
| 1 | 2579 | | SpdxId = new Uri("http://spdx.org/licenses/Condor-1.1"), |
| 1 | 2580 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2581 | | SeeAlso = [ |
| 1 | 2582 | | new Uri("http://research.cs.wisc.edu/condor/license.html#condor"), |
| 1 | 2583 | | new Uri("http://web.archive.org/web/20111123062036/http://research.cs.wisc.edu/condor/license.html#condor") |
| 1 | 2584 | | ], |
| 1 | 2585 | | LicenseText = ReadResource("Condor-1.1.fulltext.txt"), |
| 1 | 2586 | | StandardLicenseTemplate = ReadResource("Condor-1.1.template.txt"), |
| 1 | 2587 | | Comment = "This license was released 30 October 2003", |
| 1 | 2588 | | IsFsfLibre = true, |
| 1 | 2589 | | IsOsiApproved = false, |
| 1 | 2590 | | Catalog = _creationInfo.Catalog, |
| 1 | 2591 | | CreationInfo = _creationInfo |
| 1 | 2592 | | }; |
| 1 | 2593 | | public static readonly ListedLicense COPYLEFT_NEXT_0_3_0 = new ListedLicense |
| 1 | 2594 | | { |
| 1 | 2595 | | SpdxId = new Uri("http://spdx.org/licenses/copyleft-next-0.3.0"), |
| 1 | 2596 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2597 | | SeeAlso = [ |
| 1 | 2598 | | new Uri("https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0") |
| 1 | 2599 | | ], |
| 1 | 2600 | | LicenseText = ReadResource("copyleft-next-0.3.0.fulltext.txt"), |
| 1 | 2601 | | StandardLicenseTemplate = ReadResource("copyleft-next-0.3.0.template.txt"), |
| 1 | 2602 | | Catalog = _creationInfo.Catalog, |
| 1 | 2603 | | CreationInfo = _creationInfo |
| 1 | 2604 | | }; |
| 1 | 2605 | | public static readonly ListedLicense COPYLEFT_NEXT_0_3_1 = new ListedLicense |
| 1 | 2606 | | { |
| 1 | 2607 | | SpdxId = new Uri("http://spdx.org/licenses/copyleft-next-0.3.1"), |
| 1 | 2608 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2609 | | SeeAlso = [ |
| 1 | 2610 | | new Uri("https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1") |
| 1 | 2611 | | ], |
| 1 | 2612 | | LicenseText = ReadResource("copyleft-next-0.3.1.fulltext.txt"), |
| 1 | 2613 | | StandardLicenseTemplate = ReadResource("copyleft-next-0.3.1.template.txt"), |
| 1 | 2614 | | Catalog = _creationInfo.Catalog, |
| 1 | 2615 | | CreationInfo = _creationInfo |
| 1 | 2616 | | }; |
| 1 | 2617 | | public static readonly ListedLicense CORNELL_LOSSLESS_JPEG = new ListedLicense |
| 1 | 2618 | | { |
| 1 | 2619 | | SpdxId = new Uri("http://spdx.org/licenses/Cornell-Lossless-JPEG"), |
| 1 | 2620 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2621 | | SeeAlso = [ |
| 1 | 2622 | | new Uri("https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_ |
| 1 | 2623 | | new Uri("https://gitlab.freedesktop.org/libopenraw/libopenraw/blob/master/lib/ljpegdecompressor.cpp#L32"), |
| 1 | 2624 | | new Uri("https://www.mssl.ucl.ac.uk/~mcrw/src/20050920/proto.h") |
| 1 | 2625 | | ], |
| 1 | 2626 | | LicenseText = ReadResource("Cornell-Lossless-JPEG.fulltext.txt"), |
| 1 | 2627 | | StandardLicenseTemplate = ReadResource("Cornell-Lossless-JPEG.template.txt"), |
| 1 | 2628 | | Catalog = _creationInfo.Catalog, |
| 1 | 2629 | | CreationInfo = _creationInfo |
| 1 | 2630 | | }; |
| 1 | 2631 | | public static readonly ListedLicense CPAL_1_0 = new ListedLicense |
| 1 | 2632 | | { |
| 1 | 2633 | | SpdxId = new Uri("http://spdx.org/licenses/CPAL-1.0"), |
| 1 | 2634 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2635 | | SeeAlso = [ |
| 1 | 2636 | | new Uri("https://opensource.org/licenses/CPAL-1.0") |
| 1 | 2637 | | ], |
| 1 | 2638 | | LicenseText = ReadResource("CPAL-1.0.fulltext.txt"), |
| 1 | 2639 | | StandardLicenseTemplate = ReadResource("CPAL-1.0.template.txt"), |
| 1 | 2640 | | StandardLicenseHeader = ReadResource("CPAL-1.0.header.txt"), |
| 1 | 2641 | | Comment = "This license is essentially a rebranded version of MPL-1.1, but with some important changes. The adde |
| 1 | 2642 | | IsFsfLibre = true, |
| 1 | 2643 | | IsOsiApproved = true, |
| 1 | 2644 | | Catalog = _creationInfo.Catalog, |
| 1 | 2645 | | CreationInfo = _creationInfo |
| 1 | 2646 | | }; |
| 1 | 2647 | | public static readonly ListedLicense CPL_1_0 = new ListedLicense |
| 1 | 2648 | | { |
| 1 | 2649 | | SpdxId = new Uri("http://spdx.org/licenses/CPL-1.0"), |
| 1 | 2650 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2651 | | SeeAlso = [ |
| 1 | 2652 | | new Uri("https://opensource.org/licenses/CPL-1.0") |
| 1 | 2653 | | ], |
| 1 | 2654 | | LicenseText = ReadResource("CPL-1.0.fulltext.txt"), |
| 1 | 2655 | | StandardLicenseTemplate = ReadResource("CPL-1.0.template.txt"), |
| 1 | 2656 | | Comment = "This license was superseded by Eclipse Public License", |
| 1 | 2657 | | IsFsfLibre = true, |
| 1 | 2658 | | IsOsiApproved = true, |
| 1 | 2659 | | Catalog = _creationInfo.Catalog, |
| 1 | 2660 | | CreationInfo = _creationInfo |
| 1 | 2661 | | }; |
| 1 | 2662 | | public static readonly ListedLicense CPOL_1_02 = new ListedLicense |
| 1 | 2663 | | { |
| 1 | 2664 | | SpdxId = new Uri("http://spdx.org/licenses/CPOL-1.02"), |
| 1 | 2665 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2666 | | SeeAlso = [ |
| 1 | 2667 | | new Uri("http://www.codeproject.com/info/cpol10.aspx") |
| 1 | 2668 | | ], |
| 1 | 2669 | | LicenseText = ReadResource("CPOL-1.02.fulltext.txt"), |
| 1 | 2670 | | StandardLicenseTemplate = ReadResource("CPOL-1.02.template.txt"), |
| 1 | 2671 | | Catalog = _creationInfo.Catalog, |
| 1 | 2672 | | CreationInfo = _creationInfo |
| 1 | 2673 | | }; |
| 1 | 2674 | | public static readonly ListedLicense CRONYX = new ListedLicense |
| 1 | 2675 | | { |
| 1 | 2676 | | SpdxId = new Uri("http://spdx.org/licenses/Cronyx"), |
| 1 | 2677 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2678 | | SeeAlso = [ |
| 1 | 2679 | | new Uri("https://gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING"), |
| 1 | 2680 | | new Uri("https://gitlab.freedesktop.org/xorg/font/cronyx-cyrillic/-/blob/master/COPYING"), |
| 1 | 2681 | | new Uri("https://gitlab.freedesktop.org/xorg/font/misc-cyrillic/-/blob/master/COPYING"), |
| 1 | 2682 | | new Uri("https://gitlab.freedesktop.org/xorg/font/screen-cyrillic/-/blob/master/COPYING") |
| 1 | 2683 | | ], |
| 1 | 2684 | | LicenseText = ReadResource("Cronyx.fulltext.txt"), |
| 1 | 2685 | | StandardLicenseTemplate = ReadResource("Cronyx.template.txt"), |
| 1 | 2686 | | Catalog = _creationInfo.Catalog, |
| 1 | 2687 | | CreationInfo = _creationInfo |
| 1 | 2688 | | }; |
| 1 | 2689 | | public static readonly ListedLicense CROSSWORD = new ListedLicense |
| 1 | 2690 | | { |
| 1 | 2691 | | SpdxId = new Uri("http://spdx.org/licenses/Crossword"), |
| 1 | 2692 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2693 | | SeeAlso = [ |
| 1 | 2694 | | new Uri("https://fedoraproject.org/wiki/Licensing/Crossword") |
| 1 | 2695 | | ], |
| 1 | 2696 | | LicenseText = ReadResource("Crossword.fulltext.txt"), |
| 1 | 2697 | | StandardLicenseTemplate = ReadResource("Crossword.template.txt"), |
| 1 | 2698 | | Catalog = _creationInfo.Catalog, |
| 1 | 2699 | | CreationInfo = _creationInfo |
| 1 | 2700 | | }; |
| 1 | 2701 | | public static readonly ListedLicense CRYPTOSWIFT = new ListedLicense |
| 1 | 2702 | | { |
| 1 | 2703 | | SpdxId = new Uri("http://spdx.org/licenses/CryptoSwift"), |
| 1 | 2704 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2705 | | SeeAlso = [ |
| 1 | 2706 | | new Uri("https://github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE") |
| 1 | 2707 | | ], |
| 1 | 2708 | | LicenseText = ReadResource("CryptoSwift.fulltext.txt"), |
| 1 | 2709 | | StandardLicenseTemplate = ReadResource("CryptoSwift.template.txt"), |
| 1 | 2710 | | Comment = "This license is similar to Cube and zlib, but adds an acknowledgment requirement.", |
| 1 | 2711 | | Catalog = _creationInfo.Catalog, |
| 1 | 2712 | | CreationInfo = _creationInfo |
| 1 | 2713 | | }; |
| 1 | 2714 | | public static readonly ListedLicense CRYSTALSTACKER = new ListedLicense |
| 1 | 2715 | | { |
| 1 | 2716 | | SpdxId = new Uri("http://spdx.org/licenses/CrystalStacker"), |
| 1 | 2717 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2718 | | SeeAlso = [ |
| 1 | 2719 | | new Uri("https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker") |
| 1 | 2720 | | ], |
| 1 | 2721 | | LicenseText = ReadResource("CrystalStacker.fulltext.txt"), |
| 1 | 2722 | | StandardLicenseTemplate = ReadResource("CrystalStacker.template.txt"), |
| 1 | 2723 | | Catalog = _creationInfo.Catalog, |
| 1 | 2724 | | CreationInfo = _creationInfo |
| 1 | 2725 | | }; |
| 1 | 2726 | | public static readonly ListedLicense CUA_OPL_1_0 = new ListedLicense |
| 1 | 2727 | | { |
| 1 | 2728 | | SpdxId = new Uri("http://spdx.org/licenses/CUA-OPL-1.0"), |
| 1 | 2729 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2730 | | SeeAlso = [ |
| 1 | 2731 | | new Uri("https://opensource.org/licenses/CUA-OPL-1.0") |
| 1 | 2732 | | ], |
| 1 | 2733 | | LicenseText = ReadResource("CUA-OPL-1.0.fulltext.txt"), |
| 1 | 2734 | | StandardLicenseTemplate = ReadResource("CUA-OPL-1.0.template.txt"), |
| 1 | 2735 | | StandardLicenseHeader = ReadResource("CUA-OPL-1.0.header.txt"), |
| 1 | 2736 | | Comment = "The CUA Office Project has ceased to use or recommend this license. This license is essentially a reb |
| 1 | 2737 | | Catalog = _creationInfo.Catalog, |
| 1 | 2738 | | CreationInfo = _creationInfo |
| 1 | 2739 | | }; |
| 1 | 2740 | | public static readonly ListedLicense CUBE = new ListedLicense |
| 1 | 2741 | | { |
| 1 | 2742 | | SpdxId = new Uri("http://spdx.org/licenses/Cube"), |
| 1 | 2743 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2744 | | SeeAlso = [ |
| 1 | 2745 | | new Uri("https://fedoraproject.org/wiki/Licensing/Cube") |
| 1 | 2746 | | ], |
| 1 | 2747 | | LicenseText = ReadResource("Cube.fulltext.txt"), |
| 1 | 2748 | | StandardLicenseTemplate = ReadResource("Cube.template.txt"), |
| 1 | 2749 | | Catalog = _creationInfo.Catalog, |
| 1 | 2750 | | CreationInfo = _creationInfo |
| 1 | 2751 | | }; |
| 1 | 2752 | | public static readonly ListedLicense CURL = new ListedLicense |
| 1 | 2753 | | { |
| 1 | 2754 | | SpdxId = new Uri("http://spdx.org/licenses/curl"), |
| 1 | 2755 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2756 | | SeeAlso = [ |
| 1 | 2757 | | new Uri("https://github.com/bagder/curl/blob/master/COPYING") |
| 1 | 2758 | | ], |
| 1 | 2759 | | LicenseText = ReadResource("curl.fulltext.txt"), |
| 1 | 2760 | | StandardLicenseTemplate = ReadResource("curl.template.txt"), |
| 1 | 2761 | | Catalog = _creationInfo.Catalog, |
| 1 | 2762 | | CreationInfo = _creationInfo |
| 1 | 2763 | | }; |
| 1 | 2764 | | public static readonly ListedLicense CVE_TOU = new ListedLicense |
| 1 | 2765 | | { |
| 1 | 2766 | | SpdxId = new Uri("http://spdx.org/licenses/cve-tou"), |
| 1 | 2767 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2768 | | SeeAlso = [ |
| 1 | 2769 | | new Uri("https://www.cve.org/Legal/TermsOfUse") |
| 1 | 2770 | | ], |
| 1 | 2771 | | LicenseText = ReadResource("cve-tou.fulltext.txt"), |
| 1 | 2772 | | StandardLicenseTemplate = ReadResource("cve-tou.template.txt"), |
| 1 | 2773 | | Catalog = _creationInfo.Catalog, |
| 1 | 2774 | | CreationInfo = _creationInfo |
| 1 | 2775 | | }; |
| 1 | 2776 | | public static readonly ListedLicense D_FSL_1_0 = new ListedLicense |
| 1 | 2777 | | { |
| 1 | 2778 | | SpdxId = new Uri("http://spdx.org/licenses/D-FSL-1.0"), |
| 1 | 2779 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2780 | | SeeAlso = [ |
| 1 | 2781 | | new Uri("http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/de/D-FSL-1_0_de.txt"), |
| 1 | 2782 | | new Uri("http://www.dipp.nrw.de/d-fsl/index_html/lizenzen/en/D-FSL-1_0_en.txt"), |
| 1 | 2783 | | new Uri("http://www.dipp.nrw.de/d-fsl/lizenzen/"), |
| 1 | 2784 | | new Uri("https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl"), |
| 1 | 2785 | | new Uri("https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_de.txt/at_download/file"), |
| 1 | 2786 | | new Uri("https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/D-FSL-1_0_en.txt/at_download/file"), |
| 1 | 2787 | | new Uri("https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/deutsche-freie-software-lizenz"), |
| 1 | 2788 | | new Uri("https://www.hbz-nrw.de/produkte/open-access/lizenzen/dfsl/german-free-software-license") |
| 1 | 2789 | | ], |
| 1 | 2790 | | LicenseText = ReadResource("D-FSL-1.0.fulltext.txt"), |
| 1 | 2791 | | StandardLicenseTemplate = ReadResource("D-FSL-1.0.template.txt"), |
| 1 | 2792 | | Comment = "This license was created for and is backed by the German state. The English translation can be found |
| 1 | 2793 | | Catalog = _creationInfo.Catalog, |
| 1 | 2794 | | CreationInfo = _creationInfo |
| 1 | 2795 | | }; |
| 1 | 2796 | | public static readonly ListedLicense DEC_3_CLAUSE = new ListedLicense |
| 1 | 2797 | | { |
| 1 | 2798 | | SpdxId = new Uri("http://spdx.org/licenses/DEC-3-Clause"), |
| 1 | 2799 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2800 | | SeeAlso = [ |
| 1 | 2801 | | new Uri("https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L239") |
| 1 | 2802 | | ], |
| 1 | 2803 | | LicenseText = ReadResource("DEC-3-Clause.fulltext.txt"), |
| 1 | 2804 | | StandardLicenseTemplate = ReadResource("DEC-3-Clause.template.txt"), |
| 1 | 2805 | | Catalog = _creationInfo.Catalog, |
| 1 | 2806 | | CreationInfo = _creationInfo |
| 1 | 2807 | | }; |
| 1 | 2808 | | public static readonly ListedLicense DIFFMARK = new ListedLicense |
| 1 | 2809 | | { |
| 1 | 2810 | | SpdxId = new Uri("http://spdx.org/licenses/diffmark"), |
| 1 | 2811 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2812 | | SeeAlso = [ |
| 1 | 2813 | | new Uri("https://fedoraproject.org/wiki/Licensing/diffmark") |
| 1 | 2814 | | ], |
| 1 | 2815 | | LicenseText = ReadResource("diffmark.fulltext.txt"), |
| 1 | 2816 | | StandardLicenseTemplate = ReadResource("diffmark.template.txt"), |
| 1 | 2817 | | Catalog = _creationInfo.Catalog, |
| 1 | 2818 | | CreationInfo = _creationInfo |
| 1 | 2819 | | }; |
| 1 | 2820 | | public static readonly ListedLicense DL_DE_BY_2_0 = new ListedLicense |
| 1 | 2821 | | { |
| 1 | 2822 | | SpdxId = new Uri("http://spdx.org/licenses/DL-DE-BY-2.0"), |
| 1 | 2823 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2824 | | SeeAlso = [ |
| 1 | 2825 | | new Uri("https://www.govdata.de/dl-de/by-2-0") |
| 1 | 2826 | | ], |
| 1 | 2827 | | LicenseText = ReadResource("DL-DE-BY-2.0.fulltext.txt"), |
| 1 | 2828 | | StandardLicenseTemplate = ReadResource("DL-DE-BY-2.0.template.txt"), |
| 1 | 2829 | | Catalog = _creationInfo.Catalog, |
| 1 | 2830 | | CreationInfo = _creationInfo |
| 1 | 2831 | | }; |
| 1 | 2832 | | public static readonly ListedLicense DL_DE_ZERO_2_0 = new ListedLicense |
| 1 | 2833 | | { |
| 1 | 2834 | | SpdxId = new Uri("http://spdx.org/licenses/DL-DE-ZERO-2.0"), |
| 1 | 2835 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2836 | | SeeAlso = [ |
| 1 | 2837 | | new Uri("https://www.govdata.de/dl-de/zero-2-0") |
| 1 | 2838 | | ], |
| 1 | 2839 | | LicenseText = ReadResource("DL-DE-ZERO-2.0.fulltext.txt"), |
| 1 | 2840 | | StandardLicenseTemplate = ReadResource("DL-DE-ZERO-2.0.template.txt"), |
| 1 | 2841 | | Catalog = _creationInfo.Catalog, |
| 1 | 2842 | | CreationInfo = _creationInfo |
| 1 | 2843 | | }; |
| 1 | 2844 | | public static readonly ListedLicense DOC = new ListedLicense |
| 1 | 2845 | | { |
| 1 | 2846 | | SpdxId = new Uri("http://spdx.org/licenses/DOC"), |
| 1 | 2847 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2848 | | SeeAlso = [ |
| 1 | 2849 | | new Uri("http://www.cs.wustl.edu/~schmidt/ACE-copying.html"), |
| 1 | 2850 | | new Uri("https://www.dre.vanderbilt.edu/~schmidt/ACE-copying.html") |
| 1 | 2851 | | ], |
| 1 | 2852 | | LicenseText = ReadResource("DOC.fulltext.txt"), |
| 1 | 2853 | | StandardLicenseTemplate = ReadResource("DOC.template.txt"), |
| 1 | 2854 | | Catalog = _creationInfo.Catalog, |
| 1 | 2855 | | CreationInfo = _creationInfo |
| 1 | 2856 | | }; |
| 1 | 2857 | | public static readonly ListedLicense DOCBOOK_DTD = new ListedLicense |
| 1 | 2858 | | { |
| 1 | 2859 | | SpdxId = new Uri("http://spdx.org/licenses/DocBook-DTD"), |
| 1 | 2860 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2861 | | SeeAlso = [ |
| 1 | 2862 | | new Uri("http://www.docbook.org/xml/simple/1.1/docbook-simple-1.1.zip") |
| 1 | 2863 | | ], |
| 1 | 2864 | | LicenseText = ReadResource("DocBook-DTD.fulltext.txt"), |
| 1 | 2865 | | StandardLicenseTemplate = ReadResource("DocBook-DTD.template.txt"), |
| 1 | 2866 | | Comment = "This license is very similar to DocBook-Schema, but includes some exceptions to the different labelin |
| 1 | 2867 | | Catalog = _creationInfo.Catalog, |
| 1 | 2868 | | CreationInfo = _creationInfo |
| 1 | 2869 | | }; |
| 1 | 2870 | | public static readonly ListedLicense DOCBOOK_SCHEMA = new ListedLicense |
| 1 | 2871 | | { |
| 1 | 2872 | | SpdxId = new Uri("http://spdx.org/licenses/DocBook-Schema"), |
| 1 | 2873 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2874 | | SeeAlso = [ |
| 1 | 2875 | | new Uri("https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/ass |
| 1 | 2876 | | ], |
| 1 | 2877 | | LicenseText = ReadResource("DocBook-Schema.fulltext.txt"), |
| 1 | 2878 | | StandardLicenseTemplate = ReadResource("DocBook-Schema.template.txt"), |
| 1 | 2879 | | Catalog = _creationInfo.Catalog, |
| 1 | 2880 | | CreationInfo = _creationInfo |
| 1 | 2881 | | }; |
| 1 | 2882 | | public static readonly ListedLicense DOCBOOK_STYLESHEET = new ListedLicense |
| 1 | 2883 | | { |
| 1 | 2884 | | SpdxId = new Uri("http://spdx.org/licenses/DocBook-Stylesheet"), |
| 1 | 2885 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2886 | | SeeAlso = [ |
| 1 | 2887 | | new Uri("http://www.docbook.org/xml/5.0/docbook-5.0.zip") |
| 1 | 2888 | | ], |
| 1 | 2889 | | LicenseText = ReadResource("DocBook-Stylesheet.fulltext.txt"), |
| 1 | 2890 | | StandardLicenseTemplate = ReadResource("DocBook-Stylesheet.template.txt"), |
| 1 | 2891 | | Catalog = _creationInfo.Catalog, |
| 1 | 2892 | | CreationInfo = _creationInfo |
| 1 | 2893 | | }; |
| 1 | 2894 | | public static readonly ListedLicense DOCBOOK_XML = new ListedLicense |
| 1 | 2895 | | { |
| 1 | 2896 | | SpdxId = new Uri("http://spdx.org/licenses/DocBook-XML"), |
| 1 | 2897 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2898 | | SeeAlso = [ |
| 1 | 2899 | | new Uri("https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COP |
| 1 | 2900 | | ], |
| 1 | 2901 | | LicenseText = ReadResource("DocBook-XML.fulltext.txt"), |
| 1 | 2902 | | StandardLicenseTemplate = ReadResource("DocBook-XML.template.txt"), |
| 1 | 2903 | | Catalog = _creationInfo.Catalog, |
| 1 | 2904 | | CreationInfo = _creationInfo |
| 1 | 2905 | | }; |
| 1 | 2906 | | public static readonly ListedLicense DOTSEQN = new ListedLicense |
| 1 | 2907 | | { |
| 1 | 2908 | | SpdxId = new Uri("http://spdx.org/licenses/Dotseqn"), |
| 1 | 2909 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2910 | | SeeAlso = [ |
| 1 | 2911 | | new Uri("https://fedoraproject.org/wiki/Licensing/Dotseqn") |
| 1 | 2912 | | ], |
| 1 | 2913 | | LicenseText = ReadResource("Dotseqn.fulltext.txt"), |
| 1 | 2914 | | StandardLicenseTemplate = ReadResource("Dotseqn.template.txt"), |
| 1 | 2915 | | Catalog = _creationInfo.Catalog, |
| 1 | 2916 | | CreationInfo = _creationInfo |
| 1 | 2917 | | }; |
| 1 | 2918 | | public static readonly ListedLicense DRL_1_0 = new ListedLicense |
| 1 | 2919 | | { |
| 1 | 2920 | | SpdxId = new Uri("http://spdx.org/licenses/DRL-1.0"), |
| 1 | 2921 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2922 | | SeeAlso = [ |
| 1 | 2923 | | new Uri("https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md") |
| 1 | 2924 | | ], |
| 1 | 2925 | | LicenseText = ReadResource("DRL-1.0.fulltext.txt"), |
| 1 | 2926 | | StandardLicenseTemplate = ReadResource("DRL-1.0.template.txt"), |
| 1 | 2927 | | Catalog = _creationInfo.Catalog, |
| 1 | 2928 | | CreationInfo = _creationInfo |
| 1 | 2929 | | }; |
| 1 | 2930 | | public static readonly ListedLicense DRL_1_1 = new ListedLicense |
| 1 | 2931 | | { |
| 1 | 2932 | | SpdxId = new Uri("http://spdx.org/licenses/DRL-1.1"), |
| 1 | 2933 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2934 | | SeeAlso = [ |
| 1 | 2935 | | new Uri("https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LIC |
| 1 | 2936 | | ], |
| 1 | 2937 | | LicenseText = ReadResource("DRL-1.1.fulltext.txt"), |
| 1 | 2938 | | StandardLicenseTemplate = ReadResource("DRL-1.1.template.txt"), |
| 1 | 2939 | | Catalog = _creationInfo.Catalog, |
| 1 | 2940 | | CreationInfo = _creationInfo |
| 1 | 2941 | | }; |
| 1 | 2942 | | public static readonly ListedLicense DSDP = new ListedLicense |
| 1 | 2943 | | { |
| 1 | 2944 | | SpdxId = new Uri("http://spdx.org/licenses/DSDP"), |
| 1 | 2945 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2946 | | SeeAlso = [ |
| 1 | 2947 | | new Uri("https://fedoraproject.org/wiki/Licensing/DSDP") |
| 1 | 2948 | | ], |
| 1 | 2949 | | LicenseText = ReadResource("DSDP.fulltext.txt"), |
| 1 | 2950 | | StandardLicenseTemplate = ReadResource("DSDP.template.txt"), |
| 1 | 2951 | | Catalog = _creationInfo.Catalog, |
| 1 | 2952 | | CreationInfo = _creationInfo |
| 1 | 2953 | | }; |
| 1 | 2954 | | public static readonly ListedLicense DTOA = new ListedLicense |
| 1 | 2955 | | { |
| 1 | 2956 | | SpdxId = new Uri("http://spdx.org/licenses/dtoa"), |
| 1 | 2957 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2958 | | SeeAlso = [ |
| 1 | 2959 | | new Uri("https://github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c"), |
| 1 | 2960 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/stdlib/mprec.h;hb=HEAD") |
| 1 | 2961 | | ], |
| 1 | 2962 | | LicenseText = ReadResource("dtoa.fulltext.txt"), |
| 1 | 2963 | | StandardLicenseTemplate = ReadResource("dtoa.template.txt"), |
| 1 | 2964 | | Catalog = _creationInfo.Catalog, |
| 1 | 2965 | | CreationInfo = _creationInfo |
| 1 | 2966 | | }; |
| 1 | 2967 | | public static readonly ListedLicense DVIPDFM = new ListedLicense |
| 1 | 2968 | | { |
| 1 | 2969 | | SpdxId = new Uri("http://spdx.org/licenses/dvipdfm"), |
| 1 | 2970 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2971 | | SeeAlso = [ |
| 1 | 2972 | | new Uri("https://fedoraproject.org/wiki/Licensing/dvipdfm") |
| 1 | 2973 | | ], |
| 1 | 2974 | | LicenseText = ReadResource("dvipdfm.fulltext.txt"), |
| 1 | 2975 | | StandardLicenseTemplate = ReadResource("dvipdfm.template.txt"), |
| 1 | 2976 | | Catalog = _creationInfo.Catalog, |
| 1 | 2977 | | CreationInfo = _creationInfo |
| 1 | 2978 | | }; |
| 1 | 2979 | | public static readonly ListedLicense ECL_1_0 = new ListedLicense |
| 1 | 2980 | | { |
| 1 | 2981 | | SpdxId = new Uri("http://spdx.org/licenses/ECL-1.0"), |
| 1 | 2982 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2983 | | SeeAlso = [ |
| 1 | 2984 | | new Uri("https://opensource.org/licenses/ECL-1.0") |
| 1 | 2985 | | ], |
| 1 | 2986 | | LicenseText = ReadResource("ECL-1.0.fulltext.txt"), |
| 1 | 2987 | | StandardLicenseTemplate = ReadResource("ECL-1.0.template.txt"), |
| 1 | 2988 | | StandardLicenseHeader = ReadResource("ECL-1.0.header.txt"), |
| 1 | 2989 | | Catalog = _creationInfo.Catalog, |
| 1 | 2990 | | CreationInfo = _creationInfo |
| 1 | 2991 | | }; |
| 1 | 2992 | | public static readonly ListedLicense ECL_2_0 = new ListedLicense |
| 1 | 2993 | | { |
| 1 | 2994 | | SpdxId = new Uri("http://spdx.org/licenses/ECL-2.0"), |
| 1 | 2995 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 2996 | | SeeAlso = [ |
| 1 | 2997 | | new Uri("https://opensource.org/licenses/ECL-2.0") |
| 1 | 2998 | | ], |
| 1 | 2999 | | LicenseText = ReadResource("ECL-2.0.fulltext.txt"), |
| 1 | 3000 | | StandardLicenseTemplate = ReadResource("ECL-2.0.template.txt"), |
| 1 | 3001 | | StandardLicenseHeader = ReadResource("ECL-2.0.header.txt"), |
| 1 | 3002 | | Comment = "The Educational Community License version 2.0 (\"ECL\") consists of the Apache 2.0 license, modified |
| 1 | 3003 | | IsFsfLibre = true, |
| 1 | 3004 | | IsOsiApproved = true, |
| 1 | 3005 | | Catalog = _creationInfo.Catalog, |
| 1 | 3006 | | CreationInfo = _creationInfo |
| 1 | 3007 | | }; |
| 1 | 3008 | | public static readonly ListedLicense ECOS_2_0 = new ListedLicense |
| 1 | 3009 | | { |
| 1 | 3010 | | SpdxId = new Uri("http://spdx.org/licenses/eCos-2.0"), |
| 1 | 3011 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3012 | | SeeAlso = [ |
| 1 | 3013 | | new Uri("https://www.gnu.org/licenses/ecos-license.html") |
| 1 | 3014 | | ], |
| 1 | 3015 | | LicenseText = ReadResource("eCos-2.0.fulltext.txt"), |
| 1 | 3016 | | StandardLicenseTemplate = ReadResource("eCos-2.0.template.txt"), |
| 1 | 3017 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: eCos-ex |
| 1 | 3018 | | IsFsfLibre = true, |
| 1 | 3019 | | IsOsiApproved = false, |
| 1 | 3020 | | IsDeprecatedLicenseId = true, |
| 1 | 3021 | | DeprecatedVersion = "2.0rc2", |
| 1 | 3022 | | Catalog = _creationInfo.Catalog, |
| 1 | 3023 | | CreationInfo = _creationInfo |
| 1 | 3024 | | }; |
| 1 | 3025 | | public static readonly ListedLicense EFL_1_0 = new ListedLicense |
| 1 | 3026 | | { |
| 1 | 3027 | | SpdxId = new Uri("http://spdx.org/licenses/EFL-1.0"), |
| 1 | 3028 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3029 | | SeeAlso = [ |
| 1 | 3030 | | new Uri("http://www.eiffel-nice.org/license/forum.txt"), |
| 1 | 3031 | | new Uri("https://opensource.org/licenses/EFL-1.0") |
| 1 | 3032 | | ], |
| 1 | 3033 | | LicenseText = ReadResource("EFL-1.0.fulltext.txt"), |
| 1 | 3034 | | StandardLicenseTemplate = ReadResource("EFL-1.0.template.txt"), |
| 1 | 3035 | | Comment = "This license has been superseded by v2.0", |
| 1 | 3036 | | Catalog = _creationInfo.Catalog, |
| 1 | 3037 | | CreationInfo = _creationInfo |
| 1 | 3038 | | }; |
| 1 | 3039 | | public static readonly ListedLicense EFL_2_0 = new ListedLicense |
| 1 | 3040 | | { |
| 1 | 3041 | | SpdxId = new Uri("http://spdx.org/licenses/EFL-2.0"), |
| 1 | 3042 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3043 | | SeeAlso = [ |
| 1 | 3044 | | new Uri("http://www.eiffel-nice.org/license/eiffel-forum-license-2.html"), |
| 1 | 3045 | | new Uri("https://opensource.org/licenses/EFL-2.0") |
| 1 | 3046 | | ], |
| 1 | 3047 | | LicenseText = ReadResource("EFL-2.0.fulltext.txt"), |
| 1 | 3048 | | StandardLicenseTemplate = ReadResource("EFL-2.0.template.txt"), |
| 1 | 3049 | | IsFsfLibre = true, |
| 1 | 3050 | | IsOsiApproved = true, |
| 1 | 3051 | | Catalog = _creationInfo.Catalog, |
| 1 | 3052 | | CreationInfo = _creationInfo |
| 1 | 3053 | | }; |
| 1 | 3054 | | public static readonly ListedLicense EGENIX = new ListedLicense |
| 1 | 3055 | | { |
| 1 | 3056 | | SpdxId = new Uri("http://spdx.org/licenses/eGenix"), |
| 1 | 3057 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3058 | | SeeAlso = [ |
| 1 | 3059 | | new Uri("http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf"), |
| 1 | 3060 | | new Uri("https://fedoraproject.org/wiki/Licensing/eGenix.com_Public_License_1.1.0") |
| 1 | 3061 | | ], |
| 1 | 3062 | | LicenseText = ReadResource("eGenix.fulltext.txt"), |
| 1 | 3063 | | StandardLicenseTemplate = ReadResource("eGenix.template.txt"), |
| 1 | 3064 | | Catalog = _creationInfo.Catalog, |
| 1 | 3065 | | CreationInfo = _creationInfo |
| 1 | 3066 | | }; |
| 1 | 3067 | | public static readonly ListedLicense ELASTIC_2_0 = new ListedLicense |
| 1 | 3068 | | { |
| 1 | 3069 | | SpdxId = new Uri("http://spdx.org/licenses/Elastic-2.0"), |
| 1 | 3070 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3071 | | SeeAlso = [ |
| 1 | 3072 | | new Uri("https://github.com/elastic/elasticsearch/blob/master/licenses/ELASTIC-LICENSE-2.0.txt"), |
| 1 | 3073 | | new Uri("https://www.elastic.co/licensing/elastic-license") |
| 1 | 3074 | | ], |
| 1 | 3075 | | LicenseText = ReadResource("Elastic-2.0.fulltext.txt"), |
| 1 | 3076 | | StandardLicenseTemplate = ReadResource("Elastic-2.0.template.txt"), |
| 1 | 3077 | | Comment = "This license was released on February 3, 2021", |
| 1 | 3078 | | Catalog = _creationInfo.Catalog, |
| 1 | 3079 | | CreationInfo = _creationInfo |
| 1 | 3080 | | }; |
| 1 | 3081 | | public static readonly ListedLicense ENTESSA = new ListedLicense |
| 1 | 3082 | | { |
| 1 | 3083 | | SpdxId = new Uri("http://spdx.org/licenses/Entessa"), |
| 1 | 3084 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3085 | | SeeAlso = [ |
| 1 | 3086 | | new Uri("https://opensource.org/licenses/Entessa") |
| 1 | 3087 | | ], |
| 1 | 3088 | | LicenseText = ReadResource("Entessa.fulltext.txt"), |
| 1 | 3089 | | StandardLicenseTemplate = ReadResource("Entessa.template.txt"), |
| 1 | 3090 | | Comment = "This license is mostly a match to Apache-1.1 (except for the addition of \"open source\" before \"sof |
| 1 | 3091 | | Catalog = _creationInfo.Catalog, |
| 1 | 3092 | | CreationInfo = _creationInfo |
| 1 | 3093 | | }; |
| 1 | 3094 | | public static readonly ListedLicense EPICS = new ListedLicense |
| 1 | 3095 | | { |
| 1 | 3096 | | SpdxId = new Uri("http://spdx.org/licenses/EPICS"), |
| 1 | 3097 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3098 | | SeeAlso = [ |
| 1 | 3099 | | new Uri("https://epics.anl.gov/license/open.php") |
| 1 | 3100 | | ], |
| 1 | 3101 | | LicenseText = ReadResource("EPICS.fulltext.txt"), |
| 1 | 3102 | | StandardLicenseTemplate = ReadResource("EPICS.template.txt"), |
| 1 | 3103 | | Catalog = _creationInfo.Catalog, |
| 1 | 3104 | | CreationInfo = _creationInfo |
| 1 | 3105 | | }; |
| 1 | 3106 | | public static readonly ListedLicense EPL_1_0 = new ListedLicense |
| 1 | 3107 | | { |
| 1 | 3108 | | SpdxId = new Uri("http://spdx.org/licenses/EPL-1.0"), |
| 1 | 3109 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3110 | | SeeAlso = [ |
| 1 | 3111 | | new Uri("http://www.eclipse.org/legal/epl-v10.html"), |
| 1 | 3112 | | new Uri("https://opensource.org/licenses/EPL-1.0") |
| 1 | 3113 | | ], |
| 1 | 3114 | | LicenseText = ReadResource("EPL-1.0.fulltext.txt"), |
| 1 | 3115 | | StandardLicenseTemplate = ReadResource("EPL-1.0.template.txt"), |
| 1 | 3116 | | Comment = "EPL replaced the CPL on 28 June 2005.", |
| 1 | 3117 | | IsFsfLibre = true, |
| 1 | 3118 | | IsOsiApproved = true, |
| 1 | 3119 | | Catalog = _creationInfo.Catalog, |
| 1 | 3120 | | CreationInfo = _creationInfo |
| 1 | 3121 | | }; |
| 1 | 3122 | | public static readonly ListedLicense EPL_2_0 = new ListedLicense |
| 1 | 3123 | | { |
| 1 | 3124 | | SpdxId = new Uri("http://spdx.org/licenses/EPL-2.0"), |
| 1 | 3125 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3126 | | SeeAlso = [ |
| 1 | 3127 | | new Uri("https://projects.eclipse.org/license/epl-2.0"), |
| 1 | 3128 | | new Uri("https://www.eclipse.org/legal/epl-2.0"), |
| 1 | 3129 | | new Uri("https://www.eclipse.org/legal/epl-v20.html"), |
| 1 | 3130 | | new Uri("https://www.opensource.org/licenses/EPL-2.0") |
| 1 | 3131 | | ], |
| 1 | 3132 | | LicenseText = ReadResource("EPL-2.0.fulltext.txt"), |
| 1 | 3133 | | StandardLicenseTemplate = ReadResource("EPL-2.0.template.txt"), |
| 1 | 3134 | | Comment = "Secondary Licenses declared via Exhibit A should be represented using the disjunctive OR operator (Se |
| 1 | 3135 | | IsFsfLibre = true, |
| 1 | 3136 | | IsOsiApproved = true, |
| 1 | 3137 | | Catalog = _creationInfo.Catalog, |
| 1 | 3138 | | CreationInfo = _creationInfo |
| 1 | 3139 | | }; |
| 1 | 3140 | | public static readonly ListedLicense ERLPL_1_1 = new ListedLicense |
| 1 | 3141 | | { |
| 1 | 3142 | | SpdxId = new Uri("http://spdx.org/licenses/ErlPL-1.1"), |
| 1 | 3143 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3144 | | SeeAlso = [ |
| 1 | 3145 | | new Uri("http://www.erlang.org/EPLICENSE") |
| 1 | 3146 | | ], |
| 1 | 3147 | | LicenseText = ReadResource("ErlPL-1.1.fulltext.txt"), |
| 1 | 3148 | | StandardLicenseTemplate = ReadResource("ErlPL-1.1.template.txt"), |
| 1 | 3149 | | Comment = "This Erlang License is a derivative work of the Mozilla Public License, Version 1.0. It contains term |
| 1 | 3150 | | Catalog = _creationInfo.Catalog, |
| 1 | 3151 | | CreationInfo = _creationInfo |
| 1 | 3152 | | }; |
| 1 | 3153 | | public static readonly ListedLicense ETALAB_2_0 = new ListedLicense |
| 1 | 3154 | | { |
| 1 | 3155 | | SpdxId = new Uri("http://spdx.org/licenses/etalab-2.0"), |
| 1 | 3156 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3157 | | SeeAlso = [ |
| 1 | 3158 | | new Uri("https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf"), |
| 1 | 3159 | | new Uri("https://raw.githubusercontent.com/DISIC/politique-de-contribution-open-source/master/LICENSE") |
| 1 | 3160 | | ], |
| 1 | 3161 | | LicenseText = ReadResource("etalab-2.0.fulltext.txt"), |
| 1 | 3162 | | StandardLicenseTemplate = ReadResource("etalab-2.0.template.txt"), |
| 1 | 3163 | | Comment = "English translation can be found here: https://www.etalab.gouv.fr/wp-content/uploads/2018/11/open-lic |
| 1 | 3164 | | Catalog = _creationInfo.Catalog, |
| 1 | 3165 | | CreationInfo = _creationInfo |
| 1 | 3166 | | }; |
| 1 | 3167 | | public static readonly ListedLicense EUDATAGRID = new ListedLicense |
| 1 | 3168 | | { |
| 1 | 3169 | | SpdxId = new Uri("http://spdx.org/licenses/EUDatagrid"), |
| 1 | 3170 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3171 | | SeeAlso = [ |
| 1 | 3172 | | new Uri("http://eu-datagrid.web.cern.ch/eu-datagrid/license.html"), |
| 1 | 3173 | | new Uri("https://opensource.org/licenses/EUDatagrid") |
| 1 | 3174 | | ], |
| 1 | 3175 | | LicenseText = ReadResource("EUDatagrid.fulltext.txt"), |
| 1 | 3176 | | StandardLicenseTemplate = ReadResource("EUDatagrid.template.txt"), |
| 1 | 3177 | | IsFsfLibre = true, |
| 1 | 3178 | | IsOsiApproved = true, |
| 1 | 3179 | | Catalog = _creationInfo.Catalog, |
| 1 | 3180 | | CreationInfo = _creationInfo |
| 1 | 3181 | | }; |
| 1 | 3182 | | public static readonly ListedLicense EUPL_1_0 = new ListedLicense |
| 1 | 3183 | | { |
| 1 | 3184 | | SpdxId = new Uri("http://spdx.org/licenses/EUPL-1.0"), |
| 1 | 3185 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3186 | | SeeAlso = [ |
| 1 | 3187 | | new Uri("http://ec.europa.eu/idabc/en/document/7330.html"), |
| 1 | 3188 | | new Uri("http://ec.europa.eu/idabc/servlets/Doc027f.pdf?id=31096") |
| 1 | 3189 | | ], |
| 1 | 3190 | | LicenseText = ReadResource("EUPL-1.0.fulltext.txt"), |
| 1 | 3191 | | StandardLicenseTemplate = ReadResource("EUPL-1.0.template.txt"), |
| 1 | 3192 | | Comment = "The European Commission has approved the EUPL on 9 January 2007.", |
| 1 | 3193 | | Catalog = _creationInfo.Catalog, |
| 1 | 3194 | | CreationInfo = _creationInfo |
| 1 | 3195 | | }; |
| 1 | 3196 | | public static readonly ListedLicense EUPL_1_1 = new ListedLicense |
| 1 | 3197 | | { |
| 1 | 3198 | | SpdxId = new Uri("http://spdx.org/licenses/EUPL-1.1"), |
| 1 | 3199 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3200 | | SeeAlso = [ |
| 1 | 3201 | | new Uri("https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl1.1.-licence-en_0.pdf"), |
| 1 | 3202 | | new Uri("https://joinup.ec.europa.eu/software/page/eupl/licence-eupl"), |
| 1 | 3203 | | new Uri("https://opensource.org/licenses/EUPL-1.1") |
| 1 | 3204 | | ], |
| 1 | 3205 | | LicenseText = ReadResource("EUPL-1.1.fulltext.txt"), |
| 1 | 3206 | | StandardLicenseTemplate = ReadResource("EUPL-1.1.template.txt"), |
| 1 | 3207 | | Comment = "This license was released: 16 May 2008 This license is available in the 22 official languages of the |
| 1 | 3208 | | IsFsfLibre = true, |
| 1 | 3209 | | IsOsiApproved = true, |
| 1 | 3210 | | Catalog = _creationInfo.Catalog, |
| 1 | 3211 | | CreationInfo = _creationInfo |
| 1 | 3212 | | }; |
| 1 | 3213 | | public static readonly ListedLicense EUPL_1_2 = new ListedLicense |
| 1 | 3214 | | { |
| 1 | 3215 | | SpdxId = new Uri("http://spdx.org/licenses/EUPL-1.2"), |
| 1 | 3216 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3217 | | SeeAlso = [ |
| 1 | 3218 | | new Uri("http://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:32017D0863"), |
| 1 | 3219 | | new Uri("https://joinup.ec.europa.eu/page/eupl-text-11-12"), |
| 1 | 3220 | | new Uri("https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/2020-03/EUPL-1.2%20EN.txt"), |
| 1 | 3221 | | new Uri("https://joinup.ec.europa.eu/sites/default/files/custom-page/attachment/eupl_v1.2_en.pdf"), |
| 1 | 3222 | | new Uri("https://joinup.ec.europa.eu/sites/default/files/inline-files/EUPL%20v1_2%20EN(1).txt"), |
| 1 | 3223 | | new Uri("https://opensource.org/licenses/EUPL-1.2") |
| 1 | 3224 | | ], |
| 1 | 3225 | | LicenseText = ReadResource("EUPL-1.2.fulltext.txt"), |
| 1 | 3226 | | StandardLicenseTemplate = ReadResource("EUPL-1.2.template.txt"), |
| 1 | 3227 | | Comment = "This license was released: 19 May 2016. This license is available in the 22 official languages of the |
| 1 | 3228 | | IsFsfLibre = true, |
| 1 | 3229 | | IsOsiApproved = true, |
| 1 | 3230 | | Catalog = _creationInfo.Catalog, |
| 1 | 3231 | | CreationInfo = _creationInfo |
| 1 | 3232 | | }; |
| 1 | 3233 | | public static readonly ListedLicense EUROSYM = new ListedLicense |
| 1 | 3234 | | { |
| 1 | 3235 | | SpdxId = new Uri("http://spdx.org/licenses/Eurosym"), |
| 1 | 3236 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3237 | | SeeAlso = [ |
| 1 | 3238 | | new Uri("https://fedoraproject.org/wiki/Licensing/Eurosym") |
| 1 | 3239 | | ], |
| 1 | 3240 | | LicenseText = ReadResource("Eurosym.fulltext.txt"), |
| 1 | 3241 | | StandardLicenseTemplate = ReadResource("Eurosym.template.txt"), |
| 1 | 3242 | | Catalog = _creationInfo.Catalog, |
| 1 | 3243 | | CreationInfo = _creationInfo |
| 1 | 3244 | | }; |
| 1 | 3245 | | public static readonly ListedLicense FAIR = new ListedLicense |
| 1 | 3246 | | { |
| 1 | 3247 | | SpdxId = new Uri("http://spdx.org/licenses/Fair"), |
| 1 | 3248 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3249 | | SeeAlso = [ |
| 1 | 3250 | | new Uri("https://opensource.org/licenses/Fair"), |
| 1 | 3251 | | new Uri("https://web.archive.org/web/20150926120323/http://fairlicense.org/") |
| 1 | 3252 | | ], |
| 1 | 3253 | | LicenseText = ReadResource("Fair.fulltext.txt"), |
| 1 | 3254 | | StandardLicenseTemplate = ReadResource("Fair.template.txt"), |
| 1 | 3255 | | Catalog = _creationInfo.Catalog, |
| 1 | 3256 | | CreationInfo = _creationInfo |
| 1 | 3257 | | }; |
| 1 | 3258 | | public static readonly ListedLicense FBM = new ListedLicense |
| 1 | 3259 | | { |
| 1 | 3260 | | SpdxId = new Uri("http://spdx.org/licenses/FBM"), |
| 1 | 3261 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3262 | | SeeAlso = [ |
| 1 | 3263 | | new Uri("https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/g |
| 1 | 3264 | | ], |
| 1 | 3265 | | LicenseText = ReadResource("FBM.fulltext.txt"), |
| 1 | 3266 | | StandardLicenseTemplate = ReadResource("FBM.template.txt"), |
| 1 | 3267 | | Catalog = _creationInfo.Catalog, |
| 1 | 3268 | | CreationInfo = _creationInfo |
| 1 | 3269 | | }; |
| 1 | 3270 | | public static readonly ListedLicense FDK_AAC = new ListedLicense |
| 1 | 3271 | | { |
| 1 | 3272 | | SpdxId = new Uri("http://spdx.org/licenses/FDK-AAC"), |
| 1 | 3273 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3274 | | SeeAlso = [ |
| 1 | 3275 | | new Uri("https://directory.fsf.org/wiki/License:Fdk"), |
| 1 | 3276 | | new Uri("https://fedoraproject.org/wiki/Licensing/FDK-AAC") |
| 1 | 3277 | | ], |
| 1 | 3278 | | LicenseText = ReadResource("FDK-AAC.fulltext.txt"), |
| 1 | 3279 | | StandardLicenseTemplate = ReadResource("FDK-AAC.template.txt"), |
| 1 | 3280 | | Catalog = _creationInfo.Catalog, |
| 1 | 3281 | | CreationInfo = _creationInfo |
| 1 | 3282 | | }; |
| 1 | 3283 | | public static readonly ListedLicense FERGUSON_TWOFISH = new ListedLicense |
| 1 | 3284 | | { |
| 1 | 3285 | | SpdxId = new Uri("http://spdx.org/licenses/Ferguson-Twofish"), |
| 1 | 3286 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3287 | | SeeAlso = [ |
| 1 | 3288 | | new Uri("https://github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofis |
| 1 | 3289 | | ], |
| 1 | 3290 | | LicenseText = ReadResource("Ferguson-Twofish.fulltext.txt"), |
| 1 | 3291 | | StandardLicenseTemplate = ReadResource("Ferguson-Twofish.template.txt"), |
| 1 | 3292 | | Catalog = _creationInfo.Catalog, |
| 1 | 3293 | | CreationInfo = _creationInfo |
| 1 | 3294 | | }; |
| 1 | 3295 | | public static readonly ListedLicense FRAMEWORX_1_0 = new ListedLicense |
| 1 | 3296 | | { |
| 1 | 3297 | | SpdxId = new Uri("http://spdx.org/licenses/Frameworx-1.0"), |
| 1 | 3298 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3299 | | SeeAlso = [ |
| 1 | 3300 | | new Uri("https://opensource.org/licenses/Frameworx-1.0") |
| 1 | 3301 | | ], |
| 1 | 3302 | | LicenseText = ReadResource("Frameworx-1.0.fulltext.txt"), |
| 1 | 3303 | | StandardLicenseTemplate = ReadResource("Frameworx-1.0.template.txt"), |
| 1 | 3304 | | Comment = "The url included in the license does not work. (15/10/10)", |
| 1 | 3305 | | Catalog = _creationInfo.Catalog, |
| 1 | 3306 | | CreationInfo = _creationInfo |
| 1 | 3307 | | }; |
| 1 | 3308 | | public static readonly ListedLicense FREEBSD_DOC = new ListedLicense |
| 1 | 3309 | | { |
| 1 | 3310 | | SpdxId = new Uri("http://spdx.org/licenses/FreeBSD-DOC"), |
| 1 | 3311 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3312 | | SeeAlso = [ |
| 1 | 3313 | | new Uri("https://www.freebsd.org/copyright/freebsd-doc-license/") |
| 1 | 3314 | | ], |
| 1 | 3315 | | LicenseText = ReadResource("FreeBSD-DOC.fulltext.txt"), |
| 1 | 3316 | | StandardLicenseTemplate = ReadResource("FreeBSD-DOC.template.txt"), |
| 1 | 3317 | | Catalog = _creationInfo.Catalog, |
| 1 | 3318 | | CreationInfo = _creationInfo |
| 1 | 3319 | | }; |
| 1 | 3320 | | public static readonly ListedLicense FREEIMAGE = new ListedLicense |
| 1 | 3321 | | { |
| 1 | 3322 | | SpdxId = new Uri("http://spdx.org/licenses/FreeImage"), |
| 1 | 3323 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3324 | | SeeAlso = [ |
| 1 | 3325 | | new Uri("http://freeimage.sourceforge.net/freeimage-license.txt") |
| 1 | 3326 | | ], |
| 1 | 3327 | | LicenseText = ReadResource("FreeImage.fulltext.txt"), |
| 1 | 3328 | | StandardLicenseTemplate = ReadResource("FreeImage.template.txt"), |
| 1 | 3329 | | Comment = "This is similar to MPL-1.0, but for the names, choice of law, and jurisdiction", |
| 1 | 3330 | | Catalog = _creationInfo.Catalog, |
| 1 | 3331 | | CreationInfo = _creationInfo |
| 1 | 3332 | | }; |
| 1 | 3333 | | public static readonly ListedLicense FSFAP = new ListedLicense |
| 1 | 3334 | | { |
| 1 | 3335 | | SpdxId = new Uri("http://spdx.org/licenses/FSFAP"), |
| 1 | 3336 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3337 | | SeeAlso = [ |
| 1 | 3338 | | new Uri("https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html") |
| 1 | 3339 | | ], |
| 1 | 3340 | | LicenseText = ReadResource("FSFAP.fulltext.txt"), |
| 1 | 3341 | | StandardLicenseTemplate = ReadResource("FSFAP.template.txt"), |
| 1 | 3342 | | IsFsfLibre = true, |
| 1 | 3343 | | IsOsiApproved = false, |
| 1 | 3344 | | Catalog = _creationInfo.Catalog, |
| 1 | 3345 | | CreationInfo = _creationInfo |
| 1 | 3346 | | }; |
| 1 | 3347 | | public static readonly ListedLicense FSFAP_NO_WARRANTY_DISCLAIMER = new ListedLicense |
| 1 | 3348 | | { |
| 1 | 3349 | | SpdxId = new Uri("http://spdx.org/licenses/FSFAP-no-warranty-disclaimer"), |
| 1 | 3350 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3351 | | SeeAlso = [ |
| 1 | 3352 | | new Uri("https://git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h=v1.21.3&id=40747a11e44ced5a8ac628a41 |
| 1 | 3353 | | ], |
| 1 | 3354 | | LicenseText = ReadResource("FSFAP-no-warranty-disclaimer.fulltext.txt"), |
| 1 | 3355 | | StandardLicenseTemplate = ReadResource("FSFAP-no-warranty-disclaimer.template.txt"), |
| 1 | 3356 | | Comment = "This license is identical to FSFAP except it omits the no-warranty sentence at the end.", |
| 1 | 3357 | | Catalog = _creationInfo.Catalog, |
| 1 | 3358 | | CreationInfo = _creationInfo |
| 1 | 3359 | | }; |
| 1 | 3360 | | public static readonly ListedLicense FSFUL = new ListedLicense |
| 1 | 3361 | | { |
| 1 | 3362 | | SpdxId = new Uri("http://spdx.org/licenses/FSFUL"), |
| 1 | 3363 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3364 | | SeeAlso = [ |
| 1 | 3365 | | new Uri("https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License") |
| 1 | 3366 | | ], |
| 1 | 3367 | | LicenseText = ReadResource("FSFUL.fulltext.txt"), |
| 1 | 3368 | | StandardLicenseTemplate = ReadResource("FSFUL.template.txt"), |
| 1 | 3369 | | Catalog = _creationInfo.Catalog, |
| 1 | 3370 | | CreationInfo = _creationInfo |
| 1 | 3371 | | }; |
| 1 | 3372 | | public static readonly ListedLicense FSFULLR = new ListedLicense |
| 1 | 3373 | | { |
| 1 | 3374 | | SpdxId = new Uri("http://spdx.org/licenses/FSFULLR"), |
| 1 | 3375 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3376 | | SeeAlso = [ |
| 1 | 3377 | | new Uri("https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant") |
| 1 | 3378 | | ], |
| 1 | 3379 | | LicenseText = ReadResource("FSFULLR.fulltext.txt"), |
| 1 | 3380 | | StandardLicenseTemplate = ReadResource("FSFULLR.template.txt"), |
| 1 | 3381 | | Catalog = _creationInfo.Catalog, |
| 1 | 3382 | | CreationInfo = _creationInfo |
| 1 | 3383 | | }; |
| 1 | 3384 | | public static readonly ListedLicense FSFULLRWD = new ListedLicense |
| 1 | 3385 | | { |
| 1 | 3386 | | SpdxId = new Uri("http://spdx.org/licenses/FSFULLRWD"), |
| 1 | 3387 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3388 | | SeeAlso = [ |
| 1 | 3389 | | new Uri("https://lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html") |
| 1 | 3390 | | ], |
| 1 | 3391 | | LicenseText = ReadResource("FSFULLRWD.fulltext.txt"), |
| 1 | 3392 | | StandardLicenseTemplate = ReadResource("FSFULLRWD.template.txt"), |
| 1 | 3393 | | Catalog = _creationInfo.Catalog, |
| 1 | 3394 | | CreationInfo = _creationInfo |
| 1 | 3395 | | }; |
| 1 | 3396 | | public static readonly ListedLicense FSL_1_1_ALV2 = new ListedLicense |
| 1 | 3397 | | { |
| 1 | 3398 | | SpdxId = new Uri("http://spdx.org/licenses/FSL-1.1-ALv2"), |
| 1 | 3399 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3400 | | SeeAlso = [ |
| 1 | 3401 | | new Uri("https://fsl.software/FSL-1.1-ALv2.template.md") |
| 1 | 3402 | | ], |
| 1 | 3403 | | LicenseText = ReadResource("FSL-1.1-ALv2.fulltext.txt"), |
| 1 | 3404 | | StandardLicenseTemplate = ReadResource("FSL-1.1-ALv2.template.txt"), |
| 1 | 3405 | | Catalog = _creationInfo.Catalog, |
| 1 | 3406 | | CreationInfo = _creationInfo |
| 1 | 3407 | | }; |
| 1 | 3408 | | public static readonly ListedLicense FSL_1_1_MIT = new ListedLicense |
| 1 | 3409 | | { |
| 1 | 3410 | | SpdxId = new Uri("http://spdx.org/licenses/FSL-1.1-MIT"), |
| 1 | 3411 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3412 | | SeeAlso = [ |
| 1 | 3413 | | new Uri("https://fsl.software/FSL-1.1-MIT.template.md") |
| 1 | 3414 | | ], |
| 1 | 3415 | | LicenseText = ReadResource("FSL-1.1-MIT.fulltext.txt"), |
| 1 | 3416 | | StandardLicenseTemplate = ReadResource("FSL-1.1-MIT.template.txt"), |
| 1 | 3417 | | Catalog = _creationInfo.Catalog, |
| 1 | 3418 | | CreationInfo = _creationInfo |
| 1 | 3419 | | }; |
| 1 | 3420 | | public static readonly ListedLicense FTL = new ListedLicense |
| 1 | 3421 | | { |
| 1 | 3422 | | SpdxId = new Uri("http://spdx.org/licenses/FTL"), |
| 1 | 3423 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3424 | | SeeAlso = [ |
| 1 | 3425 | | new Uri("http://freetype.fis.uniroma2.it/FTL.TXT"), |
| 1 | 3426 | | new Uri("http://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT"), |
| 1 | 3427 | | new Uri("http://gitlab.freedesktop.org/freetype/freetype/-/raw/master/docs/FTL.TXT") |
| 1 | 3428 | | ], |
| 1 | 3429 | | LicenseText = ReadResource("FTL.fulltext.txt"), |
| 1 | 3430 | | StandardLicenseTemplate = ReadResource("FTL.template.txt"), |
| 1 | 3431 | | Comment = "This license was released 27 Jan 2006", |
| 1 | 3432 | | IsFsfLibre = true, |
| 1 | 3433 | | IsOsiApproved = false, |
| 1 | 3434 | | Catalog = _creationInfo.Catalog, |
| 1 | 3435 | | CreationInfo = _creationInfo |
| 1 | 3436 | | }; |
| 1 | 3437 | | public static readonly ListedLicense FURUSETH = new ListedLicense |
| 1 | 3438 | | { |
| 1 | 3439 | | SpdxId = new Uri("http://spdx.org/licenses/Furuseth"), |
| 1 | 3440 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3441 | | SeeAlso = [ |
| 1 | 3442 | | new Uri("https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT?ref_type=heads#L39-51") |
| 1 | 3443 | | ], |
| 1 | 3444 | | LicenseText = ReadResource("Furuseth.fulltext.txt"), |
| 1 | 3445 | | StandardLicenseTemplate = ReadResource("Furuseth.template.txt"), |
| 1 | 3446 | | Catalog = _creationInfo.Catalog, |
| 1 | 3447 | | CreationInfo = _creationInfo |
| 1 | 3448 | | }; |
| 1 | 3449 | | public static readonly ListedLicense FWLW = new ListedLicense |
| 1 | 3450 | | { |
| 1 | 3451 | | SpdxId = new Uri("http://spdx.org/licenses/fwlw"), |
| 1 | 3452 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3453 | | SeeAlso = [ |
| 1 | 3454 | | new Uri("https://mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README") |
| 1 | 3455 | | ], |
| 1 | 3456 | | LicenseText = ReadResource("fwlw.fulltext.txt"), |
| 1 | 3457 | | StandardLicenseTemplate = ReadResource("fwlw.template.txt"), |
| 1 | 3458 | | Comment = "This license is a very similar to ulem and magaz, but has slightly different obligations.", |
| 1 | 3459 | | Catalog = _creationInfo.Catalog, |
| 1 | 3460 | | CreationInfo = _creationInfo |
| 1 | 3461 | | }; |
| 1 | 3462 | | public static readonly ListedLicense GAME_PROGRAMMING_GEMS = new ListedLicense |
| 1 | 3463 | | { |
| 1 | 3464 | | SpdxId = new Uri("http://spdx.org/licenses/Game-Programming-Gems"), |
| 1 | 3465 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3466 | | SeeAlso = [ |
| 1 | 3467 | | new Uri("https://github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46") |
| 1 | 3468 | | ], |
| 1 | 3469 | | LicenseText = ReadResource("Game-Programming-Gems.fulltext.txt"), |
| 1 | 3470 | | StandardLicenseTemplate = ReadResource("Game-Programming-Gems.template.txt"), |
| 1 | 3471 | | Catalog = _creationInfo.Catalog, |
| 1 | 3472 | | CreationInfo = _creationInfo |
| 1 | 3473 | | }; |
| 1 | 3474 | | public static readonly ListedLicense GCR_DOCS = new ListedLicense |
| 1 | 3475 | | { |
| 1 | 3476 | | SpdxId = new Uri("http://spdx.org/licenses/GCR-docs"), |
| 1 | 3477 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3478 | | SeeAlso = [ |
| 1 | 3479 | | new Uri("https://github.com/GNOME/gcr/blob/master/docs/COPYING") |
| 1 | 3480 | | ], |
| 1 | 3481 | | LicenseText = ReadResource("GCR-docs.fulltext.txt"), |
| 1 | 3482 | | StandardLicenseTemplate = ReadResource("GCR-docs.template.txt"), |
| 1 | 3483 | | Catalog = _creationInfo.Catalog, |
| 1 | 3484 | | CreationInfo = _creationInfo |
| 1 | 3485 | | }; |
| 1 | 3486 | | public static readonly ListedLicense GD = new ListedLicense |
| 1 | 3487 | | { |
| 1 | 3488 | | SpdxId = new Uri("http://spdx.org/licenses/GD"), |
| 1 | 3489 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3490 | | SeeAlso = [ |
| 1 | 3491 | | new Uri("https://libgd.github.io/manuals/2.3.0/files/license-txt.html") |
| 1 | 3492 | | ], |
| 1 | 3493 | | LicenseText = ReadResource("GD.fulltext.txt"), |
| 1 | 3494 | | StandardLicenseTemplate = ReadResource("GD.template.txt"), |
| 1 | 3495 | | Catalog = _creationInfo.Catalog, |
| 1 | 3496 | | CreationInfo = _creationInfo |
| 1 | 3497 | | }; |
| 1 | 3498 | | public static readonly ListedLicense GENERIC_XTS = new ListedLicense |
| 1 | 3499 | | { |
| 1 | 3500 | | SpdxId = new Uri("http://spdx.org/licenses/generic-xts"), |
| 1 | 3501 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3502 | | SeeAlso = [ |
| 1 | 3503 | | new Uri("https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c") |
| 1 | 3504 | | ], |
| 1 | 3505 | | LicenseText = ReadResource("generic-xts.fulltext.txt"), |
| 1 | 3506 | | StandardLicenseTemplate = ReadResource("generic-xts.template.txt"), |
| 1 | 3507 | | Catalog = _creationInfo.Catalog, |
| 1 | 3508 | | CreationInfo = _creationInfo |
| 1 | 3509 | | }; |
| 1 | 3510 | | public static readonly ListedLicense GFDL_1_1 = new ListedLicense |
| 1 | 3511 | | { |
| 1 | 3512 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1"), |
| 1 | 3513 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3514 | | SeeAlso = [ |
| 1 | 3515 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3516 | | ], |
| 1 | 3517 | | LicenseText = ReadResource("GFDL-1.1.fulltext.txt"), |
| 1 | 3518 | | StandardLicenseTemplate = ReadResource("GFDL-1.1.template.txt"), |
| 1 | 3519 | | StandardLicenseHeader = ReadResource("GFDL-1.1.header.txt"), |
| 1 | 3520 | | IsFsfLibre = true, |
| 1 | 3521 | | IsOsiApproved = false, |
| 1 | 3522 | | IsDeprecatedLicenseId = true, |
| 1 | 3523 | | DeprecatedVersion = "3.0", |
| 1 | 3524 | | Catalog = _creationInfo.Catalog, |
| 1 | 3525 | | CreationInfo = _creationInfo |
| 1 | 3526 | | }; |
| 1 | 3527 | | public static readonly ListedLicense GFDL_1_1_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3528 | | { |
| 1 | 3529 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-invariants-only"), |
| 1 | 3530 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3531 | | SeeAlso = [ |
| 1 | 3532 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3533 | | ], |
| 1 | 3534 | | LicenseText = ReadResource("GFDL-1.1-invariants-only.fulltext.txt"), |
| 1 | 3535 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-invariants-only.template.txt"), |
| 1 | 3536 | | StandardLicenseHeader = ReadResource("GFDL-1.1-invariants-only.header.txt"), |
| 1 | 3537 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-only-invariants should only be used whe |
| 1 | 3538 | | Catalog = _creationInfo.Catalog, |
| 1 | 3539 | | CreationInfo = _creationInfo |
| 1 | 3540 | | }; |
| 1 | 3541 | | public static readonly ListedLicense GFDL_1_1_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3542 | | { |
| 1 | 3543 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-invariants-or-later"), |
| 1 | 3544 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3545 | | SeeAlso = [ |
| 1 | 3546 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3547 | | ], |
| 1 | 3548 | | LicenseText = ReadResource("GFDL-1.1-invariants-or-later.fulltext.txt"), |
| 1 | 3549 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-invariants-or-later.template.txt"), |
| 1 | 3550 | | StandardLicenseHeader = ReadResource("GFDL-1.1-invariants-or-later.header.txt"), |
| 1 | 3551 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-or-later-invariants should only be used |
| 1 | 3552 | | Catalog = _creationInfo.Catalog, |
| 1 | 3553 | | CreationInfo = _creationInfo |
| 1 | 3554 | | }; |
| 1 | 3555 | | public static readonly ListedLicense GFDL_1_1_NO_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3556 | | { |
| 1 | 3557 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-no-invariants-only"), |
| 1 | 3558 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3559 | | SeeAlso = [ |
| 1 | 3560 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3561 | | ], |
| 1 | 3562 | | LicenseText = ReadResource("GFDL-1.1-no-invariants-only.fulltext.txt"), |
| 1 | 3563 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-no-invariants-only.template.txt"), |
| 1 | 3564 | | StandardLicenseHeader = ReadResource("GFDL-1.1-no-invariants-only.header.txt"), |
| 1 | 3565 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-only-no-invariants should only be used |
| 1 | 3566 | | Catalog = _creationInfo.Catalog, |
| 1 | 3567 | | CreationInfo = _creationInfo |
| 1 | 3568 | | }; |
| 1 | 3569 | | public static readonly ListedLicense GFDL_1_1_NO_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3570 | | { |
| 1 | 3571 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-no-invariants-or-later"), |
| 1 | 3572 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3573 | | SeeAlso = [ |
| 1 | 3574 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3575 | | ], |
| 1 | 3576 | | LicenseText = ReadResource("GFDL-1.1-no-invariants-or-later.fulltext.txt"), |
| 1 | 3577 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-no-invariants-or-later.template.txt"), |
| 1 | 3578 | | StandardLicenseHeader = ReadResource("GFDL-1.1-no-invariants-or-later.header.txt"), |
| 1 | 3579 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-or-later-no-invariants should only be u |
| 1 | 3580 | | Catalog = _creationInfo.Catalog, |
| 1 | 3581 | | CreationInfo = _creationInfo |
| 1 | 3582 | | }; |
| 1 | 3583 | | public static readonly ListedLicense GFDL_1_1_ONLY = new ListedLicense |
| 1 | 3584 | | { |
| 1 | 3585 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-only"), |
| 1 | 3586 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3587 | | SeeAlso = [ |
| 1 | 3588 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3589 | | ], |
| 1 | 3590 | | LicenseText = ReadResource("GFDL-1.1-only.fulltext.txt"), |
| 1 | 3591 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-only.template.txt"), |
| 1 | 3592 | | StandardLicenseHeader = ReadResource("GFDL-1.1-only.header.txt"), |
| 1 | 3593 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-only can be used to indicate that this |
| 1 | 3594 | | IsFsfLibre = true, |
| 1 | 3595 | | IsOsiApproved = false, |
| 1 | 3596 | | Catalog = _creationInfo.Catalog, |
| 1 | 3597 | | CreationInfo = _creationInfo |
| 1 | 3598 | | }; |
| 1 | 3599 | | public static readonly ListedLicense GFDL_1_1_OR_LATER = new ListedLicense |
| 1 | 3600 | | { |
| 1 | 3601 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.1-or-later"), |
| 1 | 3602 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3603 | | SeeAlso = [ |
| 1 | 3604 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt") |
| 1 | 3605 | | ], |
| 1 | 3606 | | LicenseText = ReadResource("GFDL-1.1-or-later.fulltext.txt"), |
| 1 | 3607 | | StandardLicenseTemplate = ReadResource("GFDL-1.1-or-later.template.txt"), |
| 1 | 3608 | | StandardLicenseHeader = ReadResource("GFDL-1.1-or-later.header.txt"), |
| 1 | 3609 | | Comment = "This license was released March 2000. The identifier GFDL-1.1-or-later can be used to indicate that t |
| 1 | 3610 | | IsFsfLibre = true, |
| 1 | 3611 | | IsOsiApproved = false, |
| 1 | 3612 | | Catalog = _creationInfo.Catalog, |
| 1 | 3613 | | CreationInfo = _creationInfo |
| 1 | 3614 | | }; |
| 1 | 3615 | | public static readonly ListedLicense GFDL_1_2 = new ListedLicense |
| 1 | 3616 | | { |
| 1 | 3617 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2"), |
| 1 | 3618 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3619 | | SeeAlso = [ |
| 1 | 3620 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3621 | | ], |
| 1 | 3622 | | LicenseText = ReadResource("GFDL-1.2.fulltext.txt"), |
| 1 | 3623 | | StandardLicenseTemplate = ReadResource("GFDL-1.2.template.txt"), |
| 1 | 3624 | | StandardLicenseHeader = ReadResource("GFDL-1.2.header.txt"), |
| 1 | 3625 | | IsFsfLibre = true, |
| 1 | 3626 | | IsOsiApproved = false, |
| 1 | 3627 | | IsDeprecatedLicenseId = true, |
| 1 | 3628 | | DeprecatedVersion = "3.0", |
| 1 | 3629 | | Catalog = _creationInfo.Catalog, |
| 1 | 3630 | | CreationInfo = _creationInfo |
| 1 | 3631 | | }; |
| 1 | 3632 | | public static readonly ListedLicense GFDL_1_2_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3633 | | { |
| 1 | 3634 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-invariants-only"), |
| 1 | 3635 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3636 | | SeeAlso = [ |
| 1 | 3637 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3638 | | ], |
| 1 | 3639 | | LicenseText = ReadResource("GFDL-1.2-invariants-only.fulltext.txt"), |
| 1 | 3640 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-invariants-only.template.txt"), |
| 1 | 3641 | | StandardLicenseHeader = ReadResource("GFDL-1.2-invariants-only.header.txt"), |
| 1 | 3642 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-only-invariants should only be used |
| 1 | 3643 | | Catalog = _creationInfo.Catalog, |
| 1 | 3644 | | CreationInfo = _creationInfo |
| 1 | 3645 | | }; |
| 1 | 3646 | | public static readonly ListedLicense GFDL_1_2_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3647 | | { |
| 1 | 3648 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-invariants-or-later"), |
| 1 | 3649 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3650 | | SeeAlso = [ |
| 1 | 3651 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3652 | | ], |
| 1 | 3653 | | LicenseText = ReadResource("GFDL-1.2-invariants-or-later.fulltext.txt"), |
| 1 | 3654 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-invariants-or-later.template.txt"), |
| 1 | 3655 | | StandardLicenseHeader = ReadResource("GFDL-1.2-invariants-or-later.header.txt"), |
| 1 | 3656 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-or-later-invariants should only be u |
| 1 | 3657 | | Catalog = _creationInfo.Catalog, |
| 1 | 3658 | | CreationInfo = _creationInfo |
| 1 | 3659 | | }; |
| 1 | 3660 | | public static readonly ListedLicense GFDL_1_2_NO_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3661 | | { |
| 1 | 3662 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-no-invariants-only"), |
| 1 | 3663 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3664 | | SeeAlso = [ |
| 1 | 3665 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3666 | | ], |
| 1 | 3667 | | LicenseText = ReadResource("GFDL-1.2-no-invariants-only.fulltext.txt"), |
| 1 | 3668 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-no-invariants-only.template.txt"), |
| 1 | 3669 | | StandardLicenseHeader = ReadResource("GFDL-1.2-no-invariants-only.header.txt"), |
| 1 | 3670 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-only-no-invariants should only be us |
| 1 | 3671 | | Catalog = _creationInfo.Catalog, |
| 1 | 3672 | | CreationInfo = _creationInfo |
| 1 | 3673 | | }; |
| 1 | 3674 | | public static readonly ListedLicense GFDL_1_2_NO_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3675 | | { |
| 1 | 3676 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-no-invariants-or-later"), |
| 1 | 3677 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3678 | | SeeAlso = [ |
| 1 | 3679 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3680 | | ], |
| 1 | 3681 | | LicenseText = ReadResource("GFDL-1.2-no-invariants-or-later.fulltext.txt"), |
| 1 | 3682 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-no-invariants-or-later.template.txt"), |
| 1 | 3683 | | StandardLicenseHeader = ReadResource("GFDL-1.2-no-invariants-or-later.header.txt"), |
| 1 | 3684 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-or-later-no-invariants should only b |
| 1 | 3685 | | Catalog = _creationInfo.Catalog, |
| 1 | 3686 | | CreationInfo = _creationInfo |
| 1 | 3687 | | }; |
| 1 | 3688 | | public static readonly ListedLicense GFDL_1_2_ONLY = new ListedLicense |
| 1 | 3689 | | { |
| 1 | 3690 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-only"), |
| 1 | 3691 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3692 | | SeeAlso = [ |
| 1 | 3693 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3694 | | ], |
| 1 | 3695 | | LicenseText = ReadResource("GFDL-1.2-only.fulltext.txt"), |
| 1 | 3696 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-only.template.txt"), |
| 1 | 3697 | | StandardLicenseHeader = ReadResource("GFDL-1.2-only.header.txt"), |
| 1 | 3698 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-only can be used to indicate that th |
| 1 | 3699 | | IsFsfLibre = true, |
| 1 | 3700 | | IsOsiApproved = false, |
| 1 | 3701 | | Catalog = _creationInfo.Catalog, |
| 1 | 3702 | | CreationInfo = _creationInfo |
| 1 | 3703 | | }; |
| 1 | 3704 | | public static readonly ListedLicense GFDL_1_2_OR_LATER = new ListedLicense |
| 1 | 3705 | | { |
| 1 | 3706 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.2-or-later"), |
| 1 | 3707 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3708 | | SeeAlso = [ |
| 1 | 3709 | | new Uri("https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt") |
| 1 | 3710 | | ], |
| 1 | 3711 | | LicenseText = ReadResource("GFDL-1.2-or-later.fulltext.txt"), |
| 1 | 3712 | | StandardLicenseTemplate = ReadResource("GFDL-1.2-or-later.template.txt"), |
| 1 | 3713 | | StandardLicenseHeader = ReadResource("GFDL-1.2-or-later.header.txt"), |
| 1 | 3714 | | Comment = "This license was released November 2002. The identifier GFDL-1.2-or-later can be used to indicate tha |
| 1 | 3715 | | IsFsfLibre = true, |
| 1 | 3716 | | IsOsiApproved = false, |
| 1 | 3717 | | Catalog = _creationInfo.Catalog, |
| 1 | 3718 | | CreationInfo = _creationInfo |
| 1 | 3719 | | }; |
| 1 | 3720 | | public static readonly ListedLicense GFDL_1_3 = new ListedLicense |
| 1 | 3721 | | { |
| 1 | 3722 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3"), |
| 1 | 3723 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3724 | | SeeAlso = [ |
| 1 | 3725 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3726 | | ], |
| 1 | 3727 | | LicenseText = ReadResource("GFDL-1.3.fulltext.txt"), |
| 1 | 3728 | | StandardLicenseTemplate = ReadResource("GFDL-1.3.template.txt"), |
| 1 | 3729 | | StandardLicenseHeader = ReadResource("GFDL-1.3.header.txt"), |
| 1 | 3730 | | IsFsfLibre = true, |
| 1 | 3731 | | IsOsiApproved = false, |
| 1 | 3732 | | IsDeprecatedLicenseId = true, |
| 1 | 3733 | | DeprecatedVersion = "3.0", |
| 1 | 3734 | | Catalog = _creationInfo.Catalog, |
| 1 | 3735 | | CreationInfo = _creationInfo |
| 1 | 3736 | | }; |
| 1 | 3737 | | public static readonly ListedLicense GFDL_1_3_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3738 | | { |
| 1 | 3739 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-invariants-only"), |
| 1 | 3740 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3741 | | SeeAlso = [ |
| 1 | 3742 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3743 | | ], |
| 1 | 3744 | | LicenseText = ReadResource("GFDL-1.3-invariants-only.fulltext.txt"), |
| 1 | 3745 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-invariants-only.template.txt"), |
| 1 | 3746 | | StandardLicenseHeader = ReadResource("GFDL-1.3-invariants-only.header.txt"), |
| 1 | 3747 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-only-invariants should only be use |
| 1 | 3748 | | Catalog = _creationInfo.Catalog, |
| 1 | 3749 | | CreationInfo = _creationInfo |
| 1 | 3750 | | }; |
| 1 | 3751 | | public static readonly ListedLicense GFDL_1_3_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3752 | | { |
| 1 | 3753 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-invariants-or-later"), |
| 1 | 3754 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3755 | | SeeAlso = [ |
| 1 | 3756 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3757 | | ], |
| 1 | 3758 | | LicenseText = ReadResource("GFDL-1.3-invariants-or-later.fulltext.txt"), |
| 1 | 3759 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-invariants-or-later.template.txt"), |
| 1 | 3760 | | StandardLicenseHeader = ReadResource("GFDL-1.3-invariants-or-later.header.txt"), |
| 1 | 3761 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-or-later-invariants should only be |
| 1 | 3762 | | Catalog = _creationInfo.Catalog, |
| 1 | 3763 | | CreationInfo = _creationInfo |
| 1 | 3764 | | }; |
| 1 | 3765 | | public static readonly ListedLicense GFDL_1_3_NO_INVARIANTS_ONLY = new ListedLicense |
| 1 | 3766 | | { |
| 1 | 3767 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-no-invariants-only"), |
| 1 | 3768 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3769 | | SeeAlso = [ |
| 1 | 3770 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3771 | | ], |
| 1 | 3772 | | LicenseText = ReadResource("GFDL-1.3-no-invariants-only.fulltext.txt"), |
| 1 | 3773 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-no-invariants-only.template.txt"), |
| 1 | 3774 | | StandardLicenseHeader = ReadResource("GFDL-1.3-no-invariants-only.header.txt"), |
| 1 | 3775 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-only-no-invariants should only be |
| 1 | 3776 | | Catalog = _creationInfo.Catalog, |
| 1 | 3777 | | CreationInfo = _creationInfo |
| 1 | 3778 | | }; |
| 1 | 3779 | | public static readonly ListedLicense GFDL_1_3_NO_INVARIANTS_OR_LATER = new ListedLicense |
| 1 | 3780 | | { |
| 1 | 3781 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-no-invariants-or-later"), |
| 1 | 3782 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3783 | | SeeAlso = [ |
| 1 | 3784 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3785 | | ], |
| 1 | 3786 | | LicenseText = ReadResource("GFDL-1.3-no-invariants-or-later.fulltext.txt"), |
| 1 | 3787 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-no-invariants-or-later.template.txt"), |
| 1 | 3788 | | StandardLicenseHeader = ReadResource("GFDL-1.3-no-invariants-or-later.header.txt"), |
| 1 | 3789 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-or-later-no-invariants should only |
| 1 | 3790 | | Catalog = _creationInfo.Catalog, |
| 1 | 3791 | | CreationInfo = _creationInfo |
| 1 | 3792 | | }; |
| 1 | 3793 | | public static readonly ListedLicense GFDL_1_3_ONLY = new ListedLicense |
| 1 | 3794 | | { |
| 1 | 3795 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-only"), |
| 1 | 3796 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3797 | | SeeAlso = [ |
| 1 | 3798 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3799 | | ], |
| 1 | 3800 | | LicenseText = ReadResource("GFDL-1.3-only.fulltext.txt"), |
| 1 | 3801 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-only.template.txt"), |
| 1 | 3802 | | StandardLicenseHeader = ReadResource("GFDL-1.3-only.header.txt"), |
| 1 | 3803 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-only can be used to indicate that |
| 1 | 3804 | | IsFsfLibre = true, |
| 1 | 3805 | | IsOsiApproved = false, |
| 1 | 3806 | | Catalog = _creationInfo.Catalog, |
| 1 | 3807 | | CreationInfo = _creationInfo |
| 1 | 3808 | | }; |
| 1 | 3809 | | public static readonly ListedLicense GFDL_1_3_OR_LATER = new ListedLicense |
| 1 | 3810 | | { |
| 1 | 3811 | | SpdxId = new Uri("http://spdx.org/licenses/GFDL-1.3-or-later"), |
| 1 | 3812 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3813 | | SeeAlso = [ |
| 1 | 3814 | | new Uri("https://www.gnu.org/licenses/fdl-1.3.txt") |
| 1 | 3815 | | ], |
| 1 | 3816 | | LicenseText = ReadResource("GFDL-1.3-or-later.fulltext.txt"), |
| 1 | 3817 | | StandardLicenseTemplate = ReadResource("GFDL-1.3-or-later.template.txt"), |
| 1 | 3818 | | StandardLicenseHeader = ReadResource("GFDL-1.3-or-later.header.txt"), |
| 1 | 3819 | | Comment = "This license was released 3 November 2008. The identifier GFDL-1.3-or-later can be used to indicate t |
| 1 | 3820 | | IsFsfLibre = true, |
| 1 | 3821 | | IsOsiApproved = false, |
| 1 | 3822 | | Catalog = _creationInfo.Catalog, |
| 1 | 3823 | | CreationInfo = _creationInfo |
| 1 | 3824 | | }; |
| 1 | 3825 | | public static readonly ListedLicense GIFTWARE = new ListedLicense |
| 1 | 3826 | | { |
| 1 | 3827 | | SpdxId = new Uri("http://spdx.org/licenses/Giftware"), |
| 1 | 3828 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3829 | | SeeAlso = [ |
| 1 | 3830 | | new Uri("http://liballeg.org/license.html#allegro-4-the-giftware-license") |
| 1 | 3831 | | ], |
| 1 | 3832 | | LicenseText = ReadResource("Giftware.fulltext.txt"), |
| 1 | 3833 | | StandardLicenseTemplate = ReadResource("Giftware.template.txt"), |
| 1 | 3834 | | Comment = "This license may also be known as Allegro 4. The Allegro 5 license shown at the alleg.sourceforge.net |
| 1 | 3835 | | Catalog = _creationInfo.Catalog, |
| 1 | 3836 | | CreationInfo = _creationInfo |
| 1 | 3837 | | }; |
| 1 | 3838 | | public static readonly ListedLicense GL2PS = new ListedLicense |
| 1 | 3839 | | { |
| 1 | 3840 | | SpdxId = new Uri("http://spdx.org/licenses/GL2PS"), |
| 1 | 3841 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3842 | | SeeAlso = [ |
| 1 | 3843 | | new Uri("http://www.geuz.org/gl2ps/COPYING.GL2PS") |
| 1 | 3844 | | ], |
| 1 | 3845 | | LicenseText = ReadResource("GL2PS.fulltext.txt"), |
| 1 | 3846 | | StandardLicenseTemplate = ReadResource("GL2PS.template.txt"), |
| 1 | 3847 | | Catalog = _creationInfo.Catalog, |
| 1 | 3848 | | CreationInfo = _creationInfo |
| 1 | 3849 | | }; |
| 1 | 3850 | | public static readonly ListedLicense GLIDE = new ListedLicense |
| 1 | 3851 | | { |
| 1 | 3852 | | SpdxId = new Uri("http://spdx.org/licenses/Glide"), |
| 1 | 3853 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3854 | | SeeAlso = [ |
| 1 | 3855 | | new Uri("http://www.users.on.net/~triforce/glidexp/COPYING.txt") |
| 1 | 3856 | | ], |
| 1 | 3857 | | LicenseText = ReadResource("Glide.fulltext.txt"), |
| 1 | 3858 | | StandardLicenseTemplate = ReadResource("Glide.template.txt"), |
| 1 | 3859 | | Catalog = _creationInfo.Catalog, |
| 1 | 3860 | | CreationInfo = _creationInfo |
| 1 | 3861 | | }; |
| 1 | 3862 | | public static readonly ListedLicense GLULXE = new ListedLicense |
| 1 | 3863 | | { |
| 1 | 3864 | | SpdxId = new Uri("http://spdx.org/licenses/Glulxe"), |
| 1 | 3865 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3866 | | SeeAlso = [ |
| 1 | 3867 | | new Uri("https://fedoraproject.org/wiki/Licensing/Glulxe") |
| 1 | 3868 | | ], |
| 1 | 3869 | | LicenseText = ReadResource("Glulxe.fulltext.txt"), |
| 1 | 3870 | | StandardLicenseTemplate = ReadResource("Glulxe.template.txt"), |
| 1 | 3871 | | Catalog = _creationInfo.Catalog, |
| 1 | 3872 | | CreationInfo = _creationInfo |
| 1 | 3873 | | }; |
| 1 | 3874 | | public static readonly ListedLicense GLWTPL = new ListedLicense |
| 1 | 3875 | | { |
| 1 | 3876 | | SpdxId = new Uri("http://spdx.org/licenses/GLWTPL"), |
| 1 | 3877 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3878 | | SeeAlso = [ |
| 1 | 3879 | | new Uri("https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85") |
| 1 | 3880 | | ], |
| 1 | 3881 | | LicenseText = ReadResource("GLWTPL.fulltext.txt"), |
| 1 | 3882 | | StandardLicenseTemplate = ReadResource("GLWTPL.template.txt"), |
| 1 | 3883 | | Catalog = _creationInfo.Catalog, |
| 1 | 3884 | | CreationInfo = _creationInfo |
| 1 | 3885 | | }; |
| 1 | 3886 | | public static readonly ListedLicense GNUPLOT = new ListedLicense |
| 1 | 3887 | | { |
| 1 | 3888 | | SpdxId = new Uri("http://spdx.org/licenses/gnuplot"), |
| 1 | 3889 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3890 | | SeeAlso = [ |
| 1 | 3891 | | new Uri("https://fedoraproject.org/wiki/Licensing/Gnuplot") |
| 1 | 3892 | | ], |
| 1 | 3893 | | LicenseText = ReadResource("gnuplot.fulltext.txt"), |
| 1 | 3894 | | StandardLicenseTemplate = ReadResource("gnuplot.template.txt"), |
| 1 | 3895 | | IsFsfLibre = true, |
| 1 | 3896 | | IsOsiApproved = false, |
| 1 | 3897 | | Catalog = _creationInfo.Catalog, |
| 1 | 3898 | | CreationInfo = _creationInfo |
| 1 | 3899 | | }; |
| 1 | 3900 | | public static readonly ListedLicense GPL_1_0 = new ListedLicense |
| 1 | 3901 | | { |
| 1 | 3902 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-1.0"), |
| 1 | 3903 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3904 | | SeeAlso = [ |
| 1 | 3905 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html") |
| 1 | 3906 | | ], |
| 1 | 3907 | | LicenseText = ReadResource("GPL-1.0.fulltext.txt"), |
| 1 | 3908 | | StandardLicenseTemplate = ReadResource("GPL-1.0.template.txt"), |
| 1 | 3909 | | StandardLicenseHeader = ReadResource("GPL-1.0.header.txt"), |
| 1 | 3910 | | IsDeprecatedLicenseId = true, |
| 1 | 3911 | | DeprecatedVersion = "3.0", |
| 1 | 3912 | | Catalog = _creationInfo.Catalog, |
| 1 | 3913 | | CreationInfo = _creationInfo |
| 1 | 3914 | | }; |
| 1 | 3915 | | public static readonly ListedLicense GPL_1_0_ONLY = new ListedLicense |
| 1 | 3916 | | { |
| 1 | 3917 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-1.0-only"), |
| 1 | 3918 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3919 | | SeeAlso = [ |
| 1 | 3920 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html") |
| 1 | 3921 | | ], |
| 1 | 3922 | | LicenseText = ReadResource("GPL-1.0-only.fulltext.txt"), |
| 1 | 3923 | | StandardLicenseTemplate = ReadResource("GPL-1.0-only.template.txt"), |
| 1 | 3924 | | StandardLicenseHeader = ReadResource("GPL-1.0-only.header.txt"), |
| 1 | 3925 | | Comment = "This license was released: February 1989. This license identifier refers to the choice to use the cod |
| 1 | 3926 | | Catalog = _creationInfo.Catalog, |
| 1 | 3927 | | CreationInfo = _creationInfo |
| 1 | 3928 | | }; |
| 1 | 3929 | | public static readonly ListedLicense GPL_1_0_OR_LATER = new ListedLicense |
| 1 | 3930 | | { |
| 1 | 3931 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-1.0-or-later"), |
| 1 | 3932 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3933 | | SeeAlso = [ |
| 1 | 3934 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html") |
| 1 | 3935 | | ], |
| 1 | 3936 | | LicenseText = ReadResource("GPL-1.0-or-later.fulltext.txt"), |
| 1 | 3937 | | StandardLicenseTemplate = ReadResource("GPL-1.0-or-later.template.txt"), |
| 1 | 3938 | | StandardLicenseHeader = ReadResource("GPL-1.0-or-later.header.txt"), |
| 1 | 3939 | | Comment = "This license was released: February 1989. This license identifier refers to the choice to use code un |
| 1 | 3940 | | Catalog = _creationInfo.Catalog, |
| 1 | 3941 | | CreationInfo = _creationInfo |
| 1 | 3942 | | }; |
| 1 | 3943 | | public static readonly ListedLicense GPL_1_0_ = new ListedLicense |
| 1 | 3944 | | { |
| 1 | 3945 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-1.0+"), |
| 1 | 3946 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3947 | | SeeAlso = [ |
| 1 | 3948 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html") |
| 1 | 3949 | | ], |
| 1 | 3950 | | LicenseText = ReadResource("GPL-1.0+.fulltext.txt"), |
| 1 | 3951 | | StandardLicenseTemplate = ReadResource("GPL-1.0+.template.txt"), |
| 1 | 3952 | | StandardLicenseHeader = ReadResource("GPL-1.0+.header.txt"), |
| 1 | 3953 | | IsDeprecatedLicenseId = true, |
| 1 | 3954 | | DeprecatedVersion = "2.0rc2", |
| 1 | 3955 | | Catalog = _creationInfo.Catalog, |
| 1 | 3956 | | CreationInfo = _creationInfo |
| 1 | 3957 | | }; |
| 1 | 3958 | | public static readonly ListedLicense GPL_2_0 = new ListedLicense |
| 1 | 3959 | | { |
| 1 | 3960 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0"), |
| 1 | 3961 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3962 | | SeeAlso = [ |
| 1 | 3963 | | new Uri("https://opensource.org/licenses/GPL-2.0"), |
| 1 | 3964 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html") |
| 1 | 3965 | | ], |
| 1 | 3966 | | LicenseText = ReadResource("GPL-2.0.fulltext.txt"), |
| 1 | 3967 | | StandardLicenseTemplate = ReadResource("GPL-2.0.template.txt"), |
| 1 | 3968 | | StandardLicenseHeader = ReadResource("GPL-2.0.header.txt"), |
| 1 | 3969 | | IsFsfLibre = true, |
| 1 | 3970 | | IsOsiApproved = true, |
| 1 | 3971 | | IsDeprecatedLicenseId = true, |
| 1 | 3972 | | DeprecatedVersion = "3.0", |
| 1 | 3973 | | Catalog = _creationInfo.Catalog, |
| 1 | 3974 | | CreationInfo = _creationInfo |
| 1 | 3975 | | }; |
| 1 | 3976 | | public static readonly ListedLicense GPL_2_0_ONLY = new ListedLicense |
| 1 | 3977 | | { |
| 1 | 3978 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-only"), |
| 1 | 3979 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3980 | | SeeAlso = [ |
| 1 | 3981 | | new Uri("https://opensource.org/licenses/GPL-2.0"), |
| 1 | 3982 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html"), |
| 1 | 3983 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt") |
| 1 | 3984 | | ], |
| 1 | 3985 | | LicenseText = ReadResource("GPL-2.0-only.fulltext.txt"), |
| 1 | 3986 | | StandardLicenseTemplate = ReadResource("GPL-2.0-only.template.txt"), |
| 1 | 3987 | | StandardLicenseHeader = ReadResource("GPL-2.0-only.header.txt"), |
| 1 | 3988 | | Comment = "This license was released: June 1991. This license identifier refers to the choice to use the code un |
| 1 | 3989 | | IsFsfLibre = true, |
| 1 | 3990 | | IsOsiApproved = true, |
| 1 | 3991 | | Catalog = _creationInfo.Catalog, |
| 1 | 3992 | | CreationInfo = _creationInfo |
| 1 | 3993 | | }; |
| 1 | 3994 | | public static readonly ListedLicense GPL_2_0_OR_LATER = new ListedLicense |
| 1 | 3995 | | { |
| 1 | 3996 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-or-later"), |
| 1 | 3997 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 3998 | | SeeAlso = [ |
| 1 | 3999 | | new Uri("https://opensource.org/licenses/GPL-2.0"), |
| 1 | 4000 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html") |
| 1 | 4001 | | ], |
| 1 | 4002 | | LicenseText = ReadResource("GPL-2.0-or-later.fulltext.txt"), |
| 1 | 4003 | | StandardLicenseTemplate = ReadResource("GPL-2.0-or-later.template.txt"), |
| 1 | 4004 | | StandardLicenseHeader = ReadResource("GPL-2.0-or-later.header.txt"), |
| 1 | 4005 | | Comment = "This license was released: June 1991. This license identifier refers to the choice to use code under |
| 1 | 4006 | | IsFsfLibre = true, |
| 1 | 4007 | | IsOsiApproved = true, |
| 1 | 4008 | | Catalog = _creationInfo.Catalog, |
| 1 | 4009 | | CreationInfo = _creationInfo |
| 1 | 4010 | | }; |
| 1 | 4011 | | public static readonly ListedLicense GPL_2_0_WITH_AUTOCONF_EXCEPTION = new ListedLicense |
| 1 | 4012 | | { |
| 1 | 4013 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-with-autoconf-exception"), |
| 1 | 4014 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4015 | | SeeAlso = [ |
| 1 | 4016 | | new Uri("http://ac-archive.sourceforge.net/doc/copyright.html") |
| 1 | 4017 | | ], |
| 1 | 4018 | | LicenseText = ReadResource("GPL-2.0-with-autoconf-exception.fulltext.txt"), |
| 1 | 4019 | | StandardLicenseTemplate = ReadResource("GPL-2.0-with-autoconf-exception.template.txt"), |
| 1 | 4020 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: Autocon |
| 1 | 4021 | | IsDeprecatedLicenseId = true, |
| 1 | 4022 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4023 | | Catalog = _creationInfo.Catalog, |
| 1 | 4024 | | CreationInfo = _creationInfo |
| 1 | 4025 | | }; |
| 1 | 4026 | | public static readonly ListedLicense GPL_2_0_WITH_BISON_EXCEPTION = new ListedLicense |
| 1 | 4027 | | { |
| 1 | 4028 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-with-bison-exception"), |
| 1 | 4029 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4030 | | SeeAlso = [ |
| 1 | 4031 | | new Uri("http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id=193d7c7054ba7197b0789e14965b73916231 |
| 1 | 4032 | | ], |
| 1 | 4033 | | LicenseText = ReadResource("GPL-2.0-with-bison-exception.fulltext.txt"), |
| 1 | 4034 | | StandardLicenseTemplate = ReadResource("GPL-2.0-with-bison-exception.template.txt"), |
| 1 | 4035 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: Bison-e |
| 1 | 4036 | | IsDeprecatedLicenseId = true, |
| 1 | 4037 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4038 | | Catalog = _creationInfo.Catalog, |
| 1 | 4039 | | CreationInfo = _creationInfo |
| 1 | 4040 | | }; |
| 1 | 4041 | | public static readonly ListedLicense GPL_2_0_WITH_CLASSPATH_EXCEPTION = new ListedLicense |
| 1 | 4042 | | { |
| 1 | 4043 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-with-classpath-exception"), |
| 1 | 4044 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4045 | | SeeAlso = [ |
| 1 | 4046 | | new Uri("https://www.gnu.org/software/classpath/license.html") |
| 1 | 4047 | | ], |
| 1 | 4048 | | LicenseText = ReadResource("GPL-2.0-with-classpath-exception.fulltext.txt"), |
| 1 | 4049 | | StandardLicenseTemplate = ReadResource("GPL-2.0-with-classpath-exception.template.txt"), |
| 1 | 4050 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: Classpa |
| 1 | 4051 | | IsDeprecatedLicenseId = true, |
| 1 | 4052 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4053 | | Catalog = _creationInfo.Catalog, |
| 1 | 4054 | | CreationInfo = _creationInfo |
| 1 | 4055 | | }; |
| 1 | 4056 | | public static readonly ListedLicense GPL_2_0_WITH_FONT_EXCEPTION = new ListedLicense |
| 1 | 4057 | | { |
| 1 | 4058 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-with-font-exception"), |
| 1 | 4059 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4060 | | SeeAlso = [ |
| 1 | 4061 | | new Uri("https://www.gnu.org/licenses/gpl-faq.html#FontException") |
| 1 | 4062 | | ], |
| 1 | 4063 | | LicenseText = ReadResource("GPL-2.0-with-font-exception.fulltext.txt"), |
| 1 | 4064 | | StandardLicenseTemplate = ReadResource("GPL-2.0-with-font-exception.template.txt"), |
| 1 | 4065 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: Font-ex |
| 1 | 4066 | | IsDeprecatedLicenseId = true, |
| 1 | 4067 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4068 | | Catalog = _creationInfo.Catalog, |
| 1 | 4069 | | CreationInfo = _creationInfo |
| 1 | 4070 | | }; |
| 1 | 4071 | | public static readonly ListedLicense GPL_2_0_WITH_GCC_EXCEPTION = new ListedLicense |
| 1 | 4072 | | { |
| 1 | 4073 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0-with-GCC-exception"), |
| 1 | 4074 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4075 | | SeeAlso = [ |
| 1 | 4076 | | new Uri("https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40 |
| 1 | 4077 | | ], |
| 1 | 4078 | | LicenseText = ReadResource("GPL-2.0-with-GCC-exception.fulltext.txt"), |
| 1 | 4079 | | StandardLicenseTemplate = ReadResource("GPL-2.0-with-GCC-exception.template.txt"), |
| 1 | 4080 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: GCC-exc |
| 1 | 4081 | | IsDeprecatedLicenseId = true, |
| 1 | 4082 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4083 | | Catalog = _creationInfo.Catalog, |
| 1 | 4084 | | CreationInfo = _creationInfo |
| 1 | 4085 | | }; |
| 1 | 4086 | | public static readonly ListedLicense GPL_2_0_ = new ListedLicense |
| 1 | 4087 | | { |
| 1 | 4088 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-2.0+"), |
| 1 | 4089 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4090 | | SeeAlso = [ |
| 1 | 4091 | | new Uri("https://opensource.org/licenses/GPL-2.0"), |
| 1 | 4092 | | new Uri("https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html") |
| 1 | 4093 | | ], |
| 1 | 4094 | | LicenseText = ReadResource("GPL-2.0+.fulltext.txt"), |
| 1 | 4095 | | StandardLicenseTemplate = ReadResource("GPL-2.0+.template.txt"), |
| 1 | 4096 | | StandardLicenseHeader = ReadResource("GPL-2.0+.header.txt"), |
| 1 | 4097 | | IsFsfLibre = true, |
| 1 | 4098 | | IsOsiApproved = true, |
| 1 | 4099 | | IsDeprecatedLicenseId = true, |
| 1 | 4100 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4101 | | Catalog = _creationInfo.Catalog, |
| 1 | 4102 | | CreationInfo = _creationInfo |
| 1 | 4103 | | }; |
| 1 | 4104 | | public static readonly ListedLicense GPL_3_0 = new ListedLicense |
| 1 | 4105 | | { |
| 1 | 4106 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0"), |
| 1 | 4107 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4108 | | SeeAlso = [ |
| 1 | 4109 | | new Uri("https://opensource.org/licenses/GPL-3.0"), |
| 1 | 4110 | | new Uri("https://www.gnu.org/licenses/gpl-3.0-standalone.html") |
| 1 | 4111 | | ], |
| 1 | 4112 | | LicenseText = ReadResource("GPL-3.0.fulltext.txt"), |
| 1 | 4113 | | StandardLicenseTemplate = ReadResource("GPL-3.0.template.txt"), |
| 1 | 4114 | | StandardLicenseHeader = ReadResource("GPL-3.0.header.txt"), |
| 1 | 4115 | | IsFsfLibre = true, |
| 1 | 4116 | | IsOsiApproved = true, |
| 1 | 4117 | | IsDeprecatedLicenseId = true, |
| 1 | 4118 | | DeprecatedVersion = "3.0", |
| 1 | 4119 | | Catalog = _creationInfo.Catalog, |
| 1 | 4120 | | CreationInfo = _creationInfo |
| 1 | 4121 | | }; |
| 1 | 4122 | | public static readonly ListedLicense GPL_3_0_ONLY = new ListedLicense |
| 1 | 4123 | | { |
| 1 | 4124 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0-only"), |
| 1 | 4125 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4126 | | SeeAlso = [ |
| 1 | 4127 | | new Uri("https://opensource.org/licenses/GPL-3.0"), |
| 1 | 4128 | | new Uri("https://www.gnu.org/licenses/gpl-3.0-standalone.html") |
| 1 | 4129 | | ], |
| 1 | 4130 | | LicenseText = ReadResource("GPL-3.0-only.fulltext.txt"), |
| 1 | 4131 | | StandardLicenseTemplate = ReadResource("GPL-3.0-only.template.txt"), |
| 1 | 4132 | | StandardLicenseHeader = ReadResource("GPL-3.0-only.header.txt"), |
| 1 | 4133 | | Comment = "This license was released: 29 June 2007. This license identifier refers to the choice to use the code |
| 1 | 4134 | | IsFsfLibre = true, |
| 1 | 4135 | | IsOsiApproved = true, |
| 1 | 4136 | | Catalog = _creationInfo.Catalog, |
| 1 | 4137 | | CreationInfo = _creationInfo |
| 1 | 4138 | | }; |
| 1 | 4139 | | public static readonly ListedLicense GPL_3_0_OR_LATER = new ListedLicense |
| 1 | 4140 | | { |
| 1 | 4141 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0-or-later"), |
| 1 | 4142 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4143 | | SeeAlso = [ |
| 1 | 4144 | | new Uri("https://opensource.org/licenses/GPL-3.0"), |
| 1 | 4145 | | new Uri("https://www.gnu.org/licenses/gpl-3.0-standalone.html") |
| 1 | 4146 | | ], |
| 1 | 4147 | | LicenseText = ReadResource("GPL-3.0-or-later.fulltext.txt"), |
| 1 | 4148 | | StandardLicenseTemplate = ReadResource("GPL-3.0-or-later.template.txt"), |
| 1 | 4149 | | StandardLicenseHeader = ReadResource("GPL-3.0-or-later.header.txt"), |
| 1 | 4150 | | Comment = "This license was released: 29 June 2007. This license identifier refers to the choice to use code und |
| 1 | 4151 | | IsFsfLibre = true, |
| 1 | 4152 | | IsOsiApproved = true, |
| 1 | 4153 | | Catalog = _creationInfo.Catalog, |
| 1 | 4154 | | CreationInfo = _creationInfo |
| 1 | 4155 | | }; |
| 1 | 4156 | | public static readonly ListedLicense GPL_3_0_WITH_AUTOCONF_EXCEPTION = new ListedLicense |
| 1 | 4157 | | { |
| 1 | 4158 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0-with-autoconf-exception"), |
| 1 | 4159 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4160 | | SeeAlso = [ |
| 1 | 4161 | | new Uri("https://www.gnu.org/licenses/autoconf-exception-3.0.html") |
| 1 | 4162 | | ], |
| 1 | 4163 | | LicenseText = ReadResource("GPL-3.0-with-autoconf-exception.fulltext.txt"), |
| 1 | 4164 | | StandardLicenseTemplate = ReadResource("GPL-3.0-with-autoconf-exception.template.txt"), |
| 1 | 4165 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: Autocon |
| 1 | 4166 | | IsDeprecatedLicenseId = true, |
| 1 | 4167 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4168 | | Catalog = _creationInfo.Catalog, |
| 1 | 4169 | | CreationInfo = _creationInfo |
| 1 | 4170 | | }; |
| 1 | 4171 | | public static readonly ListedLicense GPL_3_0_WITH_GCC_EXCEPTION = new ListedLicense |
| 1 | 4172 | | { |
| 1 | 4173 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0-with-GCC-exception"), |
| 1 | 4174 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4175 | | SeeAlso = [ |
| 1 | 4176 | | new Uri("https://www.gnu.org/licenses/gcc-exception-3.1.html") |
| 1 | 4177 | | ], |
| 1 | 4178 | | LicenseText = ReadResource("GPL-3.0-with-GCC-exception.fulltext.txt"), |
| 1 | 4179 | | StandardLicenseTemplate = ReadResource("GPL-3.0-with-GCC-exception.template.txt"), |
| 1 | 4180 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: GCC-exc |
| 1 | 4181 | | IsDeprecatedLicenseId = true, |
| 1 | 4182 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4183 | | Catalog = _creationInfo.Catalog, |
| 1 | 4184 | | CreationInfo = _creationInfo |
| 1 | 4185 | | }; |
| 1 | 4186 | | public static readonly ListedLicense GPL_3_0_ = new ListedLicense |
| 1 | 4187 | | { |
| 1 | 4188 | | SpdxId = new Uri("http://spdx.org/licenses/GPL-3.0+"), |
| 1 | 4189 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4190 | | SeeAlso = [ |
| 1 | 4191 | | new Uri("https://opensource.org/licenses/GPL-3.0"), |
| 1 | 4192 | | new Uri("https://www.gnu.org/licenses/gpl-3.0-standalone.html") |
| 1 | 4193 | | ], |
| 1 | 4194 | | LicenseText = ReadResource("GPL-3.0+.fulltext.txt"), |
| 1 | 4195 | | StandardLicenseTemplate = ReadResource("GPL-3.0+.template.txt"), |
| 1 | 4196 | | StandardLicenseHeader = ReadResource("GPL-3.0+.header.txt"), |
| 1 | 4197 | | IsFsfLibre = true, |
| 1 | 4198 | | IsOsiApproved = true, |
| 1 | 4199 | | IsDeprecatedLicenseId = true, |
| 1 | 4200 | | DeprecatedVersion = "2.0rc2", |
| 1 | 4201 | | Catalog = _creationInfo.Catalog, |
| 1 | 4202 | | CreationInfo = _creationInfo |
| 1 | 4203 | | }; |
| 1 | 4204 | | public static readonly ListedLicense GRAPHICS_GEMS = new ListedLicense |
| 1 | 4205 | | { |
| 1 | 4206 | | SpdxId = new Uri("http://spdx.org/licenses/Graphics-Gems"), |
| 1 | 4207 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4208 | | SeeAlso = [ |
| 1 | 4209 | | new Uri("https://github.com/erich666/GraphicsGems/blob/master/LICENSE.md") |
| 1 | 4210 | | ], |
| 1 | 4211 | | LicenseText = ReadResource("Graphics-Gems.fulltext.txt"), |
| 1 | 4212 | | StandardLicenseTemplate = ReadResource("Graphics-Gems.template.txt"), |
| 1 | 4213 | | Catalog = _creationInfo.Catalog, |
| 1 | 4214 | | CreationInfo = _creationInfo |
| 1 | 4215 | | }; |
| 1 | 4216 | | public static readonly ListedLicense GSOAP_1_3B = new ListedLicense |
| 1 | 4217 | | { |
| 1 | 4218 | | SpdxId = new Uri("http://spdx.org/licenses/gSOAP-1.3b"), |
| 1 | 4219 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4220 | | SeeAlso = [ |
| 1 | 4221 | | new Uri("http://www.cs.fsu.edu/~engelen/license.html") |
| 1 | 4222 | | ], |
| 1 | 4223 | | LicenseText = ReadResource("gSOAP-1.3b.fulltext.txt"), |
| 1 | 4224 | | StandardLicenseTemplate = ReadResource("gSOAP-1.3b.template.txt"), |
| 1 | 4225 | | Catalog = _creationInfo.Catalog, |
| 1 | 4226 | | CreationInfo = _creationInfo |
| 1 | 4227 | | }; |
| 1 | 4228 | | public static readonly ListedLicense GTKBOOK = new ListedLicense |
| 1 | 4229 | | { |
| 1 | 4230 | | SpdxId = new Uri("http://spdx.org/licenses/gtkbook"), |
| 1 | 4231 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4232 | | SeeAlso = [ |
| 1 | 4233 | | new Uri("https://github.com/oetiker/rrdtool-1.x/blob/master/src/plbasename.c#L8-L11"), |
| 1 | 4234 | | new Uri("https://github.com/slogan621/gtkbook") |
| 1 | 4235 | | ], |
| 1 | 4236 | | LicenseText = ReadResource("gtkbook.fulltext.txt"), |
| 1 | 4237 | | StandardLicenseTemplate = ReadResource("gtkbook.template.txt"), |
| 1 | 4238 | | Catalog = _creationInfo.Catalog, |
| 1 | 4239 | | CreationInfo = _creationInfo |
| 1 | 4240 | | }; |
| 1 | 4241 | | public static readonly ListedLicense GUTMANN = new ListedLicense |
| 1 | 4242 | | { |
| 1 | 4243 | | SpdxId = new Uri("http://spdx.org/licenses/Gutmann"), |
| 1 | 4244 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4245 | | SeeAlso = [ |
| 1 | 4246 | | new Uri("https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c") |
| 1 | 4247 | | ], |
| 1 | 4248 | | LicenseText = ReadResource("Gutmann.fulltext.txt"), |
| 1 | 4249 | | StandardLicenseTemplate = ReadResource("Gutmann.template.txt"), |
| 1 | 4250 | | Catalog = _creationInfo.Catalog, |
| 1 | 4251 | | CreationInfo = _creationInfo |
| 1 | 4252 | | }; |
| 1 | 4253 | | public static readonly ListedLicense HASKELLREPORT = new ListedLicense |
| 1 | 4254 | | { |
| 1 | 4255 | | SpdxId = new Uri("http://spdx.org/licenses/HaskellReport"), |
| 1 | 4256 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4257 | | SeeAlso = [ |
| 1 | 4258 | | new Uri("https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License") |
| 1 | 4259 | | ], |
| 1 | 4260 | | LicenseText = ReadResource("HaskellReport.fulltext.txt"), |
| 1 | 4261 | | StandardLicenseTemplate = ReadResource("HaskellReport.template.txt"), |
| 1 | 4262 | | Catalog = _creationInfo.Catalog, |
| 1 | 4263 | | CreationInfo = _creationInfo |
| 1 | 4264 | | }; |
| 1 | 4265 | | public static readonly ListedLicense HDPARM = new ListedLicense |
| 1 | 4266 | | { |
| 1 | 4267 | | SpdxId = new Uri("http://spdx.org/licenses/hdparm"), |
| 1 | 4268 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4269 | | SeeAlso = [ |
| 1 | 4270 | | new Uri("https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT") |
| 1 | 4271 | | ], |
| 1 | 4272 | | LicenseText = ReadResource("hdparm.fulltext.txt"), |
| 1 | 4273 | | StandardLicenseTemplate = ReadResource("hdparm.template.txt"), |
| 1 | 4274 | | Catalog = _creationInfo.Catalog, |
| 1 | 4275 | | CreationInfo = _creationInfo |
| 1 | 4276 | | }; |
| 1 | 4277 | | public static readonly ListedLicense HIDAPI = new ListedLicense |
| 1 | 4278 | | { |
| 1 | 4279 | | SpdxId = new Uri("http://spdx.org/licenses/HIDAPI"), |
| 1 | 4280 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4281 | | SeeAlso = [ |
| 1 | 4282 | | new Uri("https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt") |
| 1 | 4283 | | ], |
| 1 | 4284 | | LicenseText = ReadResource("HIDAPI.fulltext.txt"), |
| 1 | 4285 | | StandardLicenseTemplate = ReadResource("HIDAPI.template.txt"), |
| 1 | 4286 | | Catalog = _creationInfo.Catalog, |
| 1 | 4287 | | CreationInfo = _creationInfo |
| 1 | 4288 | | }; |
| 1 | 4289 | | public static readonly ListedLicense HIPPOCRATIC_2_1 = new ListedLicense |
| 1 | 4290 | | { |
| 1 | 4291 | | SpdxId = new Uri("http://spdx.org/licenses/Hippocratic-2.1"), |
| 1 | 4292 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4293 | | SeeAlso = [ |
| 1 | 4294 | | new Uri("https://firstdonoharm.dev/version/2/1/license.html"), |
| 1 | 4295 | | new Uri("https://github.com/EthicalSource/hippocratic-license/blob/58c0e646d64ff6fbee275bfe2b9492f914e3ab2a/ |
| 1 | 4296 | | ], |
| 1 | 4297 | | LicenseText = ReadResource("Hippocratic-2.1.fulltext.txt"), |
| 1 | 4298 | | StandardLicenseTemplate = ReadResource("Hippocratic-2.1.template.txt"), |
| 1 | 4299 | | Catalog = _creationInfo.Catalog, |
| 1 | 4300 | | CreationInfo = _creationInfo |
| 1 | 4301 | | }; |
| 1 | 4302 | | public static readonly ListedLicense HP_1986 = new ListedLicense |
| 1 | 4303 | | { |
| 1 | 4304 | | SpdxId = new Uri("http://spdx.org/licenses/HP-1986"), |
| 1 | 4305 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4306 | | SeeAlso = [ |
| 1 | 4307 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/hppa/memchr.S;h=1cca3e |
| 1 | 4308 | | ], |
| 1 | 4309 | | LicenseText = ReadResource("HP-1986.fulltext.txt"), |
| 1 | 4310 | | StandardLicenseTemplate = ReadResource("HP-1986.template.txt"), |
| 1 | 4311 | | Catalog = _creationInfo.Catalog, |
| 1 | 4312 | | CreationInfo = _creationInfo |
| 1 | 4313 | | }; |
| 1 | 4314 | | public static readonly ListedLicense HP_1989 = new ListedLicense |
| 1 | 4315 | | { |
| 1 | 4316 | | SpdxId = new Uri("http://spdx.org/licenses/HP-1989"), |
| 1 | 4317 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4318 | | SeeAlso = [ |
| 1 | 4319 | | new Uri("https://github.com/bleargh45/Data-UUID/blob/master/LICENSE") |
| 1 | 4320 | | ], |
| 1 | 4321 | | LicenseText = ReadResource("HP-1989.fulltext.txt"), |
| 1 | 4322 | | StandardLicenseTemplate = ReadResource("HP-1989.template.txt"), |
| 1 | 4323 | | Catalog = _creationInfo.Catalog, |
| 1 | 4324 | | CreationInfo = _creationInfo |
| 1 | 4325 | | }; |
| 1 | 4326 | | public static readonly ListedLicense HPND = new ListedLicense |
| 1 | 4327 | | { |
| 1 | 4328 | | SpdxId = new Uri("http://spdx.org/licenses/HPND"), |
| 1 | 4329 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4330 | | SeeAlso = [ |
| 1 | 4331 | | new Uri("http://lists.opensource.org/pipermail/license-discuss_lists.opensource.org/2002-November/006304.htm |
| 1 | 4332 | | new Uri("https://opensource.org/licenses/HPND") |
| 1 | 4333 | | ], |
| 1 | 4334 | | LicenseText = ReadResource("HPND.fulltext.txt"), |
| 1 | 4335 | | StandardLicenseTemplate = ReadResource("HPND.template.txt"), |
| 1 | 4336 | | Comment = "This license has been voluntarily deprecated by its author. Original license submission in 2002 was i |
| 1 | 4337 | | IsFsfLibre = true, |
| 1 | 4338 | | IsOsiApproved = true, |
| 1 | 4339 | | Catalog = _creationInfo.Catalog, |
| 1 | 4340 | | CreationInfo = _creationInfo |
| 1 | 4341 | | }; |
| 1 | 4342 | | public static readonly ListedLicense HPND_DEC = new ListedLicense |
| 1 | 4343 | | { |
| 1 | 4344 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-DEC"), |
| 1 | 4345 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4346 | | SeeAlso = [ |
| 1 | 4347 | | new Uri("https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type=heads#L69") |
| 1 | 4348 | | ], |
| 1 | 4349 | | LicenseText = ReadResource("HPND-DEC.fulltext.txt"), |
| 1 | 4350 | | StandardLicenseTemplate = ReadResource("HPND-DEC.template.txt"), |
| 1 | 4351 | | Comment = "The permission grant is the same as HPND, but the disclaimer is quite different and there is a obliga |
| 1 | 4352 | | Catalog = _creationInfo.Catalog, |
| 1 | 4353 | | CreationInfo = _creationInfo |
| 1 | 4354 | | }; |
| 1 | 4355 | | public static readonly ListedLicense HPND_DOC = new ListedLicense |
| 1 | 4356 | | { |
| 1 | 4357 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-doc"), |
| 1 | 4358 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4359 | | SeeAlso = [ |
| 1 | 4360 | | new Uri("https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L185-197"), |
| 1 | 4361 | | new Uri("https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L70-77") |
| 1 | 4362 | | ], |
| 1 | 4363 | | LicenseText = ReadResource("HPND-doc.fulltext.txt"), |
| 1 | 4364 | | StandardLicenseTemplate = ReadResource("HPND-doc.template.txt"), |
| 1 | 4365 | | Comment = "This is very similar to HPND but is for documentation and alters the notice obligation.", |
| 1 | 4366 | | Catalog = _creationInfo.Catalog, |
| 1 | 4367 | | CreationInfo = _creationInfo |
| 1 | 4368 | | }; |
| 1 | 4369 | | public static readonly ListedLicense HPND_DOC_SELL = new ListedLicense |
| 1 | 4370 | | { |
| 1 | 4371 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-doc-sell"), |
| 1 | 4372 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4373 | | SeeAlso = [ |
| 1 | 4374 | | new Uri("https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L153-162"), |
| 1 | 4375 | | new Uri("https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L108-117") |
| 1 | 4376 | | ], |
| 1 | 4377 | | LicenseText = ReadResource("HPND-doc-sell.fulltext.txt"), |
| 1 | 4378 | | StandardLicenseTemplate = ReadResource("HPND-doc-sell.template.txt"), |
| 1 | 4379 | | Comment = "This is very similar to HPND-sell-variant but it is for documentation and alters the notice obligatio |
| 1 | 4380 | | Catalog = _creationInfo.Catalog, |
| 1 | 4381 | | CreationInfo = _creationInfo |
| 1 | 4382 | | }; |
| 1 | 4383 | | public static readonly ListedLicense HPND_EXPORT_US = new ListedLicense |
| 1 | 4384 | | { |
| 1 | 4385 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-export-US"), |
| 1 | 4386 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4387 | | SeeAlso = [ |
| 1 | 4388 | | new Uri("https://www.kermitproject.org/ck90.html#source") |
| 1 | 4389 | | ], |
| 1 | 4390 | | LicenseText = ReadResource("HPND-export-US.fulltext.txt"), |
| 1 | 4391 | | StandardLicenseTemplate = ReadResource("HPND-export-US.template.txt"), |
| 1 | 4392 | | Comment = "This license is found in the Kermit project. It is similar to HPND, with an additional initial statem |
| 1 | 4393 | | Catalog = _creationInfo.Catalog, |
| 1 | 4394 | | CreationInfo = _creationInfo |
| 1 | 4395 | | }; |
| 1 | 4396 | | public static readonly ListedLicense HPND_EXPORT_US_ACKNOWLEDGEMENT = new ListedLicense |
| 1 | 4397 | | { |
| 1 | 4398 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-export-US-acknowledgement"), |
| 1 | 4399 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4400 | | SeeAlso = [ |
| 1 | 4401 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852"), |
| 1 | 4402 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 4403 | | ], |
| 1 | 4404 | | LicenseText = ReadResource("HPND-export-US-acknowledgement.fulltext.txt"), |
| 1 | 4405 | | StandardLicenseTemplate = ReadResource("HPND-export-US-acknowledgement.template.txt"), |
| 1 | 4406 | | Comment = "This license is similar to HPND-export-US, but has a different obligation relating to notice and diff |
| 1 | 4407 | | Catalog = _creationInfo.Catalog, |
| 1 | 4408 | | CreationInfo = _creationInfo |
| 1 | 4409 | | }; |
| 1 | 4410 | | public static readonly ListedLicense HPND_EXPORT_US_MODIFY = new ListedLicense |
| 1 | 4411 | | { |
| 1 | 4412 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-export-US-modify"), |
| 1 | 4413 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4414 | | SeeAlso = [ |
| 1 | 4415 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182"), |
| 1 | 4416 | | new Uri("https://github.com/pythongssapi/k5test/blob/v0.10.3/K5TEST-LICENSE.txt") |
| 1 | 4417 | | ], |
| 1 | 4418 | | LicenseText = ReadResource("HPND-export-US-modify.fulltext.txt"), |
| 1 | 4419 | | StandardLicenseTemplate = ReadResource("HPND-export-US-modify.template.txt"), |
| 1 | 4420 | | Comment = "This is very similar to HPND-export-US but adds a requirement related to modifications of the code.", |
| 1 | 4421 | | Catalog = _creationInfo.Catalog, |
| 1 | 4422 | | CreationInfo = _creationInfo |
| 1 | 4423 | | }; |
| 1 | 4424 | | public static readonly ListedLicense HPND_EXPORT2_US = new ListedLicense |
| 1 | 4425 | | { |
| 1 | 4426 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-export2-US"), |
| 1 | 4427 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4428 | | SeeAlso = [ |
| 1 | 4429 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133"), |
| 1 | 4430 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 4431 | | ], |
| 1 | 4432 | | LicenseText = ReadResource("HPND-export2-US.fulltext.txt"), |
| 1 | 4433 | | StandardLicenseTemplate = ReadResource("HPND-export2-US.template.txt"), |
| 1 | 4434 | | Comment = "This license is very similar to HPND-export-US, but adds a second disclaimer.", |
| 1 | 4435 | | Catalog = _creationInfo.Catalog, |
| 1 | 4436 | | CreationInfo = _creationInfo |
| 1 | 4437 | | }; |
| 1 | 4438 | | public static readonly ListedLicense HPND_FENNEBERG_LIVINGSTON = new ListedLicense |
| 1 | 4439 | | { |
| 1 | 4440 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Fenneberg-Livingston"), |
| 1 | 4441 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4442 | | SeeAlso = [ |
| 1 | 4443 | | new Uri("https://github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32"), |
| 1 | 4444 | | new Uri("https://github.com/radcli/radcli/blob/master/COPYRIGHT#L34") |
| 1 | 4445 | | ], |
| 1 | 4446 | | LicenseText = ReadResource("HPND-Fenneberg-Livingston.fulltext.txt"), |
| 1 | 4447 | | StandardLicenseTemplate = ReadResource("HPND-Fenneberg-Livingston.template.txt"), |
| 1 | 4448 | | Comment = "This is similar to HPND but adds an obligation relating notice in supporting documentation.", |
| 1 | 4449 | | Catalog = _creationInfo.Catalog, |
| 1 | 4450 | | CreationInfo = _creationInfo |
| 1 | 4451 | | }; |
| 1 | 4452 | | public static readonly ListedLicense HPND_INRIA_IMAG = new ListedLicense |
| 1 | 4453 | | { |
| 1 | 4454 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-INRIA-IMAG"), |
| 1 | 4455 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4456 | | SeeAlso = [ |
| 1 | 4457 | | new Uri("https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83") |
| 1 | 4458 | | ], |
| 1 | 4459 | | LicenseText = ReadResource("HPND-INRIA-IMAG.fulltext.txt"), |
| 1 | 4460 | | StandardLicenseTemplate = ReadResource("HPND-INRIA-IMAG.template.txt"), |
| 1 | 4461 | | Catalog = _creationInfo.Catalog, |
| 1 | 4462 | | CreationInfo = _creationInfo |
| 1 | 4463 | | }; |
| 1 | 4464 | | public static readonly ListedLicense HPND_INTEL = new ListedLicense |
| 1 | 4465 | | { |
| 1 | 4466 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Intel"), |
| 1 | 4467 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4468 | | SeeAlso = [ |
| 1 | 4469 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/i960/memcpy.S;hb=HEAD" |
| 1 | 4470 | | ], |
| 1 | 4471 | | LicenseText = ReadResource("HPND-Intel.fulltext.txt"), |
| 1 | 4472 | | StandardLicenseTemplate = ReadResource("HPND-Intel.template.txt"), |
| 1 | 4473 | | Comment = "Similar to HPND with some changes, in particular with a \"prominent mark\" requirement for modificati |
| 1 | 4474 | | Catalog = _creationInfo.Catalog, |
| 1 | 4475 | | CreationInfo = _creationInfo |
| 1 | 4476 | | }; |
| 1 | 4477 | | public static readonly ListedLicense HPND_KEVLIN_HENNEY = new ListedLicense |
| 1 | 4478 | | { |
| 1 | 4479 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Kevlin-Henney"), |
| 1 | 4480 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4481 | | SeeAlso = [ |
| 1 | 4482 | | new Uri("https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/ |
| 1 | 4483 | | ], |
| 1 | 4484 | | LicenseText = ReadResource("HPND-Kevlin-Henney.fulltext.txt"), |
| 1 | 4485 | | StandardLicenseTemplate = ReadResource("HPND-Kevlin-Henney.template.txt"), |
| 1 | 4486 | | Comment = "This license is similar to HPND-Pbmplus but varies the order of hereby granted/without fee and has a |
| 1 | 4487 | | Catalog = _creationInfo.Catalog, |
| 1 | 4488 | | CreationInfo = _creationInfo |
| 1 | 4489 | | }; |
| 1 | 4490 | | public static readonly ListedLicense HPND_MARKUS_KUHN = new ListedLicense |
| 1 | 4491 | | { |
| 1 | 4492 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Markus-Kuhn"), |
| 1 | 4493 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4494 | | SeeAlso = [ |
| 1 | 4495 | | new Uri("https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=readline/readline/support/wcwidth.c;h=0f5ec |
| 1 | 4496 | | new Uri("https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c") |
| 1 | 4497 | | ], |
| 1 | 4498 | | LicenseText = ReadResource("HPND-Markus-Kuhn.fulltext.txt"), |
| 1 | 4499 | | StandardLicenseTemplate = ReadResource("HPND-Markus-Kuhn.template.txt"), |
| 1 | 4500 | | Catalog = _creationInfo.Catalog, |
| 1 | 4501 | | CreationInfo = _creationInfo |
| 1 | 4502 | | }; |
| 1 | 4503 | | public static readonly ListedLicense HPND_MERCHANTABILITY_VARIANT = new ListedLicense |
| 1 | 4504 | | { |
| 1 | 4505 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-merchantability-variant"), |
| 1 | 4506 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4507 | | SeeAlso = [ |
| 1 | 4508 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/misc/fini.c;hb=HEAD") |
| 1 | 4509 | | ], |
| 1 | 4510 | | LicenseText = ReadResource("HPND-merchantability-variant.fulltext.txt"), |
| 1 | 4511 | | StandardLicenseTemplate = ReadResource("HPND-merchantability-variant.template.txt"), |
| 1 | 4512 | | Comment = "This is similar to the HPND grant and short disclaimer, but adds a specific disclaimer as to merchant |
| 1 | 4513 | | Catalog = _creationInfo.Catalog, |
| 1 | 4514 | | CreationInfo = _creationInfo |
| 1 | 4515 | | }; |
| 1 | 4516 | | public static readonly ListedLicense HPND_MIT_DISCLAIMER = new ListedLicense |
| 1 | 4517 | | { |
| 1 | 4518 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-MIT-disclaimer"), |
| 1 | 4519 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4520 | | SeeAlso = [ |
| 1 | 4521 | | new Uri("https://metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE") |
| 1 | 4522 | | ], |
| 1 | 4523 | | LicenseText = ReadResource("HPND-MIT-disclaimer.fulltext.txt"), |
| 1 | 4524 | | StandardLicenseTemplate = ReadResource("HPND-MIT-disclaimer.template.txt"), |
| 1 | 4525 | | Comment = "This is essentially HPND with the disclaimer from MIT license.", |
| 1 | 4526 | | Catalog = _creationInfo.Catalog, |
| 1 | 4527 | | CreationInfo = _creationInfo |
| 1 | 4528 | | }; |
| 1 | 4529 | | public static readonly ListedLicense HPND_NETREK = new ListedLicense |
| 1 | 4530 | | { |
| 1 | 4531 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Netrek"), |
| 1 | 4532 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4533 | | SeeAlso = [ |
| 1 | 4534 | | ], |
| 1 | 4535 | | LicenseText = ReadResource("HPND-Netrek.fulltext.txt"), |
| 1 | 4536 | | StandardLicenseTemplate = ReadResource("HPND-Netrek.template.txt"), |
| 1 | 4537 | | Catalog = _creationInfo.Catalog, |
| 1 | 4538 | | CreationInfo = _creationInfo |
| 1 | 4539 | | }; |
| 1 | 4540 | | public static readonly ListedLicense HPND_PBMPLUS = new ListedLicense |
| 1 | 4541 | | { |
| 1 | 4542 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-Pbmplus"), |
| 1 | 4543 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4544 | | SeeAlso = [ |
| 1 | 4545 | | new Uri("https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8") |
| 1 | 4546 | | ], |
| 1 | 4547 | | LicenseText = ReadResource("HPND-Pbmplus.fulltext.txt"), |
| 1 | 4548 | | StandardLicenseTemplate = ReadResource("HPND-Pbmplus.template.txt"), |
| 1 | 4549 | | Comment = "This license is nearly a match for HPND, but omits first sentence of third clause regarding no reps, |
| 1 | 4550 | | Catalog = _creationInfo.Catalog, |
| 1 | 4551 | | CreationInfo = _creationInfo |
| 1 | 4552 | | }; |
| 1 | 4553 | | public static readonly ListedLicense HPND_SELL_MIT_DISCLAIMER_XSERVER = new ListedLicense |
| 1 | 4554 | | { |
| 1 | 4555 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-sell-MIT-disclaimer-xserver"), |
| 1 | 4556 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4557 | | SeeAlso = [ |
| 1 | 4558 | | new Uri("https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781") |
| 1 | 4559 | | ], |
| 1 | 4560 | | LicenseText = ReadResource("HPND-sell-MIT-disclaimer-xserver.fulltext.txt"), |
| 1 | 4561 | | StandardLicenseTemplate = ReadResource("HPND-sell-MIT-disclaimer-xserver.template.txt"), |
| 1 | 4562 | | Comment = "This is similar to HPND-sell-variant-MIT-disclaimer but it omits the copyright notice reproduction ob |
| 1 | 4563 | | Catalog = _creationInfo.Catalog, |
| 1 | 4564 | | CreationInfo = _creationInfo |
| 1 | 4565 | | }; |
| 1 | 4566 | | public static readonly ListedLicense HPND_SELL_REGEXPR = new ListedLicense |
| 1 | 4567 | | { |
| 1 | 4568 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-sell-regexpr"), |
| 1 | 4569 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4570 | | SeeAlso = [ |
| 1 | 4571 | | new Uri("https://gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type=heads#L245") |
| 1 | 4572 | | ], |
| 1 | 4573 | | LicenseText = ReadResource("HPND-sell-regexpr.fulltext.txt"), |
| 1 | 4574 | | StandardLicenseTemplate = ReadResource("HPND-sell-regexpr.template.txt"), |
| 1 | 4575 | | Comment = "This is an even shorter variant of HPND-sell than that template allows for.", |
| 1 | 4576 | | Catalog = _creationInfo.Catalog, |
| 1 | 4577 | | CreationInfo = _creationInfo |
| 1 | 4578 | | }; |
| 1 | 4579 | | public static readonly ListedLicense HPND_SELL_VARIANT = new ListedLicense |
| 1 | 4580 | | { |
| 1 | 4581 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-sell-variant"), |
| 1 | 4582 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4583 | | SeeAlso = [ |
| 1 | 4584 | | new Uri("https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_gen |
| 1 | 4585 | | new Uri("https://github.com/kfish/xsel/blob/master/COPYING") |
| 1 | 4586 | | ], |
| 1 | 4587 | | LicenseText = ReadResource("HPND-sell-variant.fulltext.txt"), |
| 1 | 4588 | | StandardLicenseTemplate = ReadResource("HPND-sell-variant.template.txt"), |
| 1 | 4589 | | Comment = "This license is a variant of HPND (https://spdx.org/licenses/HPND.html). This variant explicitly incl |
| 1 | 4590 | | Catalog = _creationInfo.Catalog, |
| 1 | 4591 | | CreationInfo = _creationInfo |
| 1 | 4592 | | }; |
| 1 | 4593 | | public static readonly ListedLicense HPND_SELL_VARIANT_MIT_DISCLAIMER = new ListedLicense |
| 1 | 4594 | | { |
| 1 | 4595 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer"), |
| 1 | 4596 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4597 | | SeeAlso = [ |
| 1 | 4598 | | new Uri("https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/README") |
| 1 | 4599 | | ], |
| 1 | 4600 | | LicenseText = ReadResource("HPND-sell-variant-MIT-disclaimer.fulltext.txt"), |
| 1 | 4601 | | StandardLicenseTemplate = ReadResource("HPND-sell-variant-MIT-disclaimer.template.txt"), |
| 1 | 4602 | | Comment = "This license is comprised of parts of the permission language from HPND-sell-variant and the disclaim |
| 1 | 4603 | | Catalog = _creationInfo.Catalog, |
| 1 | 4604 | | CreationInfo = _creationInfo |
| 1 | 4605 | | }; |
| 1 | 4606 | | public static readonly ListedLicense HPND_SELL_VARIANT_MIT_DISCLAIMER_REV = new ListedLicense |
| 1 | 4607 | | { |
| 1 | 4608 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-sell-variant-MIT-disclaimer-rev"), |
| 1 | 4609 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4610 | | SeeAlso = [ |
| 1 | 4611 | | new Uri("https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c") |
| 1 | 4612 | | ], |
| 1 | 4613 | | LicenseText = ReadResource("HPND-sell-variant-MIT-disclaimer-rev.fulltext.txt"), |
| 1 | 4614 | | StandardLicenseTemplate = ReadResource("HPND-sell-variant-MIT-disclaimer-rev.template.txt"), |
| 1 | 4615 | | Comment = "This license matches the text of HPND-sell-variant-MIT-disclaimer, but reverses the order of the clau |
| 1 | 4616 | | Catalog = _creationInfo.Catalog, |
| 1 | 4617 | | CreationInfo = _creationInfo |
| 1 | 4618 | | }; |
| 1 | 4619 | | public static readonly ListedLicense HPND_UC = new ListedLicense |
| 1 | 4620 | | { |
| 1 | 4621 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-UC"), |
| 1 | 4622 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4623 | | SeeAlso = [ |
| 1 | 4624 | | new Uri("https://core.tcl-lang.org/tk/file?name=compat/unistd.h") |
| 1 | 4625 | | ], |
| 1 | 4626 | | LicenseText = ReadResource("HPND-UC.fulltext.txt"), |
| 1 | 4627 | | StandardLicenseTemplate = ReadResource("HPND-UC.template.txt"), |
| 1 | 4628 | | Comment = "This license is similar to HPND but omits the obligation that the copyright notice and this permissio |
| 1 | 4629 | | Catalog = _creationInfo.Catalog, |
| 1 | 4630 | | CreationInfo = _creationInfo |
| 1 | 4631 | | }; |
| 1 | 4632 | | public static readonly ListedLicense HPND_UC_EXPORT_US = new ListedLicense |
| 1 | 4633 | | { |
| 1 | 4634 | | SpdxId = new Uri("http://spdx.org/licenses/HPND-UC-export-US"), |
| 1 | 4635 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4636 | | SeeAlso = [ |
| 1 | 4637 | | new Uri("https://github.com/RTimothyEdwards/magic/blob/master/LICENSE") |
| 1 | 4638 | | ], |
| 1 | 4639 | | LicenseText = ReadResource("HPND-UC-export-US.fulltext.txt"), |
| 1 | 4640 | | StandardLicenseTemplate = ReadResource("HPND-UC-export-US.template.txt"), |
| 1 | 4641 | | Comment = "This license is similar to HPND-UC, but adds the sentence related to export law at the end.", |
| 1 | 4642 | | Catalog = _creationInfo.Catalog, |
| 1 | 4643 | | CreationInfo = _creationInfo |
| 1 | 4644 | | }; |
| 1 | 4645 | | public static readonly ListedLicense HTMLTIDY = new ListedLicense |
| 1 | 4646 | | { |
| 1 | 4647 | | SpdxId = new Uri("http://spdx.org/licenses/HTMLTIDY"), |
| 1 | 4648 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4649 | | SeeAlso = [ |
| 1 | 4650 | | new Uri("https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md") |
| 1 | 4651 | | ], |
| 1 | 4652 | | LicenseText = ReadResource("HTMLTIDY.fulltext.txt"), |
| 1 | 4653 | | StandardLicenseTemplate = ReadResource("HTMLTIDY.template.txt"), |
| 1 | 4654 | | Catalog = _creationInfo.Catalog, |
| 1 | 4655 | | CreationInfo = _creationInfo |
| 1 | 4656 | | }; |
| 1 | 4657 | | public static readonly ListedLicense IBM_PIBS = new ListedLicense |
| 1 | 4658 | | { |
| 1 | 4659 | | SpdxId = new Uri("http://spdx.org/licenses/IBM-pibs"), |
| 1 | 4660 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4661 | | SeeAlso = [ |
| 1 | 4662 | | new Uri("http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e |
| 1 | 4663 | | ], |
| 1 | 4664 | | LicenseText = ReadResource("IBM-pibs.fulltext.txt"), |
| 1 | 4665 | | StandardLicenseTemplate = ReadResource("IBM-pibs.template.txt"), |
| 1 | 4666 | | Catalog = _creationInfo.Catalog, |
| 1 | 4667 | | CreationInfo = _creationInfo |
| 1 | 4668 | | }; |
| 1 | 4669 | | public static readonly ListedLicense ICU = new ListedLicense |
| 1 | 4670 | | { |
| 1 | 4671 | | SpdxId = new Uri("http://spdx.org/licenses/ICU"), |
| 1 | 4672 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4673 | | SeeAlso = [ |
| 1 | 4674 | | new Uri("http://source.icu-project.org/repos/icu/icu/trunk/license.html") |
| 1 | 4675 | | ], |
| 1 | 4676 | | LicenseText = ReadResource("ICU.fulltext.txt"), |
| 1 | 4677 | | StandardLicenseTemplate = ReadResource("ICU.template.txt"), |
| 1 | 4678 | | Catalog = _creationInfo.Catalog, |
| 1 | 4679 | | CreationInfo = _creationInfo |
| 1 | 4680 | | }; |
| 1 | 4681 | | public static readonly ListedLicense IEC_CODE_COMPONENTS_EULA = new ListedLicense |
| 1 | 4682 | | { |
| 1 | 4683 | | SpdxId = new Uri("http://spdx.org/licenses/IEC-Code-Components-EULA"), |
| 1 | 4684 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4685 | | SeeAlso = [ |
| 1 | 4686 | | new Uri("https://www.iec.ch/CCv1"), |
| 1 | 4687 | | new Uri("https://www.iec.ch/copyright"), |
| 1 | 4688 | | new Uri("https://www.iec.ch/webstore/custserv/pdf/CC-EULA.pdf") |
| 1 | 4689 | | ], |
| 1 | 4690 | | LicenseText = ReadResource("IEC-Code-Components-EULA.fulltext.txt"), |
| 1 | 4691 | | StandardLicenseTemplate = ReadResource("IEC-Code-Components-EULA.template.txt"), |
| 1 | 4692 | | Catalog = _creationInfo.Catalog, |
| 1 | 4693 | | CreationInfo = _creationInfo |
| 1 | 4694 | | }; |
| 1 | 4695 | | public static readonly ListedLicense IJG = new ListedLicense |
| 1 | 4696 | | { |
| 1 | 4697 | | SpdxId = new Uri("http://spdx.org/licenses/IJG"), |
| 1 | 4698 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4699 | | SeeAlso = [ |
| 1 | 4700 | | new Uri("http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2") |
| 1 | 4701 | | ], |
| 1 | 4702 | | LicenseText = ReadResource("IJG.fulltext.txt"), |
| 1 | 4703 | | StandardLicenseTemplate = ReadResource("IJG.template.txt"), |
| 1 | 4704 | | IsFsfLibre = true, |
| 1 | 4705 | | IsOsiApproved = false, |
| 1 | 4706 | | Catalog = _creationInfo.Catalog, |
| 1 | 4707 | | CreationInfo = _creationInfo |
| 1 | 4708 | | }; |
| 1 | 4709 | | public static readonly ListedLicense IJG_SHORT = new ListedLicense |
| 1 | 4710 | | { |
| 1 | 4711 | | SpdxId = new Uri("http://spdx.org/licenses/IJG-short"), |
| 1 | 4712 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4713 | | SeeAlso = [ |
| 1 | 4714 | | new Uri("https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/") |
| 1 | 4715 | | ], |
| 1 | 4716 | | LicenseText = ReadResource("IJG-short.fulltext.txt"), |
| 1 | 4717 | | StandardLicenseTemplate = ReadResource("IJG-short.template.txt"), |
| 1 | 4718 | | Comment = "This license is a shorter, presumably earlier version of IJG", |
| 1 | 4719 | | Catalog = _creationInfo.Catalog, |
| 1 | 4720 | | CreationInfo = _creationInfo |
| 1 | 4721 | | }; |
| 1 | 4722 | | public static readonly ListedLicense IMAGEMAGICK = new ListedLicense |
| 1 | 4723 | | { |
| 1 | 4724 | | SpdxId = new Uri("http://spdx.org/licenses/ImageMagick"), |
| 1 | 4725 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4726 | | SeeAlso = [ |
| 1 | 4727 | | new Uri("http://www.imagemagick.org/script/license.php") |
| 1 | 4728 | | ], |
| 1 | 4729 | | LicenseText = ReadResource("ImageMagick.fulltext.txt"), |
| 1 | 4730 | | StandardLicenseTemplate = ReadResource("ImageMagick.template.txt"), |
| 1 | 4731 | | Comment = "The ImageMagick license is nearly identical to the Apache-2.0 license. The differences are the title |
| 1 | 4732 | | Catalog = _creationInfo.Catalog, |
| 1 | 4733 | | CreationInfo = _creationInfo |
| 1 | 4734 | | }; |
| 1 | 4735 | | public static readonly ListedLicense IMATIX = new ListedLicense |
| 1 | 4736 | | { |
| 1 | 4737 | | SpdxId = new Uri("http://spdx.org/licenses/iMatix"), |
| 1 | 4738 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4739 | | SeeAlso = [ |
| 1 | 4740 | | new Uri("http://legacy.imatix.com/html/sfl/sfl4.htm#license") |
| 1 | 4741 | | ], |
| 1 | 4742 | | LicenseText = ReadResource("iMatix.fulltext.txt"), |
| 1 | 4743 | | StandardLicenseTemplate = ReadResource("iMatix.template.txt"), |
| 1 | 4744 | | IsFsfLibre = true, |
| 1 | 4745 | | IsOsiApproved = false, |
| 1 | 4746 | | Catalog = _creationInfo.Catalog, |
| 1 | 4747 | | CreationInfo = _creationInfo |
| 1 | 4748 | | }; |
| 1 | 4749 | | public static readonly ListedLicense IMLIB2 = new ListedLicense |
| 1 | 4750 | | { |
| 1 | 4751 | | SpdxId = new Uri("http://spdx.org/licenses/Imlib2"), |
| 1 | 4752 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4753 | | SeeAlso = [ |
| 1 | 4754 | | new Uri("http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING"), |
| 1 | 4755 | | new Uri("https://git.enlightenment.org/legacy/imlib2.git/tree/COPYING") |
| 1 | 4756 | | ], |
| 1 | 4757 | | LicenseText = ReadResource("Imlib2.fulltext.txt"), |
| 1 | 4758 | | StandardLicenseTemplate = ReadResource("Imlib2.template.txt"), |
| 1 | 4759 | | IsFsfLibre = true, |
| 1 | 4760 | | IsOsiApproved = false, |
| 1 | 4761 | | Catalog = _creationInfo.Catalog, |
| 1 | 4762 | | CreationInfo = _creationInfo |
| 1 | 4763 | | }; |
| 1 | 4764 | | public static readonly ListedLicense INFO_ZIP = new ListedLicense |
| 1 | 4765 | | { |
| 1 | 4766 | | SpdxId = new Uri("http://spdx.org/licenses/Info-ZIP"), |
| 1 | 4767 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4768 | | SeeAlso = [ |
| 1 | 4769 | | new Uri("http://www.info-zip.org/license.html") |
| 1 | 4770 | | ], |
| 1 | 4771 | | LicenseText = ReadResource("Info-ZIP.fulltext.txt"), |
| 1 | 4772 | | StandardLicenseTemplate = ReadResource("Info-ZIP.template.txt"), |
| 1 | 4773 | | Catalog = _creationInfo.Catalog, |
| 1 | 4774 | | CreationInfo = _creationInfo |
| 1 | 4775 | | }; |
| 1 | 4776 | | public static readonly ListedLicense INNER_NET_2_0 = new ListedLicense |
| 1 | 4777 | | { |
| 1 | 4778 | | SpdxId = new Uri("http://spdx.org/licenses/Inner-Net-2.0"), |
| 1 | 4779 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4780 | | SeeAlso = [ |
| 1 | 4781 | | new Uri("https://fedoraproject.org/wiki/Licensing/Inner_Net_License"), |
| 1 | 4782 | | new Uri("https://sourceware.org/git/?p=glibc.git;a=blob;f=LICENSES;h=530893b1dc9ea00755603c68fb36bd4fc38a7be |
| 1 | 4783 | | ], |
| 1 | 4784 | | LicenseText = ReadResource("Inner-Net-2.0.fulltext.txt"), |
| 1 | 4785 | | StandardLicenseTemplate = ReadResource("Inner-Net-2.0.template.txt"), |
| 1 | 4786 | | Catalog = _creationInfo.Catalog, |
| 1 | 4787 | | CreationInfo = _creationInfo |
| 1 | 4788 | | }; |
| 1 | 4789 | | public static readonly ListedLicense INNOSETUP = new ListedLicense |
| 1 | 4790 | | { |
| 1 | 4791 | | SpdxId = new Uri("http://spdx.org/licenses/InnoSetup"), |
| 1 | 4792 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4793 | | SeeAlso = [ |
| 1 | 4794 | | new Uri("https://github.com/jrsoftware/issrc/blob/HEAD/license.txt") |
| 1 | 4795 | | ], |
| 1 | 4796 | | LicenseText = ReadResource("InnoSetup.fulltext.txt"), |
| 1 | 4797 | | StandardLicenseTemplate = ReadResource("InnoSetup.template.txt"), |
| 1 | 4798 | | Catalog = _creationInfo.Catalog, |
| 1 | 4799 | | CreationInfo = _creationInfo |
| 1 | 4800 | | }; |
| 1 | 4801 | | public static readonly ListedLicense INTEL = new ListedLicense |
| 1 | 4802 | | { |
| 1 | 4803 | | SpdxId = new Uri("http://spdx.org/licenses/Intel"), |
| 1 | 4804 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4805 | | SeeAlso = [ |
| 1 | 4806 | | new Uri("https://opensource.org/licenses/Intel") |
| 1 | 4807 | | ], |
| 1 | 4808 | | LicenseText = ReadResource("Intel.fulltext.txt"), |
| 1 | 4809 | | StandardLicenseTemplate = ReadResource("Intel.template.txt"), |
| 1 | 4810 | | Comment = "This license has been deprecated. A note at the top of the OSI license page states, \"The Intel Open |
| 1 | 4811 | | IsFsfLibre = true, |
| 1 | 4812 | | IsOsiApproved = true, |
| 1 | 4813 | | Catalog = _creationInfo.Catalog, |
| 1 | 4814 | | CreationInfo = _creationInfo |
| 1 | 4815 | | }; |
| 1 | 4816 | | public static readonly ListedLicense INTEL_ACPI = new ListedLicense |
| 1 | 4817 | | { |
| 1 | 4818 | | SpdxId = new Uri("http://spdx.org/licenses/Intel-ACPI"), |
| 1 | 4819 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4820 | | SeeAlso = [ |
| 1 | 4821 | | new Uri("https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement") |
| 1 | 4822 | | ], |
| 1 | 4823 | | LicenseText = ReadResource("Intel-ACPI.fulltext.txt"), |
| 1 | 4824 | | StandardLicenseTemplate = ReadResource("Intel-ACPI.template.txt"), |
| 1 | 4825 | | Catalog = _creationInfo.Catalog, |
| 1 | 4826 | | CreationInfo = _creationInfo |
| 1 | 4827 | | }; |
| 1 | 4828 | | public static readonly ListedLicense INTERBASE_1_0 = new ListedLicense |
| 1 | 4829 | | { |
| 1 | 4830 | | SpdxId = new Uri("http://spdx.org/licenses/Interbase-1.0"), |
| 1 | 4831 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4832 | | SeeAlso = [ |
| 1 | 4833 | | new Uri("https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/ |
| 1 | 4834 | | ], |
| 1 | 4835 | | LicenseText = ReadResource("Interbase-1.0.fulltext.txt"), |
| 1 | 4836 | | StandardLicenseTemplate = ReadResource("Interbase-1.0.template.txt"), |
| 1 | 4837 | | StandardLicenseHeader = ReadResource("Interbase-1.0.header.txt"), |
| 1 | 4838 | | Comment = "This license is essentially a rebranded version of MPL-1.1, but with some important changes. A new AM |
| 1 | 4839 | | Catalog = _creationInfo.Catalog, |
| 1 | 4840 | | CreationInfo = _creationInfo |
| 1 | 4841 | | }; |
| 1 | 4842 | | public static readonly ListedLicense IPA = new ListedLicense |
| 1 | 4843 | | { |
| 1 | 4844 | | SpdxId = new Uri("http://spdx.org/licenses/IPA"), |
| 1 | 4845 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4846 | | SeeAlso = [ |
| 1 | 4847 | | new Uri("https://opensource.org/licenses/IPA") |
| 1 | 4848 | | ], |
| 1 | 4849 | | LicenseText = ReadResource("IPA.fulltext.txt"), |
| 1 | 4850 | | StandardLicenseTemplate = ReadResource("IPA.template.txt"), |
| 1 | 4851 | | IsFsfLibre = true, |
| 1 | 4852 | | IsOsiApproved = true, |
| 1 | 4853 | | Catalog = _creationInfo.Catalog, |
| 1 | 4854 | | CreationInfo = _creationInfo |
| 1 | 4855 | | }; |
| 1 | 4856 | | public static readonly ListedLicense IPL_1_0 = new ListedLicense |
| 1 | 4857 | | { |
| 1 | 4858 | | SpdxId = new Uri("http://spdx.org/licenses/IPL-1.0"), |
| 1 | 4859 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4860 | | SeeAlso = [ |
| 1 | 4861 | | new Uri("https://opensource.org/licenses/IPL-1.0") |
| 1 | 4862 | | ], |
| 1 | 4863 | | LicenseText = ReadResource("IPL-1.0.fulltext.txt"), |
| 1 | 4864 | | StandardLicenseTemplate = ReadResource("IPL-1.0.template.txt"), |
| 1 | 4865 | | Comment = "This license was superseded by CPL.", |
| 1 | 4866 | | IsFsfLibre = true, |
| 1 | 4867 | | IsOsiApproved = true, |
| 1 | 4868 | | Catalog = _creationInfo.Catalog, |
| 1 | 4869 | | CreationInfo = _creationInfo |
| 1 | 4870 | | }; |
| 1 | 4871 | | public static readonly ListedLicense ISC = new ListedLicense |
| 1 | 4872 | | { |
| 1 | 4873 | | SpdxId = new Uri("http://spdx.org/licenses/ISC"), |
| 1 | 4874 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4875 | | SeeAlso = [ |
| 1 | 4876 | | new Uri("https://opensource.org/licenses/ISC"), |
| 1 | 4877 | | new Uri("https://www.isc.org/downloads/software-support-policy/isc-license/"), |
| 1 | 4878 | | new Uri("https://www.isc.org/licenses/") |
| 1 | 4879 | | ], |
| 1 | 4880 | | LicenseText = ReadResource("ISC.fulltext.txt"), |
| 1 | 4881 | | StandardLicenseTemplate = ReadResource("ISC.template.txt"), |
| 1 | 4882 | | Comment = "The ISC License text changed 'and' to 'and/or' in July 2007.", |
| 1 | 4883 | | IsFsfLibre = true, |
| 1 | 4884 | | IsOsiApproved = true, |
| 1 | 4885 | | Catalog = _creationInfo.Catalog, |
| 1 | 4886 | | CreationInfo = _creationInfo |
| 1 | 4887 | | }; |
| 1 | 4888 | | public static readonly ListedLicense ISC_VEILLARD = new ListedLicense |
| 1 | 4889 | | { |
| 1 | 4890 | | SpdxId = new Uri("http://spdx.org/licenses/ISC-Veillard"), |
| 1 | 4891 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4892 | | SeeAlso = [ |
| 1 | 4893 | | new Uri("https://github.com/GNOME/libxml2/blob/master/dict.c"), |
| 1 | 4894 | | new Uri("https://raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c"), |
| 1 | 4895 | | new Uri("https://sourceforge.net/p/ctrio/git/ci/master/tree/README") |
| 1 | 4896 | | ], |
| 1 | 4897 | | LicenseText = ReadResource("ISC-Veillard.fulltext.txt"), |
| 1 | 4898 | | StandardLicenseTemplate = ReadResource("ISC-Veillard.template.txt"), |
| 1 | 4899 | | Comment = "This license uses the same grant as ISC, but a different disclaimer paragraph. It appears to originat |
| 1 | 4900 | | Catalog = _creationInfo.Catalog, |
| 1 | 4901 | | CreationInfo = _creationInfo |
| 1 | 4902 | | }; |
| 1 | 4903 | | public static readonly ListedLicense JAM = new ListedLicense |
| 1 | 4904 | | { |
| 1 | 4905 | | SpdxId = new Uri("http://spdx.org/licenses/Jam"), |
| 1 | 4906 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4907 | | SeeAlso = [ |
| 1 | 4908 | | new Uri("https://web.archive.org/web/20160330173339/https://swarm.workshop.perforce.com/files/guest/perforce |
| 1 | 4909 | | new Uri("https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html") |
| 1 | 4910 | | ], |
| 1 | 4911 | | LicenseText = ReadResource("Jam.fulltext.txt"), |
| 1 | 4912 | | StandardLicenseTemplate = ReadResource("Jam.template.txt"), |
| 1 | 4913 | | Catalog = _creationInfo.Catalog, |
| 1 | 4914 | | CreationInfo = _creationInfo |
| 1 | 4915 | | }; |
| 1 | 4916 | | public static readonly ListedLicense JASPER_2_0 = new ListedLicense |
| 1 | 4917 | | { |
| 1 | 4918 | | SpdxId = new Uri("http://spdx.org/licenses/JasPer-2.0"), |
| 1 | 4919 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4920 | | SeeAlso = [ |
| 1 | 4921 | | new Uri("http://www.ece.uvic.ca/~mdadams/jasper/LICENSE") |
| 1 | 4922 | | ], |
| 1 | 4923 | | LicenseText = ReadResource("JasPer-2.0.fulltext.txt"), |
| 1 | 4924 | | StandardLicenseTemplate = ReadResource("JasPer-2.0.template.txt"), |
| 1 | 4925 | | Catalog = _creationInfo.Catalog, |
| 1 | 4926 | | CreationInfo = _creationInfo |
| 1 | 4927 | | }; |
| 1 | 4928 | | public static readonly ListedLicense JOVE = new ListedLicense |
| 1 | 4929 | | { |
| 1 | 4930 | | SpdxId = new Uri("http://spdx.org/licenses/jove"), |
| 1 | 4931 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4932 | | SeeAlso = [ |
| 1 | 4933 | | new Uri("https://github.com/jonmacs/jove/blob/4_17/LICENSE") |
| 1 | 4934 | | ], |
| 1 | 4935 | | LicenseText = ReadResource("jove.fulltext.txt"), |
| 1 | 4936 | | StandardLicenseTemplate = ReadResource("jove.template.txt"), |
| 1 | 4937 | | Catalog = _creationInfo.Catalog, |
| 1 | 4938 | | CreationInfo = _creationInfo |
| 1 | 4939 | | }; |
| 1 | 4940 | | public static readonly ListedLicense JPL_IMAGE = new ListedLicense |
| 1 | 4941 | | { |
| 1 | 4942 | | SpdxId = new Uri("http://spdx.org/licenses/JPL-image"), |
| 1 | 4943 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4944 | | SeeAlso = [ |
| 1 | 4945 | | new Uri("https://www.jpl.nasa.gov/jpl-image-use-policy") |
| 1 | 4946 | | ], |
| 1 | 4947 | | LicenseText = ReadResource("JPL-image.fulltext.txt"), |
| 1 | 4948 | | StandardLicenseTemplate = ReadResource("JPL-image.template.txt"), |
| 1 | 4949 | | Catalog = _creationInfo.Catalog, |
| 1 | 4950 | | CreationInfo = _creationInfo |
| 1 | 4951 | | }; |
| 1 | 4952 | | public static readonly ListedLicense JPNIC = new ListedLicense |
| 1 | 4953 | | { |
| 1 | 4954 | | SpdxId = new Uri("http://spdx.org/licenses/JPNIC"), |
| 1 | 4955 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4956 | | SeeAlso = [ |
| 1 | 4957 | | new Uri("https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366") |
| 1 | 4958 | | ], |
| 1 | 4959 | | LicenseText = ReadResource("JPNIC.fulltext.txt"), |
| 1 | 4960 | | StandardLicenseTemplate = ReadResource("JPNIC.template.txt"), |
| 1 | 4961 | | Catalog = _creationInfo.Catalog, |
| 1 | 4962 | | CreationInfo = _creationInfo |
| 1 | 4963 | | }; |
| 1 | 4964 | | public static readonly ListedLicense JSON = new ListedLicense |
| 1 | 4965 | | { |
| 1 | 4966 | | SpdxId = new Uri("http://spdx.org/licenses/JSON"), |
| 1 | 4967 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4968 | | SeeAlso = [ |
| 1 | 4969 | | new Uri("http://www.json.org/license.html") |
| 1 | 4970 | | ], |
| 1 | 4971 | | LicenseText = ReadResource("JSON.fulltext.txt"), |
| 1 | 4972 | | StandardLicenseTemplate = ReadResource("JSON.template.txt"), |
| 1 | 4973 | | Catalog = _creationInfo.Catalog, |
| 1 | 4974 | | CreationInfo = _creationInfo |
| 1 | 4975 | | }; |
| 1 | 4976 | | public static readonly ListedLicense KASTRUP = new ListedLicense |
| 1 | 4977 | | { |
| 1 | 4978 | | SpdxId = new Uri("http://spdx.org/licenses/Kastrup"), |
| 1 | 4979 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4980 | | SeeAlso = [ |
| 1 | 4981 | | new Uri("https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx") |
| 1 | 4982 | | ], |
| 1 | 4983 | | LicenseText = ReadResource("Kastrup.fulltext.txt"), |
| 1 | 4984 | | StandardLicenseTemplate = ReadResource("Kastrup.template.txt"), |
| 1 | 4985 | | Catalog = _creationInfo.Catalog, |
| 1 | 4986 | | CreationInfo = _creationInfo |
| 1 | 4987 | | }; |
| 1 | 4988 | | public static readonly ListedLicense KAZLIB = new ListedLicense |
| 1 | 4989 | | { |
| 1 | 4990 | | SpdxId = new Uri("http://spdx.org/licenses/Kazlib"), |
| 1 | 4991 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 4992 | | SeeAlso = [ |
| 1 | 4993 | | new Uri("http://git.savannah.gnu.org/cgit/kazlib.git/tree/except.c?id=0062df360c2d17d57f6af19b0e444c51feb990 |
| 1 | 4994 | | ], |
| 1 | 4995 | | LicenseText = ReadResource("Kazlib.fulltext.txt"), |
| 1 | 4996 | | StandardLicenseTemplate = ReadResource("Kazlib.template.txt"), |
| 1 | 4997 | | Catalog = _creationInfo.Catalog, |
| 1 | 4998 | | CreationInfo = _creationInfo |
| 1 | 4999 | | }; |
| 1 | 5000 | | public static readonly ListedLicense KNUTH_CTAN = new ListedLicense |
| 1 | 5001 | | { |
| 1 | 5002 | | SpdxId = new Uri("http://spdx.org/licenses/Knuth-CTAN"), |
| 1 | 5003 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5004 | | SeeAlso = [ |
| 1 | 5005 | | new Uri("https://ctan.org/license/knuth") |
| 1 | 5006 | | ], |
| 1 | 5007 | | LicenseText = ReadResource("Knuth-CTAN.fulltext.txt"), |
| 1 | 5008 | | StandardLicenseTemplate = ReadResource("Knuth-CTAN.template.txt"), |
| 1 | 5009 | | Comment = "This license is very similar to Wsuipa.", |
| 1 | 5010 | | Catalog = _creationInfo.Catalog, |
| 1 | 5011 | | CreationInfo = _creationInfo |
| 1 | 5012 | | }; |
| 1 | 5013 | | public static readonly ListedLicense LAL_1_2 = new ListedLicense |
| 1 | 5014 | | { |
| 1 | 5015 | | SpdxId = new Uri("http://spdx.org/licenses/LAL-1.2"), |
| 1 | 5016 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5017 | | SeeAlso = [ |
| 1 | 5018 | | new Uri("http://artlibre.org/licence/lal/licence-art-libre-12/") |
| 1 | 5019 | | ], |
| 1 | 5020 | | LicenseText = ReadResource("LAL-1.2.fulltext.txt"), |
| 1 | 5021 | | StandardLicenseTemplate = ReadResource("LAL-1.2.template.txt"), |
| 1 | 5022 | | Comment = "French is the canonical language for this license. Translations are available in: English: http://art |
| 1 | 5023 | | Catalog = _creationInfo.Catalog, |
| 1 | 5024 | | CreationInfo = _creationInfo |
| 1 | 5025 | | }; |
| 1 | 5026 | | public static readonly ListedLicense LAL_1_3 = new ListedLicense |
| 1 | 5027 | | { |
| 1 | 5028 | | SpdxId = new Uri("http://spdx.org/licenses/LAL-1.3"), |
| 1 | 5029 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5030 | | SeeAlso = [ |
| 1 | 5031 | | new Uri("https://artlibre.org/") |
| 1 | 5032 | | ], |
| 1 | 5033 | | LicenseText = ReadResource("LAL-1.3.fulltext.txt"), |
| 1 | 5034 | | StandardLicenseTemplate = ReadResource("LAL-1.3.template.txt"), |
| 1 | 5035 | | Comment = "French is the canonical language for this license. Translations are available in: English: https://ar |
| 1 | 5036 | | Catalog = _creationInfo.Catalog, |
| 1 | 5037 | | CreationInfo = _creationInfo |
| 1 | 5038 | | }; |
| 1 | 5039 | | public static readonly ListedLicense LATEX2E = new ListedLicense |
| 1 | 5040 | | { |
| 1 | 5041 | | SpdxId = new Uri("http://spdx.org/licenses/Latex2e"), |
| 1 | 5042 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5043 | | SeeAlso = [ |
| 1 | 5044 | | new Uri("https://fedoraproject.org/wiki/Licensing/Latex2e") |
| 1 | 5045 | | ], |
| 1 | 5046 | | LicenseText = ReadResource("Latex2e.fulltext.txt"), |
| 1 | 5047 | | StandardLicenseTemplate = ReadResource("Latex2e.template.txt"), |
| 1 | 5048 | | Catalog = _creationInfo.Catalog, |
| 1 | 5049 | | CreationInfo = _creationInfo |
| 1 | 5050 | | }; |
| 1 | 5051 | | public static readonly ListedLicense LATEX2E_TRANSLATED_NOTICE = new ListedLicense |
| 1 | 5052 | | { |
| 1 | 5053 | | SpdxId = new Uri("http://spdx.org/licenses/Latex2e-translated-notice"), |
| 1 | 5054 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5055 | | SeeAlso = [ |
| 1 | 5056 | | new Uri("https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042b |
| 1 | 5057 | | ], |
| 1 | 5058 | | LicenseText = ReadResource("Latex2e-translated-notice.fulltext.txt"), |
| 1 | 5059 | | StandardLicenseTemplate = ReadResource("Latex2e-translated-notice.template.txt"), |
| 1 | 5060 | | Comment = "The last section differs from Latex2e license.", |
| 1 | 5061 | | Catalog = _creationInfo.Catalog, |
| 1 | 5062 | | CreationInfo = _creationInfo |
| 1 | 5063 | | }; |
| 1 | 5064 | | public static readonly ListedLicense LEPTONICA = new ListedLicense |
| 1 | 5065 | | { |
| 1 | 5066 | | SpdxId = new Uri("http://spdx.org/licenses/Leptonica"), |
| 1 | 5067 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5068 | | SeeAlso = [ |
| 1 | 5069 | | new Uri("https://fedoraproject.org/wiki/Licensing/Leptonica") |
| 1 | 5070 | | ], |
| 1 | 5071 | | LicenseText = ReadResource("Leptonica.fulltext.txt"), |
| 1 | 5072 | | StandardLicenseTemplate = ReadResource("Leptonica.template.txt"), |
| 1 | 5073 | | Comment = "This is an older license for Leptonica. Currently, it uses BSD-2-Clause (see http://www.leptonica.com |
| 1 | 5074 | | Catalog = _creationInfo.Catalog, |
| 1 | 5075 | | CreationInfo = _creationInfo |
| 1 | 5076 | | }; |
| 1 | 5077 | | public static readonly ListedLicense LGPL_2_0 = new ListedLicense |
| 1 | 5078 | | { |
| 1 | 5079 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.0"), |
| 1 | 5080 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5081 | | SeeAlso = [ |
| 1 | 5082 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html") |
| 1 | 5083 | | ], |
| 1 | 5084 | | LicenseText = ReadResource("LGPL-2.0.fulltext.txt"), |
| 1 | 5085 | | StandardLicenseTemplate = ReadResource("LGPL-2.0.template.txt"), |
| 1 | 5086 | | StandardLicenseHeader = ReadResource("LGPL-2.0.header.txt"), |
| 1 | 5087 | | IsDeprecatedLicenseId = true, |
| 1 | 5088 | | DeprecatedVersion = "3.0", |
| 1 | 5089 | | Catalog = _creationInfo.Catalog, |
| 1 | 5090 | | CreationInfo = _creationInfo |
| 1 | 5091 | | }; |
| 1 | 5092 | | public static readonly ListedLicense LGPL_2_0_ONLY = new ListedLicense |
| 1 | 5093 | | { |
| 1 | 5094 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.0-only"), |
| 1 | 5095 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5096 | | SeeAlso = [ |
| 1 | 5097 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html") |
| 1 | 5098 | | ], |
| 1 | 5099 | | LicenseText = ReadResource("LGPL-2.0-only.fulltext.txt"), |
| 1 | 5100 | | StandardLicenseTemplate = ReadResource("LGPL-2.0-only.template.txt"), |
| 1 | 5101 | | StandardLicenseHeader = ReadResource("LGPL-2.0-only.header.txt"), |
| 1 | 5102 | | Comment = "This license was released: June 1991. This license has been superseded by LGPL-2.1. This license iden |
| 1 | 5103 | | Catalog = _creationInfo.Catalog, |
| 1 | 5104 | | CreationInfo = _creationInfo |
| 1 | 5105 | | }; |
| 1 | 5106 | | public static readonly ListedLicense LGPL_2_0_OR_LATER = new ListedLicense |
| 1 | 5107 | | { |
| 1 | 5108 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.0-or-later"), |
| 1 | 5109 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5110 | | SeeAlso = [ |
| 1 | 5111 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html") |
| 1 | 5112 | | ], |
| 1 | 5113 | | LicenseText = ReadResource("LGPL-2.0-or-later.fulltext.txt"), |
| 1 | 5114 | | StandardLicenseTemplate = ReadResource("LGPL-2.0-or-later.template.txt"), |
| 1 | 5115 | | StandardLicenseHeader = ReadResource("LGPL-2.0-or-later.header.txt"), |
| 1 | 5116 | | Comment = "This license was released: June 1991. This license has been superseded by LGPL-2.1. This license iden |
| 1 | 5117 | | Catalog = _creationInfo.Catalog, |
| 1 | 5118 | | CreationInfo = _creationInfo |
| 1 | 5119 | | }; |
| 1 | 5120 | | public static readonly ListedLicense LGPL_2_0_ = new ListedLicense |
| 1 | 5121 | | { |
| 1 | 5122 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.0+"), |
| 1 | 5123 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5124 | | SeeAlso = [ |
| 1 | 5125 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html") |
| 1 | 5126 | | ], |
| 1 | 5127 | | LicenseText = ReadResource("LGPL-2.0+.fulltext.txt"), |
| 1 | 5128 | | StandardLicenseTemplate = ReadResource("LGPL-2.0+.template.txt"), |
| 1 | 5129 | | StandardLicenseHeader = ReadResource("LGPL-2.0+.header.txt"), |
| 1 | 5130 | | IsDeprecatedLicenseId = true, |
| 1 | 5131 | | DeprecatedVersion = "2.0rc2", |
| 1 | 5132 | | Catalog = _creationInfo.Catalog, |
| 1 | 5133 | | CreationInfo = _creationInfo |
| 1 | 5134 | | }; |
| 1 | 5135 | | public static readonly ListedLicense LGPL_2_1 = new ListedLicense |
| 1 | 5136 | | { |
| 1 | 5137 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.1"), |
| 1 | 5138 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5139 | | SeeAlso = [ |
| 1 | 5140 | | new Uri("https://opensource.org/licenses/LGPL-2.1"), |
| 1 | 5141 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html") |
| 1 | 5142 | | ], |
| 1 | 5143 | | LicenseText = ReadResource("LGPL-2.1.fulltext.txt"), |
| 1 | 5144 | | StandardLicenseTemplate = ReadResource("LGPL-2.1.template.txt"), |
| 1 | 5145 | | StandardLicenseHeader = ReadResource("LGPL-2.1.header.txt"), |
| 1 | 5146 | | IsFsfLibre = true, |
| 1 | 5147 | | IsOsiApproved = true, |
| 1 | 5148 | | IsDeprecatedLicenseId = true, |
| 1 | 5149 | | DeprecatedVersion = "3.0", |
| 1 | 5150 | | Catalog = _creationInfo.Catalog, |
| 1 | 5151 | | CreationInfo = _creationInfo |
| 1 | 5152 | | }; |
| 1 | 5153 | | public static readonly ListedLicense LGPL_2_1_ONLY = new ListedLicense |
| 1 | 5154 | | { |
| 1 | 5155 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.1-only"), |
| 1 | 5156 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5157 | | SeeAlso = [ |
| 1 | 5158 | | new Uri("https://opensource.org/licenses/LGPL-2.1"), |
| 1 | 5159 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html") |
| 1 | 5160 | | ], |
| 1 | 5161 | | LicenseText = ReadResource("LGPL-2.1-only.fulltext.txt"), |
| 1 | 5162 | | StandardLicenseTemplate = ReadResource("LGPL-2.1-only.template.txt"), |
| 1 | 5163 | | StandardLicenseHeader = ReadResource("LGPL-2.1-only.header.txt"), |
| 1 | 5164 | | Comment = "This license was released: February 1999. This license identifier refers to the choice to use the cod |
| 1 | 5165 | | IsFsfLibre = true, |
| 1 | 5166 | | IsOsiApproved = true, |
| 1 | 5167 | | Catalog = _creationInfo.Catalog, |
| 1 | 5168 | | CreationInfo = _creationInfo |
| 1 | 5169 | | }; |
| 1 | 5170 | | public static readonly ListedLicense LGPL_2_1_OR_LATER = new ListedLicense |
| 1 | 5171 | | { |
| 1 | 5172 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.1-or-later"), |
| 1 | 5173 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5174 | | SeeAlso = [ |
| 1 | 5175 | | new Uri("https://opensource.org/licenses/LGPL-2.1"), |
| 1 | 5176 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html") |
| 1 | 5177 | | ], |
| 1 | 5178 | | LicenseText = ReadResource("LGPL-2.1-or-later.fulltext.txt"), |
| 1 | 5179 | | StandardLicenseTemplate = ReadResource("LGPL-2.1-or-later.template.txt"), |
| 1 | 5180 | | StandardLicenseHeader = ReadResource("LGPL-2.1-or-later.header.txt"), |
| 1 | 5181 | | Comment = "This license was released: February 1999. This license identifier refers to the choice to use code un |
| 1 | 5182 | | IsFsfLibre = true, |
| 1 | 5183 | | IsOsiApproved = true, |
| 1 | 5184 | | Catalog = _creationInfo.Catalog, |
| 1 | 5185 | | CreationInfo = _creationInfo |
| 1 | 5186 | | }; |
| 1 | 5187 | | public static readonly ListedLicense LGPL_2_1_ = new ListedLicense |
| 1 | 5188 | | { |
| 1 | 5189 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-2.1+"), |
| 1 | 5190 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5191 | | SeeAlso = [ |
| 1 | 5192 | | new Uri("https://opensource.org/licenses/LGPL-2.1"), |
| 1 | 5193 | | new Uri("https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html") |
| 1 | 5194 | | ], |
| 1 | 5195 | | LicenseText = ReadResource("LGPL-2.1+.fulltext.txt"), |
| 1 | 5196 | | StandardLicenseTemplate = ReadResource("LGPL-2.1+.template.txt"), |
| 1 | 5197 | | StandardLicenseHeader = ReadResource("LGPL-2.1+.header.txt"), |
| 1 | 5198 | | IsFsfLibre = true, |
| 1 | 5199 | | IsOsiApproved = true, |
| 1 | 5200 | | IsDeprecatedLicenseId = true, |
| 1 | 5201 | | DeprecatedVersion = "2.0rc2", |
| 1 | 5202 | | Catalog = _creationInfo.Catalog, |
| 1 | 5203 | | CreationInfo = _creationInfo |
| 1 | 5204 | | }; |
| 1 | 5205 | | public static readonly ListedLicense LGPL_3_0 = new ListedLicense |
| 1 | 5206 | | { |
| 1 | 5207 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-3.0"), |
| 1 | 5208 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5209 | | SeeAlso = [ |
| 1 | 5210 | | new Uri("https://opensource.org/licenses/LGPL-3.0"), |
| 1 | 5211 | | new Uri("https://www.gnu.org/licenses/lgpl-3.0-standalone.html"), |
| 1 | 5212 | | new Uri("https://www.gnu.org/licenses/lgpl+gpl-3.0.txt") |
| 1 | 5213 | | ], |
| 1 | 5214 | | LicenseText = ReadResource("LGPL-3.0.fulltext.txt"), |
| 1 | 5215 | | StandardLicenseTemplate = ReadResource("LGPL-3.0.template.txt"), |
| 1 | 5216 | | Comment = "The identifier \"LGPL-3.0\" has been deprecated; LGPL-3.0-only is the preferred identifier to indicat |
| 1 | 5217 | | IsFsfLibre = true, |
| 1 | 5218 | | IsOsiApproved = true, |
| 1 | 5219 | | IsDeprecatedLicenseId = true, |
| 1 | 5220 | | DeprecatedVersion = "3.0", |
| 1 | 5221 | | Catalog = _creationInfo.Catalog, |
| 1 | 5222 | | CreationInfo = _creationInfo |
| 1 | 5223 | | }; |
| 1 | 5224 | | public static readonly ListedLicense LGPL_3_0_ONLY = new ListedLicense |
| 1 | 5225 | | { |
| 1 | 5226 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-3.0-only"), |
| 1 | 5227 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5228 | | SeeAlso = [ |
| 1 | 5229 | | new Uri("https://opensource.org/licenses/LGPL-3.0"), |
| 1 | 5230 | | new Uri("https://www.gnu.org/licenses/lgpl-3.0-standalone.html"), |
| 1 | 5231 | | new Uri("https://www.gnu.org/licenses/lgpl+gpl-3.0.txt") |
| 1 | 5232 | | ], |
| 1 | 5233 | | LicenseText = ReadResource("LGPL-3.0-only.fulltext.txt"), |
| 1 | 5234 | | StandardLicenseTemplate = ReadResource("LGPL-3.0-only.template.txt"), |
| 1 | 5235 | | Comment = "This license was released: 29 June 2007. This refers to when only this version of the LGPL is used (a |
| 1 | 5236 | | IsFsfLibre = true, |
| 1 | 5237 | | IsOsiApproved = true, |
| 1 | 5238 | | Catalog = _creationInfo.Catalog, |
| 1 | 5239 | | CreationInfo = _creationInfo |
| 1 | 5240 | | }; |
| 1 | 5241 | | public static readonly ListedLicense LGPL_3_0_OR_LATER = new ListedLicense |
| 1 | 5242 | | { |
| 1 | 5243 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-3.0-or-later"), |
| 1 | 5244 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5245 | | SeeAlso = [ |
| 1 | 5246 | | new Uri("https://opensource.org/licenses/LGPL-3.0"), |
| 1 | 5247 | | new Uri("https://www.gnu.org/licenses/lgpl-3.0-standalone.html"), |
| 1 | 5248 | | new Uri("https://www.gnu.org/licenses/lgpl+gpl-3.0.txt") |
| 1 | 5249 | | ], |
| 1 | 5250 | | LicenseText = ReadResource("LGPL-3.0-or-later.fulltext.txt"), |
| 1 | 5251 | | StandardLicenseTemplate = ReadResource("LGPL-3.0-or-later.template.txt"), |
| 1 | 5252 | | Comment = "This license was released: 29 June 2007. This refers to when this version of the LGPL, or any later v |
| 1 | 5253 | | IsFsfLibre = true, |
| 1 | 5254 | | IsOsiApproved = true, |
| 1 | 5255 | | Catalog = _creationInfo.Catalog, |
| 1 | 5256 | | CreationInfo = _creationInfo |
| 1 | 5257 | | }; |
| 1 | 5258 | | public static readonly ListedLicense LGPL_3_0_ = new ListedLicense |
| 1 | 5259 | | { |
| 1 | 5260 | | SpdxId = new Uri("http://spdx.org/licenses/LGPL-3.0+"), |
| 1 | 5261 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5262 | | SeeAlso = [ |
| 1 | 5263 | | new Uri("https://opensource.org/licenses/LGPL-3.0"), |
| 1 | 5264 | | new Uri("https://www.gnu.org/licenses/lgpl-3.0-standalone.html"), |
| 1 | 5265 | | new Uri("https://www.gnu.org/licenses/lgpl+gpl-3.0.txt") |
| 1 | 5266 | | ], |
| 1 | 5267 | | LicenseText = ReadResource("LGPL-3.0+.fulltext.txt"), |
| 1 | 5268 | | StandardLicenseTemplate = ReadResource("LGPL-3.0+.template.txt"), |
| 1 | 5269 | | Comment = "The identifier \"LGPL-3.0+\" has been deprecated; LGPL-3.0-or-later is the preferred identifier to in |
| 1 | 5270 | | IsFsfLibre = true, |
| 1 | 5271 | | IsOsiApproved = true, |
| 1 | 5272 | | IsDeprecatedLicenseId = true, |
| 1 | 5273 | | DeprecatedVersion = "2.0rc2", |
| 1 | 5274 | | Catalog = _creationInfo.Catalog, |
| 1 | 5275 | | CreationInfo = _creationInfo |
| 1 | 5276 | | }; |
| 1 | 5277 | | public static readonly ListedLicense LGPLLR = new ListedLicense |
| 1 | 5278 | | { |
| 1 | 5279 | | SpdxId = new Uri("http://spdx.org/licenses/LGPLLR"), |
| 1 | 5280 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5281 | | SeeAlso = [ |
| 1 | 5282 | | new Uri("http://www-igm.univ-mlv.fr/~unitex/lgpllr.html") |
| 1 | 5283 | | ], |
| 1 | 5284 | | LicenseText = ReadResource("LGPLLR.fulltext.txt"), |
| 1 | 5285 | | StandardLicenseTemplate = ReadResource("LGPLLR.template.txt"), |
| 1 | 5286 | | Comment = "Appears to have borrowed some language from the LGPL-2.1.", |
| 1 | 5287 | | Catalog = _creationInfo.Catalog, |
| 1 | 5288 | | CreationInfo = _creationInfo |
| 1 | 5289 | | }; |
| 1 | 5290 | | public static readonly ListedLicense LIBPNG = new ListedLicense |
| 1 | 5291 | | { |
| 1 | 5292 | | SpdxId = new Uri("http://spdx.org/licenses/Libpng"), |
| 1 | 5293 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5294 | | SeeAlso = [ |
| 1 | 5295 | | new Uri("http://www.libpng.org/pub/png/src/libpng-LICENSE.txt") |
| 1 | 5296 | | ], |
| 1 | 5297 | | LicenseText = ReadResource("Libpng.fulltext.txt"), |
| 1 | 5298 | | StandardLicenseTemplate = ReadResource("Libpng.template.txt"), |
| 1 | 5299 | | Catalog = _creationInfo.Catalog, |
| 1 | 5300 | | CreationInfo = _creationInfo |
| 1 | 5301 | | }; |
| 1 | 5302 | | public static readonly ListedLicense LIBPNG_2_0 = new ListedLicense |
| 1 | 5303 | | { |
| 1 | 5304 | | SpdxId = new Uri("http://spdx.org/licenses/libpng-2.0"), |
| 1 | 5305 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5306 | | SeeAlso = [ |
| 1 | 5307 | | new Uri("http://www.libpng.org/pub/png/src/libpng-LICENSE.txt") |
| 1 | 5308 | | ], |
| 1 | 5309 | | LicenseText = ReadResource("libpng-2.0.fulltext.txt"), |
| 1 | 5310 | | StandardLicenseTemplate = ReadResource("libpng-2.0.template.txt"), |
| 1 | 5311 | | Catalog = _creationInfo.Catalog, |
| 1 | 5312 | | CreationInfo = _creationInfo |
| 1 | 5313 | | }; |
| 1 | 5314 | | public static readonly ListedLicense LIBSELINUX_1_0 = new ListedLicense |
| 1 | 5315 | | { |
| 1 | 5316 | | SpdxId = new Uri("http://spdx.org/licenses/libselinux-1.0"), |
| 1 | 5317 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5318 | | SeeAlso = [ |
| 1 | 5319 | | new Uri("https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE") |
| 1 | 5320 | | ], |
| 1 | 5321 | | LicenseText = ReadResource("libselinux-1.0.fulltext.txt"), |
| 1 | 5322 | | StandardLicenseTemplate = ReadResource("libselinux-1.0.template.txt"), |
| 1 | 5323 | | Catalog = _creationInfo.Catalog, |
| 1 | 5324 | | CreationInfo = _creationInfo |
| 1 | 5325 | | }; |
| 1 | 5326 | | public static readonly ListedLicense LIBTIFF = new ListedLicense |
| 1 | 5327 | | { |
| 1 | 5328 | | SpdxId = new Uri("http://spdx.org/licenses/libtiff"), |
| 1 | 5329 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5330 | | SeeAlso = [ |
| 1 | 5331 | | new Uri("https://fedoraproject.org/wiki/Licensing/libtiff") |
| 1 | 5332 | | ], |
| 1 | 5333 | | LicenseText = ReadResource("libtiff.fulltext.txt"), |
| 1 | 5334 | | StandardLicenseTemplate = ReadResource("libtiff.template.txt"), |
| 1 | 5335 | | Catalog = _creationInfo.Catalog, |
| 1 | 5336 | | CreationInfo = _creationInfo |
| 1 | 5337 | | }; |
| 1 | 5338 | | public static readonly ListedLicense LIBUTIL_DAVID_NUGENT = new ListedLicense |
| 1 | 5339 | | { |
| 1 | 5340 | | SpdxId = new Uri("http://spdx.org/licenses/libutil-David-Nugent"), |
| 1 | 5341 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5342 | | SeeAlso = [ |
| 1 | 5343 | | new Uri("http://web.mit.edu/freebsd/head/lib/libutil/login_ok.3"), |
| 1 | 5344 | | new Uri("https://cgit.freedesktop.org/libbsd/tree/man/setproctitle.3bsd") |
| 1 | 5345 | | ], |
| 1 | 5346 | | LicenseText = ReadResource("libutil-David-Nugent.fulltext.txt"), |
| 1 | 5347 | | StandardLicenseTemplate = ReadResource("libutil-David-Nugent.template.txt"), |
| 1 | 5348 | | Comment = "This is a legacy BSD-like license, but includes a specific requirement in the first clause requiring |
| 1 | 5349 | | Catalog = _creationInfo.Catalog, |
| 1 | 5350 | | CreationInfo = _creationInfo |
| 1 | 5351 | | }; |
| 1 | 5352 | | public static readonly ListedLicense LILIQ_P_1_1 = new ListedLicense |
| 1 | 5353 | | { |
| 1 | 5354 | | SpdxId = new Uri("http://spdx.org/licenses/LiLiQ-P-1.1"), |
| 1 | 5355 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5356 | | SeeAlso = [ |
| 1 | 5357 | | new Uri("http://opensource.org/licenses/LiLiQ-P-1.1"), |
| 1 | 5358 | | new Uri("https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/") |
| 1 | 5359 | | ], |
| 1 | 5360 | | LicenseText = ReadResource("LiLiQ-P-1.1.fulltext.txt"), |
| 1 | 5361 | | StandardLicenseTemplate = ReadResource("LiLiQ-P-1.1.template.txt"), |
| 1 | 5362 | | Comment = "French is the canonical language for this license. An English translation is provided here: https://f |
| 1 | 5363 | | Catalog = _creationInfo.Catalog, |
| 1 | 5364 | | CreationInfo = _creationInfo |
| 1 | 5365 | | }; |
| 1 | 5366 | | public static readonly ListedLicense LILIQ_R_1_1 = new ListedLicense |
| 1 | 5367 | | { |
| 1 | 5368 | | SpdxId = new Uri("http://spdx.org/licenses/LiLiQ-R-1.1"), |
| 1 | 5369 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5370 | | SeeAlso = [ |
| 1 | 5371 | | new Uri("http://opensource.org/licenses/LiLiQ-R-1.1"), |
| 1 | 5372 | | new Uri("https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francai |
| 1 | 5373 | | ], |
| 1 | 5374 | | LicenseText = ReadResource("LiLiQ-R-1.1.fulltext.txt"), |
| 1 | 5375 | | StandardLicenseTemplate = ReadResource("LiLiQ-R-1.1.template.txt"), |
| 1 | 5376 | | Comment = "French is the canonical language for this license. An English translation is provided here: https://w |
| 1 | 5377 | | Catalog = _creationInfo.Catalog, |
| 1 | 5378 | | CreationInfo = _creationInfo |
| 1 | 5379 | | }; |
| 1 | 5380 | | public static readonly ListedLicense LILIQ_RPLUS_1_1 = new ListedLicense |
| 1 | 5381 | | { |
| 1 | 5382 | | SpdxId = new Uri("http://spdx.org/licenses/LiLiQ-Rplus-1.1"), |
| 1 | 5383 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5384 | | SeeAlso = [ |
| 1 | 5385 | | new Uri("http://opensource.org/licenses/LiLiQ-Rplus-1.1"), |
| 1 | 5386 | | new Uri("https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francai |
| 1 | 5387 | | ], |
| 1 | 5388 | | LicenseText = ReadResource("LiLiQ-Rplus-1.1.fulltext.txt"), |
| 1 | 5389 | | StandardLicenseTemplate = ReadResource("LiLiQ-Rplus-1.1.template.txt"), |
| 1 | 5390 | | Comment = "French is the canonical language for this license. An English translation is provided here: https://w |
| 1 | 5391 | | Catalog = _creationInfo.Catalog, |
| 1 | 5392 | | CreationInfo = _creationInfo |
| 1 | 5393 | | }; |
| 1 | 5394 | | public static readonly ListedLicense LINUX_MAN_PAGES_1_PARA = new ListedLicense |
| 1 | 5395 | | { |
| 1 | 5396 | | SpdxId = new Uri("http://spdx.org/licenses/Linux-man-pages-1-para"), |
| 1 | 5397 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5398 | | SeeAlso = [ |
| 1 | 5399 | | new Uri("https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4") |
| 1 | 5400 | | ], |
| 1 | 5401 | | LicenseText = ReadResource("Linux-man-pages-1-para.fulltext.txt"), |
| 1 | 5402 | | StandardLicenseTemplate = ReadResource("Linux-man-pages-1-para.template.txt"), |
| 1 | 5403 | | Catalog = _creationInfo.Catalog, |
| 1 | 5404 | | CreationInfo = _creationInfo |
| 1 | 5405 | | }; |
| 1 | 5406 | | public static readonly ListedLicense LINUX_MAN_PAGES_COPYLEFT = new ListedLicense |
| 1 | 5407 | | { |
| 1 | 5408 | | SpdxId = new Uri("http://spdx.org/licenses/Linux-man-pages-copyleft"), |
| 1 | 5409 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5410 | | SeeAlso = [ |
| 1 | 5411 | | new Uri("https://www.kernel.org/doc/man-pages/licenses.html") |
| 1 | 5412 | | ], |
| 1 | 5413 | | LicenseText = ReadResource("Linux-man-pages-copyleft.fulltext.txt"), |
| 1 | 5414 | | StandardLicenseTemplate = ReadResource("Linux-man-pages-copyleft.template.txt"), |
| 1 | 5415 | | Catalog = _creationInfo.Catalog, |
| 1 | 5416 | | CreationInfo = _creationInfo |
| 1 | 5417 | | }; |
| 1 | 5418 | | public static readonly ListedLicense LINUX_MAN_PAGES_COPYLEFT_2_PARA = new ListedLicense |
| 1 | 5419 | | { |
| 1 | 5420 | | SpdxId = new Uri("http://spdx.org/licenses/Linux-man-pages-copyleft-2-para"), |
| 1 | 5421 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5422 | | SeeAlso = [ |
| 1 | 5423 | | new Uri("https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/migrate_pages.2#n8"), |
| 1 | 5424 | | new Uri("https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/move_pages.2#n5") |
| 1 | 5425 | | ], |
| 1 | 5426 | | LicenseText = ReadResource("Linux-man-pages-copyleft-2-para.fulltext.txt"), |
| 1 | 5427 | | StandardLicenseTemplate = ReadResource("Linux-man-pages-copyleft-2-para.template.txt"), |
| 1 | 5428 | | Catalog = _creationInfo.Catalog, |
| 1 | 5429 | | CreationInfo = _creationInfo |
| 1 | 5430 | | }; |
| 1 | 5431 | | public static readonly ListedLicense LINUX_MAN_PAGES_COPYLEFT_VAR = new ListedLicense |
| 1 | 5432 | | { |
| 1 | 5433 | | SpdxId = new Uri("http://spdx.org/licenses/Linux-man-pages-copyleft-var"), |
| 1 | 5434 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5435 | | SeeAlso = [ |
| 1 | 5436 | | new Uri("https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/set_mempolicy.2#n5") |
| 1 | 5437 | | ], |
| 1 | 5438 | | LicenseText = ReadResource("Linux-man-pages-copyleft-var.fulltext.txt"), |
| 1 | 5439 | | StandardLicenseTemplate = ReadResource("Linux-man-pages-copyleft-var.template.txt"), |
| 1 | 5440 | | Comment = "This is the same as Linux-man-pages-copyleft but omits the last sentence of the third paragraph.", |
| 1 | 5441 | | Catalog = _creationInfo.Catalog, |
| 1 | 5442 | | CreationInfo = _creationInfo |
| 1 | 5443 | | }; |
| 1 | 5444 | | public static readonly ListedLicense LINUX_OPENIB = new ListedLicense |
| 1 | 5445 | | { |
| 1 | 5446 | | SpdxId = new Uri("http://spdx.org/licenses/Linux-OpenIB"), |
| 1 | 5447 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5448 | | SeeAlso = [ |
| 1 | 5449 | | new Uri("https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa. |
| 1 | 5450 | | ], |
| 1 | 5451 | | LicenseText = ReadResource("Linux-OpenIB.fulltext.txt"), |
| 1 | 5452 | | StandardLicenseTemplate = ReadResource("Linux-OpenIB.template.txt"), |
| 1 | 5453 | | Comment = "This license is BSD-2-Clause with the MIT disclaimer. The linux kernel uses this license extensively |
| 1 | 5454 | | Catalog = _creationInfo.Catalog, |
| 1 | 5455 | | CreationInfo = _creationInfo |
| 1 | 5456 | | }; |
| 1 | 5457 | | public static readonly ListedLicense LOOP = new ListedLicense |
| 1 | 5458 | | { |
| 1 | 5459 | | SpdxId = new Uri("http://spdx.org/licenses/LOOP"), |
| 1 | 5460 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5461 | | SeeAlso = [ |
| 1 | 5462 | | new Uri("http://git.savannah.gnu.org/cgit/gcl.git/tree/gcl/lsp/gcl_loop.lsp?h=Version_2_6_13pre"), |
| 1 | 5463 | | new Uri("https://github.com/blakemcbride/eclipse-lisp/blob/master/lisp/loop.lisp"), |
| 1 | 5464 | | new Uri("https://github.com/cl-adams/adams/blob/master/LICENSE.md"), |
| 1 | 5465 | | new Uri("https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp"), |
| 1 | 5466 | | new Uri("https://gitlab.common-lisp.net/cmucl/cmucl/-/blob/master/src/code/loop.lisp"), |
| 1 | 5467 | | new Uri("https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/src/code/loop.lisp") |
| 1 | 5468 | | ], |
| 1 | 5469 | | LicenseText = ReadResource("LOOP.fulltext.txt"), |
| 1 | 5470 | | StandardLicenseTemplate = ReadResource("LOOP.template.txt"), |
| 1 | 5471 | | Catalog = _creationInfo.Catalog, |
| 1 | 5472 | | CreationInfo = _creationInfo |
| 1 | 5473 | | }; |
| 1 | 5474 | | public static readonly ListedLicense LPD_DOCUMENT = new ListedLicense |
| 1 | 5475 | | { |
| 1 | 5476 | | SpdxId = new Uri("http://spdx.org/licenses/LPD-document"), |
| 1 | 5477 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5478 | | SeeAlso = [ |
| 1 | 5479 | | new Uri("https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md"), |
| 1 | 5480 | | new Uri("https://www.ietf.org/rfc/rfc1952.txt") |
| 1 | 5481 | | ], |
| 1 | 5482 | | LicenseText = ReadResource("LPD-document.fulltext.txt"), |
| 1 | 5483 | | StandardLicenseTemplate = ReadResource("LPD-document.template.txt"), |
| 1 | 5484 | | Catalog = _creationInfo.Catalog, |
| 1 | 5485 | | CreationInfo = _creationInfo |
| 1 | 5486 | | }; |
| 1 | 5487 | | public static readonly ListedLicense LPL_1_0 = new ListedLicense |
| 1 | 5488 | | { |
| 1 | 5489 | | SpdxId = new Uri("http://spdx.org/licenses/LPL-1.0"), |
| 1 | 5490 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5491 | | SeeAlso = [ |
| 1 | 5492 | | new Uri("https://opensource.org/licenses/LPL-1.0") |
| 1 | 5493 | | ], |
| 1 | 5494 | | LicenseText = ReadResource("LPL-1.0.fulltext.txt"), |
| 1 | 5495 | | StandardLicenseTemplate = ReadResource("LPL-1.0.template.txt"), |
| 1 | 5496 | | Catalog = _creationInfo.Catalog, |
| 1 | 5497 | | CreationInfo = _creationInfo |
| 1 | 5498 | | }; |
| 1 | 5499 | | public static readonly ListedLicense LPL_1_02 = new ListedLicense |
| 1 | 5500 | | { |
| 1 | 5501 | | SpdxId = new Uri("http://spdx.org/licenses/LPL-1.02"), |
| 1 | 5502 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5503 | | SeeAlso = [ |
| 1 | 5504 | | new Uri("http://plan9.bell-labs.com/plan9/license.html"), |
| 1 | 5505 | | new Uri("https://opensource.org/licenses/LPL-1.02") |
| 1 | 5506 | | ], |
| 1 | 5507 | | LicenseText = ReadResource("LPL-1.02.fulltext.txt"), |
| 1 | 5508 | | StandardLicenseTemplate = ReadResource("LPL-1.02.template.txt"), |
| 1 | 5509 | | IsFsfLibre = true, |
| 1 | 5510 | | IsOsiApproved = true, |
| 1 | 5511 | | Catalog = _creationInfo.Catalog, |
| 1 | 5512 | | CreationInfo = _creationInfo |
| 1 | 5513 | | }; |
| 1 | 5514 | | public static readonly ListedLicense LPPL_1_0 = new ListedLicense |
| 1 | 5515 | | { |
| 1 | 5516 | | SpdxId = new Uri("http://spdx.org/licenses/LPPL-1.0"), |
| 1 | 5517 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5518 | | SeeAlso = [ |
| 1 | 5519 | | new Uri("http://www.latex-project.org/lppl/lppl-1-0.txt") |
| 1 | 5520 | | ], |
| 1 | 5521 | | LicenseText = ReadResource("LPPL-1.0.fulltext.txt"), |
| 1 | 5522 | | StandardLicenseTemplate = ReadResource("LPPL-1.0.template.txt"), |
| 1 | 5523 | | StandardLicenseHeader = ReadResource("LPPL-1.0.header.txt"), |
| 1 | 5524 | | Comment = "This license was released 1 Mar 1999", |
| 1 | 5525 | | Catalog = _creationInfo.Catalog, |
| 1 | 5526 | | CreationInfo = _creationInfo |
| 1 | 5527 | | }; |
| 1 | 5528 | | public static readonly ListedLicense LPPL_1_1 = new ListedLicense |
| 1 | 5529 | | { |
| 1 | 5530 | | SpdxId = new Uri("http://spdx.org/licenses/LPPL-1.1"), |
| 1 | 5531 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5532 | | SeeAlso = [ |
| 1 | 5533 | | new Uri("http://www.latex-project.org/lppl/lppl-1-1.txt") |
| 1 | 5534 | | ], |
| 1 | 5535 | | LicenseText = ReadResource("LPPL-1.1.fulltext.txt"), |
| 1 | 5536 | | StandardLicenseTemplate = ReadResource("LPPL-1.1.template.txt"), |
| 1 | 5537 | | StandardLicenseHeader = ReadResource("LPPL-1.1.header.txt"), |
| 1 | 5538 | | Comment = "This license was released 10 July 1999.", |
| 1 | 5539 | | Catalog = _creationInfo.Catalog, |
| 1 | 5540 | | CreationInfo = _creationInfo |
| 1 | 5541 | | }; |
| 1 | 5542 | | public static readonly ListedLicense LPPL_1_2 = new ListedLicense |
| 1 | 5543 | | { |
| 1 | 5544 | | SpdxId = new Uri("http://spdx.org/licenses/LPPL-1.2"), |
| 1 | 5545 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5546 | | SeeAlso = [ |
| 1 | 5547 | | new Uri("http://www.latex-project.org/lppl/lppl-1-2.txt") |
| 1 | 5548 | | ], |
| 1 | 5549 | | LicenseText = ReadResource("LPPL-1.2.fulltext.txt"), |
| 1 | 5550 | | StandardLicenseTemplate = ReadResource("LPPL-1.2.template.txt"), |
| 1 | 5551 | | StandardLicenseHeader = ReadResource("LPPL-1.2.header.txt"), |
| 1 | 5552 | | Comment = "This license was released 3 Sept 1999.", |
| 1 | 5553 | | IsFsfLibre = true, |
| 1 | 5554 | | IsOsiApproved = false, |
| 1 | 5555 | | Catalog = _creationInfo.Catalog, |
| 1 | 5556 | | CreationInfo = _creationInfo |
| 1 | 5557 | | }; |
| 1 | 5558 | | public static readonly ListedLicense LPPL_1_3A = new ListedLicense |
| 1 | 5559 | | { |
| 1 | 5560 | | SpdxId = new Uri("http://spdx.org/licenses/LPPL-1.3a"), |
| 1 | 5561 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5562 | | SeeAlso = [ |
| 1 | 5563 | | new Uri("http://www.latex-project.org/lppl/lppl-1-3a.txt") |
| 1 | 5564 | | ], |
| 1 | 5565 | | LicenseText = ReadResource("LPPL-1.3a.fulltext.txt"), |
| 1 | 5566 | | StandardLicenseTemplate = ReadResource("LPPL-1.3a.template.txt"), |
| 1 | 5567 | | StandardLicenseHeader = ReadResource("LPPL-1.3a.header.txt"), |
| 1 | 5568 | | Comment = "This license was released 1 Oct 2004", |
| 1 | 5569 | | IsFsfLibre = true, |
| 1 | 5570 | | IsOsiApproved = false, |
| 1 | 5571 | | Catalog = _creationInfo.Catalog, |
| 1 | 5572 | | CreationInfo = _creationInfo |
| 1 | 5573 | | }; |
| 1 | 5574 | | public static readonly ListedLicense LPPL_1_3C = new ListedLicense |
| 1 | 5575 | | { |
| 1 | 5576 | | SpdxId = new Uri("http://spdx.org/licenses/LPPL-1.3c"), |
| 1 | 5577 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5578 | | SeeAlso = [ |
| 1 | 5579 | | new Uri("http://www.latex-project.org/lppl/lppl-1-3c.txt"), |
| 1 | 5580 | | new Uri("https://opensource.org/licenses/LPPL-1.3c") |
| 1 | 5581 | | ], |
| 1 | 5582 | | LicenseText = ReadResource("LPPL-1.3c.fulltext.txt"), |
| 1 | 5583 | | StandardLicenseTemplate = ReadResource("LPPL-1.3c.template.txt"), |
| 1 | 5584 | | StandardLicenseHeader = ReadResource("LPPL-1.3c.header.txt"), |
| 1 | 5585 | | Comment = "This license was released: 4 May 2008", |
| 1 | 5586 | | Catalog = _creationInfo.Catalog, |
| 1 | 5587 | | CreationInfo = _creationInfo |
| 1 | 5588 | | }; |
| 1 | 5589 | | public static readonly ListedLicense LSOF = new ListedLicense |
| 1 | 5590 | | { |
| 1 | 5591 | | SpdxId = new Uri("http://spdx.org/licenses/lsof"), |
| 1 | 5592 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5593 | | SeeAlso = [ |
| 1 | 5594 | | new Uri("https://github.com/lsof-org/lsof/blob/master/COPYING") |
| 1 | 5595 | | ], |
| 1 | 5596 | | LicenseText = ReadResource("lsof.fulltext.txt"), |
| 1 | 5597 | | StandardLicenseTemplate = ReadResource("lsof.template.txt"), |
| 1 | 5598 | | Catalog = _creationInfo.Catalog, |
| 1 | 5599 | | CreationInfo = _creationInfo |
| 1 | 5600 | | }; |
| 1 | 5601 | | public static readonly ListedLicense LUCIDA_BITMAP_FONTS = new ListedLicense |
| 1 | 5602 | | { |
| 1 | 5603 | | SpdxId = new Uri("http://spdx.org/licenses/Lucida-Bitmap-Fonts"), |
| 1 | 5604 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5605 | | SeeAlso = [ |
| 1 | 5606 | | new Uri("https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type=heads") |
| 1 | 5607 | | ], |
| 1 | 5608 | | LicenseText = ReadResource("Lucida-Bitmap-Fonts.fulltext.txt"), |
| 1 | 5609 | | StandardLicenseTemplate = ReadResource("Lucida-Bitmap-Fonts.template.txt"), |
| 1 | 5610 | | Catalog = _creationInfo.Catalog, |
| 1 | 5611 | | CreationInfo = _creationInfo |
| 1 | 5612 | | }; |
| 1 | 5613 | | public static readonly ListedLicense LZMA_SDK_9_11_TO_9_20 = new ListedLicense |
| 1 | 5614 | | { |
| 1 | 5615 | | SpdxId = new Uri("http://spdx.org/licenses/LZMA-SDK-9.11-to-9.20"), |
| 1 | 5616 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5617 | | SeeAlso = [ |
| 1 | 5618 | | new Uri("https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/"), |
| 1 | 5619 | | new Uri("https://www.7-zip.org/sdk.html") |
| 1 | 5620 | | ], |
| 1 | 5621 | | LicenseText = ReadResource("LZMA-SDK-9.11-to-9.20.fulltext.txt"), |
| 1 | 5622 | | StandardLicenseTemplate = ReadResource("LZMA-SDK-9.11-to-9.20.template.txt"), |
| 1 | 5623 | | Comment = "The license text currently displayed on the 7-zip SDK website is not the same as any of the lzma.txt |
| 1 | 5624 | | Catalog = _creationInfo.Catalog, |
| 1 | 5625 | | CreationInfo = _creationInfo |
| 1 | 5626 | | }; |
| 1 | 5627 | | public static readonly ListedLicense LZMA_SDK_9_22 = new ListedLicense |
| 1 | 5628 | | { |
| 1 | 5629 | | SpdxId = new Uri("http://spdx.org/licenses/LZMA-SDK-9.22"), |
| 1 | 5630 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5631 | | SeeAlso = [ |
| 1 | 5632 | | new Uri("https://sourceforge.net/projects/sevenzip/files/LZMA%20SDK/"), |
| 1 | 5633 | | new Uri("https://www.7-zip.org/sdk.html") |
| 1 | 5634 | | ], |
| 1 | 5635 | | LicenseText = ReadResource("LZMA-SDK-9.22.fulltext.txt"), |
| 1 | 5636 | | StandardLicenseTemplate = ReadResource("LZMA-SDK-9.22.template.txt"), |
| 1 | 5637 | | Comment = "The license text currently displayed on the 7-zip SDK website is not the same as any of the lzma.txt |
| 1 | 5638 | | Catalog = _creationInfo.Catalog, |
| 1 | 5639 | | CreationInfo = _creationInfo |
| 1 | 5640 | | }; |
| 1 | 5641 | | public static readonly ListedLicense MACKERRAS_3_CLAUSE = new ListedLicense |
| 1 | 5642 | | { |
| 1 | 5643 | | SpdxId = new Uri("http://spdx.org/licenses/Mackerras-3-Clause"), |
| 1 | 5644 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5645 | | SeeAlso = [ |
| 1 | 5646 | | new Uri("https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28") |
| 1 | 5647 | | ], |
| 1 | 5648 | | LicenseText = ReadResource("Mackerras-3-Clause.fulltext.txt"), |
| 1 | 5649 | | StandardLicenseTemplate = ReadResource("Mackerras-3-Clause.template.txt"), |
| 1 | 5650 | | Comment = "This is similar to Mackerras-3-Clause-acknowledgment but has the binary clause and removes the acknow |
| 1 | 5651 | | Catalog = _creationInfo.Catalog, |
| 1 | 5652 | | CreationInfo = _creationInfo |
| 1 | 5653 | | }; |
| 1 | 5654 | | public static readonly ListedLicense MACKERRAS_3_CLAUSE_ACKNOWLEDGMENT = new ListedLicense |
| 1 | 5655 | | { |
| 1 | 5656 | | SpdxId = new Uri("http://spdx.org/licenses/Mackerras-3-Clause-acknowledgment"), |
| 1 | 5657 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5658 | | SeeAlso = [ |
| 1 | 5659 | | new Uri("https://github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28") |
| 1 | 5660 | | ], |
| 1 | 5661 | | LicenseText = ReadResource("Mackerras-3-Clause-acknowledgment.fulltext.txt"), |
| 1 | 5662 | | StandardLicenseTemplate = ReadResource("Mackerras-3-Clause-acknowledgment.template.txt"), |
| 1 | 5663 | | Comment = "This is similar to Mackerras-3-Clause, but removes the obligations related to binary distribution and |
| 1 | 5664 | | Catalog = _creationInfo.Catalog, |
| 1 | 5665 | | CreationInfo = _creationInfo |
| 1 | 5666 | | }; |
| 1 | 5667 | | public static readonly ListedLicense MAGAZ = new ListedLicense |
| 1 | 5668 | | { |
| 1 | 5669 | | SpdxId = new Uri("http://spdx.org/licenses/magaz"), |
| 1 | 5670 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5671 | | SeeAlso = [ |
| 1 | 5672 | | new Uri("https://mirrors.ctan.org/macros/latex/contrib/version/version.sty"), |
| 1 | 5673 | | new Uri("https://mirrors.nic.cz/tex-archive/macros/latex/contrib/magaz/magaz.tex") |
| 1 | 5674 | | ], |
| 1 | 5675 | | LicenseText = ReadResource("magaz.fulltext.txt"), |
| 1 | 5676 | | StandardLicenseTemplate = ReadResource("magaz.template.txt"), |
| 1 | 5677 | | Comment = "This license is a very similar to ulem and fwlw, but has slightly different obligations.", |
| 1 | 5678 | | Catalog = _creationInfo.Catalog, |
| 1 | 5679 | | CreationInfo = _creationInfo |
| 1 | 5680 | | }; |
| 1 | 5681 | | public static readonly ListedLicense MAILPRIO = new ListedLicense |
| 1 | 5682 | | { |
| 1 | 5683 | | SpdxId = new Uri("http://spdx.org/licenses/mailprio"), |
| 1 | 5684 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5685 | | SeeAlso = [ |
| 1 | 5686 | | new Uri("https://fossies.org/linux/sendmail/contrib/mailprio") |
| 1 | 5687 | | ], |
| 1 | 5688 | | LicenseText = ReadResource("mailprio.fulltext.txt"), |
| 1 | 5689 | | StandardLicenseTemplate = ReadResource("mailprio.template.txt"), |
| 1 | 5690 | | Catalog = _creationInfo.Catalog, |
| 1 | 5691 | | CreationInfo = _creationInfo |
| 1 | 5692 | | }; |
| 1 | 5693 | | public static readonly ListedLicense MAKEINDEX = new ListedLicense |
| 1 | 5694 | | { |
| 1 | 5695 | | SpdxId = new Uri("http://spdx.org/licenses/MakeIndex"), |
| 1 | 5696 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5697 | | SeeAlso = [ |
| 1 | 5698 | | new Uri("https://fedoraproject.org/wiki/Licensing/MakeIndex") |
| 1 | 5699 | | ], |
| 1 | 5700 | | LicenseText = ReadResource("MakeIndex.fulltext.txt"), |
| 1 | 5701 | | StandardLicenseTemplate = ReadResource("MakeIndex.template.txt"), |
| 1 | 5702 | | Catalog = _creationInfo.Catalog, |
| 1 | 5703 | | CreationInfo = _creationInfo |
| 1 | 5704 | | }; |
| 1 | 5705 | | public static readonly ListedLicense MAN2HTML = new ListedLicense |
| 1 | 5706 | | { |
| 1 | 5707 | | SpdxId = new Uri("http://spdx.org/licenses/man2html"), |
| 1 | 5708 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5709 | | SeeAlso = [ |
| 1 | 5710 | | new Uri("http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz"), |
| 1 | 5711 | | new Uri("https://docs.oracle.com/cd/E81115_01/html/E81116/licenses.html"), |
| 1 | 5712 | | new Uri("https://github.com/hamano/man2html/blob/master/man2html.c") |
| 1 | 5713 | | ], |
| 1 | 5714 | | LicenseText = ReadResource("man2html.fulltext.txt"), |
| 1 | 5715 | | StandardLicenseTemplate = ReadResource("man2html.template.txt"), |
| 1 | 5716 | | Comment = "This license is very similar to check-cvs.", |
| 1 | 5717 | | Catalog = _creationInfo.Catalog, |
| 1 | 5718 | | CreationInfo = _creationInfo |
| 1 | 5719 | | }; |
| 1 | 5720 | | public static readonly ListedLicense MARTIN_BIRGMEIER = new ListedLicense |
| 1 | 5721 | | { |
| 1 | 5722 | | SpdxId = new Uri("http://spdx.org/licenses/Martin-Birgmeier"), |
| 1 | 5723 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5724 | | SeeAlso = [ |
| 1 | 5725 | | new Uri("https://github.com/Perl/perl5/blob/blead/util.c#L6136") |
| 1 | 5726 | | ], |
| 1 | 5727 | | LicenseText = ReadResource("Martin-Birgmeier.fulltext.txt"), |
| 1 | 5728 | | StandardLicenseTemplate = ReadResource("Martin-Birgmeier.template.txt"), |
| 1 | 5729 | | Catalog = _creationInfo.Catalog, |
| 1 | 5730 | | CreationInfo = _creationInfo |
| 1 | 5731 | | }; |
| 1 | 5732 | | public static readonly ListedLicense MCPHEE_SLIDESHOW = new ListedLicense |
| 1 | 5733 | | { |
| 1 | 5734 | | SpdxId = new Uri("http://spdx.org/licenses/McPhee-slideshow"), |
| 1 | 5735 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5736 | | SeeAlso = [ |
| 1 | 5737 | | new Uri("https://mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp" |
| 1 | 5738 | | ], |
| 1 | 5739 | | LicenseText = ReadResource("McPhee-slideshow.fulltext.txt"), |
| 1 | 5740 | | StandardLicenseTemplate = ReadResource("McPhee-slideshow.template.txt"), |
| 1 | 5741 | | Catalog = _creationInfo.Catalog, |
| 1 | 5742 | | CreationInfo = _creationInfo |
| 1 | 5743 | | }; |
| 1 | 5744 | | public static readonly ListedLicense METAMAIL = new ListedLicense |
| 1 | 5745 | | { |
| 1 | 5746 | | SpdxId = new Uri("http://spdx.org/licenses/metamail"), |
| 1 | 5747 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5748 | | SeeAlso = [ |
| 1 | 5749 | | new Uri("https://github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12") |
| 1 | 5750 | | ], |
| 1 | 5751 | | LicenseText = ReadResource("metamail.fulltext.txt"), |
| 1 | 5752 | | StandardLicenseTemplate = ReadResource("metamail.template.txt"), |
| 1 | 5753 | | Catalog = _creationInfo.Catalog, |
| 1 | 5754 | | CreationInfo = _creationInfo |
| 1 | 5755 | | }; |
| 1 | 5756 | | public static readonly ListedLicense MINPACK = new ListedLicense |
| 1 | 5757 | | { |
| 1 | 5758 | | SpdxId = new Uri("http://spdx.org/licenses/Minpack"), |
| 1 | 5759 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5760 | | SeeAlso = [ |
| 1 | 5761 | | new Uri("http://www.netlib.org/minpack/disclaimer"), |
| 1 | 5762 | | new Uri("https://gitlab.com/libeigen/eigen/-/blob/master/COPYING.MINPACK") |
| 1 | 5763 | | ], |
| 1 | 5764 | | LicenseText = ReadResource("Minpack.fulltext.txt"), |
| 1 | 5765 | | StandardLicenseTemplate = ReadResource("Minpack.template.txt"), |
| 1 | 5766 | | Catalog = _creationInfo.Catalog, |
| 1 | 5767 | | CreationInfo = _creationInfo |
| 1 | 5768 | | }; |
| 1 | 5769 | | public static readonly ListedLicense MIPS = new ListedLicense |
| 1 | 5770 | | { |
| 1 | 5771 | | SpdxId = new Uri("http://spdx.org/licenses/MIPS"), |
| 1 | 5772 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5773 | | SeeAlso = [ |
| 1 | 5774 | | new Uri("https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11") |
| 1 | 5775 | | ], |
| 1 | 5776 | | LicenseText = ReadResource("MIPS.fulltext.txt"), |
| 1 | 5777 | | StandardLicenseTemplate = ReadResource("MIPS.template.txt"), |
| 1 | 5778 | | Comment = "This is shorter version of ThirdEye license.", |
| 1 | 5779 | | Catalog = _creationInfo.Catalog, |
| 1 | 5780 | | CreationInfo = _creationInfo |
| 1 | 5781 | | }; |
| 1 | 5782 | | public static readonly ListedLicense MIROS = new ListedLicense |
| 1 | 5783 | | { |
| 1 | 5784 | | SpdxId = new Uri("http://spdx.org/licenses/MirOS"), |
| 1 | 5785 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5786 | | SeeAlso = [ |
| 1 | 5787 | | new Uri("https://opensource.org/licenses/MirOS") |
| 1 | 5788 | | ], |
| 1 | 5789 | | LicenseText = ReadResource("MirOS.fulltext.txt"), |
| 1 | 5790 | | StandardLicenseTemplate = ReadResource("MirOS.template.txt"), |
| 1 | 5791 | | Catalog = _creationInfo.Catalog, |
| 1 | 5792 | | CreationInfo = _creationInfo |
| 1 | 5793 | | }; |
| 1 | 5794 | | public static readonly ListedLicense MIT = new ListedLicense |
| 1 | 5795 | | { |
| 1 | 5796 | | SpdxId = new Uri("http://spdx.org/licenses/MIT"), |
| 1 | 5797 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5798 | | SeeAlso = [ |
| 1 | 5799 | | new Uri("http://opensource.org/licenses/MIT"), |
| 1 | 5800 | | new Uri("https://opensource.org/license/mit/") |
| 1 | 5801 | | ], |
| 1 | 5802 | | LicenseText = ReadResource("MIT.fulltext.txt"), |
| 1 | 5803 | | StandardLicenseTemplate = ReadResource("MIT.template.txt"), |
| 1 | 5804 | | IsFsfLibre = true, |
| 1 | 5805 | | IsOsiApproved = true, |
| 1 | 5806 | | Catalog = _creationInfo.Catalog, |
| 1 | 5807 | | CreationInfo = _creationInfo |
| 1 | 5808 | | }; |
| 1 | 5809 | | public static readonly ListedLicense MIT_0 = new ListedLicense |
| 1 | 5810 | | { |
| 1 | 5811 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-0"), |
| 1 | 5812 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5813 | | SeeAlso = [ |
| 1 | 5814 | | new Uri("https://github.com/aws/mit-0"), |
| 1 | 5815 | | new Uri("https://github.com/awsdocs/aws-cloud9-user-guide/blob/master/LICENSE-SAMPLECODE"), |
| 1 | 5816 | | new Uri("https://romanrm.net/mit-zero") |
| 1 | 5817 | | ], |
| 1 | 5818 | | LicenseText = ReadResource("MIT-0.fulltext.txt"), |
| 1 | 5819 | | StandardLicenseTemplate = ReadResource("MIT-0.template.txt"), |
| 1 | 5820 | | Comment = "This license is a modified version of the common MIT license, with the attribution paragraph removed. |
| 1 | 5821 | | Catalog = _creationInfo.Catalog, |
| 1 | 5822 | | CreationInfo = _creationInfo |
| 1 | 5823 | | }; |
| 1 | 5824 | | public static readonly ListedLicense MIT_ADVERTISING = new ListedLicense |
| 1 | 5825 | | { |
| 1 | 5826 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-advertising"), |
| 1 | 5827 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5828 | | SeeAlso = [ |
| 1 | 5829 | | new Uri("https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising") |
| 1 | 5830 | | ], |
| 1 | 5831 | | LicenseText = ReadResource("MIT-advertising.fulltext.txt"), |
| 1 | 5832 | | StandardLicenseTemplate = ReadResource("MIT-advertising.template.txt"), |
| 1 | 5833 | | Comment = "This license is a modified version of the common MIT license, with an additional advertising clause", |
| 1 | 5834 | | Catalog = _creationInfo.Catalog, |
| 1 | 5835 | | CreationInfo = _creationInfo |
| 1 | 5836 | | }; |
| 1 | 5837 | | public static readonly ListedLicense MIT_CLICK = new ListedLicense |
| 1 | 5838 | | { |
| 1 | 5839 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-Click"), |
| 1 | 5840 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5841 | | SeeAlso = [ |
| 1 | 5842 | | new Uri("https://github.com/kohler/t1utils/blob/master/LICENSE") |
| 1 | 5843 | | ], |
| 1 | 5844 | | LicenseText = ReadResource("MIT-Click.fulltext.txt"), |
| 1 | 5845 | | StandardLicenseTemplate = ReadResource("MIT-Click.template.txt"), |
| 1 | 5846 | | Catalog = _creationInfo.Catalog, |
| 1 | 5847 | | CreationInfo = _creationInfo |
| 1 | 5848 | | }; |
| 1 | 5849 | | public static readonly ListedLicense MIT_CMU = new ListedLicense |
| 1 | 5850 | | { |
| 1 | 5851 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-CMU"), |
| 1 | 5852 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5853 | | SeeAlso = [ |
| 1 | 5854 | | new Uri("https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style"), |
| 1 | 5855 | | new Uri("https://github.com/python-pillow/Pillow/blob/fffb426092c8db24a5f4b6df243a8a3c01fb63cd/LICENSE") |
| 1 | 5856 | | ], |
| 1 | 5857 | | LicenseText = ReadResource("MIT-CMU.fulltext.txt"), |
| 1 | 5858 | | StandardLicenseTemplate = ReadResource("MIT-CMU.template.txt"), |
| 1 | 5859 | | Catalog = _creationInfo.Catalog, |
| 1 | 5860 | | CreationInfo = _creationInfo |
| 1 | 5861 | | }; |
| 1 | 5862 | | public static readonly ListedLicense MIT_ENNA = new ListedLicense |
| 1 | 5863 | | { |
| 1 | 5864 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-enna"), |
| 1 | 5865 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5866 | | SeeAlso = [ |
| 1 | 5867 | | new Uri("https://fedoraproject.org/wiki/Licensing/MIT#enna") |
| 1 | 5868 | | ], |
| 1 | 5869 | | LicenseText = ReadResource("MIT-enna.fulltext.txt"), |
| 1 | 5870 | | StandardLicenseTemplate = ReadResource("MIT-enna.template.txt"), |
| 1 | 5871 | | Catalog = _creationInfo.Catalog, |
| 1 | 5872 | | CreationInfo = _creationInfo |
| 1 | 5873 | | }; |
| 1 | 5874 | | public static readonly ListedLicense MIT_FEH = new ListedLicense |
| 1 | 5875 | | { |
| 1 | 5876 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-feh"), |
| 1 | 5877 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5878 | | SeeAlso = [ |
| 1 | 5879 | | new Uri("https://fedoraproject.org/wiki/Licensing/MIT#feh") |
| 1 | 5880 | | ], |
| 1 | 5881 | | LicenseText = ReadResource("MIT-feh.fulltext.txt"), |
| 1 | 5882 | | StandardLicenseTemplate = ReadResource("MIT-feh.template.txt"), |
| 1 | 5883 | | Catalog = _creationInfo.Catalog, |
| 1 | 5884 | | CreationInfo = _creationInfo |
| 1 | 5885 | | }; |
| 1 | 5886 | | public static readonly ListedLicense MIT_FESTIVAL = new ListedLicense |
| 1 | 5887 | | { |
| 1 | 5888 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-Festival"), |
| 1 | 5889 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5890 | | SeeAlso = [ |
| 1 | 5891 | | new Uri("https://github.com/festvox/flite/blob/master/COPYING"), |
| 1 | 5892 | | new Uri("https://github.com/festvox/speech_tools/blob/master/COPYING") |
| 1 | 5893 | | ], |
| 1 | 5894 | | LicenseText = ReadResource("MIT-Festival.fulltext.txt"), |
| 1 | 5895 | | StandardLicenseTemplate = ReadResource("MIT-Festival.template.txt"), |
| 1 | 5896 | | Catalog = _creationInfo.Catalog, |
| 1 | 5897 | | CreationInfo = _creationInfo |
| 1 | 5898 | | }; |
| 1 | 5899 | | public static readonly ListedLicense MIT_KHRONOS_OLD = new ListedLicense |
| 1 | 5900 | | { |
| 1 | 5901 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-Khronos-old"), |
| 1 | 5902 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5903 | | SeeAlso = [ |
| 1 | 5904 | | new Uri("https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt") |
| 1 | 5905 | | ], |
| 1 | 5906 | | LicenseText = ReadResource("MIT-Khronos-old.fulltext.txt"), |
| 1 | 5907 | | StandardLicenseTemplate = ReadResource("MIT-Khronos-old.template.txt"), |
| 1 | 5908 | | Comment = "This license is considered obsolete by the Khronos Group, but may still be in use in older projects o |
| 1 | 5909 | | Catalog = _creationInfo.Catalog, |
| 1 | 5910 | | CreationInfo = _creationInfo |
| 1 | 5911 | | }; |
| 1 | 5912 | | public static readonly ListedLicense MIT_MODERN_VARIANT = new ListedLicense |
| 1 | 5913 | | { |
| 1 | 5914 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-Modern-Variant"), |
| 1 | 5915 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5916 | | SeeAlso = [ |
| 1 | 5917 | | new Uri("https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants"), |
| 1 | 5918 | | new Uri("https://pirlwww.lpl.arizona.edu/resources/guide/software/PerlTk/Tixlic.html"), |
| 1 | 5919 | | new Uri("https://ptolemy.berkeley.edu/copyright.htm") |
| 1 | 5920 | | ], |
| 1 | 5921 | | LicenseText = ReadResource("MIT-Modern-Variant.fulltext.txt"), |
| 1 | 5922 | | StandardLicenseTemplate = ReadResource("MIT-Modern-Variant.template.txt"), |
| 1 | 5923 | | Comment = "This license is labeled as \"Modern Variant\" based on its corresponding listing on the Fedora licens |
| 1 | 5924 | | Catalog = _creationInfo.Catalog, |
| 1 | 5925 | | CreationInfo = _creationInfo |
| 1 | 5926 | | }; |
| 1 | 5927 | | public static readonly ListedLicense MIT_OPEN_GROUP = new ListedLicense |
| 1 | 5928 | | { |
| 1 | 5929 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-open-group"), |
| 1 | 5930 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5931 | | SeeAlso = [ |
| 1 | 5932 | | new Uri("https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING"), |
| 1 | 5933 | | new Uri("https://gitlab.freedesktop.org/xorg/app/xauth/-/blob/master/COPYING"), |
| 1 | 5934 | | new Uri("https://gitlab.freedesktop.org/xorg/app/xsetroot/-/blob/master/COPYING") |
| 1 | 5935 | | ], |
| 1 | 5936 | | LicenseText = ReadResource("MIT-open-group.fulltext.txt"), |
| 1 | 5937 | | StandardLicenseTemplate = ReadResource("MIT-open-group.template.txt"), |
| 1 | 5938 | | Catalog = _creationInfo.Catalog, |
| 1 | 5939 | | CreationInfo = _creationInfo |
| 1 | 5940 | | }; |
| 1 | 5941 | | public static readonly ListedLicense MIT_TESTREGEX = new ListedLicense |
| 1 | 5942 | | { |
| 1 | 5943 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-testregex"), |
| 1 | 5944 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5945 | | SeeAlso = [ |
| 1 | 5946 | | new Uri("https://github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/Syste |
| 1 | 5947 | | ], |
| 1 | 5948 | | LicenseText = ReadResource("MIT-testregex.fulltext.txt"), |
| 1 | 5949 | | StandardLicenseTemplate = ReadResource("MIT-testregex.template.txt"), |
| 1 | 5950 | | Catalog = _creationInfo.Catalog, |
| 1 | 5951 | | CreationInfo = _creationInfo |
| 1 | 5952 | | }; |
| 1 | 5953 | | public static readonly ListedLicense MIT_WU = new ListedLicense |
| 1 | 5954 | | { |
| 1 | 5955 | | SpdxId = new Uri("http://spdx.org/licenses/MIT-Wu"), |
| 1 | 5956 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5957 | | SeeAlso = [ |
| 1 | 5958 | | new Uri("https://github.com/chromium/octane/blob/master/crypto.js") |
| 1 | 5959 | | ], |
| 1 | 5960 | | LicenseText = ReadResource("MIT-Wu.fulltext.txt"), |
| 1 | 5961 | | StandardLicenseTemplate = ReadResource("MIT-Wu.template.txt"), |
| 1 | 5962 | | Catalog = _creationInfo.Catalog, |
| 1 | 5963 | | CreationInfo = _creationInfo |
| 1 | 5964 | | }; |
| 1 | 5965 | | public static readonly ListedLicense MITNFA = new ListedLicense |
| 1 | 5966 | | { |
| 1 | 5967 | | SpdxId = new Uri("http://spdx.org/licenses/MITNFA"), |
| 1 | 5968 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5969 | | SeeAlso = [ |
| 1 | 5970 | | new Uri("https://fedoraproject.org/wiki/Licensing/MITNFA") |
| 1 | 5971 | | ], |
| 1 | 5972 | | LicenseText = ReadResource("MITNFA.fulltext.txt"), |
| 1 | 5973 | | StandardLicenseTemplate = ReadResource("MITNFA.template.txt"), |
| 1 | 5974 | | Catalog = _creationInfo.Catalog, |
| 1 | 5975 | | CreationInfo = _creationInfo |
| 1 | 5976 | | }; |
| 1 | 5977 | | public static readonly ListedLicense MMIXWARE = new ListedLicense |
| 1 | 5978 | | { |
| 1 | 5979 | | SpdxId = new Uri("http://spdx.org/licenses/MMIXware"), |
| 1 | 5980 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5981 | | SeeAlso = [ |
| 1 | 5982 | | new Uri("https://gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w") |
| 1 | 5983 | | ], |
| 1 | 5984 | | LicenseText = ReadResource("MMIXware.fulltext.txt"), |
| 1 | 5985 | | StandardLicenseTemplate = ReadResource("MMIXware.template.txt"), |
| 1 | 5986 | | Catalog = _creationInfo.Catalog, |
| 1 | 5987 | | CreationInfo = _creationInfo |
| 1 | 5988 | | }; |
| 1 | 5989 | | public static readonly ListedLicense MOTOSOTO = new ListedLicense |
| 1 | 5990 | | { |
| 1 | 5991 | | SpdxId = new Uri("http://spdx.org/licenses/Motosoto"), |
| 1 | 5992 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 5993 | | SeeAlso = [ |
| 1 | 5994 | | new Uri("https://opensource.org/licenses/Motosoto") |
| 1 | 5995 | | ], |
| 1 | 5996 | | LicenseText = ReadResource("Motosoto.fulltext.txt"), |
| 1 | 5997 | | StandardLicenseTemplate = ReadResource("Motosoto.template.txt"), |
| 1 | 5998 | | Catalog = _creationInfo.Catalog, |
| 1 | 5999 | | CreationInfo = _creationInfo |
| 1 | 6000 | | }; |
| 1 | 6001 | | public static readonly ListedLicense MPEG_SSG = new ListedLicense |
| 1 | 6002 | | { |
| 1 | 6003 | | SpdxId = new Uri("http://spdx.org/licenses/MPEG-SSG"), |
| 1 | 6004 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6005 | | SeeAlso = [ |
| 1 | 6006 | | new Uri("https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l118 |
| 1 | 6007 | | ], |
| 1 | 6008 | | LicenseText = ReadResource("MPEG-SSG.fulltext.txt"), |
| 1 | 6009 | | StandardLicenseTemplate = ReadResource("MPEG-SSG.template.txt"), |
| 1 | 6010 | | Catalog = _creationInfo.Catalog, |
| 1 | 6011 | | CreationInfo = _creationInfo |
| 1 | 6012 | | }; |
| 1 | 6013 | | public static readonly ListedLicense MPI_PERMISSIVE = new ListedLicense |
| 1 | 6014 | | { |
| 1 | 6015 | | SpdxId = new Uri("http://spdx.org/licenses/mpi-permissive"), |
| 1 | 6016 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6017 | | SeeAlso = [ |
| 1 | 6018 | | new Uri("https://sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl=19#L19") |
| 1 | 6019 | | ], |
| 1 | 6020 | | LicenseText = ReadResource("mpi-permissive.fulltext.txt"), |
| 1 | 6021 | | StandardLicenseTemplate = ReadResource("mpi-permissive.template.txt"), |
| 1 | 6022 | | Catalog = _creationInfo.Catalog, |
| 1 | 6023 | | CreationInfo = _creationInfo |
| 1 | 6024 | | }; |
| 1 | 6025 | | public static readonly ListedLicense MPICH2 = new ListedLicense |
| 1 | 6026 | | { |
| 1 | 6027 | | SpdxId = new Uri("http://spdx.org/licenses/mpich2"), |
| 1 | 6028 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6029 | | SeeAlso = [ |
| 1 | 6030 | | new Uri("https://fedoraproject.org/wiki/Licensing/MIT") |
| 1 | 6031 | | ], |
| 1 | 6032 | | LicenseText = ReadResource("mpich2.fulltext.txt"), |
| 1 | 6033 | | StandardLicenseTemplate = ReadResource("mpich2.template.txt"), |
| 1 | 6034 | | Comment = "The MPICH2 project renamed itself to MPICH in 2012; the pre-existing license ID `mpich2` is retained |
| 1 | 6035 | | Catalog = _creationInfo.Catalog, |
| 1 | 6036 | | CreationInfo = _creationInfo |
| 1 | 6037 | | }; |
| 1 | 6038 | | public static readonly ListedLicense MPL_1_0 = new ListedLicense |
| 1 | 6039 | | { |
| 1 | 6040 | | SpdxId = new Uri("http://spdx.org/licenses/MPL-1.0"), |
| 1 | 6041 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6042 | | SeeAlso = [ |
| 1 | 6043 | | new Uri("http://www.mozilla.org/MPL/MPL-1.0.html"), |
| 1 | 6044 | | new Uri("https://opensource.org/licenses/MPL-1.0") |
| 1 | 6045 | | ], |
| 1 | 6046 | | LicenseText = ReadResource("MPL-1.0.fulltext.txt"), |
| 1 | 6047 | | StandardLicenseTemplate = ReadResource("MPL-1.0.template.txt"), |
| 1 | 6048 | | StandardLicenseHeader = ReadResource("MPL-1.0.header.txt"), |
| 1 | 6049 | | Comment = "This license has been superseded by v1.1", |
| 1 | 6050 | | Catalog = _creationInfo.Catalog, |
| 1 | 6051 | | CreationInfo = _creationInfo |
| 1 | 6052 | | }; |
| 1 | 6053 | | public static readonly ListedLicense MPL_1_1 = new ListedLicense |
| 1 | 6054 | | { |
| 1 | 6055 | | SpdxId = new Uri("http://spdx.org/licenses/MPL-1.1"), |
| 1 | 6056 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6057 | | SeeAlso = [ |
| 1 | 6058 | | new Uri("http://www.mozilla.org/MPL/MPL-1.1.html"), |
| 1 | 6059 | | new Uri("https://opensource.org/licenses/MPL-1.1") |
| 1 | 6060 | | ], |
| 1 | 6061 | | LicenseText = ReadResource("MPL-1.1.fulltext.txt"), |
| 1 | 6062 | | StandardLicenseTemplate = ReadResource("MPL-1.1.template.txt"), |
| 1 | 6063 | | StandardLicenseHeader = ReadResource("MPL-1.1.header.txt"), |
| 1 | 6064 | | Comment = "This license has been superseded by v2.0", |
| 1 | 6065 | | IsFsfLibre = true, |
| 1 | 6066 | | IsOsiApproved = true, |
| 1 | 6067 | | Catalog = _creationInfo.Catalog, |
| 1 | 6068 | | CreationInfo = _creationInfo |
| 1 | 6069 | | }; |
| 1 | 6070 | | public static readonly ListedLicense MPL_2_0 = new ListedLicense |
| 1 | 6071 | | { |
| 1 | 6072 | | SpdxId = new Uri("http://spdx.org/licenses/MPL-2.0"), |
| 1 | 6073 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6074 | | SeeAlso = [ |
| 1 | 6075 | | new Uri("https://opensource.org/licenses/MPL-2.0"), |
| 1 | 6076 | | new Uri("https://www.mozilla.org/MPL/2.0/") |
| 1 | 6077 | | ], |
| 1 | 6078 | | LicenseText = ReadResource("MPL-2.0.fulltext.txt"), |
| 1 | 6079 | | StandardLicenseTemplate = ReadResource("MPL-2.0.template.txt"), |
| 1 | 6080 | | StandardLicenseHeader = ReadResource("MPL-2.0.header.txt"), |
| 1 | 6081 | | Comment = "This license was released in January 2012. This license list entry is for use when the standard MPL 2 |
| 1 | 6082 | | IsFsfLibre = true, |
| 1 | 6083 | | IsOsiApproved = true, |
| 1 | 6084 | | Catalog = _creationInfo.Catalog, |
| 1 | 6085 | | CreationInfo = _creationInfo |
| 1 | 6086 | | }; |
| 1 | 6087 | | public static readonly ListedLicense MPL_2_0_NO_COPYLEFT_EXCEPTION = new ListedLicense |
| 1 | 6088 | | { |
| 1 | 6089 | | SpdxId = new Uri("http://spdx.org/licenses/MPL-2.0-no-copyleft-exception"), |
| 1 | 6090 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6091 | | SeeAlso = [ |
| 1 | 6092 | | new Uri("https://opensource.org/licenses/MPL-2.0"), |
| 1 | 6093 | | new Uri("https://www.mozilla.org/MPL/2.0/") |
| 1 | 6094 | | ], |
| 1 | 6095 | | LicenseText = ReadResource("MPL-2.0-no-copyleft-exception.fulltext.txt"), |
| 1 | 6096 | | StandardLicenseTemplate = ReadResource("MPL-2.0-no-copyleft-exception.template.txt"), |
| 1 | 6097 | | StandardLicenseHeader = ReadResource("MPL-2.0-no-copyleft-exception.header.txt"), |
| 1 | 6098 | | Comment = "This license was released in January 2012. This license list entry is for use when the MPL's Exhibit |
| 1 | 6099 | | Catalog = _creationInfo.Catalog, |
| 1 | 6100 | | CreationInfo = _creationInfo |
| 1 | 6101 | | }; |
| 1 | 6102 | | public static readonly ListedLicense MPLUS = new ListedLicense |
| 1 | 6103 | | { |
| 1 | 6104 | | SpdxId = new Uri("http://spdx.org/licenses/mplus"), |
| 1 | 6105 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6106 | | SeeAlso = [ |
| 1 | 6107 | | new Uri("https://fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus") |
| 1 | 6108 | | ], |
| 1 | 6109 | | LicenseText = ReadResource("mplus.fulltext.txt"), |
| 1 | 6110 | | StandardLicenseTemplate = ReadResource("mplus.template.txt"), |
| 1 | 6111 | | Catalog = _creationInfo.Catalog, |
| 1 | 6112 | | CreationInfo = _creationInfo |
| 1 | 6113 | | }; |
| 1 | 6114 | | public static readonly ListedLicense MS_LPL = new ListedLicense |
| 1 | 6115 | | { |
| 1 | 6116 | | SpdxId = new Uri("http://spdx.org/licenses/MS-LPL"), |
| 1 | 6117 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6118 | | SeeAlso = [ |
| 1 | 6119 | | new Uri("https://en.wikipedia.org/wiki/Shared_Source_Initiative#Microsoft_Limited_Public_License_(Ms-LPL)"), |
| 1 | 6120 | | new Uri("https://github.com/gabegundy/atlserver/blob/master/License.txt"), |
| 1 | 6121 | | new Uri("https://www.openhub.net/licenses/mslpl") |
| 1 | 6122 | | ], |
| 1 | 6123 | | LicenseText = ReadResource("MS-LPL.fulltext.txt"), |
| 1 | 6124 | | StandardLicenseTemplate = ReadResource("MS-LPL.template.txt"), |
| 1 | 6125 | | Catalog = _creationInfo.Catalog, |
| 1 | 6126 | | CreationInfo = _creationInfo |
| 1 | 6127 | | }; |
| 1 | 6128 | | public static readonly ListedLicense MS_PL = new ListedLicense |
| 1 | 6129 | | { |
| 1 | 6130 | | SpdxId = new Uri("http://spdx.org/licenses/MS-PL"), |
| 1 | 6131 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6132 | | SeeAlso = [ |
| 1 | 6133 | | new Uri("http://www.microsoft.com/opensource/licenses.mspx"), |
| 1 | 6134 | | new Uri("https://opensource.org/licenses/MS-PL") |
| 1 | 6135 | | ], |
| 1 | 6136 | | LicenseText = ReadResource("MS-PL.fulltext.txt"), |
| 1 | 6137 | | StandardLicenseTemplate = ReadResource("MS-PL.template.txt"), |
| 1 | 6138 | | IsFsfLibre = true, |
| 1 | 6139 | | IsOsiApproved = true, |
| 1 | 6140 | | Catalog = _creationInfo.Catalog, |
| 1 | 6141 | | CreationInfo = _creationInfo |
| 1 | 6142 | | }; |
| 1 | 6143 | | public static readonly ListedLicense MS_RL = new ListedLicense |
| 1 | 6144 | | { |
| 1 | 6145 | | SpdxId = new Uri("http://spdx.org/licenses/MS-RL"), |
| 1 | 6146 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6147 | | SeeAlso = [ |
| 1 | 6148 | | new Uri("http://www.microsoft.com/opensource/licenses.mspx"), |
| 1 | 6149 | | new Uri("https://opensource.org/licenses/MS-RL") |
| 1 | 6150 | | ], |
| 1 | 6151 | | LicenseText = ReadResource("MS-RL.fulltext.txt"), |
| 1 | 6152 | | StandardLicenseTemplate = ReadResource("MS-RL.template.txt"), |
| 1 | 6153 | | IsFsfLibre = true, |
| 1 | 6154 | | IsOsiApproved = true, |
| 1 | 6155 | | Catalog = _creationInfo.Catalog, |
| 1 | 6156 | | CreationInfo = _creationInfo |
| 1 | 6157 | | }; |
| 1 | 6158 | | public static readonly ListedLicense MTLL = new ListedLicense |
| 1 | 6159 | | { |
| 1 | 6160 | | SpdxId = new Uri("http://spdx.org/licenses/MTLL"), |
| 1 | 6161 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6162 | | SeeAlso = [ |
| 1 | 6163 | | new Uri("https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License") |
| 1 | 6164 | | ], |
| 1 | 6165 | | LicenseText = ReadResource("MTLL.fulltext.txt"), |
| 1 | 6166 | | StandardLicenseTemplate = ReadResource("MTLL.template.txt"), |
| 1 | 6167 | | Catalog = _creationInfo.Catalog, |
| 1 | 6168 | | CreationInfo = _creationInfo |
| 1 | 6169 | | }; |
| 1 | 6170 | | public static readonly ListedLicense MULANPSL_1_0 = new ListedLicense |
| 1 | 6171 | | { |
| 1 | 6172 | | SpdxId = new Uri("http://spdx.org/licenses/MulanPSL-1.0"), |
| 1 | 6173 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6174 | | SeeAlso = [ |
| 1 | 6175 | | new Uri("https://github.com/yuwenlong/longphp/blob/25dfb70cc2a466dc4bb55ba30901cbce08d164b5/LICENSE"), |
| 1 | 6176 | | new Uri("https://license.coscl.org.cn/MulanPSL/") |
| 1 | 6177 | | ], |
| 1 | 6178 | | LicenseText = ReadResource("MulanPSL-1.0.fulltext.txt"), |
| 1 | 6179 | | StandardLicenseTemplate = ReadResource("MulanPSL-1.0.template.txt"), |
| 1 | 6180 | | StandardLicenseHeader = ReadResource("MulanPSL-1.0.header.txt"), |
| 1 | 6181 | | Comment = "Both the Chinese and English translations of this license have been included in the markup, because c |
| 1 | 6182 | | Catalog = _creationInfo.Catalog, |
| 1 | 6183 | | CreationInfo = _creationInfo |
| 1 | 6184 | | }; |
| 1 | 6185 | | public static readonly ListedLicense MULANPSL_2_0 = new ListedLicense |
| 1 | 6186 | | { |
| 1 | 6187 | | SpdxId = new Uri("http://spdx.org/licenses/MulanPSL-2.0"), |
| 1 | 6188 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6189 | | SeeAlso = [ |
| 1 | 6190 | | new Uri("https://license.coscl.org.cn/MulanPSL2") |
| 1 | 6191 | | ], |
| 1 | 6192 | | LicenseText = ReadResource("MulanPSL-2.0.fulltext.txt"), |
| 1 | 6193 | | StandardLicenseTemplate = ReadResource("MulanPSL-2.0.template.txt"), |
| 1 | 6194 | | StandardLicenseHeader = ReadResource("MulanPSL-2.0.header.txt"), |
| 1 | 6195 | | Comment = "Both the Chinese and English translations of this license have been included in the markup, because c |
| 1 | 6196 | | Catalog = _creationInfo.Catalog, |
| 1 | 6197 | | CreationInfo = _creationInfo |
| 1 | 6198 | | }; |
| 1 | 6199 | | public static readonly ListedLicense MULTICS = new ListedLicense |
| 1 | 6200 | | { |
| 1 | 6201 | | SpdxId = new Uri("http://spdx.org/licenses/Multics"), |
| 1 | 6202 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6203 | | SeeAlso = [ |
| 1 | 6204 | | new Uri("https://opensource.org/licenses/Multics") |
| 1 | 6205 | | ], |
| 1 | 6206 | | LicenseText = ReadResource("Multics.fulltext.txt"), |
| 1 | 6207 | | StandardLicenseTemplate = ReadResource("Multics.template.txt"), |
| 1 | 6208 | | Catalog = _creationInfo.Catalog, |
| 1 | 6209 | | CreationInfo = _creationInfo |
| 1 | 6210 | | }; |
| 1 | 6211 | | public static readonly ListedLicense MUP = new ListedLicense |
| 1 | 6212 | | { |
| 1 | 6213 | | SpdxId = new Uri("http://spdx.org/licenses/Mup"), |
| 1 | 6214 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6215 | | SeeAlso = [ |
| 1 | 6216 | | new Uri("https://fedoraproject.org/wiki/Licensing/Mup") |
| 1 | 6217 | | ], |
| 1 | 6218 | | LicenseText = ReadResource("Mup.fulltext.txt"), |
| 1 | 6219 | | StandardLicenseTemplate = ReadResource("Mup.template.txt"), |
| 1 | 6220 | | Catalog = _creationInfo.Catalog, |
| 1 | 6221 | | CreationInfo = _creationInfo |
| 1 | 6222 | | }; |
| 1 | 6223 | | public static readonly ListedLicense NAIST_2003 = new ListedLicense |
| 1 | 6224 | | { |
| 1 | 6225 | | SpdxId = new Uri("http://spdx.org/licenses/NAIST-2003"), |
| 1 | 6226 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6227 | | SeeAlso = [ |
| 1 | 6228 | | new Uri("https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text"), |
| 1 | 6229 | | new Uri("https://github.com/nodejs/node/blob/4a19cc8947b1bba2b2d27816ec3d0edf9b28e503/LICENSE#L343") |
| 1 | 6230 | | ], |
| 1 | 6231 | | LicenseText = ReadResource("NAIST-2003.fulltext.txt"), |
| 1 | 6232 | | StandardLicenseTemplate = ReadResource("NAIST-2003.template.txt"), |
| 1 | 6233 | | Catalog = _creationInfo.Catalog, |
| 1 | 6234 | | CreationInfo = _creationInfo |
| 1 | 6235 | | }; |
| 1 | 6236 | | public static readonly ListedLicense NASA_1_3 = new ListedLicense |
| 1 | 6237 | | { |
| 1 | 6238 | | SpdxId = new Uri("http://spdx.org/licenses/NASA-1.3"), |
| 1 | 6239 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6240 | | SeeAlso = [ |
| 1 | 6241 | | new Uri("http://ti.arc.nasa.gov/opensource/nosa/"), |
| 1 | 6242 | | new Uri("https://opensource.org/licenses/NASA-1.3") |
| 1 | 6243 | | ], |
| 1 | 6244 | | LicenseText = ReadResource("NASA-1.3.fulltext.txt"), |
| 1 | 6245 | | StandardLicenseTemplate = ReadResource("NASA-1.3.template.txt"), |
| 1 | 6246 | | Catalog = _creationInfo.Catalog, |
| 1 | 6247 | | CreationInfo = _creationInfo |
| 1 | 6248 | | }; |
| 1 | 6249 | | public static readonly ListedLicense NAUMEN = new ListedLicense |
| 1 | 6250 | | { |
| 1 | 6251 | | SpdxId = new Uri("http://spdx.org/licenses/Naumen"), |
| 1 | 6252 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6253 | | SeeAlso = [ |
| 1 | 6254 | | new Uri("https://opensource.org/licenses/Naumen") |
| 1 | 6255 | | ], |
| 1 | 6256 | | LicenseText = ReadResource("Naumen.fulltext.txt"), |
| 1 | 6257 | | StandardLicenseTemplate = ReadResource("Naumen.template.txt"), |
| 1 | 6258 | | Catalog = _creationInfo.Catalog, |
| 1 | 6259 | | CreationInfo = _creationInfo |
| 1 | 6260 | | }; |
| 1 | 6261 | | public static readonly ListedLicense NBPL_1_0 = new ListedLicense |
| 1 | 6262 | | { |
| 1 | 6263 | | SpdxId = new Uri("http://spdx.org/licenses/NBPL-1.0"), |
| 1 | 6264 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6265 | | SeeAlso = [ |
| 1 | 6266 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec6 |
| 1 | 6267 | | ], |
| 1 | 6268 | | LicenseText = ReadResource("NBPL-1.0.fulltext.txt"), |
| 1 | 6269 | | StandardLicenseTemplate = ReadResource("NBPL-1.0.template.txt"), |
| 1 | 6270 | | Comment = "This license was released 22 August 1998. This license was issued twice, but only with formatting dif |
| 1 | 6271 | | Catalog = _creationInfo.Catalog, |
| 1 | 6272 | | CreationInfo = _creationInfo |
| 1 | 6273 | | }; |
| 1 | 6274 | | public static readonly ListedLicense NCBI_PD = new ListedLicense |
| 1 | 6275 | | { |
| 1 | 6276 | | SpdxId = new Uri("http://spdx.org/licenses/NCBI-PD"), |
| 1 | 6277 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6278 | | SeeAlso = [ |
| 1 | 6279 | | new Uri("https://github.com/ncbi/datasets/blob/0ea4cd16b61e5b799d9cc55aecfa016d6c9bd2bf/LICENSE.md"), |
| 1 | 6280 | | new Uri("https://github.com/ncbi/datasets/blob/master/LICENSE.md"), |
| 1 | 6281 | | new Uri("https://github.com/ncbi/egapx/blob/08930b9dec0c69b2d1a05e5153c7b95ef0a3eb0f/LICENSE"), |
| 1 | 6282 | | new Uri("https://github.com/ncbi/gprobe/blob/de64d30fee8b4c4013094d7d3139ea89b5dd1ace/LICENSE"), |
| 1 | 6283 | | new Uri("https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE") |
| 1 | 6284 | | ], |
| 1 | 6285 | | LicenseText = ReadResource("NCBI-PD.fulltext.txt"), |
| 1 | 6286 | | StandardLicenseTemplate = ReadResource("NCBI-PD.template.txt"), |
| 1 | 6287 | | Catalog = _creationInfo.Catalog, |
| 1 | 6288 | | CreationInfo = _creationInfo |
| 1 | 6289 | | }; |
| 1 | 6290 | | public static readonly ListedLicense NCGL_UK_2_0 = new ListedLicense |
| 1 | 6291 | | { |
| 1 | 6292 | | SpdxId = new Uri("http://spdx.org/licenses/NCGL-UK-2.0"), |
| 1 | 6293 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6294 | | SeeAlso = [ |
| 1 | 6295 | | new Uri("http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/") |
| 1 | 6296 | | ], |
| 1 | 6297 | | LicenseText = ReadResource("NCGL-UK-2.0.fulltext.txt"), |
| 1 | 6298 | | StandardLicenseTemplate = ReadResource("NCGL-UK-2.0.template.txt"), |
| 1 | 6299 | | Catalog = _creationInfo.Catalog, |
| 1 | 6300 | | CreationInfo = _creationInfo |
| 1 | 6301 | | }; |
| 1 | 6302 | | public static readonly ListedLicense NCL = new ListedLicense |
| 1 | 6303 | | { |
| 1 | 6304 | | SpdxId = new Uri("http://spdx.org/licenses/NCL"), |
| 1 | 6305 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6306 | | SeeAlso = [ |
| 1 | 6307 | | new Uri("https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pfff |
| 1 | 6308 | | ], |
| 1 | 6309 | | LicenseText = ReadResource("NCL.fulltext.txt"), |
| 1 | 6310 | | StandardLicenseTemplate = ReadResource("NCL.template.txt"), |
| 1 | 6311 | | Catalog = _creationInfo.Catalog, |
| 1 | 6312 | | CreationInfo = _creationInfo |
| 1 | 6313 | | }; |
| 1 | 6314 | | public static readonly ListedLicense NCSA = new ListedLicense |
| 1 | 6315 | | { |
| 1 | 6316 | | SpdxId = new Uri("http://spdx.org/licenses/NCSA"), |
| 1 | 6317 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6318 | | SeeAlso = [ |
| 1 | 6319 | | new Uri("http://otm.illinois.edu/uiuc_openSource"), |
| 1 | 6320 | | new Uri("https://opensource.org/licenses/NCSA") |
| 1 | 6321 | | ], |
| 1 | 6322 | | LicenseText = ReadResource("NCSA.fulltext.txt"), |
| 1 | 6323 | | StandardLicenseTemplate = ReadResource("NCSA.template.txt"), |
| 1 | 6324 | | IsFsfLibre = true, |
| 1 | 6325 | | IsOsiApproved = true, |
| 1 | 6326 | | Catalog = _creationInfo.Catalog, |
| 1 | 6327 | | CreationInfo = _creationInfo |
| 1 | 6328 | | }; |
| 1 | 6329 | | public static readonly ListedLicense NET_SNMP = new ListedLicense |
| 1 | 6330 | | { |
| 1 | 6331 | | SpdxId = new Uri("http://spdx.org/licenses/Net-SNMP"), |
| 1 | 6332 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6333 | | SeeAlso = [ |
| 1 | 6334 | | new Uri("http://net-snmp.sourceforge.net/about/license.html") |
| 1 | 6335 | | ], |
| 1 | 6336 | | LicenseText = ReadResource("Net-SNMP.fulltext.txt"), |
| 1 | 6337 | | StandardLicenseTemplate = ReadResource("Net-SNMP.template.txt"), |
| 1 | 6338 | | Comment = "DEPRECATED: The Net-SNMP license id represented the license stack of 9 licenses found at https://net- |
| 1 | 6339 | | IsDeprecatedLicenseId = true, |
| 1 | 6340 | | DeprecatedVersion = "3.25.0", |
| 1 | 6341 | | Catalog = _creationInfo.Catalog, |
| 1 | 6342 | | CreationInfo = _creationInfo |
| 1 | 6343 | | }; |
| 1 | 6344 | | public static readonly ListedLicense NETCDF = new ListedLicense |
| 1 | 6345 | | { |
| 1 | 6346 | | SpdxId = new Uri("http://spdx.org/licenses/NetCDF"), |
| 1 | 6347 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6348 | | SeeAlso = [ |
| 1 | 6349 | | new Uri("http://www.unidata.ucar.edu/software/netcdf/copyright.html") |
| 1 | 6350 | | ], |
| 1 | 6351 | | LicenseText = ReadResource("NetCDF.fulltext.txt"), |
| 1 | 6352 | | StandardLicenseTemplate = ReadResource("NetCDF.template.txt"), |
| 1 | 6353 | | Catalog = _creationInfo.Catalog, |
| 1 | 6354 | | CreationInfo = _creationInfo |
| 1 | 6355 | | }; |
| 1 | 6356 | | public static readonly ListedLicense NEWSLETR = new ListedLicense |
| 1 | 6357 | | { |
| 1 | 6358 | | SpdxId = new Uri("http://spdx.org/licenses/Newsletr"), |
| 1 | 6359 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6360 | | SeeAlso = [ |
| 1 | 6361 | | new Uri("https://fedoraproject.org/wiki/Licensing/Newsletr") |
| 1 | 6362 | | ], |
| 1 | 6363 | | LicenseText = ReadResource("Newsletr.fulltext.txt"), |
| 1 | 6364 | | StandardLicenseTemplate = ReadResource("Newsletr.template.txt"), |
| 1 | 6365 | | Catalog = _creationInfo.Catalog, |
| 1 | 6366 | | CreationInfo = _creationInfo |
| 1 | 6367 | | }; |
| 1 | 6368 | | public static readonly ListedLicense NGPL = new ListedLicense |
| 1 | 6369 | | { |
| 1 | 6370 | | SpdxId = new Uri("http://spdx.org/licenses/NGPL"), |
| 1 | 6371 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6372 | | SeeAlso = [ |
| 1 | 6373 | | new Uri("https://opensource.org/licenses/NGPL") |
| 1 | 6374 | | ], |
| 1 | 6375 | | LicenseText = ReadResource("NGPL.fulltext.txt"), |
| 1 | 6376 | | StandardLicenseTemplate = ReadResource("NGPL.template.txt"), |
| 1 | 6377 | | Catalog = _creationInfo.Catalog, |
| 1 | 6378 | | CreationInfo = _creationInfo |
| 1 | 6379 | | }; |
| 1 | 6380 | | public static readonly ListedLicense NICTA_1_0 = new ListedLicense |
| 1 | 6381 | | { |
| 1 | 6382 | | SpdxId = new Uri("http://spdx.org/licenses/NICTA-1.0"), |
| 1 | 6383 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6384 | | SeeAlso = [ |
| 1 | 6385 | | new Uri("https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt") |
| 1 | 6386 | | ], |
| 1 | 6387 | | LicenseText = ReadResource("NICTA-1.0.fulltext.txt"), |
| 1 | 6388 | | StandardLicenseTemplate = ReadResource("NICTA-1.0.template.txt"), |
| 1 | 6389 | | Catalog = _creationInfo.Catalog, |
| 1 | 6390 | | CreationInfo = _creationInfo |
| 1 | 6391 | | }; |
| 1 | 6392 | | public static readonly ListedLicense NIST_PD = new ListedLicense |
| 1 | 6393 | | { |
| 1 | 6394 | | SpdxId = new Uri("http://spdx.org/licenses/NIST-PD"), |
| 1 | 6395 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6396 | | SeeAlso = [ |
| 1 | 6397 | | new Uri("https://github.com/tcheneau/Routing/blob/f09f46fcfe636107f22f2c98348188a65a135d98/README.md"), |
| 1 | 6398 | | new Uri("https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt") |
| 1 | 6399 | | ], |
| 1 | 6400 | | LicenseText = ReadResource("NIST-PD.fulltext.txt"), |
| 1 | 6401 | | StandardLicenseTemplate = ReadResource("NIST-PD.template.txt"), |
| 1 | 6402 | | Catalog = _creationInfo.Catalog, |
| 1 | 6403 | | CreationInfo = _creationInfo |
| 1 | 6404 | | }; |
| 1 | 6405 | | public static readonly ListedLicense NIST_PD_FALLBACK = new ListedLicense |
| 1 | 6406 | | { |
| 1 | 6407 | | SpdxId = new Uri("http://spdx.org/licenses/NIST-PD-fallback"), |
| 1 | 6408 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6409 | | SeeAlso = [ |
| 1 | 6410 | | new Uri("https://github.com/usnistgov/fipy/blob/86aaa5c2ba2c6f1be19593c5986071cf6568cc34/LICENSE.rst"), |
| 1 | 6411 | | new Uri("https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE") |
| 1 | 6412 | | ], |
| 1 | 6413 | | LicenseText = ReadResource("NIST-PD-fallback.fulltext.txt"), |
| 1 | 6414 | | StandardLicenseTemplate = ReadResource("NIST-PD-fallback.template.txt"), |
| 1 | 6415 | | Catalog = _creationInfo.Catalog, |
| 1 | 6416 | | CreationInfo = _creationInfo |
| 1 | 6417 | | }; |
| 1 | 6418 | | public static readonly ListedLicense NIST_SOFTWARE = new ListedLicense |
| 1 | 6419 | | { |
| 1 | 6420 | | SpdxId = new Uri("http://spdx.org/licenses/NIST-Software"), |
| 1 | 6421 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6422 | | SeeAlso = [ |
| 1 | 6423 | | new Uri("https://github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/commo |
| 1 | 6424 | | ], |
| 1 | 6425 | | LicenseText = ReadResource("NIST-Software.fulltext.txt"), |
| 1 | 6426 | | StandardLicenseTemplate = ReadResource("NIST-Software.template.txt"), |
| 1 | 6427 | | Catalog = _creationInfo.Catalog, |
| 1 | 6428 | | CreationInfo = _creationInfo |
| 1 | 6429 | | }; |
| 1 | 6430 | | public static readonly ListedLicense NLOD_1_0 = new ListedLicense |
| 1 | 6431 | | { |
| 1 | 6432 | | SpdxId = new Uri("http://spdx.org/licenses/NLOD-1.0"), |
| 1 | 6433 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6434 | | SeeAlso = [ |
| 1 | 6435 | | new Uri("http://data.norge.no/nlod/en/1.0") |
| 1 | 6436 | | ], |
| 1 | 6437 | | LicenseText = ReadResource("NLOD-1.0.fulltext.txt"), |
| 1 | 6438 | | StandardLicenseTemplate = ReadResource("NLOD-1.0.template.txt"), |
| 1 | 6439 | | Comment = "Norwegian translation available here: http://data.norge.no/nlod/no/1.0", |
| 1 | 6440 | | Catalog = _creationInfo.Catalog, |
| 1 | 6441 | | CreationInfo = _creationInfo |
| 1 | 6442 | | }; |
| 1 | 6443 | | public static readonly ListedLicense NLOD_2_0 = new ListedLicense |
| 1 | 6444 | | { |
| 1 | 6445 | | SpdxId = new Uri("http://spdx.org/licenses/NLOD-2.0"), |
| 1 | 6446 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6447 | | SeeAlso = [ |
| 1 | 6448 | | new Uri("http://data.norge.no/nlod/en/2.0") |
| 1 | 6449 | | ], |
| 1 | 6450 | | LicenseText = ReadResource("NLOD-2.0.fulltext.txt"), |
| 1 | 6451 | | StandardLicenseTemplate = ReadResource("NLOD-2.0.template.txt"), |
| 1 | 6452 | | Comment = "Norwegian translation available here: http://data.norge.no/nlod/no/2.0", |
| 1 | 6453 | | Catalog = _creationInfo.Catalog, |
| 1 | 6454 | | CreationInfo = _creationInfo |
| 1 | 6455 | | }; |
| 1 | 6456 | | public static readonly ListedLicense NLPL = new ListedLicense |
| 1 | 6457 | | { |
| 1 | 6458 | | SpdxId = new Uri("http://spdx.org/licenses/NLPL"), |
| 1 | 6459 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6460 | | SeeAlso = [ |
| 1 | 6461 | | new Uri("https://fedoraproject.org/wiki/Licensing/NLPL") |
| 1 | 6462 | | ], |
| 1 | 6463 | | LicenseText = ReadResource("NLPL.fulltext.txt"), |
| 1 | 6464 | | StandardLicenseTemplate = ReadResource("NLPL.template.txt"), |
| 1 | 6465 | | Catalog = _creationInfo.Catalog, |
| 1 | 6466 | | CreationInfo = _creationInfo |
| 1 | 6467 | | }; |
| 1 | 6468 | | public static readonly ListedLicense NOKIA = new ListedLicense |
| 1 | 6469 | | { |
| 1 | 6470 | | SpdxId = new Uri("http://spdx.org/licenses/Nokia"), |
| 1 | 6471 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6472 | | SeeAlso = [ |
| 1 | 6473 | | new Uri("https://opensource.org/licenses/nokia") |
| 1 | 6474 | | ], |
| 1 | 6475 | | LicenseText = ReadResource("Nokia.fulltext.txt"), |
| 1 | 6476 | | StandardLicenseTemplate = ReadResource("Nokia.template.txt"), |
| 1 | 6477 | | IsFsfLibre = true, |
| 1 | 6478 | | IsOsiApproved = true, |
| 1 | 6479 | | Catalog = _creationInfo.Catalog, |
| 1 | 6480 | | CreationInfo = _creationInfo |
| 1 | 6481 | | }; |
| 1 | 6482 | | public static readonly ListedLicense NOSL = new ListedLicense |
| 1 | 6483 | | { |
| 1 | 6484 | | SpdxId = new Uri("http://spdx.org/licenses/NOSL"), |
| 1 | 6485 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6486 | | SeeAlso = [ |
| 1 | 6487 | | new Uri("http://bits.netizen.com.au/licenses/NOSL/nosl.txt") |
| 1 | 6488 | | ], |
| 1 | 6489 | | LicenseText = ReadResource("NOSL.fulltext.txt"), |
| 1 | 6490 | | StandardLicenseTemplate = ReadResource("NOSL.template.txt"), |
| 1 | 6491 | | Comment = "This license is essentially a rebranded version of MPL-1.1, but with some important changes. The adde |
| 1 | 6492 | | IsFsfLibre = true, |
| 1 | 6493 | | IsOsiApproved = false, |
| 1 | 6494 | | Catalog = _creationInfo.Catalog, |
| 1 | 6495 | | CreationInfo = _creationInfo |
| 1 | 6496 | | }; |
| 1 | 6497 | | public static readonly ListedLicense NOWEB = new ListedLicense |
| 1 | 6498 | | { |
| 1 | 6499 | | SpdxId = new Uri("http://spdx.org/licenses/Noweb"), |
| 1 | 6500 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6501 | | SeeAlso = [ |
| 1 | 6502 | | new Uri("https://fedoraproject.org/wiki/Licensing/Noweb") |
| 1 | 6503 | | ], |
| 1 | 6504 | | LicenseText = ReadResource("Noweb.fulltext.txt"), |
| 1 | 6505 | | StandardLicenseTemplate = ReadResource("Noweb.template.txt"), |
| 1 | 6506 | | Catalog = _creationInfo.Catalog, |
| 1 | 6507 | | CreationInfo = _creationInfo |
| 1 | 6508 | | }; |
| 1 | 6509 | | public static readonly ListedLicense NPL_1_0 = new ListedLicense |
| 1 | 6510 | | { |
| 1 | 6511 | | SpdxId = new Uri("http://spdx.org/licenses/NPL-1.0"), |
| 1 | 6512 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6513 | | SeeAlso = [ |
| 1 | 6514 | | new Uri("http://www.mozilla.org/MPL/NPL/1.0/") |
| 1 | 6515 | | ], |
| 1 | 6516 | | LicenseText = ReadResource("NPL-1.0.fulltext.txt"), |
| 1 | 6517 | | StandardLicenseTemplate = ReadResource("NPL-1.0.template.txt"), |
| 1 | 6518 | | IsFsfLibre = true, |
| 1 | 6519 | | IsOsiApproved = false, |
| 1 | 6520 | | Catalog = _creationInfo.Catalog, |
| 1 | 6521 | | CreationInfo = _creationInfo |
| 1 | 6522 | | }; |
| 1 | 6523 | | public static readonly ListedLicense NPL_1_1 = new ListedLicense |
| 1 | 6524 | | { |
| 1 | 6525 | | SpdxId = new Uri("http://spdx.org/licenses/NPL-1.1"), |
| 1 | 6526 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6527 | | SeeAlso = [ |
| 1 | 6528 | | new Uri("http://www.mozilla.org/MPL/NPL/1.1/") |
| 1 | 6529 | | ], |
| 1 | 6530 | | LicenseText = ReadResource("NPL-1.1.fulltext.txt"), |
| 1 | 6531 | | StandardLicenseTemplate = ReadResource("NPL-1.1.template.txt"), |
| 1 | 6532 | | IsFsfLibre = true, |
| 1 | 6533 | | IsOsiApproved = false, |
| 1 | 6534 | | Catalog = _creationInfo.Catalog, |
| 1 | 6535 | | CreationInfo = _creationInfo |
| 1 | 6536 | | }; |
| 1 | 6537 | | public static readonly ListedLicense NPOSL_3_0 = new ListedLicense |
| 1 | 6538 | | { |
| 1 | 6539 | | SpdxId = new Uri("http://spdx.org/licenses/NPOSL-3.0"), |
| 1 | 6540 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6541 | | SeeAlso = [ |
| 1 | 6542 | | new Uri("https://opensource.org/licenses/NOSL3.0") |
| 1 | 6543 | | ], |
| 1 | 6544 | | LicenseText = ReadResource("NPOSL-3.0.fulltext.txt"), |
| 1 | 6545 | | StandardLicenseTemplate = ReadResource("NPOSL-3.0.template.txt"), |
| 1 | 6546 | | Catalog = _creationInfo.Catalog, |
| 1 | 6547 | | CreationInfo = _creationInfo |
| 1 | 6548 | | }; |
| 1 | 6549 | | public static readonly ListedLicense NRL = new ListedLicense |
| 1 | 6550 | | { |
| 1 | 6551 | | SpdxId = new Uri("http://spdx.org/licenses/NRL"), |
| 1 | 6552 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6553 | | SeeAlso = [ |
| 1 | 6554 | | new Uri("http://web.mit.edu/network/isakmp/nrllicense.html") |
| 1 | 6555 | | ], |
| 1 | 6556 | | LicenseText = ReadResource("NRL.fulltext.txt"), |
| 1 | 6557 | | StandardLicenseTemplate = ReadResource("NRL.template.txt"), |
| 1 | 6558 | | Catalog = _creationInfo.Catalog, |
| 1 | 6559 | | CreationInfo = _creationInfo |
| 1 | 6560 | | }; |
| 1 | 6561 | | public static readonly ListedLicense NTIA_PD = new ListedLicense |
| 1 | 6562 | | { |
| 1 | 6563 | | SpdxId = new Uri("http://spdx.org/licenses/NTIA-PD"), |
| 1 | 6564 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6565 | | SeeAlso = [ |
| 1 | 6566 | | new Uri("https://raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md"), |
| 1 | 6567 | | new Uri("https://raw.githubusercontent.com/NTIA/scos-sensor/refs/heads/master/LICENSE.md") |
| 1 | 6568 | | ], |
| 1 | 6569 | | LicenseText = ReadResource("NTIA-PD.fulltext.txt"), |
| 1 | 6570 | | StandardLicenseTemplate = ReadResource("NTIA-PD.template.txt"), |
| 1 | 6571 | | Comment = "The public domain dedication text is very similar to 'NIST-PD' but this license is for a different US |
| 1 | 6572 | | Catalog = _creationInfo.Catalog, |
| 1 | 6573 | | CreationInfo = _creationInfo |
| 1 | 6574 | | }; |
| 1 | 6575 | | public static readonly ListedLicense NTP = new ListedLicense |
| 1 | 6576 | | { |
| 1 | 6577 | | SpdxId = new Uri("http://spdx.org/licenses/NTP"), |
| 1 | 6578 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6579 | | SeeAlso = [ |
| 1 | 6580 | | new Uri("https://opensource.org/licenses/NTP") |
| 1 | 6581 | | ], |
| 1 | 6582 | | LicenseText = ReadResource("NTP.fulltext.txt"), |
| 1 | 6583 | | StandardLicenseTemplate = ReadResource("NTP.template.txt"), |
| 1 | 6584 | | Catalog = _creationInfo.Catalog, |
| 1 | 6585 | | CreationInfo = _creationInfo |
| 1 | 6586 | | }; |
| 1 | 6587 | | public static readonly ListedLicense NTP_0 = new ListedLicense |
| 1 | 6588 | | { |
| 1 | 6589 | | SpdxId = new Uri("http://spdx.org/licenses/NTP-0"), |
| 1 | 6590 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6591 | | SeeAlso = [ |
| 1 | 6592 | | new Uri("https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c") |
| 1 | 6593 | | ], |
| 1 | 6594 | | LicenseText = ReadResource("NTP-0.fulltext.txt"), |
| 1 | 6595 | | StandardLicenseTemplate = ReadResource("NTP-0.template.txt"), |
| 1 | 6596 | | Comment = "This license is similar to NTP, but it omits the language regarding reproduction of copyright and per |
| 1 | 6597 | | Catalog = _creationInfo.Catalog, |
| 1 | 6598 | | CreationInfo = _creationInfo |
| 1 | 6599 | | }; |
| 1 | 6600 | | public static readonly ListedLicense NUNIT = new ListedLicense |
| 1 | 6601 | | { |
| 1 | 6602 | | SpdxId = new Uri("http://spdx.org/licenses/Nunit"), |
| 1 | 6603 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6604 | | SeeAlso = [ |
| 1 | 6605 | | new Uri("https://fedoraproject.org/wiki/Licensing/Nunit") |
| 1 | 6606 | | ], |
| 1 | 6607 | | LicenseText = ReadResource("Nunit.fulltext.txt"), |
| 1 | 6608 | | StandardLicenseTemplate = ReadResource("Nunit.template.txt"), |
| 1 | 6609 | | IsFsfLibre = true, |
| 1 | 6610 | | IsOsiApproved = false, |
| 1 | 6611 | | IsDeprecatedLicenseId = true, |
| 1 | 6612 | | DeprecatedVersion = "3.0", |
| 1 | 6613 | | Catalog = _creationInfo.Catalog, |
| 1 | 6614 | | CreationInfo = _creationInfo |
| 1 | 6615 | | }; |
| 1 | 6616 | | public static readonly ListedLicense O_UDA_1_0 = new ListedLicense |
| 1 | 6617 | | { |
| 1 | 6618 | | SpdxId = new Uri("http://spdx.org/licenses/O-UDA-1.0"), |
| 1 | 6619 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6620 | | SeeAlso = [ |
| 1 | 6621 | | new Uri("https://cdla.dev/open-use-of-data-agreement-v1-0/"), |
| 1 | 6622 | | new Uri("https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md") |
| 1 | 6623 | | ], |
| 1 | 6624 | | LicenseText = ReadResource("O-UDA-1.0.fulltext.txt"), |
| 1 | 6625 | | StandardLicenseTemplate = ReadResource("O-UDA-1.0.template.txt"), |
| 1 | 6626 | | Catalog = _creationInfo.Catalog, |
| 1 | 6627 | | CreationInfo = _creationInfo |
| 1 | 6628 | | }; |
| 1 | 6629 | | public static readonly ListedLicense OAR = new ListedLicense |
| 1 | 6630 | | { |
| 1 | 6631 | | SpdxId = new Uri("http://spdx.org/licenses/OAR"), |
| 1 | 6632 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6633 | | SeeAlso = [ |
| 1 | 6634 | | new Uri("https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/string/strsignal.c;hb=HEAD#l35 |
| 1 | 6635 | | ], |
| 1 | 6636 | | LicenseText = ReadResource("OAR.fulltext.txt"), |
| 1 | 6637 | | StandardLicenseTemplate = ReadResource("OAR.template.txt"), |
| 1 | 6638 | | Catalog = _creationInfo.Catalog, |
| 1 | 6639 | | CreationInfo = _creationInfo |
| 1 | 6640 | | }; |
| 1 | 6641 | | public static readonly ListedLicense OCCT_PL = new ListedLicense |
| 1 | 6642 | | { |
| 1 | 6643 | | SpdxId = new Uri("http://spdx.org/licenses/OCCT-PL"), |
| 1 | 6644 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6645 | | SeeAlso = [ |
| 1 | 6646 | | new Uri("http://www.opencascade.com/content/occt-public-license") |
| 1 | 6647 | | ], |
| 1 | 6648 | | LicenseText = ReadResource("OCCT-PL.fulltext.txt"), |
| 1 | 6649 | | StandardLicenseTemplate = ReadResource("OCCT-PL.template.txt"), |
| 1 | 6650 | | Catalog = _creationInfo.Catalog, |
| 1 | 6651 | | CreationInfo = _creationInfo |
| 1 | 6652 | | }; |
| 1 | 6653 | | public static readonly ListedLicense OCLC_2_0 = new ListedLicense |
| 1 | 6654 | | { |
| 1 | 6655 | | SpdxId = new Uri("http://spdx.org/licenses/OCLC-2.0"), |
| 1 | 6656 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6657 | | SeeAlso = [ |
| 1 | 6658 | | new Uri("http://www.oclc.org/research/activities/software/license/v2final.htm"), |
| 1 | 6659 | | new Uri("https://opensource.org/licenses/OCLC-2.0") |
| 1 | 6660 | | ], |
| 1 | 6661 | | LicenseText = ReadResource("OCLC-2.0.fulltext.txt"), |
| 1 | 6662 | | StandardLicenseTemplate = ReadResource("OCLC-2.0.template.txt"), |
| 1 | 6663 | | StandardLicenseHeader = ReadResource("OCLC-2.0.header.txt"), |
| 1 | 6664 | | Comment = "This license was released: May 2002", |
| 1 | 6665 | | Catalog = _creationInfo.Catalog, |
| 1 | 6666 | | CreationInfo = _creationInfo |
| 1 | 6667 | | }; |
| 1 | 6668 | | public static readonly ListedLicense ODBL_1_0 = new ListedLicense |
| 1 | 6669 | | { |
| 1 | 6670 | | SpdxId = new Uri("http://spdx.org/licenses/ODbL-1.0"), |
| 1 | 6671 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6672 | | SeeAlso = [ |
| 1 | 6673 | | new Uri("http://www.opendatacommons.org/licenses/odbl/1.0/"), |
| 1 | 6674 | | new Uri("https://opendatacommons.org/licenses/odbl/1-0/") |
| 1 | 6675 | | ], |
| 1 | 6676 | | LicenseText = ReadResource("ODbL-1.0.fulltext.txt"), |
| 1 | 6677 | | StandardLicenseTemplate = ReadResource("ODbL-1.0.template.txt"), |
| 1 | 6678 | | IsFsfLibre = true, |
| 1 | 6679 | | IsOsiApproved = false, |
| 1 | 6680 | | Catalog = _creationInfo.Catalog, |
| 1 | 6681 | | CreationInfo = _creationInfo |
| 1 | 6682 | | }; |
| 1 | 6683 | | public static readonly ListedLicense ODC_BY_1_0 = new ListedLicense |
| 1 | 6684 | | { |
| 1 | 6685 | | SpdxId = new Uri("http://spdx.org/licenses/ODC-By-1.0"), |
| 1 | 6686 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6687 | | SeeAlso = [ |
| 1 | 6688 | | new Uri("https://opendatacommons.org/licenses/by/1.0/") |
| 1 | 6689 | | ], |
| 1 | 6690 | | LicenseText = ReadResource("ODC-By-1.0.fulltext.txt"), |
| 1 | 6691 | | StandardLicenseTemplate = ReadResource("ODC-By-1.0.template.txt"), |
| 1 | 6692 | | Catalog = _creationInfo.Catalog, |
| 1 | 6693 | | CreationInfo = _creationInfo |
| 1 | 6694 | | }; |
| 1 | 6695 | | public static readonly ListedLicense OFFIS = new ListedLicense |
| 1 | 6696 | | { |
| 1 | 6697 | | SpdxId = new Uri("http://spdx.org/licenses/OFFIS"), |
| 1 | 6698 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6699 | | SeeAlso = [ |
| 1 | 6700 | | new Uri("https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README") |
| 1 | 6701 | | ], |
| 1 | 6702 | | LicenseText = ReadResource("OFFIS.fulltext.txt"), |
| 1 | 6703 | | StandardLicenseTemplate = ReadResource("OFFIS.template.txt"), |
| 1 | 6704 | | Catalog = _creationInfo.Catalog, |
| 1 | 6705 | | CreationInfo = _creationInfo |
| 1 | 6706 | | }; |
| 1 | 6707 | | public static readonly ListedLicense OFL_1_0 = new ListedLicense |
| 1 | 6708 | | { |
| 1 | 6709 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.0"), |
| 1 | 6710 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6711 | | SeeAlso = [ |
| 1 | 6712 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web") |
| 1 | 6713 | | ], |
| 1 | 6714 | | LicenseText = ReadResource("OFL-1.0.fulltext.txt"), |
| 1 | 6715 | | StandardLicenseTemplate = ReadResource("OFL-1.0.template.txt"), |
| 1 | 6716 | | Comment = "This license has been superseded. This license was released in November 2005. The identifier OFL-1.0 |
| 1 | 6717 | | IsFsfLibre = true, |
| 1 | 6718 | | IsOsiApproved = false, |
| 1 | 6719 | | Catalog = _creationInfo.Catalog, |
| 1 | 6720 | | CreationInfo = _creationInfo |
| 1 | 6721 | | }; |
| 1 | 6722 | | public static readonly ListedLicense OFL_1_0_NO_RFN = new ListedLicense |
| 1 | 6723 | | { |
| 1 | 6724 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.0-no-RFN"), |
| 1 | 6725 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6726 | | SeeAlso = [ |
| 1 | 6727 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web") |
| 1 | 6728 | | ], |
| 1 | 6729 | | LicenseText = ReadResource("OFL-1.0-no-RFN.fulltext.txt"), |
| 1 | 6730 | | StandardLicenseTemplate = ReadResource("OFL-1.0-no-RFN.template.txt"), |
| 1 | 6731 | | Comment = "This license has been superseded. This license was released in November 2005. The identifier OFL-1.0- |
| 1 | 6732 | | Catalog = _creationInfo.Catalog, |
| 1 | 6733 | | CreationInfo = _creationInfo |
| 1 | 6734 | | }; |
| 1 | 6735 | | public static readonly ListedLicense OFL_1_0_RFN = new ListedLicense |
| 1 | 6736 | | { |
| 1 | 6737 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.0-RFN"), |
| 1 | 6738 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6739 | | SeeAlso = [ |
| 1 | 6740 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web") |
| 1 | 6741 | | ], |
| 1 | 6742 | | LicenseText = ReadResource("OFL-1.0-RFN.fulltext.txt"), |
| 1 | 6743 | | StandardLicenseTemplate = ReadResource("OFL-1.0-RFN.template.txt"), |
| 1 | 6744 | | Comment = "This license has been superseded. This license was released in November 2005. The identifier OFL-1.0- |
| 1 | 6745 | | Catalog = _creationInfo.Catalog, |
| 1 | 6746 | | CreationInfo = _creationInfo |
| 1 | 6747 | | }; |
| 1 | 6748 | | public static readonly ListedLicense OFL_1_1 = new ListedLicense |
| 1 | 6749 | | { |
| 1 | 6750 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.1"), |
| 1 | 6751 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6752 | | SeeAlso = [ |
| 1 | 6753 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"), |
| 1 | 6754 | | new Uri("https://opensource.org/licenses/OFL-1.1") |
| 1 | 6755 | | ], |
| 1 | 6756 | | LicenseText = ReadResource("OFL-1.1.fulltext.txt"), |
| 1 | 6757 | | StandardLicenseTemplate = ReadResource("OFL-1.1.template.txt"), |
| 1 | 6758 | | Comment = "This license was released 26 February 2007. The identifier OFL-1.1 can be used to indicate that versi |
| 1 | 6759 | | IsFsfLibre = true, |
| 1 | 6760 | | IsOsiApproved = true, |
| 1 | 6761 | | Catalog = _creationInfo.Catalog, |
| 1 | 6762 | | CreationInfo = _creationInfo |
| 1 | 6763 | | }; |
| 1 | 6764 | | public static readonly ListedLicense OFL_1_1_NO_RFN = new ListedLicense |
| 1 | 6765 | | { |
| 1 | 6766 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.1-no-RFN"), |
| 1 | 6767 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6768 | | SeeAlso = [ |
| 1 | 6769 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"), |
| 1 | 6770 | | new Uri("https://opensource.org/licenses/OFL-1.1") |
| 1 | 6771 | | ], |
| 1 | 6772 | | LicenseText = ReadResource("OFL-1.1-no-RFN.fulltext.txt"), |
| 1 | 6773 | | StandardLicenseTemplate = ReadResource("OFL-1.1-no-RFN.template.txt"), |
| 1 | 6774 | | Comment = "This license was released 26 February 2007. The identifier OFL-1.1-no-RFN should only be used when th |
| 1 | 6775 | | Catalog = _creationInfo.Catalog, |
| 1 | 6776 | | CreationInfo = _creationInfo |
| 1 | 6777 | | }; |
| 1 | 6778 | | public static readonly ListedLicense OFL_1_1_RFN = new ListedLicense |
| 1 | 6779 | | { |
| 1 | 6780 | | SpdxId = new Uri("http://spdx.org/licenses/OFL-1.1-RFN"), |
| 1 | 6781 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6782 | | SeeAlso = [ |
| 1 | 6783 | | new Uri("http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"), |
| 1 | 6784 | | new Uri("https://opensource.org/licenses/OFL-1.1") |
| 1 | 6785 | | ], |
| 1 | 6786 | | LicenseText = ReadResource("OFL-1.1-RFN.fulltext.txt"), |
| 1 | 6787 | | StandardLicenseTemplate = ReadResource("OFL-1.1-RFN.template.txt"), |
| 1 | 6788 | | Comment = "This license was released 26 February 2007. The identifier OFL-1.1-RFN should only be used when a Res |
| 1 | 6789 | | Catalog = _creationInfo.Catalog, |
| 1 | 6790 | | CreationInfo = _creationInfo |
| 1 | 6791 | | }; |
| 1 | 6792 | | public static readonly ListedLicense OGC_1_0 = new ListedLicense |
| 1 | 6793 | | { |
| 1 | 6794 | | SpdxId = new Uri("http://spdx.org/licenses/OGC-1.0"), |
| 1 | 6795 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6796 | | SeeAlso = [ |
| 1 | 6797 | | new Uri("https://www.ogc.org/ogc/software/1.0") |
| 1 | 6798 | | ], |
| 1 | 6799 | | LicenseText = ReadResource("OGC-1.0.fulltext.txt"), |
| 1 | 6800 | | StandardLicenseTemplate = ReadResource("OGC-1.0.template.txt"), |
| 1 | 6801 | | Catalog = _creationInfo.Catalog, |
| 1 | 6802 | | CreationInfo = _creationInfo |
| 1 | 6803 | | }; |
| 1 | 6804 | | public static readonly ListedLicense OGDL_TAIWAN_1_0 = new ListedLicense |
| 1 | 6805 | | { |
| 1 | 6806 | | SpdxId = new Uri("http://spdx.org/licenses/OGDL-Taiwan-1.0"), |
| 1 | 6807 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6808 | | SeeAlso = [ |
| 1 | 6809 | | new Uri("https://data.gov.tw/license") |
| 1 | 6810 | | ], |
| 1 | 6811 | | LicenseText = ReadResource("OGDL-Taiwan-1.0.fulltext.txt"), |
| 1 | 6812 | | StandardLicenseTemplate = ReadResource("OGDL-Taiwan-1.0.template.txt"), |
| 1 | 6813 | | Comment = "Both the Chinese and English translations of this license have been included in the markup.", |
| 1 | 6814 | | Catalog = _creationInfo.Catalog, |
| 1 | 6815 | | CreationInfo = _creationInfo |
| 1 | 6816 | | }; |
| 1 | 6817 | | public static readonly ListedLicense OGL_CANADA_2_0 = new ListedLicense |
| 1 | 6818 | | { |
| 1 | 6819 | | SpdxId = new Uri("http://spdx.org/licenses/OGL-Canada-2.0"), |
| 1 | 6820 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6821 | | SeeAlso = [ |
| 1 | 6822 | | new Uri("https://open.canada.ca/en/open-government-licence-canada") |
| 1 | 6823 | | ], |
| 1 | 6824 | | LicenseText = ReadResource("OGL-Canada-2.0.fulltext.txt"), |
| 1 | 6825 | | StandardLicenseTemplate = ReadResource("OGL-Canada-2.0.template.txt"), |
| 1 | 6826 | | Catalog = _creationInfo.Catalog, |
| 1 | 6827 | | CreationInfo = _creationInfo |
| 1 | 6828 | | }; |
| 1 | 6829 | | public static readonly ListedLicense OGL_UK_1_0 = new ListedLicense |
| 1 | 6830 | | { |
| 1 | 6831 | | SpdxId = new Uri("http://spdx.org/licenses/OGL-UK-1.0"), |
| 1 | 6832 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6833 | | SeeAlso = [ |
| 1 | 6834 | | new Uri("http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/") |
| 1 | 6835 | | ], |
| 1 | 6836 | | LicenseText = ReadResource("OGL-UK-1.0.fulltext.txt"), |
| 1 | 6837 | | StandardLicenseTemplate = ReadResource("OGL-UK-1.0.template.txt"), |
| 1 | 6838 | | Catalog = _creationInfo.Catalog, |
| 1 | 6839 | | CreationInfo = _creationInfo |
| 1 | 6840 | | }; |
| 1 | 6841 | | public static readonly ListedLicense OGL_UK_2_0 = new ListedLicense |
| 1 | 6842 | | { |
| 1 | 6843 | | SpdxId = new Uri("http://spdx.org/licenses/OGL-UK-2.0"), |
| 1 | 6844 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6845 | | SeeAlso = [ |
| 1 | 6846 | | new Uri("http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/") |
| 1 | 6847 | | ], |
| 1 | 6848 | | LicenseText = ReadResource("OGL-UK-2.0.fulltext.txt"), |
| 1 | 6849 | | StandardLicenseTemplate = ReadResource("OGL-UK-2.0.template.txt"), |
| 1 | 6850 | | Catalog = _creationInfo.Catalog, |
| 1 | 6851 | | CreationInfo = _creationInfo |
| 1 | 6852 | | }; |
| 1 | 6853 | | public static readonly ListedLicense OGL_UK_3_0 = new ListedLicense |
| 1 | 6854 | | { |
| 1 | 6855 | | SpdxId = new Uri("http://spdx.org/licenses/OGL-UK-3.0"), |
| 1 | 6856 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6857 | | SeeAlso = [ |
| 1 | 6858 | | new Uri("http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/") |
| 1 | 6859 | | ], |
| 1 | 6860 | | LicenseText = ReadResource("OGL-UK-3.0.fulltext.txt"), |
| 1 | 6861 | | StandardLicenseTemplate = ReadResource("OGL-UK-3.0.template.txt"), |
| 1 | 6862 | | Comment = "A Welsh translation of this license is available: http://www.nationalarchives.gov.uk/doc/open-governm |
| 1 | 6863 | | Catalog = _creationInfo.Catalog, |
| 1 | 6864 | | CreationInfo = _creationInfo |
| 1 | 6865 | | }; |
| 1 | 6866 | | public static readonly ListedLicense OGTSL = new ListedLicense |
| 1 | 6867 | | { |
| 1 | 6868 | | SpdxId = new Uri("http://spdx.org/licenses/OGTSL"), |
| 1 | 6869 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6870 | | SeeAlso = [ |
| 1 | 6871 | | new Uri("http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt"), |
| 1 | 6872 | | new Uri("https://opensource.org/licenses/OGTSL") |
| 1 | 6873 | | ], |
| 1 | 6874 | | LicenseText = ReadResource("OGTSL.fulltext.txt"), |
| 1 | 6875 | | StandardLicenseTemplate = ReadResource("OGTSL.template.txt"), |
| 1 | 6876 | | Catalog = _creationInfo.Catalog, |
| 1 | 6877 | | CreationInfo = _creationInfo |
| 1 | 6878 | | }; |
| 1 | 6879 | | public static readonly ListedLicense OLDAP_1_1 = new ListedLicense |
| 1 | 6880 | | { |
| 1 | 6881 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-1.1"), |
| 1 | 6882 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6883 | | SeeAlso = [ |
| 1 | 6884 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5 |
| 1 | 6885 | | ], |
| 1 | 6886 | | LicenseText = ReadResource("OLDAP-1.1.fulltext.txt"), |
| 1 | 6887 | | StandardLicenseTemplate = ReadResource("OLDAP-1.1.template.txt"), |
| 1 | 6888 | | Comment = "This license was released 25 August 1998.", |
| 1 | 6889 | | Catalog = _creationInfo.Catalog, |
| 1 | 6890 | | CreationInfo = _creationInfo |
| 1 | 6891 | | }; |
| 1 | 6892 | | public static readonly ListedLicense OLDAP_1_2 = new ListedLicense |
| 1 | 6893 | | { |
| 1 | 6894 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-1.2"), |
| 1 | 6895 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6896 | | SeeAlso = [ |
| 1 | 6897 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893e |
| 1 | 6898 | | ], |
| 1 | 6899 | | LicenseText = ReadResource("OLDAP-1.2.fulltext.txt"), |
| 1 | 6900 | | StandardLicenseTemplate = ReadResource("OLDAP-1.2.template.txt"), |
| 1 | 6901 | | Comment = "This license was released 1 September 1998. This license was issued four time, but only with formatti |
| 1 | 6902 | | Catalog = _creationInfo.Catalog, |
| 1 | 6903 | | CreationInfo = _creationInfo |
| 1 | 6904 | | }; |
| 1 | 6905 | | public static readonly ListedLicense OLDAP_1_3 = new ListedLicense |
| 1 | 6906 | | { |
| 1 | 6907 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-1.3"), |
| 1 | 6908 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6909 | | SeeAlso = [ |
| 1 | 6910 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e1 |
| 1 | 6911 | | ], |
| 1 | 6912 | | LicenseText = ReadResource("OLDAP-1.3.fulltext.txt"), |
| 1 | 6913 | | StandardLicenseTemplate = ReadResource("OLDAP-1.3.template.txt"), |
| 1 | 6914 | | Comment = "This license was released 17 January 1999. This license was issued twice in the same day with a minor |
| 1 | 6915 | | Catalog = _creationInfo.Catalog, |
| 1 | 6916 | | CreationInfo = _creationInfo |
| 1 | 6917 | | }; |
| 1 | 6918 | | public static readonly ListedLicense OLDAP_1_4 = new ListedLicense |
| 1 | 6919 | | { |
| 1 | 6920 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-1.4"), |
| 1 | 6921 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6922 | | SeeAlso = [ |
| 1 | 6923 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe |
| 1 | 6924 | | ], |
| 1 | 6925 | | LicenseText = ReadResource("OLDAP-1.4.fulltext.txt"), |
| 1 | 6926 | | StandardLicenseTemplate = ReadResource("OLDAP-1.4.template.txt"), |
| 1 | 6927 | | Comment = "This license was released 18 January 1999.", |
| 1 | 6928 | | Catalog = _creationInfo.Catalog, |
| 1 | 6929 | | CreationInfo = _creationInfo |
| 1 | 6930 | | }; |
| 1 | 6931 | | public static readonly ListedLicense OLDAP_2_0 = new ListedLicense |
| 1 | 6932 | | { |
| 1 | 6933 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.0"), |
| 1 | 6934 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6935 | | SeeAlso = [ |
| 1 | 6936 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a5 |
| 1 | 6937 | | ], |
| 1 | 6938 | | LicenseText = ReadResource("OLDAP-2.0.fulltext.txt"), |
| 1 | 6939 | | StandardLicenseTemplate = ReadResource("OLDAP-2.0.template.txt"), |
| 1 | 6940 | | Comment = "This license was released 7 June 1999.", |
| 1 | 6941 | | Catalog = _creationInfo.Catalog, |
| 1 | 6942 | | CreationInfo = _creationInfo |
| 1 | 6943 | | }; |
| 1 | 6944 | | public static readonly ListedLicense OLDAP_2_0_1 = new ListedLicense |
| 1 | 6945 | | { |
| 1 | 6946 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.0.1"), |
| 1 | 6947 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6948 | | SeeAlso = [ |
| 1 | 6949 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428 |
| 1 | 6950 | | ], |
| 1 | 6951 | | LicenseText = ReadResource("OLDAP-2.0.1.fulltext.txt"), |
| 1 | 6952 | | StandardLicenseTemplate = ReadResource("OLDAP-2.0.1.template.txt"), |
| 1 | 6953 | | Comment = "This license was released 21 December 1999. This license is the same as 2.0 with the word \"registere |
| 1 | 6954 | | Catalog = _creationInfo.Catalog, |
| 1 | 6955 | | CreationInfo = _creationInfo |
| 1 | 6956 | | }; |
| 1 | 6957 | | public static readonly ListedLicense OLDAP_2_1 = new ListedLicense |
| 1 | 6958 | | { |
| 1 | 6959 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.1"), |
| 1 | 6960 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6961 | | SeeAlso = [ |
| 1 | 6962 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb |
| 1 | 6963 | | ], |
| 1 | 6964 | | LicenseText = ReadResource("OLDAP-2.1.fulltext.txt"), |
| 1 | 6965 | | StandardLicenseTemplate = ReadResource("OLDAP-2.1.template.txt"), |
| 1 | 6966 | | Comment = "This license was released 29 February 2000.", |
| 1 | 6967 | | Catalog = _creationInfo.Catalog, |
| 1 | 6968 | | CreationInfo = _creationInfo |
| 1 | 6969 | | }; |
| 1 | 6970 | | public static readonly ListedLicense OLDAP_2_2 = new ListedLicense |
| 1 | 6971 | | { |
| 1 | 6972 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.2"), |
| 1 | 6973 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6974 | | SeeAlso = [ |
| 1 | 6975 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2 |
| 1 | 6976 | | ], |
| 1 | 6977 | | LicenseText = ReadResource("OLDAP-2.2.fulltext.txt"), |
| 1 | 6978 | | StandardLicenseTemplate = ReadResource("OLDAP-2.2.template.txt"), |
| 1 | 6979 | | Comment = "This license was released 1 March 2000.", |
| 1 | 6980 | | Catalog = _creationInfo.Catalog, |
| 1 | 6981 | | CreationInfo = _creationInfo |
| 1 | 6982 | | }; |
| 1 | 6983 | | public static readonly ListedLicense OLDAP_2_2_1 = new ListedLicense |
| 1 | 6984 | | { |
| 1 | 6985 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.2.1"), |
| 1 | 6986 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 6987 | | SeeAlso = [ |
| 1 | 6988 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f56 |
| 1 | 6989 | | ], |
| 1 | 6990 | | LicenseText = ReadResource("OLDAP-2.2.1.fulltext.txt"), |
| 1 | 6991 | | StandardLicenseTemplate = ReadResource("OLDAP-2.2.1.template.txt"), |
| 1 | 6992 | | Comment = "This license was released 1 March 2000.", |
| 1 | 6993 | | Catalog = _creationInfo.Catalog, |
| 1 | 6994 | | CreationInfo = _creationInfo |
| 1 | 6995 | | }; |
| 1 | 6996 | | public static readonly ListedLicense OLDAP_2_2_2 = new ListedLicense |
| 1 | 6997 | | { |
| 1 | 6998 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.2.2"), |
| 1 | 6999 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7000 | | SeeAlso = [ |
| 1 | 7001 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=df2cc1e21eb7c160695f5b7 |
| 1 | 7002 | | ], |
| 1 | 7003 | | LicenseText = ReadResource("OLDAP-2.2.2.fulltext.txt"), |
| 1 | 7004 | | StandardLicenseTemplate = ReadResource("OLDAP-2.2.2.template.txt"), |
| 1 | 7005 | | Comment = "This license was released 28 July 2000.", |
| 1 | 7006 | | Catalog = _creationInfo.Catalog, |
| 1 | 7007 | | CreationInfo = _creationInfo |
| 1 | 7008 | | }; |
| 1 | 7009 | | public static readonly ListedLicense OLDAP_2_3 = new ListedLicense |
| 1 | 7010 | | { |
| 1 | 7011 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.3"), |
| 1 | 7012 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7013 | | SeeAlso = [ |
| 1 | 7014 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c |
| 1 | 7015 | | ], |
| 1 | 7016 | | LicenseText = ReadResource("OLDAP-2.3.fulltext.txt"), |
| 1 | 7017 | | StandardLicenseTemplate = ReadResource("OLDAP-2.3.template.txt"), |
| 1 | 7018 | | Comment = "This license was released 28 July 2000.", |
| 1 | 7019 | | IsFsfLibre = true, |
| 1 | 7020 | | IsOsiApproved = false, |
| 1 | 7021 | | Catalog = _creationInfo.Catalog, |
| 1 | 7022 | | CreationInfo = _creationInfo |
| 1 | 7023 | | }; |
| 1 | 7024 | | public static readonly ListedLicense OLDAP_2_4 = new ListedLicense |
| 1 | 7025 | | { |
| 1 | 7026 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.4"), |
| 1 | 7027 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7028 | | SeeAlso = [ |
| 1 | 7029 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904ee |
| 1 | 7030 | | ], |
| 1 | 7031 | | LicenseText = ReadResource("OLDAP-2.4.fulltext.txt"), |
| 1 | 7032 | | StandardLicenseTemplate = ReadResource("OLDAP-2.4.template.txt"), |
| 1 | 7033 | | Comment = "This license was released 8 December 2000.", |
| 1 | 7034 | | Catalog = _creationInfo.Catalog, |
| 1 | 7035 | | CreationInfo = _creationInfo |
| 1 | 7036 | | }; |
| 1 | 7037 | | public static readonly ListedLicense OLDAP_2_5 = new ListedLicense |
| 1 | 7038 | | { |
| 1 | 7039 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.5"), |
| 1 | 7040 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7041 | | SeeAlso = [ |
| 1 | 7042 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205 |
| 1 | 7043 | | ], |
| 1 | 7044 | | LicenseText = ReadResource("OLDAP-2.5.fulltext.txt"), |
| 1 | 7045 | | StandardLicenseTemplate = ReadResource("OLDAP-2.5.template.txt"), |
| 1 | 7046 | | Comment = "This license was released 11 May 2001.", |
| 1 | 7047 | | Catalog = _creationInfo.Catalog, |
| 1 | 7048 | | CreationInfo = _creationInfo |
| 1 | 7049 | | }; |
| 1 | 7050 | | public static readonly ListedLicense OLDAP_2_6 = new ListedLicense |
| 1 | 7051 | | { |
| 1 | 7052 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.6"), |
| 1 | 7053 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7054 | | SeeAlso = [ |
| 1 | 7055 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012b |
| 1 | 7056 | | ], |
| 1 | 7057 | | LicenseText = ReadResource("OLDAP-2.6.fulltext.txt"), |
| 1 | 7058 | | StandardLicenseTemplate = ReadResource("OLDAP-2.6.template.txt"), |
| 1 | 7059 | | Comment = "This license was released 14 June 2001.", |
| 1 | 7060 | | Catalog = _creationInfo.Catalog, |
| 1 | 7061 | | CreationInfo = _creationInfo |
| 1 | 7062 | | }; |
| 1 | 7063 | | public static readonly ListedLicense OLDAP_2_7 = new ListedLicense |
| 1 | 7064 | | { |
| 1 | 7065 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.7"), |
| 1 | 7066 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7067 | | SeeAlso = [ |
| 1 | 7068 | | new Uri("http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be |
| 1 | 7069 | | ], |
| 1 | 7070 | | LicenseText = ReadResource("OLDAP-2.7.fulltext.txt"), |
| 1 | 7071 | | StandardLicenseTemplate = ReadResource("OLDAP-2.7.template.txt"), |
| 1 | 7072 | | Comment = "This license was released 7 September 2001.", |
| 1 | 7073 | | IsFsfLibre = true, |
| 1 | 7074 | | IsOsiApproved = false, |
| 1 | 7075 | | Catalog = _creationInfo.Catalog, |
| 1 | 7076 | | CreationInfo = _creationInfo |
| 1 | 7077 | | }; |
| 1 | 7078 | | public static readonly ListedLicense OLDAP_2_8 = new ListedLicense |
| 1 | 7079 | | { |
| 1 | 7080 | | SpdxId = new Uri("http://spdx.org/licenses/OLDAP-2.8"), |
| 1 | 7081 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7082 | | SeeAlso = [ |
| 1 | 7083 | | new Uri("http://www.openldap.org/software/release/license.html") |
| 1 | 7084 | | ], |
| 1 | 7085 | | LicenseText = ReadResource("OLDAP-2.8.fulltext.txt"), |
| 1 | 7086 | | StandardLicenseTemplate = ReadResource("OLDAP-2.8.template.txt"), |
| 1 | 7087 | | Catalog = _creationInfo.Catalog, |
| 1 | 7088 | | CreationInfo = _creationInfo |
| 1 | 7089 | | }; |
| 1 | 7090 | | public static readonly ListedLicense OLFL_1_3 = new ListedLicense |
| 1 | 7091 | | { |
| 1 | 7092 | | SpdxId = new Uri("http://spdx.org/licenses/OLFL-1.3"), |
| 1 | 7093 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7094 | | SeeAlso = [ |
| 1 | 7095 | | new Uri("https://openlogisticsfoundation.org/licenses/"), |
| 1 | 7096 | | new Uri("https://opensource.org/license/olfl-1-3/") |
| 1 | 7097 | | ], |
| 1 | 7098 | | LicenseText = ReadResource("OLFL-1.3.fulltext.txt"), |
| 1 | 7099 | | StandardLicenseTemplate = ReadResource("OLFL-1.3.template.txt"), |
| 1 | 7100 | | Comment = "This license was released January 2023", |
| 1 | 7101 | | Catalog = _creationInfo.Catalog, |
| 1 | 7102 | | CreationInfo = _creationInfo |
| 1 | 7103 | | }; |
| 1 | 7104 | | public static readonly ListedLicense OML = new ListedLicense |
| 1 | 7105 | | { |
| 1 | 7106 | | SpdxId = new Uri("http://spdx.org/licenses/OML"), |
| 1 | 7107 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7108 | | SeeAlso = [ |
| 1 | 7109 | | new Uri("https://fedoraproject.org/wiki/Licensing/Open_Market_License") |
| 1 | 7110 | | ], |
| 1 | 7111 | | LicenseText = ReadResource("OML.fulltext.txt"), |
| 1 | 7112 | | StandardLicenseTemplate = ReadResource("OML.template.txt"), |
| 1 | 7113 | | Catalog = _creationInfo.Catalog, |
| 1 | 7114 | | CreationInfo = _creationInfo |
| 1 | 7115 | | }; |
| 1 | 7116 | | public static readonly ListedLicense OPENPBS_2_3 = new ListedLicense |
| 1 | 7117 | | { |
| 1 | 7118 | | SpdxId = new Uri("http://spdx.org/licenses/OpenPBS-2.3"), |
| 1 | 7119 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7120 | | SeeAlso = [ |
| 1 | 7121 | | new Uri("https://github.com/adaptivecomputing/torque/blob/master/PBS_License.txt"), |
| 1 | 7122 | | new Uri("https://www.mcs.anl.gov/research/projects/openpbs/PBS_License.txt") |
| 1 | 7123 | | ], |
| 1 | 7124 | | LicenseText = ReadResource("OpenPBS-2.3.fulltext.txt"), |
| 1 | 7125 | | StandardLicenseTemplate = ReadResource("OpenPBS-2.3.template.txt"), |
| 1 | 7126 | | Catalog = _creationInfo.Catalog, |
| 1 | 7127 | | CreationInfo = _creationInfo |
| 1 | 7128 | | }; |
| 1 | 7129 | | public static readonly ListedLicense OPENSSL = new ListedLicense |
| 1 | 7130 | | { |
| 1 | 7131 | | SpdxId = new Uri("http://spdx.org/licenses/OpenSSL"), |
| 1 | 7132 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7133 | | SeeAlso = [ |
| 1 | 7134 | | new Uri("http://www.openssl.org/source/license.html") |
| 1 | 7135 | | ], |
| 1 | 7136 | | LicenseText = ReadResource("OpenSSL.fulltext.txt"), |
| 1 | 7137 | | StandardLicenseTemplate = ReadResource("OpenSSL.template.txt"), |
| 1 | 7138 | | Comment = "The OpenSSL toolkit stays under a dual license, i.e. both the conditions of the OpenSSL License and t |
| 1 | 7139 | | IsFsfLibre = true, |
| 1 | 7140 | | IsOsiApproved = false, |
| 1 | 7141 | | Catalog = _creationInfo.Catalog, |
| 1 | 7142 | | CreationInfo = _creationInfo |
| 1 | 7143 | | }; |
| 1 | 7144 | | public static readonly ListedLicense OPENSSL_STANDALONE = new ListedLicense |
| 1 | 7145 | | { |
| 1 | 7146 | | SpdxId = new Uri("http://spdx.org/licenses/OpenSSL-standalone"), |
| 1 | 7147 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7148 | | SeeAlso = [ |
| 1 | 7149 | | new Uri("https://hstechdocs.helpsystems.com/manuals/globalscape/archive/cuteftp6/open_ssl_license_agreement. |
| 1 | 7150 | | new Uri("https://library.netapp.com/ecm/ecm_download_file/ECMP1196395") |
| 1 | 7151 | | ], |
| 1 | 7152 | | LicenseText = ReadResource("OpenSSL-standalone.fulltext.txt"), |
| 1 | 7153 | | StandardLicenseTemplate = ReadResource("OpenSSL-standalone.template.txt"), |
| 1 | 7154 | | Comment = "This is the first license in the OpenSSL two-license stack as a standalone option.", |
| 1 | 7155 | | Catalog = _creationInfo.Catalog, |
| 1 | 7156 | | CreationInfo = _creationInfo |
| 1 | 7157 | | }; |
| 1 | 7158 | | public static readonly ListedLicense OPENVISION = new ListedLicense |
| 1 | 7159 | | { |
| 1 | 7160 | | SpdxId = new Uri("http://spdx.org/licenses/OpenVision"), |
| 1 | 7161 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7162 | | SeeAlso = [ |
| 1 | 7163 | | new Uri("https://fedoraproject.org/wiki/Licensing:MIT#OpenVision_Variant"), |
| 1 | 7164 | | new Uri("https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98"), |
| 1 | 7165 | | new Uri("https://web.mit.edu/kerberos/krb5-1.21/doc/mitK5license.html") |
| 1 | 7166 | | ], |
| 1 | 7167 | | LicenseText = ReadResource("OpenVision.fulltext.txt"), |
| 1 | 7168 | | StandardLicenseTemplate = ReadResource("OpenVision.template.txt"), |
| 1 | 7169 | | Catalog = _creationInfo.Catalog, |
| 1 | 7170 | | CreationInfo = _creationInfo |
| 1 | 7171 | | }; |
| 1 | 7172 | | public static readonly ListedLicense OPL_1_0 = new ListedLicense |
| 1 | 7173 | | { |
| 1 | 7174 | | SpdxId = new Uri("http://spdx.org/licenses/OPL-1.0"), |
| 1 | 7175 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7176 | | SeeAlso = [ |
| 1 | 7177 | | new Uri("http://old.koalateam.com/jackaroo/OPL_1_0.TXT"), |
| 1 | 7178 | | new Uri("https://fedoraproject.org/wiki/Licensing/Open_Public_License") |
| 1 | 7179 | | ], |
| 1 | 7180 | | LicenseText = ReadResource("OPL-1.0.fulltext.txt"), |
| 1 | 7181 | | StandardLicenseTemplate = ReadResource("OPL-1.0.template.txt"), |
| 1 | 7182 | | Catalog = _creationInfo.Catalog, |
| 1 | 7183 | | CreationInfo = _creationInfo |
| 1 | 7184 | | }; |
| 1 | 7185 | | public static readonly ListedLicense OPL_UK_3_0 = new ListedLicense |
| 1 | 7186 | | { |
| 1 | 7187 | | SpdxId = new Uri("http://spdx.org/licenses/OPL-UK-3.0"), |
| 1 | 7188 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7189 | | SeeAlso = [ |
| 1 | 7190 | | new Uri("https://www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/") |
| 1 | 7191 | | ], |
| 1 | 7192 | | LicenseText = ReadResource("OPL-UK-3.0.fulltext.txt"), |
| 1 | 7193 | | StandardLicenseTemplate = ReadResource("OPL-UK-3.0.template.txt"), |
| 1 | 7194 | | Catalog = _creationInfo.Catalog, |
| 1 | 7195 | | CreationInfo = _creationInfo |
| 1 | 7196 | | }; |
| 1 | 7197 | | public static readonly ListedLicense OPUBL_1_0 = new ListedLicense |
| 1 | 7198 | | { |
| 1 | 7199 | | SpdxId = new Uri("http://spdx.org/licenses/OPUBL-1.0"), |
| 1 | 7200 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7201 | | SeeAlso = [ |
| 1 | 7202 | | new Uri("http://opencontent.org/openpub/"), |
| 1 | 7203 | | new Uri("https://www.ctan.org/license/opl"), |
| 1 | 7204 | | new Uri("https://www.debian.org/opl") |
| 1 | 7205 | | ], |
| 1 | 7206 | | LicenseText = ReadResource("OPUBL-1.0.fulltext.txt"), |
| 1 | 7207 | | StandardLicenseTemplate = ReadResource("OPUBL-1.0.template.txt"), |
| 1 | 7208 | | Comment = "Users of this license may wish to take care to identify which, if any, of the 'license options' descr |
| 1 | 7209 | | Catalog = _creationInfo.Catalog, |
| 1 | 7210 | | CreationInfo = _creationInfo |
| 1 | 7211 | | }; |
| 1 | 7212 | | public static readonly ListedLicense OSET_PL_2_1 = new ListedLicense |
| 1 | 7213 | | { |
| 1 | 7214 | | SpdxId = new Uri("http://spdx.org/licenses/OSET-PL-2.1"), |
| 1 | 7215 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7216 | | SeeAlso = [ |
| 1 | 7217 | | new Uri("http://www.osetfoundation.org/public-license"), |
| 1 | 7218 | | new Uri("https://opensource.org/licenses/OPL-2.1") |
| 1 | 7219 | | ], |
| 1 | 7220 | | LicenseText = ReadResource("OSET-PL-2.1.fulltext.txt"), |
| 1 | 7221 | | StandardLicenseTemplate = ReadResource("OSET-PL-2.1.template.txt"), |
| 1 | 7222 | | Catalog = _creationInfo.Catalog, |
| 1 | 7223 | | CreationInfo = _creationInfo |
| 1 | 7224 | | }; |
| 1 | 7225 | | public static readonly ListedLicense OSL_1_0 = new ListedLicense |
| 1 | 7226 | | { |
| 1 | 7227 | | SpdxId = new Uri("http://spdx.org/licenses/OSL-1.0"), |
| 1 | 7228 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7229 | | SeeAlso = [ |
| 1 | 7230 | | new Uri("https://opensource.org/licenses/OSL-1.0") |
| 1 | 7231 | | ], |
| 1 | 7232 | | LicenseText = ReadResource("OSL-1.0.fulltext.txt"), |
| 1 | 7233 | | StandardLicenseTemplate = ReadResource("OSL-1.0.template.txt"), |
| 1 | 7234 | | StandardLicenseHeader = ReadResource("OSL-1.0.header.txt"), |
| 1 | 7235 | | Comment = "This license has been superseded.", |
| 1 | 7236 | | IsFsfLibre = true, |
| 1 | 7237 | | IsOsiApproved = true, |
| 1 | 7238 | | Catalog = _creationInfo.Catalog, |
| 1 | 7239 | | CreationInfo = _creationInfo |
| 1 | 7240 | | }; |
| 1 | 7241 | | public static readonly ListedLicense OSL_1_1 = new ListedLicense |
| 1 | 7242 | | { |
| 1 | 7243 | | SpdxId = new Uri("http://spdx.org/licenses/OSL-1.1"), |
| 1 | 7244 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7245 | | SeeAlso = [ |
| 1 | 7246 | | new Uri("https://fedoraproject.org/wiki/Licensing/OSL1.1") |
| 1 | 7247 | | ], |
| 1 | 7248 | | LicenseText = ReadResource("OSL-1.1.fulltext.txt"), |
| 1 | 7249 | | StandardLicenseTemplate = ReadResource("OSL-1.1.template.txt"), |
| 1 | 7250 | | StandardLicenseHeader = ReadResource("OSL-1.1.header.txt"), |
| 1 | 7251 | | IsFsfLibre = true, |
| 1 | 7252 | | IsOsiApproved = false, |
| 1 | 7253 | | Catalog = _creationInfo.Catalog, |
| 1 | 7254 | | CreationInfo = _creationInfo |
| 1 | 7255 | | }; |
| 1 | 7256 | | public static readonly ListedLicense OSL_2_0 = new ListedLicense |
| 1 | 7257 | | { |
| 1 | 7258 | | SpdxId = new Uri("http://spdx.org/licenses/OSL-2.0"), |
| 1 | 7259 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7260 | | SeeAlso = [ |
| 1 | 7261 | | new Uri("http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html") |
| 1 | 7262 | | ], |
| 1 | 7263 | | LicenseText = ReadResource("OSL-2.0.fulltext.txt"), |
| 1 | 7264 | | StandardLicenseTemplate = ReadResource("OSL-2.0.template.txt"), |
| 1 | 7265 | | StandardLicenseHeader = ReadResource("OSL-2.0.header.txt"), |
| 1 | 7266 | | IsFsfLibre = true, |
| 1 | 7267 | | IsOsiApproved = true, |
| 1 | 7268 | | Catalog = _creationInfo.Catalog, |
| 1 | 7269 | | CreationInfo = _creationInfo |
| 1 | 7270 | | }; |
| 1 | 7271 | | public static readonly ListedLicense OSL_2_1 = new ListedLicense |
| 1 | 7272 | | { |
| 1 | 7273 | | SpdxId = new Uri("http://spdx.org/licenses/OSL-2.1"), |
| 1 | 7274 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7275 | | SeeAlso = [ |
| 1 | 7276 | | new Uri("http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm"), |
| 1 | 7277 | | new Uri("https://opensource.org/licenses/OSL-2.1") |
| 1 | 7278 | | ], |
| 1 | 7279 | | LicenseText = ReadResource("OSL-2.1.fulltext.txt"), |
| 1 | 7280 | | StandardLicenseTemplate = ReadResource("OSL-2.1.template.txt"), |
| 1 | 7281 | | StandardLicenseHeader = ReadResource("OSL-2.1.header.txt"), |
| 1 | 7282 | | Comment = "Same as version 2.0 of this license except with changes to section 10", |
| 1 | 7283 | | IsFsfLibre = true, |
| 1 | 7284 | | IsOsiApproved = true, |
| 1 | 7285 | | Catalog = _creationInfo.Catalog, |
| 1 | 7286 | | CreationInfo = _creationInfo |
| 1 | 7287 | | }; |
| 1 | 7288 | | public static readonly ListedLicense OSL_3_0 = new ListedLicense |
| 1 | 7289 | | { |
| 1 | 7290 | | SpdxId = new Uri("http://spdx.org/licenses/OSL-3.0"), |
| 1 | 7291 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7292 | | SeeAlso = [ |
| 1 | 7293 | | new Uri("https://opensource.org/licenses/OSL-3.0"), |
| 1 | 7294 | | new Uri("https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm") |
| 1 | 7295 | | ], |
| 1 | 7296 | | LicenseText = ReadResource("OSL-3.0.fulltext.txt"), |
| 1 | 7297 | | StandardLicenseTemplate = ReadResource("OSL-3.0.template.txt"), |
| 1 | 7298 | | StandardLicenseHeader = ReadResource("OSL-3.0.header.txt"), |
| 1 | 7299 | | IsFsfLibre = true, |
| 1 | 7300 | | IsOsiApproved = true, |
| 1 | 7301 | | Catalog = _creationInfo.Catalog, |
| 1 | 7302 | | CreationInfo = _creationInfo |
| 1 | 7303 | | }; |
| 1 | 7304 | | public static readonly ListedLicense PADL = new ListedLicense |
| 1 | 7305 | | { |
| 1 | 7306 | | SpdxId = new Uri("http://spdx.org/licenses/PADL"), |
| 1 | 7307 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7308 | | SeeAlso = [ |
| 1 | 7309 | | new Uri("https://git.openldap.org/openldap/openldap/-/blob/master/libraries/libldap/os-local.c?ref_type=head |
| 1 | 7310 | | ], |
| 1 | 7311 | | LicenseText = ReadResource("PADL.fulltext.txt"), |
| 1 | 7312 | | StandardLicenseTemplate = ReadResource("PADL.template.txt"), |
| 1 | 7313 | | Comment = "This is similar to BSD-4.3RENO and Furuseth", |
| 1 | 7314 | | Catalog = _creationInfo.Catalog, |
| 1 | 7315 | | CreationInfo = _creationInfo |
| 1 | 7316 | | }; |
| 1 | 7317 | | public static readonly ListedLicense PARITY_6_0_0 = new ListedLicense |
| 1 | 7318 | | { |
| 1 | 7319 | | SpdxId = new Uri("http://spdx.org/licenses/Parity-6.0.0"), |
| 1 | 7320 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7321 | | SeeAlso = [ |
| 1 | 7322 | | new Uri("https://paritylicense.com/versions/6.0.0.html") |
| 1 | 7323 | | ], |
| 1 | 7324 | | LicenseText = ReadResource("Parity-6.0.0.fulltext.txt"), |
| 1 | 7325 | | StandardLicenseTemplate = ReadResource("Parity-6.0.0.template.txt"), |
| 1 | 7326 | | Catalog = _creationInfo.Catalog, |
| 1 | 7327 | | CreationInfo = _creationInfo |
| 1 | 7328 | | }; |
| 1 | 7329 | | public static readonly ListedLicense PARITY_7_0_0 = new ListedLicense |
| 1 | 7330 | | { |
| 1 | 7331 | | SpdxId = new Uri("http://spdx.org/licenses/Parity-7.0.0"), |
| 1 | 7332 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7333 | | SeeAlso = [ |
| 1 | 7334 | | new Uri("https://paritylicense.com/versions/7.0.0.html") |
| 1 | 7335 | | ], |
| 1 | 7336 | | LicenseText = ReadResource("Parity-7.0.0.fulltext.txt"), |
| 1 | 7337 | | StandardLicenseTemplate = ReadResource("Parity-7.0.0.template.txt"), |
| 1 | 7338 | | Comment = "This license was released on November 3, 2019.", |
| 1 | 7339 | | Catalog = _creationInfo.Catalog, |
| 1 | 7340 | | CreationInfo = _creationInfo |
| 1 | 7341 | | }; |
| 1 | 7342 | | public static readonly ListedLicense PDDL_1_0 = new ListedLicense |
| 1 | 7343 | | { |
| 1 | 7344 | | SpdxId = new Uri("http://spdx.org/licenses/PDDL-1.0"), |
| 1 | 7345 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7346 | | SeeAlso = [ |
| 1 | 7347 | | new Uri("http://opendatacommons.org/licenses/pddl/1.0/"), |
| 1 | 7348 | | new Uri("https://opendatacommons.org/licenses/pddl/") |
| 1 | 7349 | | ], |
| 1 | 7350 | | LicenseText = ReadResource("PDDL-1.0.fulltext.txt"), |
| 1 | 7351 | | StandardLicenseTemplate = ReadResource("PDDL-1.0.template.txt"), |
| 1 | 7352 | | Catalog = _creationInfo.Catalog, |
| 1 | 7353 | | CreationInfo = _creationInfo |
| 1 | 7354 | | }; |
| 1 | 7355 | | public static readonly ListedLicense PHP_3_0 = new ListedLicense |
| 1 | 7356 | | { |
| 1 | 7357 | | SpdxId = new Uri("http://spdx.org/licenses/PHP-3.0"), |
| 1 | 7358 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7359 | | SeeAlso = [ |
| 1 | 7360 | | new Uri("http://www.php.net/license/3_0.txt"), |
| 1 | 7361 | | new Uri("https://opensource.org/licenses/PHP-3.0") |
| 1 | 7362 | | ], |
| 1 | 7363 | | LicenseText = ReadResource("PHP-3.0.fulltext.txt"), |
| 1 | 7364 | | StandardLicenseTemplate = ReadResource("PHP-3.0.template.txt"), |
| 1 | 7365 | | Catalog = _creationInfo.Catalog, |
| 1 | 7366 | | CreationInfo = _creationInfo |
| 1 | 7367 | | }; |
| 1 | 7368 | | public static readonly ListedLicense PHP_3_01 = new ListedLicense |
| 1 | 7369 | | { |
| 1 | 7370 | | SpdxId = new Uri("http://spdx.org/licenses/PHP-3.01"), |
| 1 | 7371 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7372 | | SeeAlso = [ |
| 1 | 7373 | | new Uri("http://www.php.net/license/3_01.txt") |
| 1 | 7374 | | ], |
| 1 | 7375 | | LicenseText = ReadResource("PHP-3.01.fulltext.txt"), |
| 1 | 7376 | | StandardLicenseTemplate = ReadResource("PHP-3.01.template.txt"), |
| 1 | 7377 | | Comment = "The PHP License v3.01 is essentially the same as v3.0, with the exception of a couple word difference |
| 1 | 7378 | | IsFsfLibre = true, |
| 1 | 7379 | | IsOsiApproved = true, |
| 1 | 7380 | | Catalog = _creationInfo.Catalog, |
| 1 | 7381 | | CreationInfo = _creationInfo |
| 1 | 7382 | | }; |
| 1 | 7383 | | public static readonly ListedLicense PIXAR = new ListedLicense |
| 1 | 7384 | | { |
| 1 | 7385 | | SpdxId = new Uri("http://spdx.org/licenses/Pixar"), |
| 1 | 7386 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7387 | | SeeAlso = [ |
| 1 | 7388 | | new Uri("https://github.com/PixarAnimationStudios/OpenSubdiv/blob/v3_5_0/opensubdiv/version.cpp#L2-L22"), |
| 1 | 7389 | | new Uri("https://github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt"), |
| 1 | 7390 | | new Uri("https://graphics.pixar.com/opensubdiv/docs/license.html") |
| 1 | 7391 | | ], |
| 1 | 7392 | | LicenseText = ReadResource("Pixar.fulltext.txt"), |
| 1 | 7393 | | StandardLicenseTemplate = ReadResource("Pixar.template.txt"), |
| 1 | 7394 | | StandardLicenseHeader = ReadResource("Pixar.header.txt"), |
| 1 | 7395 | | Comment = "This license is essentially Apache-2.0 with modifications to section 6.\n\n", |
| 1 | 7396 | | Catalog = _creationInfo.Catalog, |
| 1 | 7397 | | CreationInfo = _creationInfo |
| 1 | 7398 | | }; |
| 1 | 7399 | | public static readonly ListedLicense PKGCONF = new ListedLicense |
| 1 | 7400 | | { |
| 1 | 7401 | | SpdxId = new Uri("http://spdx.org/licenses/pkgconf"), |
| 1 | 7402 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7403 | | SeeAlso = [ |
| 1 | 7404 | | new Uri("https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8") |
| 1 | 7405 | | ], |
| 1 | 7406 | | LicenseText = ReadResource("pkgconf.fulltext.txt"), |
| 1 | 7407 | | StandardLicenseTemplate = ReadResource("pkgconf.template.txt"), |
| 1 | 7408 | | Catalog = _creationInfo.Catalog, |
| 1 | 7409 | | CreationInfo = _creationInfo |
| 1 | 7410 | | }; |
| 1 | 7411 | | public static readonly ListedLicense PLEXUS = new ListedLicense |
| 1 | 7412 | | { |
| 1 | 7413 | | SpdxId = new Uri("http://spdx.org/licenses/Plexus"), |
| 1 | 7414 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7415 | | SeeAlso = [ |
| 1 | 7416 | | new Uri("https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License") |
| 1 | 7417 | | ], |
| 1 | 7418 | | LicenseText = ReadResource("Plexus.fulltext.txt"), |
| 1 | 7419 | | StandardLicenseTemplate = ReadResource("Plexus.template.txt"), |
| 1 | 7420 | | Comment = "dom4j uses this same license.", |
| 1 | 7421 | | Catalog = _creationInfo.Catalog, |
| 1 | 7422 | | CreationInfo = _creationInfo |
| 1 | 7423 | | }; |
| 1 | 7424 | | public static readonly ListedLicense PNMSTITCH = new ListedLicense |
| 1 | 7425 | | { |
| 1 | 7426 | | SpdxId = new Uri("http://spdx.org/licenses/pnmstitch"), |
| 1 | 7427 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7428 | | SeeAlso = [ |
| 1 | 7429 | | new Uri("https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2") |
| 1 | 7430 | | ], |
| 1 | 7431 | | LicenseText = ReadResource("pnmstitch.fulltext.txt"), |
| 1 | 7432 | | StandardLicenseTemplate = ReadResource("pnmstitch.template.txt"), |
| 1 | 7433 | | Catalog = _creationInfo.Catalog, |
| 1 | 7434 | | CreationInfo = _creationInfo |
| 1 | 7435 | | }; |
| 1 | 7436 | | public static readonly ListedLicense POLYFORM_NONCOMMERCIAL_1_0_0 = new ListedLicense |
| 1 | 7437 | | { |
| 1 | 7438 | | SpdxId = new Uri("http://spdx.org/licenses/PolyForm-Noncommercial-1.0.0"), |
| 1 | 7439 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7440 | | SeeAlso = [ |
| 1 | 7441 | | new Uri("https://polyformproject.org/licenses/noncommercial/1.0.0") |
| 1 | 7442 | | ], |
| 1 | 7443 | | LicenseText = ReadResource("PolyForm-Noncommercial-1.0.0.fulltext.txt"), |
| 1 | 7444 | | StandardLicenseTemplate = ReadResource("PolyForm-Noncommercial-1.0.0.template.txt"), |
| 1 | 7445 | | Comment = "This license was released on July 9, 2019.", |
| 1 | 7446 | | Catalog = _creationInfo.Catalog, |
| 1 | 7447 | | CreationInfo = _creationInfo |
| 1 | 7448 | | }; |
| 1 | 7449 | | public static readonly ListedLicense POLYFORM_SMALL_BUSINESS_1_0_0 = new ListedLicense |
| 1 | 7450 | | { |
| 1 | 7451 | | SpdxId = new Uri("http://spdx.org/licenses/PolyForm-Small-Business-1.0.0"), |
| 1 | 7452 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7453 | | SeeAlso = [ |
| 1 | 7454 | | new Uri("https://polyformproject.org/licenses/small-business/1.0.0") |
| 1 | 7455 | | ], |
| 1 | 7456 | | LicenseText = ReadResource("PolyForm-Small-Business-1.0.0.fulltext.txt"), |
| 1 | 7457 | | StandardLicenseTemplate = ReadResource("PolyForm-Small-Business-1.0.0.template.txt"), |
| 1 | 7458 | | Comment = "This license was released on July 9, 2019.", |
| 1 | 7459 | | Catalog = _creationInfo.Catalog, |
| 1 | 7460 | | CreationInfo = _creationInfo |
| 1 | 7461 | | }; |
| 1 | 7462 | | public static readonly ListedLicense POSTGRESQL = new ListedLicense |
| 1 | 7463 | | { |
| 1 | 7464 | | SpdxId = new Uri("http://spdx.org/licenses/PostgreSQL"), |
| 1 | 7465 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7466 | | SeeAlso = [ |
| 1 | 7467 | | new Uri("http://www.postgresql.org/about/licence"), |
| 1 | 7468 | | new Uri("https://opensource.org/licenses/PostgreSQL") |
| 1 | 7469 | | ], |
| 1 | 7470 | | LicenseText = ReadResource("PostgreSQL.fulltext.txt"), |
| 1 | 7471 | | StandardLicenseTemplate = ReadResource("PostgreSQL.template.txt"), |
| 1 | 7472 | | Catalog = _creationInfo.Catalog, |
| 1 | 7473 | | CreationInfo = _creationInfo |
| 1 | 7474 | | }; |
| 1 | 7475 | | public static readonly ListedLicense PPL = new ListedLicense |
| 1 | 7476 | | { |
| 1 | 7477 | | SpdxId = new Uri("http://spdx.org/licenses/PPL"), |
| 1 | 7478 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7479 | | SeeAlso = [ |
| 1 | 7480 | | new Uri("http://www.networkcultures.org/_uploads/%233notebook_telekommunist.pdf"), |
| 1 | 7481 | | new Uri("https://wiki.p2pfoundation.net/Peer_Production_License") |
| 1 | 7482 | | ], |
| 1 | 7483 | | LicenseText = ReadResource("PPL.fulltext.txt"), |
| 1 | 7484 | | StandardLicenseTemplate = ReadResource("PPL.template.txt"), |
| 1 | 7485 | | Comment = "This license is a modified version of CC-BY-NC-SA-3.0, with the most notable differences being the ad |
| 1 | 7486 | | Catalog = _creationInfo.Catalog, |
| 1 | 7487 | | CreationInfo = _creationInfo |
| 1 | 7488 | | }; |
| 1 | 7489 | | public static readonly ListedLicense PSF_2_0 = new ListedLicense |
| 1 | 7490 | | { |
| 1 | 7491 | | SpdxId = new Uri("http://spdx.org/licenses/PSF-2.0"), |
| 1 | 7492 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7493 | | SeeAlso = [ |
| 1 | 7494 | | new Uri("https://matplotlib.org/stable/project/license.html"), |
| 1 | 7495 | | new Uri("https://opensource.org/licenses/Python-2.0") |
| 1 | 7496 | | ], |
| 1 | 7497 | | LicenseText = ReadResource("PSF-2.0.fulltext.txt"), |
| 1 | 7498 | | StandardLicenseTemplate = ReadResource("PSF-2.0.template.txt"), |
| 1 | 7499 | | Comment = "This is the PSF-2.0 license, which is part of the complete Python license text, but also used indepen |
| 1 | 7500 | | Catalog = _creationInfo.Catalog, |
| 1 | 7501 | | CreationInfo = _creationInfo |
| 1 | 7502 | | }; |
| 1 | 7503 | | public static readonly ListedLicense PSFRAG = new ListedLicense |
| 1 | 7504 | | { |
| 1 | 7505 | | SpdxId = new Uri("http://spdx.org/licenses/psfrag"), |
| 1 | 7506 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7507 | | SeeAlso = [ |
| 1 | 7508 | | new Uri("https://fedoraproject.org/wiki/Licensing/psfrag") |
| 1 | 7509 | | ], |
| 1 | 7510 | | LicenseText = ReadResource("psfrag.fulltext.txt"), |
| 1 | 7511 | | StandardLicenseTemplate = ReadResource("psfrag.template.txt"), |
| 1 | 7512 | | Catalog = _creationInfo.Catalog, |
| 1 | 7513 | | CreationInfo = _creationInfo |
| 1 | 7514 | | }; |
| 1 | 7515 | | public static readonly ListedLicense PSUTILS = new ListedLicense |
| 1 | 7516 | | { |
| 1 | 7517 | | SpdxId = new Uri("http://spdx.org/licenses/psutils"), |
| 1 | 7518 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7519 | | SeeAlso = [ |
| 1 | 7520 | | new Uri("https://fedoraproject.org/wiki/Licensing/psutils") |
| 1 | 7521 | | ], |
| 1 | 7522 | | LicenseText = ReadResource("psutils.fulltext.txt"), |
| 1 | 7523 | | StandardLicenseTemplate = ReadResource("psutils.template.txt"), |
| 1 | 7524 | | Catalog = _creationInfo.Catalog, |
| 1 | 7525 | | CreationInfo = _creationInfo |
| 1 | 7526 | | }; |
| 1 | 7527 | | public static readonly ListedLicense PYTHON_2_0 = new ListedLicense |
| 1 | 7528 | | { |
| 1 | 7529 | | SpdxId = new Uri("http://spdx.org/licenses/Python-2.0"), |
| 1 | 7530 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7531 | | SeeAlso = [ |
| 1 | 7532 | | new Uri("https://opensource.org/licenses/Python-2.0") |
| 1 | 7533 | | ], |
| 1 | 7534 | | LicenseText = ReadResource("Python-2.0.fulltext.txt"), |
| 1 | 7535 | | StandardLicenseTemplate = ReadResource("Python-2.0.template.txt"), |
| 1 | 7536 | | Comment = "This is the overall Python license as published on the OSI website, which is comprised of several lic |
| 1 | 7537 | | IsFsfLibre = true, |
| 1 | 7538 | | IsOsiApproved = true, |
| 1 | 7539 | | Catalog = _creationInfo.Catalog, |
| 1 | 7540 | | CreationInfo = _creationInfo |
| 1 | 7541 | | }; |
| 1 | 7542 | | public static readonly ListedLicense PYTHON_2_0_1 = new ListedLicense |
| 1 | 7543 | | { |
| 1 | 7544 | | SpdxId = new Uri("http://spdx.org/licenses/Python-2.0.1"), |
| 1 | 7545 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7546 | | SeeAlso = [ |
| 1 | 7547 | | new Uri("https://docs.python.org/3/license.html"), |
| 1 | 7548 | | new Uri("https://github.com/python/cpython/blob/main/LICENSE"), |
| 1 | 7549 | | new Uri("https://www.python.org/download/releases/2.0.1/license/") |
| 1 | 7550 | | ], |
| 1 | 7551 | | LicenseText = ReadResource("Python-2.0.1.fulltext.txt"), |
| 1 | 7552 | | StandardLicenseTemplate = ReadResource("Python-2.0.1.template.txt"), |
| 1 | 7553 | | Comment = "For Python release 1.6.1, apparently the CNRI-Python license part of the stack was replaced with CNRI |
| 1 | 7554 | | Catalog = _creationInfo.Catalog, |
| 1 | 7555 | | CreationInfo = _creationInfo |
| 1 | 7556 | | }; |
| 1 | 7557 | | public static readonly ListedLicense PYTHON_LDAP = new ListedLicense |
| 1 | 7558 | | { |
| 1 | 7559 | | SpdxId = new Uri("http://spdx.org/licenses/python-ldap"), |
| 1 | 7560 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7561 | | SeeAlso = [ |
| 1 | 7562 | | new Uri("https://github.com/python-ldap/python-ldap/blob/main/LICENCE") |
| 1 | 7563 | | ], |
| 1 | 7564 | | LicenseText = ReadResource("python-ldap.fulltext.txt"), |
| 1 | 7565 | | StandardLicenseTemplate = ReadResource("python-ldap.template.txt"), |
| 1 | 7566 | | Catalog = _creationInfo.Catalog, |
| 1 | 7567 | | CreationInfo = _creationInfo |
| 1 | 7568 | | }; |
| 1 | 7569 | | public static readonly ListedLicense QHULL = new ListedLicense |
| 1 | 7570 | | { |
| 1 | 7571 | | SpdxId = new Uri("http://spdx.org/licenses/Qhull"), |
| 1 | 7572 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7573 | | SeeAlso = [ |
| 1 | 7574 | | new Uri("https://fedoraproject.org/wiki/Licensing/Qhull") |
| 1 | 7575 | | ], |
| 1 | 7576 | | LicenseText = ReadResource("Qhull.fulltext.txt"), |
| 1 | 7577 | | StandardLicenseTemplate = ReadResource("Qhull.template.txt"), |
| 1 | 7578 | | Catalog = _creationInfo.Catalog, |
| 1 | 7579 | | CreationInfo = _creationInfo |
| 1 | 7580 | | }; |
| 1 | 7581 | | public static readonly ListedLicense QPL_1_0 = new ListedLicense |
| 1 | 7582 | | { |
| 1 | 7583 | | SpdxId = new Uri("http://spdx.org/licenses/QPL-1.0"), |
| 1 | 7584 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7585 | | SeeAlso = [ |
| 1 | 7586 | | new Uri("http://doc.qt.nokia.com/3.3/license.html"), |
| 1 | 7587 | | new Uri("https://doc.qt.io/archives/3.3/license.html"), |
| 1 | 7588 | | new Uri("https://opensource.org/licenses/QPL-1.0") |
| 1 | 7589 | | ], |
| 1 | 7590 | | LicenseText = ReadResource("QPL-1.0.fulltext.txt"), |
| 1 | 7591 | | StandardLicenseTemplate = ReadResource("QPL-1.0.template.txt"), |
| 1 | 7592 | | IsFsfLibre = true, |
| 1 | 7593 | | IsOsiApproved = true, |
| 1 | 7594 | | Catalog = _creationInfo.Catalog, |
| 1 | 7595 | | CreationInfo = _creationInfo |
| 1 | 7596 | | }; |
| 1 | 7597 | | public static readonly ListedLicense QPL_1_0_INRIA_2004 = new ListedLicense |
| 1 | 7598 | | { |
| 1 | 7599 | | SpdxId = new Uri("http://spdx.org/licenses/QPL-1.0-INRIA-2004"), |
| 1 | 7600 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7601 | | SeeAlso = [ |
| 1 | 7602 | | new Uri("https://github.com/maranget/hevea/blob/master/LICENSE") |
| 1 | 7603 | | ], |
| 1 | 7604 | | LicenseText = ReadResource("QPL-1.0-INRIA-2004.fulltext.txt"), |
| 1 | 7605 | | StandardLicenseTemplate = ReadResource("QPL-1.0-INRIA-2004.template.txt"), |
| 1 | 7606 | | Comment = "This license is a variant of QPL-1.0 with the choice of law changed to France. This variant appears t |
| 1 | 7607 | | Catalog = _creationInfo.Catalog, |
| 1 | 7608 | | CreationInfo = _creationInfo |
| 1 | 7609 | | }; |
| 1 | 7610 | | public static readonly ListedLicense RADVD = new ListedLicense |
| 1 | 7611 | | { |
| 1 | 7612 | | SpdxId = new Uri("http://spdx.org/licenses/radvd"), |
| 1 | 7613 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7614 | | SeeAlso = [ |
| 1 | 7615 | | new Uri("https://github.com/radvd-project/radvd/blob/master/COPYRIGHT") |
| 1 | 7616 | | ], |
| 1 | 7617 | | LicenseText = ReadResource("radvd.fulltext.txt"), |
| 1 | 7618 | | StandardLicenseTemplate = ReadResource("radvd.template.txt"), |
| 1 | 7619 | | Comment = "This license is almost a match to Inner-Net-2.0, but it includes clause 4 which Inner-Net-2.0 omits." |
| 1 | 7620 | | Catalog = _creationInfo.Catalog, |
| 1 | 7621 | | CreationInfo = _creationInfo |
| 1 | 7622 | | }; |
| 1 | 7623 | | public static readonly ListedLicense RDISC = new ListedLicense |
| 1 | 7624 | | { |
| 1 | 7625 | | SpdxId = new Uri("http://spdx.org/licenses/Rdisc"), |
| 1 | 7626 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7627 | | SeeAlso = [ |
| 1 | 7628 | | new Uri("https://fedoraproject.org/wiki/Licensing/Rdisc_License") |
| 1 | 7629 | | ], |
| 1 | 7630 | | LicenseText = ReadResource("Rdisc.fulltext.txt"), |
| 1 | 7631 | | StandardLicenseTemplate = ReadResource("Rdisc.template.txt"), |
| 1 | 7632 | | Catalog = _creationInfo.Catalog, |
| 1 | 7633 | | CreationInfo = _creationInfo |
| 1 | 7634 | | }; |
| 1 | 7635 | | public static readonly ListedLicense RHECOS_1_1 = new ListedLicense |
| 1 | 7636 | | { |
| 1 | 7637 | | SpdxId = new Uri("http://spdx.org/licenses/RHeCos-1.1"), |
| 1 | 7638 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7639 | | SeeAlso = [ |
| 1 | 7640 | | new Uri("http://ecos.sourceware.org/old-license.html") |
| 1 | 7641 | | ], |
| 1 | 7642 | | LicenseText = ReadResource("RHeCos-1.1.fulltext.txt"), |
| 1 | 7643 | | StandardLicenseTemplate = ReadResource("RHeCos-1.1.template.txt"), |
| 1 | 7644 | | Catalog = _creationInfo.Catalog, |
| 1 | 7645 | | CreationInfo = _creationInfo |
| 1 | 7646 | | }; |
| 1 | 7647 | | public static readonly ListedLicense RPL_1_1 = new ListedLicense |
| 1 | 7648 | | { |
| 1 | 7649 | | SpdxId = new Uri("http://spdx.org/licenses/RPL-1.1"), |
| 1 | 7650 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7651 | | SeeAlso = [ |
| 1 | 7652 | | new Uri("https://opensource.org/licenses/RPL-1.1") |
| 1 | 7653 | | ], |
| 1 | 7654 | | LicenseText = ReadResource("RPL-1.1.fulltext.txt"), |
| 1 | 7655 | | StandardLicenseTemplate = ReadResource("RPL-1.1.template.txt"), |
| 1 | 7656 | | Comment = "This license has been superseded by the Reciprocal Public License, version 1.5", |
| 1 | 7657 | | Catalog = _creationInfo.Catalog, |
| 1 | 7658 | | CreationInfo = _creationInfo |
| 1 | 7659 | | }; |
| 1 | 7660 | | public static readonly ListedLicense RPL_1_5 = new ListedLicense |
| 1 | 7661 | | { |
| 1 | 7662 | | SpdxId = new Uri("http://spdx.org/licenses/RPL-1.5"), |
| 1 | 7663 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7664 | | SeeAlso = [ |
| 1 | 7665 | | new Uri("https://opensource.org/licenses/RPL-1.5") |
| 1 | 7666 | | ], |
| 1 | 7667 | | LicenseText = ReadResource("RPL-1.5.fulltext.txt"), |
| 1 | 7668 | | StandardLicenseTemplate = ReadResource("RPL-1.5.template.txt"), |
| 1 | 7669 | | Comment = "This license was released: 15 July 2007", |
| 1 | 7670 | | Catalog = _creationInfo.Catalog, |
| 1 | 7671 | | CreationInfo = _creationInfo |
| 1 | 7672 | | }; |
| 1 | 7673 | | public static readonly ListedLicense RPSL_1_0 = new ListedLicense |
| 1 | 7674 | | { |
| 1 | 7675 | | SpdxId = new Uri("http://spdx.org/licenses/RPSL-1.0"), |
| 1 | 7676 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7677 | | SeeAlso = [ |
| 1 | 7678 | | new Uri("https://helixcommunity.org/content/rpsl"), |
| 1 | 7679 | | new Uri("https://opensource.org/licenses/RPSL-1.0") |
| 1 | 7680 | | ], |
| 1 | 7681 | | LicenseText = ReadResource("RPSL-1.0.fulltext.txt"), |
| 1 | 7682 | | StandardLicenseTemplate = ReadResource("RPSL-1.0.template.txt"), |
| 1 | 7683 | | StandardLicenseHeader = ReadResource("RPSL-1.0.header.txt"), |
| 1 | 7684 | | IsFsfLibre = true, |
| 1 | 7685 | | IsOsiApproved = true, |
| 1 | 7686 | | Catalog = _creationInfo.Catalog, |
| 1 | 7687 | | CreationInfo = _creationInfo |
| 1 | 7688 | | }; |
| 1 | 7689 | | public static readonly ListedLicense RSA_MD = new ListedLicense |
| 1 | 7690 | | { |
| 1 | 7691 | | SpdxId = new Uri("http://spdx.org/licenses/RSA-MD"), |
| 1 | 7692 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7693 | | SeeAlso = [ |
| 1 | 7694 | | new Uri("http://www.faqs.org/rfcs/rfc1321.html") |
| 1 | 7695 | | ], |
| 1 | 7696 | | LicenseText = ReadResource("RSA-MD.fulltext.txt"), |
| 1 | 7697 | | StandardLicenseTemplate = ReadResource("RSA-MD.template.txt"), |
| 1 | 7698 | | Catalog = _creationInfo.Catalog, |
| 1 | 7699 | | CreationInfo = _creationInfo |
| 1 | 7700 | | }; |
| 1 | 7701 | | public static readonly ListedLicense RSCPL = new ListedLicense |
| 1 | 7702 | | { |
| 1 | 7703 | | SpdxId = new Uri("http://spdx.org/licenses/RSCPL"), |
| 1 | 7704 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7705 | | SeeAlso = [ |
| 1 | 7706 | | new Uri("http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml"), |
| 1 | 7707 | | new Uri("https://opensource.org/licenses/RSCPL") |
| 1 | 7708 | | ], |
| 1 | 7709 | | LicenseText = ReadResource("RSCPL.fulltext.txt"), |
| 1 | 7710 | | StandardLicenseTemplate = ReadResource("RSCPL.template.txt"), |
| 1 | 7711 | | Catalog = _creationInfo.Catalog, |
| 1 | 7712 | | CreationInfo = _creationInfo |
| 1 | 7713 | | }; |
| 1 | 7714 | | public static readonly ListedLicense RUBY = new ListedLicense |
| 1 | 7715 | | { |
| 1 | 7716 | | SpdxId = new Uri("http://spdx.org/licenses/Ruby"), |
| 1 | 7717 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7718 | | SeeAlso = [ |
| 1 | 7719 | | new Uri("https://www.ruby-lang.org/en/about/license.txt") |
| 1 | 7720 | | ], |
| 1 | 7721 | | LicenseText = ReadResource("Ruby.fulltext.txt"), |
| 1 | 7722 | | StandardLicenseTemplate = ReadResource("Ruby.template.txt"), |
| 1 | 7723 | | Comment = "Ruby is disjunctively licensed project that allows the choice of this license and another. The other |
| 1 | 7724 | | IsFsfLibre = true, |
| 1 | 7725 | | IsOsiApproved = false, |
| 1 | 7726 | | Catalog = _creationInfo.Catalog, |
| 1 | 7727 | | CreationInfo = _creationInfo |
| 1 | 7728 | | }; |
| 1 | 7729 | | public static readonly ListedLicense RUBY_PTY = new ListedLicense |
| 1 | 7730 | | { |
| 1 | 7731 | | SpdxId = new Uri("http://spdx.org/licenses/Ruby-pty"), |
| 1 | 7732 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7733 | | SeeAlso = [ |
| 1 | 7734 | | new Uri("https://github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786" |
| 1 | 7735 | | new Uri("https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-ef5fa30838d6d0cec |
| 1 | 7736 | | new Uri("https://github.com/ruby/ruby/commit/0a64817fb80016030c03518fb9459f63c11605ea#diff-fedf217c1ce44bda0 |
| 1 | 7737 | | ], |
| 1 | 7738 | | LicenseText = ReadResource("Ruby-pty.fulltext.txt"), |
| 1 | 7739 | | StandardLicenseTemplate = ReadResource("Ruby-pty.template.txt"), |
| 1 | 7740 | | Comment = "There is a Japanese translation of this license included with some instances of use.", |
| 1 | 7741 | | Catalog = _creationInfo.Catalog, |
| 1 | 7742 | | CreationInfo = _creationInfo |
| 1 | 7743 | | }; |
| 1 | 7744 | | public static readonly ListedLicense SAX_PD = new ListedLicense |
| 1 | 7745 | | { |
| 1 | 7746 | | SpdxId = new Uri("http://spdx.org/licenses/SAX-PD"), |
| 1 | 7747 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7748 | | SeeAlso = [ |
| 1 | 7749 | | new Uri("http://www.saxproject.org/copying.html") |
| 1 | 7750 | | ], |
| 1 | 7751 | | LicenseText = ReadResource("SAX-PD.fulltext.txt"), |
| 1 | 7752 | | StandardLicenseTemplate = ReadResource("SAX-PD.template.txt"), |
| 1 | 7753 | | Catalog = _creationInfo.Catalog, |
| 1 | 7754 | | CreationInfo = _creationInfo |
| 1 | 7755 | | }; |
| 1 | 7756 | | public static readonly ListedLicense SAX_PD_2_0 = new ListedLicense |
| 1 | 7757 | | { |
| 1 | 7758 | | SpdxId = new Uri("http://spdx.org/licenses/SAX-PD-2.0"), |
| 1 | 7759 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7760 | | SeeAlso = [ |
| 1 | 7761 | | new Uri("http://www.saxproject.org/copying.html") |
| 1 | 7762 | | ], |
| 1 | 7763 | | LicenseText = ReadResource("SAX-PD-2.0.fulltext.txt"), |
| 1 | 7764 | | StandardLicenseTemplate = ReadResource("SAX-PD-2.0.template.txt"), |
| 1 | 7765 | | Catalog = _creationInfo.Catalog, |
| 1 | 7766 | | CreationInfo = _creationInfo |
| 1 | 7767 | | }; |
| 1 | 7768 | | public static readonly ListedLicense SAXPATH = new ListedLicense |
| 1 | 7769 | | { |
| 1 | 7770 | | SpdxId = new Uri("http://spdx.org/licenses/Saxpath"), |
| 1 | 7771 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7772 | | SeeAlso = [ |
| 1 | 7773 | | new Uri("https://fedoraproject.org/wiki/Licensing/Saxpath_License") |
| 1 | 7774 | | ], |
| 1 | 7775 | | LicenseText = ReadResource("Saxpath.fulltext.txt"), |
| 1 | 7776 | | StandardLicenseTemplate = ReadResource("Saxpath.template.txt"), |
| 1 | 7777 | | Catalog = _creationInfo.Catalog, |
| 1 | 7778 | | CreationInfo = _creationInfo |
| 1 | 7779 | | }; |
| 1 | 7780 | | public static readonly ListedLicense SCEA = new ListedLicense |
| 1 | 7781 | | { |
| 1 | 7782 | | SpdxId = new Uri("http://spdx.org/licenses/SCEA"), |
| 1 | 7783 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7784 | | SeeAlso = [ |
| 1 | 7785 | | new Uri("http://research.scea.com/scea_shared_source_license.html") |
| 1 | 7786 | | ], |
| 1 | 7787 | | LicenseText = ReadResource("SCEA.fulltext.txt"), |
| 1 | 7788 | | StandardLicenseTemplate = ReadResource("SCEA.template.txt"), |
| 1 | 7789 | | StandardLicenseHeader = ReadResource("SCEA.header.txt"), |
| 1 | 7790 | | Catalog = _creationInfo.Catalog, |
| 1 | 7791 | | CreationInfo = _creationInfo |
| 1 | 7792 | | }; |
| 1 | 7793 | | public static readonly ListedLicense SCHEMEREPORT = new ListedLicense |
| 1 | 7794 | | { |
| 1 | 7795 | | SpdxId = new Uri("http://spdx.org/licenses/SchemeReport"), |
| 1 | 7796 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7797 | | SeeAlso = [ |
| 1 | 7798 | | ], |
| 1 | 7799 | | LicenseText = ReadResource("SchemeReport.fulltext.txt"), |
| 1 | 7800 | | StandardLicenseTemplate = ReadResource("SchemeReport.template.txt"), |
| 1 | 7801 | | Comment = "Code derived from the document \"Revised Report on Scheme\" and subsequent revisions, is distributed |
| 1 | 7802 | | Catalog = _creationInfo.Catalog, |
| 1 | 7803 | | CreationInfo = _creationInfo |
| 1 | 7804 | | }; |
| 1 | 7805 | | public static readonly ListedLicense SENDMAIL = new ListedLicense |
| 1 | 7806 | | { |
| 1 | 7807 | | SpdxId = new Uri("http://spdx.org/licenses/Sendmail"), |
| 1 | 7808 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7809 | | SeeAlso = [ |
| 1 | 7810 | | new Uri("http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf"), |
| 1 | 7811 | | new Uri("https://web.archive.org/web/20160322142305/https://www.sendmail.com/pdfs/open_source/sendmail_licen |
| 1 | 7812 | | ], |
| 1 | 7813 | | LicenseText = ReadResource("Sendmail.fulltext.txt"), |
| 1 | 7814 | | StandardLicenseTemplate = ReadResource("Sendmail.template.txt"), |
| 1 | 7815 | | Catalog = _creationInfo.Catalog, |
| 1 | 7816 | | CreationInfo = _creationInfo |
| 1 | 7817 | | }; |
| 1 | 7818 | | public static readonly ListedLicense SENDMAIL_8_23 = new ListedLicense |
| 1 | 7819 | | { |
| 1 | 7820 | | SpdxId = new Uri("http://spdx.org/licenses/Sendmail-8.23"), |
| 1 | 7821 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7822 | | SeeAlso = [ |
| 1 | 7823 | | new Uri("https://web.archive.org/web/20181003101040/https://www.proofpoint.com/sites/default/files/sendmail- |
| 1 | 7824 | | new Uri("https://www.proofpoint.com/sites/default/files/sendmail-license.pdf") |
| 1 | 7825 | | ], |
| 1 | 7826 | | LicenseText = ReadResource("Sendmail-8.23.fulltext.txt"), |
| 1 | 7827 | | StandardLicenseTemplate = ReadResource("Sendmail-8.23.template.txt"), |
| 1 | 7828 | | Catalog = _creationInfo.Catalog, |
| 1 | 7829 | | CreationInfo = _creationInfo |
| 1 | 7830 | | }; |
| 1 | 7831 | | public static readonly ListedLicense SENDMAIL_OPEN_SOURCE_1_1 = new ListedLicense |
| 1 | 7832 | | { |
| 1 | 7833 | | SpdxId = new Uri("http://spdx.org/licenses/Sendmail-Open-Source-1.1"), |
| 1 | 7834 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7835 | | SeeAlso = [ |
| 1 | 7836 | | new Uri("https://github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail") |
| 1 | 7837 | | ], |
| 1 | 7838 | | LicenseText = ReadResource("Sendmail-Open-Source-1.1.fulltext.txt"), |
| 1 | 7839 | | StandardLicenseTemplate = ReadResource("Sendmail-Open-Source-1.1.template.txt"), |
| 1 | 7840 | | Comment = "Note that this license is distinct and not a different version from Sendmail or Sendmail-8.23", |
| 1 | 7841 | | Catalog = _creationInfo.Catalog, |
| 1 | 7842 | | CreationInfo = _creationInfo |
| 1 | 7843 | | }; |
| 1 | 7844 | | public static readonly ListedLicense SGI_B_1_0 = new ListedLicense |
| 1 | 7845 | | { |
| 1 | 7846 | | SpdxId = new Uri("http://spdx.org/licenses/SGI-B-1.0"), |
| 1 | 7847 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7848 | | SeeAlso = [ |
| 1 | 7849 | | new Uri("http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html") |
| 1 | 7850 | | ], |
| 1 | 7851 | | LicenseText = ReadResource("SGI-B-1.0.fulltext.txt"), |
| 1 | 7852 | | StandardLicenseTemplate = ReadResource("SGI-B-1.0.template.txt"), |
| 1 | 7853 | | StandardLicenseHeader = ReadResource("SGI-B-1.0.header.txt"), |
| 1 | 7854 | | Comment = "This license was released 25 January 2000", |
| 1 | 7855 | | Catalog = _creationInfo.Catalog, |
| 1 | 7856 | | CreationInfo = _creationInfo |
| 1 | 7857 | | }; |
| 1 | 7858 | | public static readonly ListedLicense SGI_B_1_1 = new ListedLicense |
| 1 | 7859 | | { |
| 1 | 7860 | | SpdxId = new Uri("http://spdx.org/licenses/SGI-B-1.1"), |
| 1 | 7861 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7862 | | SeeAlso = [ |
| 1 | 7863 | | new Uri("http://oss.sgi.com/projects/FreeB/") |
| 1 | 7864 | | ], |
| 1 | 7865 | | LicenseText = ReadResource("SGI-B-1.1.fulltext.txt"), |
| 1 | 7866 | | StandardLicenseTemplate = ReadResource("SGI-B-1.1.template.txt"), |
| 1 | 7867 | | StandardLicenseHeader = ReadResource("SGI-B-1.1.header.txt"), |
| 1 | 7868 | | Comment = "This license was released 22 February 2002", |
| 1 | 7869 | | Catalog = _creationInfo.Catalog, |
| 1 | 7870 | | CreationInfo = _creationInfo |
| 1 | 7871 | | }; |
| 1 | 7872 | | public static readonly ListedLicense SGI_B_2_0 = new ListedLicense |
| 1 | 7873 | | { |
| 1 | 7874 | | SpdxId = new Uri("http://spdx.org/licenses/SGI-B-2.0"), |
| 1 | 7875 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7876 | | SeeAlso = [ |
| 1 | 7877 | | new Uri("http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf") |
| 1 | 7878 | | ], |
| 1 | 7879 | | LicenseText = ReadResource("SGI-B-2.0.fulltext.txt"), |
| 1 | 7880 | | StandardLicenseTemplate = ReadResource("SGI-B-2.0.template.txt"), |
| 1 | 7881 | | Comment = "This license was released 18 Sept 2008", |
| 1 | 7882 | | IsFsfLibre = true, |
| 1 | 7883 | | IsOsiApproved = false, |
| 1 | 7884 | | Catalog = _creationInfo.Catalog, |
| 1 | 7885 | | CreationInfo = _creationInfo |
| 1 | 7886 | | }; |
| 1 | 7887 | | public static readonly ListedLicense SGI_OPENGL = new ListedLicense |
| 1 | 7888 | | { |
| 1 | 7889 | | SpdxId = new Uri("http://spdx.org/licenses/SGI-OpenGL"), |
| 1 | 7890 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7891 | | SeeAlso = [ |
| 1 | 7892 | | new Uri("https://gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type=heads") |
| 1 | 7893 | | ], |
| 1 | 7894 | | LicenseText = ReadResource("SGI-OpenGL.fulltext.txt"), |
| 1 | 7895 | | StandardLicenseTemplate = ReadResource("SGI-OpenGL.template.txt"), |
| 1 | 7896 | | Catalog = _creationInfo.Catalog, |
| 1 | 7897 | | CreationInfo = _creationInfo |
| 1 | 7898 | | }; |
| 1 | 7899 | | public static readonly ListedLicense SGP4 = new ListedLicense |
| 1 | 7900 | | { |
| 1 | 7901 | | SpdxId = new Uri("http://spdx.org/licenses/SGP4"), |
| 1 | 7902 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7903 | | SeeAlso = [ |
| 1 | 7904 | | new Uri("https://celestrak.org/publications/AIAA/2006-6753/faq.php") |
| 1 | 7905 | | ], |
| 1 | 7906 | | LicenseText = ReadResource("SGP4.fulltext.txt"), |
| 1 | 7907 | | StandardLicenseTemplate = ReadResource("SGP4.template.txt"), |
| 1 | 7908 | | Catalog = _creationInfo.Catalog, |
| 1 | 7909 | | CreationInfo = _creationInfo |
| 1 | 7910 | | }; |
| 1 | 7911 | | public static readonly ListedLicense SHL_0_5 = new ListedLicense |
| 1 | 7912 | | { |
| 1 | 7913 | | SpdxId = new Uri("http://spdx.org/licenses/SHL-0.5"), |
| 1 | 7914 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7915 | | SeeAlso = [ |
| 1 | 7916 | | new Uri("https://solderpad.org/licenses/SHL-0.5/") |
| 1 | 7917 | | ], |
| 1 | 7918 | | LicenseText = ReadResource("SHL-0.5.fulltext.txt"), |
| 1 | 7919 | | StandardLicenseTemplate = ReadResource("SHL-0.5.template.txt"), |
| 1 | 7920 | | StandardLicenseHeader = ReadResource("SHL-0.5.header.txt"), |
| 1 | 7921 | | Catalog = _creationInfo.Catalog, |
| 1 | 7922 | | CreationInfo = _creationInfo |
| 1 | 7923 | | }; |
| 1 | 7924 | | public static readonly ListedLicense SHL_0_51 = new ListedLicense |
| 1 | 7925 | | { |
| 1 | 7926 | | SpdxId = new Uri("http://spdx.org/licenses/SHL-0.51"), |
| 1 | 7927 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7928 | | SeeAlso = [ |
| 1 | 7929 | | new Uri("https://solderpad.org/licenses/SHL-0.51/") |
| 1 | 7930 | | ], |
| 1 | 7931 | | LicenseText = ReadResource("SHL-0.51.fulltext.txt"), |
| 1 | 7932 | | StandardLicenseTemplate = ReadResource("SHL-0.51.template.txt"), |
| 1 | 7933 | | StandardLicenseHeader = ReadResource("SHL-0.51.header.txt"), |
| 1 | 7934 | | Comment = "This license was released in March of 2019.", |
| 1 | 7935 | | Catalog = _creationInfo.Catalog, |
| 1 | 7936 | | CreationInfo = _creationInfo |
| 1 | 7937 | | }; |
| 1 | 7938 | | public static readonly ListedLicense SIMPL_2_0 = new ListedLicense |
| 1 | 7939 | | { |
| 1 | 7940 | | SpdxId = new Uri("http://spdx.org/licenses/SimPL-2.0"), |
| 1 | 7941 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7942 | | SeeAlso = [ |
| 1 | 7943 | | new Uri("https://opensource.org/licenses/SimPL-2.0") |
| 1 | 7944 | | ], |
| 1 | 7945 | | LicenseText = ReadResource("SimPL-2.0.fulltext.txt"), |
| 1 | 7946 | | StandardLicenseTemplate = ReadResource("SimPL-2.0.template.txt"), |
| 1 | 7947 | | Catalog = _creationInfo.Catalog, |
| 1 | 7948 | | CreationInfo = _creationInfo |
| 1 | 7949 | | }; |
| 1 | 7950 | | public static readonly ListedLicense SISSL = new ListedLicense |
| 1 | 7951 | | { |
| 1 | 7952 | | SpdxId = new Uri("http://spdx.org/licenses/SISSL"), |
| 1 | 7953 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7954 | | SeeAlso = [ |
| 1 | 7955 | | new Uri("http://www.openoffice.org/licenses/sissl_license.html"), |
| 1 | 7956 | | new Uri("https://opensource.org/licenses/SISSL") |
| 1 | 7957 | | ], |
| 1 | 7958 | | LicenseText = ReadResource("SISSL.fulltext.txt"), |
| 1 | 7959 | | StandardLicenseTemplate = ReadResource("SISSL.template.txt"), |
| 1 | 7960 | | StandardLicenseHeader = ReadResource("SISSL.header.txt"), |
| 1 | 7961 | | IsFsfLibre = true, |
| 1 | 7962 | | IsOsiApproved = true, |
| 1 | 7963 | | Catalog = _creationInfo.Catalog, |
| 1 | 7964 | | CreationInfo = _creationInfo |
| 1 | 7965 | | }; |
| 1 | 7966 | | public static readonly ListedLicense SISSL_1_2 = new ListedLicense |
| 1 | 7967 | | { |
| 1 | 7968 | | SpdxId = new Uri("http://spdx.org/licenses/SISSL-1.2"), |
| 1 | 7969 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7970 | | SeeAlso = [ |
| 1 | 7971 | | new Uri("http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html") |
| 1 | 7972 | | ], |
| 1 | 7973 | | LicenseText = ReadResource("SISSL-1.2.fulltext.txt"), |
| 1 | 7974 | | StandardLicenseTemplate = ReadResource("SISSL-1.2.template.txt"), |
| 1 | 7975 | | StandardLicenseHeader = ReadResource("SISSL-1.2.header.txt"), |
| 1 | 7976 | | Catalog = _creationInfo.Catalog, |
| 1 | 7977 | | CreationInfo = _creationInfo |
| 1 | 7978 | | }; |
| 1 | 7979 | | public static readonly ListedLicense SL = new ListedLicense |
| 1 | 7980 | | { |
| 1 | 7981 | | SpdxId = new Uri("http://spdx.org/licenses/SL"), |
| 1 | 7982 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7983 | | SeeAlso = [ |
| 1 | 7984 | | new Uri("https://github.com/mtoyoda/sl/blob/master/LICENSE") |
| 1 | 7985 | | ], |
| 1 | 7986 | | LicenseText = ReadResource("SL.fulltext.txt"), |
| 1 | 7987 | | StandardLicenseTemplate = ReadResource("SL.template.txt"), |
| 1 | 7988 | | Catalog = _creationInfo.Catalog, |
| 1 | 7989 | | CreationInfo = _creationInfo |
| 1 | 7990 | | }; |
| 1 | 7991 | | public static readonly ListedLicense SLEEPYCAT = new ListedLicense |
| 1 | 7992 | | { |
| 1 | 7993 | | SpdxId = new Uri("http://spdx.org/licenses/Sleepycat"), |
| 1 | 7994 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 7995 | | SeeAlso = [ |
| 1 | 7996 | | new Uri("https://opensource.org/licenses/Sleepycat") |
| 1 | 7997 | | ], |
| 1 | 7998 | | LicenseText = ReadResource("Sleepycat.fulltext.txt"), |
| 1 | 7999 | | StandardLicenseTemplate = ReadResource("Sleepycat.template.txt"), |
| 1 | 8000 | | IsFsfLibre = true, |
| 1 | 8001 | | IsOsiApproved = true, |
| 1 | 8002 | | Catalog = _creationInfo.Catalog, |
| 1 | 8003 | | CreationInfo = _creationInfo |
| 1 | 8004 | | }; |
| 1 | 8005 | | public static readonly ListedLicense SMAIL_GPL = new ListedLicense |
| 1 | 8006 | | { |
| 1 | 8007 | | SpdxId = new Uri("http://spdx.org/licenses/SMAIL-GPL"), |
| 1 | 8008 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8009 | | SeeAlso = [ |
| 1 | 8010 | | new Uri("https://sources.debian.org/copyright/license/debianutils/4.11.2/") |
| 1 | 8011 | | ], |
| 1 | 8012 | | LicenseText = ReadResource("SMAIL-GPL.fulltext.txt"), |
| 1 | 8013 | | StandardLicenseTemplate = ReadResource("SMAIL-GPL.template.txt"), |
| 1 | 8014 | | Catalog = _creationInfo.Catalog, |
| 1 | 8015 | | CreationInfo = _creationInfo |
| 1 | 8016 | | }; |
| 1 | 8017 | | public static readonly ListedLicense SMLNJ = new ListedLicense |
| 1 | 8018 | | { |
| 1 | 8019 | | SpdxId = new Uri("http://spdx.org/licenses/SMLNJ"), |
| 1 | 8020 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8021 | | SeeAlso = [ |
| 1 | 8022 | | new Uri("https://www.smlnj.org/license.html") |
| 1 | 8023 | | ], |
| 1 | 8024 | | LicenseText = ReadResource("SMLNJ.fulltext.txt"), |
| 1 | 8025 | | StandardLicenseTemplate = ReadResource("SMLNJ.template.txt"), |
| 1 | 8026 | | IsFsfLibre = true, |
| 1 | 8027 | | IsOsiApproved = false, |
| 1 | 8028 | | Catalog = _creationInfo.Catalog, |
| 1 | 8029 | | CreationInfo = _creationInfo |
| 1 | 8030 | | }; |
| 1 | 8031 | | public static readonly ListedLicense SMPPL = new ListedLicense |
| 1 | 8032 | | { |
| 1 | 8033 | | SpdxId = new Uri("http://spdx.org/licenses/SMPPL"), |
| 1 | 8034 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8035 | | SeeAlso = [ |
| 1 | 8036 | | new Uri("https://github.com/dcblake/SMP/blob/master/Documentation/License.txt") |
| 1 | 8037 | | ], |
| 1 | 8038 | | LicenseText = ReadResource("SMPPL.fulltext.txt"), |
| 1 | 8039 | | StandardLicenseTemplate = ReadResource("SMPPL.template.txt"), |
| 1 | 8040 | | Catalog = _creationInfo.Catalog, |
| 1 | 8041 | | CreationInfo = _creationInfo |
| 1 | 8042 | | }; |
| 1 | 8043 | | public static readonly ListedLicense SNIA = new ListedLicense |
| 1 | 8044 | | { |
| 1 | 8045 | | SpdxId = new Uri("http://spdx.org/licenses/SNIA"), |
| 1 | 8046 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8047 | | SeeAlso = [ |
| 1 | 8048 | | new Uri("https://fedoraproject.org/wiki/Licensing/SNIA_Public_License") |
| 1 | 8049 | | ], |
| 1 | 8050 | | LicenseText = ReadResource("SNIA.fulltext.txt"), |
| 1 | 8051 | | StandardLicenseTemplate = ReadResource("SNIA.template.txt"), |
| 1 | 8052 | | Comment = "This is MPL-1.1 with some edits.", |
| 1 | 8053 | | Catalog = _creationInfo.Catalog, |
| 1 | 8054 | | CreationInfo = _creationInfo |
| 1 | 8055 | | }; |
| 1 | 8056 | | public static readonly ListedLicense SNPRINTF = new ListedLicense |
| 1 | 8057 | | { |
| 1 | 8058 | | SpdxId = new Uri("http://spdx.org/licenses/snprintf"), |
| 1 | 8059 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8060 | | SeeAlso = [ |
| 1 | 8061 | | new Uri("https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2") |
| 1 | 8062 | | ], |
| 1 | 8063 | | LicenseText = ReadResource("snprintf.fulltext.txt"), |
| 1 | 8064 | | StandardLicenseTemplate = ReadResource("snprintf.template.txt"), |
| 1 | 8065 | | Catalog = _creationInfo.Catalog, |
| 1 | 8066 | | CreationInfo = _creationInfo |
| 1 | 8067 | | }; |
| 1 | 8068 | | public static readonly ListedLicense SOFA = new ListedLicense |
| 1 | 8069 | | { |
| 1 | 8070 | | SpdxId = new Uri("http://spdx.org/licenses/SOFA"), |
| 1 | 8071 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8072 | | SeeAlso = [ |
| 1 | 8073 | | new Uri("http://www.iausofa.org/tandc.html") |
| 1 | 8074 | | ], |
| 1 | 8075 | | LicenseText = ReadResource("SOFA.fulltext.txt"), |
| 1 | 8076 | | StandardLicenseTemplate = ReadResource("SOFA.template.txt"), |
| 1 | 8077 | | Catalog = _creationInfo.Catalog, |
| 1 | 8078 | | CreationInfo = _creationInfo |
| 1 | 8079 | | }; |
| 1 | 8080 | | public static readonly ListedLicense SOFTSURFER = new ListedLicense |
| 1 | 8081 | | { |
| 1 | 8082 | | SpdxId = new Uri("http://spdx.org/licenses/softSurfer"), |
| 1 | 8083 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8084 | | SeeAlso = [ |
| 1 | 8085 | | new Uri("https://fedoraproject.org/wiki/Licensing/softSurfer"), |
| 1 | 8086 | | new Uri("https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207") |
| 1 | 8087 | | ], |
| 1 | 8088 | | LicenseText = ReadResource("softSurfer.fulltext.txt"), |
| 1 | 8089 | | StandardLicenseTemplate = ReadResource("softSurfer.template.txt"), |
| 1 | 8090 | | Catalog = _creationInfo.Catalog, |
| 1 | 8091 | | CreationInfo = _creationInfo |
| 1 | 8092 | | }; |
| 1 | 8093 | | public static readonly ListedLicense SOUNDEX = new ListedLicense |
| 1 | 8094 | | { |
| 1 | 8095 | | SpdxId = new Uri("http://spdx.org/licenses/Soundex"), |
| 1 | 8096 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8097 | | SeeAlso = [ |
| 1 | 8098 | | new Uri("https://metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11") |
| 1 | 8099 | | ], |
| 1 | 8100 | | LicenseText = ReadResource("Soundex.fulltext.txt"), |
| 1 | 8101 | | StandardLicenseTemplate = ReadResource("Soundex.template.txt"), |
| 1 | 8102 | | Catalog = _creationInfo.Catalog, |
| 1 | 8103 | | CreationInfo = _creationInfo |
| 1 | 8104 | | }; |
| 1 | 8105 | | public static readonly ListedLicense SPENCER_86 = new ListedLicense |
| 1 | 8106 | | { |
| 1 | 8107 | | SpdxId = new Uri("http://spdx.org/licenses/Spencer-86"), |
| 1 | 8108 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8109 | | SeeAlso = [ |
| 1 | 8110 | | new Uri("https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License") |
| 1 | 8111 | | ], |
| 1 | 8112 | | LicenseText = ReadResource("Spencer-86.fulltext.txt"), |
| 1 | 8113 | | StandardLicenseTemplate = ReadResource("Spencer-86.template.txt"), |
| 1 | 8114 | | Catalog = _creationInfo.Catalog, |
| 1 | 8115 | | CreationInfo = _creationInfo |
| 1 | 8116 | | }; |
| 1 | 8117 | | public static readonly ListedLicense SPENCER_94 = new ListedLicense |
| 1 | 8118 | | { |
| 1 | 8119 | | SpdxId = new Uri("http://spdx.org/licenses/Spencer-94"), |
| 1 | 8120 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8121 | | SeeAlso = [ |
| 1 | 8122 | | new Uri("https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"), |
| 1 | 8123 | | new Uri("https://metacpan.org/release/KNOK/File-MMagic-1.30/source/COPYING#L28") |
| 1 | 8124 | | ], |
| 1 | 8125 | | LicenseText = ReadResource("Spencer-94.fulltext.txt"), |
| 1 | 8126 | | StandardLicenseTemplate = ReadResource("Spencer-94.template.txt"), |
| 1 | 8127 | | Catalog = _creationInfo.Catalog, |
| 1 | 8128 | | CreationInfo = _creationInfo |
| 1 | 8129 | | }; |
| 1 | 8130 | | public static readonly ListedLicense SPENCER_99 = new ListedLicense |
| 1 | 8131 | | { |
| 1 | 8132 | | SpdxId = new Uri("http://spdx.org/licenses/Spencer-99"), |
| 1 | 8133 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8134 | | SeeAlso = [ |
| 1 | 8135 | | new Uri("http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c") |
| 1 | 8136 | | ], |
| 1 | 8137 | | LicenseText = ReadResource("Spencer-99.fulltext.txt"), |
| 1 | 8138 | | StandardLicenseTemplate = ReadResource("Spencer-99.template.txt"), |
| 1 | 8139 | | Catalog = _creationInfo.Catalog, |
| 1 | 8140 | | CreationInfo = _creationInfo |
| 1 | 8141 | | }; |
| 1 | 8142 | | public static readonly ListedLicense SPL_1_0 = new ListedLicense |
| 1 | 8143 | | { |
| 1 | 8144 | | SpdxId = new Uri("http://spdx.org/licenses/SPL-1.0"), |
| 1 | 8145 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8146 | | SeeAlso = [ |
| 1 | 8147 | | new Uri("https://opensource.org/licenses/SPL-1.0") |
| 1 | 8148 | | ], |
| 1 | 8149 | | LicenseText = ReadResource("SPL-1.0.fulltext.txt"), |
| 1 | 8150 | | StandardLicenseTemplate = ReadResource("SPL-1.0.template.txt"), |
| 1 | 8151 | | StandardLicenseHeader = ReadResource("SPL-1.0.header.txt"), |
| 1 | 8152 | | Comment = "This license is essentially a rebranded version of MPL-1.1, but with some important changes. In §1.3 |
| 1 | 8153 | | IsFsfLibre = true, |
| 1 | 8154 | | IsOsiApproved = true, |
| 1 | 8155 | | Catalog = _creationInfo.Catalog, |
| 1 | 8156 | | CreationInfo = _creationInfo |
| 1 | 8157 | | }; |
| 1 | 8158 | | public static readonly ListedLicense SSH_KEYSCAN = new ListedLicense |
| 1 | 8159 | | { |
| 1 | 8160 | | SpdxId = new Uri("http://spdx.org/licenses/ssh-keyscan"), |
| 1 | 8161 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8162 | | SeeAlso = [ |
| 1 | 8163 | | new Uri("https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82") |
| 1 | 8164 | | ], |
| 1 | 8165 | | LicenseText = ReadResource("ssh-keyscan.fulltext.txt"), |
| 1 | 8166 | | StandardLicenseTemplate = ReadResource("ssh-keyscan.template.txt"), |
| 1 | 8167 | | Catalog = _creationInfo.Catalog, |
| 1 | 8168 | | CreationInfo = _creationInfo |
| 1 | 8169 | | }; |
| 1 | 8170 | | public static readonly ListedLicense SSH_OPENSSH = new ListedLicense |
| 1 | 8171 | | { |
| 1 | 8172 | | SpdxId = new Uri("http://spdx.org/licenses/SSH-OpenSSH"), |
| 1 | 8173 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8174 | | SeeAlso = [ |
| 1 | 8175 | | new Uri("https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L |
| 1 | 8176 | | ], |
| 1 | 8177 | | LicenseText = ReadResource("SSH-OpenSSH.fulltext.txt"), |
| 1 | 8178 | | StandardLicenseTemplate = ReadResource("SSH-OpenSSH.template.txt"), |
| 1 | 8179 | | Comment = "This a longer version of SSH-short which includes various comments from the OpenSSH developers.", |
| 1 | 8180 | | Catalog = _creationInfo.Catalog, |
| 1 | 8181 | | CreationInfo = _creationInfo |
| 1 | 8182 | | }; |
| 1 | 8183 | | public static readonly ListedLicense SSH_SHORT = new ListedLicense |
| 1 | 8184 | | { |
| 1 | 8185 | | SpdxId = new Uri("http://spdx.org/licenses/SSH-short"), |
| 1 | 8186 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8187 | | SeeAlso = [ |
| 1 | 8188 | | new Uri("http://web.mit.edu/kolya/.f/root/athena.mit.edu/sipb.mit.edu/project/openssh/OldFiles/src/openssh-2 |
| 1 | 8189 | | new Uri("https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames |
| 1 | 8190 | | new Uri("https://joinup.ec.europa.eu/svn/lesoll/trunk/italc/lib/src/dsa_key.cpp") |
| 1 | 8191 | | ], |
| 1 | 8192 | | LicenseText = ReadResource("SSH-short.fulltext.txt"), |
| 1 | 8193 | | StandardLicenseTemplate = ReadResource("SSH-short.template.txt"), |
| 1 | 8194 | | Comment = "This is short version of SSH-OpenSSH that appears in some files associated with the original SSH impl |
| 1 | 8195 | | Catalog = _creationInfo.Catalog, |
| 1 | 8196 | | CreationInfo = _creationInfo |
| 1 | 8197 | | }; |
| 1 | 8198 | | public static readonly ListedLicense SSLEAY_STANDALONE = new ListedLicense |
| 1 | 8199 | | { |
| 1 | 8200 | | SpdxId = new Uri("http://spdx.org/licenses/SSLeay-standalone"), |
| 1 | 8201 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8202 | | SeeAlso = [ |
| 1 | 8203 | | new Uri("https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSL |
| 1 | 8204 | | ], |
| 1 | 8205 | | LicenseText = ReadResource("SSLeay-standalone.fulltext.txt"), |
| 1 | 8206 | | StandardLicenseTemplate = ReadResource("SSLeay-standalone.template.txt"), |
| 1 | 8207 | | Comment = "This is the second license in the OpenSSL two-license stack as a standalone option.", |
| 1 | 8208 | | Catalog = _creationInfo.Catalog, |
| 1 | 8209 | | CreationInfo = _creationInfo |
| 1 | 8210 | | }; |
| 1 | 8211 | | public static readonly ListedLicense SSPL_1_0 = new ListedLicense |
| 1 | 8212 | | { |
| 1 | 8213 | | SpdxId = new Uri("http://spdx.org/licenses/SSPL-1.0"), |
| 1 | 8214 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8215 | | SeeAlso = [ |
| 1 | 8216 | | new Uri("https://www.mongodb.com/licensing/server-side-public-license") |
| 1 | 8217 | | ], |
| 1 | 8218 | | LicenseText = ReadResource("SSPL-1.0.fulltext.txt"), |
| 1 | 8219 | | StandardLicenseTemplate = ReadResource("SSPL-1.0.template.txt"), |
| 1 | 8220 | | StandardLicenseHeader = ReadResource("SSPL-1.0.header.txt"), |
| 1 | 8221 | | Comment = "This license uses much of the text of AGPL-3.0, but with a different clause 13 and 14.", |
| 1 | 8222 | | Catalog = _creationInfo.Catalog, |
| 1 | 8223 | | CreationInfo = _creationInfo |
| 1 | 8224 | | }; |
| 1 | 8225 | | public static readonly ListedLicense STANDARDML_NJ = new ListedLicense |
| 1 | 8226 | | { |
| 1 | 8227 | | SpdxId = new Uri("http://spdx.org/licenses/StandardML-NJ"), |
| 1 | 8228 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8229 | | SeeAlso = [ |
| 1 | 8230 | | new Uri("https://www.smlnj.org/license.html") |
| 1 | 8231 | | ], |
| 1 | 8232 | | LicenseText = ReadResource("StandardML-NJ.fulltext.txt"), |
| 1 | 8233 | | StandardLicenseTemplate = ReadResource("StandardML-NJ.template.txt"), |
| 1 | 8234 | | Comment = "DEPRECATED: Duplicate license, use identifier: SMLNJ", |
| 1 | 8235 | | IsFsfLibre = true, |
| 1 | 8236 | | IsOsiApproved = false, |
| 1 | 8237 | | IsDeprecatedLicenseId = true, |
| 1 | 8238 | | DeprecatedVersion = "2.0rc2", |
| 1 | 8239 | | Catalog = _creationInfo.Catalog, |
| 1 | 8240 | | CreationInfo = _creationInfo |
| 1 | 8241 | | }; |
| 1 | 8242 | | public static readonly ListedLicense SUGARCRM_1_1_3 = new ListedLicense |
| 1 | 8243 | | { |
| 1 | 8244 | | SpdxId = new Uri("http://spdx.org/licenses/SugarCRM-1.1.3"), |
| 1 | 8245 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8246 | | SeeAlso = [ |
| 1 | 8247 | | new Uri("http://www.sugarcrm.com/crm/SPL") |
| 1 | 8248 | | ], |
| 1 | 8249 | | LicenseText = ReadResource("SugarCRM-1.1.3.fulltext.txt"), |
| 1 | 8250 | | StandardLicenseTemplate = ReadResource("SugarCRM-1.1.3.template.txt"), |
| 1 | 8251 | | Catalog = _creationInfo.Catalog, |
| 1 | 8252 | | CreationInfo = _creationInfo |
| 1 | 8253 | | }; |
| 1 | 8254 | | public static readonly ListedLicense SUN_PPP = new ListedLicense |
| 1 | 8255 | | { |
| 1 | 8256 | | SpdxId = new Uri("http://spdx.org/licenses/Sun-PPP"), |
| 1 | 8257 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8258 | | SeeAlso = [ |
| 1 | 8259 | | new Uri("https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16") |
| 1 | 8260 | | ], |
| 1 | 8261 | | LicenseText = ReadResource("Sun-PPP.fulltext.txt"), |
| 1 | 8262 | | StandardLicenseTemplate = ReadResource("Sun-PPP.template.txt"), |
| 1 | 8263 | | Catalog = _creationInfo.Catalog, |
| 1 | 8264 | | CreationInfo = _creationInfo |
| 1 | 8265 | | }; |
| 1 | 8266 | | public static readonly ListedLicense SUN_PPP_2000 = new ListedLicense |
| 1 | 8267 | | { |
| 1 | 8268 | | SpdxId = new Uri("http://spdx.org/licenses/Sun-PPP-2000"), |
| 1 | 8269 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8270 | | SeeAlso = [ |
| 1 | 8271 | | new Uri("https://github.com/ppp-project/ppp/blob/master/modules/ppp_ahdlc.c#L7-L19") |
| 1 | 8272 | | ], |
| 1 | 8273 | | LicenseText = ReadResource("Sun-PPP-2000.fulltext.txt"), |
| 1 | 8274 | | StandardLicenseTemplate = ReadResource("Sun-PPP-2000.template.txt"), |
| 1 | 8275 | | Catalog = _creationInfo.Catalog, |
| 1 | 8276 | | CreationInfo = _creationInfo |
| 1 | 8277 | | }; |
| 1 | 8278 | | public static readonly ListedLicense SUNPRO = new ListedLicense |
| 1 | 8279 | | { |
| 1 | 8280 | | SpdxId = new Uri("http://spdx.org/licenses/SunPro"), |
| 1 | 8281 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8282 | | SeeAlso = [ |
| 1 | 8283 | | new Uri("https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c"), |
| 1 | 8284 | | new Uri("https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_lgammal.c") |
| 1 | 8285 | | ], |
| 1 | 8286 | | LicenseText = ReadResource("SunPro.fulltext.txt"), |
| 1 | 8287 | | StandardLicenseTemplate = ReadResource("SunPro.template.txt"), |
| 1 | 8288 | | Catalog = _creationInfo.Catalog, |
| 1 | 8289 | | CreationInfo = _creationInfo |
| 1 | 8290 | | }; |
| 1 | 8291 | | public static readonly ListedLicense SWL = new ListedLicense |
| 1 | 8292 | | { |
| 1 | 8293 | | SpdxId = new Uri("http://spdx.org/licenses/SWL"), |
| 1 | 8294 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8295 | | SeeAlso = [ |
| 1 | 8296 | | new Uri("https://fedoraproject.org/wiki/Licensing/SWL") |
| 1 | 8297 | | ], |
| 1 | 8298 | | LicenseText = ReadResource("SWL.fulltext.txt"), |
| 1 | 8299 | | StandardLicenseTemplate = ReadResource("SWL.template.txt"), |
| 1 | 8300 | | Catalog = _creationInfo.Catalog, |
| 1 | 8301 | | CreationInfo = _creationInfo |
| 1 | 8302 | | }; |
| 1 | 8303 | | public static readonly ListedLicense SWRULE = new ListedLicense |
| 1 | 8304 | | { |
| 1 | 8305 | | SpdxId = new Uri("http://spdx.org/licenses/swrule"), |
| 1 | 8306 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8307 | | SeeAlso = [ |
| 1 | 8308 | | new Uri("https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty") |
| 1 | 8309 | | ], |
| 1 | 8310 | | LicenseText = ReadResource("swrule.fulltext.txt"), |
| 1 | 8311 | | StandardLicenseTemplate = ReadResource("swrule.template.txt"), |
| 1 | 8312 | | Catalog = _creationInfo.Catalog, |
| 1 | 8313 | | CreationInfo = _creationInfo |
| 1 | 8314 | | }; |
| 1 | 8315 | | public static readonly ListedLicense SYMLINKS = new ListedLicense |
| 1 | 8316 | | { |
| 1 | 8317 | | SpdxId = new Uri("http://spdx.org/licenses/Symlinks"), |
| 1 | 8318 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8319 | | SeeAlso = [ |
| 1 | 8320 | | new Uri("https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html") |
| 1 | 8321 | | ], |
| 1 | 8322 | | LicenseText = ReadResource("Symlinks.fulltext.txt"), |
| 1 | 8323 | | StandardLicenseTemplate = ReadResource("Symlinks.template.txt"), |
| 1 | 8324 | | Catalog = _creationInfo.Catalog, |
| 1 | 8325 | | CreationInfo = _creationInfo |
| 1 | 8326 | | }; |
| 1 | 8327 | | public static readonly ListedLicense TAPR_OHL_1_0 = new ListedLicense |
| 1 | 8328 | | { |
| 1 | 8329 | | SpdxId = new Uri("http://spdx.org/licenses/TAPR-OHL-1.0"), |
| 1 | 8330 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8331 | | SeeAlso = [ |
| 1 | 8332 | | new Uri("https://www.tapr.org/OHL") |
| 1 | 8333 | | ], |
| 1 | 8334 | | LicenseText = ReadResource("TAPR-OHL-1.0.fulltext.txt"), |
| 1 | 8335 | | StandardLicenseTemplate = ReadResource("TAPR-OHL-1.0.template.txt"), |
| 1 | 8336 | | Catalog = _creationInfo.Catalog, |
| 1 | 8337 | | CreationInfo = _creationInfo |
| 1 | 8338 | | }; |
| 1 | 8339 | | public static readonly ListedLicense TCL = new ListedLicense |
| 1 | 8340 | | { |
| 1 | 8341 | | SpdxId = new Uri("http://spdx.org/licenses/TCL"), |
| 1 | 8342 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8343 | | SeeAlso = [ |
| 1 | 8344 | | new Uri("http://www.tcl.tk/software/tcltk/license.html"), |
| 1 | 8345 | | new Uri("https://fedoraproject.org/wiki/Licensing/TCL") |
| 1 | 8346 | | ], |
| 1 | 8347 | | LicenseText = ReadResource("TCL.fulltext.txt"), |
| 1 | 8348 | | StandardLicenseTemplate = ReadResource("TCL.template.txt"), |
| 1 | 8349 | | Catalog = _creationInfo.Catalog, |
| 1 | 8350 | | CreationInfo = _creationInfo |
| 1 | 8351 | | }; |
| 1 | 8352 | | public static readonly ListedLicense TCP_WRAPPERS = new ListedLicense |
| 1 | 8353 | | { |
| 1 | 8354 | | SpdxId = new Uri("http://spdx.org/licenses/TCP-wrappers"), |
| 1 | 8355 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8356 | | SeeAlso = [ |
| 1 | 8357 | | new Uri("http://rc.quest.com/topics/openssh/license.php#tcpwrappers") |
| 1 | 8358 | | ], |
| 1 | 8359 | | LicenseText = ReadResource("TCP-wrappers.fulltext.txt"), |
| 1 | 8360 | | StandardLicenseTemplate = ReadResource("TCP-wrappers.template.txt"), |
| 1 | 8361 | | Catalog = _creationInfo.Catalog, |
| 1 | 8362 | | CreationInfo = _creationInfo |
| 1 | 8363 | | }; |
| 1 | 8364 | | public static readonly ListedLicense TERMREADKEY = new ListedLicense |
| 1 | 8365 | | { |
| 1 | 8366 | | SpdxId = new Uri("http://spdx.org/licenses/TermReadKey"), |
| 1 | 8367 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8368 | | SeeAlso = [ |
| 1 | 8369 | | new Uri("https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10") |
| 1 | 8370 | | ], |
| 1 | 8371 | | LicenseText = ReadResource("TermReadKey.fulltext.txt"), |
| 1 | 8372 | | StandardLicenseTemplate = ReadResource("TermReadKey.template.txt"), |
| 1 | 8373 | | Catalog = _creationInfo.Catalog, |
| 1 | 8374 | | CreationInfo = _creationInfo |
| 1 | 8375 | | }; |
| 1 | 8376 | | public static readonly ListedLicense TGPPL_1_0 = new ListedLicense |
| 1 | 8377 | | { |
| 1 | 8378 | | SpdxId = new Uri("http://spdx.org/licenses/TGPPL-1.0"), |
| 1 | 8379 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8380 | | SeeAlso = [ |
| 1 | 8381 | | new Uri("https://fedoraproject.org/wiki/Licensing/TGPPL"), |
| 1 | 8382 | | new Uri("https://tahoe-lafs.org/trac/tahoe-lafs/browser/trunk/COPYING.TGPPL.rst") |
| 1 | 8383 | | ], |
| 1 | 8384 | | LicenseText = ReadResource("TGPPL-1.0.fulltext.txt"), |
| 1 | 8385 | | StandardLicenseTemplate = ReadResource("TGPPL-1.0.template.txt"), |
| 1 | 8386 | | StandardLicenseHeader = ReadResource("TGPPL-1.0.header.txt"), |
| 1 | 8387 | | Catalog = _creationInfo.Catalog, |
| 1 | 8388 | | CreationInfo = _creationInfo |
| 1 | 8389 | | }; |
| 1 | 8390 | | public static readonly ListedLicense THIRDEYE = new ListedLicense |
| 1 | 8391 | | { |
| 1 | 8392 | | SpdxId = new Uri("http://spdx.org/licenses/ThirdEye"), |
| 1 | 8393 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8394 | | SeeAlso = [ |
| 1 | 8395 | | new Uri("https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11") |
| 1 | 8396 | | ], |
| 1 | 8397 | | LicenseText = ReadResource("ThirdEye.fulltext.txt"), |
| 1 | 8398 | | StandardLicenseTemplate = ReadResource("ThirdEye.template.txt"), |
| 1 | 8399 | | Comment = "This is a variant to MIPS license with extra paragraph.", |
| 1 | 8400 | | Catalog = _creationInfo.Catalog, |
| 1 | 8401 | | CreationInfo = _creationInfo |
| 1 | 8402 | | }; |
| 1 | 8403 | | public static readonly ListedLicense THREEPARTTABLE = new ListedLicense |
| 1 | 8404 | | { |
| 1 | 8405 | | SpdxId = new Uri("http://spdx.org/licenses/threeparttable"), |
| 1 | 8406 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8407 | | SeeAlso = [ |
| 1 | 8408 | | new Uri("https://fedoraproject.org/wiki/Licensing/Threeparttable") |
| 1 | 8409 | | ], |
| 1 | 8410 | | LicenseText = ReadResource("threeparttable.fulltext.txt"), |
| 1 | 8411 | | StandardLicenseTemplate = ReadResource("threeparttable.template.txt"), |
| 1 | 8412 | | Catalog = _creationInfo.Catalog, |
| 1 | 8413 | | CreationInfo = _creationInfo |
| 1 | 8414 | | }; |
| 1 | 8415 | | public static readonly ListedLicense TMATE = new ListedLicense |
| 1 | 8416 | | { |
| 1 | 8417 | | SpdxId = new Uri("http://spdx.org/licenses/TMate"), |
| 1 | 8418 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8419 | | SeeAlso = [ |
| 1 | 8420 | | new Uri("http://svnkit.com/license.html") |
| 1 | 8421 | | ], |
| 1 | 8422 | | LicenseText = ReadResource("TMate.fulltext.txt"), |
| 1 | 8423 | | StandardLicenseTemplate = ReadResource("TMate.template.txt"), |
| 1 | 8424 | | Catalog = _creationInfo.Catalog, |
| 1 | 8425 | | CreationInfo = _creationInfo |
| 1 | 8426 | | }; |
| 1 | 8427 | | public static readonly ListedLicense TORQUE_1_1 = new ListedLicense |
| 1 | 8428 | | { |
| 1 | 8429 | | SpdxId = new Uri("http://spdx.org/licenses/TORQUE-1.1"), |
| 1 | 8430 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8431 | | SeeAlso = [ |
| 1 | 8432 | | new Uri("https://fedoraproject.org/wiki/Licensing/TORQUEv1.1") |
| 1 | 8433 | | ], |
| 1 | 8434 | | LicenseText = ReadResource("TORQUE-1.1.fulltext.txt"), |
| 1 | 8435 | | StandardLicenseTemplate = ReadResource("TORQUE-1.1.template.txt"), |
| 1 | 8436 | | Catalog = _creationInfo.Catalog, |
| 1 | 8437 | | CreationInfo = _creationInfo |
| 1 | 8438 | | }; |
| 1 | 8439 | | public static readonly ListedLicense TOSL = new ListedLicense |
| 1 | 8440 | | { |
| 1 | 8441 | | SpdxId = new Uri("http://spdx.org/licenses/TOSL"), |
| 1 | 8442 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8443 | | SeeAlso = [ |
| 1 | 8444 | | new Uri("https://fedoraproject.org/wiki/Licensing/TOSL") |
| 1 | 8445 | | ], |
| 1 | 8446 | | LicenseText = ReadResource("TOSL.fulltext.txt"), |
| 1 | 8447 | | StandardLicenseTemplate = ReadResource("TOSL.template.txt"), |
| 1 | 8448 | | Catalog = _creationInfo.Catalog, |
| 1 | 8449 | | CreationInfo = _creationInfo |
| 1 | 8450 | | }; |
| 1 | 8451 | | public static readonly ListedLicense TPDL = new ListedLicense |
| 1 | 8452 | | { |
| 1 | 8453 | | SpdxId = new Uri("http://spdx.org/licenses/TPDL"), |
| 1 | 8454 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8455 | | SeeAlso = [ |
| 1 | 8456 | | new Uri("https://metacpan.org/pod/Time::ParseDate#LICENSE") |
| 1 | 8457 | | ], |
| 1 | 8458 | | LicenseText = ReadResource("TPDL.fulltext.txt"), |
| 1 | 8459 | | StandardLicenseTemplate = ReadResource("TPDL.template.txt"), |
| 1 | 8460 | | Catalog = _creationInfo.Catalog, |
| 1 | 8461 | | CreationInfo = _creationInfo |
| 1 | 8462 | | }; |
| 1 | 8463 | | public static readonly ListedLicense TPL_1_0 = new ListedLicense |
| 1 | 8464 | | { |
| 1 | 8465 | | SpdxId = new Uri("http://spdx.org/licenses/TPL-1.0"), |
| 1 | 8466 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8467 | | SeeAlso = [ |
| 1 | 8468 | | new Uri("https://fedoraproject.org/wiki/Licensing:ThorPublicLicense") |
| 1 | 8469 | | ], |
| 1 | 8470 | | LicenseText = ReadResource("TPL-1.0.fulltext.txt"), |
| 1 | 8471 | | StandardLicenseTemplate = ReadResource("TPL-1.0.template.txt"), |
| 1 | 8472 | | StandardLicenseHeader = ReadResource("TPL-1.0.header.txt"), |
| 1 | 8473 | | Comment = "This license is the same as MPL-1.1 (and CUA-OPL-1.0) except for the name and the choice of law (Germ |
| 1 | 8474 | | Catalog = _creationInfo.Catalog, |
| 1 | 8475 | | CreationInfo = _creationInfo |
| 1 | 8476 | | }; |
| 1 | 8477 | | public static readonly ListedLicense TRUSTEDQSL = new ListedLicense |
| 1 | 8478 | | { |
| 1 | 8479 | | SpdxId = new Uri("http://spdx.org/licenses/TrustedQSL"), |
| 1 | 8480 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8481 | | SeeAlso = [ |
| 1 | 8482 | | new Uri("https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt") |
| 1 | 8483 | | ], |
| 1 | 8484 | | LicenseText = ReadResource("TrustedQSL.fulltext.txt"), |
| 1 | 8485 | | StandardLicenseTemplate = ReadResource("TrustedQSL.template.txt"), |
| 1 | 8486 | | Catalog = _creationInfo.Catalog, |
| 1 | 8487 | | CreationInfo = _creationInfo |
| 1 | 8488 | | }; |
| 1 | 8489 | | public static readonly ListedLicense TTWL = new ListedLicense |
| 1 | 8490 | | { |
| 1 | 8491 | | SpdxId = new Uri("http://spdx.org/licenses/TTWL"), |
| 1 | 8492 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8493 | | SeeAlso = [ |
| 1 | 8494 | | new Uri("https://fedoraproject.org/wiki/Licensing/TTWL"), |
| 1 | 8495 | | new Uri("https://github.com/ap/Text-Tabs/blob/master/lib.modern/Text/Tabs.pm#L148") |
| 1 | 8496 | | ], |
| 1 | 8497 | | LicenseText = ReadResource("TTWL.fulltext.txt"), |
| 1 | 8498 | | StandardLicenseTemplate = ReadResource("TTWL.template.txt"), |
| 1 | 8499 | | Catalog = _creationInfo.Catalog, |
| 1 | 8500 | | CreationInfo = _creationInfo |
| 1 | 8501 | | }; |
| 1 | 8502 | | public static readonly ListedLicense TTYP0 = new ListedLicense |
| 1 | 8503 | | { |
| 1 | 8504 | | SpdxId = new Uri("http://spdx.org/licenses/TTYP0"), |
| 1 | 8505 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8506 | | SeeAlso = [ |
| 1 | 8507 | | new Uri("https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/") |
| 1 | 8508 | | ], |
| 1 | 8509 | | LicenseText = ReadResource("TTYP0.fulltext.txt"), |
| 1 | 8510 | | StandardLicenseTemplate = ReadResource("TTYP0.template.txt"), |
| 1 | 8511 | | Catalog = _creationInfo.Catalog, |
| 1 | 8512 | | CreationInfo = _creationInfo |
| 1 | 8513 | | }; |
| 1 | 8514 | | public static readonly ListedLicense TU_BERLIN_1_0 = new ListedLicense |
| 1 | 8515 | | { |
| 1 | 8516 | | SpdxId = new Uri("http://spdx.org/licenses/TU-Berlin-1.0"), |
| 1 | 8517 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8518 | | SeeAlso = [ |
| 1 | 8519 | | new Uri("https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT") |
| 1 | 8520 | | ], |
| 1 | 8521 | | LicenseText = ReadResource("TU-Berlin-1.0.fulltext.txt"), |
| 1 | 8522 | | StandardLicenseTemplate = ReadResource("TU-Berlin-1.0.template.txt"), |
| 1 | 8523 | | Catalog = _creationInfo.Catalog, |
| 1 | 8524 | | CreationInfo = _creationInfo |
| 1 | 8525 | | }; |
| 1 | 8526 | | public static readonly ListedLicense TU_BERLIN_2_0 = new ListedLicense |
| 1 | 8527 | | { |
| 1 | 8528 | | SpdxId = new Uri("http://spdx.org/licenses/TU-Berlin-2.0"), |
| 1 | 8529 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8530 | | SeeAlso = [ |
| 1 | 8531 | | new Uri("https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt" |
| 1 | 8532 | | ], |
| 1 | 8533 | | LicenseText = ReadResource("TU-Berlin-2.0.fulltext.txt"), |
| 1 | 8534 | | StandardLicenseTemplate = ReadResource("TU-Berlin-2.0.template.txt"), |
| 1 | 8535 | | Catalog = _creationInfo.Catalog, |
| 1 | 8536 | | CreationInfo = _creationInfo |
| 1 | 8537 | | }; |
| 1 | 8538 | | public static readonly ListedLicense UBUNTU_FONT_1_0 = new ListedLicense |
| 1 | 8539 | | { |
| 1 | 8540 | | SpdxId = new Uri("http://spdx.org/licenses/Ubuntu-font-1.0"), |
| 1 | 8541 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8542 | | SeeAlso = [ |
| 1 | 8543 | | new Uri("https://assets.ubuntu.com/v1/81e5605d-ubuntu-font-licence-1.0.txt"), |
| 1 | 8544 | | new Uri("https://ubuntu.com/legal/font-licence") |
| 1 | 8545 | | ], |
| 1 | 8546 | | LicenseText = ReadResource("Ubuntu-font-1.0.fulltext.txt"), |
| 1 | 8547 | | StandardLicenseTemplate = ReadResource("Ubuntu-font-1.0.template.txt"), |
| 1 | 8548 | | Catalog = _creationInfo.Catalog, |
| 1 | 8549 | | CreationInfo = _creationInfo |
| 1 | 8550 | | }; |
| 1 | 8551 | | public static readonly ListedLicense UCAR = new ListedLicense |
| 1 | 8552 | | { |
| 1 | 8553 | | SpdxId = new Uri("http://spdx.org/licenses/UCAR"), |
| 1 | 8554 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8555 | | SeeAlso = [ |
| 1 | 8556 | | new Uri("https://github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT") |
| 1 | 8557 | | ], |
| 1 | 8558 | | LicenseText = ReadResource("UCAR.fulltext.txt"), |
| 1 | 8559 | | StandardLicenseTemplate = ReadResource("UCAR.template.txt"), |
| 1 | 8560 | | Catalog = _creationInfo.Catalog, |
| 1 | 8561 | | CreationInfo = _creationInfo |
| 1 | 8562 | | }; |
| 1 | 8563 | | public static readonly ListedLicense UCL_1_0 = new ListedLicense |
| 1 | 8564 | | { |
| 1 | 8565 | | SpdxId = new Uri("http://spdx.org/licenses/UCL-1.0"), |
| 1 | 8566 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8567 | | SeeAlso = [ |
| 1 | 8568 | | new Uri("https://opensource.org/licenses/UCL-1.0") |
| 1 | 8569 | | ], |
| 1 | 8570 | | LicenseText = ReadResource("UCL-1.0.fulltext.txt"), |
| 1 | 8571 | | StandardLicenseTemplate = ReadResource("UCL-1.0.template.txt"), |
| 1 | 8572 | | StandardLicenseHeader = ReadResource("UCL-1.0.header.txt"), |
| 1 | 8573 | | Catalog = _creationInfo.Catalog, |
| 1 | 8574 | | CreationInfo = _creationInfo |
| 1 | 8575 | | }; |
| 1 | 8576 | | public static readonly ListedLicense ULEM = new ListedLicense |
| 1 | 8577 | | { |
| 1 | 8578 | | SpdxId = new Uri("http://spdx.org/licenses/ulem"), |
| 1 | 8579 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8580 | | SeeAlso = [ |
| 1 | 8581 | | new Uri("https://mirrors.ctan.org/macros/latex/contrib/ulem/README") |
| 1 | 8582 | | ], |
| 1 | 8583 | | LicenseText = ReadResource("ulem.fulltext.txt"), |
| 1 | 8584 | | StandardLicenseTemplate = ReadResource("ulem.template.txt"), |
| 1 | 8585 | | Comment = "This license is a very similar to fwlw and magaz, but has slightly different obligations.", |
| 1 | 8586 | | Catalog = _creationInfo.Catalog, |
| 1 | 8587 | | CreationInfo = _creationInfo |
| 1 | 8588 | | }; |
| 1 | 8589 | | public static readonly ListedLicense UMICH_MERIT = new ListedLicense |
| 1 | 8590 | | { |
| 1 | 8591 | | SpdxId = new Uri("http://spdx.org/licenses/UMich-Merit"), |
| 1 | 8592 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8593 | | SeeAlso = [ |
| 1 | 8594 | | new Uri("https://github.com/radcli/radcli/blob/master/COPYRIGHT#L64") |
| 1 | 8595 | | ], |
| 1 | 8596 | | LicenseText = ReadResource("UMich-Merit.fulltext.txt"), |
| 1 | 8597 | | StandardLicenseTemplate = ReadResource("UMich-Merit.template.txt"), |
| 1 | 8598 | | Comment = "This license starts with an HPND-like grant, but has additional obligations (similar to HPND-Kevlin-H |
| 1 | 8599 | | Catalog = _creationInfo.Catalog, |
| 1 | 8600 | | CreationInfo = _creationInfo |
| 1 | 8601 | | }; |
| 1 | 8602 | | public static readonly ListedLicense UNICODE_3_0 = new ListedLicense |
| 1 | 8603 | | { |
| 1 | 8604 | | SpdxId = new Uri("http://spdx.org/licenses/Unicode-3.0"), |
| 1 | 8605 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8606 | | SeeAlso = [ |
| 1 | 8607 | | new Uri("https://www.unicode.org/license.txt") |
| 1 | 8608 | | ], |
| 1 | 8609 | | LicenseText = ReadResource("Unicode-3.0.fulltext.txt"), |
| 1 | 8610 | | StandardLicenseTemplate = ReadResource("Unicode-3.0.template.txt"), |
| 1 | 8611 | | Comment = "Note, this url has been used for prior versions of this license as well.", |
| 1 | 8612 | | Catalog = _creationInfo.Catalog, |
| 1 | 8613 | | CreationInfo = _creationInfo |
| 1 | 8614 | | }; |
| 1 | 8615 | | public static readonly ListedLicense UNICODE_DFS_2015 = new ListedLicense |
| 1 | 8616 | | { |
| 1 | 8617 | | SpdxId = new Uri("http://spdx.org/licenses/Unicode-DFS-2015"), |
| 1 | 8618 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8619 | | SeeAlso = [ |
| 1 | 8620 | | new Uri("https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html") |
| 1 | 8621 | | ], |
| 1 | 8622 | | LicenseText = ReadResource("Unicode-DFS-2015.fulltext.txt"), |
| 1 | 8623 | | StandardLicenseTemplate = ReadResource("Unicode-DFS-2015.template.txt"), |
| 1 | 8624 | | Catalog = _creationInfo.Catalog, |
| 1 | 8625 | | CreationInfo = _creationInfo |
| 1 | 8626 | | }; |
| 1 | 8627 | | public static readonly ListedLicense UNICODE_DFS_2016 = new ListedLicense |
| 1 | 8628 | | { |
| 1 | 8629 | | SpdxId = new Uri("http://spdx.org/licenses/Unicode-DFS-2016"), |
| 1 | 8630 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8631 | | SeeAlso = [ |
| 1 | 8632 | | new Uri("http://web.archive.org/web/20160823201924/http://www.unicode.org/copyright.html#License"), |
| 1 | 8633 | | new Uri("http://www.unicode.org/copyright.html"), |
| 1 | 8634 | | new Uri("https://www.unicode.org/license.txt") |
| 1 | 8635 | | ], |
| 1 | 8636 | | LicenseText = ReadResource("Unicode-DFS-2016.fulltext.txt"), |
| 1 | 8637 | | StandardLicenseTemplate = ReadResource("Unicode-DFS-2016.template.txt"), |
| 1 | 8638 | | Catalog = _creationInfo.Catalog, |
| 1 | 8639 | | CreationInfo = _creationInfo |
| 1 | 8640 | | }; |
| 1 | 8641 | | public static readonly ListedLicense UNICODE_TOU = new ListedLicense |
| 1 | 8642 | | { |
| 1 | 8643 | | SpdxId = new Uri("http://spdx.org/licenses/Unicode-TOU"), |
| 1 | 8644 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8645 | | SeeAlso = [ |
| 1 | 8646 | | new Uri("http://web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html"), |
| 1 | 8647 | | new Uri("http://www.unicode.org/copyright.html") |
| 1 | 8648 | | ], |
| 1 | 8649 | | LicenseText = ReadResource("Unicode-TOU.fulltext.txt"), |
| 1 | 8650 | | StandardLicenseTemplate = ReadResource("Unicode-TOU.template.txt"), |
| 1 | 8651 | | Catalog = _creationInfo.Catalog, |
| 1 | 8652 | | CreationInfo = _creationInfo |
| 1 | 8653 | | }; |
| 1 | 8654 | | public static readonly ListedLicense UNIXCRYPT = new ListedLicense |
| 1 | 8655 | | { |
| 1 | 8656 | | SpdxId = new Uri("http://spdx.org/licenses/UnixCrypt"), |
| 1 | 8657 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8658 | | SeeAlso = [ |
| 1 | 8659 | | new Uri("https://archive.eclipse.org/jetty/8.0.1.v20110908/xref/org/eclipse/jetty/http/security/UnixCrypt.ht |
| 1 | 8660 | | new Uri("https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70"), |
| 1 | 8661 | | new Uri("https://opensource.apple.com/source/JBoss/JBoss-737/jboss-all/jetty/src/main/org/mortbay/util/UnixC |
| 1 | 8662 | | ], |
| 1 | 8663 | | LicenseText = ReadResource("UnixCrypt.fulltext.txt"), |
| 1 | 8664 | | StandardLicenseTemplate = ReadResource("UnixCrypt.template.txt"), |
| 1 | 8665 | | Catalog = _creationInfo.Catalog, |
| 1 | 8666 | | CreationInfo = _creationInfo |
| 1 | 8667 | | }; |
| 1 | 8668 | | public static readonly ListedLicense UNLICENSE = new ListedLicense |
| 1 | 8669 | | { |
| 1 | 8670 | | SpdxId = new Uri("http://spdx.org/licenses/Unlicense"), |
| 1 | 8671 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8672 | | SeeAlso = [ |
| 1 | 8673 | | new Uri("https://unlicense.org/") |
| 1 | 8674 | | ], |
| 1 | 8675 | | LicenseText = ReadResource("Unlicense.fulltext.txt"), |
| 1 | 8676 | | StandardLicenseTemplate = ReadResource("Unlicense.template.txt"), |
| 1 | 8677 | | Comment = "This is a public domain dedication", |
| 1 | 8678 | | IsFsfLibre = true, |
| 1 | 8679 | | IsOsiApproved = true, |
| 1 | 8680 | | Catalog = _creationInfo.Catalog, |
| 1 | 8681 | | CreationInfo = _creationInfo |
| 1 | 8682 | | }; |
| 1 | 8683 | | public static readonly ListedLicense UNLICENSE_LIBTELNET = new ListedLicense |
| 1 | 8684 | | { |
| 1 | 8685 | | SpdxId = new Uri("http://spdx.org/licenses/Unlicense-libtelnet"), |
| 1 | 8686 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8687 | | SeeAlso = [ |
| 1 | 8688 | | new Uri("https://github.com/seanmiddleditch/libtelnet/blob/develop/COPYING") |
| 1 | 8689 | | ], |
| 1 | 8690 | | LicenseText = ReadResource("Unlicense-libtelnet.fulltext.txt"), |
| 1 | 8691 | | StandardLicenseTemplate = ReadResource("Unlicense-libtelnet.template.txt"), |
| 1 | 8692 | | Comment = "This is license contains a small part of the Unlicense, but is much shorter.", |
| 1 | 8693 | | Catalog = _creationInfo.Catalog, |
| 1 | 8694 | | CreationInfo = _creationInfo |
| 1 | 8695 | | }; |
| 1 | 8696 | | public static readonly ListedLicense UNLICENSE_LIBWHIRLPOOL = new ListedLicense |
| 1 | 8697 | | { |
| 1 | 8698 | | SpdxId = new Uri("http://spdx.org/licenses/Unlicense-libwhirlpool"), |
| 1 | 8699 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8700 | | SeeAlso = [ |
| 1 | 8701 | | new Uri("https://github.com/dfateyev/libwhirlpool/blob/master/README#L27") |
| 1 | 8702 | | ], |
| 1 | 8703 | | LicenseText = ReadResource("Unlicense-libwhirlpool.fulltext.txt"), |
| 1 | 8704 | | StandardLicenseTemplate = ReadResource("Unlicense-libwhirlpool.template.txt"), |
| 1 | 8705 | | Comment = "This is similar to the Unlicense, but removes the middle paragraph entirely and the last sentence.", |
| 1 | 8706 | | Catalog = _creationInfo.Catalog, |
| 1 | 8707 | | CreationInfo = _creationInfo |
| 1 | 8708 | | }; |
| 1 | 8709 | | public static readonly ListedLicense UPL_1_0 = new ListedLicense |
| 1 | 8710 | | { |
| 1 | 8711 | | SpdxId = new Uri("http://spdx.org/licenses/UPL-1.0"), |
| 1 | 8712 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8713 | | SeeAlso = [ |
| 1 | 8714 | | new Uri("https://opensource.org/licenses/UPL") |
| 1 | 8715 | | ], |
| 1 | 8716 | | LicenseText = ReadResource("UPL-1.0.fulltext.txt"), |
| 1 | 8717 | | StandardLicenseTemplate = ReadResource("UPL-1.0.template.txt"), |
| 1 | 8718 | | IsFsfLibre = true, |
| 1 | 8719 | | IsOsiApproved = true, |
| 1 | 8720 | | Catalog = _creationInfo.Catalog, |
| 1 | 8721 | | CreationInfo = _creationInfo |
| 1 | 8722 | | }; |
| 1 | 8723 | | public static readonly ListedLicense URT_RLE = new ListedLicense |
| 1 | 8724 | | { |
| 1 | 8725 | | SpdxId = new Uri("http://spdx.org/licenses/URT-RLE"), |
| 1 | 8726 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8727 | | SeeAlso = [ |
| 1 | 8728 | | new Uri("https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c"), |
| 1 | 8729 | | new Uri("https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/rletopnm.c") |
| 1 | 8730 | | ], |
| 1 | 8731 | | LicenseText = ReadResource("URT-RLE.fulltext.txt"), |
| 1 | 8732 | | StandardLicenseTemplate = ReadResource("URT-RLE.template.txt"), |
| 1 | 8733 | | Catalog = _creationInfo.Catalog, |
| 1 | 8734 | | CreationInfo = _creationInfo |
| 1 | 8735 | | }; |
| 1 | 8736 | | public static readonly ListedLicense VIM = new ListedLicense |
| 1 | 8737 | | { |
| 1 | 8738 | | SpdxId = new Uri("http://spdx.org/licenses/Vim"), |
| 1 | 8739 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8740 | | SeeAlso = [ |
| 1 | 8741 | | new Uri("http://vimdoc.sourceforge.net/htmldoc/uganda.html") |
| 1 | 8742 | | ], |
| 1 | 8743 | | LicenseText = ReadResource("Vim.fulltext.txt"), |
| 1 | 8744 | | StandardLicenseTemplate = ReadResource("Vim.template.txt"), |
| 1 | 8745 | | IsFsfLibre = true, |
| 1 | 8746 | | IsOsiApproved = false, |
| 1 | 8747 | | Catalog = _creationInfo.Catalog, |
| 1 | 8748 | | CreationInfo = _creationInfo |
| 1 | 8749 | | }; |
| 1 | 8750 | | public static readonly ListedLicense VOSTROM = new ListedLicense |
| 1 | 8751 | | { |
| 1 | 8752 | | SpdxId = new Uri("http://spdx.org/licenses/VOSTROM"), |
| 1 | 8753 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8754 | | SeeAlso = [ |
| 1 | 8755 | | new Uri("https://fedoraproject.org/wiki/Licensing/VOSTROM") |
| 1 | 8756 | | ], |
| 1 | 8757 | | LicenseText = ReadResource("VOSTROM.fulltext.txt"), |
| 1 | 8758 | | StandardLicenseTemplate = ReadResource("VOSTROM.template.txt"), |
| 1 | 8759 | | Catalog = _creationInfo.Catalog, |
| 1 | 8760 | | CreationInfo = _creationInfo |
| 1 | 8761 | | }; |
| 1 | 8762 | | public static readonly ListedLicense VSL_1_0 = new ListedLicense |
| 1 | 8763 | | { |
| 1 | 8764 | | SpdxId = new Uri("http://spdx.org/licenses/VSL-1.0"), |
| 1 | 8765 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8766 | | SeeAlso = [ |
| 1 | 8767 | | new Uri("https://opensource.org/licenses/VSL-1.0") |
| 1 | 8768 | | ], |
| 1 | 8769 | | LicenseText = ReadResource("VSL-1.0.fulltext.txt"), |
| 1 | 8770 | | StandardLicenseTemplate = ReadResource("VSL-1.0.template.txt"), |
| 1 | 8771 | | Catalog = _creationInfo.Catalog, |
| 1 | 8772 | | CreationInfo = _creationInfo |
| 1 | 8773 | | }; |
| 1 | 8774 | | public static readonly ListedLicense W3C = new ListedLicense |
| 1 | 8775 | | { |
| 1 | 8776 | | SpdxId = new Uri("http://spdx.org/licenses/W3C"), |
| 1 | 8777 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8778 | | SeeAlso = [ |
| 1 | 8779 | | new Uri("http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html"), |
| 1 | 8780 | | new Uri("https://opensource.org/licenses/W3C") |
| 1 | 8781 | | ], |
| 1 | 8782 | | LicenseText = ReadResource("W3C.fulltext.txt"), |
| 1 | 8783 | | StandardLicenseTemplate = ReadResource("W3C.template.txt"), |
| 1 | 8784 | | StandardLicenseHeader = ReadResource("W3C.header.txt"), |
| 1 | 8785 | | Comment = "This license was released: 13 December 2002. The standard header is provided via a link from the orig |
| 1 | 8786 | | IsFsfLibre = true, |
| 1 | 8787 | | IsOsiApproved = true, |
| 1 | 8788 | | Catalog = _creationInfo.Catalog, |
| 1 | 8789 | | CreationInfo = _creationInfo |
| 1 | 8790 | | }; |
| 1 | 8791 | | public static readonly ListedLicense W3C_19980720 = new ListedLicense |
| 1 | 8792 | | { |
| 1 | 8793 | | SpdxId = new Uri("http://spdx.org/licenses/W3C-19980720"), |
| 1 | 8794 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8795 | | SeeAlso = [ |
| 1 | 8796 | | new Uri("http://www.w3.org/Consortium/Legal/copyright-software-19980720.html") |
| 1 | 8797 | | ], |
| 1 | 8798 | | LicenseText = ReadResource("W3C-19980720.fulltext.txt"), |
| 1 | 8799 | | StandardLicenseTemplate = ReadResource("W3C-19980720.template.txt"), |
| 1 | 8800 | | Catalog = _creationInfo.Catalog, |
| 1 | 8801 | | CreationInfo = _creationInfo |
| 1 | 8802 | | }; |
| 1 | 8803 | | public static readonly ListedLicense W3C_20150513 = new ListedLicense |
| 1 | 8804 | | { |
| 1 | 8805 | | SpdxId = new Uri("http://spdx.org/licenses/W3C-20150513"), |
| 1 | 8806 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8807 | | SeeAlso = [ |
| 1 | 8808 | | new Uri("https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document"), |
| 1 | 8809 | | new Uri("https://www.w3.org/copyright/software-license-2015/"), |
| 1 | 8810 | | new Uri("https://www.w3.org/copyright/software-license-2023/") |
| 1 | 8811 | | ], |
| 1 | 8812 | | LicenseText = ReadResource("W3C-20150513.fulltext.txt"), |
| 1 | 8813 | | StandardLicenseTemplate = ReadResource("W3C-20150513.template.txt"), |
| 1 | 8814 | | StandardLicenseHeader = ReadResource("W3C-20150513.header.txt"), |
| 1 | 8815 | | Comment = "This license takes effect 13 May, 2015. The changes from the previous version make clear that the lic |
| 1 | 8816 | | Catalog = _creationInfo.Catalog, |
| 1 | 8817 | | CreationInfo = _creationInfo |
| 1 | 8818 | | }; |
| 1 | 8819 | | public static readonly ListedLicense W3M = new ListedLicense |
| 1 | 8820 | | { |
| 1 | 8821 | | SpdxId = new Uri("http://spdx.org/licenses/w3m"), |
| 1 | 8822 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8823 | | SeeAlso = [ |
| 1 | 8824 | | new Uri("https://github.com/tats/w3m/blob/master/COPYING") |
| 1 | 8825 | | ], |
| 1 | 8826 | | LicenseText = ReadResource("w3m.fulltext.txt"), |
| 1 | 8827 | | StandardLicenseTemplate = ReadResource("w3m.template.txt"), |
| 1 | 8828 | | Catalog = _creationInfo.Catalog, |
| 1 | 8829 | | CreationInfo = _creationInfo |
| 1 | 8830 | | }; |
| 1 | 8831 | | public static readonly ListedLicense WATCOM_1_0 = new ListedLicense |
| 1 | 8832 | | { |
| 1 | 8833 | | SpdxId = new Uri("http://spdx.org/licenses/Watcom-1.0"), |
| 1 | 8834 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8835 | | SeeAlso = [ |
| 1 | 8836 | | new Uri("https://opensource.org/licenses/Watcom-1.0") |
| 1 | 8837 | | ], |
| 1 | 8838 | | LicenseText = ReadResource("Watcom-1.0.fulltext.txt"), |
| 1 | 8839 | | StandardLicenseTemplate = ReadResource("Watcom-1.0.template.txt"), |
| 1 | 8840 | | Catalog = _creationInfo.Catalog, |
| 1 | 8841 | | CreationInfo = _creationInfo |
| 1 | 8842 | | }; |
| 1 | 8843 | | public static readonly ListedLicense WIDGET_WORKSHOP = new ListedLicense |
| 1 | 8844 | | { |
| 1 | 8845 | | SpdxId = new Uri("http://spdx.org/licenses/Widget-Workshop"), |
| 1 | 8846 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8847 | | SeeAlso = [ |
| 1 | 8848 | | new Uri("https://github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24") |
| 1 | 8849 | | ], |
| 1 | 8850 | | LicenseText = ReadResource("Widget-Workshop.fulltext.txt"), |
| 1 | 8851 | | StandardLicenseTemplate = ReadResource("Widget-Workshop.template.txt"), |
| 1 | 8852 | | Catalog = _creationInfo.Catalog, |
| 1 | 8853 | | CreationInfo = _creationInfo |
| 1 | 8854 | | }; |
| 1 | 8855 | | public static readonly ListedLicense WSUIPA = new ListedLicense |
| 1 | 8856 | | { |
| 1 | 8857 | | SpdxId = new Uri("http://spdx.org/licenses/Wsuipa"), |
| 1 | 8858 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8859 | | SeeAlso = [ |
| 1 | 8860 | | new Uri("https://fedoraproject.org/wiki/Licensing/Wsuipa") |
| 1 | 8861 | | ], |
| 1 | 8862 | | LicenseText = ReadResource("Wsuipa.fulltext.txt"), |
| 1 | 8863 | | StandardLicenseTemplate = ReadResource("Wsuipa.template.txt"), |
| 1 | 8864 | | Catalog = _creationInfo.Catalog, |
| 1 | 8865 | | CreationInfo = _creationInfo |
| 1 | 8866 | | }; |
| 1 | 8867 | | public static readonly ListedLicense WTFPL = new ListedLicense |
| 1 | 8868 | | { |
| 1 | 8869 | | SpdxId = new Uri("http://spdx.org/licenses/WTFPL"), |
| 1 | 8870 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8871 | | SeeAlso = [ |
| 1 | 8872 | | new Uri("http://sam.zoy.org/wtfpl/COPYING"), |
| 1 | 8873 | | new Uri("http://www.wtfpl.net/about/") |
| 1 | 8874 | | ], |
| 1 | 8875 | | LicenseText = ReadResource("WTFPL.fulltext.txt"), |
| 1 | 8876 | | StandardLicenseTemplate = ReadResource("WTFPL.template.txt"), |
| 1 | 8877 | | IsFsfLibre = true, |
| 1 | 8878 | | IsOsiApproved = false, |
| 1 | 8879 | | Catalog = _creationInfo.Catalog, |
| 1 | 8880 | | CreationInfo = _creationInfo |
| 1 | 8881 | | }; |
| 1 | 8882 | | public static readonly ListedLicense WWL = new ListedLicense |
| 1 | 8883 | | { |
| 1 | 8884 | | SpdxId = new Uri("http://spdx.org/licenses/wwl"), |
| 1 | 8885 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8886 | | SeeAlso = [ |
| 1 | 8887 | | new Uri("http://www.db.net/downloads/wwl+db-1.3.tgz") |
| 1 | 8888 | | ], |
| 1 | 8889 | | LicenseText = ReadResource("wwl.fulltext.txt"), |
| 1 | 8890 | | StandardLicenseTemplate = ReadResource("wwl.template.txt"), |
| 1 | 8891 | | Catalog = _creationInfo.Catalog, |
| 1 | 8892 | | CreationInfo = _creationInfo |
| 1 | 8893 | | }; |
| 1 | 8894 | | public static readonly ListedLicense WXWINDOWS = new ListedLicense |
| 1 | 8895 | | { |
| 1 | 8896 | | SpdxId = new Uri("http://spdx.org/licenses/wxWindows"), |
| 1 | 8897 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8898 | | SeeAlso = [ |
| 1 | 8899 | | new Uri("https://opensource.org/licenses/WXwindows") |
| 1 | 8900 | | ], |
| 1 | 8901 | | LicenseText = ReadResource("wxWindows.fulltext.txt"), |
| 1 | 8902 | | StandardLicenseTemplate = ReadResource("wxWindows.template.txt"), |
| 1 | 8903 | | Comment = "DEPRECATED: Use license expression including main license, \"WITH\" operator, and identifier: WxWindo |
| 1 | 8904 | | IsDeprecatedLicenseId = true, |
| 1 | 8905 | | DeprecatedVersion = "2.0rc2", |
| 1 | 8906 | | Catalog = _creationInfo.Catalog, |
| 1 | 8907 | | CreationInfo = _creationInfo |
| 1 | 8908 | | }; |
| 1 | 8909 | | public static readonly ListedLicense X11 = new ListedLicense |
| 1 | 8910 | | { |
| 1 | 8911 | | SpdxId = new Uri("http://spdx.org/licenses/X11"), |
| 1 | 8912 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8913 | | SeeAlso = [ |
| 1 | 8914 | | new Uri("http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3") |
| 1 | 8915 | | ], |
| 1 | 8916 | | LicenseText = ReadResource("X11.fulltext.txt"), |
| 1 | 8917 | | StandardLicenseTemplate = ReadResource("X11.template.txt"), |
| 1 | 8918 | | Comment = "This is same as MIT, but with no advertising clause added.", |
| 1 | 8919 | | IsFsfLibre = true, |
| 1 | 8920 | | IsOsiApproved = false, |
| 1 | 8921 | | Catalog = _creationInfo.Catalog, |
| 1 | 8922 | | CreationInfo = _creationInfo |
| 1 | 8923 | | }; |
| 1 | 8924 | | public static readonly ListedLicense X11_DISTRIBUTE_MODIFICATIONS_VARIANT = new ListedLicense |
| 1 | 8925 | | { |
| 1 | 8926 | | SpdxId = new Uri("http://spdx.org/licenses/X11-distribute-modifications-variant"), |
| 1 | 8927 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8928 | | SeeAlso = [ |
| 1 | 8929 | | new Uri("https://github.com/mirror/ncurses/blob/master/COPYING") |
| 1 | 8930 | | ], |
| 1 | 8931 | | LicenseText = ReadResource("X11-distribute-modifications-variant.fulltext.txt"), |
| 1 | 8932 | | StandardLicenseTemplate = ReadResource("X11-distribute-modifications-variant.template.txt"), |
| 1 | 8933 | | Comment = "This is same as X11, but with an additional \"distribute with modifications\" grant and does not have |
| 1 | 8934 | | Catalog = _creationInfo.Catalog, |
| 1 | 8935 | | CreationInfo = _creationInfo |
| 1 | 8936 | | }; |
| 1 | 8937 | | public static readonly ListedLicense X11_SWAPPED = new ListedLicense |
| 1 | 8938 | | { |
| 1 | 8939 | | SpdxId = new Uri("http://spdx.org/licenses/X11-swapped"), |
| 1 | 8940 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8941 | | SeeAlso = [ |
| 1 | 8942 | | new Uri("https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE") |
| 1 | 8943 | | ], |
| 1 | 8944 | | LicenseText = ReadResource("X11-swapped.fulltext.txt"), |
| 1 | 8945 | | StandardLicenseTemplate = ReadResource("X11-swapped.template.txt"), |
| 1 | 8946 | | Comment = "This is same as X11, but the order of the last two paragraphs is swapped.", |
| 1 | 8947 | | Catalog = _creationInfo.Catalog, |
| 1 | 8948 | | CreationInfo = _creationInfo |
| 1 | 8949 | | }; |
| 1 | 8950 | | public static readonly ListedLicense XDEBUG_1_03 = new ListedLicense |
| 1 | 8951 | | { |
| 1 | 8952 | | SpdxId = new Uri("http://spdx.org/licenses/Xdebug-1.03"), |
| 1 | 8953 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8954 | | SeeAlso = [ |
| 1 | 8955 | | new Uri("https://github.com/xdebug/xdebug/blob/master/LICENSE") |
| 1 | 8956 | | ], |
| 1 | 8957 | | LicenseText = ReadResource("Xdebug-1.03.fulltext.txt"), |
| 1 | 8958 | | StandardLicenseTemplate = ReadResource("Xdebug-1.03.template.txt"), |
| 1 | 8959 | | Comment = "This license is based on the PHP License v3.01, but omits the last part of the 4th clause", |
| 1 | 8960 | | Catalog = _creationInfo.Catalog, |
| 1 | 8961 | | CreationInfo = _creationInfo |
| 1 | 8962 | | }; |
| 1 | 8963 | | public static readonly ListedLicense XEROX = new ListedLicense |
| 1 | 8964 | | { |
| 1 | 8965 | | SpdxId = new Uri("http://spdx.org/licenses/Xerox"), |
| 1 | 8966 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8967 | | SeeAlso = [ |
| 1 | 8968 | | new Uri("https://fedoraproject.org/wiki/Licensing/Xerox") |
| 1 | 8969 | | ], |
| 1 | 8970 | | LicenseText = ReadResource("Xerox.fulltext.txt"), |
| 1 | 8971 | | StandardLicenseTemplate = ReadResource("Xerox.template.txt"), |
| 1 | 8972 | | Catalog = _creationInfo.Catalog, |
| 1 | 8973 | | CreationInfo = _creationInfo |
| 1 | 8974 | | }; |
| 1 | 8975 | | public static readonly ListedLicense XFIG = new ListedLicense |
| 1 | 8976 | | { |
| 1 | 8977 | | SpdxId = new Uri("http://spdx.org/licenses/Xfig"), |
| 1 | 8978 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8979 | | SeeAlso = [ |
| 1 | 8980 | | new Uri("https://fedoraproject.org/wiki/Licensing:MIT#Xfig_Variant"), |
| 1 | 8981 | | new Uri("https://github.com/Distrotech/transfig/blob/master/transfig/transfig.c"), |
| 1 | 8982 | | new Uri("https://sourceforge.net/p/mcj/xfig/ci/master/tree/src/Makefile.am") |
| 1 | 8983 | | ], |
| 1 | 8984 | | LicenseText = ReadResource("Xfig.fulltext.txt"), |
| 1 | 8985 | | StandardLicenseTemplate = ReadResource("Xfig.template.txt"), |
| 1 | 8986 | | Catalog = _creationInfo.Catalog, |
| 1 | 8987 | | CreationInfo = _creationInfo |
| 1 | 8988 | | }; |
| 1 | 8989 | | public static readonly ListedLicense XFREE86_1_1 = new ListedLicense |
| 1 | 8990 | | { |
| 1 | 8991 | | SpdxId = new Uri("http://spdx.org/licenses/XFree86-1.1"), |
| 1 | 8992 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 8993 | | SeeAlso = [ |
| 1 | 8994 | | new Uri("http://www.xfree86.org/current/LICENSE4.html") |
| 1 | 8995 | | ], |
| 1 | 8996 | | LicenseText = ReadResource("XFree86-1.1.fulltext.txt"), |
| 1 | 8997 | | StandardLicenseTemplate = ReadResource("XFree86-1.1.template.txt"), |
| 1 | 8998 | | IsFsfLibre = true, |
| 1 | 8999 | | IsOsiApproved = false, |
| 1 | 9000 | | Catalog = _creationInfo.Catalog, |
| 1 | 9001 | | CreationInfo = _creationInfo |
| 1 | 9002 | | }; |
| 1 | 9003 | | public static readonly ListedLicense XINETD = new ListedLicense |
| 1 | 9004 | | { |
| 1 | 9005 | | SpdxId = new Uri("http://spdx.org/licenses/xinetd"), |
| 1 | 9006 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9007 | | SeeAlso = [ |
| 1 | 9008 | | new Uri("https://fedoraproject.org/wiki/Licensing/Xinetd_License") |
| 1 | 9009 | | ], |
| 1 | 9010 | | LicenseText = ReadResource("xinetd.fulltext.txt"), |
| 1 | 9011 | | StandardLicenseTemplate = ReadResource("xinetd.template.txt"), |
| 1 | 9012 | | IsFsfLibre = true, |
| 1 | 9013 | | IsOsiApproved = false, |
| 1 | 9014 | | Catalog = _creationInfo.Catalog, |
| 1 | 9015 | | CreationInfo = _creationInfo |
| 1 | 9016 | | }; |
| 1 | 9017 | | public static readonly ListedLicense XKEYBOARD_CONFIG_ZINOVIEV = new ListedLicense |
| 1 | 9018 | | { |
| 1 | 9019 | | SpdxId = new Uri("http://spdx.org/licenses/xkeyboard-config-Zinoviev"), |
| 1 | 9020 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9021 | | SeeAlso = [ |
| 1 | 9022 | | new Uri("https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type=hea |
| 1 | 9023 | | ], |
| 1 | 9024 | | LicenseText = ReadResource("xkeyboard-config-Zinoviev.fulltext.txt"), |
| 1 | 9025 | | StandardLicenseTemplate = ReadResource("xkeyboard-config-Zinoviev.template.txt"), |
| 1 | 9026 | | Comment = "The first section of this license is the same as Cronx, but it adds a second part and short warranty |
| 1 | 9027 | | Catalog = _creationInfo.Catalog, |
| 1 | 9028 | | CreationInfo = _creationInfo |
| 1 | 9029 | | }; |
| 1 | 9030 | | public static readonly ListedLicense XLOCK = new ListedLicense |
| 1 | 9031 | | { |
| 1 | 9032 | | SpdxId = new Uri("http://spdx.org/licenses/xlock"), |
| 1 | 9033 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9034 | | SeeAlso = [ |
| 1 | 9035 | | new Uri("https://fossies.org/linux/tiff/contrib/ras/ras2tif.c") |
| 1 | 9036 | | ], |
| 1 | 9037 | | LicenseText = ReadResource("xlock.fulltext.txt"), |
| 1 | 9038 | | StandardLicenseTemplate = ReadResource("xlock.template.txt"), |
| 1 | 9039 | | Catalog = _creationInfo.Catalog, |
| 1 | 9040 | | CreationInfo = _creationInfo |
| 1 | 9041 | | }; |
| 1 | 9042 | | public static readonly ListedLicense XNET = new ListedLicense |
| 1 | 9043 | | { |
| 1 | 9044 | | SpdxId = new Uri("http://spdx.org/licenses/Xnet"), |
| 1 | 9045 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9046 | | SeeAlso = [ |
| 1 | 9047 | | new Uri("https://opensource.org/licenses/Xnet") |
| 1 | 9048 | | ], |
| 1 | 9049 | | LicenseText = ReadResource("Xnet.fulltext.txt"), |
| 1 | 9050 | | StandardLicenseTemplate = ReadResource("Xnet.template.txt"), |
| 1 | 9051 | | Comment = "This license is the same as MIT, but with a choice of law clause. This License has been voluntarily d |
| 1 | 9052 | | Catalog = _creationInfo.Catalog, |
| 1 | 9053 | | CreationInfo = _creationInfo |
| 1 | 9054 | | }; |
| 1 | 9055 | | public static readonly ListedLicense XPP = new ListedLicense |
| 1 | 9056 | | { |
| 1 | 9057 | | SpdxId = new Uri("http://spdx.org/licenses/xpp"), |
| 1 | 9058 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9059 | | SeeAlso = [ |
| 1 | 9060 | | new Uri("https://fedoraproject.org/wiki/Licensing/xpp") |
| 1 | 9061 | | ], |
| 1 | 9062 | | LicenseText = ReadResource("xpp.fulltext.txt"), |
| 1 | 9063 | | StandardLicenseTemplate = ReadResource("xpp.template.txt"), |
| 1 | 9064 | | Catalog = _creationInfo.Catalog, |
| 1 | 9065 | | CreationInfo = _creationInfo |
| 1 | 9066 | | }; |
| 1 | 9067 | | public static readonly ListedLicense XSKAT = new ListedLicense |
| 1 | 9068 | | { |
| 1 | 9069 | | SpdxId = new Uri("http://spdx.org/licenses/XSkat"), |
| 1 | 9070 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9071 | | SeeAlso = [ |
| 1 | 9072 | | new Uri("https://fedoraproject.org/wiki/Licensing/XSkat_License") |
| 1 | 9073 | | ], |
| 1 | 9074 | | LicenseText = ReadResource("XSkat.fulltext.txt"), |
| 1 | 9075 | | StandardLicenseTemplate = ReadResource("XSkat.template.txt"), |
| 1 | 9076 | | Catalog = _creationInfo.Catalog, |
| 1 | 9077 | | CreationInfo = _creationInfo |
| 1 | 9078 | | }; |
| 1 | 9079 | | public static readonly ListedLicense XZOOM = new ListedLicense |
| 1 | 9080 | | { |
| 1 | 9081 | | SpdxId = new Uri("http://spdx.org/licenses/xzoom"), |
| 1 | 9082 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9083 | | SeeAlso = [ |
| 1 | 9084 | | new Uri("https://metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright") |
| 1 | 9085 | | ], |
| 1 | 9086 | | LicenseText = ReadResource("xzoom.fulltext.txt"), |
| 1 | 9087 | | StandardLicenseTemplate = ReadResource("xzoom.template.txt"), |
| 1 | 9088 | | Catalog = _creationInfo.Catalog, |
| 1 | 9089 | | CreationInfo = _creationInfo |
| 1 | 9090 | | }; |
| 1 | 9091 | | public static readonly ListedLicense YPL_1_0 = new ListedLicense |
| 1 | 9092 | | { |
| 1 | 9093 | | SpdxId = new Uri("http://spdx.org/licenses/YPL-1.0"), |
| 1 | 9094 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9095 | | SeeAlso = [ |
| 1 | 9096 | | new Uri("http://www.zimbra.com/license/yahoo_public_license_1.0.html") |
| 1 | 9097 | | ], |
| 1 | 9098 | | LicenseText = ReadResource("YPL-1.0.fulltext.txt"), |
| 1 | 9099 | | StandardLicenseTemplate = ReadResource("YPL-1.0.template.txt"), |
| 1 | 9100 | | Catalog = _creationInfo.Catalog, |
| 1 | 9101 | | CreationInfo = _creationInfo |
| 1 | 9102 | | }; |
| 1 | 9103 | | public static readonly ListedLicense YPL_1_1 = new ListedLicense |
| 1 | 9104 | | { |
| 1 | 9105 | | SpdxId = new Uri("http://spdx.org/licenses/YPL-1.1"), |
| 1 | 9106 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9107 | | SeeAlso = [ |
| 1 | 9108 | | new Uri("http://www.zimbra.com/license/yahoo_public_license_1.1.html") |
| 1 | 9109 | | ], |
| 1 | 9110 | | LicenseText = ReadResource("YPL-1.1.fulltext.txt"), |
| 1 | 9111 | | StandardLicenseTemplate = ReadResource("YPL-1.1.template.txt"), |
| 1 | 9112 | | IsFsfLibre = true, |
| 1 | 9113 | | IsOsiApproved = false, |
| 1 | 9114 | | Catalog = _creationInfo.Catalog, |
| 1 | 9115 | | CreationInfo = _creationInfo |
| 1 | 9116 | | }; |
| 1 | 9117 | | public static readonly ListedLicense ZED = new ListedLicense |
| 1 | 9118 | | { |
| 1 | 9119 | | SpdxId = new Uri("http://spdx.org/licenses/Zed"), |
| 1 | 9120 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9121 | | SeeAlso = [ |
| 1 | 9122 | | new Uri("https://fedoraproject.org/wiki/Licensing/Zed") |
| 1 | 9123 | | ], |
| 1 | 9124 | | LicenseText = ReadResource("Zed.fulltext.txt"), |
| 1 | 9125 | | StandardLicenseTemplate = ReadResource("Zed.template.txt"), |
| 1 | 9126 | | Catalog = _creationInfo.Catalog, |
| 1 | 9127 | | CreationInfo = _creationInfo |
| 1 | 9128 | | }; |
| 1 | 9129 | | public static readonly ListedLicense ZEEFF = new ListedLicense |
| 1 | 9130 | | { |
| 1 | 9131 | | SpdxId = new Uri("http://spdx.org/licenses/Zeeff"), |
| 1 | 9132 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9133 | | SeeAlso = [ |
| 1 | 9134 | | new Uri("ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz") |
| 1 | 9135 | | ], |
| 1 | 9136 | | LicenseText = ReadResource("Zeeff.fulltext.txt"), |
| 1 | 9137 | | StandardLicenseTemplate = ReadResource("Zeeff.template.txt"), |
| 1 | 9138 | | Catalog = _creationInfo.Catalog, |
| 1 | 9139 | | CreationInfo = _creationInfo |
| 1 | 9140 | | }; |
| 1 | 9141 | | public static readonly ListedLicense ZEND_2_0 = new ListedLicense |
| 1 | 9142 | | { |
| 1 | 9143 | | SpdxId = new Uri("http://spdx.org/licenses/Zend-2.0"), |
| 1 | 9144 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9145 | | SeeAlso = [ |
| 1 | 9146 | | new Uri("https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt") |
| 1 | 9147 | | ], |
| 1 | 9148 | | LicenseText = ReadResource("Zend-2.0.fulltext.txt"), |
| 1 | 9149 | | StandardLicenseTemplate = ReadResource("Zend-2.0.template.txt"), |
| 1 | 9150 | | IsFsfLibre = true, |
| 1 | 9151 | | IsOsiApproved = false, |
| 1 | 9152 | | Catalog = _creationInfo.Catalog, |
| 1 | 9153 | | CreationInfo = _creationInfo |
| 1 | 9154 | | }; |
| 1 | 9155 | | public static readonly ListedLicense ZIMBRA_1_3 = new ListedLicense |
| 1 | 9156 | | { |
| 1 | 9157 | | SpdxId = new Uri("http://spdx.org/licenses/Zimbra-1.3"), |
| 1 | 9158 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9159 | | SeeAlso = [ |
| 1 | 9160 | | new Uri("http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.h |
| 1 | 9161 | | ], |
| 1 | 9162 | | LicenseText = ReadResource("Zimbra-1.3.fulltext.txt"), |
| 1 | 9163 | | StandardLicenseTemplate = ReadResource("Zimbra-1.3.template.txt"), |
| 1 | 9164 | | IsFsfLibre = true, |
| 1 | 9165 | | IsOsiApproved = false, |
| 1 | 9166 | | Catalog = _creationInfo.Catalog, |
| 1 | 9167 | | CreationInfo = _creationInfo |
| 1 | 9168 | | }; |
| 1 | 9169 | | public static readonly ListedLicense ZIMBRA_1_4 = new ListedLicense |
| 1 | 9170 | | { |
| 1 | 9171 | | SpdxId = new Uri("http://spdx.org/licenses/Zimbra-1.4"), |
| 1 | 9172 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9173 | | SeeAlso = [ |
| 1 | 9174 | | new Uri("http://www.zimbra.com/legal/zimbra-public-license-1-4") |
| 1 | 9175 | | ], |
| 1 | 9176 | | LicenseText = ReadResource("Zimbra-1.4.fulltext.txt"), |
| 1 | 9177 | | StandardLicenseTemplate = ReadResource("Zimbra-1.4.template.txt"), |
| 1 | 9178 | | Catalog = _creationInfo.Catalog, |
| 1 | 9179 | | CreationInfo = _creationInfo |
| 1 | 9180 | | }; |
| 1 | 9181 | | public static readonly ListedLicense ZLIB = new ListedLicense |
| 1 | 9182 | | { |
| 1 | 9183 | | SpdxId = new Uri("http://spdx.org/licenses/Zlib"), |
| 1 | 9184 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9185 | | SeeAlso = [ |
| 1 | 9186 | | new Uri("http://www.zlib.net/zlib_license.html"), |
| 1 | 9187 | | new Uri("https://opensource.org/licenses/Zlib") |
| 1 | 9188 | | ], |
| 1 | 9189 | | LicenseText = ReadResource("Zlib.fulltext.txt"), |
| 1 | 9190 | | StandardLicenseTemplate = ReadResource("Zlib.template.txt"), |
| 1 | 9191 | | IsFsfLibre = true, |
| 1 | 9192 | | IsOsiApproved = true, |
| 1 | 9193 | | Catalog = _creationInfo.Catalog, |
| 1 | 9194 | | CreationInfo = _creationInfo |
| 1 | 9195 | | }; |
| 1 | 9196 | | public static readonly ListedLicense ZLIB_ACKNOWLEDGEMENT = new ListedLicense |
| 1 | 9197 | | { |
| 1 | 9198 | | SpdxId = new Uri("http://spdx.org/licenses/zlib-acknowledgement"), |
| 1 | 9199 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9200 | | SeeAlso = [ |
| 1 | 9201 | | new Uri("https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement") |
| 1 | 9202 | | ], |
| 1 | 9203 | | LicenseText = ReadResource("zlib-acknowledgement.fulltext.txt"), |
| 1 | 9204 | | StandardLicenseTemplate = ReadResource("zlib-acknowledgement.template.txt"), |
| 1 | 9205 | | Catalog = _creationInfo.Catalog, |
| 1 | 9206 | | CreationInfo = _creationInfo |
| 1 | 9207 | | }; |
| 1 | 9208 | | public static readonly ListedLicense ZPL_1_1 = new ListedLicense |
| 1 | 9209 | | { |
| 1 | 9210 | | SpdxId = new Uri("http://spdx.org/licenses/ZPL-1.1"), |
| 1 | 9211 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9212 | | SeeAlso = [ |
| 1 | 9213 | | new Uri("http://old.zope.org/Resources/License/ZPL-1.1") |
| 1 | 9214 | | ], |
| 1 | 9215 | | LicenseText = ReadResource("ZPL-1.1.fulltext.txt"), |
| 1 | 9216 | | StandardLicenseTemplate = ReadResource("ZPL-1.1.template.txt"), |
| 1 | 9217 | | Catalog = _creationInfo.Catalog, |
| 1 | 9218 | | CreationInfo = _creationInfo |
| 1 | 9219 | | }; |
| 1 | 9220 | | public static readonly ListedLicense ZPL_2_0 = new ListedLicense |
| 1 | 9221 | | { |
| 1 | 9222 | | SpdxId = new Uri("http://spdx.org/licenses/ZPL-2.0"), |
| 1 | 9223 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9224 | | SeeAlso = [ |
| 1 | 9225 | | new Uri("http://old.zope.org/Resources/License/ZPL-2.0"), |
| 1 | 9226 | | new Uri("https://opensource.org/licenses/ZPL-2.0") |
| 1 | 9227 | | ], |
| 1 | 9228 | | LicenseText = ReadResource("ZPL-2.0.fulltext.txt"), |
| 1 | 9229 | | StandardLicenseTemplate = ReadResource("ZPL-2.0.template.txt"), |
| 1 | 9230 | | IsFsfLibre = true, |
| 1 | 9231 | | IsOsiApproved = true, |
| 1 | 9232 | | Catalog = _creationInfo.Catalog, |
| 1 | 9233 | | CreationInfo = _creationInfo |
| 1 | 9234 | | }; |
| 1 | 9235 | | public static readonly ListedLicense ZPL_2_1 = new ListedLicense |
| 1 | 9236 | | { |
| 1 | 9237 | | SpdxId = new Uri("http://spdx.org/licenses/ZPL-2.1"), |
| 1 | 9238 | | Type = "expandedlicensing_ListedLicense", |
| 1 | 9239 | | SeeAlso = [ |
| 1 | 9240 | | new Uri("http://old.zope.org/Resources/ZPL/") |
| 1 | 9241 | | ], |
| 1 | 9242 | | LicenseText = ReadResource("ZPL-2.1.fulltext.txt"), |
| 1 | 9243 | | StandardLicenseTemplate = ReadResource("ZPL-2.1.template.txt"), |
| 1 | 9244 | | Comment = "This is a generic version of the ZPL 2.0 license", |
| 1 | 9245 | | IsFsfLibre = true, |
| 1 | 9246 | | IsOsiApproved = true, |
| 1 | 9247 | | Catalog = _creationInfo.Catalog, |
| 1 | 9248 | | CreationInfo = _creationInfo |
| 1 | 9249 | | }; |
| | 9250 | |
|
| 1 | 9251 | | public static readonly Dictionary<string, ListedLicense> Licenses = new Dictionary<string, ListedLicense> |
| 1 | 9252 | | { |
| 1 | 9253 | | { "0BSD", _0BSD }, |
| 1 | 9254 | | { "3D-Slicer-1.0", _3D_SLICER_1_0 }, |
| 1 | 9255 | | { "AAL", AAL }, |
| 1 | 9256 | | { "Abstyles", ABSTYLES }, |
| 1 | 9257 | | { "AdaCore-doc", ADACORE_DOC }, |
| 1 | 9258 | | { "Adobe-2006", ADOBE_2006 }, |
| 1 | 9259 | | { "Adobe-Display-PostScript", ADOBE_DISPLAY_POSTSCRIPT }, |
| 1 | 9260 | | { "Adobe-Glyph", ADOBE_GLYPH }, |
| 1 | 9261 | | { "Adobe-Utopia", ADOBE_UTOPIA }, |
| 1 | 9262 | | { "ADSL", ADSL }, |
| 1 | 9263 | | { "AFL-1.1", AFL_1_1 }, |
| 1 | 9264 | | { "AFL-1.2", AFL_1_2 }, |
| 1 | 9265 | | { "AFL-2.0", AFL_2_0 }, |
| 1 | 9266 | | { "AFL-2.1", AFL_2_1 }, |
| 1 | 9267 | | { "AFL-3.0", AFL_3_0 }, |
| 1 | 9268 | | { "Afmparse", AFMPARSE }, |
| 1 | 9269 | | { "AGPL-1.0", AGPL_1_0 }, |
| 1 | 9270 | | { "AGPL-1.0-only", AGPL_1_0_ONLY }, |
| 1 | 9271 | | { "AGPL-1.0-or-later", AGPL_1_0_OR_LATER }, |
| 1 | 9272 | | { "AGPL-3.0", AGPL_3_0 }, |
| 1 | 9273 | | { "AGPL-3.0-only", AGPL_3_0_ONLY }, |
| 1 | 9274 | | { "AGPL-3.0-or-later", AGPL_3_0_OR_LATER }, |
| 1 | 9275 | | { "Aladdin", ALADDIN }, |
| 1 | 9276 | | { "AMD-newlib", AMD_NEWLIB }, |
| 1 | 9277 | | { "AMDPLPA", AMDPLPA }, |
| 1 | 9278 | | { "AML", AML }, |
| 1 | 9279 | | { "AML-glslang", AML_GLSLANG }, |
| 1 | 9280 | | { "AMPAS", AMPAS }, |
| 1 | 9281 | | { "ANTLR-PD", ANTLR_PD }, |
| 1 | 9282 | | { "ANTLR-PD-fallback", ANTLR_PD_FALLBACK }, |
| 1 | 9283 | | { "any-OSI", ANY_OSI }, |
| 1 | 9284 | | { "any-OSI-perl-modules", ANY_OSI_PERL_MODULES }, |
| 1 | 9285 | | { "Apache-1.0", APACHE_1_0 }, |
| 1 | 9286 | | { "Apache-1.1", APACHE_1_1 }, |
| 1 | 9287 | | { "Apache-2.0", APACHE_2_0 }, |
| 1 | 9288 | | { "APAFML", APAFML }, |
| 1 | 9289 | | { "APL-1.0", APL_1_0 }, |
| 1 | 9290 | | { "App-s2p", APP_S2P }, |
| 1 | 9291 | | { "APSL-1.0", APSL_1_0 }, |
| 1 | 9292 | | { "APSL-1.1", APSL_1_1 }, |
| 1 | 9293 | | { "APSL-1.2", APSL_1_2 }, |
| 1 | 9294 | | { "APSL-2.0", APSL_2_0 }, |
| 1 | 9295 | | { "Arphic-1999", ARPHIC_1999 }, |
| 1 | 9296 | | { "Artistic-1.0", ARTISTIC_1_0 }, |
| 1 | 9297 | | { "Artistic-1.0-cl8", ARTISTIC_1_0_CL8 }, |
| 1 | 9298 | | { "Artistic-1.0-Perl", ARTISTIC_1_0_PERL }, |
| 1 | 9299 | | { "Artistic-2.0", ARTISTIC_2_0 }, |
| 1 | 9300 | | { "Artistic-dist", ARTISTIC_DIST }, |
| 1 | 9301 | | { "ASWF-Digital-Assets-1.0", ASWF_DIGITAL_ASSETS_1_0 }, |
| 1 | 9302 | | { "ASWF-Digital-Assets-1.1", ASWF_DIGITAL_ASSETS_1_1 }, |
| 1 | 9303 | | { "Baekmuk", BAEKMUK }, |
| 1 | 9304 | | { "Bahyph", BAHYPH }, |
| 1 | 9305 | | { "Barr", BARR }, |
| 1 | 9306 | | { "bcrypt-Solar-Designer", BCRYPT_SOLAR_DESIGNER }, |
| 1 | 9307 | | { "Beerware", BEERWARE }, |
| 1 | 9308 | | { "Bitstream-Charter", BITSTREAM_CHARTER }, |
| 1 | 9309 | | { "Bitstream-Vera", BITSTREAM_VERA }, |
| 1 | 9310 | | { "BitTorrent-1.0", BITTORRENT_1_0 }, |
| 1 | 9311 | | { "BitTorrent-1.1", BITTORRENT_1_1 }, |
| 1 | 9312 | | { "blessing", BLESSING }, |
| 1 | 9313 | | { "BlueOak-1.0.0", BLUEOAK_1_0_0 }, |
| 1 | 9314 | | { "Boehm-GC", BOEHM_GC }, |
| 1 | 9315 | | { "Boehm-GC-without-fee", BOEHM_GC_WITHOUT_FEE }, |
| 1 | 9316 | | { "Borceux", BORCEUX }, |
| 1 | 9317 | | { "Brian-Gladman-2-Clause", BRIAN_GLADMAN_2_CLAUSE }, |
| 1 | 9318 | | { "Brian-Gladman-3-Clause", BRIAN_GLADMAN_3_CLAUSE }, |
| 1 | 9319 | | { "BSD-1-Clause", BSD_1_CLAUSE }, |
| 1 | 9320 | | { "BSD-2-Clause", BSD_2_CLAUSE }, |
| 1 | 9321 | | { "BSD-2-Clause-Darwin", BSD_2_CLAUSE_DARWIN }, |
| 1 | 9322 | | { "BSD-2-Clause-first-lines", BSD_2_CLAUSE_FIRST_LINES }, |
| 1 | 9323 | | { "BSD-2-Clause-FreeBSD", BSD_2_CLAUSE_FREEBSD }, |
| 1 | 9324 | | { "BSD-2-Clause-NetBSD", BSD_2_CLAUSE_NETBSD }, |
| 1 | 9325 | | { "BSD-2-Clause-Patent", BSD_2_CLAUSE_PATENT }, |
| 1 | 9326 | | { "BSD-2-Clause-pkgconf-disclaimer", BSD_2_CLAUSE_PKGCONF_DISCLAIMER }, |
| 1 | 9327 | | { "BSD-2-Clause-Views", BSD_2_CLAUSE_VIEWS }, |
| 1 | 9328 | | { "BSD-3-Clause", BSD_3_CLAUSE }, |
| 1 | 9329 | | { "BSD-3-Clause-acpica", BSD_3_CLAUSE_ACPICA }, |
| 1 | 9330 | | { "BSD-3-Clause-Attribution", BSD_3_CLAUSE_ATTRIBUTION }, |
| 1 | 9331 | | { "BSD-3-Clause-Clear", BSD_3_CLAUSE_CLEAR }, |
| 1 | 9332 | | { "BSD-3-Clause-flex", BSD_3_CLAUSE_FLEX }, |
| 1 | 9333 | | { "BSD-3-Clause-HP", BSD_3_CLAUSE_HP }, |
| 1 | 9334 | | { "BSD-3-Clause-LBNL", BSD_3_CLAUSE_LBNL }, |
| 1 | 9335 | | { "BSD-3-Clause-Modification", BSD_3_CLAUSE_MODIFICATION }, |
| 1 | 9336 | | { "BSD-3-Clause-No-Military-License", BSD_3_CLAUSE_NO_MILITARY_LICENSE }, |
| 1 | 9337 | | { "BSD-3-Clause-No-Nuclear-License", BSD_3_CLAUSE_NO_NUCLEAR_LICENSE }, |
| 1 | 9338 | | { "BSD-3-Clause-No-Nuclear-License-2014", BSD_3_CLAUSE_NO_NUCLEAR_LICENSE_2014 }, |
| 1 | 9339 | | { "BSD-3-Clause-No-Nuclear-Warranty", BSD_3_CLAUSE_NO_NUCLEAR_WARRANTY }, |
| 1 | 9340 | | { "BSD-3-Clause-Open-MPI", BSD_3_CLAUSE_OPEN_MPI }, |
| 1 | 9341 | | { "BSD-3-Clause-Sun", BSD_3_CLAUSE_SUN }, |
| 1 | 9342 | | { "BSD-4-Clause", BSD_4_CLAUSE }, |
| 1 | 9343 | | { "BSD-4-Clause-Shortened", BSD_4_CLAUSE_SHORTENED }, |
| 1 | 9344 | | { "BSD-4-Clause-UC", BSD_4_CLAUSE_UC }, |
| 1 | 9345 | | { "BSD-4.3RENO", BSD_4_3RENO }, |
| 1 | 9346 | | { "BSD-4.3TAHOE", BSD_4_3TAHOE }, |
| 1 | 9347 | | { "BSD-Advertising-Acknowledgement", BSD_ADVERTISING_ACKNOWLEDGEMENT }, |
| 1 | 9348 | | { "BSD-Attribution-HPND-disclaimer", BSD_ATTRIBUTION_HPND_DISCLAIMER }, |
| 1 | 9349 | | { "BSD-Inferno-Nettverk", BSD_INFERNO_NETTVERK }, |
| 1 | 9350 | | { "BSD-Protection", BSD_PROTECTION }, |
| 1 | 9351 | | { "BSD-Source-beginning-file", BSD_SOURCE_BEGINNING_FILE }, |
| 1 | 9352 | | { "BSD-Source-Code", BSD_SOURCE_CODE }, |
| 1 | 9353 | | { "BSD-Systemics", BSD_SYSTEMICS }, |
| 1 | 9354 | | { "BSD-Systemics-W3Works", BSD_SYSTEMICS_W3WORKS }, |
| 1 | 9355 | | { "BSL-1.0", BSL_1_0 }, |
| 1 | 9356 | | { "BUSL-1.1", BUSL_1_1 }, |
| 1 | 9357 | | { "bzip2-1.0.5", BZIP2_1_0_5 }, |
| 1 | 9358 | | { "bzip2-1.0.6", BZIP2_1_0_6 }, |
| 1 | 9359 | | { "C-UDA-1.0", C_UDA_1_0 }, |
| 1 | 9360 | | { "CAL-1.0", CAL_1_0 }, |
| 1 | 9361 | | { "CAL-1.0-Combined-Work-Exception", CAL_1_0_COMBINED_WORK_EXCEPTION }, |
| 1 | 9362 | | { "Caldera", CALDERA }, |
| 1 | 9363 | | { "Caldera-no-preamble", CALDERA_NO_PREAMBLE }, |
| 1 | 9364 | | { "Catharon", CATHARON }, |
| 1 | 9365 | | { "CATOSL-1.1", CATOSL_1_1 }, |
| 1 | 9366 | | { "CC-BY-1.0", CC_BY_1_0 }, |
| 1 | 9367 | | { "CC-BY-2.0", CC_BY_2_0 }, |
| 1 | 9368 | | { "CC-BY-2.5", CC_BY_2_5 }, |
| 1 | 9369 | | { "CC-BY-2.5-AU", CC_BY_2_5_AU }, |
| 1 | 9370 | | { "CC-BY-3.0", CC_BY_3_0 }, |
| 1 | 9371 | | { "CC-BY-3.0-AT", CC_BY_3_0_AT }, |
| 1 | 9372 | | { "CC-BY-3.0-AU", CC_BY_3_0_AU }, |
| 1 | 9373 | | { "CC-BY-3.0-DE", CC_BY_3_0_DE }, |
| 1 | 9374 | | { "CC-BY-3.0-IGO", CC_BY_3_0_IGO }, |
| 1 | 9375 | | { "CC-BY-3.0-NL", CC_BY_3_0_NL }, |
| 1 | 9376 | | { "CC-BY-3.0-US", CC_BY_3_0_US }, |
| 1 | 9377 | | { "CC-BY-4.0", CC_BY_4_0 }, |
| 1 | 9378 | | { "CC-BY-NC-1.0", CC_BY_NC_1_0 }, |
| 1 | 9379 | | { "CC-BY-NC-2.0", CC_BY_NC_2_0 }, |
| 1 | 9380 | | { "CC-BY-NC-2.5", CC_BY_NC_2_5 }, |
| 1 | 9381 | | { "CC-BY-NC-3.0", CC_BY_NC_3_0 }, |
| 1 | 9382 | | { "CC-BY-NC-3.0-DE", CC_BY_NC_3_0_DE }, |
| 1 | 9383 | | { "CC-BY-NC-4.0", CC_BY_NC_4_0 }, |
| 1 | 9384 | | { "CC-BY-NC-ND-1.0", CC_BY_NC_ND_1_0 }, |
| 1 | 9385 | | { "CC-BY-NC-ND-2.0", CC_BY_NC_ND_2_0 }, |
| 1 | 9386 | | { "CC-BY-NC-ND-2.5", CC_BY_NC_ND_2_5 }, |
| 1 | 9387 | | { "CC-BY-NC-ND-3.0", CC_BY_NC_ND_3_0 }, |
| 1 | 9388 | | { "CC-BY-NC-ND-3.0-DE", CC_BY_NC_ND_3_0_DE }, |
| 1 | 9389 | | { "CC-BY-NC-ND-3.0-IGO", CC_BY_NC_ND_3_0_IGO }, |
| 1 | 9390 | | { "CC-BY-NC-ND-4.0", CC_BY_NC_ND_4_0 }, |
| 1 | 9391 | | { "CC-BY-NC-SA-1.0", CC_BY_NC_SA_1_0 }, |
| 1 | 9392 | | { "CC-BY-NC-SA-2.0", CC_BY_NC_SA_2_0 }, |
| 1 | 9393 | | { "CC-BY-NC-SA-2.0-DE", CC_BY_NC_SA_2_0_DE }, |
| 1 | 9394 | | { "CC-BY-NC-SA-2.0-FR", CC_BY_NC_SA_2_0_FR }, |
| 1 | 9395 | | { "CC-BY-NC-SA-2.0-UK", CC_BY_NC_SA_2_0_UK }, |
| 1 | 9396 | | { "CC-BY-NC-SA-2.5", CC_BY_NC_SA_2_5 }, |
| 1 | 9397 | | { "CC-BY-NC-SA-3.0", CC_BY_NC_SA_3_0 }, |
| 1 | 9398 | | { "CC-BY-NC-SA-3.0-DE", CC_BY_NC_SA_3_0_DE }, |
| 1 | 9399 | | { "CC-BY-NC-SA-3.0-IGO", CC_BY_NC_SA_3_0_IGO }, |
| 1 | 9400 | | { "CC-BY-NC-SA-4.0", CC_BY_NC_SA_4_0 }, |
| 1 | 9401 | | { "CC-BY-ND-1.0", CC_BY_ND_1_0 }, |
| 1 | 9402 | | { "CC-BY-ND-2.0", CC_BY_ND_2_0 }, |
| 1 | 9403 | | { "CC-BY-ND-2.5", CC_BY_ND_2_5 }, |
| 1 | 9404 | | { "CC-BY-ND-3.0", CC_BY_ND_3_0 }, |
| 1 | 9405 | | { "CC-BY-ND-3.0-DE", CC_BY_ND_3_0_DE }, |
| 1 | 9406 | | { "CC-BY-ND-4.0", CC_BY_ND_4_0 }, |
| 1 | 9407 | | { "CC-BY-SA-1.0", CC_BY_SA_1_0 }, |
| 1 | 9408 | | { "CC-BY-SA-2.0", CC_BY_SA_2_0 }, |
| 1 | 9409 | | { "CC-BY-SA-2.0-UK", CC_BY_SA_2_0_UK }, |
| 1 | 9410 | | { "CC-BY-SA-2.1-JP", CC_BY_SA_2_1_JP }, |
| 1 | 9411 | | { "CC-BY-SA-2.5", CC_BY_SA_2_5 }, |
| 1 | 9412 | | { "CC-BY-SA-3.0", CC_BY_SA_3_0 }, |
| 1 | 9413 | | { "CC-BY-SA-3.0-AT", CC_BY_SA_3_0_AT }, |
| 1 | 9414 | | { "CC-BY-SA-3.0-DE", CC_BY_SA_3_0_DE }, |
| 1 | 9415 | | { "CC-BY-SA-3.0-IGO", CC_BY_SA_3_0_IGO }, |
| 1 | 9416 | | { "CC-BY-SA-4.0", CC_BY_SA_4_0 }, |
| 1 | 9417 | | { "CC-PDDC", CC_PDDC }, |
| 1 | 9418 | | { "CC-PDM-1.0", CC_PDM_1_0 }, |
| 1 | 9419 | | { "CC-SA-1.0", CC_SA_1_0 }, |
| 1 | 9420 | | { "CC0-1.0", CC0_1_0 }, |
| 1 | 9421 | | { "CDDL-1.0", CDDL_1_0 }, |
| 1 | 9422 | | { "CDDL-1.1", CDDL_1_1 }, |
| 1 | 9423 | | { "CDL-1.0", CDL_1_0 }, |
| 1 | 9424 | | { "CDLA-Permissive-1.0", CDLA_PERMISSIVE_1_0 }, |
| 1 | 9425 | | { "CDLA-Permissive-2.0", CDLA_PERMISSIVE_2_0 }, |
| 1 | 9426 | | { "CDLA-Sharing-1.0", CDLA_SHARING_1_0 }, |
| 1 | 9427 | | { "CECILL-1.0", CECILL_1_0 }, |
| 1 | 9428 | | { "CECILL-1.1", CECILL_1_1 }, |
| 1 | 9429 | | { "CECILL-2.0", CECILL_2_0 }, |
| 1 | 9430 | | { "CECILL-2.1", CECILL_2_1 }, |
| 1 | 9431 | | { "CECILL-B", CECILL_B }, |
| 1 | 9432 | | { "CECILL-C", CECILL_C }, |
| 1 | 9433 | | { "CERN-OHL-1.1", CERN_OHL_1_1 }, |
| 1 | 9434 | | { "CERN-OHL-1.2", CERN_OHL_1_2 }, |
| 1 | 9435 | | { "CERN-OHL-P-2.0", CERN_OHL_P_2_0 }, |
| 1 | 9436 | | { "CERN-OHL-S-2.0", CERN_OHL_S_2_0 }, |
| 1 | 9437 | | { "CERN-OHL-W-2.0", CERN_OHL_W_2_0 }, |
| 1 | 9438 | | { "CFITSIO", CFITSIO }, |
| 1 | 9439 | | { "check-cvs", CHECK_CVS }, |
| 1 | 9440 | | { "checkmk", CHECKMK }, |
| 1 | 9441 | | { "ClArtistic", CLARTISTIC }, |
| 1 | 9442 | | { "Clips", CLIPS }, |
| 1 | 9443 | | { "CMU-Mach", CMU_MACH }, |
| 1 | 9444 | | { "CMU-Mach-nodoc", CMU_MACH_NODOC }, |
| 1 | 9445 | | { "CNRI-Jython", CNRI_JYTHON }, |
| 1 | 9446 | | { "CNRI-Python", CNRI_PYTHON }, |
| 1 | 9447 | | { "CNRI-Python-GPL-Compatible", CNRI_PYTHON_GPL_COMPATIBLE }, |
| 1 | 9448 | | { "COIL-1.0", COIL_1_0 }, |
| 1 | 9449 | | { "Community-Spec-1.0", COMMUNITY_SPEC_1_0 }, |
| 1 | 9450 | | { "Condor-1.1", CONDOR_1_1 }, |
| 1 | 9451 | | { "copyleft-next-0.3.0", COPYLEFT_NEXT_0_3_0 }, |
| 1 | 9452 | | { "copyleft-next-0.3.1", COPYLEFT_NEXT_0_3_1 }, |
| 1 | 9453 | | { "Cornell-Lossless-JPEG", CORNELL_LOSSLESS_JPEG }, |
| 1 | 9454 | | { "CPAL-1.0", CPAL_1_0 }, |
| 1 | 9455 | | { "CPL-1.0", CPL_1_0 }, |
| 1 | 9456 | | { "CPOL-1.02", CPOL_1_02 }, |
| 1 | 9457 | | { "Cronyx", CRONYX }, |
| 1 | 9458 | | { "Crossword", CROSSWORD }, |
| 1 | 9459 | | { "CryptoSwift", CRYPTOSWIFT }, |
| 1 | 9460 | | { "CrystalStacker", CRYSTALSTACKER }, |
| 1 | 9461 | | { "CUA-OPL-1.0", CUA_OPL_1_0 }, |
| 1 | 9462 | | { "Cube", CUBE }, |
| 1 | 9463 | | { "curl", CURL }, |
| 1 | 9464 | | { "cve-tou", CVE_TOU }, |
| 1 | 9465 | | { "D-FSL-1.0", D_FSL_1_0 }, |
| 1 | 9466 | | { "DEC-3-Clause", DEC_3_CLAUSE }, |
| 1 | 9467 | | { "diffmark", DIFFMARK }, |
| 1 | 9468 | | { "DL-DE-BY-2.0", DL_DE_BY_2_0 }, |
| 1 | 9469 | | { "DL-DE-ZERO-2.0", DL_DE_ZERO_2_0 }, |
| 1 | 9470 | | { "DOC", DOC }, |
| 1 | 9471 | | { "DocBook-DTD", DOCBOOK_DTD }, |
| 1 | 9472 | | { "DocBook-Schema", DOCBOOK_SCHEMA }, |
| 1 | 9473 | | { "DocBook-Stylesheet", DOCBOOK_STYLESHEET }, |
| 1 | 9474 | | { "DocBook-XML", DOCBOOK_XML }, |
| 1 | 9475 | | { "Dotseqn", DOTSEQN }, |
| 1 | 9476 | | { "DRL-1.0", DRL_1_0 }, |
| 1 | 9477 | | { "DRL-1.1", DRL_1_1 }, |
| 1 | 9478 | | { "DSDP", DSDP }, |
| 1 | 9479 | | { "dtoa", DTOA }, |
| 1 | 9480 | | { "dvipdfm", DVIPDFM }, |
| 1 | 9481 | | { "ECL-1.0", ECL_1_0 }, |
| 1 | 9482 | | { "ECL-2.0", ECL_2_0 }, |
| 1 | 9483 | | { "eCos-2.0", ECOS_2_0 }, |
| 1 | 9484 | | { "EFL-1.0", EFL_1_0 }, |
| 1 | 9485 | | { "EFL-2.0", EFL_2_0 }, |
| 1 | 9486 | | { "eGenix", EGENIX }, |
| 1 | 9487 | | { "Elastic-2.0", ELASTIC_2_0 }, |
| 1 | 9488 | | { "Entessa", ENTESSA }, |
| 1 | 9489 | | { "EPICS", EPICS }, |
| 1 | 9490 | | { "EPL-1.0", EPL_1_0 }, |
| 1 | 9491 | | { "EPL-2.0", EPL_2_0 }, |
| 1 | 9492 | | { "ErlPL-1.1", ERLPL_1_1 }, |
| 1 | 9493 | | { "etalab-2.0", ETALAB_2_0 }, |
| 1 | 9494 | | { "EUDatagrid", EUDATAGRID }, |
| 1 | 9495 | | { "EUPL-1.0", EUPL_1_0 }, |
| 1 | 9496 | | { "EUPL-1.1", EUPL_1_1 }, |
| 1 | 9497 | | { "EUPL-1.2", EUPL_1_2 }, |
| 1 | 9498 | | { "Eurosym", EUROSYM }, |
| 1 | 9499 | | { "Fair", FAIR }, |
| 1 | 9500 | | { "FBM", FBM }, |
| 1 | 9501 | | { "FDK-AAC", FDK_AAC }, |
| 1 | 9502 | | { "Ferguson-Twofish", FERGUSON_TWOFISH }, |
| 1 | 9503 | | { "Frameworx-1.0", FRAMEWORX_1_0 }, |
| 1 | 9504 | | { "FreeBSD-DOC", FREEBSD_DOC }, |
| 1 | 9505 | | { "FreeImage", FREEIMAGE }, |
| 1 | 9506 | | { "FSFAP", FSFAP }, |
| 1 | 9507 | | { "FSFAP-no-warranty-disclaimer", FSFAP_NO_WARRANTY_DISCLAIMER }, |
| 1 | 9508 | | { "FSFUL", FSFUL }, |
| 1 | 9509 | | { "FSFULLR", FSFULLR }, |
| 1 | 9510 | | { "FSFULLRWD", FSFULLRWD }, |
| 1 | 9511 | | { "FSL-1.1-ALv2", FSL_1_1_ALV2 }, |
| 1 | 9512 | | { "FSL-1.1-MIT", FSL_1_1_MIT }, |
| 1 | 9513 | | { "FTL", FTL }, |
| 1 | 9514 | | { "Furuseth", FURUSETH }, |
| 1 | 9515 | | { "fwlw", FWLW }, |
| 1 | 9516 | | { "Game-Programming-Gems", GAME_PROGRAMMING_GEMS }, |
| 1 | 9517 | | { "GCR-docs", GCR_DOCS }, |
| 1 | 9518 | | { "GD", GD }, |
| 1 | 9519 | | { "generic-xts", GENERIC_XTS }, |
| 1 | 9520 | | { "GFDL-1.1", GFDL_1_1 }, |
| 1 | 9521 | | { "GFDL-1.1-invariants-only", GFDL_1_1_INVARIANTS_ONLY }, |
| 1 | 9522 | | { "GFDL-1.1-invariants-or-later", GFDL_1_1_INVARIANTS_OR_LATER }, |
| 1 | 9523 | | { "GFDL-1.1-no-invariants-only", GFDL_1_1_NO_INVARIANTS_ONLY }, |
| 1 | 9524 | | { "GFDL-1.1-no-invariants-or-later", GFDL_1_1_NO_INVARIANTS_OR_LATER }, |
| 1 | 9525 | | { "GFDL-1.1-only", GFDL_1_1_ONLY }, |
| 1 | 9526 | | { "GFDL-1.1-or-later", GFDL_1_1_OR_LATER }, |
| 1 | 9527 | | { "GFDL-1.2", GFDL_1_2 }, |
| 1 | 9528 | | { "GFDL-1.2-invariants-only", GFDL_1_2_INVARIANTS_ONLY }, |
| 1 | 9529 | | { "GFDL-1.2-invariants-or-later", GFDL_1_2_INVARIANTS_OR_LATER }, |
| 1 | 9530 | | { "GFDL-1.2-no-invariants-only", GFDL_1_2_NO_INVARIANTS_ONLY }, |
| 1 | 9531 | | { "GFDL-1.2-no-invariants-or-later", GFDL_1_2_NO_INVARIANTS_OR_LATER }, |
| 1 | 9532 | | { "GFDL-1.2-only", GFDL_1_2_ONLY }, |
| 1 | 9533 | | { "GFDL-1.2-or-later", GFDL_1_2_OR_LATER }, |
| 1 | 9534 | | { "GFDL-1.3", GFDL_1_3 }, |
| 1 | 9535 | | { "GFDL-1.3-invariants-only", GFDL_1_3_INVARIANTS_ONLY }, |
| 1 | 9536 | | { "GFDL-1.3-invariants-or-later", GFDL_1_3_INVARIANTS_OR_LATER }, |
| 1 | 9537 | | { "GFDL-1.3-no-invariants-only", GFDL_1_3_NO_INVARIANTS_ONLY }, |
| 1 | 9538 | | { "GFDL-1.3-no-invariants-or-later", GFDL_1_3_NO_INVARIANTS_OR_LATER }, |
| 1 | 9539 | | { "GFDL-1.3-only", GFDL_1_3_ONLY }, |
| 1 | 9540 | | { "GFDL-1.3-or-later", GFDL_1_3_OR_LATER }, |
| 1 | 9541 | | { "Giftware", GIFTWARE }, |
| 1 | 9542 | | { "GL2PS", GL2PS }, |
| 1 | 9543 | | { "Glide", GLIDE }, |
| 1 | 9544 | | { "Glulxe", GLULXE }, |
| 1 | 9545 | | { "GLWTPL", GLWTPL }, |
| 1 | 9546 | | { "gnuplot", GNUPLOT }, |
| 1 | 9547 | | { "GPL-1.0", GPL_1_0 }, |
| 1 | 9548 | | { "GPL-1.0-only", GPL_1_0_ONLY }, |
| 1 | 9549 | | { "GPL-1.0-or-later", GPL_1_0_OR_LATER }, |
| 1 | 9550 | | { "GPL-1.0+", GPL_1_0_ }, |
| 1 | 9551 | | { "GPL-2.0", GPL_2_0 }, |
| 1 | 9552 | | { "GPL-2.0-only", GPL_2_0_ONLY }, |
| 1 | 9553 | | { "GPL-2.0-or-later", GPL_2_0_OR_LATER }, |
| 1 | 9554 | | { "GPL-2.0-with-autoconf-exception", GPL_2_0_WITH_AUTOCONF_EXCEPTION }, |
| 1 | 9555 | | { "GPL-2.0-with-bison-exception", GPL_2_0_WITH_BISON_EXCEPTION }, |
| 1 | 9556 | | { "GPL-2.0-with-classpath-exception", GPL_2_0_WITH_CLASSPATH_EXCEPTION }, |
| 1 | 9557 | | { "GPL-2.0-with-font-exception", GPL_2_0_WITH_FONT_EXCEPTION }, |
| 1 | 9558 | | { "GPL-2.0-with-GCC-exception", GPL_2_0_WITH_GCC_EXCEPTION }, |
| 1 | 9559 | | { "GPL-2.0+", GPL_2_0_ }, |
| 1 | 9560 | | { "GPL-3.0", GPL_3_0 }, |
| 1 | 9561 | | { "GPL-3.0-only", GPL_3_0_ONLY }, |
| 1 | 9562 | | { "GPL-3.0-or-later", GPL_3_0_OR_LATER }, |
| 1 | 9563 | | { "GPL-3.0-with-autoconf-exception", GPL_3_0_WITH_AUTOCONF_EXCEPTION }, |
| 1 | 9564 | | { "GPL-3.0-with-GCC-exception", GPL_3_0_WITH_GCC_EXCEPTION }, |
| 1 | 9565 | | { "GPL-3.0+", GPL_3_0_ }, |
| 1 | 9566 | | { "Graphics-Gems", GRAPHICS_GEMS }, |
| 1 | 9567 | | { "gSOAP-1.3b", GSOAP_1_3B }, |
| 1 | 9568 | | { "gtkbook", GTKBOOK }, |
| 1 | 9569 | | { "Gutmann", GUTMANN }, |
| 1 | 9570 | | { "HaskellReport", HASKELLREPORT }, |
| 1 | 9571 | | { "hdparm", HDPARM }, |
| 1 | 9572 | | { "HIDAPI", HIDAPI }, |
| 1 | 9573 | | { "Hippocratic-2.1", HIPPOCRATIC_2_1 }, |
| 1 | 9574 | | { "HP-1986", HP_1986 }, |
| 1 | 9575 | | { "HP-1989", HP_1989 }, |
| 1 | 9576 | | { "HPND", HPND }, |
| 1 | 9577 | | { "HPND-DEC", HPND_DEC }, |
| 1 | 9578 | | { "HPND-doc", HPND_DOC }, |
| 1 | 9579 | | { "HPND-doc-sell", HPND_DOC_SELL }, |
| 1 | 9580 | | { "HPND-export-US", HPND_EXPORT_US }, |
| 1 | 9581 | | { "HPND-export-US-acknowledgement", HPND_EXPORT_US_ACKNOWLEDGEMENT }, |
| 1 | 9582 | | { "HPND-export-US-modify", HPND_EXPORT_US_MODIFY }, |
| 1 | 9583 | | { "HPND-export2-US", HPND_EXPORT2_US }, |
| 1 | 9584 | | { "HPND-Fenneberg-Livingston", HPND_FENNEBERG_LIVINGSTON }, |
| 1 | 9585 | | { "HPND-INRIA-IMAG", HPND_INRIA_IMAG }, |
| 1 | 9586 | | { "HPND-Intel", HPND_INTEL }, |
| 1 | 9587 | | { "HPND-Kevlin-Henney", HPND_KEVLIN_HENNEY }, |
| 1 | 9588 | | { "HPND-Markus-Kuhn", HPND_MARKUS_KUHN }, |
| 1 | 9589 | | { "HPND-merchantability-variant", HPND_MERCHANTABILITY_VARIANT }, |
| 1 | 9590 | | { "HPND-MIT-disclaimer", HPND_MIT_DISCLAIMER }, |
| 1 | 9591 | | { "HPND-Netrek", HPND_NETREK }, |
| 1 | 9592 | | { "HPND-Pbmplus", HPND_PBMPLUS }, |
| 1 | 9593 | | { "HPND-sell-MIT-disclaimer-xserver", HPND_SELL_MIT_DISCLAIMER_XSERVER }, |
| 1 | 9594 | | { "HPND-sell-regexpr", HPND_SELL_REGEXPR }, |
| 1 | 9595 | | { "HPND-sell-variant", HPND_SELL_VARIANT }, |
| 1 | 9596 | | { "HPND-sell-variant-MIT-disclaimer", HPND_SELL_VARIANT_MIT_DISCLAIMER }, |
| 1 | 9597 | | { "HPND-sell-variant-MIT-disclaimer-rev", HPND_SELL_VARIANT_MIT_DISCLAIMER_REV }, |
| 1 | 9598 | | { "HPND-UC", HPND_UC }, |
| 1 | 9599 | | { "HPND-UC-export-US", HPND_UC_EXPORT_US }, |
| 1 | 9600 | | { "HTMLTIDY", HTMLTIDY }, |
| 1 | 9601 | | { "IBM-pibs", IBM_PIBS }, |
| 1 | 9602 | | { "ICU", ICU }, |
| 1 | 9603 | | { "IEC-Code-Components-EULA", IEC_CODE_COMPONENTS_EULA }, |
| 1 | 9604 | | { "IJG", IJG }, |
| 1 | 9605 | | { "IJG-short", IJG_SHORT }, |
| 1 | 9606 | | { "ImageMagick", IMAGEMAGICK }, |
| 1 | 9607 | | { "iMatix", IMATIX }, |
| 1 | 9608 | | { "Imlib2", IMLIB2 }, |
| 1 | 9609 | | { "Info-ZIP", INFO_ZIP }, |
| 1 | 9610 | | { "Inner-Net-2.0", INNER_NET_2_0 }, |
| 1 | 9611 | | { "InnoSetup", INNOSETUP }, |
| 1 | 9612 | | { "Intel", INTEL }, |
| 1 | 9613 | | { "Intel-ACPI", INTEL_ACPI }, |
| 1 | 9614 | | { "Interbase-1.0", INTERBASE_1_0 }, |
| 1 | 9615 | | { "IPA", IPA }, |
| 1 | 9616 | | { "IPL-1.0", IPL_1_0 }, |
| 1 | 9617 | | { "ISC", ISC }, |
| 1 | 9618 | | { "ISC-Veillard", ISC_VEILLARD }, |
| 1 | 9619 | | { "Jam", JAM }, |
| 1 | 9620 | | { "JasPer-2.0", JASPER_2_0 }, |
| 1 | 9621 | | { "jove", JOVE }, |
| 1 | 9622 | | { "JPL-image", JPL_IMAGE }, |
| 1 | 9623 | | { "JPNIC", JPNIC }, |
| 1 | 9624 | | { "JSON", JSON }, |
| 1 | 9625 | | { "Kastrup", KASTRUP }, |
| 1 | 9626 | | { "Kazlib", KAZLIB }, |
| 1 | 9627 | | { "Knuth-CTAN", KNUTH_CTAN }, |
| 1 | 9628 | | { "LAL-1.2", LAL_1_2 }, |
| 1 | 9629 | | { "LAL-1.3", LAL_1_3 }, |
| 1 | 9630 | | { "Latex2e", LATEX2E }, |
| 1 | 9631 | | { "Latex2e-translated-notice", LATEX2E_TRANSLATED_NOTICE }, |
| 1 | 9632 | | { "Leptonica", LEPTONICA }, |
| 1 | 9633 | | { "LGPL-2.0", LGPL_2_0 }, |
| 1 | 9634 | | { "LGPL-2.0-only", LGPL_2_0_ONLY }, |
| 1 | 9635 | | { "LGPL-2.0-or-later", LGPL_2_0_OR_LATER }, |
| 1 | 9636 | | { "LGPL-2.0+", LGPL_2_0_ }, |
| 1 | 9637 | | { "LGPL-2.1", LGPL_2_1 }, |
| 1 | 9638 | | { "LGPL-2.1-only", LGPL_2_1_ONLY }, |
| 1 | 9639 | | { "LGPL-2.1-or-later", LGPL_2_1_OR_LATER }, |
| 1 | 9640 | | { "LGPL-2.1+", LGPL_2_1_ }, |
| 1 | 9641 | | { "LGPL-3.0", LGPL_3_0 }, |
| 1 | 9642 | | { "LGPL-3.0-only", LGPL_3_0_ONLY }, |
| 1 | 9643 | | { "LGPL-3.0-or-later", LGPL_3_0_OR_LATER }, |
| 1 | 9644 | | { "LGPL-3.0+", LGPL_3_0_ }, |
| 1 | 9645 | | { "LGPLLR", LGPLLR }, |
| 1 | 9646 | | { "Libpng", LIBPNG }, |
| 1 | 9647 | | { "libpng-2.0", LIBPNG_2_0 }, |
| 1 | 9648 | | { "libselinux-1.0", LIBSELINUX_1_0 }, |
| 1 | 9649 | | { "libtiff", LIBTIFF }, |
| 1 | 9650 | | { "libutil-David-Nugent", LIBUTIL_DAVID_NUGENT }, |
| 1 | 9651 | | { "LiLiQ-P-1.1", LILIQ_P_1_1 }, |
| 1 | 9652 | | { "LiLiQ-R-1.1", LILIQ_R_1_1 }, |
| 1 | 9653 | | { "LiLiQ-Rplus-1.1", LILIQ_RPLUS_1_1 }, |
| 1 | 9654 | | { "Linux-man-pages-1-para", LINUX_MAN_PAGES_1_PARA }, |
| 1 | 9655 | | { "Linux-man-pages-copyleft", LINUX_MAN_PAGES_COPYLEFT }, |
| 1 | 9656 | | { "Linux-man-pages-copyleft-2-para", LINUX_MAN_PAGES_COPYLEFT_2_PARA }, |
| 1 | 9657 | | { "Linux-man-pages-copyleft-var", LINUX_MAN_PAGES_COPYLEFT_VAR }, |
| 1 | 9658 | | { "Linux-OpenIB", LINUX_OPENIB }, |
| 1 | 9659 | | { "LOOP", LOOP }, |
| 1 | 9660 | | { "LPD-document", LPD_DOCUMENT }, |
| 1 | 9661 | | { "LPL-1.0", LPL_1_0 }, |
| 1 | 9662 | | { "LPL-1.02", LPL_1_02 }, |
| 1 | 9663 | | { "LPPL-1.0", LPPL_1_0 }, |
| 1 | 9664 | | { "LPPL-1.1", LPPL_1_1 }, |
| 1 | 9665 | | { "LPPL-1.2", LPPL_1_2 }, |
| 1 | 9666 | | { "LPPL-1.3a", LPPL_1_3A }, |
| 1 | 9667 | | { "LPPL-1.3c", LPPL_1_3C }, |
| 1 | 9668 | | { "lsof", LSOF }, |
| 1 | 9669 | | { "Lucida-Bitmap-Fonts", LUCIDA_BITMAP_FONTS }, |
| 1 | 9670 | | { "LZMA-SDK-9.11-to-9.20", LZMA_SDK_9_11_TO_9_20 }, |
| 1 | 9671 | | { "LZMA-SDK-9.22", LZMA_SDK_9_22 }, |
| 1 | 9672 | | { "Mackerras-3-Clause", MACKERRAS_3_CLAUSE }, |
| 1 | 9673 | | { "Mackerras-3-Clause-acknowledgment", MACKERRAS_3_CLAUSE_ACKNOWLEDGMENT }, |
| 1 | 9674 | | { "magaz", MAGAZ }, |
| 1 | 9675 | | { "mailprio", MAILPRIO }, |
| 1 | 9676 | | { "MakeIndex", MAKEINDEX }, |
| 1 | 9677 | | { "man2html", MAN2HTML }, |
| 1 | 9678 | | { "Martin-Birgmeier", MARTIN_BIRGMEIER }, |
| 1 | 9679 | | { "McPhee-slideshow", MCPHEE_SLIDESHOW }, |
| 1 | 9680 | | { "metamail", METAMAIL }, |
| 1 | 9681 | | { "Minpack", MINPACK }, |
| 1 | 9682 | | { "MIPS", MIPS }, |
| 1 | 9683 | | { "MirOS", MIROS }, |
| 1 | 9684 | | { "MIT", MIT }, |
| 1 | 9685 | | { "MIT-0", MIT_0 }, |
| 1 | 9686 | | { "MIT-advertising", MIT_ADVERTISING }, |
| 1 | 9687 | | { "MIT-Click", MIT_CLICK }, |
| 1 | 9688 | | { "MIT-CMU", MIT_CMU }, |
| 1 | 9689 | | { "MIT-enna", MIT_ENNA }, |
| 1 | 9690 | | { "MIT-feh", MIT_FEH }, |
| 1 | 9691 | | { "MIT-Festival", MIT_FESTIVAL }, |
| 1 | 9692 | | { "MIT-Khronos-old", MIT_KHRONOS_OLD }, |
| 1 | 9693 | | { "MIT-Modern-Variant", MIT_MODERN_VARIANT }, |
| 1 | 9694 | | { "MIT-open-group", MIT_OPEN_GROUP }, |
| 1 | 9695 | | { "MIT-testregex", MIT_TESTREGEX }, |
| 1 | 9696 | | { "MIT-Wu", MIT_WU }, |
| 1 | 9697 | | { "MITNFA", MITNFA }, |
| 1 | 9698 | | { "MMIXware", MMIXWARE }, |
| 1 | 9699 | | { "Motosoto", MOTOSOTO }, |
| 1 | 9700 | | { "MPEG-SSG", MPEG_SSG }, |
| 1 | 9701 | | { "mpi-permissive", MPI_PERMISSIVE }, |
| 1 | 9702 | | { "mpich2", MPICH2 }, |
| 1 | 9703 | | { "MPL-1.0", MPL_1_0 }, |
| 1 | 9704 | | { "MPL-1.1", MPL_1_1 }, |
| 1 | 9705 | | { "MPL-2.0", MPL_2_0 }, |
| 1 | 9706 | | { "MPL-2.0-no-copyleft-exception", MPL_2_0_NO_COPYLEFT_EXCEPTION }, |
| 1 | 9707 | | { "mplus", MPLUS }, |
| 1 | 9708 | | { "MS-LPL", MS_LPL }, |
| 1 | 9709 | | { "MS-PL", MS_PL }, |
| 1 | 9710 | | { "MS-RL", MS_RL }, |
| 1 | 9711 | | { "MTLL", MTLL }, |
| 1 | 9712 | | { "MulanPSL-1.0", MULANPSL_1_0 }, |
| 1 | 9713 | | { "MulanPSL-2.0", MULANPSL_2_0 }, |
| 1 | 9714 | | { "Multics", MULTICS }, |
| 1 | 9715 | | { "Mup", MUP }, |
| 1 | 9716 | | { "NAIST-2003", NAIST_2003 }, |
| 1 | 9717 | | { "NASA-1.3", NASA_1_3 }, |
| 1 | 9718 | | { "Naumen", NAUMEN }, |
| 1 | 9719 | | { "NBPL-1.0", NBPL_1_0 }, |
| 1 | 9720 | | { "NCBI-PD", NCBI_PD }, |
| 1 | 9721 | | { "NCGL-UK-2.0", NCGL_UK_2_0 }, |
| 1 | 9722 | | { "NCL", NCL }, |
| 1 | 9723 | | { "NCSA", NCSA }, |
| 1 | 9724 | | { "Net-SNMP", NET_SNMP }, |
| 1 | 9725 | | { "NetCDF", NETCDF }, |
| 1 | 9726 | | { "Newsletr", NEWSLETR }, |
| 1 | 9727 | | { "NGPL", NGPL }, |
| 1 | 9728 | | { "NICTA-1.0", NICTA_1_0 }, |
| 1 | 9729 | | { "NIST-PD", NIST_PD }, |
| 1 | 9730 | | { "NIST-PD-fallback", NIST_PD_FALLBACK }, |
| 1 | 9731 | | { "NIST-Software", NIST_SOFTWARE }, |
| 1 | 9732 | | { "NLOD-1.0", NLOD_1_0 }, |
| 1 | 9733 | | { "NLOD-2.0", NLOD_2_0 }, |
| 1 | 9734 | | { "NLPL", NLPL }, |
| 1 | 9735 | | { "Nokia", NOKIA }, |
| 1 | 9736 | | { "NOSL", NOSL }, |
| 1 | 9737 | | { "Noweb", NOWEB }, |
| 1 | 9738 | | { "NPL-1.0", NPL_1_0 }, |
| 1 | 9739 | | { "NPL-1.1", NPL_1_1 }, |
| 1 | 9740 | | { "NPOSL-3.0", NPOSL_3_0 }, |
| 1 | 9741 | | { "NRL", NRL }, |
| 1 | 9742 | | { "NTIA-PD", NTIA_PD }, |
| 1 | 9743 | | { "NTP", NTP }, |
| 1 | 9744 | | { "NTP-0", NTP_0 }, |
| 1 | 9745 | | { "Nunit", NUNIT }, |
| 1 | 9746 | | { "O-UDA-1.0", O_UDA_1_0 }, |
| 1 | 9747 | | { "OAR", OAR }, |
| 1 | 9748 | | { "OCCT-PL", OCCT_PL }, |
| 1 | 9749 | | { "OCLC-2.0", OCLC_2_0 }, |
| 1 | 9750 | | { "ODbL-1.0", ODBL_1_0 }, |
| 1 | 9751 | | { "ODC-By-1.0", ODC_BY_1_0 }, |
| 1 | 9752 | | { "OFFIS", OFFIS }, |
| 1 | 9753 | | { "OFL-1.0", OFL_1_0 }, |
| 1 | 9754 | | { "OFL-1.0-no-RFN", OFL_1_0_NO_RFN }, |
| 1 | 9755 | | { "OFL-1.0-RFN", OFL_1_0_RFN }, |
| 1 | 9756 | | { "OFL-1.1", OFL_1_1 }, |
| 1 | 9757 | | { "OFL-1.1-no-RFN", OFL_1_1_NO_RFN }, |
| 1 | 9758 | | { "OFL-1.1-RFN", OFL_1_1_RFN }, |
| 1 | 9759 | | { "OGC-1.0", OGC_1_0 }, |
| 1 | 9760 | | { "OGDL-Taiwan-1.0", OGDL_TAIWAN_1_0 }, |
| 1 | 9761 | | { "OGL-Canada-2.0", OGL_CANADA_2_0 }, |
| 1 | 9762 | | { "OGL-UK-1.0", OGL_UK_1_0 }, |
| 1 | 9763 | | { "OGL-UK-2.0", OGL_UK_2_0 }, |
| 1 | 9764 | | { "OGL-UK-3.0", OGL_UK_3_0 }, |
| 1 | 9765 | | { "OGTSL", OGTSL }, |
| 1 | 9766 | | { "OLDAP-1.1", OLDAP_1_1 }, |
| 1 | 9767 | | { "OLDAP-1.2", OLDAP_1_2 }, |
| 1 | 9768 | | { "OLDAP-1.3", OLDAP_1_3 }, |
| 1 | 9769 | | { "OLDAP-1.4", OLDAP_1_4 }, |
| 1 | 9770 | | { "OLDAP-2.0", OLDAP_2_0 }, |
| 1 | 9771 | | { "OLDAP-2.0.1", OLDAP_2_0_1 }, |
| 1 | 9772 | | { "OLDAP-2.1", OLDAP_2_1 }, |
| 1 | 9773 | | { "OLDAP-2.2", OLDAP_2_2 }, |
| 1 | 9774 | | { "OLDAP-2.2.1", OLDAP_2_2_1 }, |
| 1 | 9775 | | { "OLDAP-2.2.2", OLDAP_2_2_2 }, |
| 1 | 9776 | | { "OLDAP-2.3", OLDAP_2_3 }, |
| 1 | 9777 | | { "OLDAP-2.4", OLDAP_2_4 }, |
| 1 | 9778 | | { "OLDAP-2.5", OLDAP_2_5 }, |
| 1 | 9779 | | { "OLDAP-2.6", OLDAP_2_6 }, |
| 1 | 9780 | | { "OLDAP-2.7", OLDAP_2_7 }, |
| 1 | 9781 | | { "OLDAP-2.8", OLDAP_2_8 }, |
| 1 | 9782 | | { "OLFL-1.3", OLFL_1_3 }, |
| 1 | 9783 | | { "OML", OML }, |
| 1 | 9784 | | { "OpenPBS-2.3", OPENPBS_2_3 }, |
| 1 | 9785 | | { "OpenSSL", OPENSSL }, |
| 1 | 9786 | | { "OpenSSL-standalone", OPENSSL_STANDALONE }, |
| 1 | 9787 | | { "OpenVision", OPENVISION }, |
| 1 | 9788 | | { "OPL-1.0", OPL_1_0 }, |
| 1 | 9789 | | { "OPL-UK-3.0", OPL_UK_3_0 }, |
| 1 | 9790 | | { "OPUBL-1.0", OPUBL_1_0 }, |
| 1 | 9791 | | { "OSET-PL-2.1", OSET_PL_2_1 }, |
| 1 | 9792 | | { "OSL-1.0", OSL_1_0 }, |
| 1 | 9793 | | { "OSL-1.1", OSL_1_1 }, |
| 1 | 9794 | | { "OSL-2.0", OSL_2_0 }, |
| 1 | 9795 | | { "OSL-2.1", OSL_2_1 }, |
| 1 | 9796 | | { "OSL-3.0", OSL_3_0 }, |
| 1 | 9797 | | { "PADL", PADL }, |
| 1 | 9798 | | { "Parity-6.0.0", PARITY_6_0_0 }, |
| 1 | 9799 | | { "Parity-7.0.0", PARITY_7_0_0 }, |
| 1 | 9800 | | { "PDDL-1.0", PDDL_1_0 }, |
| 1 | 9801 | | { "PHP-3.0", PHP_3_0 }, |
| 1 | 9802 | | { "PHP-3.01", PHP_3_01 }, |
| 1 | 9803 | | { "Pixar", PIXAR }, |
| 1 | 9804 | | { "pkgconf", PKGCONF }, |
| 1 | 9805 | | { "Plexus", PLEXUS }, |
| 1 | 9806 | | { "pnmstitch", PNMSTITCH }, |
| 1 | 9807 | | { "PolyForm-Noncommercial-1.0.0", POLYFORM_NONCOMMERCIAL_1_0_0 }, |
| 1 | 9808 | | { "PolyForm-Small-Business-1.0.0", POLYFORM_SMALL_BUSINESS_1_0_0 }, |
| 1 | 9809 | | { "PostgreSQL", POSTGRESQL }, |
| 1 | 9810 | | { "PPL", PPL }, |
| 1 | 9811 | | { "PSF-2.0", PSF_2_0 }, |
| 1 | 9812 | | { "psfrag", PSFRAG }, |
| 1 | 9813 | | { "psutils", PSUTILS }, |
| 1 | 9814 | | { "Python-2.0", PYTHON_2_0 }, |
| 1 | 9815 | | { "Python-2.0.1", PYTHON_2_0_1 }, |
| 1 | 9816 | | { "python-ldap", PYTHON_LDAP }, |
| 1 | 9817 | | { "Qhull", QHULL }, |
| 1 | 9818 | | { "QPL-1.0", QPL_1_0 }, |
| 1 | 9819 | | { "QPL-1.0-INRIA-2004", QPL_1_0_INRIA_2004 }, |
| 1 | 9820 | | { "radvd", RADVD }, |
| 1 | 9821 | | { "Rdisc", RDISC }, |
| 1 | 9822 | | { "RHeCos-1.1", RHECOS_1_1 }, |
| 1 | 9823 | | { "RPL-1.1", RPL_1_1 }, |
| 1 | 9824 | | { "RPL-1.5", RPL_1_5 }, |
| 1 | 9825 | | { "RPSL-1.0", RPSL_1_0 }, |
| 1 | 9826 | | { "RSA-MD", RSA_MD }, |
| 1 | 9827 | | { "RSCPL", RSCPL }, |
| 1 | 9828 | | { "Ruby", RUBY }, |
| 1 | 9829 | | { "Ruby-pty", RUBY_PTY }, |
| 1 | 9830 | | { "SAX-PD", SAX_PD }, |
| 1 | 9831 | | { "SAX-PD-2.0", SAX_PD_2_0 }, |
| 1 | 9832 | | { "Saxpath", SAXPATH }, |
| 1 | 9833 | | { "SCEA", SCEA }, |
| 1 | 9834 | | { "SchemeReport", SCHEMEREPORT }, |
| 1 | 9835 | | { "Sendmail", SENDMAIL }, |
| 1 | 9836 | | { "Sendmail-8.23", SENDMAIL_8_23 }, |
| 1 | 9837 | | { "Sendmail-Open-Source-1.1", SENDMAIL_OPEN_SOURCE_1_1 }, |
| 1 | 9838 | | { "SGI-B-1.0", SGI_B_1_0 }, |
| 1 | 9839 | | { "SGI-B-1.1", SGI_B_1_1 }, |
| 1 | 9840 | | { "SGI-B-2.0", SGI_B_2_0 }, |
| 1 | 9841 | | { "SGI-OpenGL", SGI_OPENGL }, |
| 1 | 9842 | | { "SGP4", SGP4 }, |
| 1 | 9843 | | { "SHL-0.5", SHL_0_5 }, |
| 1 | 9844 | | { "SHL-0.51", SHL_0_51 }, |
| 1 | 9845 | | { "SimPL-2.0", SIMPL_2_0 }, |
| 1 | 9846 | | { "SISSL", SISSL }, |
| 1 | 9847 | | { "SISSL-1.2", SISSL_1_2 }, |
| 1 | 9848 | | { "SL", SL }, |
| 1 | 9849 | | { "Sleepycat", SLEEPYCAT }, |
| 1 | 9850 | | { "SMAIL-GPL", SMAIL_GPL }, |
| 1 | 9851 | | { "SMLNJ", SMLNJ }, |
| 1 | 9852 | | { "SMPPL", SMPPL }, |
| 1 | 9853 | | { "SNIA", SNIA }, |
| 1 | 9854 | | { "snprintf", SNPRINTF }, |
| 1 | 9855 | | { "SOFA", SOFA }, |
| 1 | 9856 | | { "softSurfer", SOFTSURFER }, |
| 1 | 9857 | | { "Soundex", SOUNDEX }, |
| 1 | 9858 | | { "Spencer-86", SPENCER_86 }, |
| 1 | 9859 | | { "Spencer-94", SPENCER_94 }, |
| 1 | 9860 | | { "Spencer-99", SPENCER_99 }, |
| 1 | 9861 | | { "SPL-1.0", SPL_1_0 }, |
| 1 | 9862 | | { "ssh-keyscan", SSH_KEYSCAN }, |
| 1 | 9863 | | { "SSH-OpenSSH", SSH_OPENSSH }, |
| 1 | 9864 | | { "SSH-short", SSH_SHORT }, |
| 1 | 9865 | | { "SSLeay-standalone", SSLEAY_STANDALONE }, |
| 1 | 9866 | | { "SSPL-1.0", SSPL_1_0 }, |
| 1 | 9867 | | { "StandardML-NJ", STANDARDML_NJ }, |
| 1 | 9868 | | { "SugarCRM-1.1.3", SUGARCRM_1_1_3 }, |
| 1 | 9869 | | { "Sun-PPP", SUN_PPP }, |
| 1 | 9870 | | { "Sun-PPP-2000", SUN_PPP_2000 }, |
| 1 | 9871 | | { "SunPro", SUNPRO }, |
| 1 | 9872 | | { "SWL", SWL }, |
| 1 | 9873 | | { "swrule", SWRULE }, |
| 1 | 9874 | | { "Symlinks", SYMLINKS }, |
| 1 | 9875 | | { "TAPR-OHL-1.0", TAPR_OHL_1_0 }, |
| 1 | 9876 | | { "TCL", TCL }, |
| 1 | 9877 | | { "TCP-wrappers", TCP_WRAPPERS }, |
| 1 | 9878 | | { "TermReadKey", TERMREADKEY }, |
| 1 | 9879 | | { "TGPPL-1.0", TGPPL_1_0 }, |
| 1 | 9880 | | { "ThirdEye", THIRDEYE }, |
| 1 | 9881 | | { "threeparttable", THREEPARTTABLE }, |
| 1 | 9882 | | { "TMate", TMATE }, |
| 1 | 9883 | | { "TORQUE-1.1", TORQUE_1_1 }, |
| 1 | 9884 | | { "TOSL", TOSL }, |
| 1 | 9885 | | { "TPDL", TPDL }, |
| 1 | 9886 | | { "TPL-1.0", TPL_1_0 }, |
| 1 | 9887 | | { "TrustedQSL", TRUSTEDQSL }, |
| 1 | 9888 | | { "TTWL", TTWL }, |
| 1 | 9889 | | { "TTYP0", TTYP0 }, |
| 1 | 9890 | | { "TU-Berlin-1.0", TU_BERLIN_1_0 }, |
| 1 | 9891 | | { "TU-Berlin-2.0", TU_BERLIN_2_0 }, |
| 1 | 9892 | | { "Ubuntu-font-1.0", UBUNTU_FONT_1_0 }, |
| 1 | 9893 | | { "UCAR", UCAR }, |
| 1 | 9894 | | { "UCL-1.0", UCL_1_0 }, |
| 1 | 9895 | | { "ulem", ULEM }, |
| 1 | 9896 | | { "UMich-Merit", UMICH_MERIT }, |
| 1 | 9897 | | { "Unicode-3.0", UNICODE_3_0 }, |
| 1 | 9898 | | { "Unicode-DFS-2015", UNICODE_DFS_2015 }, |
| 1 | 9899 | | { "Unicode-DFS-2016", UNICODE_DFS_2016 }, |
| 1 | 9900 | | { "Unicode-TOU", UNICODE_TOU }, |
| 1 | 9901 | | { "UnixCrypt", UNIXCRYPT }, |
| 1 | 9902 | | { "Unlicense", UNLICENSE }, |
| 1 | 9903 | | { "Unlicense-libtelnet", UNLICENSE_LIBTELNET }, |
| 1 | 9904 | | { "Unlicense-libwhirlpool", UNLICENSE_LIBWHIRLPOOL }, |
| 1 | 9905 | | { "UPL-1.0", UPL_1_0 }, |
| 1 | 9906 | | { "URT-RLE", URT_RLE }, |
| 1 | 9907 | | { "Vim", VIM }, |
| 1 | 9908 | | { "VOSTROM", VOSTROM }, |
| 1 | 9909 | | { "VSL-1.0", VSL_1_0 }, |
| 1 | 9910 | | { "W3C", W3C }, |
| 1 | 9911 | | { "W3C-19980720", W3C_19980720 }, |
| 1 | 9912 | | { "W3C-20150513", W3C_20150513 }, |
| 1 | 9913 | | { "w3m", W3M }, |
| 1 | 9914 | | { "Watcom-1.0", WATCOM_1_0 }, |
| 1 | 9915 | | { "Widget-Workshop", WIDGET_WORKSHOP }, |
| 1 | 9916 | | { "Wsuipa", WSUIPA }, |
| 1 | 9917 | | { "WTFPL", WTFPL }, |
| 1 | 9918 | | { "wwl", WWL }, |
| 1 | 9919 | | { "wxWindows", WXWINDOWS }, |
| 1 | 9920 | | { "X11", X11 }, |
| 1 | 9921 | | { "X11-distribute-modifications-variant", X11_DISTRIBUTE_MODIFICATIONS_VARIANT }, |
| 1 | 9922 | | { "X11-swapped", X11_SWAPPED }, |
| 1 | 9923 | | { "Xdebug-1.03", XDEBUG_1_03 }, |
| 1 | 9924 | | { "Xerox", XEROX }, |
| 1 | 9925 | | { "Xfig", XFIG }, |
| 1 | 9926 | | { "XFree86-1.1", XFREE86_1_1 }, |
| 1 | 9927 | | { "xinetd", XINETD }, |
| 1 | 9928 | | { "xkeyboard-config-Zinoviev", XKEYBOARD_CONFIG_ZINOVIEV }, |
| 1 | 9929 | | { "xlock", XLOCK }, |
| 1 | 9930 | | { "Xnet", XNET }, |
| 1 | 9931 | | { "xpp", XPP }, |
| 1 | 9932 | | { "XSkat", XSKAT }, |
| 1 | 9933 | | { "xzoom", XZOOM }, |
| 1 | 9934 | | { "YPL-1.0", YPL_1_0 }, |
| 1 | 9935 | | { "YPL-1.1", YPL_1_1 }, |
| 1 | 9936 | | { "Zed", ZED }, |
| 1 | 9937 | | { "Zeeff", ZEEFF }, |
| 1 | 9938 | | { "Zend-2.0", ZEND_2_0 }, |
| 1 | 9939 | | { "Zimbra-1.3", ZIMBRA_1_3 }, |
| 1 | 9940 | | { "Zimbra-1.4", ZIMBRA_1_4 }, |
| 1 | 9941 | | { "Zlib", ZLIB }, |
| 1 | 9942 | | { "zlib-acknowledgement", ZLIB_ACKNOWLEDGEMENT }, |
| 1 | 9943 | | { "ZPL-1.1", ZPL_1_1 }, |
| 1 | 9944 | | { "ZPL-2.0", ZPL_2_0 }, |
| 1 | 9945 | | { "ZPL-2.1", ZPL_2_1 } |
| 1 | 9946 | | }; |
| | 9947 | |
|
| | 9948 | |
|
| | 9949 | | private static string ReadResource(string name) |
| | 9950 | | { |
| | 9951 | | // Determine path |
| 1478 | 9952 | | var assembly = System.Reflection.Assembly.GetExecutingAssembly(); |
| 1478 | 9953 | | var resources = assembly.GetManifestResourceNames(); |
| 2185962 | 9954 | | var resourcePath = resources.Single(str => str == $"Spdx3.LicenseData.{name}"); |
| | 9955 | |
|
| 1478 | 9956 | | using var stream = assembly.GetManifestResourceStream(resourcePath); |
| 1478 | 9957 | | using var reader = new StreamReader(stream); |
| 1478 | 9958 | | return reader.ReadToEnd(); |
| 1478 | 9959 | | } |
| | 9960 | | } |