@cyclonedx/cyclonedx-library 6.4.2 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist.d/enums/componentType.d.ts +2 -1
- package/dist.d/enums/componentType.d.ts.map +1 -1
- package/dist.d/enums/externalReferenceType.d.ts +4 -0
- package/dist.d/enums/externalReferenceType.d.ts.map +1 -1
- package/dist.d/enums/vulnerability/ratingMethod.d.ts.map +1 -1
- package/dist.d/serialize/json/normalize.d.ts.map +1 -1
- package/dist.d/serialize/xml/normalize.d.ts.map +1 -1
- package/dist.d/spec/consts.d.ts +2 -0
- package/dist.d/spec/consts.d.ts.map +1 -1
- package/dist.d/spec/enums.d.ts +1 -0
- package/dist.d/spec/enums.d.ts.map +1 -1
- package/dist.node/enums/componentType.js +1 -0
- package/dist.node/enums/componentType.js.map +1 -1
- package/dist.node/enums/externalReferenceType.js +4 -0
- package/dist.node/enums/externalReferenceType.js.map +1 -1
- package/dist.node/enums/vulnerability/ratingMethod.js.map +1 -1
- package/dist.node/resources.node.js +3 -0
- package/dist.node/resources.node.js.map +1 -1
- package/dist.node/serialize/json/normalize.js +1 -0
- package/dist.node/serialize/json/normalize.js.map +1 -1
- package/dist.node/serialize/xml/normalize.js +1 -0
- package/dist.node/serialize/xml/normalize.js.map +1 -1
- package/dist.node/spec/consts.js +85 -1
- package/dist.node/spec/consts.js.map +1 -1
- package/dist.node/spec/enums.js +1 -0
- package/dist.node/spec/enums.js.map +1 -1
- package/dist.web/lib.dev.js +94 -2
- package/dist.web/lib.dev.js.map +1 -1
- package/dist.web/lib.js +1 -1
- package/dist.web/lib.js.map +1 -1
- package/package.json +4 -4
- package/res/schema/README.md +4 -2
- package/res/schema/bom-1.5.SNAPSHOT.xsd +1 -1
- package/res/schema/bom-1.6.SNAPSHOT.schema.json +5673 -0
- package/res/schema/bom-1.6.SNAPSHOT.xsd +8290 -0
- package/res/schema/spdx.SNAPSHOT.schema.json +92 -1
- package/res/schema/spdx.SNAPSHOT.xsd +456 -1
- package/src/enums/componentType.ts +1 -0
- package/src/enums/externalReferenceType.ts +7 -0
- package/src/enums/vulnerability/ratingMethod.ts +3 -0
- package/src/resources.node.ts +3 -1
- package/src/serialize/json/normalize.ts +1 -0
- package/src/serialize/xml/normalize.ts +1 -0
- package/src/spec/consts.ts +105 -0
- package/src/spec/enums.ts +1 -0
- package/tsconfig.json +1 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
3
3
|
elementFormDefault="qualified"
|
|
4
4
|
targetNamespace="http://cyclonedx.org/schema/spdx"
|
|
5
|
-
version="1.0-3.
|
|
5
|
+
version="1.0-3.23">
|
|
6
6
|
|
|
7
7
|
<xs:simpleType name="licenseId">
|
|
8
8
|
<xs:restriction base="xs:string">
|
|
@@ -32,11 +32,21 @@
|
|
|
32
32
|
<xs:documentation>Adobe Systems Incorporated Source Code License Agreement</xs:documentation>
|
|
33
33
|
</xs:annotation>
|
|
34
34
|
</xs:enumeration>
|
|
35
|
+
<xs:enumeration value="Adobe-Display-PostScript">
|
|
36
|
+
<xs:annotation>
|
|
37
|
+
<xs:documentation>Adobe Display PostScript License</xs:documentation>
|
|
38
|
+
</xs:annotation>
|
|
39
|
+
</xs:enumeration>
|
|
35
40
|
<xs:enumeration value="Adobe-Glyph">
|
|
36
41
|
<xs:annotation>
|
|
37
42
|
<xs:documentation>Adobe Glyph List License</xs:documentation>
|
|
38
43
|
</xs:annotation>
|
|
39
44
|
</xs:enumeration>
|
|
45
|
+
<xs:enumeration value="Adobe-Utopia">
|
|
46
|
+
<xs:annotation>
|
|
47
|
+
<xs:documentation>Adobe Utopia Font License</xs:documentation>
|
|
48
|
+
</xs:annotation>
|
|
49
|
+
</xs:enumeration>
|
|
40
50
|
<xs:enumeration value="ADSL">
|
|
41
51
|
<xs:annotation>
|
|
42
52
|
<xs:documentation>Amazon Digital Services License</xs:documentation>
|
|
@@ -117,6 +127,11 @@
|
|
|
117
127
|
<xs:documentation>Apple MIT License</xs:documentation>
|
|
118
128
|
</xs:annotation>
|
|
119
129
|
</xs:enumeration>
|
|
130
|
+
<xs:enumeration value="AML-glslang">
|
|
131
|
+
<xs:annotation>
|
|
132
|
+
<xs:documentation>AML glslang variant License</xs:documentation>
|
|
133
|
+
</xs:annotation>
|
|
134
|
+
</xs:enumeration>
|
|
120
135
|
<xs:enumeration value="AMPAS">
|
|
121
136
|
<xs:annotation>
|
|
122
137
|
<xs:documentation>Academy of Motion Picture Arts and Sciences BSD</xs:documentation>
|
|
@@ -232,6 +247,11 @@
|
|
|
232
247
|
<xs:documentation>Barr License</xs:documentation>
|
|
233
248
|
</xs:annotation>
|
|
234
249
|
</xs:enumeration>
|
|
250
|
+
<xs:enumeration value="bcrypt-Solar-Designer">
|
|
251
|
+
<xs:annotation>
|
|
252
|
+
<xs:documentation>bcrypt Solar Designer License</xs:documentation>
|
|
253
|
+
</xs:annotation>
|
|
254
|
+
</xs:enumeration>
|
|
235
255
|
<xs:enumeration value="Beerware">
|
|
236
256
|
<xs:annotation>
|
|
237
257
|
<xs:documentation>Beerware License</xs:documentation>
|
|
@@ -277,6 +297,11 @@
|
|
|
277
297
|
<xs:documentation>Borceux license</xs:documentation>
|
|
278
298
|
</xs:annotation>
|
|
279
299
|
</xs:enumeration>
|
|
300
|
+
<xs:enumeration value="Brian-Gladman-2-Clause">
|
|
301
|
+
<xs:annotation>
|
|
302
|
+
<xs:documentation>Brian Gladman 2-Clause License</xs:documentation>
|
|
303
|
+
</xs:annotation>
|
|
304
|
+
</xs:enumeration>
|
|
280
305
|
<xs:enumeration value="Brian-Gladman-3-Clause">
|
|
281
306
|
<xs:annotation>
|
|
282
307
|
<xs:documentation>Brian Gladman 3-Clause License</xs:documentation>
|
|
@@ -292,6 +317,11 @@
|
|
|
292
317
|
<xs:documentation>BSD 2-Clause "Simplified" License</xs:documentation>
|
|
293
318
|
</xs:annotation>
|
|
294
319
|
</xs:enumeration>
|
|
320
|
+
<xs:enumeration value="BSD-2-Clause-Darwin">
|
|
321
|
+
<xs:annotation>
|
|
322
|
+
<xs:documentation>BSD 2-Clause - Ian Darwin variant</xs:documentation>
|
|
323
|
+
</xs:annotation>
|
|
324
|
+
</xs:enumeration>
|
|
295
325
|
<xs:enumeration value="BSD-2-Clause-FreeBSD">
|
|
296
326
|
<xs:annotation>
|
|
297
327
|
<xs:documentation>BSD 2-Clause FreeBSD License</xs:documentation>
|
|
@@ -317,6 +347,11 @@
|
|
|
317
347
|
<xs:documentation>BSD 3-Clause "New" or "Revised" License</xs:documentation>
|
|
318
348
|
</xs:annotation>
|
|
319
349
|
</xs:enumeration>
|
|
350
|
+
<xs:enumeration value="BSD-3-Clause-acpica">
|
|
351
|
+
<xs:annotation>
|
|
352
|
+
<xs:documentation>BSD 3-Clause acpica variant</xs:documentation>
|
|
353
|
+
</xs:annotation>
|
|
354
|
+
</xs:enumeration>
|
|
320
355
|
<xs:enumeration value="BSD-3-Clause-Attribution">
|
|
321
356
|
<xs:annotation>
|
|
322
357
|
<xs:documentation>BSD with attribution</xs:documentation>
|
|
@@ -327,6 +362,16 @@
|
|
|
327
362
|
<xs:documentation>BSD 3-Clause Clear License</xs:documentation>
|
|
328
363
|
</xs:annotation>
|
|
329
364
|
</xs:enumeration>
|
|
365
|
+
<xs:enumeration value="BSD-3-Clause-flex">
|
|
366
|
+
<xs:annotation>
|
|
367
|
+
<xs:documentation>BSD 3-Clause Flex variant</xs:documentation>
|
|
368
|
+
</xs:annotation>
|
|
369
|
+
</xs:enumeration>
|
|
370
|
+
<xs:enumeration value="BSD-3-Clause-HP">
|
|
371
|
+
<xs:annotation>
|
|
372
|
+
<xs:documentation>Hewlett-Packard BSD variant license</xs:documentation>
|
|
373
|
+
</xs:annotation>
|
|
374
|
+
</xs:enumeration>
|
|
330
375
|
<xs:enumeration value="BSD-3-Clause-LBNL">
|
|
331
376
|
<xs:annotation>
|
|
332
377
|
<xs:documentation>Lawrence Berkeley National Labs BSD variant license</xs:documentation>
|
|
@@ -362,6 +407,11 @@
|
|
|
362
407
|
<xs:documentation>BSD 3-Clause Open MPI variant</xs:documentation>
|
|
363
408
|
</xs:annotation>
|
|
364
409
|
</xs:enumeration>
|
|
410
|
+
<xs:enumeration value="BSD-3-Clause-Sun">
|
|
411
|
+
<xs:annotation>
|
|
412
|
+
<xs:documentation>BSD 3-Clause Sun Microsystems</xs:documentation>
|
|
413
|
+
</xs:annotation>
|
|
414
|
+
</xs:enumeration>
|
|
365
415
|
<xs:enumeration value="BSD-4-Clause">
|
|
366
416
|
<xs:annotation>
|
|
367
417
|
<xs:documentation>BSD 4-Clause "Original" or "Old" License</xs:documentation>
|
|
@@ -397,16 +447,36 @@
|
|
|
397
447
|
<xs:documentation>BSD with Attribution and HPND disclaimer</xs:documentation>
|
|
398
448
|
</xs:annotation>
|
|
399
449
|
</xs:enumeration>
|
|
450
|
+
<xs:enumeration value="BSD-Inferno-Nettverk">
|
|
451
|
+
<xs:annotation>
|
|
452
|
+
<xs:documentation>BSD-Inferno-Nettverk</xs:documentation>
|
|
453
|
+
</xs:annotation>
|
|
454
|
+
</xs:enumeration>
|
|
400
455
|
<xs:enumeration value="BSD-Protection">
|
|
401
456
|
<xs:annotation>
|
|
402
457
|
<xs:documentation>BSD Protection License</xs:documentation>
|
|
403
458
|
</xs:annotation>
|
|
404
459
|
</xs:enumeration>
|
|
460
|
+
<xs:enumeration value="BSD-Source-beginning-file">
|
|
461
|
+
<xs:annotation>
|
|
462
|
+
<xs:documentation>BSD Source Code Attribution - beginning of file variant</xs:documentation>
|
|
463
|
+
</xs:annotation>
|
|
464
|
+
</xs:enumeration>
|
|
405
465
|
<xs:enumeration value="BSD-Source-Code">
|
|
406
466
|
<xs:annotation>
|
|
407
467
|
<xs:documentation>BSD Source Code Attribution</xs:documentation>
|
|
408
468
|
</xs:annotation>
|
|
409
469
|
</xs:enumeration>
|
|
470
|
+
<xs:enumeration value="BSD-Systemics">
|
|
471
|
+
<xs:annotation>
|
|
472
|
+
<xs:documentation>Systemics BSD variant license</xs:documentation>
|
|
473
|
+
</xs:annotation>
|
|
474
|
+
</xs:enumeration>
|
|
475
|
+
<xs:enumeration value="BSD-Systemics-W3Works">
|
|
476
|
+
<xs:annotation>
|
|
477
|
+
<xs:documentation>Systemics W3Works BSD variant license</xs:documentation>
|
|
478
|
+
</xs:annotation>
|
|
479
|
+
</xs:enumeration>
|
|
410
480
|
<xs:enumeration value="BSL-1.0">
|
|
411
481
|
<xs:annotation>
|
|
412
482
|
<xs:documentation>Boost Software License 1.0</xs:documentation>
|
|
@@ -447,6 +517,11 @@
|
|
|
447
517
|
<xs:documentation>Caldera License</xs:documentation>
|
|
448
518
|
</xs:annotation>
|
|
449
519
|
</xs:enumeration>
|
|
520
|
+
<xs:enumeration value="Caldera-no-preamble">
|
|
521
|
+
<xs:annotation>
|
|
522
|
+
<xs:documentation>Caldera License (without preamble)</xs:documentation>
|
|
523
|
+
</xs:annotation>
|
|
524
|
+
</xs:enumeration>
|
|
450
525
|
<xs:enumeration value="CATOSL-1.1">
|
|
451
526
|
<xs:annotation>
|
|
452
527
|
<xs:documentation>Computer Associates Trusted Open Source License 1.1</xs:documentation>
|
|
@@ -482,6 +557,11 @@
|
|
|
482
557
|
<xs:documentation>Creative Commons Attribution 3.0 Austria</xs:documentation>
|
|
483
558
|
</xs:annotation>
|
|
484
559
|
</xs:enumeration>
|
|
560
|
+
<xs:enumeration value="CC-BY-3.0-AU">
|
|
561
|
+
<xs:annotation>
|
|
562
|
+
<xs:documentation>Creative Commons Attribution 3.0 Australia</xs:documentation>
|
|
563
|
+
</xs:annotation>
|
|
564
|
+
</xs:enumeration>
|
|
485
565
|
<xs:enumeration value="CC-BY-3.0-DE">
|
|
486
566
|
<xs:annotation>
|
|
487
567
|
<xs:documentation>Creative Commons Attribution 3.0 Germany</xs:documentation>
|
|
@@ -802,6 +882,11 @@
|
|
|
802
882
|
<xs:documentation>CFITSIO License</xs:documentation>
|
|
803
883
|
</xs:annotation>
|
|
804
884
|
</xs:enumeration>
|
|
885
|
+
<xs:enumeration value="check-cvs">
|
|
886
|
+
<xs:annotation>
|
|
887
|
+
<xs:documentation>check-cvs License</xs:documentation>
|
|
888
|
+
</xs:annotation>
|
|
889
|
+
</xs:enumeration>
|
|
805
890
|
<xs:enumeration value="checkmk">
|
|
806
891
|
<xs:annotation>
|
|
807
892
|
<xs:documentation>Checkmk License</xs:documentation>
|
|
@@ -822,6 +907,11 @@
|
|
|
822
907
|
<xs:documentation>CMU Mach License</xs:documentation>
|
|
823
908
|
</xs:annotation>
|
|
824
909
|
</xs:enumeration>
|
|
910
|
+
<xs:enumeration value="CMU-Mach-nodoc">
|
|
911
|
+
<xs:annotation>
|
|
912
|
+
<xs:documentation>CMU Mach - no notices-in-documentation variant</xs:documentation>
|
|
913
|
+
</xs:annotation>
|
|
914
|
+
</xs:enumeration>
|
|
825
915
|
<xs:enumeration value="CNRI-Jython">
|
|
826
916
|
<xs:annotation>
|
|
827
917
|
<xs:documentation>CNRI Jython License</xs:documentation>
|
|
@@ -882,6 +972,11 @@
|
|
|
882
972
|
<xs:documentation>Code Project Open License 1.02</xs:documentation>
|
|
883
973
|
</xs:annotation>
|
|
884
974
|
</xs:enumeration>
|
|
975
|
+
<xs:enumeration value="Cronyx">
|
|
976
|
+
<xs:annotation>
|
|
977
|
+
<xs:documentation>Cronyx License</xs:documentation>
|
|
978
|
+
</xs:annotation>
|
|
979
|
+
</xs:enumeration>
|
|
885
980
|
<xs:enumeration value="Crossword">
|
|
886
981
|
<xs:annotation>
|
|
887
982
|
<xs:documentation>Crossword License</xs:documentation>
|
|
@@ -912,6 +1007,11 @@
|
|
|
912
1007
|
<xs:documentation>Deutsche Freie Software Lizenz</xs:documentation>
|
|
913
1008
|
</xs:annotation>
|
|
914
1009
|
</xs:enumeration>
|
|
1010
|
+
<xs:enumeration value="DEC-3-Clause">
|
|
1011
|
+
<xs:annotation>
|
|
1012
|
+
<xs:documentation>DEC 3-Clause License</xs:documentation>
|
|
1013
|
+
</xs:annotation>
|
|
1014
|
+
</xs:enumeration>
|
|
915
1015
|
<xs:enumeration value="diffmark">
|
|
916
1016
|
<xs:annotation>
|
|
917
1017
|
<xs:documentation>diffmark license</xs:documentation>
|
|
@@ -922,6 +1022,11 @@
|
|
|
922
1022
|
<xs:documentation>Data licence Germany – attribution – version 2.0</xs:documentation>
|
|
923
1023
|
</xs:annotation>
|
|
924
1024
|
</xs:enumeration>
|
|
1025
|
+
<xs:enumeration value="DL-DE-ZERO-2.0">
|
|
1026
|
+
<xs:annotation>
|
|
1027
|
+
<xs:documentation>Data licence Germany – zero – version 2.0</xs:documentation>
|
|
1028
|
+
</xs:annotation>
|
|
1029
|
+
</xs:enumeration>
|
|
925
1030
|
<xs:enumeration value="DOC">
|
|
926
1031
|
<xs:annotation>
|
|
927
1032
|
<xs:documentation>DOC License</xs:documentation>
|
|
@@ -937,6 +1042,11 @@
|
|
|
937
1042
|
<xs:documentation>Detection Rule License 1.0</xs:documentation>
|
|
938
1043
|
</xs:annotation>
|
|
939
1044
|
</xs:enumeration>
|
|
1045
|
+
<xs:enumeration value="DRL-1.1">
|
|
1046
|
+
<xs:annotation>
|
|
1047
|
+
<xs:documentation>Detection Rule License 1.1</xs:documentation>
|
|
1048
|
+
</xs:annotation>
|
|
1049
|
+
</xs:enumeration>
|
|
940
1050
|
<xs:enumeration value="DSDP">
|
|
941
1051
|
<xs:annotation>
|
|
942
1052
|
<xs:documentation>DSDP License</xs:documentation>
|
|
@@ -1047,11 +1157,21 @@
|
|
|
1047
1157
|
<xs:documentation>Fair License</xs:documentation>
|
|
1048
1158
|
</xs:annotation>
|
|
1049
1159
|
</xs:enumeration>
|
|
1160
|
+
<xs:enumeration value="FBM">
|
|
1161
|
+
<xs:annotation>
|
|
1162
|
+
<xs:documentation>Fuzzy Bitmap License</xs:documentation>
|
|
1163
|
+
</xs:annotation>
|
|
1164
|
+
</xs:enumeration>
|
|
1050
1165
|
<xs:enumeration value="FDK-AAC">
|
|
1051
1166
|
<xs:annotation>
|
|
1052
1167
|
<xs:documentation>Fraunhofer FDK AAC Codec Library</xs:documentation>
|
|
1053
1168
|
</xs:annotation>
|
|
1054
1169
|
</xs:enumeration>
|
|
1170
|
+
<xs:enumeration value="Ferguson-Twofish">
|
|
1171
|
+
<xs:annotation>
|
|
1172
|
+
<xs:documentation>Ferguson Twofish License</xs:documentation>
|
|
1173
|
+
</xs:annotation>
|
|
1174
|
+
</xs:enumeration>
|
|
1055
1175
|
<xs:enumeration value="Frameworx-1.0">
|
|
1056
1176
|
<xs:annotation>
|
|
1057
1177
|
<xs:documentation>Frameworx Open License 1.0</xs:documentation>
|
|
@@ -1072,6 +1192,11 @@
|
|
|
1072
1192
|
<xs:documentation>FSF All Permissive License</xs:documentation>
|
|
1073
1193
|
</xs:annotation>
|
|
1074
1194
|
</xs:enumeration>
|
|
1195
|
+
<xs:enumeration value="FSFAP-no-warranty-disclaimer">
|
|
1196
|
+
<xs:annotation>
|
|
1197
|
+
<xs:documentation>FSF All Permissive License (without Warranty)</xs:documentation>
|
|
1198
|
+
</xs:annotation>
|
|
1199
|
+
</xs:enumeration>
|
|
1075
1200
|
<xs:enumeration value="FSFUL">
|
|
1076
1201
|
<xs:annotation>
|
|
1077
1202
|
<xs:documentation>FSF Unlimited License</xs:documentation>
|
|
@@ -1092,6 +1217,21 @@
|
|
|
1092
1217
|
<xs:documentation>Freetype Project License</xs:documentation>
|
|
1093
1218
|
</xs:annotation>
|
|
1094
1219
|
</xs:enumeration>
|
|
1220
|
+
<xs:enumeration value="Furuseth">
|
|
1221
|
+
<xs:annotation>
|
|
1222
|
+
<xs:documentation>Furuseth License</xs:documentation>
|
|
1223
|
+
</xs:annotation>
|
|
1224
|
+
</xs:enumeration>
|
|
1225
|
+
<xs:enumeration value="fwlw">
|
|
1226
|
+
<xs:annotation>
|
|
1227
|
+
<xs:documentation>fwlw License</xs:documentation>
|
|
1228
|
+
</xs:annotation>
|
|
1229
|
+
</xs:enumeration>
|
|
1230
|
+
<xs:enumeration value="GCR-docs">
|
|
1231
|
+
<xs:annotation>
|
|
1232
|
+
<xs:documentation>Gnome GCR Documentation License</xs:documentation>
|
|
1233
|
+
</xs:annotation>
|
|
1234
|
+
</xs:enumeration>
|
|
1095
1235
|
<xs:enumeration value="GD">
|
|
1096
1236
|
<xs:annotation>
|
|
1097
1237
|
<xs:documentation>GD License</xs:documentation>
|
|
@@ -1337,11 +1477,21 @@
|
|
|
1337
1477
|
<xs:documentation>gSOAP Public License v1.3b</xs:documentation>
|
|
1338
1478
|
</xs:annotation>
|
|
1339
1479
|
</xs:enumeration>
|
|
1480
|
+
<xs:enumeration value="gtkbook">
|
|
1481
|
+
<xs:annotation>
|
|
1482
|
+
<xs:documentation>gtkbook License</xs:documentation>
|
|
1483
|
+
</xs:annotation>
|
|
1484
|
+
</xs:enumeration>
|
|
1340
1485
|
<xs:enumeration value="HaskellReport">
|
|
1341
1486
|
<xs:annotation>
|
|
1342
1487
|
<xs:documentation>Haskell Language Report License</xs:documentation>
|
|
1343
1488
|
</xs:annotation>
|
|
1344
1489
|
</xs:enumeration>
|
|
1490
|
+
<xs:enumeration value="hdparm">
|
|
1491
|
+
<xs:annotation>
|
|
1492
|
+
<xs:documentation>hdparm License</xs:documentation>
|
|
1493
|
+
</xs:annotation>
|
|
1494
|
+
</xs:enumeration>
|
|
1345
1495
|
<xs:enumeration value="Hippocratic-2.1">
|
|
1346
1496
|
<xs:annotation>
|
|
1347
1497
|
<xs:documentation>Hippocratic License 2.1</xs:documentation>
|
|
@@ -1352,21 +1502,81 @@
|
|
|
1352
1502
|
<xs:documentation>Hewlett-Packard 1986 License</xs:documentation>
|
|
1353
1503
|
</xs:annotation>
|
|
1354
1504
|
</xs:enumeration>
|
|
1505
|
+
<xs:enumeration value="HP-1989">
|
|
1506
|
+
<xs:annotation>
|
|
1507
|
+
<xs:documentation>Hewlett-Packard 1989 License</xs:documentation>
|
|
1508
|
+
</xs:annotation>
|
|
1509
|
+
</xs:enumeration>
|
|
1355
1510
|
<xs:enumeration value="HPND">
|
|
1356
1511
|
<xs:annotation>
|
|
1357
1512
|
<xs:documentation>Historical Permission Notice and Disclaimer</xs:documentation>
|
|
1358
1513
|
</xs:annotation>
|
|
1359
1514
|
</xs:enumeration>
|
|
1515
|
+
<xs:enumeration value="HPND-DEC">
|
|
1516
|
+
<xs:annotation>
|
|
1517
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - DEC variant</xs:documentation>
|
|
1518
|
+
</xs:annotation>
|
|
1519
|
+
</xs:enumeration>
|
|
1520
|
+
<xs:enumeration value="HPND-doc">
|
|
1521
|
+
<xs:annotation>
|
|
1522
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - documentation variant</xs:documentation>
|
|
1523
|
+
</xs:annotation>
|
|
1524
|
+
</xs:enumeration>
|
|
1525
|
+
<xs:enumeration value="HPND-doc-sell">
|
|
1526
|
+
<xs:annotation>
|
|
1527
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - documentation sell variant</xs:documentation>
|
|
1528
|
+
</xs:annotation>
|
|
1529
|
+
</xs:enumeration>
|
|
1360
1530
|
<xs:enumeration value="HPND-export-US">
|
|
1361
1531
|
<xs:annotation>
|
|
1362
1532
|
<xs:documentation>HPND with US Government export control warning</xs:documentation>
|
|
1363
1533
|
</xs:annotation>
|
|
1364
1534
|
</xs:enumeration>
|
|
1535
|
+
<xs:enumeration value="HPND-export-US-modify">
|
|
1536
|
+
<xs:annotation>
|
|
1537
|
+
<xs:documentation>HPND with US Government export control warning and modification rqmt</xs:documentation>
|
|
1538
|
+
</xs:annotation>
|
|
1539
|
+
</xs:enumeration>
|
|
1540
|
+
<xs:enumeration value="HPND-Fenneberg-Livingston">
|
|
1541
|
+
<xs:annotation>
|
|
1542
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - Fenneberg-Livingston variant</xs:documentation>
|
|
1543
|
+
</xs:annotation>
|
|
1544
|
+
</xs:enumeration>
|
|
1545
|
+
<xs:enumeration value="HPND-INRIA-IMAG">
|
|
1546
|
+
<xs:annotation>
|
|
1547
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - INRIA-IMAG variant</xs:documentation>
|
|
1548
|
+
</xs:annotation>
|
|
1549
|
+
</xs:enumeration>
|
|
1550
|
+
<xs:enumeration value="HPND-Kevlin-Henney">
|
|
1551
|
+
<xs:annotation>
|
|
1552
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - Kevlin Henney variant</xs:documentation>
|
|
1553
|
+
</xs:annotation>
|
|
1554
|
+
</xs:enumeration>
|
|
1365
1555
|
<xs:enumeration value="HPND-Markus-Kuhn">
|
|
1366
1556
|
<xs:annotation>
|
|
1367
1557
|
<xs:documentation>Historical Permission Notice and Disclaimer - Markus Kuhn variant</xs:documentation>
|
|
1368
1558
|
</xs:annotation>
|
|
1369
1559
|
</xs:enumeration>
|
|
1560
|
+
<xs:enumeration value="HPND-MIT-disclaimer">
|
|
1561
|
+
<xs:annotation>
|
|
1562
|
+
<xs:documentation>Historical Permission Notice and Disclaimer with MIT disclaimer</xs:documentation>
|
|
1563
|
+
</xs:annotation>
|
|
1564
|
+
</xs:enumeration>
|
|
1565
|
+
<xs:enumeration value="HPND-Pbmplus">
|
|
1566
|
+
<xs:annotation>
|
|
1567
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - Pbmplus variant</xs:documentation>
|
|
1568
|
+
</xs:annotation>
|
|
1569
|
+
</xs:enumeration>
|
|
1570
|
+
<xs:enumeration value="HPND-sell-MIT-disclaimer-xserver">
|
|
1571
|
+
<xs:annotation>
|
|
1572
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - sell xserver variant with MIT disclaimer</xs:documentation>
|
|
1573
|
+
</xs:annotation>
|
|
1574
|
+
</xs:enumeration>
|
|
1575
|
+
<xs:enumeration value="HPND-sell-regexpr">
|
|
1576
|
+
<xs:annotation>
|
|
1577
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - sell regexpr variant</xs:documentation>
|
|
1578
|
+
</xs:annotation>
|
|
1579
|
+
</xs:enumeration>
|
|
1370
1580
|
<xs:enumeration value="HPND-sell-variant">
|
|
1371
1581
|
<xs:annotation>
|
|
1372
1582
|
<xs:documentation>Historical Permission Notice and Disclaimer - sell variant</xs:documentation>
|
|
@@ -1377,6 +1587,11 @@
|
|
|
1377
1587
|
<xs:documentation>HPND sell variant with MIT disclaimer</xs:documentation>
|
|
1378
1588
|
</xs:annotation>
|
|
1379
1589
|
</xs:enumeration>
|
|
1590
|
+
<xs:enumeration value="HPND-UC">
|
|
1591
|
+
<xs:annotation>
|
|
1592
|
+
<xs:documentation>Historical Permission Notice and Disclaimer - University of California variant</xs:documentation>
|
|
1593
|
+
</xs:annotation>
|
|
1594
|
+
</xs:enumeration>
|
|
1380
1595
|
<xs:enumeration value="HTMLTIDY">
|
|
1381
1596
|
<xs:annotation>
|
|
1382
1597
|
<xs:documentation>HTML Tidy License</xs:documentation>
|
|
@@ -1462,6 +1677,11 @@
|
|
|
1462
1677
|
<xs:documentation>ISC License</xs:documentation>
|
|
1463
1678
|
</xs:annotation>
|
|
1464
1679
|
</xs:enumeration>
|
|
1680
|
+
<xs:enumeration value="ISC-Veillard">
|
|
1681
|
+
<xs:annotation>
|
|
1682
|
+
<xs:documentation>ISC Veillard variant</xs:documentation>
|
|
1683
|
+
</xs:annotation>
|
|
1684
|
+
</xs:enumeration>
|
|
1465
1685
|
<xs:enumeration value="Jam">
|
|
1466
1686
|
<xs:annotation>
|
|
1467
1687
|
<xs:documentation>Jam License</xs:documentation>
|
|
@@ -1487,6 +1707,11 @@
|
|
|
1487
1707
|
<xs:documentation>JSON License</xs:documentation>
|
|
1488
1708
|
</xs:annotation>
|
|
1489
1709
|
</xs:enumeration>
|
|
1710
|
+
<xs:enumeration value="Kastrup">
|
|
1711
|
+
<xs:annotation>
|
|
1712
|
+
<xs:documentation>Kastrup License</xs:documentation>
|
|
1713
|
+
</xs:annotation>
|
|
1714
|
+
</xs:enumeration>
|
|
1490
1715
|
<xs:enumeration value="Kazlib">
|
|
1491
1716
|
<xs:annotation>
|
|
1492
1717
|
<xs:documentation>Kazlib License</xs:documentation>
|
|
@@ -1657,6 +1882,11 @@
|
|
|
1657
1882
|
<xs:documentation>Common Lisp LOOP License</xs:documentation>
|
|
1658
1883
|
</xs:annotation>
|
|
1659
1884
|
</xs:enumeration>
|
|
1885
|
+
<xs:enumeration value="LPD-document">
|
|
1886
|
+
<xs:annotation>
|
|
1887
|
+
<xs:documentation>LPD Documentation License</xs:documentation>
|
|
1888
|
+
</xs:annotation>
|
|
1889
|
+
</xs:enumeration>
|
|
1660
1890
|
<xs:enumeration value="LPL-1.0">
|
|
1661
1891
|
<xs:annotation>
|
|
1662
1892
|
<xs:documentation>Lucent Public License Version 1.0</xs:documentation>
|
|
@@ -1692,6 +1922,16 @@
|
|
|
1692
1922
|
<xs:documentation>LaTeX Project Public License v1.3c</xs:documentation>
|
|
1693
1923
|
</xs:annotation>
|
|
1694
1924
|
</xs:enumeration>
|
|
1925
|
+
<xs:enumeration value="lsof">
|
|
1926
|
+
<xs:annotation>
|
|
1927
|
+
<xs:documentation>lsof License</xs:documentation>
|
|
1928
|
+
</xs:annotation>
|
|
1929
|
+
</xs:enumeration>
|
|
1930
|
+
<xs:enumeration value="Lucida-Bitmap-Fonts">
|
|
1931
|
+
<xs:annotation>
|
|
1932
|
+
<xs:documentation>Lucida Bitmap Fonts License</xs:documentation>
|
|
1933
|
+
</xs:annotation>
|
|
1934
|
+
</xs:enumeration>
|
|
1695
1935
|
<xs:enumeration value="LZMA-SDK-9.11-to-9.20">
|
|
1696
1936
|
<xs:annotation>
|
|
1697
1937
|
<xs:documentation>LZMA SDK License (versions 9.11 to 9.20)</xs:documentation>
|
|
@@ -1702,6 +1942,26 @@
|
|
|
1702
1942
|
<xs:documentation>LZMA SDK License (versions 9.22 and beyond)</xs:documentation>
|
|
1703
1943
|
</xs:annotation>
|
|
1704
1944
|
</xs:enumeration>
|
|
1945
|
+
<xs:enumeration value="Mackerras-3-Clause">
|
|
1946
|
+
<xs:annotation>
|
|
1947
|
+
<xs:documentation>Mackerras 3-Clause License</xs:documentation>
|
|
1948
|
+
</xs:annotation>
|
|
1949
|
+
</xs:enumeration>
|
|
1950
|
+
<xs:enumeration value="Mackerras-3-Clause-acknowledgment">
|
|
1951
|
+
<xs:annotation>
|
|
1952
|
+
<xs:documentation>Mackerras 3-Clause - acknowledgment variant</xs:documentation>
|
|
1953
|
+
</xs:annotation>
|
|
1954
|
+
</xs:enumeration>
|
|
1955
|
+
<xs:enumeration value="magaz">
|
|
1956
|
+
<xs:annotation>
|
|
1957
|
+
<xs:documentation>magaz License</xs:documentation>
|
|
1958
|
+
</xs:annotation>
|
|
1959
|
+
</xs:enumeration>
|
|
1960
|
+
<xs:enumeration value="mailprio">
|
|
1961
|
+
<xs:annotation>
|
|
1962
|
+
<xs:documentation>mailprio License</xs:documentation>
|
|
1963
|
+
</xs:annotation>
|
|
1964
|
+
</xs:enumeration>
|
|
1705
1965
|
<xs:enumeration value="MakeIndex">
|
|
1706
1966
|
<xs:annotation>
|
|
1707
1967
|
<xs:documentation>MakeIndex License</xs:documentation>
|
|
@@ -1712,6 +1972,11 @@
|
|
|
1712
1972
|
<xs:documentation>Martin Birgmeier License</xs:documentation>
|
|
1713
1973
|
</xs:annotation>
|
|
1714
1974
|
</xs:enumeration>
|
|
1975
|
+
<xs:enumeration value="McPhee-slideshow">
|
|
1976
|
+
<xs:annotation>
|
|
1977
|
+
<xs:documentation>McPhee Slideshow License</xs:documentation>
|
|
1978
|
+
</xs:annotation>
|
|
1979
|
+
</xs:enumeration>
|
|
1715
1980
|
<xs:enumeration value="metamail">
|
|
1716
1981
|
<xs:annotation>
|
|
1717
1982
|
<xs:documentation>metamail License</xs:documentation>
|
|
@@ -1772,6 +2037,11 @@
|
|
|
1772
2037
|
<xs:documentation>MIT Open Group variant</xs:documentation>
|
|
1773
2038
|
</xs:annotation>
|
|
1774
2039
|
</xs:enumeration>
|
|
2040
|
+
<xs:enumeration value="MIT-testregex">
|
|
2041
|
+
<xs:annotation>
|
|
2042
|
+
<xs:documentation>MIT testregex Variant</xs:documentation>
|
|
2043
|
+
</xs:annotation>
|
|
2044
|
+
</xs:enumeration>
|
|
1775
2045
|
<xs:enumeration value="MIT-Wu">
|
|
1776
2046
|
<xs:annotation>
|
|
1777
2047
|
<xs:documentation>MIT Tom Wu Variant</xs:documentation>
|
|
@@ -1782,11 +2052,21 @@
|
|
|
1782
2052
|
<xs:documentation>MIT +no-false-attribs license</xs:documentation>
|
|
1783
2053
|
</xs:annotation>
|
|
1784
2054
|
</xs:enumeration>
|
|
2055
|
+
<xs:enumeration value="MMIXware">
|
|
2056
|
+
<xs:annotation>
|
|
2057
|
+
<xs:documentation>MMIXware License</xs:documentation>
|
|
2058
|
+
</xs:annotation>
|
|
2059
|
+
</xs:enumeration>
|
|
1785
2060
|
<xs:enumeration value="Motosoto">
|
|
1786
2061
|
<xs:annotation>
|
|
1787
2062
|
<xs:documentation>Motosoto License</xs:documentation>
|
|
1788
2063
|
</xs:annotation>
|
|
1789
2064
|
</xs:enumeration>
|
|
2065
|
+
<xs:enumeration value="MPEG-SSG">
|
|
2066
|
+
<xs:annotation>
|
|
2067
|
+
<xs:documentation>MPEG Software Simulation</xs:documentation>
|
|
2068
|
+
</xs:annotation>
|
|
2069
|
+
</xs:enumeration>
|
|
1790
2070
|
<xs:enumeration value="mpi-permissive">
|
|
1791
2071
|
<xs:annotation>
|
|
1792
2072
|
<xs:documentation>mpi Permissive License</xs:documentation>
|
|
@@ -2192,6 +2472,16 @@
|
|
|
2192
2472
|
<xs:documentation>OpenSSL License</xs:documentation>
|
|
2193
2473
|
</xs:annotation>
|
|
2194
2474
|
</xs:enumeration>
|
|
2475
|
+
<xs:enumeration value="OpenSSL-standalone">
|
|
2476
|
+
<xs:annotation>
|
|
2477
|
+
<xs:documentation>OpenSSL License - standalone</xs:documentation>
|
|
2478
|
+
</xs:annotation>
|
|
2479
|
+
</xs:enumeration>
|
|
2480
|
+
<xs:enumeration value="OpenVision">
|
|
2481
|
+
<xs:annotation>
|
|
2482
|
+
<xs:documentation>OpenVision License</xs:documentation>
|
|
2483
|
+
</xs:annotation>
|
|
2484
|
+
</xs:enumeration>
|
|
2195
2485
|
<xs:enumeration value="OPL-1.0">
|
|
2196
2486
|
<xs:annotation>
|
|
2197
2487
|
<xs:documentation>Open Public License v1.0</xs:documentation>
|
|
@@ -2237,6 +2527,11 @@
|
|
|
2237
2527
|
<xs:documentation>Open Software License 3.0</xs:documentation>
|
|
2238
2528
|
</xs:annotation>
|
|
2239
2529
|
</xs:enumeration>
|
|
2530
|
+
<xs:enumeration value="PADL">
|
|
2531
|
+
<xs:annotation>
|
|
2532
|
+
<xs:documentation>PADL License</xs:documentation>
|
|
2533
|
+
</xs:annotation>
|
|
2534
|
+
</xs:enumeration>
|
|
2240
2535
|
<xs:enumeration value="Parity-6.0.0">
|
|
2241
2536
|
<xs:annotation>
|
|
2242
2537
|
<xs:documentation>The Parity Public License 6.0.0</xs:documentation>
|
|
@@ -2262,11 +2557,21 @@
|
|
|
2262
2557
|
<xs:documentation>PHP License v3.01</xs:documentation>
|
|
2263
2558
|
</xs:annotation>
|
|
2264
2559
|
</xs:enumeration>
|
|
2560
|
+
<xs:enumeration value="Pixar">
|
|
2561
|
+
<xs:annotation>
|
|
2562
|
+
<xs:documentation>Pixar License</xs:documentation>
|
|
2563
|
+
</xs:annotation>
|
|
2564
|
+
</xs:enumeration>
|
|
2265
2565
|
<xs:enumeration value="Plexus">
|
|
2266
2566
|
<xs:annotation>
|
|
2267
2567
|
<xs:documentation>Plexus Classworlds License</xs:documentation>
|
|
2268
2568
|
</xs:annotation>
|
|
2269
2569
|
</xs:enumeration>
|
|
2570
|
+
<xs:enumeration value="pnmstitch">
|
|
2571
|
+
<xs:annotation>
|
|
2572
|
+
<xs:documentation>pnmstitch License</xs:documentation>
|
|
2573
|
+
</xs:annotation>
|
|
2574
|
+
</xs:enumeration>
|
|
2270
2575
|
<xs:enumeration value="PolyForm-Noncommercial-1.0.0">
|
|
2271
2576
|
<xs:annotation>
|
|
2272
2577
|
<xs:documentation>PolyForm Noncommercial License 1.0.0</xs:documentation>
|
|
@@ -2307,6 +2612,11 @@
|
|
|
2307
2612
|
<xs:documentation>Python License 2.0.1</xs:documentation>
|
|
2308
2613
|
</xs:annotation>
|
|
2309
2614
|
</xs:enumeration>
|
|
2615
|
+
<xs:enumeration value="python-ldap">
|
|
2616
|
+
<xs:annotation>
|
|
2617
|
+
<xs:documentation>Python ldap License</xs:documentation>
|
|
2618
|
+
</xs:annotation>
|
|
2619
|
+
</xs:enumeration>
|
|
2310
2620
|
<xs:enumeration value="Qhull">
|
|
2311
2621
|
<xs:annotation>
|
|
2312
2622
|
<xs:documentation>Qhull License</xs:documentation>
|
|
@@ -2322,6 +2632,11 @@
|
|
|
2322
2632
|
<xs:documentation>Q Public License 1.0 - INRIA 2004 variant</xs:documentation>
|
|
2323
2633
|
</xs:annotation>
|
|
2324
2634
|
</xs:enumeration>
|
|
2635
|
+
<xs:enumeration value="radvd">
|
|
2636
|
+
<xs:annotation>
|
|
2637
|
+
<xs:documentation>radvd License</xs:documentation>
|
|
2638
|
+
</xs:annotation>
|
|
2639
|
+
</xs:enumeration>
|
|
2325
2640
|
<xs:enumeration value="Rdisc">
|
|
2326
2641
|
<xs:annotation>
|
|
2327
2642
|
<xs:documentation>Rdisc License</xs:documentation>
|
|
@@ -2367,6 +2682,11 @@
|
|
|
2367
2682
|
<xs:documentation>Sax Public Domain Notice</xs:documentation>
|
|
2368
2683
|
</xs:annotation>
|
|
2369
2684
|
</xs:enumeration>
|
|
2685
|
+
<xs:enumeration value="SAX-PD-2.0">
|
|
2686
|
+
<xs:annotation>
|
|
2687
|
+
<xs:documentation>Sax Public Domain Notice 2.0</xs:documentation>
|
|
2688
|
+
</xs:annotation>
|
|
2689
|
+
</xs:enumeration>
|
|
2370
2690
|
<xs:enumeration value="Saxpath">
|
|
2371
2691
|
<xs:annotation>
|
|
2372
2692
|
<xs:documentation>Saxpath License</xs:documentation>
|
|
@@ -2407,6 +2727,11 @@
|
|
|
2407
2727
|
<xs:documentation>SGI Free Software License B v2.0</xs:documentation>
|
|
2408
2728
|
</xs:annotation>
|
|
2409
2729
|
</xs:enumeration>
|
|
2730
|
+
<xs:enumeration value="SGI-OpenGL">
|
|
2731
|
+
<xs:annotation>
|
|
2732
|
+
<xs:documentation>SGI OpenGL License</xs:documentation>
|
|
2733
|
+
</xs:annotation>
|
|
2734
|
+
</xs:enumeration>
|
|
2410
2735
|
<xs:enumeration value="SGP4">
|
|
2411
2736
|
<xs:annotation>
|
|
2412
2737
|
<xs:documentation>SGP4 Permission Notice</xs:documentation>
|
|
@@ -2437,6 +2762,11 @@
|
|
|
2437
2762
|
<xs:documentation>Sun Industry Standards Source License v1.2</xs:documentation>
|
|
2438
2763
|
</xs:annotation>
|
|
2439
2764
|
</xs:enumeration>
|
|
2765
|
+
<xs:enumeration value="SL">
|
|
2766
|
+
<xs:annotation>
|
|
2767
|
+
<xs:documentation>SL License</xs:documentation>
|
|
2768
|
+
</xs:annotation>
|
|
2769
|
+
</xs:enumeration>
|
|
2440
2770
|
<xs:enumeration value="Sleepycat">
|
|
2441
2771
|
<xs:annotation>
|
|
2442
2772
|
<xs:documentation>Sleepycat License</xs:documentation>
|
|
@@ -2462,6 +2792,16 @@
|
|
|
2462
2792
|
<xs:documentation>snprintf License</xs:documentation>
|
|
2463
2793
|
</xs:annotation>
|
|
2464
2794
|
</xs:enumeration>
|
|
2795
|
+
<xs:enumeration value="softSurfer">
|
|
2796
|
+
<xs:annotation>
|
|
2797
|
+
<xs:documentation>softSurfer License</xs:documentation>
|
|
2798
|
+
</xs:annotation>
|
|
2799
|
+
</xs:enumeration>
|
|
2800
|
+
<xs:enumeration value="Soundex">
|
|
2801
|
+
<xs:annotation>
|
|
2802
|
+
<xs:documentation>Soundex License</xs:documentation>
|
|
2803
|
+
</xs:annotation>
|
|
2804
|
+
</xs:enumeration>
|
|
2465
2805
|
<xs:enumeration value="Spencer-86">
|
|
2466
2806
|
<xs:annotation>
|
|
2467
2807
|
<xs:documentation>Spencer License 86</xs:documentation>
|
|
@@ -2482,6 +2822,11 @@
|
|
|
2482
2822
|
<xs:documentation>Sun Public License v1.0</xs:documentation>
|
|
2483
2823
|
</xs:annotation>
|
|
2484
2824
|
</xs:enumeration>
|
|
2825
|
+
<xs:enumeration value="ssh-keyscan">
|
|
2826
|
+
<xs:annotation>
|
|
2827
|
+
<xs:documentation>ssh-keyscan License</xs:documentation>
|
|
2828
|
+
</xs:annotation>
|
|
2829
|
+
</xs:enumeration>
|
|
2485
2830
|
<xs:enumeration value="SSH-OpenSSH">
|
|
2486
2831
|
<xs:annotation>
|
|
2487
2832
|
<xs:documentation>SSH OpenSSH license</xs:documentation>
|
|
@@ -2492,6 +2837,11 @@
|
|
|
2492
2837
|
<xs:documentation>SSH short notice</xs:documentation>
|
|
2493
2838
|
</xs:annotation>
|
|
2494
2839
|
</xs:enumeration>
|
|
2840
|
+
<xs:enumeration value="SSLeay-standalone">
|
|
2841
|
+
<xs:annotation>
|
|
2842
|
+
<xs:documentation>SSLeay License - standalone</xs:documentation>
|
|
2843
|
+
</xs:annotation>
|
|
2844
|
+
</xs:enumeration>
|
|
2495
2845
|
<xs:enumeration value="SSPL-1.0">
|
|
2496
2846
|
<xs:annotation>
|
|
2497
2847
|
<xs:documentation>Server Side Public License, v 1</xs:documentation>
|
|
@@ -2507,6 +2857,11 @@
|
|
|
2507
2857
|
<xs:documentation>SugarCRM Public License v1.1.3</xs:documentation>
|
|
2508
2858
|
</xs:annotation>
|
|
2509
2859
|
</xs:enumeration>
|
|
2860
|
+
<xs:enumeration value="Sun-PPP">
|
|
2861
|
+
<xs:annotation>
|
|
2862
|
+
<xs:documentation>Sun PPP License</xs:documentation>
|
|
2863
|
+
</xs:annotation>
|
|
2864
|
+
</xs:enumeration>
|
|
2510
2865
|
<xs:enumeration value="SunPro">
|
|
2511
2866
|
<xs:annotation>
|
|
2512
2867
|
<xs:documentation>SunPro License</xs:documentation>
|
|
@@ -2517,6 +2872,11 @@
|
|
|
2517
2872
|
<xs:documentation>Scheme Widget Library (SWL) Software License Agreement</xs:documentation>
|
|
2518
2873
|
</xs:annotation>
|
|
2519
2874
|
</xs:enumeration>
|
|
2875
|
+
<xs:enumeration value="swrule">
|
|
2876
|
+
<xs:annotation>
|
|
2877
|
+
<xs:documentation>swrule License</xs:documentation>
|
|
2878
|
+
</xs:annotation>
|
|
2879
|
+
</xs:enumeration>
|
|
2520
2880
|
<xs:enumeration value="Symlinks">
|
|
2521
2881
|
<xs:annotation>
|
|
2522
2882
|
<xs:documentation>Symlinks License</xs:documentation>
|
|
@@ -2542,6 +2902,11 @@
|
|
|
2542
2902
|
<xs:documentation>TermReadKey License</xs:documentation>
|
|
2543
2903
|
</xs:annotation>
|
|
2544
2904
|
</xs:enumeration>
|
|
2905
|
+
<xs:enumeration value="TGPPL-1.0">
|
|
2906
|
+
<xs:annotation>
|
|
2907
|
+
<xs:documentation>Transitive Grace Period Public Licence 1.0</xs:documentation>
|
|
2908
|
+
</xs:annotation>
|
|
2909
|
+
</xs:enumeration>
|
|
2545
2910
|
<xs:enumeration value="TMate">
|
|
2546
2911
|
<xs:annotation>
|
|
2547
2912
|
<xs:documentation>TMate Open Source License</xs:documentation>
|
|
@@ -2572,6 +2937,11 @@
|
|
|
2572
2937
|
<xs:documentation>Text-Tabs+Wrap License</xs:documentation>
|
|
2573
2938
|
</xs:annotation>
|
|
2574
2939
|
</xs:enumeration>
|
|
2940
|
+
<xs:enumeration value="TTYP0">
|
|
2941
|
+
<xs:annotation>
|
|
2942
|
+
<xs:documentation>TTYP0 License</xs:documentation>
|
|
2943
|
+
</xs:annotation>
|
|
2944
|
+
</xs:enumeration>
|
|
2575
2945
|
<xs:enumeration value="TU-Berlin-1.0">
|
|
2576
2946
|
<xs:annotation>
|
|
2577
2947
|
<xs:documentation>Technische Universitaet Berlin License 1.0</xs:documentation>
|
|
@@ -2592,6 +2962,21 @@
|
|
|
2592
2962
|
<xs:documentation>Upstream Compatibility License v1.0</xs:documentation>
|
|
2593
2963
|
</xs:annotation>
|
|
2594
2964
|
</xs:enumeration>
|
|
2965
|
+
<xs:enumeration value="ulem">
|
|
2966
|
+
<xs:annotation>
|
|
2967
|
+
<xs:documentation>ulem License</xs:documentation>
|
|
2968
|
+
</xs:annotation>
|
|
2969
|
+
</xs:enumeration>
|
|
2970
|
+
<xs:enumeration value="UMich-Merit">
|
|
2971
|
+
<xs:annotation>
|
|
2972
|
+
<xs:documentation>Michigan/Merit Networks License</xs:documentation>
|
|
2973
|
+
</xs:annotation>
|
|
2974
|
+
</xs:enumeration>
|
|
2975
|
+
<xs:enumeration value="Unicode-3.0">
|
|
2976
|
+
<xs:annotation>
|
|
2977
|
+
<xs:documentation>Unicode License v3</xs:documentation>
|
|
2978
|
+
</xs:annotation>
|
|
2979
|
+
</xs:enumeration>
|
|
2595
2980
|
<xs:enumeration value="Unicode-DFS-2015">
|
|
2596
2981
|
<xs:annotation>
|
|
2597
2982
|
<xs:documentation>Unicode License Agreement - Data Files and Software (2015)</xs:documentation>
|
|
@@ -2622,6 +3007,11 @@
|
|
|
2622
3007
|
<xs:documentation>Universal Permissive License v1.0</xs:documentation>
|
|
2623
3008
|
</xs:annotation>
|
|
2624
3009
|
</xs:enumeration>
|
|
3010
|
+
<xs:enumeration value="URT-RLE">
|
|
3011
|
+
<xs:annotation>
|
|
3012
|
+
<xs:documentation>Utah Raster Toolkit Run Length Encoded License</xs:documentation>
|
|
3013
|
+
</xs:annotation>
|
|
3014
|
+
</xs:enumeration>
|
|
2625
3015
|
<xs:enumeration value="Vim">
|
|
2626
3016
|
<xs:annotation>
|
|
2627
3017
|
<xs:documentation>Vim License</xs:documentation>
|
|
@@ -2717,6 +3107,11 @@
|
|
|
2717
3107
|
<xs:documentation>xinetd License</xs:documentation>
|
|
2718
3108
|
</xs:annotation>
|
|
2719
3109
|
</xs:enumeration>
|
|
3110
|
+
<xs:enumeration value="xkeyboard-config-Zinoviev">
|
|
3111
|
+
<xs:annotation>
|
|
3112
|
+
<xs:documentation>xkeyboard-config Zinoviev License</xs:documentation>
|
|
3113
|
+
</xs:annotation>
|
|
3114
|
+
</xs:enumeration>
|
|
2720
3115
|
<xs:enumeration value="xlock">
|
|
2721
3116
|
<xs:annotation>
|
|
2722
3117
|
<xs:documentation>xlock License</xs:documentation>
|
|
@@ -2752,6 +3147,11 @@
|
|
|
2752
3147
|
<xs:documentation>Zed License</xs:documentation>
|
|
2753
3148
|
</xs:annotation>
|
|
2754
3149
|
</xs:enumeration>
|
|
3150
|
+
<xs:enumeration value="Zeeff">
|
|
3151
|
+
<xs:annotation>
|
|
3152
|
+
<xs:documentation>Zeeff License</xs:documentation>
|
|
3153
|
+
</xs:annotation>
|
|
3154
|
+
</xs:enumeration>
|
|
2755
3155
|
<xs:enumeration value="Zend-2.0">
|
|
2756
3156
|
<xs:annotation>
|
|
2757
3157
|
<xs:documentation>Zend License v2.0</xs:documentation>
|
|
@@ -2818,11 +3218,21 @@
|
|
|
2818
3218
|
<xs:documentation>Autoconf generic exception</xs:documentation>
|
|
2819
3219
|
</xs:annotation>
|
|
2820
3220
|
</xs:enumeration>
|
|
3221
|
+
<xs:enumeration value="Autoconf-exception-generic-3.0">
|
|
3222
|
+
<xs:annotation>
|
|
3223
|
+
<xs:documentation>Autoconf generic exception for GPL-3.0</xs:documentation>
|
|
3224
|
+
</xs:annotation>
|
|
3225
|
+
</xs:enumeration>
|
|
2821
3226
|
<xs:enumeration value="Autoconf-exception-macro">
|
|
2822
3227
|
<xs:annotation>
|
|
2823
3228
|
<xs:documentation>Autoconf macro exception</xs:documentation>
|
|
2824
3229
|
</xs:annotation>
|
|
2825
3230
|
</xs:enumeration>
|
|
3231
|
+
<xs:enumeration value="Bison-exception-1.24">
|
|
3232
|
+
<xs:annotation>
|
|
3233
|
+
<xs:documentation>Bison exception 1.24</xs:documentation>
|
|
3234
|
+
</xs:annotation>
|
|
3235
|
+
</xs:enumeration>
|
|
2826
3236
|
<xs:enumeration value="Bison-exception-2.2">
|
|
2827
3237
|
<xs:annotation>
|
|
2828
3238
|
<xs:documentation>Bison exception 2.2</xs:documentation>
|
|
@@ -2868,6 +3278,11 @@
|
|
|
2868
3278
|
<xs:documentation>FLTK exception</xs:documentation>
|
|
2869
3279
|
</xs:annotation>
|
|
2870
3280
|
</xs:enumeration>
|
|
3281
|
+
<xs:enumeration value="fmt-exception">
|
|
3282
|
+
<xs:annotation>
|
|
3283
|
+
<xs:documentation>fmt exception</xs:documentation>
|
|
3284
|
+
</xs:annotation>
|
|
3285
|
+
</xs:enumeration>
|
|
2871
3286
|
<xs:enumeration value="Font-exception-2.0">
|
|
2872
3287
|
<xs:annotation>
|
|
2873
3288
|
<xs:documentation>Font exception 2.0</xs:documentation>
|
|
@@ -2883,16 +3298,36 @@
|
|
|
2883
3298
|
<xs:documentation>GCC Runtime Library exception 2.0</xs:documentation>
|
|
2884
3299
|
</xs:annotation>
|
|
2885
3300
|
</xs:enumeration>
|
|
3301
|
+
<xs:enumeration value="GCC-exception-2.0-note">
|
|
3302
|
+
<xs:annotation>
|
|
3303
|
+
<xs:documentation>GCC Runtime Library exception 2.0 - note variant</xs:documentation>
|
|
3304
|
+
</xs:annotation>
|
|
3305
|
+
</xs:enumeration>
|
|
2886
3306
|
<xs:enumeration value="GCC-exception-3.1">
|
|
2887
3307
|
<xs:annotation>
|
|
2888
3308
|
<xs:documentation>GCC Runtime Library exception 3.1</xs:documentation>
|
|
2889
3309
|
</xs:annotation>
|
|
2890
3310
|
</xs:enumeration>
|
|
3311
|
+
<xs:enumeration value="Gmsh-exception">
|
|
3312
|
+
<xs:annotation>
|
|
3313
|
+
<xs:documentation>Gmsh exception></xs:documentation>
|
|
3314
|
+
</xs:annotation>
|
|
3315
|
+
</xs:enumeration>
|
|
2891
3316
|
<xs:enumeration value="GNAT-exception">
|
|
2892
3317
|
<xs:annotation>
|
|
2893
3318
|
<xs:documentation>GNAT exception</xs:documentation>
|
|
2894
3319
|
</xs:annotation>
|
|
2895
3320
|
</xs:enumeration>
|
|
3321
|
+
<xs:enumeration value="GNOME-examples-exception">
|
|
3322
|
+
<xs:annotation>
|
|
3323
|
+
<xs:documentation>GNOME examples exception</xs:documentation>
|
|
3324
|
+
</xs:annotation>
|
|
3325
|
+
</xs:enumeration>
|
|
3326
|
+
<xs:enumeration value="GNU-compiler-exception">
|
|
3327
|
+
<xs:annotation>
|
|
3328
|
+
<xs:documentation>GNU Compiler Exception</xs:documentation>
|
|
3329
|
+
</xs:annotation>
|
|
3330
|
+
</xs:enumeration>
|
|
2896
3331
|
<xs:enumeration value="gnu-javamail-exception">
|
|
2897
3332
|
<xs:annotation>
|
|
2898
3333
|
<xs:documentation>GNU JavaMail exception</xs:documentation>
|
|
@@ -3028,6 +3463,11 @@
|
|
|
3028
3463
|
<xs:documentation>Qwt exception 1.0</xs:documentation>
|
|
3029
3464
|
</xs:annotation>
|
|
3030
3465
|
</xs:enumeration>
|
|
3466
|
+
<xs:enumeration value="SANE-exception">
|
|
3467
|
+
<xs:annotation>
|
|
3468
|
+
<xs:documentation>SANE Exception</xs:documentation>
|
|
3469
|
+
</xs:annotation>
|
|
3470
|
+
</xs:enumeration>
|
|
3031
3471
|
<xs:enumeration value="SHL-2.0">
|
|
3032
3472
|
<xs:annotation>
|
|
3033
3473
|
<xs:documentation>Solderpad Hardware License v2.0</xs:documentation>
|
|
@@ -3038,6 +3478,11 @@
|
|
|
3038
3478
|
<xs:documentation>Solderpad Hardware License v2.1</xs:documentation>
|
|
3039
3479
|
</xs:annotation>
|
|
3040
3480
|
</xs:enumeration>
|
|
3481
|
+
<xs:enumeration value="stunnel-exception">
|
|
3482
|
+
<xs:annotation>
|
|
3483
|
+
<xs:documentation>stunnel Exception</xs:documentation>
|
|
3484
|
+
</xs:annotation>
|
|
3485
|
+
</xs:enumeration>
|
|
3041
3486
|
<xs:enumeration value="SWI-exception">
|
|
3042
3487
|
<xs:annotation>
|
|
3043
3488
|
<xs:documentation>SWI exception</xs:documentation>
|
|
@@ -3048,11 +3493,21 @@
|
|
|
3048
3493
|
<xs:documentation>Swift Exception</xs:documentation>
|
|
3049
3494
|
</xs:annotation>
|
|
3050
3495
|
</xs:enumeration>
|
|
3496
|
+
<xs:enumeration value="Texinfo-exception">
|
|
3497
|
+
<xs:annotation>
|
|
3498
|
+
<xs:documentation>Texinfo exception</xs:documentation>
|
|
3499
|
+
</xs:annotation>
|
|
3500
|
+
</xs:enumeration>
|
|
3051
3501
|
<xs:enumeration value="u-boot-exception-2.0">
|
|
3052
3502
|
<xs:annotation>
|
|
3053
3503
|
<xs:documentation>U-Boot exception 2.0</xs:documentation>
|
|
3054
3504
|
</xs:annotation>
|
|
3055
3505
|
</xs:enumeration>
|
|
3506
|
+
<xs:enumeration value="UBDL-exception">
|
|
3507
|
+
<xs:annotation>
|
|
3508
|
+
<xs:documentation>Unmodified Binary Distribution exception</xs:documentation>
|
|
3509
|
+
</xs:annotation>
|
|
3510
|
+
</xs:enumeration>
|
|
3056
3511
|
<xs:enumeration value="Universal-FOSS-exception-1.0">
|
|
3057
3512
|
<xs:annotation>
|
|
3058
3513
|
<xs:documentation>Universal FOSS Exception, Version 1.0</xs:documentation>
|