@cyclonedx/cyclonedx-library 2.1.0 → 3.0.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.
Files changed (79) hide show
  1. package/README.md +3 -2
  2. package/dist.d/enums/componentType.d.ts +5 -1
  3. package/dist.d/enums/componentType.d.ts.map +1 -1
  4. package/dist.d/enums/externalReferenceType.d.ts +23 -0
  5. package/dist.d/enums/externalReferenceType.d.ts.map +1 -1
  6. package/dist.d/enums/vulnerability/ratingMethod.d.ts +9 -4
  7. package/dist.d/enums/vulnerability/ratingMethod.d.ts.map +1 -1
  8. package/dist.d/models/bomLink.d.ts +66 -0
  9. package/dist.d/models/bomLink.d.ts.map +1 -0
  10. package/dist.d/models/bomRef.d.ts +4 -2
  11. package/dist.d/models/bomRef.d.ts.map +1 -1
  12. package/dist.d/models/externalReference.d.ts +2 -1
  13. package/dist.d/models/externalReference.d.ts.map +1 -1
  14. package/dist.d/models/index.d.ts +1 -0
  15. package/dist.d/models/index.d.ts.map +1 -1
  16. package/dist.d/models/vulnerability/affect.d.ts +3 -2
  17. package/dist.d/models/vulnerability/affect.d.ts.map +1 -1
  18. package/dist.d/serialize/json/normalize.d.ts.map +1 -1
  19. package/dist.d/serialize/json/types.d.ts +9 -5
  20. package/dist.d/serialize/json/types.d.ts.map +1 -1
  21. package/dist.d/serialize/xml/normalize.d.ts.map +1 -1
  22. package/dist.d/spec.d.ts +9 -5
  23. package/dist.d/spec.d.ts.map +1 -1
  24. package/dist.d/types/integer.d.ts +2 -2
  25. package/dist.node/enums/componentType.js +4 -0
  26. package/dist.node/enums/componentType.js.map +1 -1
  27. package/dist.node/enums/externalReferenceType.js +23 -0
  28. package/dist.node/enums/externalReferenceType.js.map +1 -1
  29. package/dist.node/enums/vulnerability/ratingMethod.js +2 -0
  30. package/dist.node/enums/vulnerability/ratingMethod.js.map +1 -1
  31. package/dist.node/models/bomLink.js +80 -0
  32. package/dist.node/models/bomLink.js.map +1 -0
  33. package/dist.node/models/bomRef.js.map +1 -1
  34. package/dist.node/models/externalReference.js.map +1 -1
  35. package/dist.node/models/index.js +1 -0
  36. package/dist.node/models/index.js.map +1 -1
  37. package/dist.node/models/vulnerability/affect.js.map +1 -1
  38. package/dist.node/resources.node.js +15 -12
  39. package/dist.node/resources.node.js.map +1 -1
  40. package/dist.node/serialize/json/normalize.js +6 -3
  41. package/dist.node/serialize/json/normalize.js.map +1 -1
  42. package/dist.node/serialize/xml/normalize.js +8 -3
  43. package/dist.node/serialize/xml/normalize.js.map +1 -1
  44. package/dist.node/spec.js +104 -13
  45. package/dist.node/spec.js.map +1 -1
  46. package/dist.web/lib.dev.js +238 -20
  47. package/dist.web/lib.dev.js.map +1 -1
  48. package/dist.web/lib.js +1 -1
  49. package/dist.web/lib.js.map +1 -1
  50. package/package.json +4 -4
  51. package/res/schema/README.md +14 -11
  52. package/res/schema/bom-1.1.SNAPSHOT.xsd +8 -1
  53. package/res/schema/bom-1.2-strict.SNAPSHOT.schema.json +8 -5
  54. package/res/schema/bom-1.2.SNAPSHOT.schema.json +8 -4
  55. package/res/schema/bom-1.2.SNAPSHOT.xsd +10 -3
  56. package/res/schema/bom-1.3-strict.SNAPSHOT.schema.json +8 -4
  57. package/res/schema/bom-1.3.SNAPSHOT.schema.json +8 -4
  58. package/res/schema/bom-1.3.SNAPSHOT.xsd +14 -5
  59. package/res/schema/bom-1.4.SNAPSHOT.schema.json +2 -2
  60. package/res/schema/bom-1.4.SNAPSHOT.xsd +4 -2
  61. package/res/schema/bom-1.5.SNAPSHOT.schema.json +3799 -0
  62. package/res/schema/bom-1.5.SNAPSHOT.xsd +5464 -0
  63. package/res/schema/jsf-0.82.SNAPSHOT.schema.json +0 -4
  64. package/res/schema/spdx.SNAPSHOT.schema.json +569 -486
  65. package/res/schema/spdx.SNAPSHOT.xsd +1468 -1053
  66. package/src/enums/componentType.ts +4 -0
  67. package/src/enums/externalReferenceType.ts +23 -0
  68. package/src/enums/vulnerability/ratingMethod.ts +9 -4
  69. package/src/models/bomLink.ts +111 -0
  70. package/src/models/bomRef.ts +5 -2
  71. package/src/models/externalReference.ts +2 -1
  72. package/src/models/index.ts +1 -0
  73. package/src/models/vulnerability/affect.ts +3 -2
  74. package/src/resources.node.ts +20 -17
  75. package/src/serialize/json/normalize.ts +6 -3
  76. package/src/serialize/json/types.ts +10 -5
  77. package/src/serialize/xml/normalize.ts +8 -3
  78. package/src/spec.ts +121 -7
  79. package/src/types/integer.ts +2 -2
@@ -2,239 +2,234 @@
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.17">
5
+ version="1.0-3.21">
6
6
 
7
7
  <xs:simpleType name="licenseId">
8
8
  <xs:restriction base="xs:string">
9
9
  <!-- Licenses -->
10
- <xs:enumeration value="CC-BY-NC-ND-2.0">
11
- <xs:annotation>
12
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic</xs:documentation>
13
- </xs:annotation>
14
- </xs:enumeration>
15
- <xs:enumeration value="SGI-B-2.0">
10
+ <xs:enumeration value="0BSD">
16
11
  <xs:annotation>
17
- <xs:documentation>SGI Free Software License B v2.0</xs:documentation>
12
+ <xs:documentation>BSD Zero Clause License</xs:documentation>
18
13
  </xs:annotation>
19
14
  </xs:enumeration>
20
- <xs:enumeration value="LPPL-1.3c">
15
+ <xs:enumeration value="AAL">
21
16
  <xs:annotation>
22
- <xs:documentation>LaTeX Project Public License v1.3c</xs:documentation>
17
+ <xs:documentation>Attribution Assurance License</xs:documentation>
23
18
  </xs:annotation>
24
19
  </xs:enumeration>
25
- <xs:enumeration value="NIST-PD-fallback">
20
+ <xs:enumeration value="Abstyles">
26
21
  <xs:annotation>
27
- <xs:documentation>NIST Public Domain Notice with license fallback</xs:documentation>
22
+ <xs:documentation>Abstyles License</xs:documentation>
28
23
  </xs:annotation>
29
24
  </xs:enumeration>
30
- <xs:enumeration value="libtiff">
25
+ <xs:enumeration value="AdaCore-doc">
31
26
  <xs:annotation>
32
- <xs:documentation>libtiff License</xs:documentation>
27
+ <xs:documentation>AdaCore Doc License</xs:documentation>
33
28
  </xs:annotation>
34
29
  </xs:enumeration>
35
- <xs:enumeration value="XSkat">
30
+ <xs:enumeration value="Adobe-2006">
36
31
  <xs:annotation>
37
- <xs:documentation>XSkat License</xs:documentation>
32
+ <xs:documentation>Adobe Systems Incorporated Source Code License Agreement</xs:documentation>
38
33
  </xs:annotation>
39
34
  </xs:enumeration>
40
- <xs:enumeration value="PDDL-1.0">
35
+ <xs:enumeration value="Adobe-Glyph">
41
36
  <xs:annotation>
42
- <xs:documentation>Open Data Commons Public Domain Dedication &amp; License 1.0</xs:documentation>
37
+ <xs:documentation>Adobe Glyph List License</xs:documentation>
43
38
  </xs:annotation>
44
39
  </xs:enumeration>
45
- <xs:enumeration value="KiCad-libraries-exception">
40
+ <xs:enumeration value="ADSL">
46
41
  <xs:annotation>
47
- <xs:documentation>KiCad Libraries Exception</xs:documentation>
42
+ <xs:documentation>Amazon Digital Services License</xs:documentation>
48
43
  </xs:annotation>
49
44
  </xs:enumeration>
50
- <xs:enumeration value="CC-BY-NC-SA-1.0">
45
+ <xs:enumeration value="AFL-1.1">
51
46
  <xs:annotation>
52
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 1.0 Generic</xs:documentation>
47
+ <xs:documentation>Academic Free License v1.1</xs:documentation>
53
48
  </xs:annotation>
54
49
  </xs:enumeration>
55
- <xs:enumeration value="GFDL-1.1-no-invariants-only">
50
+ <xs:enumeration value="AFL-1.2">
56
51
  <xs:annotation>
57
- <xs:documentation>GNU Free Documentation License v1.1 only - no invariants</xs:documentation>
52
+ <xs:documentation>Academic Free License v1.2</xs:documentation>
58
53
  </xs:annotation>
59
54
  </xs:enumeration>
60
- <xs:enumeration value="Xerox">
55
+ <xs:enumeration value="AFL-2.0">
61
56
  <xs:annotation>
62
- <xs:documentation>Xerox License</xs:documentation>
57
+ <xs:documentation>Academic Free License v2.0</xs:documentation>
63
58
  </xs:annotation>
64
59
  </xs:enumeration>
65
- <xs:enumeration value="LPPL-1.1">
60
+ <xs:enumeration value="AFL-2.1">
66
61
  <xs:annotation>
67
- <xs:documentation>LaTeX Project Public License v1.1</xs:documentation>
62
+ <xs:documentation>Academic Free License v2.1</xs:documentation>
68
63
  </xs:annotation>
69
64
  </xs:enumeration>
70
- <xs:enumeration value="VOSTROM">
65
+ <xs:enumeration value="AFL-3.0">
71
66
  <xs:annotation>
72
- <xs:documentation>VOSTROM Public License for Open Source</xs:documentation>
67
+ <xs:documentation>Academic Free License v3.0</xs:documentation>
73
68
  </xs:annotation>
74
69
  </xs:enumeration>
75
- <xs:enumeration value="UCL-1.0">
70
+ <xs:enumeration value="Afmparse">
76
71
  <xs:annotation>
77
- <xs:documentation>Upstream Compatibility License v1.0</xs:documentation>
72
+ <xs:documentation>Afmparse License</xs:documentation>
78
73
  </xs:annotation>
79
74
  </xs:enumeration>
80
- <xs:enumeration value="ADSL">
75
+ <xs:enumeration value="AGPL-1.0">
81
76
  <xs:annotation>
82
- <xs:documentation>Amazon Digital Services License</xs:documentation>
77
+ <xs:documentation>Affero General Public License v1.0</xs:documentation>
83
78
  </xs:annotation>
84
79
  </xs:enumeration>
85
- <xs:enumeration value="OSL-2.0">
80
+ <xs:enumeration value="AGPL-1.0-only">
86
81
  <xs:annotation>
87
- <xs:documentation>Open Software License 2.0</xs:documentation>
82
+ <xs:documentation>Affero General Public License v1.0 only</xs:documentation>
88
83
  </xs:annotation>
89
84
  </xs:enumeration>
90
- <xs:enumeration value="AAL">
85
+ <xs:enumeration value="AGPL-1.0-or-later">
91
86
  <xs:annotation>
92
- <xs:documentation>Attribution Assurance License</xs:documentation>
87
+ <xs:documentation>Affero General Public License v1.0 or later</xs:documentation>
93
88
  </xs:annotation>
94
89
  </xs:enumeration>
95
- <xs:enumeration value="FDK-AAC">
90
+ <xs:enumeration value="AGPL-3.0">
96
91
  <xs:annotation>
97
- <xs:documentation>Fraunhofer FDK AAC Codec Library</xs:documentation>
92
+ <xs:documentation>GNU Affero General Public License v3.0</xs:documentation>
98
93
  </xs:annotation>
99
94
  </xs:enumeration>
100
- <xs:enumeration value="W3C-20150513">
95
+ <xs:enumeration value="AGPL-3.0-only">
101
96
  <xs:annotation>
102
- <xs:documentation>W3C Software Notice and Document License (2015-05-13)</xs:documentation>
97
+ <xs:documentation>GNU Affero General Public License v3.0 only</xs:documentation>
103
98
  </xs:annotation>
104
99
  </xs:enumeration>
105
- <xs:enumeration value="AFL-1.1">
100
+ <xs:enumeration value="AGPL-3.0-or-later">
106
101
  <xs:annotation>
107
- <xs:documentation>Academic Free License v1.1</xs:documentation>
102
+ <xs:documentation>GNU Affero General Public License v3.0 or later</xs:documentation>
108
103
  </xs:annotation>
109
104
  </xs:enumeration>
110
- <xs:enumeration value="W3C">
105
+ <xs:enumeration value="Aladdin">
111
106
  <xs:annotation>
112
- <xs:documentation>W3C Software Notice and License (2002-12-31)</xs:documentation>
107
+ <xs:documentation>Aladdin Free Public License</xs:documentation>
113
108
  </xs:annotation>
114
109
  </xs:enumeration>
115
- <xs:enumeration value="Sleepycat">
110
+ <xs:enumeration value="AMDPLPA">
116
111
  <xs:annotation>
117
- <xs:documentation>Sleepycat License</xs:documentation>
112
+ <xs:documentation>AMD&apos;s plpa_map.c License</xs:documentation>
118
113
  </xs:annotation>
119
114
  </xs:enumeration>
120
- <xs:enumeration value="CECILL-1.1">
115
+ <xs:enumeration value="AML">
121
116
  <xs:annotation>
122
- <xs:documentation>CeCILL Free Software License Agreement v1.1</xs:documentation>
117
+ <xs:documentation>Apple MIT License</xs:documentation>
123
118
  </xs:annotation>
124
119
  </xs:enumeration>
125
- <xs:enumeration value="mpich2">
120
+ <xs:enumeration value="AMPAS">
126
121
  <xs:annotation>
127
- <xs:documentation>mpich2 License</xs:documentation>
122
+ <xs:documentation>Academy of Motion Picture Arts and Sciences BSD</xs:documentation>
128
123
  </xs:annotation>
129
124
  </xs:enumeration>
130
- <xs:enumeration value="SISSL">
125
+ <xs:enumeration value="ANTLR-PD">
131
126
  <xs:annotation>
132
- <xs:documentation>Sun Industry Standards Source License v1.1</xs:documentation>
127
+ <xs:documentation>ANTLR Software Rights Notice</xs:documentation>
133
128
  </xs:annotation>
134
129
  </xs:enumeration>
135
- <xs:enumeration value="NLOD-1.0">
130
+ <xs:enumeration value="ANTLR-PD-fallback">
136
131
  <xs:annotation>
137
- <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 1.0</xs:documentation>
132
+ <xs:documentation>ANTLR Software Rights Notice with license fallback</xs:documentation>
138
133
  </xs:annotation>
139
134
  </xs:enumeration>
140
- <xs:enumeration value="ANTLR-PD">
135
+ <xs:enumeration value="Apache-1.0">
141
136
  <xs:annotation>
142
- <xs:documentation>ANTLR Software Rights Notice</xs:documentation>
137
+ <xs:documentation>Apache License 1.0</xs:documentation>
143
138
  </xs:annotation>
144
139
  </xs:enumeration>
145
- <xs:enumeration value="GPL-3.0-only">
140
+ <xs:enumeration value="Apache-1.1">
146
141
  <xs:annotation>
147
- <xs:documentation>GNU General Public License v3.0 only</xs:documentation>
142
+ <xs:documentation>Apache License 1.1</xs:documentation>
148
143
  </xs:annotation>
149
144
  </xs:enumeration>
150
- <xs:enumeration value="gnuplot">
145
+ <xs:enumeration value="Apache-2.0">
151
146
  <xs:annotation>
152
- <xs:documentation>gnuplot License</xs:documentation>
147
+ <xs:documentation>Apache License 2.0</xs:documentation>
153
148
  </xs:annotation>
154
149
  </xs:enumeration>
155
- <xs:enumeration value="NLOD-2.0">
150
+ <xs:enumeration value="APAFML">
156
151
  <xs:annotation>
157
- <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 2.0</xs:documentation>
152
+ <xs:documentation>Adobe Postscript AFM License</xs:documentation>
158
153
  </xs:annotation>
159
154
  </xs:enumeration>
160
- <xs:enumeration value="BSD-3-Clause-Open-MPI">
155
+ <xs:enumeration value="APL-1.0">
161
156
  <xs:annotation>
162
- <xs:documentation>BSD 3-Clause Open MPI variant</xs:documentation>
157
+ <xs:documentation>Adaptive Public License 1.0</xs:documentation>
163
158
  </xs:annotation>
164
159
  </xs:enumeration>
165
- <xs:enumeration value="LiLiQ-P-1.1">
160
+ <xs:enumeration value="App-s2p">
166
161
  <xs:annotation>
167
- <xs:documentation>Licence Libre du Québec – Permissive version 1.1</xs:documentation>
162
+ <xs:documentation>App::s2p License</xs:documentation>
168
163
  </xs:annotation>
169
164
  </xs:enumeration>
170
- <xs:enumeration value="BSD-3-Clause-Clear">
165
+ <xs:enumeration value="APSL-1.0">
171
166
  <xs:annotation>
172
- <xs:documentation>BSD 3-Clause Clear License</xs:documentation>
167
+ <xs:documentation>Apple Public Source License 1.0</xs:documentation>
173
168
  </xs:annotation>
174
169
  </xs:enumeration>
175
- <xs:enumeration value="FSFUL">
170
+ <xs:enumeration value="APSL-1.1">
176
171
  <xs:annotation>
177
- <xs:documentation>FSF Unlimited License</xs:documentation>
172
+ <xs:documentation>Apple Public Source License 1.1</xs:documentation>
178
173
  </xs:annotation>
179
174
  </xs:enumeration>
180
- <xs:enumeration value="CC-BY-NC-SA-2.0-UK">
175
+ <xs:enumeration value="APSL-1.2">
181
176
  <xs:annotation>
182
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales</xs:documentation>
177
+ <xs:documentation>Apple Public Source License 1.2</xs:documentation>
183
178
  </xs:annotation>
184
179
  </xs:enumeration>
185
- <xs:enumeration value="CERN-OHL-S-2.0">
180
+ <xs:enumeration value="APSL-2.0">
186
181
  <xs:annotation>
187
- <xs:documentation>CERN Open Hardware Licence Version 2 - Strongly Reciprocal</xs:documentation>
182
+ <xs:documentation>Apple Public Source License 2.0</xs:documentation>
188
183
  </xs:annotation>
189
184
  </xs:enumeration>
190
- <xs:enumeration value="Spencer-94">
185
+ <xs:enumeration value="Arphic-1999">
191
186
  <xs:annotation>
192
- <xs:documentation>Spencer License 94</xs:documentation>
187
+ <xs:documentation>Arphic Public License</xs:documentation>
193
188
  </xs:annotation>
194
189
  </xs:enumeration>
195
- <xs:enumeration value="CERN-OHL-1.2">
190
+ <xs:enumeration value="Artistic-1.0">
196
191
  <xs:annotation>
197
- <xs:documentation>CERN Open Hardware Licence v1.2</xs:documentation>
192
+ <xs:documentation>Artistic License 1.0</xs:documentation>
198
193
  </xs:annotation>
199
194
  </xs:enumeration>
200
- <xs:enumeration value="GFDL-1.1-or-later">
195
+ <xs:enumeration value="Artistic-1.0-cl8">
201
196
  <xs:annotation>
202
- <xs:documentation>GNU Free Documentation License v1.1 or later</xs:documentation>
197
+ <xs:documentation>Artistic License 1.0 w/clause 8</xs:documentation>
203
198
  </xs:annotation>
204
199
  </xs:enumeration>
205
- <xs:enumeration value="AGPL-1.0-or-later">
200
+ <xs:enumeration value="Artistic-1.0-Perl">
206
201
  <xs:annotation>
207
- <xs:documentation>Affero General Public License v1.0 or later</xs:documentation>
202
+ <xs:documentation>Artistic License 1.0 (Perl)</xs:documentation>
208
203
  </xs:annotation>
209
204
  </xs:enumeration>
210
- <xs:enumeration value="Wsuipa">
205
+ <xs:enumeration value="Artistic-2.0">
211
206
  <xs:annotation>
212
- <xs:documentation>Wsuipa License</xs:documentation>
207
+ <xs:documentation>Artistic License 2.0</xs:documentation>
213
208
  </xs:annotation>
214
209
  </xs:enumeration>
215
- <xs:enumeration value="AML">
210
+ <xs:enumeration value="ASWF-Digital-Assets-1.0">
216
211
  <xs:annotation>
217
- <xs:documentation>Apple MIT License</xs:documentation>
212
+ <xs:documentation>ASWF Digital Assets License version 1.0</xs:documentation>
218
213
  </xs:annotation>
219
214
  </xs:enumeration>
220
- <xs:enumeration value="BSD-2-Clause">
215
+ <xs:enumeration value="ASWF-Digital-Assets-1.1">
221
216
  <xs:annotation>
222
- <xs:documentation>BSD 2-Clause &quot;Simplified&quot; License</xs:documentation>
217
+ <xs:documentation>ASWF Digital Assets License 1.1</xs:documentation>
223
218
  </xs:annotation>
224
219
  </xs:enumeration>
225
- <xs:enumeration value="DSDP">
220
+ <xs:enumeration value="Baekmuk">
226
221
  <xs:annotation>
227
- <xs:documentation>DSDP License</xs:documentation>
222
+ <xs:documentation>Baekmuk License</xs:documentation>
228
223
  </xs:annotation>
229
224
  </xs:enumeration>
230
- <xs:enumeration value="CC-BY-2.5">
225
+ <xs:enumeration value="Bahyph">
231
226
  <xs:annotation>
232
- <xs:documentation>Creative Commons Attribution 2.5 Generic</xs:documentation>
227
+ <xs:documentation>Bahyph License</xs:documentation>
233
228
  </xs:annotation>
234
229
  </xs:enumeration>
235
- <xs:enumeration value="MIT-CMU">
230
+ <xs:enumeration value="Barr">
236
231
  <xs:annotation>
237
- <xs:documentation>CMU License</xs:documentation>
232
+ <xs:documentation>Barr License</xs:documentation>
238
233
  </xs:annotation>
239
234
  </xs:enumeration>
240
235
  <xs:enumeration value="Beerware">
@@ -242,284 +237,289 @@
242
237
  <xs:documentation>Beerware License</xs:documentation>
243
238
  </xs:annotation>
244
239
  </xs:enumeration>
245
- <xs:enumeration value="Sendmail">
240
+ <xs:enumeration value="Bitstream-Charter">
246
241
  <xs:annotation>
247
- <xs:documentation>Sendmail License</xs:documentation>
242
+ <xs:documentation>Bitstream Charter Font License</xs:documentation>
248
243
  </xs:annotation>
249
244
  </xs:enumeration>
250
- <xs:enumeration value="TU-Berlin-1.0">
245
+ <xs:enumeration value="Bitstream-Vera">
251
246
  <xs:annotation>
252
- <xs:documentation>Technische Universitaet Berlin License 1.0</xs:documentation>
247
+ <xs:documentation>Bitstream Vera Font License</xs:documentation>
253
248
  </xs:annotation>
254
249
  </xs:enumeration>
255
- <xs:enumeration value="CNRI-Jython">
250
+ <xs:enumeration value="BitTorrent-1.0">
256
251
  <xs:annotation>
257
- <xs:documentation>CNRI Jython License</xs:documentation>
252
+ <xs:documentation>BitTorrent Open Source License v1.0</xs:documentation>
258
253
  </xs:annotation>
259
254
  </xs:enumeration>
260
- <xs:enumeration value="mplus">
255
+ <xs:enumeration value="BitTorrent-1.1">
261
256
  <xs:annotation>
262
- <xs:documentation>mplus Font License</xs:documentation>
257
+ <xs:documentation>BitTorrent Open Source License v1.1</xs:documentation>
263
258
  </xs:annotation>
264
259
  </xs:enumeration>
265
- <xs:enumeration value="CPOL-1.02">
260
+ <xs:enumeration value="blessing">
266
261
  <xs:annotation>
267
- <xs:documentation>Code Project Open License 1.02</xs:documentation>
262
+ <xs:documentation>SQLite Blessing</xs:documentation>
268
263
  </xs:annotation>
269
264
  </xs:enumeration>
270
- <xs:enumeration value="BSD-3-Clause-No-Nuclear-License-2014">
265
+ <xs:enumeration value="BlueOak-1.0.0">
271
266
  <xs:annotation>
272
- <xs:documentation>BSD 3-Clause No Nuclear License 2014</xs:documentation>
267
+ <xs:documentation>Blue Oak Model License 1.0.0</xs:documentation>
273
268
  </xs:annotation>
274
269
  </xs:enumeration>
275
- <xs:enumeration value="ISC">
270
+ <xs:enumeration value="Boehm-GC">
276
271
  <xs:annotation>
277
- <xs:documentation>ISC License</xs:documentation>
272
+ <xs:documentation>Boehm-Demers-Weiser GC License</xs:documentation>
278
273
  </xs:annotation>
279
274
  </xs:enumeration>
280
- <xs:enumeration value="CC-BY-SA-4.0">
275
+ <xs:enumeration value="Borceux">
281
276
  <xs:annotation>
282
- <xs:documentation>Creative Commons Attribution Share Alike 4.0 International</xs:documentation>
277
+ <xs:documentation>Borceux license</xs:documentation>
283
278
  </xs:annotation>
284
279
  </xs:enumeration>
285
- <xs:enumeration value="Eurosym">
280
+ <xs:enumeration value="Brian-Gladman-3-Clause">
286
281
  <xs:annotation>
287
- <xs:documentation>Eurosym License</xs:documentation>
282
+ <xs:documentation>Brian Gladman 3-Clause License</xs:documentation>
288
283
  </xs:annotation>
289
284
  </xs:enumeration>
290
- <xs:enumeration value="LGPL-3.0-only">
285
+ <xs:enumeration value="BSD-1-Clause">
291
286
  <xs:annotation>
292
- <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
287
+ <xs:documentation>BSD 1-Clause License</xs:documentation>
293
288
  </xs:annotation>
294
289
  </xs:enumeration>
295
- <xs:enumeration value="OLDAP-1.3">
290
+ <xs:enumeration value="BSD-2-Clause">
296
291
  <xs:annotation>
297
- <xs:documentation>Open LDAP Public License v1.3</xs:documentation>
292
+ <xs:documentation>BSD 2-Clause &quot;Simplified&quot; License</xs:documentation>
298
293
  </xs:annotation>
299
294
  </xs:enumeration>
300
- <xs:enumeration value="GFDL-1.1-invariants-or-later">
295
+ <xs:enumeration value="BSD-2-Clause-FreeBSD">
301
296
  <xs:annotation>
302
- <xs:documentation>GNU Free Documentation License v1.1 or later - invariants</xs:documentation>
297
+ <xs:documentation>BSD 2-Clause FreeBSD License</xs:documentation>
303
298
  </xs:annotation>
304
299
  </xs:enumeration>
305
- <xs:enumeration value="Glulxe">
300
+ <xs:enumeration value="BSD-2-Clause-NetBSD">
306
301
  <xs:annotation>
307
- <xs:documentation>Glulxe License</xs:documentation>
302
+ <xs:documentation>BSD 2-Clause NetBSD License</xs:documentation>
308
303
  </xs:annotation>
309
304
  </xs:enumeration>
310
- <xs:enumeration value="SimPL-2.0">
305
+ <xs:enumeration value="BSD-2-Clause-Patent">
311
306
  <xs:annotation>
312
- <xs:documentation>Simple Public License 2.0</xs:documentation>
307
+ <xs:documentation>BSD-2-Clause Plus Patent License</xs:documentation>
313
308
  </xs:annotation>
314
309
  </xs:enumeration>
315
- <xs:enumeration value="CDLA-Permissive-2.0">
310
+ <xs:enumeration value="BSD-2-Clause-Views">
316
311
  <xs:annotation>
317
- <xs:documentation>Community Data License Agreement Permissive 2.0</xs:documentation>
312
+ <xs:documentation>BSD 2-Clause with views sentence</xs:documentation>
318
313
  </xs:annotation>
319
314
  </xs:enumeration>
320
- <xs:enumeration value="GPL-2.0-with-font-exception">
315
+ <xs:enumeration value="BSD-3-Clause">
321
316
  <xs:annotation>
322
- <xs:documentation>GNU General Public License v2.0 w/Font exception</xs:documentation>
317
+ <xs:documentation>BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</xs:documentation>
323
318
  </xs:annotation>
324
319
  </xs:enumeration>
325
- <xs:enumeration value="OGL-UK-2.0">
320
+ <xs:enumeration value="BSD-3-Clause-Attribution">
326
321
  <xs:annotation>
327
- <xs:documentation>Open Government Licence v2.0</xs:documentation>
322
+ <xs:documentation>BSD with attribution</xs:documentation>
328
323
  </xs:annotation>
329
324
  </xs:enumeration>
330
- <xs:enumeration value="CC-BY-SA-3.0-DE">
325
+ <xs:enumeration value="BSD-3-Clause-Clear">
331
326
  <xs:annotation>
332
- <xs:documentation>Creative Commons Attribution Share Alike 3.0 Germany</xs:documentation>
327
+ <xs:documentation>BSD 3-Clause Clear License</xs:documentation>
333
328
  </xs:annotation>
334
329
  </xs:enumeration>
335
- <xs:enumeration value="CC-BY-ND-1.0">
330
+ <xs:enumeration value="BSD-3-Clause-LBNL">
336
331
  <xs:annotation>
337
- <xs:documentation>Creative Commons Attribution No Derivatives 1.0 Generic</xs:documentation>
332
+ <xs:documentation>Lawrence Berkeley National Labs BSD variant license</xs:documentation>
338
333
  </xs:annotation>
339
334
  </xs:enumeration>
340
- <xs:enumeration value="GFDL-1.1">
335
+ <xs:enumeration value="BSD-3-Clause-Modification">
341
336
  <xs:annotation>
342
- <xs:documentation>GNU Free Documentation License v1.1</xs:documentation>
337
+ <xs:documentation>BSD 3-Clause Modification</xs:documentation>
343
338
  </xs:annotation>
344
339
  </xs:enumeration>
345
- <xs:enumeration value="CC-BY-4.0">
340
+ <xs:enumeration value="BSD-3-Clause-No-Military-License">
346
341
  <xs:annotation>
347
- <xs:documentation>Creative Commons Attribution 4.0 International</xs:documentation>
342
+ <xs:documentation>BSD 3-Clause No Military License</xs:documentation>
348
343
  </xs:annotation>
349
344
  </xs:enumeration>
350
- <xs:enumeration value="OpenSSL">
345
+ <xs:enumeration value="BSD-3-Clause-No-Nuclear-License">
351
346
  <xs:annotation>
352
- <xs:documentation>OpenSSL License</xs:documentation>
347
+ <xs:documentation>BSD 3-Clause No Nuclear License</xs:documentation>
353
348
  </xs:annotation>
354
349
  </xs:enumeration>
355
- <xs:enumeration value="TU-Berlin-2.0">
350
+ <xs:enumeration value="BSD-3-Clause-No-Nuclear-License-2014">
356
351
  <xs:annotation>
357
- <xs:documentation>Technische Universitaet Berlin License 2.0</xs:documentation>
352
+ <xs:documentation>BSD 3-Clause No Nuclear License 2014</xs:documentation>
358
353
  </xs:annotation>
359
354
  </xs:enumeration>
360
- <xs:enumeration value="DOC">
355
+ <xs:enumeration value="BSD-3-Clause-No-Nuclear-Warranty">
361
356
  <xs:annotation>
362
- <xs:documentation>DOC License</xs:documentation>
357
+ <xs:documentation>BSD 3-Clause No Nuclear Warranty</xs:documentation>
363
358
  </xs:annotation>
364
359
  </xs:enumeration>
365
- <xs:enumeration value="GFDL-1.2-no-invariants-or-later">
360
+ <xs:enumeration value="BSD-3-Clause-Open-MPI">
366
361
  <xs:annotation>
367
- <xs:documentation>GNU Free Documentation License v1.2 or later - no invariants</xs:documentation>
362
+ <xs:documentation>BSD 3-Clause Open MPI variant</xs:documentation>
368
363
  </xs:annotation>
369
364
  </xs:enumeration>
370
- <xs:enumeration value="QPL-1.0">
365
+ <xs:enumeration value="BSD-4-Clause">
371
366
  <xs:annotation>
372
- <xs:documentation>Q Public License 1.0</xs:documentation>
367
+ <xs:documentation>BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License</xs:documentation>
373
368
  </xs:annotation>
374
369
  </xs:enumeration>
375
- <xs:enumeration value="OLDAP-2.8">
370
+ <xs:enumeration value="BSD-4-Clause-Shortened">
376
371
  <xs:annotation>
377
- <xs:documentation>Open LDAP Public License v2.8</xs:documentation>
372
+ <xs:documentation>BSD 4 Clause Shortened</xs:documentation>
378
373
  </xs:annotation>
379
374
  </xs:enumeration>
380
- <xs:enumeration value="OML">
375
+ <xs:enumeration value="BSD-4-Clause-UC">
381
376
  <xs:annotation>
382
- <xs:documentation>Open Market License</xs:documentation>
377
+ <xs:documentation>BSD-4-Clause (University of California-Specific)</xs:documentation>
383
378
  </xs:annotation>
384
379
  </xs:enumeration>
385
- <xs:enumeration value="OLDAP-2.7">
380
+ <xs:enumeration value="BSD-4.3RENO">
386
381
  <xs:annotation>
387
- <xs:documentation>Open LDAP Public License v2.7</xs:documentation>
382
+ <xs:documentation>BSD 4.3 RENO License</xs:documentation>
388
383
  </xs:annotation>
389
384
  </xs:enumeration>
390
- <xs:enumeration value="NIST-PD">
385
+ <xs:enumeration value="BSD-4.3TAHOE">
391
386
  <xs:annotation>
392
- <xs:documentation>NIST Public Domain Notice</xs:documentation>
387
+ <xs:documentation>BSD 4.3 TAHOE License</xs:documentation>
393
388
  </xs:annotation>
394
389
  </xs:enumeration>
395
- <xs:enumeration value="Bitstream-Vera">
390
+ <xs:enumeration value="BSD-Advertising-Acknowledgement">
396
391
  <xs:annotation>
397
- <xs:documentation>Bitstream Vera Font License</xs:documentation>
392
+ <xs:documentation>BSD Advertising Acknowledgement License</xs:documentation>
398
393
  </xs:annotation>
399
394
  </xs:enumeration>
400
- <xs:enumeration value="GFDL-1.2-or-later">
395
+ <xs:enumeration value="BSD-Attribution-HPND-disclaimer">
401
396
  <xs:annotation>
402
- <xs:documentation>GNU Free Documentation License v1.2 or later</xs:documentation>
397
+ <xs:documentation>BSD with Attribution and HPND disclaimer</xs:documentation>
403
398
  </xs:annotation>
404
399
  </xs:enumeration>
405
- <xs:enumeration value="OFL-1.1-RFN">
400
+ <xs:enumeration value="BSD-Protection">
406
401
  <xs:annotation>
407
- <xs:documentation>SIL Open Font License 1.1 with Reserved Font Name</xs:documentation>
402
+ <xs:documentation>BSD Protection License</xs:documentation>
408
403
  </xs:annotation>
409
404
  </xs:enumeration>
410
- <xs:enumeration value="Bahyph">
405
+ <xs:enumeration value="BSD-Source-Code">
411
406
  <xs:annotation>
412
- <xs:documentation>Bahyph License</xs:documentation>
407
+ <xs:documentation>BSD Source Code Attribution</xs:documentation>
413
408
  </xs:annotation>
414
409
  </xs:enumeration>
415
- <xs:enumeration value="Barr">
410
+ <xs:enumeration value="BSL-1.0">
416
411
  <xs:annotation>
417
- <xs:documentation>Barr License</xs:documentation>
412
+ <xs:documentation>Boost Software License 1.0</xs:documentation>
418
413
  </xs:annotation>
419
414
  </xs:enumeration>
420
- <xs:enumeration value="COIL-1.0">
415
+ <xs:enumeration value="BUSL-1.1">
421
416
  <xs:annotation>
422
- <xs:documentation>Copyfree Open Innovation License</xs:documentation>
417
+ <xs:documentation>Business Source License 1.1</xs:documentation>
423
418
  </xs:annotation>
424
419
  </xs:enumeration>
425
- <xs:enumeration value="GFDL-1.3">
420
+ <xs:enumeration value="bzip2-1.0.5">
426
421
  <xs:annotation>
427
- <xs:documentation>GNU Free Documentation License v1.3</xs:documentation>
422
+ <xs:documentation>bzip2 and libbzip2 License v1.0.5</xs:documentation>
428
423
  </xs:annotation>
429
424
  </xs:enumeration>
430
- <xs:enumeration value="CECILL-B">
425
+ <xs:enumeration value="bzip2-1.0.6">
431
426
  <xs:annotation>
432
- <xs:documentation>CeCILL-B Free Software License Agreement</xs:documentation>
427
+ <xs:documentation>bzip2 and libbzip2 License v1.0.6</xs:documentation>
433
428
  </xs:annotation>
434
429
  </xs:enumeration>
435
- <xs:enumeration value="JPNIC">
430
+ <xs:enumeration value="C-UDA-1.0">
436
431
  <xs:annotation>
437
- <xs:documentation>Japan Network Information Center License</xs:documentation>
432
+ <xs:documentation>Computational Use of Data Agreement v1.0</xs:documentation>
438
433
  </xs:annotation>
439
434
  </xs:enumeration>
440
- <xs:enumeration value="Zed">
435
+ <xs:enumeration value="CAL-1.0">
441
436
  <xs:annotation>
442
- <xs:documentation>Zed License</xs:documentation>
437
+ <xs:documentation>Cryptographic Autonomy License 1.0</xs:documentation>
443
438
  </xs:annotation>
444
439
  </xs:enumeration>
445
- <xs:enumeration value="ICU">
440
+ <xs:enumeration value="CAL-1.0-Combined-Work-Exception">
446
441
  <xs:annotation>
447
- <xs:documentation>ICU License</xs:documentation>
442
+ <xs:documentation>Cryptographic Autonomy License 1.0 (Combined Work Exception)</xs:documentation>
448
443
  </xs:annotation>
449
444
  </xs:enumeration>
450
- <xs:enumeration value="CC-BY-NC-SA-2.5">
445
+ <xs:enumeration value="Caldera">
451
446
  <xs:annotation>
452
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.5 Generic</xs:documentation>
447
+ <xs:documentation>Caldera License</xs:documentation>
453
448
  </xs:annotation>
454
449
  </xs:enumeration>
455
- <xs:enumeration value="CC-BY-ND-3.0-DE">
450
+ <xs:enumeration value="CATOSL-1.1">
456
451
  <xs:annotation>
457
- <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Germany</xs:documentation>
452
+ <xs:documentation>Computer Associates Trusted Open Source License 1.1</xs:documentation>
458
453
  </xs:annotation>
459
454
  </xs:enumeration>
460
- <xs:enumeration value="bzip2-1.0.5">
455
+ <xs:enumeration value="CC-BY-1.0">
461
456
  <xs:annotation>
462
- <xs:documentation>bzip2 and libbzip2 License v1.0.5</xs:documentation>
457
+ <xs:documentation>Creative Commons Attribution 1.0 Generic</xs:documentation>
463
458
  </xs:annotation>
464
459
  </xs:enumeration>
465
- <xs:enumeration value="SPL-1.0">
460
+ <xs:enumeration value="CC-BY-2.0">
466
461
  <xs:annotation>
467
- <xs:documentation>Sun Public License v1.0</xs:documentation>
462
+ <xs:documentation>Creative Commons Attribution 2.0 Generic</xs:documentation>
468
463
  </xs:annotation>
469
464
  </xs:enumeration>
470
- <xs:enumeration value="YPL-1.0">
465
+ <xs:enumeration value="CC-BY-2.5">
471
466
  <xs:annotation>
472
- <xs:documentation>Yahoo! Public License v1.0</xs:documentation>
467
+ <xs:documentation>Creative Commons Attribution 2.5 Generic</xs:documentation>
473
468
  </xs:annotation>
474
469
  </xs:enumeration>
475
- <xs:enumeration value="OSET-PL-2.1">
470
+ <xs:enumeration value="CC-BY-2.5-AU">
476
471
  <xs:annotation>
477
- <xs:documentation>OSET Public License version 2.1</xs:documentation>
472
+ <xs:documentation>Creative Commons Attribution 2.5 Australia</xs:documentation>
478
473
  </xs:annotation>
479
474
  </xs:enumeration>
480
- <xs:enumeration value="Noweb">
475
+ <xs:enumeration value="CC-BY-3.0">
481
476
  <xs:annotation>
482
- <xs:documentation>Noweb License</xs:documentation>
477
+ <xs:documentation>Creative Commons Attribution 3.0 Unported</xs:documentation>
483
478
  </xs:annotation>
484
479
  </xs:enumeration>
485
- <xs:enumeration value="RPSL-1.0">
480
+ <xs:enumeration value="CC-BY-3.0-AT">
486
481
  <xs:annotation>
487
- <xs:documentation>RealNetworks Public Source License v1.0</xs:documentation>
482
+ <xs:documentation>Creative Commons Attribution 3.0 Austria</xs:documentation>
488
483
  </xs:annotation>
489
484
  </xs:enumeration>
490
- <xs:enumeration value="BSD-3-Clause-LBNL">
485
+ <xs:enumeration value="CC-BY-3.0-DE">
491
486
  <xs:annotation>
492
- <xs:documentation>Lawrence Berkeley National Labs BSD variant license</xs:documentation>
487
+ <xs:documentation>Creative Commons Attribution 3.0 Germany</xs:documentation>
493
488
  </xs:annotation>
494
489
  </xs:enumeration>
495
- <xs:enumeration value="CDLA-Sharing-1.0">
490
+ <xs:enumeration value="CC-BY-3.0-IGO">
496
491
  <xs:annotation>
497
- <xs:documentation>Community Data License Agreement Sharing 1.0</xs:documentation>
492
+ <xs:documentation>Creative Commons Attribution 3.0 IGO</xs:documentation>
498
493
  </xs:annotation>
499
494
  </xs:enumeration>
500
- <xs:enumeration value="CECILL-1.0">
495
+ <xs:enumeration value="CC-BY-3.0-NL">
501
496
  <xs:annotation>
502
- <xs:documentation>CeCILL Free Software License Agreement v1.0</xs:documentation>
497
+ <xs:documentation>Creative Commons Attribution 3.0 Netherlands</xs:documentation>
503
498
  </xs:annotation>
504
499
  </xs:enumeration>
505
- <xs:enumeration value="AMPAS">
500
+ <xs:enumeration value="CC-BY-3.0-US">
506
501
  <xs:annotation>
507
- <xs:documentation>Academy of Motion Picture Arts and Sciences BSD</xs:documentation>
502
+ <xs:documentation>Creative Commons Attribution 3.0 United States</xs:documentation>
508
503
  </xs:annotation>
509
504
  </xs:enumeration>
510
- <xs:enumeration value="APAFML">
505
+ <xs:enumeration value="CC-BY-4.0">
511
506
  <xs:annotation>
512
- <xs:documentation>Adobe Postscript AFM License</xs:documentation>
507
+ <xs:documentation>Creative Commons Attribution 4.0 International</xs:documentation>
513
508
  </xs:annotation>
514
509
  </xs:enumeration>
515
- <xs:enumeration value="CC-BY-ND-3.0">
510
+ <xs:enumeration value="CC-BY-NC-1.0">
516
511
  <xs:annotation>
517
- <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Unported</xs:documentation>
512
+ <xs:documentation>Creative Commons Attribution Non Commercial 1.0 Generic</xs:documentation>
518
513
  </xs:annotation>
519
514
  </xs:enumeration>
520
- <xs:enumeration value="D-FSL-1.0">
515
+ <xs:enumeration value="CC-BY-NC-2.0">
521
516
  <xs:annotation>
522
- <xs:documentation>Deutsche Freie Software Lizenz</xs:documentation>
517
+ <xs:documentation>Creative Commons Attribution Non Commercial 2.0 Generic</xs:documentation>
518
+ </xs:annotation>
519
+ </xs:enumeration>
520
+ <xs:enumeration value="CC-BY-NC-2.5">
521
+ <xs:annotation>
522
+ <xs:documentation>Creative Commons Attribution Non Commercial 2.5 Generic</xs:documentation>
523
523
  </xs:annotation>
524
524
  </xs:enumeration>
525
525
  <xs:enumeration value="CC-BY-NC-3.0">
@@ -527,294 +527,679 @@
527
527
  <xs:documentation>Creative Commons Attribution Non Commercial 3.0 Unported</xs:documentation>
528
528
  </xs:annotation>
529
529
  </xs:enumeration>
530
- <xs:enumeration value="libpng-2.0">
530
+ <xs:enumeration value="CC-BY-NC-3.0-DE">
531
531
  <xs:annotation>
532
- <xs:documentation>PNG Reference Library version 2</xs:documentation>
532
+ <xs:documentation>Creative Commons Attribution Non Commercial 3.0 Germany</xs:documentation>
533
533
  </xs:annotation>
534
534
  </xs:enumeration>
535
- <xs:enumeration value="PolyForm-Noncommercial-1.0.0">
535
+ <xs:enumeration value="CC-BY-NC-4.0">
536
536
  <xs:annotation>
537
- <xs:documentation>PolyForm Noncommercial License 1.0.0</xs:documentation>
537
+ <xs:documentation>Creative Commons Attribution Non Commercial 4.0 International</xs:documentation>
538
538
  </xs:annotation>
539
539
  </xs:enumeration>
540
- <xs:enumeration value="dvipdfm">
540
+ <xs:enumeration value="CC-BY-NC-ND-1.0">
541
541
  <xs:annotation>
542
- <xs:documentation>dvipdfm License</xs:documentation>
542
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic</xs:documentation>
543
543
  </xs:annotation>
544
544
  </xs:enumeration>
545
- <xs:enumeration value="GFDL-1.3-or-later">
545
+ <xs:enumeration value="CC-BY-NC-ND-2.0">
546
546
  <xs:annotation>
547
- <xs:documentation>GNU Free Documentation License v1.3 or later</xs:documentation>
547
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.0 Generic</xs:documentation>
548
548
  </xs:annotation>
549
549
  </xs:enumeration>
550
- <xs:enumeration value="OGTSL">
550
+ <xs:enumeration value="CC-BY-NC-ND-2.5">
551
551
  <xs:annotation>
552
- <xs:documentation>Open Group Test Suite License</xs:documentation>
552
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic</xs:documentation>
553
553
  </xs:annotation>
554
554
  </xs:enumeration>
555
- <xs:enumeration value="NPL-1.1">
555
+ <xs:enumeration value="CC-BY-NC-ND-3.0">
556
556
  <xs:annotation>
557
- <xs:documentation>Netscape Public License v1.1</xs:documentation>
557
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported</xs:documentation>
558
558
  </xs:annotation>
559
559
  </xs:enumeration>
560
- <xs:enumeration value="GPL-3.0">
560
+ <xs:enumeration value="CC-BY-NC-ND-3.0-DE">
561
561
  <xs:annotation>
562
- <xs:documentation>GNU General Public License v3.0 only</xs:documentation>
562
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany</xs:documentation>
563
563
  </xs:annotation>
564
564
  </xs:enumeration>
565
- <xs:enumeration value="CERN-OHL-P-2.0">
565
+ <xs:enumeration value="CC-BY-NC-ND-3.0-IGO">
566
566
  <xs:annotation>
567
- <xs:documentation>CERN Open Hardware Licence Version 2 - Permissive</xs:documentation>
567
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO</xs:documentation>
568
568
  </xs:annotation>
569
569
  </xs:enumeration>
570
- <xs:enumeration value="BlueOak-1.0.0">
570
+ <xs:enumeration value="CC-BY-NC-ND-4.0">
571
571
  <xs:annotation>
572
- <xs:documentation>Blue Oak Model License 1.0.0</xs:documentation>
572
+ <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 4.0 International</xs:documentation>
573
573
  </xs:annotation>
574
574
  </xs:enumeration>
575
- <xs:enumeration value="AGPL-3.0-or-later">
575
+ <xs:enumeration value="CC-BY-NC-SA-1.0">
576
576
  <xs:annotation>
577
- <xs:documentation>GNU Affero General Public License v3.0 or later</xs:documentation>
577
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 1.0 Generic</xs:documentation>
578
578
  </xs:annotation>
579
579
  </xs:enumeration>
580
- <xs:enumeration value="blessing">
580
+ <xs:enumeration value="CC-BY-NC-SA-2.0">
581
581
  <xs:annotation>
582
- <xs:documentation>SQLite Blessing</xs:documentation>
582
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Generic</xs:documentation>
583
583
  </xs:annotation>
584
584
  </xs:enumeration>
585
- <xs:enumeration value="ImageMagick">
585
+ <xs:enumeration value="CC-BY-NC-SA-2.0-DE">
586
586
  <xs:annotation>
587
- <xs:documentation>ImageMagick License</xs:documentation>
587
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Germany</xs:documentation>
588
588
  </xs:annotation>
589
589
  </xs:enumeration>
590
- <xs:enumeration value="APSL-2.0">
590
+ <xs:enumeration value="CC-BY-NC-SA-2.0-FR">
591
591
  <xs:annotation>
592
- <xs:documentation>Apple Public Source License 2.0</xs:documentation>
592
+ <xs:documentation>Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France</xs:documentation>
593
593
  </xs:annotation>
594
594
  </xs:enumeration>
595
- <xs:enumeration value="MIT-advertising">
595
+ <xs:enumeration value="CC-BY-NC-SA-2.0-UK">
596
596
  <xs:annotation>
597
- <xs:documentation>Enlightenment License (e16)</xs:documentation>
597
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 England and Wales</xs:documentation>
598
598
  </xs:annotation>
599
599
  </xs:enumeration>
600
- <xs:enumeration value="curl">
600
+ <xs:enumeration value="CC-BY-NC-SA-2.5">
601
601
  <xs:annotation>
602
- <xs:documentation>curl License</xs:documentation>
602
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.5 Generic</xs:documentation>
603
603
  </xs:annotation>
604
604
  </xs:enumeration>
605
- <xs:enumeration value="CC0-1.0">
605
+ <xs:enumeration value="CC-BY-NC-SA-3.0">
606
606
  <xs:annotation>
607
- <xs:documentation>Creative Commons Zero v1.0 Universal</xs:documentation>
607
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Unported</xs:documentation>
608
608
  </xs:annotation>
609
609
  </xs:enumeration>
610
- <xs:enumeration value="Zimbra-1.4">
610
+ <xs:enumeration value="CC-BY-NC-SA-3.0-DE">
611
611
  <xs:annotation>
612
- <xs:documentation>Zimbra Public License v1.4</xs:documentation>
612
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Germany</xs:documentation>
613
613
  </xs:annotation>
614
614
  </xs:enumeration>
615
- <xs:enumeration value="SSPL-1.0">
615
+ <xs:enumeration value="CC-BY-NC-SA-3.0-IGO">
616
616
  <xs:annotation>
617
- <xs:documentation>Server Side Public License, v 1</xs:documentation>
617
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 IGO</xs:documentation>
618
618
  </xs:annotation>
619
619
  </xs:enumeration>
620
- <xs:enumeration value="psutils">
620
+ <xs:enumeration value="CC-BY-NC-SA-4.0">
621
621
  <xs:annotation>
622
- <xs:documentation>psutils License</xs:documentation>
622
+ <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 4.0 International</xs:documentation>
623
623
  </xs:annotation>
624
624
  </xs:enumeration>
625
- <xs:enumeration value="CC-BY-SA-2.0-UK">
625
+ <xs:enumeration value="CC-BY-ND-1.0">
626
626
  <xs:annotation>
627
- <xs:documentation>Creative Commons Attribution Share Alike 2.0 England and Wales</xs:documentation>
627
+ <xs:documentation>Creative Commons Attribution No Derivatives 1.0 Generic</xs:documentation>
628
628
  </xs:annotation>
629
629
  </xs:enumeration>
630
- <xs:enumeration value="PSF-2.0">
630
+ <xs:enumeration value="CC-BY-ND-2.0">
631
631
  <xs:annotation>
632
- <xs:documentation>Python Software Foundation License 2.0</xs:documentation>
632
+ <xs:documentation>Creative Commons Attribution No Derivatives 2.0 Generic</xs:documentation>
633
633
  </xs:annotation>
634
634
  </xs:enumeration>
635
- <xs:enumeration value="Net-SNMP">
635
+ <xs:enumeration value="CC-BY-ND-2.5">
636
636
  <xs:annotation>
637
- <xs:documentation>Net-SNMP License</xs:documentation>
637
+ <xs:documentation>Creative Commons Attribution No Derivatives 2.5 Generic</xs:documentation>
638
638
  </xs:annotation>
639
639
  </xs:enumeration>
640
- <xs:enumeration value="NAIST-2003">
640
+ <xs:enumeration value="CC-BY-ND-3.0">
641
641
  <xs:annotation>
642
- <xs:documentation>Nara Institute of Science and Technology License (2003)</xs:documentation>
642
+ <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Unported</xs:documentation>
643
643
  </xs:annotation>
644
644
  </xs:enumeration>
645
- <xs:enumeration value="GFDL-1.2-invariants-or-later">
645
+ <xs:enumeration value="CC-BY-ND-3.0-DE">
646
646
  <xs:annotation>
647
- <xs:documentation>GNU Free Documentation License v1.2 or later - invariants</xs:documentation>
647
+ <xs:documentation>Creative Commons Attribution No Derivatives 3.0 Germany</xs:documentation>
648
648
  </xs:annotation>
649
649
  </xs:enumeration>
650
- <xs:enumeration value="SGI-B-1.0">
650
+ <xs:enumeration value="CC-BY-ND-4.0">
651
651
  <xs:annotation>
652
- <xs:documentation>SGI Free Software License B v1.0</xs:documentation>
652
+ <xs:documentation>Creative Commons Attribution No Derivatives 4.0 International</xs:documentation>
653
653
  </xs:annotation>
654
654
  </xs:enumeration>
655
- <xs:enumeration value="NBPL-1.0">
655
+ <xs:enumeration value="CC-BY-SA-1.0">
656
656
  <xs:annotation>
657
- <xs:documentation>Net Boolean Public License v1</xs:documentation>
657
+ <xs:documentation>Creative Commons Attribution Share Alike 1.0 Generic</xs:documentation>
658
658
  </xs:annotation>
659
659
  </xs:enumeration>
660
- <xs:enumeration value="GFDL-1.2-invariants-only">
660
+ <xs:enumeration value="CC-BY-SA-2.0">
661
661
  <xs:annotation>
662
- <xs:documentation>GNU Free Documentation License v1.2 only - invariants</xs:documentation>
662
+ <xs:documentation>Creative Commons Attribution Share Alike 2.0 Generic</xs:documentation>
663
663
  </xs:annotation>
664
664
  </xs:enumeration>
665
- <xs:enumeration value="W3C-19980720">
665
+ <xs:enumeration value="CC-BY-SA-2.0-UK">
666
666
  <xs:annotation>
667
- <xs:documentation>W3C Software Notice and License (1998-07-20)</xs:documentation>
667
+ <xs:documentation>Creative Commons Attribution Share Alike 2.0 England and Wales</xs:documentation>
668
668
  </xs:annotation>
669
669
  </xs:enumeration>
670
- <xs:enumeration value="OFL-1.0-no-RFN">
670
+ <xs:enumeration value="CC-BY-SA-2.1-JP">
671
671
  <xs:annotation>
672
- <xs:documentation>SIL Open Font License 1.0 with no Reserved Font Name</xs:documentation>
672
+ <xs:documentation>Creative Commons Attribution Share Alike 2.1 Japan</xs:documentation>
673
673
  </xs:annotation>
674
674
  </xs:enumeration>
675
- <xs:enumeration value="NetCDF">
675
+ <xs:enumeration value="CC-BY-SA-2.5">
676
676
  <xs:annotation>
677
- <xs:documentation>NetCDF license</xs:documentation>
677
+ <xs:documentation>Creative Commons Attribution Share Alike 2.5 Generic</xs:documentation>
678
678
  </xs:annotation>
679
679
  </xs:enumeration>
680
- <xs:enumeration value="TMate">
680
+ <xs:enumeration value="CC-BY-SA-3.0">
681
681
  <xs:annotation>
682
- <xs:documentation>TMate Open Source License</xs:documentation>
682
+ <xs:documentation>Creative Commons Attribution Share Alike 3.0 Unported</xs:documentation>
683
+ </xs:annotation>
684
+ </xs:enumeration>
685
+ <xs:enumeration value="CC-BY-SA-3.0-AT">
686
+ <xs:annotation>
687
+ <xs:documentation>Creative Commons Attribution Share Alike 3.0 Austria</xs:documentation>
688
+ </xs:annotation>
689
+ </xs:enumeration>
690
+ <xs:enumeration value="CC-BY-SA-3.0-DE">
691
+ <xs:annotation>
692
+ <xs:documentation>Creative Commons Attribution Share Alike 3.0 Germany</xs:documentation>
693
+ </xs:annotation>
694
+ </xs:enumeration>
695
+ <xs:enumeration value="CC-BY-SA-3.0-IGO">
696
+ <xs:annotation>
697
+ <xs:documentation>Creative Commons Attribution-ShareAlike 3.0 IGO</xs:documentation>
698
+ </xs:annotation>
699
+ </xs:enumeration>
700
+ <xs:enumeration value="CC-BY-SA-4.0">
701
+ <xs:annotation>
702
+ <xs:documentation>Creative Commons Attribution Share Alike 4.0 International</xs:documentation>
703
+ </xs:annotation>
704
+ </xs:enumeration>
705
+ <xs:enumeration value="CC-PDDC">
706
+ <xs:annotation>
707
+ <xs:documentation>Creative Commons Public Domain Dedication and Certification</xs:documentation>
708
+ </xs:annotation>
709
+ </xs:enumeration>
710
+ <xs:enumeration value="CC0-1.0">
711
+ <xs:annotation>
712
+ <xs:documentation>Creative Commons Zero v1.0 Universal</xs:documentation>
713
+ </xs:annotation>
714
+ </xs:enumeration>
715
+ <xs:enumeration value="CDDL-1.0">
716
+ <xs:annotation>
717
+ <xs:documentation>Common Development and Distribution License 1.0</xs:documentation>
718
+ </xs:annotation>
719
+ </xs:enumeration>
720
+ <xs:enumeration value="CDDL-1.1">
721
+ <xs:annotation>
722
+ <xs:documentation>Common Development and Distribution License 1.1</xs:documentation>
723
+ </xs:annotation>
724
+ </xs:enumeration>
725
+ <xs:enumeration value="CDL-1.0">
726
+ <xs:annotation>
727
+ <xs:documentation>Common Documentation License 1.0</xs:documentation>
728
+ </xs:annotation>
729
+ </xs:enumeration>
730
+ <xs:enumeration value="CDLA-Permissive-1.0">
731
+ <xs:annotation>
732
+ <xs:documentation>Community Data License Agreement Permissive 1.0</xs:documentation>
733
+ </xs:annotation>
734
+ </xs:enumeration>
735
+ <xs:enumeration value="CDLA-Permissive-2.0">
736
+ <xs:annotation>
737
+ <xs:documentation>Community Data License Agreement Permissive 2.0</xs:documentation>
738
+ </xs:annotation>
739
+ </xs:enumeration>
740
+ <xs:enumeration value="CDLA-Sharing-1.0">
741
+ <xs:annotation>
742
+ <xs:documentation>Community Data License Agreement Sharing 1.0</xs:documentation>
743
+ </xs:annotation>
744
+ </xs:enumeration>
745
+ <xs:enumeration value="CECILL-1.0">
746
+ <xs:annotation>
747
+ <xs:documentation>CeCILL Free Software License Agreement v1.0</xs:documentation>
748
+ </xs:annotation>
749
+ </xs:enumeration>
750
+ <xs:enumeration value="CECILL-1.1">
751
+ <xs:annotation>
752
+ <xs:documentation>CeCILL Free Software License Agreement v1.1</xs:documentation>
753
+ </xs:annotation>
754
+ </xs:enumeration>
755
+ <xs:enumeration value="CECILL-2.0">
756
+ <xs:annotation>
757
+ <xs:documentation>CeCILL Free Software License Agreement v2.0</xs:documentation>
758
+ </xs:annotation>
759
+ </xs:enumeration>
760
+ <xs:enumeration value="CECILL-2.1">
761
+ <xs:annotation>
762
+ <xs:documentation>CeCILL Free Software License Agreement v2.1</xs:documentation>
763
+ </xs:annotation>
764
+ </xs:enumeration>
765
+ <xs:enumeration value="CECILL-B">
766
+ <xs:annotation>
767
+ <xs:documentation>CeCILL-B Free Software License Agreement</xs:documentation>
768
+ </xs:annotation>
769
+ </xs:enumeration>
770
+ <xs:enumeration value="CECILL-C">
771
+ <xs:annotation>
772
+ <xs:documentation>CeCILL-C Free Software License Agreement</xs:documentation>
773
+ </xs:annotation>
774
+ </xs:enumeration>
775
+ <xs:enumeration value="CERN-OHL-1.1">
776
+ <xs:annotation>
777
+ <xs:documentation>CERN Open Hardware Licence v1.1</xs:documentation>
778
+ </xs:annotation>
779
+ </xs:enumeration>
780
+ <xs:enumeration value="CERN-OHL-1.2">
781
+ <xs:annotation>
782
+ <xs:documentation>CERN Open Hardware Licence v1.2</xs:documentation>
783
+ </xs:annotation>
784
+ </xs:enumeration>
785
+ <xs:enumeration value="CERN-OHL-P-2.0">
786
+ <xs:annotation>
787
+ <xs:documentation>CERN Open Hardware Licence Version 2 - Permissive</xs:documentation>
788
+ </xs:annotation>
789
+ </xs:enumeration>
790
+ <xs:enumeration value="CERN-OHL-S-2.0">
791
+ <xs:annotation>
792
+ <xs:documentation>CERN Open Hardware Licence Version 2 - Strongly Reciprocal</xs:documentation>
793
+ </xs:annotation>
794
+ </xs:enumeration>
795
+ <xs:enumeration value="CERN-OHL-W-2.0">
796
+ <xs:annotation>
797
+ <xs:documentation>CERN Open Hardware Licence Version 2 - Weakly Reciprocal</xs:documentation>
798
+ </xs:annotation>
799
+ </xs:enumeration>
800
+ <xs:enumeration value="CFITSIO">
801
+ <xs:annotation>
802
+ <xs:documentation>CFITSIO License</xs:documentation>
803
+ </xs:annotation>
804
+ </xs:enumeration>
805
+ <xs:enumeration value="checkmk">
806
+ <xs:annotation>
807
+ <xs:documentation>Checkmk License</xs:documentation>
808
+ </xs:annotation>
809
+ </xs:enumeration>
810
+ <xs:enumeration value="ClArtistic">
811
+ <xs:annotation>
812
+ <xs:documentation>Clarified Artistic License</xs:documentation>
813
+ </xs:annotation>
814
+ </xs:enumeration>
815
+ <xs:enumeration value="Clips">
816
+ <xs:annotation>
817
+ <xs:documentation>Clips License</xs:documentation>
818
+ </xs:annotation>
819
+ </xs:enumeration>
820
+ <xs:enumeration value="CMU-Mach">
821
+ <xs:annotation>
822
+ <xs:documentation>CMU Mach License</xs:documentation>
823
+ </xs:annotation>
824
+ </xs:enumeration>
825
+ <xs:enumeration value="CNRI-Jython">
826
+ <xs:annotation>
827
+ <xs:documentation>CNRI Jython License</xs:documentation>
828
+ </xs:annotation>
829
+ </xs:enumeration>
830
+ <xs:enumeration value="CNRI-Python">
831
+ <xs:annotation>
832
+ <xs:documentation>CNRI Python License</xs:documentation>
833
+ </xs:annotation>
834
+ </xs:enumeration>
835
+ <xs:enumeration value="CNRI-Python-GPL-Compatible">
836
+ <xs:annotation>
837
+ <xs:documentation>CNRI Python Open Source GPL Compatible License Agreement</xs:documentation>
838
+ </xs:annotation>
839
+ </xs:enumeration>
840
+ <xs:enumeration value="COIL-1.0">
841
+ <xs:annotation>
842
+ <xs:documentation>Copyfree Open Innovation License</xs:documentation>
843
+ </xs:annotation>
844
+ </xs:enumeration>
845
+ <xs:enumeration value="Community-Spec-1.0">
846
+ <xs:annotation>
847
+ <xs:documentation>Community Specification License 1.0</xs:documentation>
848
+ </xs:annotation>
849
+ </xs:enumeration>
850
+ <xs:enumeration value="Condor-1.1">
851
+ <xs:annotation>
852
+ <xs:documentation>Condor Public License v1.1</xs:documentation>
853
+ </xs:annotation>
854
+ </xs:enumeration>
855
+ <xs:enumeration value="copyleft-next-0.3.0">
856
+ <xs:annotation>
857
+ <xs:documentation>copyleft-next 0.3.0</xs:documentation>
858
+ </xs:annotation>
859
+ </xs:enumeration>
860
+ <xs:enumeration value="copyleft-next-0.3.1">
861
+ <xs:annotation>
862
+ <xs:documentation>copyleft-next 0.3.1</xs:documentation>
863
+ </xs:annotation>
864
+ </xs:enumeration>
865
+ <xs:enumeration value="Cornell-Lossless-JPEG">
866
+ <xs:annotation>
867
+ <xs:documentation>Cornell Lossless JPEG License</xs:documentation>
868
+ </xs:annotation>
869
+ </xs:enumeration>
870
+ <xs:enumeration value="CPAL-1.0">
871
+ <xs:annotation>
872
+ <xs:documentation>Common Public Attribution License 1.0</xs:documentation>
873
+ </xs:annotation>
874
+ </xs:enumeration>
875
+ <xs:enumeration value="CPL-1.0">
876
+ <xs:annotation>
877
+ <xs:documentation>Common Public License 1.0</xs:documentation>
878
+ </xs:annotation>
879
+ </xs:enumeration>
880
+ <xs:enumeration value="CPOL-1.02">
881
+ <xs:annotation>
882
+ <xs:documentation>Code Project Open License 1.02</xs:documentation>
883
+ </xs:annotation>
884
+ </xs:enumeration>
885
+ <xs:enumeration value="Crossword">
886
+ <xs:annotation>
887
+ <xs:documentation>Crossword License</xs:documentation>
888
+ </xs:annotation>
889
+ </xs:enumeration>
890
+ <xs:enumeration value="CrystalStacker">
891
+ <xs:annotation>
892
+ <xs:documentation>CrystalStacker License</xs:documentation>
893
+ </xs:annotation>
894
+ </xs:enumeration>
895
+ <xs:enumeration value="CUA-OPL-1.0">
896
+ <xs:annotation>
897
+ <xs:documentation>CUA Office Public License v1.0</xs:documentation>
898
+ </xs:annotation>
899
+ </xs:enumeration>
900
+ <xs:enumeration value="Cube">
901
+ <xs:annotation>
902
+ <xs:documentation>Cube License</xs:documentation>
903
+ </xs:annotation>
904
+ </xs:enumeration>
905
+ <xs:enumeration value="curl">
906
+ <xs:annotation>
907
+ <xs:documentation>curl License</xs:documentation>
908
+ </xs:annotation>
909
+ </xs:enumeration>
910
+ <xs:enumeration value="D-FSL-1.0">
911
+ <xs:annotation>
912
+ <xs:documentation>Deutsche Freie Software Lizenz</xs:documentation>
913
+ </xs:annotation>
914
+ </xs:enumeration>
915
+ <xs:enumeration value="diffmark">
916
+ <xs:annotation>
917
+ <xs:documentation>diffmark license</xs:documentation>
918
+ </xs:annotation>
919
+ </xs:enumeration>
920
+ <xs:enumeration value="DL-DE-BY-2.0">
921
+ <xs:annotation>
922
+ <xs:documentation>Data licence Germany – attribution – version 2.0</xs:documentation>
923
+ </xs:annotation>
924
+ </xs:enumeration>
925
+ <xs:enumeration value="DOC">
926
+ <xs:annotation>
927
+ <xs:documentation>DOC License</xs:documentation>
928
+ </xs:annotation>
929
+ </xs:enumeration>
930
+ <xs:enumeration value="Dotseqn">
931
+ <xs:annotation>
932
+ <xs:documentation>Dotseqn License</xs:documentation>
933
+ </xs:annotation>
934
+ </xs:enumeration>
935
+ <xs:enumeration value="DRL-1.0">
936
+ <xs:annotation>
937
+ <xs:documentation>Detection Rule License 1.0</xs:documentation>
938
+ </xs:annotation>
939
+ </xs:enumeration>
940
+ <xs:enumeration value="DSDP">
941
+ <xs:annotation>
942
+ <xs:documentation>DSDP License</xs:documentation>
943
+ </xs:annotation>
944
+ </xs:enumeration>
945
+ <xs:enumeration value="dtoa">
946
+ <xs:annotation>
947
+ <xs:documentation>David M. Gay dtoa License</xs:documentation>
948
+ </xs:annotation>
949
+ </xs:enumeration>
950
+ <xs:enumeration value="dvipdfm">
951
+ <xs:annotation>
952
+ <xs:documentation>dvipdfm License</xs:documentation>
953
+ </xs:annotation>
954
+ </xs:enumeration>
955
+ <xs:enumeration value="ECL-1.0">
956
+ <xs:annotation>
957
+ <xs:documentation>Educational Community License v1.0</xs:documentation>
958
+ </xs:annotation>
959
+ </xs:enumeration>
960
+ <xs:enumeration value="ECL-2.0">
961
+ <xs:annotation>
962
+ <xs:documentation>Educational Community License v2.0</xs:documentation>
963
+ </xs:annotation>
964
+ </xs:enumeration>
965
+ <xs:enumeration value="eCos-2.0">
966
+ <xs:annotation>
967
+ <xs:documentation>eCos license version 2.0</xs:documentation>
968
+ </xs:annotation>
969
+ </xs:enumeration>
970
+ <xs:enumeration value="EFL-1.0">
971
+ <xs:annotation>
972
+ <xs:documentation>Eiffel Forum License v1.0</xs:documentation>
973
+ </xs:annotation>
974
+ </xs:enumeration>
975
+ <xs:enumeration value="EFL-2.0">
976
+ <xs:annotation>
977
+ <xs:documentation>Eiffel Forum License v2.0</xs:documentation>
978
+ </xs:annotation>
979
+ </xs:enumeration>
980
+ <xs:enumeration value="eGenix">
981
+ <xs:annotation>
982
+ <xs:documentation>eGenix.com Public License 1.1.0</xs:documentation>
983
+ </xs:annotation>
984
+ </xs:enumeration>
985
+ <xs:enumeration value="Elastic-2.0">
986
+ <xs:annotation>
987
+ <xs:documentation>Elastic License 2.0</xs:documentation>
988
+ </xs:annotation>
989
+ </xs:enumeration>
990
+ <xs:enumeration value="Entessa">
991
+ <xs:annotation>
992
+ <xs:documentation>Entessa Public License v1.0</xs:documentation>
993
+ </xs:annotation>
994
+ </xs:enumeration>
995
+ <xs:enumeration value="EPICS">
996
+ <xs:annotation>
997
+ <xs:documentation>EPICS Open License</xs:documentation>
998
+ </xs:annotation>
999
+ </xs:enumeration>
1000
+ <xs:enumeration value="EPL-1.0">
1001
+ <xs:annotation>
1002
+ <xs:documentation>Eclipse Public License 1.0</xs:documentation>
683
1003
  </xs:annotation>
684
1004
  </xs:enumeration>
685
- <xs:enumeration value="NOSL">
1005
+ <xs:enumeration value="EPL-2.0">
686
1006
  <xs:annotation>
687
- <xs:documentation>Netizen Open Source License</xs:documentation>
1007
+ <xs:documentation>Eclipse Public License 2.0</xs:documentation>
688
1008
  </xs:annotation>
689
1009
  </xs:enumeration>
690
- <xs:enumeration value="CNRI-Python-GPL-Compatible">
1010
+ <xs:enumeration value="ErlPL-1.1">
691
1011
  <xs:annotation>
692
- <xs:documentation>CNRI Python Open Source GPL Compatible License Agreement</xs:documentation>
1012
+ <xs:documentation>Erlang Public License v1.1</xs:documentation>
693
1013
  </xs:annotation>
694
1014
  </xs:enumeration>
695
- <xs:enumeration value="BSD-1-Clause">
1015
+ <xs:enumeration value="etalab-2.0">
696
1016
  <xs:annotation>
697
- <xs:documentation>BSD 1-Clause License</xs:documentation>
1017
+ <xs:documentation>Etalab Open License 2.0</xs:documentation>
698
1018
  </xs:annotation>
699
1019
  </xs:enumeration>
700
- <xs:enumeration value="CC-BY-NC-SA-3.0-DE">
1020
+ <xs:enumeration value="EUDatagrid">
701
1021
  <xs:annotation>
702
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Germany</xs:documentation>
1022
+ <xs:documentation>EU DataGrid Software License</xs:documentation>
703
1023
  </xs:annotation>
704
1024
  </xs:enumeration>
705
- <xs:enumeration value="BSD-3-Clause-Modification">
1025
+ <xs:enumeration value="EUPL-1.0">
706
1026
  <xs:annotation>
707
- <xs:documentation>BSD 3-Clause Modification</xs:documentation>
1027
+ <xs:documentation>European Union Public License 1.0</xs:documentation>
708
1028
  </xs:annotation>
709
1029
  </xs:enumeration>
710
- <xs:enumeration value="GLWTPL">
1030
+ <xs:enumeration value="EUPL-1.1">
711
1031
  <xs:annotation>
712
- <xs:documentation>Good Luck With That Public License</xs:documentation>
1032
+ <xs:documentation>European Union Public License 1.1</xs:documentation>
713
1033
  </xs:annotation>
714
1034
  </xs:enumeration>
715
- <xs:enumeration value="GFDL-1.3-only">
1035
+ <xs:enumeration value="EUPL-1.2">
716
1036
  <xs:annotation>
717
- <xs:documentation>GNU Free Documentation License v1.3 only</xs:documentation>
1037
+ <xs:documentation>European Union Public License 1.2</xs:documentation>
718
1038
  </xs:annotation>
719
1039
  </xs:enumeration>
720
- <xs:enumeration value="OLDAP-2.2">
1040
+ <xs:enumeration value="Eurosym">
721
1041
  <xs:annotation>
722
- <xs:documentation>Open LDAP Public License v2.2</xs:documentation>
1042
+ <xs:documentation>Eurosym License</xs:documentation>
723
1043
  </xs:annotation>
724
1044
  </xs:enumeration>
725
- <xs:enumeration value="CC-BY-ND-4.0">
1045
+ <xs:enumeration value="Fair">
726
1046
  <xs:annotation>
727
- <xs:documentation>Creative Commons Attribution No Derivatives 4.0 International</xs:documentation>
1047
+ <xs:documentation>Fair License</xs:documentation>
728
1048
  </xs:annotation>
729
1049
  </xs:enumeration>
730
- <xs:enumeration value="CC-BY-NC-ND-3.0-DE">
1050
+ <xs:enumeration value="FDK-AAC">
731
1051
  <xs:annotation>
732
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Germany</xs:documentation>
1052
+ <xs:documentation>Fraunhofer FDK AAC Codec Library</xs:documentation>
733
1053
  </xs:annotation>
734
1054
  </xs:enumeration>
735
- <xs:enumeration value="EUPL-1.0">
1055
+ <xs:enumeration value="Frameworx-1.0">
736
1056
  <xs:annotation>
737
- <xs:documentation>European Union Public License 1.0</xs:documentation>
1057
+ <xs:documentation>Frameworx Open License 1.0</xs:documentation>
738
1058
  </xs:annotation>
739
1059
  </xs:enumeration>
740
- <xs:enumeration value="Linux-OpenIB">
1060
+ <xs:enumeration value="FreeBSD-DOC">
741
1061
  <xs:annotation>
742
- <xs:documentation>Linux Kernel Variant of OpenIB.org license</xs:documentation>
1062
+ <xs:documentation>FreeBSD Documentation License</xs:documentation>
743
1063
  </xs:annotation>
744
1064
  </xs:enumeration>
745
- <xs:enumeration value="LGPL-2.0-or-later">
1065
+ <xs:enumeration value="FreeImage">
746
1066
  <xs:annotation>
747
- <xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
1067
+ <xs:documentation>FreeImage Public License v1.0</xs:documentation>
748
1068
  </xs:annotation>
749
1069
  </xs:enumeration>
750
- <xs:enumeration value="OSL-1.1">
1070
+ <xs:enumeration value="FSFAP">
751
1071
  <xs:annotation>
752
- <xs:documentation>Open Software License 1.1</xs:documentation>
1072
+ <xs:documentation>FSF All Permissive License</xs:documentation>
753
1073
  </xs:annotation>
754
1074
  </xs:enumeration>
755
- <xs:enumeration value="Spencer-86">
1075
+ <xs:enumeration value="FSFUL">
756
1076
  <xs:annotation>
757
- <xs:documentation>Spencer License 86</xs:documentation>
1077
+ <xs:documentation>FSF Unlimited License</xs:documentation>
758
1078
  </xs:annotation>
759
1079
  </xs:enumeration>
760
- <xs:enumeration value="LGPL-2.0">
1080
+ <xs:enumeration value="FSFULLR">
761
1081
  <xs:annotation>
762
- <xs:documentation>GNU Library General Public License v2 only</xs:documentation>
1082
+ <xs:documentation>FSF Unlimited License (with License Retention)</xs:documentation>
763
1083
  </xs:annotation>
764
1084
  </xs:enumeration>
765
- <xs:enumeration value="CC-PDDC">
1085
+ <xs:enumeration value="FSFULLRWD">
766
1086
  <xs:annotation>
767
- <xs:documentation>Creative Commons Public Domain Dedication and Certification</xs:documentation>
1087
+ <xs:documentation>FSF Unlimited License (With License Retention and Warranty Disclaimer)</xs:documentation>
768
1088
  </xs:annotation>
769
1089
  </xs:enumeration>
770
- <xs:enumeration value="CC-BY-NC-ND-3.0">
1090
+ <xs:enumeration value="FTL">
771
1091
  <xs:annotation>
772
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 Unported</xs:documentation>
1092
+ <xs:documentation>Freetype Project License</xs:documentation>
773
1093
  </xs:annotation>
774
1094
  </xs:enumeration>
775
- <xs:enumeration value="CDL-1.0">
1095
+ <xs:enumeration value="GD">
776
1096
  <xs:annotation>
777
- <xs:documentation>Common Documentation License 1.0</xs:documentation>
1097
+ <xs:documentation>GD License</xs:documentation>
778
1098
  </xs:annotation>
779
1099
  </xs:enumeration>
780
- <xs:enumeration value="Elastic-2.0">
1100
+ <xs:enumeration value="GFDL-1.1">
781
1101
  <xs:annotation>
782
- <xs:documentation>Elastic License 2.0</xs:documentation>
1102
+ <xs:documentation>GNU Free Documentation License v1.1</xs:documentation>
783
1103
  </xs:annotation>
784
1104
  </xs:enumeration>
785
- <xs:enumeration value="CC-BY-2.0">
1105
+ <xs:enumeration value="GFDL-1.1-invariants-only">
786
1106
  <xs:annotation>
787
- <xs:documentation>Creative Commons Attribution 2.0 Generic</xs:documentation>
1107
+ <xs:documentation>GNU Free Documentation License v1.1 only - invariants</xs:documentation>
788
1108
  </xs:annotation>
789
1109
  </xs:enumeration>
790
- <xs:enumeration value="BSD-3-Clause-No-Military-License">
1110
+ <xs:enumeration value="GFDL-1.1-invariants-or-later">
791
1111
  <xs:annotation>
792
- <xs:documentation>BSD 3-Clause No Military License</xs:documentation>
1112
+ <xs:documentation>GNU Free Documentation License v1.1 or later - invariants</xs:documentation>
793
1113
  </xs:annotation>
794
1114
  </xs:enumeration>
795
- <xs:enumeration value="IJG">
1115
+ <xs:enumeration value="GFDL-1.1-no-invariants-only">
796
1116
  <xs:annotation>
797
- <xs:documentation>Independent JPEG Group License</xs:documentation>
1117
+ <xs:documentation>GNU Free Documentation License v1.1 only - no invariants</xs:documentation>
798
1118
  </xs:annotation>
799
1119
  </xs:enumeration>
800
- <xs:enumeration value="LPPL-1.3a">
1120
+ <xs:enumeration value="GFDL-1.1-no-invariants-or-later">
801
1121
  <xs:annotation>
802
- <xs:documentation>LaTeX Project Public License v1.3a</xs:documentation>
1122
+ <xs:documentation>GNU Free Documentation License v1.1 or later - no invariants</xs:documentation>
803
1123
  </xs:annotation>
804
1124
  </xs:enumeration>
805
- <xs:enumeration value="SAX-PD">
1125
+ <xs:enumeration value="GFDL-1.1-only">
806
1126
  <xs:annotation>
807
- <xs:documentation>Sax Public Domain Notice</xs:documentation>
1127
+ <xs:documentation>GNU Free Documentation License v1.1 only</xs:documentation>
808
1128
  </xs:annotation>
809
1129
  </xs:enumeration>
810
- <xs:enumeration value="BitTorrent-1.0">
1130
+ <xs:enumeration value="GFDL-1.1-or-later">
811
1131
  <xs:annotation>
812
- <xs:documentation>BitTorrent Open Source License v1.0</xs:documentation>
1132
+ <xs:documentation>GNU Free Documentation License v1.1 or later</xs:documentation>
813
1133
  </xs:annotation>
814
1134
  </xs:enumeration>
815
- <xs:enumeration value="OLDAP-2.0">
1135
+ <xs:enumeration value="GFDL-1.2">
816
1136
  <xs:annotation>
817
- <xs:documentation>Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)</xs:documentation>
1137
+ <xs:documentation>GNU Free Documentation License v1.2</xs:documentation>
1138
+ </xs:annotation>
1139
+ </xs:enumeration>
1140
+ <xs:enumeration value="GFDL-1.2-invariants-only">
1141
+ <xs:annotation>
1142
+ <xs:documentation>GNU Free Documentation License v1.2 only - invariants</xs:documentation>
1143
+ </xs:annotation>
1144
+ </xs:enumeration>
1145
+ <xs:enumeration value="GFDL-1.2-invariants-or-later">
1146
+ <xs:annotation>
1147
+ <xs:documentation>GNU Free Documentation License v1.2 or later - invariants</xs:documentation>
1148
+ </xs:annotation>
1149
+ </xs:enumeration>
1150
+ <xs:enumeration value="GFDL-1.2-no-invariants-only">
1151
+ <xs:annotation>
1152
+ <xs:documentation>GNU Free Documentation License v1.2 only - no invariants</xs:documentation>
1153
+ </xs:annotation>
1154
+ </xs:enumeration>
1155
+ <xs:enumeration value="GFDL-1.2-no-invariants-or-later">
1156
+ <xs:annotation>
1157
+ <xs:documentation>GNU Free Documentation License v1.2 or later - no invariants</xs:documentation>
1158
+ </xs:annotation>
1159
+ </xs:enumeration>
1160
+ <xs:enumeration value="GFDL-1.2-only">
1161
+ <xs:annotation>
1162
+ <xs:documentation>GNU Free Documentation License v1.2 only</xs:documentation>
1163
+ </xs:annotation>
1164
+ </xs:enumeration>
1165
+ <xs:enumeration value="GFDL-1.2-or-later">
1166
+ <xs:annotation>
1167
+ <xs:documentation>GNU Free Documentation License v1.2 or later</xs:documentation>
1168
+ </xs:annotation>
1169
+ </xs:enumeration>
1170
+ <xs:enumeration value="GFDL-1.3">
1171
+ <xs:annotation>
1172
+ <xs:documentation>GNU Free Documentation License v1.3</xs:documentation>
1173
+ </xs:annotation>
1174
+ </xs:enumeration>
1175
+ <xs:enumeration value="GFDL-1.3-invariants-only">
1176
+ <xs:annotation>
1177
+ <xs:documentation>GNU Free Documentation License v1.3 only - invariants</xs:documentation>
1178
+ </xs:annotation>
1179
+ </xs:enumeration>
1180
+ <xs:enumeration value="GFDL-1.3-invariants-or-later">
1181
+ <xs:annotation>
1182
+ <xs:documentation>GNU Free Documentation License v1.3 or later - invariants</xs:documentation>
1183
+ </xs:annotation>
1184
+ </xs:enumeration>
1185
+ <xs:enumeration value="GFDL-1.3-no-invariants-only">
1186
+ <xs:annotation>
1187
+ <xs:documentation>GNU Free Documentation License v1.3 only - no invariants</xs:documentation>
1188
+ </xs:annotation>
1189
+ </xs:enumeration>
1190
+ <xs:enumeration value="GFDL-1.3-no-invariants-or-later">
1191
+ <xs:annotation>
1192
+ <xs:documentation>GNU Free Documentation License v1.3 or later - no invariants</xs:documentation>
1193
+ </xs:annotation>
1194
+ </xs:enumeration>
1195
+ <xs:enumeration value="GFDL-1.3-only">
1196
+ <xs:annotation>
1197
+ <xs:documentation>GNU Free Documentation License v1.3 only</xs:documentation>
1198
+ </xs:annotation>
1199
+ </xs:enumeration>
1200
+ <xs:enumeration value="GFDL-1.3-or-later">
1201
+ <xs:annotation>
1202
+ <xs:documentation>GNU Free Documentation License v1.3 or later</xs:documentation>
818
1203
  </xs:annotation>
819
1204
  </xs:enumeration>
820
1205
  <xs:enumeration value="Giftware">
@@ -822,284 +1207,304 @@
822
1207
  <xs:documentation>Giftware License</xs:documentation>
823
1208
  </xs:annotation>
824
1209
  </xs:enumeration>
825
- <xs:enumeration value="C-UDA-1.0">
1210
+ <xs:enumeration value="GL2PS">
826
1211
  <xs:annotation>
827
- <xs:documentation>Computational Use of Data Agreement v1.0</xs:documentation>
1212
+ <xs:documentation>GL2PS License</xs:documentation>
828
1213
  </xs:annotation>
829
1214
  </xs:enumeration>
830
- <xs:enumeration value="LGPL-2.0+">
1215
+ <xs:enumeration value="Glide">
831
1216
  <xs:annotation>
832
- <xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
1217
+ <xs:documentation>3dfx Glide License</xs:documentation>
833
1218
  </xs:annotation>
834
1219
  </xs:enumeration>
835
- <xs:enumeration value="Rdisc">
1220
+ <xs:enumeration value="Glulxe">
836
1221
  <xs:annotation>
837
- <xs:documentation>Rdisc License</xs:documentation>
1222
+ <xs:documentation>Glulxe License</xs:documentation>
838
1223
  </xs:annotation>
839
1224
  </xs:enumeration>
840
- <xs:enumeration value="GPL-2.0-with-classpath-exception">
1225
+ <xs:enumeration value="GLWTPL">
841
1226
  <xs:annotation>
842
- <xs:documentation>GNU General Public License v2.0 w/Classpath exception</xs:documentation>
1227
+ <xs:documentation>Good Luck With That Public License</xs:documentation>
843
1228
  </xs:annotation>
844
1229
  </xs:enumeration>
845
- <xs:enumeration value="CC-BY-3.0-US">
1230
+ <xs:enumeration value="gnuplot">
846
1231
  <xs:annotation>
847
- <xs:documentation>Creative Commons Attribution 3.0 United States</xs:documentation>
1232
+ <xs:documentation>gnuplot License</xs:documentation>
848
1233
  </xs:annotation>
849
1234
  </xs:enumeration>
850
- <xs:enumeration value="CDDL-1.0">
1235
+ <xs:enumeration value="GPL-1.0">
851
1236
  <xs:annotation>
852
- <xs:documentation>Common Development and Distribution License 1.0</xs:documentation>
1237
+ <xs:documentation>GNU General Public License v1.0 only</xs:documentation>
853
1238
  </xs:annotation>
854
1239
  </xs:enumeration>
855
- <xs:enumeration value="Xnet">
1240
+ <xs:enumeration value="GPL-1.0+">
856
1241
  <xs:annotation>
857
- <xs:documentation>X.Net License</xs:documentation>
1242
+ <xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
858
1243
  </xs:annotation>
859
1244
  </xs:enumeration>
860
- <xs:enumeration value="CPL-1.0">
1245
+ <xs:enumeration value="GPL-1.0-only">
861
1246
  <xs:annotation>
862
- <xs:documentation>Common Public License 1.0</xs:documentation>
1247
+ <xs:documentation>GNU General Public License v1.0 only</xs:documentation>
863
1248
  </xs:annotation>
864
1249
  </xs:enumeration>
865
- <xs:enumeration value="LGPL-3.0-or-later">
1250
+ <xs:enumeration value="GPL-1.0-or-later">
866
1251
  <xs:annotation>
867
- <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
1252
+ <xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
868
1253
  </xs:annotation>
869
1254
  </xs:enumeration>
870
- <xs:enumeration value="NASA-1.3">
1255
+ <xs:enumeration value="GPL-2.0">
871
1256
  <xs:annotation>
872
- <xs:documentation>NASA Open Source Agreement 1.3</xs:documentation>
1257
+ <xs:documentation>GNU General Public License v2.0 only</xs:documentation>
873
1258
  </xs:annotation>
874
1259
  </xs:enumeration>
875
- <xs:enumeration value="BUSL-1.1">
1260
+ <xs:enumeration value="GPL-2.0+">
876
1261
  <xs:annotation>
877
- <xs:documentation>Business Source License 1.1</xs:documentation>
1262
+ <xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
878
1263
  </xs:annotation>
879
1264
  </xs:enumeration>
880
- <xs:enumeration value="etalab-2.0">
1265
+ <xs:enumeration value="GPL-2.0-only">
881
1266
  <xs:annotation>
882
- <xs:documentation>Etalab Open License 2.0</xs:documentation>
1267
+ <xs:documentation>GNU General Public License v2.0 only</xs:documentation>
883
1268
  </xs:annotation>
884
1269
  </xs:enumeration>
885
- <xs:enumeration value="MIT-open-group">
1270
+ <xs:enumeration value="GPL-2.0-or-later">
886
1271
  <xs:annotation>
887
- <xs:documentation>MIT Open Group variant</xs:documentation>
1272
+ <xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
888
1273
  </xs:annotation>
889
1274
  </xs:enumeration>
890
- <xs:enumeration value="OLDAP-1.4">
1275
+ <xs:enumeration value="GPL-2.0-with-autoconf-exception">
891
1276
  <xs:annotation>
892
- <xs:documentation>Open LDAP Public License v1.4</xs:documentation>
1277
+ <xs:documentation>GNU General Public License v2.0 w/Autoconf exception</xs:documentation>
893
1278
  </xs:annotation>
894
1279
  </xs:enumeration>
895
- <xs:enumeration value="GFDL-1.1-invariants-only">
1280
+ <xs:enumeration value="GPL-2.0-with-bison-exception">
896
1281
  <xs:annotation>
897
- <xs:documentation>GNU Free Documentation License v1.1 only - invariants</xs:documentation>
1282
+ <xs:documentation>GNU General Public License v2.0 w/Bison exception</xs:documentation>
898
1283
  </xs:annotation>
899
1284
  </xs:enumeration>
900
- <xs:enumeration value="RPL-1.1">
1285
+ <xs:enumeration value="GPL-2.0-with-classpath-exception">
1286
+ <xs:annotation>
1287
+ <xs:documentation>GNU General Public License v2.0 w/Classpath exception</xs:documentation>
1288
+ </xs:annotation>
1289
+ </xs:enumeration>
1290
+ <xs:enumeration value="GPL-2.0-with-font-exception">
1291
+ <xs:annotation>
1292
+ <xs:documentation>GNU General Public License v2.0 w/Font exception</xs:documentation>
1293
+ </xs:annotation>
1294
+ </xs:enumeration>
1295
+ <xs:enumeration value="GPL-2.0-with-GCC-exception">
1296
+ <xs:annotation>
1297
+ <xs:documentation>GNU General Public License v2.0 w/GCC Runtime Library exception</xs:documentation>
1298
+ </xs:annotation>
1299
+ </xs:enumeration>
1300
+ <xs:enumeration value="GPL-3.0">
1301
+ <xs:annotation>
1302
+ <xs:documentation>GNU General Public License v3.0 only</xs:documentation>
1303
+ </xs:annotation>
1304
+ </xs:enumeration>
1305
+ <xs:enumeration value="GPL-3.0+">
901
1306
  <xs:annotation>
902
- <xs:documentation>Reciprocal Public License 1.1</xs:documentation>
1307
+ <xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
903
1308
  </xs:annotation>
904
1309
  </xs:enumeration>
905
- <xs:enumeration value="CC-BY-NC-ND-2.5">
1310
+ <xs:enumeration value="GPL-3.0-only">
906
1311
  <xs:annotation>
907
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 2.5 Generic</xs:documentation>
1312
+ <xs:documentation>GNU General Public License v3.0 only</xs:documentation>
908
1313
  </xs:annotation>
909
1314
  </xs:enumeration>
910
- <xs:enumeration value="FSFULLR">
1315
+ <xs:enumeration value="GPL-3.0-or-later">
911
1316
  <xs:annotation>
912
- <xs:documentation>FSF Unlimited License (with License Retention)</xs:documentation>
1317
+ <xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
913
1318
  </xs:annotation>
914
1319
  </xs:enumeration>
915
- <xs:enumeration value="Saxpath">
1320
+ <xs:enumeration value="GPL-3.0-with-autoconf-exception">
916
1321
  <xs:annotation>
917
- <xs:documentation>Saxpath License</xs:documentation>
1322
+ <xs:documentation>GNU General Public License v3.0 w/Autoconf exception</xs:documentation>
918
1323
  </xs:annotation>
919
1324
  </xs:enumeration>
920
- <xs:enumeration value="NTP-0">
1325
+ <xs:enumeration value="GPL-3.0-with-GCC-exception">
921
1326
  <xs:annotation>
922
- <xs:documentation>NTP No Attribution</xs:documentation>
1327
+ <xs:documentation>GNU General Public License v3.0 w/GCC Runtime Library exception</xs:documentation>
923
1328
  </xs:annotation>
924
1329
  </xs:enumeration>
925
- <xs:enumeration value="SISSL-1.2">
1330
+ <xs:enumeration value="Graphics-Gems">
926
1331
  <xs:annotation>
927
- <xs:documentation>Sun Industry Standards Source License v1.2</xs:documentation>
1332
+ <xs:documentation>Graphics Gems License</xs:documentation>
928
1333
  </xs:annotation>
929
1334
  </xs:enumeration>
930
- <xs:enumeration value="GPL-3.0-or-later">
1335
+ <xs:enumeration value="gSOAP-1.3b">
931
1336
  <xs:annotation>
932
- <xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
1337
+ <xs:documentation>gSOAP Public License v1.3b</xs:documentation>
933
1338
  </xs:annotation>
934
1339
  </xs:enumeration>
935
- <xs:enumeration value="Apache-1.1">
1340
+ <xs:enumeration value="HaskellReport">
936
1341
  <xs:annotation>
937
- <xs:documentation>Apache License 1.1</xs:documentation>
1342
+ <xs:documentation>Haskell Language Report License</xs:documentation>
938
1343
  </xs:annotation>
939
1344
  </xs:enumeration>
940
- <xs:enumeration value="CC-BY-SA-2.1-JP">
1345
+ <xs:enumeration value="Hippocratic-2.1">
941
1346
  <xs:annotation>
942
- <xs:documentation>Creative Commons Attribution Share Alike 2.1 Japan</xs:documentation>
1347
+ <xs:documentation>Hippocratic License 2.1</xs:documentation>
943
1348
  </xs:annotation>
944
1349
  </xs:enumeration>
945
- <xs:enumeration value="AGPL-3.0-only">
1350
+ <xs:enumeration value="HP-1986">
946
1351
  <xs:annotation>
947
- <xs:documentation>GNU Affero General Public License v3.0 only</xs:documentation>
1352
+ <xs:documentation>Hewlett-Packard 1986 License</xs:documentation>
948
1353
  </xs:annotation>
949
1354
  </xs:enumeration>
950
- <xs:enumeration value="GPL-2.0-with-autoconf-exception">
1355
+ <xs:enumeration value="HPND">
951
1356
  <xs:annotation>
952
- <xs:documentation>GNU General Public License v2.0 w/Autoconf exception</xs:documentation>
1357
+ <xs:documentation>Historical Permission Notice and Disclaimer</xs:documentation>
953
1358
  </xs:annotation>
954
1359
  </xs:enumeration>
955
- <xs:enumeration value="Artistic-2.0">
1360
+ <xs:enumeration value="HPND-export-US">
956
1361
  <xs:annotation>
957
- <xs:documentation>Artistic License 2.0</xs:documentation>
1362
+ <xs:documentation>HPND with US Government export control warning</xs:documentation>
958
1363
  </xs:annotation>
959
1364
  </xs:enumeration>
960
- <xs:enumeration value="App-s2p">
1365
+ <xs:enumeration value="HPND-Markus-Kuhn">
961
1366
  <xs:annotation>
962
- <xs:documentation>App::s2p License</xs:documentation>
1367
+ <xs:documentation>Historical Permission Notice and Disclaimer - Markus Kuhn variant</xs:documentation>
963
1368
  </xs:annotation>
964
1369
  </xs:enumeration>
965
- <xs:enumeration value="Unicode-DFS-2015">
1370
+ <xs:enumeration value="HPND-sell-variant">
966
1371
  <xs:annotation>
967
- <xs:documentation>Unicode License Agreement - Data Files and Software (2015)</xs:documentation>
1372
+ <xs:documentation>Historical Permission Notice and Disclaimer - sell variant</xs:documentation>
968
1373
  </xs:annotation>
969
1374
  </xs:enumeration>
970
- <xs:enumeration value="diffmark">
1375
+ <xs:enumeration value="HPND-sell-variant-MIT-disclaimer">
971
1376
  <xs:annotation>
972
- <xs:documentation>diffmark license</xs:documentation>
1377
+ <xs:documentation>HPND sell variant with MIT disclaimer</xs:documentation>
973
1378
  </xs:annotation>
974
1379
  </xs:enumeration>
975
- <xs:enumeration value="SNIA">
1380
+ <xs:enumeration value="HTMLTIDY">
976
1381
  <xs:annotation>
977
- <xs:documentation>SNIA Public License 1.1</xs:documentation>
1382
+ <xs:documentation>HTML Tidy License</xs:documentation>
978
1383
  </xs:annotation>
979
1384
  </xs:enumeration>
980
- <xs:enumeration value="CC-BY-SA-2.5">
1385
+ <xs:enumeration value="IBM-pibs">
981
1386
  <xs:annotation>
982
- <xs:documentation>Creative Commons Attribution Share Alike 2.5 Generic</xs:documentation>
1387
+ <xs:documentation>IBM PowerPC Initialization and Boot Software</xs:documentation>
983
1388
  </xs:annotation>
984
1389
  </xs:enumeration>
985
- <xs:enumeration value="Linux-man-pages-copyleft">
1390
+ <xs:enumeration value="ICU">
986
1391
  <xs:annotation>
987
- <xs:documentation>Linux man-pages Copyleft</xs:documentation>
1392
+ <xs:documentation>ICU License</xs:documentation>
988
1393
  </xs:annotation>
989
1394
  </xs:enumeration>
990
- <xs:enumeration value="HPND-sell-variant">
1395
+ <xs:enumeration value="IEC-Code-Components-EULA">
991
1396
  <xs:annotation>
992
- <xs:documentation>Historical Permission Notice and Disclaimer - sell variant</xs:documentation>
1397
+ <xs:documentation>IEC Code Components End-user licence agreement</xs:documentation>
993
1398
  </xs:annotation>
994
1399
  </xs:enumeration>
995
- <xs:enumeration value="ZPL-2.1">
1400
+ <xs:enumeration value="IJG">
996
1401
  <xs:annotation>
997
- <xs:documentation>Zope Public License 2.1</xs:documentation>
1402
+ <xs:documentation>Independent JPEG Group License</xs:documentation>
998
1403
  </xs:annotation>
999
1404
  </xs:enumeration>
1000
- <xs:enumeration value="BSD-4-Clause-UC">
1405
+ <xs:enumeration value="IJG-short">
1001
1406
  <xs:annotation>
1002
- <xs:documentation>BSD-4-Clause (University of California-Specific)</xs:documentation>
1407
+ <xs:documentation>Independent JPEG Group License - short</xs:documentation>
1003
1408
  </xs:annotation>
1004
1409
  </xs:enumeration>
1005
- <xs:enumeration value="LAL-1.2">
1410
+ <xs:enumeration value="ImageMagick">
1006
1411
  <xs:annotation>
1007
- <xs:documentation>Licence Art Libre 1.2</xs:documentation>
1412
+ <xs:documentation>ImageMagick License</xs:documentation>
1008
1413
  </xs:annotation>
1009
1414
  </xs:enumeration>
1010
- <xs:enumeration value="AGPL-1.0-only">
1415
+ <xs:enumeration value="iMatix">
1011
1416
  <xs:annotation>
1012
- <xs:documentation>Affero General Public License v1.0 only</xs:documentation>
1417
+ <xs:documentation>iMatix Standard Function Library Agreement</xs:documentation>
1013
1418
  </xs:annotation>
1014
1419
  </xs:enumeration>
1015
- <xs:enumeration value="MIT-enna">
1420
+ <xs:enumeration value="Imlib2">
1016
1421
  <xs:annotation>
1017
- <xs:documentation>enna License</xs:documentation>
1422
+ <xs:documentation>Imlib2 License</xs:documentation>
1018
1423
  </xs:annotation>
1019
1424
  </xs:enumeration>
1020
- <xs:enumeration value="Condor-1.1">
1425
+ <xs:enumeration value="Info-ZIP">
1021
1426
  <xs:annotation>
1022
- <xs:documentation>Condor Public License v1.1</xs:documentation>
1427
+ <xs:documentation>Info-ZIP License</xs:documentation>
1023
1428
  </xs:annotation>
1024
1429
  </xs:enumeration>
1025
- <xs:enumeration value="Naumen">
1430
+ <xs:enumeration value="Inner-Net-2.0">
1026
1431
  <xs:annotation>
1027
- <xs:documentation>Naumen Public License</xs:documentation>
1432
+ <xs:documentation>Inner Net License v2.0</xs:documentation>
1028
1433
  </xs:annotation>
1029
1434
  </xs:enumeration>
1030
- <xs:enumeration value="GFDL-1.3-no-invariants-or-later">
1435
+ <xs:enumeration value="Intel">
1031
1436
  <xs:annotation>
1032
- <xs:documentation>GNU Free Documentation License v1.3 or later - no invariants</xs:documentation>
1437
+ <xs:documentation>Intel Open Source License</xs:documentation>
1033
1438
  </xs:annotation>
1034
1439
  </xs:enumeration>
1035
- <xs:enumeration value="RPL-1.5">
1440
+ <xs:enumeration value="Intel-ACPI">
1036
1441
  <xs:annotation>
1037
- <xs:documentation>Reciprocal Public License 1.5</xs:documentation>
1442
+ <xs:documentation>Intel ACPI Software License Agreement</xs:documentation>
1038
1443
  </xs:annotation>
1039
1444
  </xs:enumeration>
1040
- <xs:enumeration value="PolyForm-Small-Business-1.0.0">
1445
+ <xs:enumeration value="Interbase-1.0">
1041
1446
  <xs:annotation>
1042
- <xs:documentation>PolyForm Small Business License 1.0.0</xs:documentation>
1447
+ <xs:documentation>Interbase Public License v1.0</xs:documentation>
1043
1448
  </xs:annotation>
1044
1449
  </xs:enumeration>
1045
- <xs:enumeration value="EFL-1.0">
1450
+ <xs:enumeration value="IPA">
1046
1451
  <xs:annotation>
1047
- <xs:documentation>Eiffel Forum License v1.0</xs:documentation>
1452
+ <xs:documentation>IPA Font License</xs:documentation>
1048
1453
  </xs:annotation>
1049
1454
  </xs:enumeration>
1050
- <xs:enumeration value="MirOS">
1455
+ <xs:enumeration value="IPL-1.0">
1051
1456
  <xs:annotation>
1052
- <xs:documentation>The MirOS Licence</xs:documentation>
1457
+ <xs:documentation>IBM Public License v1.0</xs:documentation>
1053
1458
  </xs:annotation>
1054
1459
  </xs:enumeration>
1055
- <xs:enumeration value="CC-BY-2.5-AU">
1460
+ <xs:enumeration value="ISC">
1056
1461
  <xs:annotation>
1057
- <xs:documentation>Creative Commons Attribution 2.5 Australia</xs:documentation>
1462
+ <xs:documentation>ISC License</xs:documentation>
1058
1463
  </xs:annotation>
1059
1464
  </xs:enumeration>
1060
- <xs:enumeration value="Afmparse">
1465
+ <xs:enumeration value="Jam">
1061
1466
  <xs:annotation>
1062
- <xs:documentation>Afmparse License</xs:documentation>
1467
+ <xs:documentation>Jam License</xs:documentation>
1063
1468
  </xs:annotation>
1064
1469
  </xs:enumeration>
1065
- <xs:enumeration value="MPL-2.0-no-copyleft-exception">
1470
+ <xs:enumeration value="JasPer-2.0">
1066
1471
  <xs:annotation>
1067
- <xs:documentation>Mozilla Public License 2.0 (no copyleft exception)</xs:documentation>
1472
+ <xs:documentation>JasPer License</xs:documentation>
1068
1473
  </xs:annotation>
1069
1474
  </xs:enumeration>
1070
- <xs:enumeration value="LiLiQ-Rplus-1.1">
1475
+ <xs:enumeration value="JPL-image">
1071
1476
  <xs:annotation>
1072
- <xs:documentation>Licence Libre du Québec – Réciprocité forte version 1.1</xs:documentation>
1477
+ <xs:documentation>JPL Image Use Policy</xs:documentation>
1073
1478
  </xs:annotation>
1074
1479
  </xs:enumeration>
1075
- <xs:enumeration value="AFL-1.2">
1480
+ <xs:enumeration value="JPNIC">
1076
1481
  <xs:annotation>
1077
- <xs:documentation>Academic Free License v1.2</xs:documentation>
1482
+ <xs:documentation>Japan Network Information Center License</xs:documentation>
1078
1483
  </xs:annotation>
1079
1484
  </xs:enumeration>
1080
- <xs:enumeration value="OSL-1.0">
1485
+ <xs:enumeration value="JSON">
1081
1486
  <xs:annotation>
1082
- <xs:documentation>Open Software License 1.0</xs:documentation>
1487
+ <xs:documentation>JSON License</xs:documentation>
1083
1488
  </xs:annotation>
1084
1489
  </xs:enumeration>
1085
- <xs:enumeration value="GPL-1.0-only">
1490
+ <xs:enumeration value="Kazlib">
1086
1491
  <xs:annotation>
1087
- <xs:documentation>GNU General Public License v1.0 only</xs:documentation>
1492
+ <xs:documentation>Kazlib License</xs:documentation>
1088
1493
  </xs:annotation>
1089
1494
  </xs:enumeration>
1090
- <xs:enumeration value="APSL-1.0">
1495
+ <xs:enumeration value="Knuth-CTAN">
1091
1496
  <xs:annotation>
1092
- <xs:documentation>Apple Public Source License 1.0</xs:documentation>
1497
+ <xs:documentation>Knuth CTAN License</xs:documentation>
1093
1498
  </xs:annotation>
1094
1499
  </xs:enumeration>
1095
- <xs:enumeration value="OGL-Canada-2.0">
1500
+ <xs:enumeration value="LAL-1.2">
1096
1501
  <xs:annotation>
1097
- <xs:documentation>Open Government Licence - Canada</xs:documentation>
1502
+ <xs:documentation>Licence Art Libre 1.2</xs:documentation>
1098
1503
  </xs:annotation>
1099
1504
  </xs:enumeration>
1100
- <xs:enumeration value="CPAL-1.0">
1505
+ <xs:enumeration value="LAL-1.3">
1101
1506
  <xs:annotation>
1102
- <xs:documentation>Common Public Attribution License 1.0</xs:documentation>
1507
+ <xs:documentation>Licence Art Libre 1.3</xs:documentation>
1103
1508
  </xs:annotation>
1104
1509
  </xs:enumeration>
1105
1510
  <xs:enumeration value="Latex2e">
@@ -1107,1515 +1512,1520 @@
1107
1512
  <xs:documentation>Latex2e License</xs:documentation>
1108
1513
  </xs:annotation>
1109
1514
  </xs:enumeration>
1110
- <xs:enumeration value="Zend-2.0">
1515
+ <xs:enumeration value="Latex2e-translated-notice">
1111
1516
  <xs:annotation>
1112
- <xs:documentation>Zend License v2.0</xs:documentation>
1517
+ <xs:documentation>Latex2e with translated notice permission</xs:documentation>
1113
1518
  </xs:annotation>
1114
1519
  </xs:enumeration>
1115
- <xs:enumeration value="Unlicense">
1520
+ <xs:enumeration value="Leptonica">
1116
1521
  <xs:annotation>
1117
- <xs:documentation>The Unlicense</xs:documentation>
1522
+ <xs:documentation>Leptonica License</xs:documentation>
1118
1523
  </xs:annotation>
1119
1524
  </xs:enumeration>
1120
- <xs:enumeration value="xpp">
1525
+ <xs:enumeration value="LGPL-2.0">
1121
1526
  <xs:annotation>
1122
- <xs:documentation>XPP License</xs:documentation>
1527
+ <xs:documentation>GNU Library General Public License v2 only</xs:documentation>
1123
1528
  </xs:annotation>
1124
1529
  </xs:enumeration>
1125
- <xs:enumeration value="CC-BY-NC-1.0">
1530
+ <xs:enumeration value="LGPL-2.0+">
1126
1531
  <xs:annotation>
1127
- <xs:documentation>Creative Commons Attribution Non Commercial 1.0 Generic</xs:documentation>
1532
+ <xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
1128
1533
  </xs:annotation>
1129
1534
  </xs:enumeration>
1130
- <xs:enumeration value="GPL-3.0-with-autoconf-exception">
1535
+ <xs:enumeration value="LGPL-2.0-only">
1131
1536
  <xs:annotation>
1132
- <xs:documentation>GNU General Public License v3.0 w/Autoconf exception</xs:documentation>
1537
+ <xs:documentation>GNU Library General Public License v2 only</xs:documentation>
1133
1538
  </xs:annotation>
1134
1539
  </xs:enumeration>
1135
- <xs:enumeration value="CC-BY-NC-SA-3.0">
1540
+ <xs:enumeration value="LGPL-2.0-or-later">
1136
1541
  <xs:annotation>
1137
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 Unported</xs:documentation>
1542
+ <xs:documentation>GNU Library General Public License v2 or later</xs:documentation>
1138
1543
  </xs:annotation>
1139
1544
  </xs:enumeration>
1140
- <xs:enumeration value="TCP-wrappers">
1545
+ <xs:enumeration value="LGPL-2.1">
1141
1546
  <xs:annotation>
1142
- <xs:documentation>TCP Wrappers License</xs:documentation>
1547
+ <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
1143
1548
  </xs:annotation>
1144
1549
  </xs:enumeration>
1145
- <xs:enumeration value="SCEA">
1550
+ <xs:enumeration value="LGPL-2.1+">
1146
1551
  <xs:annotation>
1147
- <xs:documentation>SCEA Shared Source License</xs:documentation>
1552
+ <xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation>
1148
1553
  </xs:annotation>
1149
1554
  </xs:enumeration>
1150
- <xs:enumeration value="SSH-short">
1555
+ <xs:enumeration value="LGPL-2.1-only">
1151
1556
  <xs:annotation>
1152
- <xs:documentation>SSH short notice</xs:documentation>
1557
+ <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
1153
1558
  </xs:annotation>
1154
1559
  </xs:enumeration>
1155
- <xs:enumeration value="CC-BY-3.0-NL">
1560
+ <xs:enumeration value="LGPL-2.1-or-later">
1156
1561
  <xs:annotation>
1157
- <xs:documentation>Creative Commons Attribution 3.0 Netherlands</xs:documentation>
1562
+ <xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation>
1158
1563
  </xs:annotation>
1159
1564
  </xs:enumeration>
1160
- <xs:enumeration value="SchemeReport">
1565
+ <xs:enumeration value="LGPL-3.0">
1161
1566
  <xs:annotation>
1162
- <xs:documentation>Scheme Language Report License</xs:documentation>
1567
+ <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
1163
1568
  </xs:annotation>
1164
1569
  </xs:enumeration>
1165
- <xs:enumeration value="CC-BY-3.0">
1570
+ <xs:enumeration value="LGPL-3.0+">
1166
1571
  <xs:annotation>
1167
- <xs:documentation>Creative Commons Attribution 3.0 Unported</xs:documentation>
1572
+ <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
1168
1573
  </xs:annotation>
1169
1574
  </xs:enumeration>
1170
- <xs:enumeration value="MPL-2.0">
1575
+ <xs:enumeration value="LGPL-3.0-only">
1171
1576
  <xs:annotation>
1172
- <xs:documentation>Mozilla Public License 2.0</xs:documentation>
1577
+ <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
1173
1578
  </xs:annotation>
1174
1579
  </xs:enumeration>
1175
- <xs:enumeration value="Unicode-TOU">
1580
+ <xs:enumeration value="LGPL-3.0-or-later">
1176
1581
  <xs:annotation>
1177
- <xs:documentation>Unicode Terms of Use</xs:documentation>
1582
+ <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
1178
1583
  </xs:annotation>
1179
1584
  </xs:enumeration>
1180
- <xs:enumeration value="CC-BY-NC-ND-1.0">
1585
+ <xs:enumeration value="LGPLLR">
1181
1586
  <xs:annotation>
1182
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 1.0 Generic</xs:documentation>
1587
+ <xs:documentation>Lesser General Public License For Linguistic Resources</xs:documentation>
1183
1588
  </xs:annotation>
1184
1589
  </xs:enumeration>
1185
- <xs:enumeration value="Entessa">
1590
+ <xs:enumeration value="Libpng">
1186
1591
  <xs:annotation>
1187
- <xs:documentation>Entessa Public License v1.0</xs:documentation>
1592
+ <xs:documentation>libpng License</xs:documentation>
1188
1593
  </xs:annotation>
1189
1594
  </xs:enumeration>
1190
- <xs:enumeration value="BSD-3-Clause-No-Nuclear-License">
1595
+ <xs:enumeration value="libpng-2.0">
1191
1596
  <xs:annotation>
1192
- <xs:documentation>BSD 3-Clause No Nuclear License</xs:documentation>
1597
+ <xs:documentation>PNG Reference Library version 2</xs:documentation>
1193
1598
  </xs:annotation>
1194
1599
  </xs:enumeration>
1195
- <xs:enumeration value="SWL">
1600
+ <xs:enumeration value="libselinux-1.0">
1196
1601
  <xs:annotation>
1197
- <xs:documentation>Scheme Widget Library (SWL) Software License Agreement</xs:documentation>
1602
+ <xs:documentation>libselinux public domain notice</xs:documentation>
1198
1603
  </xs:annotation>
1199
1604
  </xs:enumeration>
1200
- <xs:enumeration value="GFDL-1.2-no-invariants-only">
1605
+ <xs:enumeration value="libtiff">
1201
1606
  <xs:annotation>
1202
- <xs:documentation>GNU Free Documentation License v1.2 only - no invariants</xs:documentation>
1607
+ <xs:documentation>libtiff License</xs:documentation>
1203
1608
  </xs:annotation>
1204
1609
  </xs:enumeration>
1205
- <xs:enumeration value="Parity-7.0.0">
1610
+ <xs:enumeration value="libutil-David-Nugent">
1206
1611
  <xs:annotation>
1207
- <xs:documentation>The Parity Public License 7.0.0</xs:documentation>
1612
+ <xs:documentation>libutil David Nugent License</xs:documentation>
1208
1613
  </xs:annotation>
1209
1614
  </xs:enumeration>
1210
- <xs:enumeration value="OLDAP-2.2.1">
1615
+ <xs:enumeration value="LiLiQ-P-1.1">
1211
1616
  <xs:annotation>
1212
- <xs:documentation>Open LDAP Public License v2.2.1</xs:documentation>
1617
+ <xs:documentation>Licence Libre du Québec – Permissive version 1.1</xs:documentation>
1213
1618
  </xs:annotation>
1214
1619
  </xs:enumeration>
1215
- <xs:enumeration value="SGI-B-1.1">
1620
+ <xs:enumeration value="LiLiQ-R-1.1">
1216
1621
  <xs:annotation>
1217
- <xs:documentation>SGI Free Software License B v1.1</xs:documentation>
1622
+ <xs:documentation>Licence Libre du Québec Réciprocité version 1.1</xs:documentation>
1218
1623
  </xs:annotation>
1219
1624
  </xs:enumeration>
1220
- <xs:enumeration value="FTL">
1625
+ <xs:enumeration value="LiLiQ-Rplus-1.1">
1221
1626
  <xs:annotation>
1222
- <xs:documentation>Freetype Project License</xs:documentation>
1627
+ <xs:documentation>Licence Libre du Québec – Réciprocité forte version 1.1</xs:documentation>
1223
1628
  </xs:annotation>
1224
1629
  </xs:enumeration>
1225
- <xs:enumeration value="OLDAP-2.4">
1630
+ <xs:enumeration value="Linux-man-pages-1-para">
1226
1631
  <xs:annotation>
1227
- <xs:documentation>Open LDAP Public License v2.4</xs:documentation>
1632
+ <xs:documentation>Linux man-pages - 1 paragraph</xs:documentation>
1228
1633
  </xs:annotation>
1229
1634
  </xs:enumeration>
1230
- <xs:enumeration value="CC-BY-NC-4.0">
1635
+ <xs:enumeration value="Linux-man-pages-copyleft">
1231
1636
  <xs:annotation>
1232
- <xs:documentation>Creative Commons Attribution Non Commercial 4.0 International</xs:documentation>
1637
+ <xs:documentation>Linux man-pages Copyleft</xs:documentation>
1233
1638
  </xs:annotation>
1234
1639
  </xs:enumeration>
1235
- <xs:enumeration value="bzip2-1.0.6">
1640
+ <xs:enumeration value="Linux-man-pages-copyleft-2-para">
1236
1641
  <xs:annotation>
1237
- <xs:documentation>bzip2 and libbzip2 License v1.0.6</xs:documentation>
1642
+ <xs:documentation>Linux man-pages Copyleft - 2 paragraphs</xs:documentation>
1238
1643
  </xs:annotation>
1239
1644
  </xs:enumeration>
1240
- <xs:enumeration value="copyleft-next-0.3.0">
1645
+ <xs:enumeration value="Linux-man-pages-copyleft-var">
1241
1646
  <xs:annotation>
1242
- <xs:documentation>copyleft-next 0.3.0</xs:documentation>
1647
+ <xs:documentation>Linux man-pages Copyleft Variant</xs:documentation>
1243
1648
  </xs:annotation>
1244
1649
  </xs:enumeration>
1245
- <xs:enumeration value="MakeIndex">
1650
+ <xs:enumeration value="Linux-OpenIB">
1246
1651
  <xs:annotation>
1247
- <xs:documentation>MakeIndex License</xs:documentation>
1652
+ <xs:documentation>Linux Kernel Variant of OpenIB.org license</xs:documentation>
1248
1653
  </xs:annotation>
1249
1654
  </xs:enumeration>
1250
- <xs:enumeration value="NRL">
1655
+ <xs:enumeration value="LOOP">
1251
1656
  <xs:annotation>
1252
- <xs:documentation>NRL License</xs:documentation>
1657
+ <xs:documentation>Common Lisp LOOP License</xs:documentation>
1253
1658
  </xs:annotation>
1254
1659
  </xs:enumeration>
1255
- <xs:enumeration value="GFDL-1.3-invariants-or-later">
1660
+ <xs:enumeration value="LPL-1.0">
1256
1661
  <xs:annotation>
1257
- <xs:documentation>GNU Free Documentation License v1.3 or later - invariants</xs:documentation>
1662
+ <xs:documentation>Lucent Public License Version 1.0</xs:documentation>
1258
1663
  </xs:annotation>
1259
1664
  </xs:enumeration>
1260
- <xs:enumeration value="CC-BY-NC-2.0">
1665
+ <xs:enumeration value="LPL-1.02">
1666
+ <xs:annotation>
1667
+ <xs:documentation>Lucent Public License v1.02</xs:documentation>
1668
+ </xs:annotation>
1669
+ </xs:enumeration>
1670
+ <xs:enumeration value="LPPL-1.0">
1261
1671
  <xs:annotation>
1262
- <xs:documentation>Creative Commons Attribution Non Commercial 2.0 Generic</xs:documentation>
1672
+ <xs:documentation>LaTeX Project Public License v1.0</xs:documentation>
1263
1673
  </xs:annotation>
1264
1674
  </xs:enumeration>
1265
- <xs:enumeration value="SugarCRM-1.1.3">
1675
+ <xs:enumeration value="LPPL-1.1">
1266
1676
  <xs:annotation>
1267
- <xs:documentation>SugarCRM Public License v1.1.3</xs:documentation>
1677
+ <xs:documentation>LaTeX Project Public License v1.1</xs:documentation>
1268
1678
  </xs:annotation>
1269
1679
  </xs:enumeration>
1270
- <xs:enumeration value="AFL-2.1">
1680
+ <xs:enumeration value="LPPL-1.2">
1271
1681
  <xs:annotation>
1272
- <xs:documentation>Academic Free License v2.1</xs:documentation>
1682
+ <xs:documentation>LaTeX Project Public License v1.2</xs:documentation>
1273
1683
  </xs:annotation>
1274
1684
  </xs:enumeration>
1275
- <xs:enumeration value="GPL-2.0-only">
1685
+ <xs:enumeration value="LPPL-1.3a">
1276
1686
  <xs:annotation>
1277
- <xs:documentation>GNU General Public License v2.0 only</xs:documentation>
1687
+ <xs:documentation>LaTeX Project Public License v1.3a</xs:documentation>
1278
1688
  </xs:annotation>
1279
1689
  </xs:enumeration>
1280
- <xs:enumeration value="GFDL-1.3-invariants-only">
1690
+ <xs:enumeration value="LPPL-1.3c">
1281
1691
  <xs:annotation>
1282
- <xs:documentation>GNU Free Documentation License v1.3 only - invariants</xs:documentation>
1692
+ <xs:documentation>LaTeX Project Public License v1.3c</xs:documentation>
1283
1693
  </xs:annotation>
1284
1694
  </xs:enumeration>
1285
- <xs:enumeration value="TORQUE-1.1">
1695
+ <xs:enumeration value="LZMA-SDK-9.11-to-9.20">
1286
1696
  <xs:annotation>
1287
- <xs:documentation>TORQUE v2.5+ Software License v1.1</xs:documentation>
1697
+ <xs:documentation>LZMA SDK License (versions 9.11 to 9.20)</xs:documentation>
1288
1698
  </xs:annotation>
1289
1699
  </xs:enumeration>
1290
- <xs:enumeration value="Ruby">
1700
+ <xs:enumeration value="LZMA-SDK-9.22">
1291
1701
  <xs:annotation>
1292
- <xs:documentation>Ruby License</xs:documentation>
1702
+ <xs:documentation>LZMA SDK License (versions 9.22 and beyond)</xs:documentation>
1293
1703
  </xs:annotation>
1294
1704
  </xs:enumeration>
1295
- <xs:enumeration value="X11">
1705
+ <xs:enumeration value="MakeIndex">
1296
1706
  <xs:annotation>
1297
- <xs:documentation>X11 License</xs:documentation>
1707
+ <xs:documentation>MakeIndex License</xs:documentation>
1298
1708
  </xs:annotation>
1299
1709
  </xs:enumeration>
1300
- <xs:enumeration value="Borceux">
1710
+ <xs:enumeration value="Martin-Birgmeier">
1301
1711
  <xs:annotation>
1302
- <xs:documentation>Borceux license</xs:documentation>
1712
+ <xs:documentation>Martin Birgmeier License</xs:documentation>
1303
1713
  </xs:annotation>
1304
1714
  </xs:enumeration>
1305
- <xs:enumeration value="Libpng">
1715
+ <xs:enumeration value="metamail">
1306
1716
  <xs:annotation>
1307
- <xs:documentation>libpng License</xs:documentation>
1717
+ <xs:documentation>metamail License</xs:documentation>
1308
1718
  </xs:annotation>
1309
1719
  </xs:enumeration>
1310
- <xs:enumeration value="X11-distribute-modifications-variant">
1720
+ <xs:enumeration value="Minpack">
1311
1721
  <xs:annotation>
1312
- <xs:documentation>X11 License Distribution Modification Variant</xs:documentation>
1722
+ <xs:documentation>Minpack License</xs:documentation>
1313
1723
  </xs:annotation>
1314
1724
  </xs:enumeration>
1315
- <xs:enumeration value="Frameworx-1.0">
1725
+ <xs:enumeration value="MirOS">
1316
1726
  <xs:annotation>
1317
- <xs:documentation>Frameworx Open License 1.0</xs:documentation>
1727
+ <xs:documentation>The MirOS Licence</xs:documentation>
1318
1728
  </xs:annotation>
1319
1729
  </xs:enumeration>
1320
- <xs:enumeration value="NCGL-UK-2.0">
1730
+ <xs:enumeration value="MIT">
1321
1731
  <xs:annotation>
1322
- <xs:documentation>Non-Commercial Government Licence</xs:documentation>
1732
+ <xs:documentation>MIT License</xs:documentation>
1323
1733
  </xs:annotation>
1324
1734
  </xs:enumeration>
1325
- <xs:enumeration value="CECILL-2.1">
1735
+ <xs:enumeration value="MIT-0">
1326
1736
  <xs:annotation>
1327
- <xs:documentation>CeCILL Free Software License Agreement v2.1</xs:documentation>
1737
+ <xs:documentation>MIT No Attribution</xs:documentation>
1328
1738
  </xs:annotation>
1329
1739
  </xs:enumeration>
1330
- <xs:enumeration value="CC-BY-3.0-AT">
1740
+ <xs:enumeration value="MIT-advertising">
1331
1741
  <xs:annotation>
1332
- <xs:documentation>Creative Commons Attribution 3.0 Austria</xs:documentation>
1742
+ <xs:documentation>Enlightenment License (e16)</xs:documentation>
1333
1743
  </xs:annotation>
1334
1744
  </xs:enumeration>
1335
- <xs:enumeration value="CNRI-Python">
1745
+ <xs:enumeration value="MIT-CMU">
1336
1746
  <xs:annotation>
1337
- <xs:documentation>CNRI Python License</xs:documentation>
1747
+ <xs:documentation>CMU License</xs:documentation>
1338
1748
  </xs:annotation>
1339
1749
  </xs:enumeration>
1340
- <xs:enumeration value="NCSA">
1750
+ <xs:enumeration value="MIT-enna">
1341
1751
  <xs:annotation>
1342
- <xs:documentation>University of Illinois/NCSA Open Source License</xs:documentation>
1752
+ <xs:documentation>enna License</xs:documentation>
1343
1753
  </xs:annotation>
1344
1754
  </xs:enumeration>
1345
- <xs:enumeration value="gSOAP-1.3b">
1755
+ <xs:enumeration value="MIT-feh">
1346
1756
  <xs:annotation>
1347
- <xs:documentation>gSOAP Public License v1.3b</xs:documentation>
1757
+ <xs:documentation>feh License</xs:documentation>
1348
1758
  </xs:annotation>
1349
1759
  </xs:enumeration>
1350
- <xs:enumeration value="EUPL-1.1">
1760
+ <xs:enumeration value="MIT-Festival">
1351
1761
  <xs:annotation>
1352
- <xs:documentation>European Union Public License 1.1</xs:documentation>
1762
+ <xs:documentation>MIT Festival Variant</xs:documentation>
1353
1763
  </xs:annotation>
1354
1764
  </xs:enumeration>
1355
- <xs:enumeration value="AMDPLPA">
1765
+ <xs:enumeration value="MIT-Modern-Variant">
1356
1766
  <xs:annotation>
1357
- <xs:documentation>AMD&apos;s plpa_map.c License</xs:documentation>
1767
+ <xs:documentation>MIT License Modern Variant</xs:documentation>
1358
1768
  </xs:annotation>
1359
1769
  </xs:enumeration>
1360
- <xs:enumeration value="Imlib2">
1770
+ <xs:enumeration value="MIT-open-group">
1361
1771
  <xs:annotation>
1362
- <xs:documentation>Imlib2 License</xs:documentation>
1772
+ <xs:documentation>MIT Open Group variant</xs:documentation>
1363
1773
  </xs:annotation>
1364
1774
  </xs:enumeration>
1365
- <xs:enumeration value="CDDL-1.1">
1775
+ <xs:enumeration value="MIT-Wu">
1366
1776
  <xs:annotation>
1367
- <xs:documentation>Common Development and Distribution License 1.1</xs:documentation>
1777
+ <xs:documentation>MIT Tom Wu Variant</xs:documentation>
1368
1778
  </xs:annotation>
1369
1779
  </xs:enumeration>
1370
- <xs:enumeration value="WTFPL">
1780
+ <xs:enumeration value="MITNFA">
1371
1781
  <xs:annotation>
1372
- <xs:documentation>Do What The F*ck You Want To Public License</xs:documentation>
1782
+ <xs:documentation>MIT +no-false-attribs license</xs:documentation>
1373
1783
  </xs:annotation>
1374
1784
  </xs:enumeration>
1375
- <xs:enumeration value="LPL-1.0">
1785
+ <xs:enumeration value="Motosoto">
1376
1786
  <xs:annotation>
1377
- <xs:documentation>Lucent Public License Version 1.0</xs:documentation>
1787
+ <xs:documentation>Motosoto License</xs:documentation>
1378
1788
  </xs:annotation>
1379
1789
  </xs:enumeration>
1380
- <xs:enumeration value="EPL-1.0">
1790
+ <xs:enumeration value="mpi-permissive">
1381
1791
  <xs:annotation>
1382
- <xs:documentation>Eclipse Public License 1.0</xs:documentation>
1792
+ <xs:documentation>mpi Permissive License</xs:documentation>
1383
1793
  </xs:annotation>
1384
1794
  </xs:enumeration>
1385
- <xs:enumeration value="BSD-3-Clause-Attribution">
1795
+ <xs:enumeration value="mpich2">
1386
1796
  <xs:annotation>
1387
- <xs:documentation>BSD with attribution</xs:documentation>
1797
+ <xs:documentation>mpich2 License</xs:documentation>
1388
1798
  </xs:annotation>
1389
1799
  </xs:enumeration>
1390
- <xs:enumeration value="OSL-3.0">
1800
+ <xs:enumeration value="MPL-1.0">
1391
1801
  <xs:annotation>
1392
- <xs:documentation>Open Software License 3.0</xs:documentation>
1802
+ <xs:documentation>Mozilla Public License 1.0</xs:documentation>
1393
1803
  </xs:annotation>
1394
1804
  </xs:enumeration>
1395
- <xs:enumeration value="RHeCos-1.1">
1805
+ <xs:enumeration value="MPL-1.1">
1396
1806
  <xs:annotation>
1397
- <xs:documentation>Red Hat eCos Public License v1.1</xs:documentation>
1807
+ <xs:documentation>Mozilla Public License 1.1</xs:documentation>
1398
1808
  </xs:annotation>
1399
1809
  </xs:enumeration>
1400
- <xs:enumeration value="PHP-3.0">
1810
+ <xs:enumeration value="MPL-2.0">
1401
1811
  <xs:annotation>
1402
- <xs:documentation>PHP License v3.0</xs:documentation>
1812
+ <xs:documentation>Mozilla Public License 2.0</xs:documentation>
1403
1813
  </xs:annotation>
1404
1814
  </xs:enumeration>
1405
- <xs:enumeration value="BSD-Protection">
1815
+ <xs:enumeration value="MPL-2.0-no-copyleft-exception">
1406
1816
  <xs:annotation>
1407
- <xs:documentation>BSD Protection License</xs:documentation>
1817
+ <xs:documentation>Mozilla Public License 2.0 (no copyleft exception)</xs:documentation>
1408
1818
  </xs:annotation>
1409
1819
  </xs:enumeration>
1410
- <xs:enumeration value="CC-BY-NC-3.0-DE">
1820
+ <xs:enumeration value="mplus">
1411
1821
  <xs:annotation>
1412
- <xs:documentation>Creative Commons Attribution Non Commercial 3.0 Germany</xs:documentation>
1822
+ <xs:documentation>mplus Font License</xs:documentation>
1413
1823
  </xs:annotation>
1414
1824
  </xs:enumeration>
1415
- <xs:enumeration value="APL-1.0">
1825
+ <xs:enumeration value="MS-LPL">
1416
1826
  <xs:annotation>
1417
- <xs:documentation>Adaptive Public License 1.0</xs:documentation>
1827
+ <xs:documentation>Microsoft Limited Public License</xs:documentation>
1418
1828
  </xs:annotation>
1419
1829
  </xs:enumeration>
1420
- <xs:enumeration value="EUDatagrid">
1830
+ <xs:enumeration value="MS-PL">
1421
1831
  <xs:annotation>
1422
- <xs:documentation>EU DataGrid Software License</xs:documentation>
1832
+ <xs:documentation>Microsoft Public License</xs:documentation>
1423
1833
  </xs:annotation>
1424
1834
  </xs:enumeration>
1425
- <xs:enumeration value="GPL-1.0">
1835
+ <xs:enumeration value="MS-RL">
1426
1836
  <xs:annotation>
1427
- <xs:documentation>GNU General Public License v1.0 only</xs:documentation>
1837
+ <xs:documentation>Microsoft Reciprocal License</xs:documentation>
1428
1838
  </xs:annotation>
1429
1839
  </xs:enumeration>
1430
- <xs:enumeration value="SHL-0.5">
1840
+ <xs:enumeration value="MTLL">
1431
1841
  <xs:annotation>
1432
- <xs:documentation>Solderpad Hardware License v0.5</xs:documentation>
1842
+ <xs:documentation>Matrix Template Library License</xs:documentation>
1433
1843
  </xs:annotation>
1434
1844
  </xs:enumeration>
1435
- <xs:enumeration value="CC-BY-SA-2.0">
1845
+ <xs:enumeration value="MulanPSL-1.0">
1436
1846
  <xs:annotation>
1437
- <xs:documentation>Creative Commons Attribution Share Alike 2.0 Generic</xs:documentation>
1847
+ <xs:documentation>Mulan Permissive Software License, Version 1</xs:documentation>
1438
1848
  </xs:annotation>
1439
1849
  </xs:enumeration>
1440
- <xs:enumeration value="CC-BY-SA-3.0-AT">
1850
+ <xs:enumeration value="MulanPSL-2.0">
1441
1851
  <xs:annotation>
1442
- <xs:documentation>Creative Commons Attribution Share Alike 3.0 Austria</xs:documentation>
1852
+ <xs:documentation>Mulan Permissive Software License, Version 2</xs:documentation>
1443
1853
  </xs:annotation>
1444
1854
  </xs:enumeration>
1445
- <xs:enumeration value="CC-BY-NC-SA-3.0-IGO">
1855
+ <xs:enumeration value="Multics">
1446
1856
  <xs:annotation>
1447
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 3.0 IGO</xs:documentation>
1857
+ <xs:documentation>Multics License</xs:documentation>
1448
1858
  </xs:annotation>
1449
1859
  </xs:enumeration>
1450
- <xs:enumeration value="Adobe-2006">
1860
+ <xs:enumeration value="Mup">
1451
1861
  <xs:annotation>
1452
- <xs:documentation>Adobe Systems Incorporated Source Code License Agreement</xs:documentation>
1862
+ <xs:documentation>Mup License</xs:documentation>
1453
1863
  </xs:annotation>
1454
1864
  </xs:enumeration>
1455
- <xs:enumeration value="Newsletr">
1865
+ <xs:enumeration value="NAIST-2003">
1456
1866
  <xs:annotation>
1457
- <xs:documentation>Newsletr License</xs:documentation>
1867
+ <xs:documentation>Nara Institute of Science and Technology License (2003)</xs:documentation>
1458
1868
  </xs:annotation>
1459
1869
  </xs:enumeration>
1460
- <xs:enumeration value="Nunit">
1870
+ <xs:enumeration value="NASA-1.3">
1461
1871
  <xs:annotation>
1462
- <xs:documentation>Nunit License</xs:documentation>
1872
+ <xs:documentation>NASA Open Source Agreement 1.3</xs:documentation>
1463
1873
  </xs:annotation>
1464
1874
  </xs:enumeration>
1465
- <xs:enumeration value="Multics">
1875
+ <xs:enumeration value="Naumen">
1466
1876
  <xs:annotation>
1467
- <xs:documentation>Multics License</xs:documentation>
1877
+ <xs:documentation>Naumen Public License</xs:documentation>
1468
1878
  </xs:annotation>
1469
1879
  </xs:enumeration>
1470
- <xs:enumeration value="OGL-UK-1.0">
1880
+ <xs:enumeration value="NBPL-1.0">
1471
1881
  <xs:annotation>
1472
- <xs:documentation>Open Government Licence v1.0</xs:documentation>
1882
+ <xs:documentation>Net Boolean Public License v1</xs:documentation>
1473
1883
  </xs:annotation>
1474
1884
  </xs:enumeration>
1475
- <xs:enumeration value="Vim">
1885
+ <xs:enumeration value="NCGL-UK-2.0">
1476
1886
  <xs:annotation>
1477
- <xs:documentation>Vim License</xs:documentation>
1887
+ <xs:documentation>Non-Commercial Government Licence</xs:documentation>
1478
1888
  </xs:annotation>
1479
1889
  </xs:enumeration>
1480
- <xs:enumeration value="eCos-2.0">
1890
+ <xs:enumeration value="NCSA">
1481
1891
  <xs:annotation>
1482
- <xs:documentation>eCos license version 2.0</xs:documentation>
1892
+ <xs:documentation>University of Illinois/NCSA Open Source License</xs:documentation>
1483
1893
  </xs:annotation>
1484
1894
  </xs:enumeration>
1485
- <xs:enumeration value="Zimbra-1.3">
1895
+ <xs:enumeration value="Net-SNMP">
1486
1896
  <xs:annotation>
1487
- <xs:documentation>Zimbra Public License v1.3</xs:documentation>
1897
+ <xs:documentation>Net-SNMP License</xs:documentation>
1488
1898
  </xs:annotation>
1489
1899
  </xs:enumeration>
1490
- <xs:enumeration value="eGenix">
1900
+ <xs:enumeration value="NetCDF">
1491
1901
  <xs:annotation>
1492
- <xs:documentation>eGenix.com Public License 1.1.0</xs:documentation>
1902
+ <xs:documentation>NetCDF license</xs:documentation>
1493
1903
  </xs:annotation>
1494
1904
  </xs:enumeration>
1495
- <xs:enumeration value="IBM-pibs">
1905
+ <xs:enumeration value="Newsletr">
1496
1906
  <xs:annotation>
1497
- <xs:documentation>IBM PowerPC Initialization and Boot Software</xs:documentation>
1907
+ <xs:documentation>Newsletr License</xs:documentation>
1498
1908
  </xs:annotation>
1499
1909
  </xs:enumeration>
1500
- <xs:enumeration value="BitTorrent-1.1">
1910
+ <xs:enumeration value="NGPL">
1501
1911
  <xs:annotation>
1502
- <xs:documentation>BitTorrent Open Source License v1.1</xs:documentation>
1912
+ <xs:documentation>Nethack General Public License</xs:documentation>
1503
1913
  </xs:annotation>
1504
1914
  </xs:enumeration>
1505
- <xs:enumeration value="OFL-1.1-no-RFN">
1915
+ <xs:enumeration value="NICTA-1.0">
1506
1916
  <xs:annotation>
1507
- <xs:documentation>SIL Open Font License 1.1 with no Reserved Font Name</xs:documentation>
1917
+ <xs:documentation>NICTA Public Software License, Version 1.0</xs:documentation>
1508
1918
  </xs:annotation>
1509
1919
  </xs:enumeration>
1510
- <xs:enumeration value="psfrag">
1920
+ <xs:enumeration value="NIST-PD">
1511
1921
  <xs:annotation>
1512
- <xs:documentation>psfrag License</xs:documentation>
1922
+ <xs:documentation>NIST Public Domain Notice</xs:documentation>
1513
1923
  </xs:annotation>
1514
1924
  </xs:enumeration>
1515
- <xs:enumeration value="CC-BY-ND-2.0">
1925
+ <xs:enumeration value="NIST-PD-fallback">
1516
1926
  <xs:annotation>
1517
- <xs:documentation>Creative Commons Attribution No Derivatives 2.0 Generic</xs:documentation>
1927
+ <xs:documentation>NIST Public Domain Notice with license fallback</xs:documentation>
1518
1928
  </xs:annotation>
1519
1929
  </xs:enumeration>
1520
- <xs:enumeration value="SHL-0.51">
1930
+ <xs:enumeration value="NIST-Software">
1521
1931
  <xs:annotation>
1522
- <xs:documentation>Solderpad Hardware License, Version 0.51</xs:documentation>
1932
+ <xs:documentation>NIST Software License</xs:documentation>
1523
1933
  </xs:annotation>
1524
1934
  </xs:enumeration>
1525
- <xs:enumeration value="FreeBSD-DOC">
1935
+ <xs:enumeration value="NLOD-1.0">
1526
1936
  <xs:annotation>
1527
- <xs:documentation>FreeBSD Documentation License</xs:documentation>
1937
+ <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 1.0</xs:documentation>
1528
1938
  </xs:annotation>
1529
1939
  </xs:enumeration>
1530
- <xs:enumeration value="Python-2.0">
1940
+ <xs:enumeration value="NLOD-2.0">
1531
1941
  <xs:annotation>
1532
- <xs:documentation>Python License 2.0</xs:documentation>
1942
+ <xs:documentation>Norwegian Licence for Open Government Data (NLOD) 2.0</xs:documentation>
1533
1943
  </xs:annotation>
1534
1944
  </xs:enumeration>
1535
- <xs:enumeration value="Mup">
1945
+ <xs:enumeration value="NLPL">
1536
1946
  <xs:annotation>
1537
- <xs:documentation>Mup License</xs:documentation>
1947
+ <xs:documentation>No Limit Public License</xs:documentation>
1538
1948
  </xs:annotation>
1539
1949
  </xs:enumeration>
1540
- <xs:enumeration value="BSD-4-Clause-Shortened">
1950
+ <xs:enumeration value="Nokia">
1541
1951
  <xs:annotation>
1542
- <xs:documentation>BSD 4 Clause Shortened</xs:documentation>
1952
+ <xs:documentation>Nokia Open Source License</xs:documentation>
1543
1953
  </xs:annotation>
1544
1954
  </xs:enumeration>
1545
- <xs:enumeration value="CC-BY-NC-SA-4.0">
1955
+ <xs:enumeration value="NOSL">
1546
1956
  <xs:annotation>
1547
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 4.0 International</xs:documentation>
1957
+ <xs:documentation>Netizen Open Source License</xs:documentation>
1548
1958
  </xs:annotation>
1549
1959
  </xs:enumeration>
1550
- <xs:enumeration value="HPND">
1960
+ <xs:enumeration value="Noweb">
1551
1961
  <xs:annotation>
1552
- <xs:documentation>Historical Permission Notice and Disclaimer</xs:documentation>
1962
+ <xs:documentation>Noweb License</xs:documentation>
1553
1963
  </xs:annotation>
1554
1964
  </xs:enumeration>
1555
- <xs:enumeration value="OLDAP-2.6">
1965
+ <xs:enumeration value="NPL-1.0">
1556
1966
  <xs:annotation>
1557
- <xs:documentation>Open LDAP Public License v2.6</xs:documentation>
1967
+ <xs:documentation>Netscape Public License v1.0</xs:documentation>
1558
1968
  </xs:annotation>
1559
1969
  </xs:enumeration>
1560
- <xs:enumeration value="MPL-1.1">
1970
+ <xs:enumeration value="NPL-1.1">
1561
1971
  <xs:annotation>
1562
- <xs:documentation>Mozilla Public License 1.1</xs:documentation>
1972
+ <xs:documentation>Netscape Public License v1.1</xs:documentation>
1563
1973
  </xs:annotation>
1564
1974
  </xs:enumeration>
1565
- <xs:enumeration value="GPL-2.0-with-GCC-exception">
1975
+ <xs:enumeration value="NPOSL-3.0">
1566
1976
  <xs:annotation>
1567
- <xs:documentation>GNU General Public License v2.0 w/GCC Runtime Library exception</xs:documentation>
1977
+ <xs:documentation>Non-Profit Open Software License 3.0</xs:documentation>
1568
1978
  </xs:annotation>
1569
1979
  </xs:enumeration>
1570
- <xs:enumeration value="HaskellReport">
1980
+ <xs:enumeration value="NRL">
1571
1981
  <xs:annotation>
1572
- <xs:documentation>Haskell Language Report License</xs:documentation>
1982
+ <xs:documentation>NRL License</xs:documentation>
1573
1983
  </xs:annotation>
1574
1984
  </xs:enumeration>
1575
- <xs:enumeration value="ECL-1.0">
1985
+ <xs:enumeration value="NTP">
1576
1986
  <xs:annotation>
1577
- <xs:documentation>Educational Community License v1.0</xs:documentation>
1987
+ <xs:documentation>NTP License</xs:documentation>
1578
1988
  </xs:annotation>
1579
1989
  </xs:enumeration>
1580
- <xs:enumeration value="LGPL-2.1-or-later">
1990
+ <xs:enumeration value="NTP-0">
1581
1991
  <xs:annotation>
1582
- <xs:documentation>GNU Lesser General Public License v2.1 or later</xs:documentation>
1992
+ <xs:documentation>NTP No Attribution</xs:documentation>
1583
1993
  </xs:annotation>
1584
1994
  </xs:enumeration>
1585
- <xs:enumeration value="OFL-1.0">
1995
+ <xs:enumeration value="Nunit">
1586
1996
  <xs:annotation>
1587
- <xs:documentation>SIL Open Font License 1.0</xs:documentation>
1997
+ <xs:documentation>Nunit License</xs:documentation>
1588
1998
  </xs:annotation>
1589
1999
  </xs:enumeration>
1590
- <xs:enumeration value="APSL-1.1">
2000
+ <xs:enumeration value="O-UDA-1.0">
1591
2001
  <xs:annotation>
1592
- <xs:documentation>Apple Public Source License 1.1</xs:documentation>
2002
+ <xs:documentation>Open Use of Data Agreement v1.0</xs:documentation>
1593
2003
  </xs:annotation>
1594
2004
  </xs:enumeration>
1595
- <xs:enumeration value="MITNFA">
2005
+ <xs:enumeration value="OCCT-PL">
1596
2006
  <xs:annotation>
1597
- <xs:documentation>MIT +no-false-attribs license</xs:documentation>
2007
+ <xs:documentation>Open CASCADE Technology Public License</xs:documentation>
1598
2008
  </xs:annotation>
1599
2009
  </xs:enumeration>
1600
- <xs:enumeration value="CECILL-2.0">
2010
+ <xs:enumeration value="OCLC-2.0">
1601
2011
  <xs:annotation>
1602
- <xs:documentation>CeCILL Free Software License Agreement v2.0</xs:documentation>
2012
+ <xs:documentation>OCLC Research Public License 2.0</xs:documentation>
1603
2013
  </xs:annotation>
1604
2014
  </xs:enumeration>
1605
- <xs:enumeration value="Crossword">
2015
+ <xs:enumeration value="ODbL-1.0">
1606
2016
  <xs:annotation>
1607
- <xs:documentation>Crossword License</xs:documentation>
2017
+ <xs:documentation>Open Data Commons Open Database License v1.0</xs:documentation>
1608
2018
  </xs:annotation>
1609
2019
  </xs:enumeration>
1610
- <xs:enumeration value="Aladdin">
2020
+ <xs:enumeration value="ODC-By-1.0">
1611
2021
  <xs:annotation>
1612
- <xs:documentation>Aladdin Free Public License</xs:documentation>
2022
+ <xs:documentation>Open Data Commons Attribution License v1.0</xs:documentation>
1613
2023
  </xs:annotation>
1614
2024
  </xs:enumeration>
1615
- <xs:enumeration value="Baekmuk">
2025
+ <xs:enumeration value="OFFIS">
1616
2026
  <xs:annotation>
1617
- <xs:documentation>Baekmuk License</xs:documentation>
2027
+ <xs:documentation>OFFIS License</xs:documentation>
1618
2028
  </xs:annotation>
1619
2029
  </xs:enumeration>
1620
- <xs:enumeration value="XFree86-1.1">
2030
+ <xs:enumeration value="OFL-1.0">
1621
2031
  <xs:annotation>
1622
- <xs:documentation>XFree86 License 1.1</xs:documentation>
2032
+ <xs:documentation>SIL Open Font License 1.0</xs:documentation>
1623
2033
  </xs:annotation>
1624
2034
  </xs:enumeration>
1625
- <xs:enumeration value="GPL-1.0-or-later">
2035
+ <xs:enumeration value="OFL-1.0-no-RFN">
1626
2036
  <xs:annotation>
1627
- <xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
2037
+ <xs:documentation>SIL Open Font License 1.0 with no Reserved Font Name</xs:documentation>
1628
2038
  </xs:annotation>
1629
2039
  </xs:enumeration>
1630
- <xs:enumeration value="CERN-OHL-W-2.0">
2040
+ <xs:enumeration value="OFL-1.0-RFN">
1631
2041
  <xs:annotation>
1632
- <xs:documentation>CERN Open Hardware Licence Version 2 - Weakly Reciprocal</xs:documentation>
2042
+ <xs:documentation>SIL Open Font License 1.0 with Reserved Font Name</xs:documentation>
1633
2043
  </xs:annotation>
1634
2044
  </xs:enumeration>
1635
- <xs:enumeration value="CC-BY-SA-1.0">
2045
+ <xs:enumeration value="OFL-1.1">
1636
2046
  <xs:annotation>
1637
- <xs:documentation>Creative Commons Attribution Share Alike 1.0 Generic</xs:documentation>
2047
+ <xs:documentation>SIL Open Font License 1.1</xs:documentation>
1638
2048
  </xs:annotation>
1639
2049
  </xs:enumeration>
1640
- <xs:enumeration value="NTP">
2050
+ <xs:enumeration value="OFL-1.1-no-RFN">
1641
2051
  <xs:annotation>
1642
- <xs:documentation>NTP License</xs:documentation>
2052
+ <xs:documentation>SIL Open Font License 1.1 with no Reserved Font Name</xs:documentation>
1643
2053
  </xs:annotation>
1644
2054
  </xs:enumeration>
1645
- <xs:enumeration value="PHP-3.01">
2055
+ <xs:enumeration value="OFL-1.1-RFN">
1646
2056
  <xs:annotation>
1647
- <xs:documentation>PHP License v3.01</xs:documentation>
2057
+ <xs:documentation>SIL Open Font License 1.1 with Reserved Font Name</xs:documentation>
1648
2058
  </xs:annotation>
1649
2059
  </xs:enumeration>
1650
- <xs:enumeration value="OCLC-2.0">
2060
+ <xs:enumeration value="OGC-1.0">
1651
2061
  <xs:annotation>
1652
- <xs:documentation>OCLC Research Public License 2.0</xs:documentation>
2062
+ <xs:documentation>OGC Software License, Version 1.0</xs:documentation>
1653
2063
  </xs:annotation>
1654
2064
  </xs:enumeration>
1655
- <xs:enumeration value="CC-BY-3.0-DE">
2065
+ <xs:enumeration value="OGDL-Taiwan-1.0">
1656
2066
  <xs:annotation>
1657
- <xs:documentation>Creative Commons Attribution 3.0 Germany</xs:documentation>
2067
+ <xs:documentation>Taiwan Open Government Data License, version 1.0</xs:documentation>
1658
2068
  </xs:annotation>
1659
2069
  </xs:enumeration>
1660
- <xs:enumeration value="CC-BY-NC-2.5">
2070
+ <xs:enumeration value="OGL-Canada-2.0">
1661
2071
  <xs:annotation>
1662
- <xs:documentation>Creative Commons Attribution Non Commercial 2.5 Generic</xs:documentation>
2072
+ <xs:documentation>Open Government Licence - Canada</xs:documentation>
1663
2073
  </xs:annotation>
1664
2074
  </xs:enumeration>
1665
- <xs:enumeration value="Zlib">
2075
+ <xs:enumeration value="OGL-UK-1.0">
1666
2076
  <xs:annotation>
1667
- <xs:documentation>zlib License</xs:documentation>
2077
+ <xs:documentation>Open Government Licence v1.0</xs:documentation>
1668
2078
  </xs:annotation>
1669
2079
  </xs:enumeration>
1670
- <xs:enumeration value="CATOSL-1.1">
2080
+ <xs:enumeration value="OGL-UK-2.0">
1671
2081
  <xs:annotation>
1672
- <xs:documentation>Computer Associates Trusted Open Source License 1.1</xs:documentation>
2082
+ <xs:documentation>Open Government Licence v2.0</xs:documentation>
1673
2083
  </xs:annotation>
1674
2084
  </xs:enumeration>
1675
- <xs:enumeration value="LGPL-3.0+">
2085
+ <xs:enumeration value="OGL-UK-3.0">
1676
2086
  <xs:annotation>
1677
- <xs:documentation>GNU Lesser General Public License v3.0 or later</xs:documentation>
2087
+ <xs:documentation>Open Government Licence v3.0</xs:documentation>
1678
2088
  </xs:annotation>
1679
2089
  </xs:enumeration>
1680
- <xs:enumeration value="CAL-1.0">
2090
+ <xs:enumeration value="OGTSL">
1681
2091
  <xs:annotation>
1682
- <xs:documentation>Cryptographic Autonomy License 1.0</xs:documentation>
2092
+ <xs:documentation>Open Group Test Suite License</xs:documentation>
1683
2093
  </xs:annotation>
1684
2094
  </xs:enumeration>
1685
- <xs:enumeration value="NPL-1.0">
2095
+ <xs:enumeration value="OLDAP-1.1">
1686
2096
  <xs:annotation>
1687
- <xs:documentation>Netscape Public License v1.0</xs:documentation>
2097
+ <xs:documentation>Open LDAP Public License v1.1</xs:documentation>
1688
2098
  </xs:annotation>
1689
2099
  </xs:enumeration>
1690
- <xs:enumeration value="SMLNJ">
2100
+ <xs:enumeration value="OLDAP-1.2">
1691
2101
  <xs:annotation>
1692
- <xs:documentation>Standard ML of New Jersey License</xs:documentation>
2102
+ <xs:documentation>Open LDAP Public License v1.2</xs:documentation>
1693
2103
  </xs:annotation>
1694
2104
  </xs:enumeration>
1695
- <xs:enumeration value="GPL-2.0+">
2105
+ <xs:enumeration value="OLDAP-1.3">
1696
2106
  <xs:annotation>
1697
- <xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
2107
+ <xs:documentation>Open LDAP Public License v1.3</xs:documentation>
1698
2108
  </xs:annotation>
1699
2109
  </xs:enumeration>
1700
- <xs:enumeration value="OLDAP-2.5">
2110
+ <xs:enumeration value="OLDAP-1.4">
1701
2111
  <xs:annotation>
1702
- <xs:documentation>Open LDAP Public License v2.5</xs:documentation>
2112
+ <xs:documentation>Open LDAP Public License v1.4</xs:documentation>
1703
2113
  </xs:annotation>
1704
2114
  </xs:enumeration>
1705
- <xs:enumeration value="JasPer-2.0">
2115
+ <xs:enumeration value="OLDAP-2.0">
1706
2116
  <xs:annotation>
1707
- <xs:documentation>JasPer License</xs:documentation>
2117
+ <xs:documentation>Open LDAP Public License v2.0 (or possibly 2.0A and 2.0B)</xs:documentation>
1708
2118
  </xs:annotation>
1709
2119
  </xs:enumeration>
1710
- <xs:enumeration value="GPL-2.0-or-later">
2120
+ <xs:enumeration value="OLDAP-2.0.1">
1711
2121
  <xs:annotation>
1712
- <xs:documentation>GNU General Public License v2.0 or later</xs:documentation>
2122
+ <xs:documentation>Open LDAP Public License v2.0.1</xs:documentation>
1713
2123
  </xs:annotation>
1714
2124
  </xs:enumeration>
1715
- <xs:enumeration value="BSD-2-Clause-Patent">
2125
+ <xs:enumeration value="OLDAP-2.1">
1716
2126
  <xs:annotation>
1717
- <xs:documentation>BSD-2-Clause Plus Patent License</xs:documentation>
2127
+ <xs:documentation>Open LDAP Public License v2.1</xs:documentation>
1718
2128
  </xs:annotation>
1719
2129
  </xs:enumeration>
1720
- <xs:enumeration value="MS-RL">
2130
+ <xs:enumeration value="OLDAP-2.2">
1721
2131
  <xs:annotation>
1722
- <xs:documentation>Microsoft Reciprocal License</xs:documentation>
2132
+ <xs:documentation>Open LDAP Public License v2.2</xs:documentation>
1723
2133
  </xs:annotation>
1724
2134
  </xs:enumeration>
1725
- <xs:enumeration value="CUA-OPL-1.0">
2135
+ <xs:enumeration value="OLDAP-2.2.1">
1726
2136
  <xs:annotation>
1727
- <xs:documentation>CUA Office Public License v1.0</xs:documentation>
2137
+ <xs:documentation>Open LDAP Public License v2.2.1</xs:documentation>
1728
2138
  </xs:annotation>
1729
2139
  </xs:enumeration>
1730
- <xs:enumeration value="IPA">
2140
+ <xs:enumeration value="OLDAP-2.2.2">
1731
2141
  <xs:annotation>
1732
- <xs:documentation>IPA Font License</xs:documentation>
2142
+ <xs:documentation>Open LDAP Public License 2.2.2</xs:documentation>
1733
2143
  </xs:annotation>
1734
2144
  </xs:enumeration>
1735
- <xs:enumeration value="NLPL">
2145
+ <xs:enumeration value="OLDAP-2.3">
1736
2146
  <xs:annotation>
1737
- <xs:documentation>No Limit Public License</xs:documentation>
2147
+ <xs:documentation>Open LDAP Public License v2.3</xs:documentation>
1738
2148
  </xs:annotation>
1739
2149
  </xs:enumeration>
1740
- <xs:enumeration value="O-UDA-1.0">
2150
+ <xs:enumeration value="OLDAP-2.4">
1741
2151
  <xs:annotation>
1742
- <xs:documentation>Open Use of Data Agreement v1.0</xs:documentation>
2152
+ <xs:documentation>Open LDAP Public License v2.4</xs:documentation>
1743
2153
  </xs:annotation>
1744
2154
  </xs:enumeration>
1745
- <xs:enumeration value="MIT-Modern-Variant">
2155
+ <xs:enumeration value="OLDAP-2.5">
1746
2156
  <xs:annotation>
1747
- <xs:documentation>MIT License Modern Variant</xs:documentation>
2157
+ <xs:documentation>Open LDAP Public License v2.5</xs:documentation>
1748
2158
  </xs:annotation>
1749
2159
  </xs:enumeration>
1750
- <xs:enumeration value="OLDAP-1.2">
2160
+ <xs:enumeration value="OLDAP-2.6">
1751
2161
  <xs:annotation>
1752
- <xs:documentation>Open LDAP Public License v1.2</xs:documentation>
2162
+ <xs:documentation>Open LDAP Public License v2.6</xs:documentation>
1753
2163
  </xs:annotation>
1754
2164
  </xs:enumeration>
1755
- <xs:enumeration value="BSD-2-Clause-FreeBSD">
2165
+ <xs:enumeration value="OLDAP-2.7">
1756
2166
  <xs:annotation>
1757
- <xs:documentation>BSD 2-Clause FreeBSD License</xs:documentation>
2167
+ <xs:documentation>Open LDAP Public License v2.7</xs:documentation>
1758
2168
  </xs:annotation>
1759
2169
  </xs:enumeration>
1760
- <xs:enumeration value="Info-ZIP">
2170
+ <xs:enumeration value="OLDAP-2.8">
1761
2171
  <xs:annotation>
1762
- <xs:documentation>Info-ZIP License</xs:documentation>
2172
+ <xs:documentation>Open LDAP Public License v2.8</xs:documentation>
1763
2173
  </xs:annotation>
1764
2174
  </xs:enumeration>
1765
- <xs:enumeration value="CC-BY-NC-SA-2.0-FR">
2175
+ <xs:enumeration value="OLFL-1.3">
1766
2176
  <xs:annotation>
1767
- <xs:documentation>Creative Commons Attribution-NonCommercial-ShareAlike 2.0 France</xs:documentation>
2177
+ <xs:documentation>Open Logistics Foundation License Version 1.3</xs:documentation>
1768
2178
  </xs:annotation>
1769
2179
  </xs:enumeration>
1770
- <xs:enumeration value="0BSD">
2180
+ <xs:enumeration value="OML">
1771
2181
  <xs:annotation>
1772
- <xs:documentation>BSD Zero Clause License</xs:documentation>
2182
+ <xs:documentation>Open Market License</xs:documentation>
1773
2183
  </xs:annotation>
1774
2184
  </xs:enumeration>
1775
- <xs:enumeration value="Unicode-DFS-2016">
2185
+ <xs:enumeration value="OpenPBS-2.3">
1776
2186
  <xs:annotation>
1777
- <xs:documentation>Unicode License Agreement - Data Files and Software (2016)</xs:documentation>
2187
+ <xs:documentation>OpenPBS v2.3 Software License</xs:documentation>
1778
2188
  </xs:annotation>
1779
2189
  </xs:enumeration>
1780
- <xs:enumeration value="OFL-1.0-RFN">
2190
+ <xs:enumeration value="OpenSSL">
1781
2191
  <xs:annotation>
1782
- <xs:documentation>SIL Open Font License 1.0 with Reserved Font Name</xs:documentation>
2192
+ <xs:documentation>OpenSSL License</xs:documentation>
1783
2193
  </xs:annotation>
1784
2194
  </xs:enumeration>
1785
- <xs:enumeration value="Intel">
2195
+ <xs:enumeration value="OPL-1.0">
1786
2196
  <xs:annotation>
1787
- <xs:documentation>Intel Open Source License</xs:documentation>
2197
+ <xs:documentation>Open Public License v1.0</xs:documentation>
1788
2198
  </xs:annotation>
1789
2199
  </xs:enumeration>
1790
- <xs:enumeration value="AFL-2.0">
2200
+ <xs:enumeration value="OPL-UK-3.0">
1791
2201
  <xs:annotation>
1792
- <xs:documentation>Academic Free License v2.0</xs:documentation>
2202
+ <xs:documentation>United Kingdom Open Parliament Licence v3.0</xs:documentation>
1793
2203
  </xs:annotation>
1794
2204
  </xs:enumeration>
1795
- <xs:enumeration value="GL2PS">
2205
+ <xs:enumeration value="OPUBL-1.0">
1796
2206
  <xs:annotation>
1797
- <xs:documentation>GL2PS License</xs:documentation>
2207
+ <xs:documentation>Open Publication License v1.0</xs:documentation>
1798
2208
  </xs:annotation>
1799
2209
  </xs:enumeration>
1800
- <xs:enumeration value="TAPR-OHL-1.0">
2210
+ <xs:enumeration value="OSET-PL-2.1">
1801
2211
  <xs:annotation>
1802
- <xs:documentation>TAPR Open Hardware License v1.0</xs:documentation>
2212
+ <xs:documentation>OSET Public License version 2.1</xs:documentation>
1803
2213
  </xs:annotation>
1804
2214
  </xs:enumeration>
1805
- <xs:enumeration value="Apache-1.0">
2215
+ <xs:enumeration value="OSL-1.0">
1806
2216
  <xs:annotation>
1807
- <xs:documentation>Apache License 1.0</xs:documentation>
2217
+ <xs:documentation>Open Software License 1.0</xs:documentation>
1808
2218
  </xs:annotation>
1809
2219
  </xs:enumeration>
1810
- <xs:enumeration value="MTLL">
2220
+ <xs:enumeration value="OSL-1.1">
1811
2221
  <xs:annotation>
1812
- <xs:documentation>Matrix Template Library License</xs:documentation>
2222
+ <xs:documentation>Open Software License 1.1</xs:documentation>
1813
2223
  </xs:annotation>
1814
2224
  </xs:enumeration>
1815
- <xs:enumeration value="Motosoto">
2225
+ <xs:enumeration value="OSL-2.0">
1816
2226
  <xs:annotation>
1817
- <xs:documentation>Motosoto License</xs:documentation>
2227
+ <xs:documentation>Open Software License 2.0</xs:documentation>
1818
2228
  </xs:annotation>
1819
2229
  </xs:enumeration>
1820
- <xs:enumeration value="RSA-MD">
2230
+ <xs:enumeration value="OSL-2.1">
1821
2231
  <xs:annotation>
1822
- <xs:documentation>RSA Message-Digest License</xs:documentation>
2232
+ <xs:documentation>Open Software License 2.1</xs:documentation>
1823
2233
  </xs:annotation>
1824
2234
  </xs:enumeration>
1825
- <xs:enumeration value="Community-Spec-1.0">
2235
+ <xs:enumeration value="OSL-3.0">
1826
2236
  <xs:annotation>
1827
- <xs:documentation>Community Specification License 1.0</xs:documentation>
2237
+ <xs:documentation>Open Software License 3.0</xs:documentation>
1828
2238
  </xs:annotation>
1829
2239
  </xs:enumeration>
1830
- <xs:enumeration value="ODC-By-1.0">
2240
+ <xs:enumeration value="Parity-6.0.0">
1831
2241
  <xs:annotation>
1832
- <xs:documentation>Open Data Commons Attribution License v1.0</xs:documentation>
2242
+ <xs:documentation>The Parity Public License 6.0.0</xs:documentation>
1833
2243
  </xs:annotation>
1834
2244
  </xs:enumeration>
1835
- <xs:enumeration value="zlib-acknowledgement">
2245
+ <xs:enumeration value="Parity-7.0.0">
1836
2246
  <xs:annotation>
1837
- <xs:documentation>zlib/libpng License with Acknowledgement</xs:documentation>
2247
+ <xs:documentation>The Parity Public License 7.0.0</xs:documentation>
1838
2248
  </xs:annotation>
1839
2249
  </xs:enumeration>
1840
- <xs:enumeration value="DL-DE-BY-2.0">
2250
+ <xs:enumeration value="PDDL-1.0">
1841
2251
  <xs:annotation>
1842
- <xs:documentation>Data licence Germany attribution version 2.0</xs:documentation>
2252
+ <xs:documentation>Open Data Commons Public Domain Dedication &amp; License 1.0</xs:documentation>
1843
2253
  </xs:annotation>
1844
2254
  </xs:enumeration>
1845
- <xs:enumeration value="VSL-1.0">
2255
+ <xs:enumeration value="PHP-3.0">
1846
2256
  <xs:annotation>
1847
- <xs:documentation>Vovida Software License v1.0</xs:documentation>
2257
+ <xs:documentation>PHP License v3.0</xs:documentation>
1848
2258
  </xs:annotation>
1849
2259
  </xs:enumeration>
1850
- <xs:enumeration value="LiLiQ-R-1.1">
2260
+ <xs:enumeration value="PHP-3.01">
1851
2261
  <xs:annotation>
1852
- <xs:documentation>Licence Libre du Québec – Réciprocité version 1.1</xs:documentation>
2262
+ <xs:documentation>PHP License v3.01</xs:documentation>
1853
2263
  </xs:annotation>
1854
2264
  </xs:enumeration>
1855
- <xs:enumeration value="OPL-1.0">
2265
+ <xs:enumeration value="Plexus">
1856
2266
  <xs:annotation>
1857
- <xs:documentation>Open Public License v1.0</xs:documentation>
2267
+ <xs:documentation>Plexus Classworlds License</xs:documentation>
1858
2268
  </xs:annotation>
1859
2269
  </xs:enumeration>
1860
- <xs:enumeration value="GPL-3.0+">
2270
+ <xs:enumeration value="PolyForm-Noncommercial-1.0.0">
1861
2271
  <xs:annotation>
1862
- <xs:documentation>GNU General Public License v3.0 or later</xs:documentation>
2272
+ <xs:documentation>PolyForm Noncommercial License 1.0.0</xs:documentation>
1863
2273
  </xs:annotation>
1864
2274
  </xs:enumeration>
1865
- <xs:enumeration value="MulanPSL-2.0">
2275
+ <xs:enumeration value="PolyForm-Small-Business-1.0.0">
1866
2276
  <xs:annotation>
1867
- <xs:documentation>Mulan Permissive Software License, Version 2</xs:documentation>
2277
+ <xs:documentation>PolyForm Small Business License 1.0.0</xs:documentation>
1868
2278
  </xs:annotation>
1869
2279
  </xs:enumeration>
1870
- <xs:enumeration value="APSL-1.2">
2280
+ <xs:enumeration value="PostgreSQL">
1871
2281
  <xs:annotation>
1872
- <xs:documentation>Apple Public Source License 1.2</xs:documentation>
2282
+ <xs:documentation>PostgreSQL License</xs:documentation>
1873
2283
  </xs:annotation>
1874
2284
  </xs:enumeration>
1875
- <xs:enumeration value="OGDL-Taiwan-1.0">
2285
+ <xs:enumeration value="PSF-2.0">
1876
2286
  <xs:annotation>
1877
- <xs:documentation>Taiwan Open Government Data License, version 1.0</xs:documentation>
2287
+ <xs:documentation>Python Software Foundation License 2.0</xs:documentation>
1878
2288
  </xs:annotation>
1879
2289
  </xs:enumeration>
1880
- <xs:enumeration value="RSCPL">
2290
+ <xs:enumeration value="psfrag">
1881
2291
  <xs:annotation>
1882
- <xs:documentation>Ricoh Source Code Public License</xs:documentation>
2292
+ <xs:documentation>psfrag License</xs:documentation>
1883
2293
  </xs:annotation>
1884
2294
  </xs:enumeration>
1885
- <xs:enumeration value="OGC-1.0">
2295
+ <xs:enumeration value="psutils">
1886
2296
  <xs:annotation>
1887
- <xs:documentation>OGC Software License, Version 1.0</xs:documentation>
2297
+ <xs:documentation>psutils License</xs:documentation>
1888
2298
  </xs:annotation>
1889
2299
  </xs:enumeration>
1890
- <xs:enumeration value="EFL-2.0">
2300
+ <xs:enumeration value="Python-2.0">
1891
2301
  <xs:annotation>
1892
- <xs:documentation>Eiffel Forum License v2.0</xs:documentation>
2302
+ <xs:documentation>Python License 2.0</xs:documentation>
1893
2303
  </xs:annotation>
1894
2304
  </xs:enumeration>
1895
- <xs:enumeration value="CAL-1.0-Combined-Work-Exception">
2305
+ <xs:enumeration value="Python-2.0.1">
1896
2306
  <xs:annotation>
1897
- <xs:documentation>Cryptographic Autonomy License 1.0 (Combined Work Exception)</xs:documentation>
2307
+ <xs:documentation>Python License 2.0.1</xs:documentation>
1898
2308
  </xs:annotation>
1899
2309
  </xs:enumeration>
1900
- <xs:enumeration value="MS-PL">
2310
+ <xs:enumeration value="Qhull">
1901
2311
  <xs:annotation>
1902
- <xs:documentation>Microsoft Public License</xs:documentation>
2312
+ <xs:documentation>Qhull License</xs:documentation>
1903
2313
  </xs:annotation>
1904
2314
  </xs:enumeration>
1905
- <xs:enumeration value="Plexus">
2315
+ <xs:enumeration value="QPL-1.0">
1906
2316
  <xs:annotation>
1907
- <xs:documentation>Plexus Classworlds License</xs:documentation>
2317
+ <xs:documentation>Q Public License 1.0</xs:documentation>
1908
2318
  </xs:annotation>
1909
2319
  </xs:enumeration>
1910
- <xs:enumeration value="Sendmail-8.23">
2320
+ <xs:enumeration value="QPL-1.0-INRIA-2004">
1911
2321
  <xs:annotation>
1912
- <xs:documentation>Sendmail License 8.23</xs:documentation>
2322
+ <xs:documentation>Q Public License 1.0 - INRIA 2004 variant</xs:documentation>
1913
2323
  </xs:annotation>
1914
2324
  </xs:enumeration>
1915
- <xs:enumeration value="Cube">
2325
+ <xs:enumeration value="Rdisc">
1916
2326
  <xs:annotation>
1917
- <xs:documentation>Cube License</xs:documentation>
2327
+ <xs:documentation>Rdisc License</xs:documentation>
1918
2328
  </xs:annotation>
1919
2329
  </xs:enumeration>
1920
- <xs:enumeration value="JSON">
2330
+ <xs:enumeration value="RHeCos-1.1">
1921
2331
  <xs:annotation>
1922
- <xs:documentation>JSON License</xs:documentation>
2332
+ <xs:documentation>Red Hat eCos Public License v1.1</xs:documentation>
1923
2333
  </xs:annotation>
1924
2334
  </xs:enumeration>
1925
- <xs:enumeration value="EUPL-1.2">
2335
+ <xs:enumeration value="RPL-1.1">
1926
2336
  <xs:annotation>
1927
- <xs:documentation>European Union Public License 1.2</xs:documentation>
2337
+ <xs:documentation>Reciprocal Public License 1.1</xs:documentation>
1928
2338
  </xs:annotation>
1929
2339
  </xs:enumeration>
1930
- <xs:enumeration value="Adobe-Glyph">
2340
+ <xs:enumeration value="RPL-1.5">
1931
2341
  <xs:annotation>
1932
- <xs:documentation>Adobe Glyph List License</xs:documentation>
2342
+ <xs:documentation>Reciprocal Public License 1.5</xs:documentation>
1933
2343
  </xs:annotation>
1934
2344
  </xs:enumeration>
1935
- <xs:enumeration value="FreeImage">
2345
+ <xs:enumeration value="RPSL-1.0">
1936
2346
  <xs:annotation>
1937
- <xs:documentation>FreeImage Public License v1.0</xs:documentation>
2347
+ <xs:documentation>RealNetworks Public Source License v1.0</xs:documentation>
1938
2348
  </xs:annotation>
1939
2349
  </xs:enumeration>
1940
- <xs:enumeration value="Watcom-1.0">
2350
+ <xs:enumeration value="RSA-MD">
1941
2351
  <xs:annotation>
1942
- <xs:documentation>Sybase Open Watcom Public License 1.0</xs:documentation>
2352
+ <xs:documentation>RSA Message-Digest License</xs:documentation>
1943
2353
  </xs:annotation>
1944
2354
  </xs:enumeration>
1945
- <xs:enumeration value="Jam">
2355
+ <xs:enumeration value="RSCPL">
1946
2356
  <xs:annotation>
1947
- <xs:documentation>Jam License</xs:documentation>
2357
+ <xs:documentation>Ricoh Source Code Public License</xs:documentation>
1948
2358
  </xs:annotation>
1949
2359
  </xs:enumeration>
1950
- <xs:enumeration value="Hippocratic-2.1">
2360
+ <xs:enumeration value="Ruby">
1951
2361
  <xs:annotation>
1952
- <xs:documentation>Hippocratic License 2.1</xs:documentation>
2362
+ <xs:documentation>Ruby License</xs:documentation>
1953
2363
  </xs:annotation>
1954
2364
  </xs:enumeration>
1955
- <xs:enumeration value="OLDAP-2.0.1">
2365
+ <xs:enumeration value="SAX-PD">
1956
2366
  <xs:annotation>
1957
- <xs:documentation>Open LDAP Public License v2.0.1</xs:documentation>
2367
+ <xs:documentation>Sax Public Domain Notice</xs:documentation>
1958
2368
  </xs:annotation>
1959
2369
  </xs:enumeration>
1960
- <xs:enumeration value="CC-BY-NC-SA-2.0">
2370
+ <xs:enumeration value="Saxpath">
1961
2371
  <xs:annotation>
1962
- <xs:documentation>Creative Commons Attribution Non Commercial Share Alike 2.0 Generic</xs:documentation>
2372
+ <xs:documentation>Saxpath License</xs:documentation>
1963
2373
  </xs:annotation>
1964
2374
  </xs:enumeration>
1965
- <xs:enumeration value="Nokia">
2375
+ <xs:enumeration value="SCEA">
1966
2376
  <xs:annotation>
1967
- <xs:documentation>Nokia Open Source License</xs:documentation>
2377
+ <xs:documentation>SCEA Shared Source License</xs:documentation>
1968
2378
  </xs:annotation>
1969
2379
  </xs:enumeration>
1970
- <xs:enumeration value="OCCT-PL">
2380
+ <xs:enumeration value="SchemeReport">
1971
2381
  <xs:annotation>
1972
- <xs:documentation>Open CASCADE Technology Public License</xs:documentation>
2382
+ <xs:documentation>Scheme Language Report License</xs:documentation>
1973
2383
  </xs:annotation>
1974
2384
  </xs:enumeration>
1975
- <xs:enumeration value="ErlPL-1.1">
2385
+ <xs:enumeration value="Sendmail">
1976
2386
  <xs:annotation>
1977
- <xs:documentation>Erlang Public License v1.1</xs:documentation>
2387
+ <xs:documentation>Sendmail License</xs:documentation>
1978
2388
  </xs:annotation>
1979
2389
  </xs:enumeration>
1980
- <xs:enumeration value="TOSL">
2390
+ <xs:enumeration value="Sendmail-8.23">
1981
2391
  <xs:annotation>
1982
- <xs:documentation>Trusster Open Source License</xs:documentation>
2392
+ <xs:documentation>Sendmail License 8.23</xs:documentation>
1983
2393
  </xs:annotation>
1984
2394
  </xs:enumeration>
1985
- <xs:enumeration value="OSL-2.1">
2395
+ <xs:enumeration value="SGI-B-1.0">
1986
2396
  <xs:annotation>
1987
- <xs:documentation>Open Software License 2.1</xs:documentation>
2397
+ <xs:documentation>SGI Free Software License B v1.0</xs:documentation>
1988
2398
  </xs:annotation>
1989
2399
  </xs:enumeration>
1990
- <xs:enumeration value="ClArtistic">
2400
+ <xs:enumeration value="SGI-B-1.1">
1991
2401
  <xs:annotation>
1992
- <xs:documentation>Clarified Artistic License</xs:documentation>
2402
+ <xs:documentation>SGI Free Software License B v1.1</xs:documentation>
1993
2403
  </xs:annotation>
1994
2404
  </xs:enumeration>
1995
- <xs:enumeration value="xinetd">
2405
+ <xs:enumeration value="SGI-B-2.0">
1996
2406
  <xs:annotation>
1997
- <xs:documentation>xinetd License</xs:documentation>
2407
+ <xs:documentation>SGI Free Software License B v2.0</xs:documentation>
1998
2408
  </xs:annotation>
1999
2409
  </xs:enumeration>
2000
- <xs:enumeration value="GPL-3.0-with-GCC-exception">
2410
+ <xs:enumeration value="SGP4">
2001
2411
  <xs:annotation>
2002
- <xs:documentation>GNU General Public License v3.0 w/GCC Runtime Library exception</xs:documentation>
2412
+ <xs:documentation>SGP4 Permission Notice</xs:documentation>
2003
2413
  </xs:annotation>
2004
2414
  </xs:enumeration>
2005
- <xs:enumeration value="ODbL-1.0">
2415
+ <xs:enumeration value="SHL-0.5">
2006
2416
  <xs:annotation>
2007
- <xs:documentation>Open Data Commons Open Database License v1.0</xs:documentation>
2417
+ <xs:documentation>Solderpad Hardware License v0.5</xs:documentation>
2008
2418
  </xs:annotation>
2009
2419
  </xs:enumeration>
2010
- <xs:enumeration value="MIT">
2420
+ <xs:enumeration value="SHL-0.51">
2011
2421
  <xs:annotation>
2012
- <xs:documentation>MIT License</xs:documentation>
2422
+ <xs:documentation>Solderpad Hardware License, Version 0.51</xs:documentation>
2013
2423
  </xs:annotation>
2014
2424
  </xs:enumeration>
2015
- <xs:enumeration value="LGPL-2.1+">
2425
+ <xs:enumeration value="SimPL-2.0">
2016
2426
  <xs:annotation>
2017
- <xs:documentation>GNU Library General Public License v2.1 or later</xs:documentation>
2427
+ <xs:documentation>Simple Public License 2.0</xs:documentation>
2018
2428
  </xs:annotation>
2019
2429
  </xs:enumeration>
2020
- <xs:enumeration value="LGPL-2.1-only">
2430
+ <xs:enumeration value="SISSL">
2021
2431
  <xs:annotation>
2022
- <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
2432
+ <xs:documentation>Sun Industry Standards Source License v1.1</xs:documentation>
2023
2433
  </xs:annotation>
2024
2434
  </xs:enumeration>
2025
- <xs:enumeration value="CrystalStacker">
2435
+ <xs:enumeration value="SISSL-1.2">
2026
2436
  <xs:annotation>
2027
- <xs:documentation>CrystalStacker License</xs:documentation>
2437
+ <xs:documentation>Sun Industry Standards Source License v1.2</xs:documentation>
2028
2438
  </xs:annotation>
2029
2439
  </xs:enumeration>
2030
- <xs:enumeration value="ECL-2.0">
2440
+ <xs:enumeration value="Sleepycat">
2031
2441
  <xs:annotation>
2032
- <xs:documentation>Educational Community License v2.0</xs:documentation>
2442
+ <xs:documentation>Sleepycat License</xs:documentation>
2033
2443
  </xs:annotation>
2034
2444
  </xs:enumeration>
2035
- <xs:enumeration value="LPPL-1.0">
2445
+ <xs:enumeration value="SMLNJ">
2036
2446
  <xs:annotation>
2037
- <xs:documentation>LaTeX Project Public License v1.0</xs:documentation>
2447
+ <xs:documentation>Standard ML of New Jersey License</xs:documentation>
2038
2448
  </xs:annotation>
2039
2449
  </xs:enumeration>
2040
- <xs:enumeration value="iMatix">
2450
+ <xs:enumeration value="SMPPL">
2041
2451
  <xs:annotation>
2042
- <xs:documentation>iMatix Standard Function Library Agreement</xs:documentation>
2452
+ <xs:documentation>Secure Messaging Protocol Public License</xs:documentation>
2043
2453
  </xs:annotation>
2044
2454
  </xs:enumeration>
2045
- <xs:enumeration value="CC-BY-NC-ND-3.0-IGO">
2455
+ <xs:enumeration value="SNIA">
2046
2456
  <xs:annotation>
2047
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 3.0 IGO</xs:documentation>
2457
+ <xs:documentation>SNIA Public License 1.1</xs:documentation>
2048
2458
  </xs:annotation>
2049
2459
  </xs:enumeration>
2050
- <xs:enumeration value="BSD-Source-Code">
2460
+ <xs:enumeration value="snprintf">
2051
2461
  <xs:annotation>
2052
- <xs:documentation>BSD Source Code Attribution</xs:documentation>
2462
+ <xs:documentation>snprintf License</xs:documentation>
2053
2463
  </xs:annotation>
2054
2464
  </xs:enumeration>
2055
- <xs:enumeration value="Parity-6.0.0">
2465
+ <xs:enumeration value="Spencer-86">
2056
2466
  <xs:annotation>
2057
- <xs:documentation>The Parity Public License 6.0.0</xs:documentation>
2467
+ <xs:documentation>Spencer License 86</xs:documentation>
2058
2468
  </xs:annotation>
2059
2469
  </xs:enumeration>
2060
- <xs:enumeration value="TCL">
2470
+ <xs:enumeration value="Spencer-94">
2061
2471
  <xs:annotation>
2062
- <xs:documentation>TCL/TK License</xs:documentation>
2472
+ <xs:documentation>Spencer License 94</xs:documentation>
2063
2473
  </xs:annotation>
2064
2474
  </xs:enumeration>
2065
- <xs:enumeration value="Arphic-1999">
2475
+ <xs:enumeration value="Spencer-99">
2066
2476
  <xs:annotation>
2067
- <xs:documentation>Arphic Public License</xs:documentation>
2477
+ <xs:documentation>Spencer License 99</xs:documentation>
2068
2478
  </xs:annotation>
2069
2479
  </xs:enumeration>
2070
- <xs:enumeration value="CC-BY-SA-3.0">
2480
+ <xs:enumeration value="SPL-1.0">
2071
2481
  <xs:annotation>
2072
- <xs:documentation>Creative Commons Attribution Share Alike 3.0 Unported</xs:documentation>
2482
+ <xs:documentation>Sun Public License v1.0</xs:documentation>
2073
2483
  </xs:annotation>
2074
2484
  </xs:enumeration>
2075
- <xs:enumeration value="Caldera">
2485
+ <xs:enumeration value="SSH-OpenSSH">
2076
2486
  <xs:annotation>
2077
- <xs:documentation>Caldera License</xs:documentation>
2487
+ <xs:documentation>SSH OpenSSH license</xs:documentation>
2078
2488
  </xs:annotation>
2079
2489
  </xs:enumeration>
2080
- <xs:enumeration value="AGPL-1.0">
2490
+ <xs:enumeration value="SSH-short">
2081
2491
  <xs:annotation>
2082
- <xs:documentation>Affero General Public License v1.0</xs:documentation>
2492
+ <xs:documentation>SSH short notice</xs:documentation>
2083
2493
  </xs:annotation>
2084
2494
  </xs:enumeration>
2085
- <xs:enumeration value="IPL-1.0">
2495
+ <xs:enumeration value="SSPL-1.0">
2086
2496
  <xs:annotation>
2087
- <xs:documentation>IBM Public License v1.0</xs:documentation>
2497
+ <xs:documentation>Server Side Public License, v 1</xs:documentation>
2088
2498
  </xs:annotation>
2089
2499
  </xs:enumeration>
2090
- <xs:enumeration value="LAL-1.3">
2500
+ <xs:enumeration value="StandardML-NJ">
2091
2501
  <xs:annotation>
2092
- <xs:documentation>Licence Art Libre 1.3</xs:documentation>
2502
+ <xs:documentation>Standard ML of New Jersey License</xs:documentation>
2093
2503
  </xs:annotation>
2094
2504
  </xs:enumeration>
2095
- <xs:enumeration value="EPICS">
2505
+ <xs:enumeration value="SugarCRM-1.1.3">
2096
2506
  <xs:annotation>
2097
- <xs:documentation>EPICS Open License</xs:documentation>
2507
+ <xs:documentation>SugarCRM Public License v1.1.3</xs:documentation>
2098
2508
  </xs:annotation>
2099
2509
  </xs:enumeration>
2100
- <xs:enumeration value="NGPL">
2510
+ <xs:enumeration value="SunPro">
2101
2511
  <xs:annotation>
2102
- <xs:documentation>Nethack General Public License</xs:documentation>
2512
+ <xs:documentation>SunPro License</xs:documentation>
2103
2513
  </xs:annotation>
2104
2514
  </xs:enumeration>
2105
- <xs:enumeration value="DRL-1.0">
2515
+ <xs:enumeration value="SWL">
2106
2516
  <xs:annotation>
2107
- <xs:documentation>Detection Rule License 1.0</xs:documentation>
2517
+ <xs:documentation>Scheme Widget Library (SWL) Software License Agreement</xs:documentation>
2108
2518
  </xs:annotation>
2109
2519
  </xs:enumeration>
2110
- <xs:enumeration value="BSD-2-Clause-NetBSD">
2520
+ <xs:enumeration value="Symlinks">
2111
2521
  <xs:annotation>
2112
- <xs:documentation>BSD 2-Clause NetBSD License</xs:documentation>
2522
+ <xs:documentation>Symlinks License</xs:documentation>
2113
2523
  </xs:annotation>
2114
2524
  </xs:enumeration>
2115
- <xs:enumeration value="ZPL-1.1">
2525
+ <xs:enumeration value="TAPR-OHL-1.0">
2116
2526
  <xs:annotation>
2117
- <xs:documentation>Zope Public License 1.1</xs:documentation>
2527
+ <xs:documentation>TAPR Open Hardware License v1.0</xs:documentation>
2118
2528
  </xs:annotation>
2119
2529
  </xs:enumeration>
2120
- <xs:enumeration value="GD">
2530
+ <xs:enumeration value="TCL">
2121
2531
  <xs:annotation>
2122
- <xs:documentation>GD License</xs:documentation>
2532
+ <xs:documentation>TCL/TK License</xs:documentation>
2123
2533
  </xs:annotation>
2124
2534
  </xs:enumeration>
2125
- <xs:enumeration value="LPPL-1.2">
2535
+ <xs:enumeration value="TCP-wrappers">
2126
2536
  <xs:annotation>
2127
- <xs:documentation>LaTeX Project Public License v1.2</xs:documentation>
2537
+ <xs:documentation>TCP Wrappers License</xs:documentation>
2128
2538
  </xs:annotation>
2129
2539
  </xs:enumeration>
2130
- <xs:enumeration value="Dotseqn">
2540
+ <xs:enumeration value="TermReadKey">
2131
2541
  <xs:annotation>
2132
- <xs:documentation>Dotseqn License</xs:documentation>
2542
+ <xs:documentation>TermReadKey License</xs:documentation>
2133
2543
  </xs:annotation>
2134
2544
  </xs:enumeration>
2135
- <xs:enumeration value="Spencer-99">
2545
+ <xs:enumeration value="TMate">
2136
2546
  <xs:annotation>
2137
- <xs:documentation>Spencer License 99</xs:documentation>
2547
+ <xs:documentation>TMate Open Source License</xs:documentation>
2138
2548
  </xs:annotation>
2139
2549
  </xs:enumeration>
2140
- <xs:enumeration value="OLDAP-2.3">
2550
+ <xs:enumeration value="TORQUE-1.1">
2141
2551
  <xs:annotation>
2142
- <xs:documentation>Open LDAP Public License v2.3</xs:documentation>
2552
+ <xs:documentation>TORQUE v2.5+ Software License v1.1</xs:documentation>
2143
2553
  </xs:annotation>
2144
2554
  </xs:enumeration>
2145
- <xs:enumeration value="YPL-1.1">
2555
+ <xs:enumeration value="TOSL">
2146
2556
  <xs:annotation>
2147
- <xs:documentation>Yahoo! Public License v1.1</xs:documentation>
2557
+ <xs:documentation>Trusster Open Source License</xs:documentation>
2148
2558
  </xs:annotation>
2149
2559
  </xs:enumeration>
2150
- <xs:enumeration value="Fair">
2560
+ <xs:enumeration value="TPDL">
2151
2561
  <xs:annotation>
2152
- <xs:documentation>Fair License</xs:documentation>
2562
+ <xs:documentation>Time::ParseDate License</xs:documentation>
2153
2563
  </xs:annotation>
2154
2564
  </xs:enumeration>
2155
- <xs:enumeration value="Qhull">
2565
+ <xs:enumeration value="TPL-1.0">
2156
2566
  <xs:annotation>
2157
- <xs:documentation>Qhull License</xs:documentation>
2567
+ <xs:documentation>THOR Public License 1.0</xs:documentation>
2158
2568
  </xs:annotation>
2159
2569
  </xs:enumeration>
2160
- <xs:enumeration value="GFDL-1.1-no-invariants-or-later">
2570
+ <xs:enumeration value="TTWL">
2161
2571
  <xs:annotation>
2162
- <xs:documentation>GNU Free Documentation License v1.1 or later - no invariants</xs:documentation>
2572
+ <xs:documentation>Text-Tabs+Wrap License</xs:documentation>
2163
2573
  </xs:annotation>
2164
2574
  </xs:enumeration>
2165
- <xs:enumeration value="CECILL-C">
2575
+ <xs:enumeration value="TU-Berlin-1.0">
2166
2576
  <xs:annotation>
2167
- <xs:documentation>CeCILL-C Free Software License Agreement</xs:documentation>
2577
+ <xs:documentation>Technische Universitaet Berlin License 1.0</xs:documentation>
2168
2578
  </xs:annotation>
2169
2579
  </xs:enumeration>
2170
- <xs:enumeration value="MulanPSL-1.0">
2580
+ <xs:enumeration value="TU-Berlin-2.0">
2171
2581
  <xs:annotation>
2172
- <xs:documentation>Mulan Permissive Software License, Version 1</xs:documentation>
2582
+ <xs:documentation>Technische Universitaet Berlin License 2.0</xs:documentation>
2173
2583
  </xs:annotation>
2174
2584
  </xs:enumeration>
2175
- <xs:enumeration value="OLDAP-1.1">
2585
+ <xs:enumeration value="UCAR">
2176
2586
  <xs:annotation>
2177
- <xs:documentation>Open LDAP Public License v1.1</xs:documentation>
2587
+ <xs:documentation>UCAR License</xs:documentation>
2178
2588
  </xs:annotation>
2179
2589
  </xs:enumeration>
2180
- <xs:enumeration value="OLDAP-2.1">
2590
+ <xs:enumeration value="UCL-1.0">
2181
2591
  <xs:annotation>
2182
- <xs:documentation>Open LDAP Public License v2.1</xs:documentation>
2592
+ <xs:documentation>Upstream Compatibility License v1.0</xs:documentation>
2183
2593
  </xs:annotation>
2184
2594
  </xs:enumeration>
2185
- <xs:enumeration value="LPL-1.02">
2595
+ <xs:enumeration value="Unicode-DFS-2015">
2186
2596
  <xs:annotation>
2187
- <xs:documentation>Lucent Public License v1.02</xs:documentation>
2597
+ <xs:documentation>Unicode License Agreement - Data Files and Software (2015)</xs:documentation>
2188
2598
  </xs:annotation>
2189
2599
  </xs:enumeration>
2190
- <xs:enumeration value="UPL-1.0">
2600
+ <xs:enumeration value="Unicode-DFS-2016">
2191
2601
  <xs:annotation>
2192
- <xs:documentation>Universal Permissive License v1.0</xs:documentation>
2602
+ <xs:documentation>Unicode License Agreement - Data Files and Software (2016)</xs:documentation>
2193
2603
  </xs:annotation>
2194
2604
  </xs:enumeration>
2195
- <xs:enumeration value="Abstyles">
2605
+ <xs:enumeration value="Unicode-TOU">
2196
2606
  <xs:annotation>
2197
- <xs:documentation>Abstyles License</xs:documentation>
2607
+ <xs:documentation>Unicode Terms of Use</xs:documentation>
2198
2608
  </xs:annotation>
2199
2609
  </xs:enumeration>
2200
- <xs:enumeration value="ZPL-2.0">
2610
+ <xs:enumeration value="UnixCrypt">
2201
2611
  <xs:annotation>
2202
- <xs:documentation>Zope Public License 2.0</xs:documentation>
2612
+ <xs:documentation>UnixCrypt License</xs:documentation>
2203
2613
  </xs:annotation>
2204
2614
  </xs:enumeration>
2205
- <xs:enumeration value="MIT-0">
2615
+ <xs:enumeration value="Unlicense">
2206
2616
  <xs:annotation>
2207
- <xs:documentation>MIT No Attribution</xs:documentation>
2617
+ <xs:documentation>The Unlicense</xs:documentation>
2208
2618
  </xs:annotation>
2209
2619
  </xs:enumeration>
2210
- <xs:enumeration value="LGPL-2.0-only">
2620
+ <xs:enumeration value="UPL-1.0">
2211
2621
  <xs:annotation>
2212
- <xs:documentation>GNU Library General Public License v2 only</xs:documentation>
2622
+ <xs:documentation>Universal Permissive License v1.0</xs:documentation>
2213
2623
  </xs:annotation>
2214
2624
  </xs:enumeration>
2215
- <xs:enumeration value="GFDL-1.3-no-invariants-only">
2625
+ <xs:enumeration value="Vim">
2216
2626
  <xs:annotation>
2217
- <xs:documentation>GNU Free Documentation License v1.3 only - no invariants</xs:documentation>
2627
+ <xs:documentation>Vim License</xs:documentation>
2218
2628
  </xs:annotation>
2219
2629
  </xs:enumeration>
2220
- <xs:enumeration value="AGPL-3.0">
2630
+ <xs:enumeration value="VOSTROM">
2221
2631
  <xs:annotation>
2222
- <xs:documentation>GNU Affero General Public License v3.0</xs:documentation>
2632
+ <xs:documentation>VOSTROM Public License for Open Source</xs:documentation>
2223
2633
  </xs:annotation>
2224
2634
  </xs:enumeration>
2225
- <xs:enumeration value="EPL-2.0">
2635
+ <xs:enumeration value="VSL-1.0">
2226
2636
  <xs:annotation>
2227
- <xs:documentation>Eclipse Public License 2.0</xs:documentation>
2637
+ <xs:documentation>Vovida Software License v1.0</xs:documentation>
2228
2638
  </xs:annotation>
2229
2639
  </xs:enumeration>
2230
- <xs:enumeration value="AFL-3.0">
2640
+ <xs:enumeration value="W3C">
2231
2641
  <xs:annotation>
2232
- <xs:documentation>Academic Free License v3.0</xs:documentation>
2642
+ <xs:documentation>W3C Software Notice and License (2002-12-31)</xs:documentation>
2233
2643
  </xs:annotation>
2234
2644
  </xs:enumeration>
2235
- <xs:enumeration value="CDLA-Permissive-1.0">
2645
+ <xs:enumeration value="W3C-19980720">
2236
2646
  <xs:annotation>
2237
- <xs:documentation>Community Data License Agreement Permissive 1.0</xs:documentation>
2647
+ <xs:documentation>W3C Software Notice and License (1998-07-20)</xs:documentation>
2238
2648
  </xs:annotation>
2239
2649
  </xs:enumeration>
2240
- <xs:enumeration value="Artistic-1.0">
2650
+ <xs:enumeration value="W3C-20150513">
2241
2651
  <xs:annotation>
2242
- <xs:documentation>Artistic License 1.0</xs:documentation>
2652
+ <xs:documentation>W3C Software Notice and Document License (2015-05-13)</xs:documentation>
2243
2653
  </xs:annotation>
2244
2654
  </xs:enumeration>
2245
- <xs:enumeration value="CC-BY-NC-ND-4.0">
2655
+ <xs:enumeration value="w3m">
2246
2656
  <xs:annotation>
2247
- <xs:documentation>Creative Commons Attribution Non Commercial No Derivatives 4.0 International</xs:documentation>
2657
+ <xs:documentation>w3m License</xs:documentation>
2248
2658
  </xs:annotation>
2249
2659
  </xs:enumeration>
2250
- <xs:enumeration value="HTMLTIDY">
2660
+ <xs:enumeration value="Watcom-1.0">
2251
2661
  <xs:annotation>
2252
- <xs:documentation>HTML Tidy License</xs:documentation>
2662
+ <xs:documentation>Sybase Open Watcom Public License 1.0</xs:documentation>
2253
2663
  </xs:annotation>
2254
2664
  </xs:enumeration>
2255
- <xs:enumeration value="Glide">
2665
+ <xs:enumeration value="Widget-Workshop">
2256
2666
  <xs:annotation>
2257
- <xs:documentation>3dfx Glide License</xs:documentation>
2667
+ <xs:documentation>Widget Workshop License</xs:documentation>
2258
2668
  </xs:annotation>
2259
2669
  </xs:enumeration>
2260
- <xs:enumeration value="FSFAP">
2670
+ <xs:enumeration value="Wsuipa">
2261
2671
  <xs:annotation>
2262
- <xs:documentation>FSF All Permissive License</xs:documentation>
2672
+ <xs:documentation>Wsuipa License</xs:documentation>
2263
2673
  </xs:annotation>
2264
2674
  </xs:enumeration>
2265
- <xs:enumeration value="LGPLLR">
2675
+ <xs:enumeration value="WTFPL">
2266
2676
  <xs:annotation>
2267
- <xs:documentation>Lesser General Public License For Linguistic Resources</xs:documentation>
2677
+ <xs:documentation>Do What The F*ck You Want To Public License</xs:documentation>
2268
2678
  </xs:annotation>
2269
2679
  </xs:enumeration>
2270
- <xs:enumeration value="OGL-UK-3.0">
2680
+ <xs:enumeration value="wxWindows">
2271
2681
  <xs:annotation>
2272
- <xs:documentation>Open Government Licence v3.0</xs:documentation>
2682
+ <xs:documentation>wxWindows Library License</xs:documentation>
2273
2683
  </xs:annotation>
2274
2684
  </xs:enumeration>
2275
- <xs:enumeration value="GFDL-1.2">
2685
+ <xs:enumeration value="X11">
2276
2686
  <xs:annotation>
2277
- <xs:documentation>GNU Free Documentation License v1.2</xs:documentation>
2687
+ <xs:documentation>X11 License</xs:documentation>
2278
2688
  </xs:annotation>
2279
2689
  </xs:enumeration>
2280
- <xs:enumeration value="SSH-OpenSSH">
2690
+ <xs:enumeration value="X11-distribute-modifications-variant">
2281
2691
  <xs:annotation>
2282
- <xs:documentation>SSH OpenSSH license</xs:documentation>
2692
+ <xs:documentation>X11 License Distribution Modification Variant</xs:documentation>
2283
2693
  </xs:annotation>
2284
2694
  </xs:enumeration>
2285
- <xs:enumeration value="GFDL-1.1-only">
2695
+ <xs:enumeration value="Xdebug-1.03">
2286
2696
  <xs:annotation>
2287
- <xs:documentation>GNU Free Documentation License v1.1 only</xs:documentation>
2697
+ <xs:documentation>Xdebug License v 1.03</xs:documentation>
2288
2698
  </xs:annotation>
2289
2699
  </xs:enumeration>
2290
- <xs:enumeration value="MIT-feh">
2700
+ <xs:enumeration value="Xerox">
2291
2701
  <xs:annotation>
2292
- <xs:documentation>feh License</xs:documentation>
2702
+ <xs:documentation>Xerox License</xs:documentation>
2293
2703
  </xs:annotation>
2294
2704
  </xs:enumeration>
2295
- <xs:enumeration value="MPL-1.0">
2705
+ <xs:enumeration value="Xfig">
2296
2706
  <xs:annotation>
2297
- <xs:documentation>Mozilla Public License 1.0</xs:documentation>
2707
+ <xs:documentation>Xfig License</xs:documentation>
2298
2708
  </xs:annotation>
2299
2709
  </xs:enumeration>
2300
- <xs:enumeration value="PostgreSQL">
2710
+ <xs:enumeration value="XFree86-1.1">
2301
2711
  <xs:annotation>
2302
- <xs:documentation>PostgreSQL License</xs:documentation>
2712
+ <xs:documentation>XFree86 License 1.1</xs:documentation>
2303
2713
  </xs:annotation>
2304
2714
  </xs:enumeration>
2305
- <xs:enumeration value="OLDAP-2.2.2">
2715
+ <xs:enumeration value="xinetd">
2306
2716
  <xs:annotation>
2307
- <xs:documentation>Open LDAP Public License 2.2.2</xs:documentation>
2717
+ <xs:documentation>xinetd License</xs:documentation>
2308
2718
  </xs:annotation>
2309
2719
  </xs:enumeration>
2310
- <xs:enumeration value="SMPPL">
2720
+ <xs:enumeration value="xlock">
2311
2721
  <xs:annotation>
2312
- <xs:documentation>Secure Messaging Protocol Public License</xs:documentation>
2722
+ <xs:documentation>xlock License</xs:documentation>
2313
2723
  </xs:annotation>
2314
2724
  </xs:enumeration>
2315
- <xs:enumeration value="OFL-1.1">
2725
+ <xs:enumeration value="Xnet">
2316
2726
  <xs:annotation>
2317
- <xs:documentation>SIL Open Font License 1.1</xs:documentation>
2727
+ <xs:documentation>X.Net License</xs:documentation>
2318
2728
  </xs:annotation>
2319
2729
  </xs:enumeration>
2320
- <xs:enumeration value="Leptonica">
2730
+ <xs:enumeration value="xpp">
2321
2731
  <xs:annotation>
2322
- <xs:documentation>Leptonica License</xs:documentation>
2732
+ <xs:documentation>XPP License</xs:documentation>
2323
2733
  </xs:annotation>
2324
2734
  </xs:enumeration>
2325
- <xs:enumeration value="CERN-OHL-1.1">
2735
+ <xs:enumeration value="XSkat">
2326
2736
  <xs:annotation>
2327
- <xs:documentation>CERN Open Hardware Licence v1.1</xs:documentation>
2737
+ <xs:documentation>XSkat License</xs:documentation>
2328
2738
  </xs:annotation>
2329
2739
  </xs:enumeration>
2330
- <xs:enumeration value="BSD-3-Clause-No-Nuclear-Warranty">
2740
+ <xs:enumeration value="YPL-1.0">
2331
2741
  <xs:annotation>
2332
- <xs:documentation>BSD 3-Clause No Nuclear Warranty</xs:documentation>
2742
+ <xs:documentation>Yahoo! Public License v1.0</xs:documentation>
2333
2743
  </xs:annotation>
2334
2744
  </xs:enumeration>
2335
- <xs:enumeration value="CC-BY-ND-2.5">
2745
+ <xs:enumeration value="YPL-1.1">
2336
2746
  <xs:annotation>
2337
- <xs:documentation>Creative Commons Attribution No Derivatives 2.5 Generic</xs:documentation>
2747
+ <xs:documentation>Yahoo! Public License v1.1</xs:documentation>
2338
2748
  </xs:annotation>
2339
2749
  </xs:enumeration>
2340
- <xs:enumeration value="CC-BY-1.0">
2750
+ <xs:enumeration value="Zed">
2341
2751
  <xs:annotation>
2342
- <xs:documentation>Creative Commons Attribution 1.0 Generic</xs:documentation>
2752
+ <xs:documentation>Zed License</xs:documentation>
2343
2753
  </xs:annotation>
2344
2754
  </xs:enumeration>
2345
- <xs:enumeration value="GFDL-1.2-only">
2755
+ <xs:enumeration value="Zend-2.0">
2346
2756
  <xs:annotation>
2347
- <xs:documentation>GNU Free Documentation License v1.2 only</xs:documentation>
2757
+ <xs:documentation>Zend License v2.0</xs:documentation>
2348
2758
  </xs:annotation>
2349
2759
  </xs:enumeration>
2350
- <xs:enumeration value="OPUBL-1.0">
2760
+ <xs:enumeration value="Zimbra-1.3">
2351
2761
  <xs:annotation>
2352
- <xs:documentation>Open Publication License v1.0</xs:documentation>
2762
+ <xs:documentation>Zimbra Public License v1.3</xs:documentation>
2353
2763
  </xs:annotation>
2354
2764
  </xs:enumeration>
2355
- <xs:enumeration value="libselinux-1.0">
2765
+ <xs:enumeration value="Zimbra-1.4">
2356
2766
  <xs:annotation>
2357
- <xs:documentation>libselinux public domain notice</xs:documentation>
2767
+ <xs:documentation>Zimbra Public License v1.4</xs:documentation>
2358
2768
  </xs:annotation>
2359
2769
  </xs:enumeration>
2360
- <xs:enumeration value="BSD-3-Clause">
2770
+ <xs:enumeration value="Zlib">
2361
2771
  <xs:annotation>
2362
- <xs:documentation>BSD 3-Clause &quot;New&quot; or &quot;Revised&quot; License</xs:documentation>
2772
+ <xs:documentation>zlib License</xs:documentation>
2363
2773
  </xs:annotation>
2364
2774
  </xs:enumeration>
2365
- <xs:enumeration value="ANTLR-PD-fallback">
2775
+ <xs:enumeration value="zlib-acknowledgement">
2366
2776
  <xs:annotation>
2367
- <xs:documentation>ANTLR Software Rights Notice with license fallback</xs:documentation>
2777
+ <xs:documentation>zlib/libpng License with Acknowledgement</xs:documentation>
2368
2778
  </xs:annotation>
2369
2779
  </xs:enumeration>
2370
- <xs:enumeration value="copyleft-next-0.3.1">
2780
+ <xs:enumeration value="ZPL-1.1">
2371
2781
  <xs:annotation>
2372
- <xs:documentation>copyleft-next 0.3.1</xs:documentation>
2782
+ <xs:documentation>Zope Public License 1.1</xs:documentation>
2373
2783
  </xs:annotation>
2374
2784
  </xs:enumeration>
2375
- <xs:enumeration value="GPL-1.0+">
2785
+ <xs:enumeration value="ZPL-2.0">
2376
2786
  <xs:annotation>
2377
- <xs:documentation>GNU General Public License v1.0 or later</xs:documentation>
2787
+ <xs:documentation>Zope Public License 2.0</xs:documentation>
2378
2788
  </xs:annotation>
2379
2789
  </xs:enumeration>
2380
- <xs:enumeration value="wxWindows">
2790
+ <xs:enumeration value="ZPL-2.1">
2381
2791
  <xs:annotation>
2382
- <xs:documentation>wxWindows Library License</xs:documentation>
2792
+ <xs:documentation>Zope Public License 2.1</xs:documentation>
2383
2793
  </xs:annotation>
2384
2794
  </xs:enumeration>
2385
- <xs:enumeration value="LGPL-3.0">
2795
+ <!-- Exceptions -->
2796
+ <xs:enumeration value="389-exception">
2386
2797
  <xs:annotation>
2387
- <xs:documentation>GNU Lesser General Public License v3.0 only</xs:documentation>
2798
+ <xs:documentation>389 Directory Server Exception</xs:documentation>
2388
2799
  </xs:annotation>
2389
2800
  </xs:enumeration>
2390
- <xs:enumeration value="LGPL-2.1">
2801
+ <xs:enumeration value="Asterisk-exception">
2391
2802
  <xs:annotation>
2392
- <xs:documentation>GNU Lesser General Public License v2.1 only</xs:documentation>
2803
+ <xs:documentation>Asterisk exception</xs:documentation>
2393
2804
  </xs:annotation>
2394
2805
  </xs:enumeration>
2395
- <xs:enumeration value="StandardML-NJ">
2806
+ <xs:enumeration value="Autoconf-exception-2.0">
2396
2807
  <xs:annotation>
2397
- <xs:documentation>Standard ML of New Jersey License</xs:documentation>
2808
+ <xs:documentation>Autoconf exception 2.0</xs:documentation>
2398
2809
  </xs:annotation>
2399
2810
  </xs:enumeration>
2400
- <xs:enumeration value="BSD-4-Clause">
2811
+ <xs:enumeration value="Autoconf-exception-3.0">
2401
2812
  <xs:annotation>
2402
- <xs:documentation>BSD 4-Clause &quot;Original&quot; or &quot;Old&quot; License</xs:documentation>
2813
+ <xs:documentation>Autoconf exception 3.0</xs:documentation>
2403
2814
  </xs:annotation>
2404
2815
  </xs:enumeration>
2405
- <xs:enumeration value="GPL-2.0-with-bison-exception">
2816
+ <xs:enumeration value="Autoconf-exception-generic">
2406
2817
  <xs:annotation>
2407
- <xs:documentation>GNU General Public License v2.0 w/Bison exception</xs:documentation>
2818
+ <xs:documentation>Autoconf generic exception</xs:documentation>
2408
2819
  </xs:annotation>
2409
2820
  </xs:enumeration>
2410
- <xs:enumeration value="Apache-2.0">
2821
+ <xs:enumeration value="Autoconf-exception-macro">
2411
2822
  <xs:annotation>
2412
- <xs:documentation>Apache License 2.0</xs:documentation>
2823
+ <xs:documentation>Autoconf macro exception</xs:documentation>
2413
2824
  </xs:annotation>
2414
2825
  </xs:enumeration>
2415
- <xs:enumeration value="Artistic-1.0-cl8">
2826
+ <xs:enumeration value="Bison-exception-2.2">
2416
2827
  <xs:annotation>
2417
- <xs:documentation>Artistic License 1.0 w/clause 8</xs:documentation>
2828
+ <xs:documentation>Bison exception 2.2</xs:documentation>
2418
2829
  </xs:annotation>
2419
2830
  </xs:enumeration>
2420
- <xs:enumeration value="GPL-2.0">
2831
+ <xs:enumeration value="Bootloader-exception">
2421
2832
  <xs:annotation>
2422
- <xs:documentation>GNU General Public License v2.0 only</xs:documentation>
2833
+ <xs:documentation>Bootloader Distribution Exception</xs:documentation>
2423
2834
  </xs:annotation>
2424
2835
  </xs:enumeration>
2425
- <xs:enumeration value="Intel-ACPI">
2836
+ <xs:enumeration value="Classpath-exception-2.0">
2426
2837
  <xs:annotation>
2427
- <xs:documentation>Intel ACPI Software License Agreement</xs:documentation>
2838
+ <xs:documentation>Classpath exception 2.0</xs:documentation>
2428
2839
  </xs:annotation>
2429
2840
  </xs:enumeration>
2430
- <xs:enumeration value="BSL-1.0">
2841
+ <xs:enumeration value="CLISP-exception-2.0">
2431
2842
  <xs:annotation>
2432
- <xs:documentation>Boost Software License 1.0</xs:documentation>
2843
+ <xs:documentation>CLISP exception 2.0</xs:documentation>
2433
2844
  </xs:annotation>
2434
2845
  </xs:enumeration>
2435
- <xs:enumeration value="Artistic-1.0-Perl">
2846
+ <xs:enumeration value="cryptsetup-OpenSSL-exception">
2436
2847
  <xs:annotation>
2437
- <xs:documentation>Artistic License 1.0 (Perl)</xs:documentation>
2848
+ <xs:documentation>cryptsetup OpenSSL exception</xs:documentation>
2438
2849
  </xs:annotation>
2439
2850
  </xs:enumeration>
2440
- <xs:enumeration value="BSD-2-Clause-Views">
2851
+ <xs:enumeration value="DigiRule-FOSS-exception">
2441
2852
  <xs:annotation>
2442
- <xs:documentation>BSD 2-Clause with views sentence</xs:documentation>
2853
+ <xs:documentation>DigiRule FOSS License Exception</xs:documentation>
2443
2854
  </xs:annotation>
2444
2855
  </xs:enumeration>
2445
- <xs:enumeration value="Interbase-1.0">
2856
+ <xs:enumeration value="eCos-exception-2.0">
2446
2857
  <xs:annotation>
2447
- <xs:documentation>Interbase Public License v1.0</xs:documentation>
2858
+ <xs:documentation>eCos exception 2.0</xs:documentation>
2448
2859
  </xs:annotation>
2449
2860
  </xs:enumeration>
2450
- <xs:enumeration value="NPOSL-3.0">
2861
+ <xs:enumeration value="Fawkes-Runtime-exception">
2451
2862
  <xs:annotation>
2452
- <xs:documentation>Non-Profit Open Software License 3.0</xs:documentation>
2863
+ <xs:documentation>Fawkes Runtime Exception</xs:documentation>
2453
2864
  </xs:annotation>
2454
2865
  </xs:enumeration>
2455
- <!-- Exceptions -->
2456
2866
  <xs:enumeration value="FLTK-exception">
2457
2867
  <xs:annotation>
2458
2868
  <xs:documentation>FLTK exception</xs:documentation>
2459
2869
  </xs:annotation>
2460
2870
  </xs:enumeration>
2461
- <xs:enumeration value="Bootloader-exception">
2871
+ <xs:enumeration value="Font-exception-2.0">
2462
2872
  <xs:annotation>
2463
- <xs:documentation>Bootloader Distribution Exception</xs:documentation>
2873
+ <xs:documentation>Font exception 2.0</xs:documentation>
2464
2874
  </xs:annotation>
2465
2875
  </xs:enumeration>
2466
- <xs:enumeration value="WxWindows-exception-3.1">
2876
+ <xs:enumeration value="freertos-exception-2.0">
2467
2877
  <xs:annotation>
2468
- <xs:documentation>WxWindows Library Exception 3.1</xs:documentation>
2878
+ <xs:documentation>FreeRTOS Exception 2.0</xs:documentation>
2469
2879
  </xs:annotation>
2470
2880
  </xs:enumeration>
2471
- <xs:enumeration value="Linux-syscall-note">
2881
+ <xs:enumeration value="GCC-exception-2.0">
2472
2882
  <xs:annotation>
2473
- <xs:documentation>Linux Syscall Note</xs:documentation>
2883
+ <xs:documentation>GCC Runtime Library exception 2.0</xs:documentation>
2474
2884
  </xs:annotation>
2475
2885
  </xs:enumeration>
2476
- <xs:enumeration value="Qt-LGPL-exception-1.1">
2886
+ <xs:enumeration value="GCC-exception-3.1">
2477
2887
  <xs:annotation>
2478
- <xs:documentation>Qt LGPL exception 1.1</xs:documentation>
2888
+ <xs:documentation>GCC Runtime Library exception 3.1</xs:documentation>
2479
2889
  </xs:annotation>
2480
2890
  </xs:enumeration>
2481
- <xs:enumeration value="LLVM-exception">
2891
+ <xs:enumeration value="GNAT-exception">
2482
2892
  <xs:annotation>
2483
- <xs:documentation>LLVM Exception</xs:documentation>
2893
+ <xs:documentation>GNAT exception</xs:documentation>
2484
2894
  </xs:annotation>
2485
2895
  </xs:enumeration>
2486
- <xs:enumeration value="PS-or-PDF-font-exception-20170817">
2896
+ <xs:enumeration value="gnu-javamail-exception">
2487
2897
  <xs:annotation>
2488
- <xs:documentation>PS/PDF font exception (2017-08-17)</xs:documentation>
2898
+ <xs:documentation>GNU JavaMail exception</xs:documentation>
2489
2899
  </xs:annotation>
2490
2900
  </xs:enumeration>
2491
- <xs:enumeration value="GCC-exception-3.1">
2901
+ <xs:enumeration value="GPL-3.0-interface-exception">
2492
2902
  <xs:annotation>
2493
- <xs:documentation>GCC Runtime Library exception 3.1</xs:documentation>
2903
+ <xs:documentation>GPL-3.0 Interface Exception</xs:documentation>
2494
2904
  </xs:annotation>
2495
2905
  </xs:enumeration>
2496
- <xs:enumeration value="Autoconf-exception-3.0">
2906
+ <xs:enumeration value="GPL-3.0-linking-exception">
2497
2907
  <xs:annotation>
2498
- <xs:documentation>Autoconf exception 3.0</xs:documentation>
2908
+ <xs:documentation>GPL-3.0 Linking Exception</xs:documentation>
2499
2909
  </xs:annotation>
2500
2910
  </xs:enumeration>
2501
- <xs:enumeration value="LGPL-3.0-linking-exception">
2911
+ <xs:enumeration value="GPL-3.0-linking-source-exception">
2502
2912
  <xs:annotation>
2503
- <xs:documentation>LGPL-3.0 Linking Exception</xs:documentation>
2913
+ <xs:documentation>GPL-3.0 Linking Exception (with Corresponding Source)</xs:documentation>
2504
2914
  </xs:annotation>
2505
2915
  </xs:enumeration>
2506
- <xs:enumeration value="GCC-exception-2.0">
2916
+ <xs:enumeration value="GPL-CC-1.0">
2507
2917
  <xs:annotation>
2508
- <xs:documentation>GCC Runtime Library exception 2.0</xs:documentation>
2918
+ <xs:documentation>GPL Cooperation Commitment 1.0</xs:documentation>
2509
2919
  </xs:annotation>
2510
2920
  </xs:enumeration>
2511
- <xs:enumeration value="Bison-exception-2.2">
2921
+ <xs:enumeration value="GStreamer-exception-2005">
2512
2922
  <xs:annotation>
2513
- <xs:documentation>Bison exception 2.2</xs:documentation>
2923
+ <xs:documentation>GStreamer Exception (2005)</xs:documentation>
2514
2924
  </xs:annotation>
2515
2925
  </xs:enumeration>
2516
- <xs:enumeration value="openvpn-openssl-exception">
2926
+ <xs:enumeration value="GStreamer-exception-2008">
2517
2927
  <xs:annotation>
2518
- <xs:documentation>OpenVPN OpenSSL Exception</xs:documentation>
2928
+ <xs:documentation>GStreamer Exception (2008)</xs:documentation>
2519
2929
  </xs:annotation>
2520
2930
  </xs:enumeration>
2521
- <xs:enumeration value="Libtool-exception">
2931
+ <xs:enumeration value="i2p-gpl-java-exception">
2522
2932
  <xs:annotation>
2523
- <xs:documentation>Libtool Exception</xs:documentation>
2933
+ <xs:documentation>i2p GPL+Java Exception</xs:documentation>
2524
2934
  </xs:annotation>
2525
2935
  </xs:enumeration>
2526
- <xs:enumeration value="Autoconf-exception-2.0">
2936
+ <xs:enumeration value="KiCad-libraries-exception">
2527
2937
  <xs:annotation>
2528
- <xs:documentation>Autoconf exception 2.0</xs:documentation>
2938
+ <xs:documentation>KiCad Libraries Exception</xs:documentation>
2529
2939
  </xs:annotation>
2530
2940
  </xs:enumeration>
2531
- <xs:enumeration value="GPL-3.0-linking-source-exception">
2941
+ <xs:enumeration value="LGPL-3.0-linking-exception">
2532
2942
  <xs:annotation>
2533
- <xs:documentation>GPL-3.0 Linking Exception (with Corresponding Source)</xs:documentation>
2943
+ <xs:documentation>LGPL-3.0 Linking Exception</xs:documentation>
2534
2944
  </xs:annotation>
2535
2945
  </xs:enumeration>
2536
- <xs:enumeration value="GPL-CC-1.0">
2946
+ <xs:enumeration value="libpri-OpenH323-exception">
2537
2947
  <xs:annotation>
2538
- <xs:documentation>GPL Cooperation Commitment 1.0</xs:documentation>
2948
+ <xs:documentation>libpri OpenH323 exception</xs:documentation>
2539
2949
  </xs:annotation>
2540
2950
  </xs:enumeration>
2541
- <xs:enumeration value="OCaml-LGPL-linking-exception">
2951
+ <xs:enumeration value="Libtool-exception">
2542
2952
  <xs:annotation>
2543
- <xs:documentation>OCaml LGPL Linking Exception</xs:documentation>
2953
+ <xs:documentation>Libtool Exception</xs:documentation>
2544
2954
  </xs:annotation>
2545
2955
  </xs:enumeration>
2546
- <xs:enumeration value="Universal-FOSS-exception-1.0">
2956
+ <xs:enumeration value="Linux-syscall-note">
2547
2957
  <xs:annotation>
2548
- <xs:documentation>Universal FOSS Exception, Version 1.0</xs:documentation>
2958
+ <xs:documentation>Linux Syscall Note</xs:documentation>
2549
2959
  </xs:annotation>
2550
2960
  </xs:enumeration>
2551
- <xs:enumeration value="i2p-gpl-java-exception">
2961
+ <xs:enumeration value="LLGPL">
2552
2962
  <xs:annotation>
2553
- <xs:documentation>i2p GPL+Java Exception</xs:documentation>
2963
+ <xs:documentation>LLGPL Preamble</xs:documentation>
2554
2964
  </xs:annotation>
2555
2965
  </xs:enumeration>
2556
- <xs:enumeration value="CLISP-exception-2.0">
2966
+ <xs:enumeration value="LLVM-exception">
2557
2967
  <xs:annotation>
2558
- <xs:documentation>CLISP exception 2.0</xs:documentation>
2968
+ <xs:documentation>LLVM Exception</xs:documentation>
2559
2969
  </xs:annotation>
2560
2970
  </xs:enumeration>
2561
- <xs:enumeration value="OCCT-exception-1.0">
2971
+ <xs:enumeration value="LZMA-exception">
2562
2972
  <xs:annotation>
2563
- <xs:documentation>Open CASCADE Exception 1.0</xs:documentation>
2973
+ <xs:documentation>LZMA exception</xs:documentation>
2564
2974
  </xs:annotation>
2565
2975
  </xs:enumeration>
2566
- <xs:enumeration value="Qwt-exception-1.0">
2976
+ <xs:enumeration value="mif-exception">
2567
2977
  <xs:annotation>
2568
- <xs:documentation>Qwt exception 1.0</xs:documentation>
2978
+ <xs:documentation>Macros and Inline Functions Exception</xs:documentation>
2569
2979
  </xs:annotation>
2570
2980
  </xs:enumeration>
2571
- <xs:enumeration value="gnu-javamail-exception">
2981
+ <xs:enumeration value="Nokia-Qt-exception-1.1">
2572
2982
  <xs:annotation>
2573
- <xs:documentation>GNU JavaMail exception</xs:documentation>
2983
+ <xs:documentation>Nokia Qt LGPL exception 1.1</xs:documentation>
2574
2984
  </xs:annotation>
2575
2985
  </xs:enumeration>
2576
- <xs:enumeration value="u-boot-exception-2.0">
2986
+ <xs:enumeration value="OCaml-LGPL-linking-exception">
2577
2987
  <xs:annotation>
2578
- <xs:documentation>U-Boot exception 2.0</xs:documentation>
2988
+ <xs:documentation>OCaml LGPL Linking Exception</xs:documentation>
2579
2989
  </xs:annotation>
2580
2990
  </xs:enumeration>
2581
- <xs:enumeration value="freertos-exception-2.0">
2991
+ <xs:enumeration value="OCCT-exception-1.0">
2582
2992
  <xs:annotation>
2583
- <xs:documentation>FreeRTOS Exception 2.0</xs:documentation>
2993
+ <xs:documentation>Open CASCADE Exception 1.0</xs:documentation>
2584
2994
  </xs:annotation>
2585
2995
  </xs:enumeration>
2586
- <xs:enumeration value="Qt-GPL-exception-1.0">
2996
+ <xs:enumeration value="OpenJDK-assembly-exception-1.0">
2587
2997
  <xs:annotation>
2588
- <xs:documentation>Qt GPL exception 1.0</xs:documentation>
2998
+ <xs:documentation>OpenJDK Assembly exception 1.0</xs:documentation>
2589
2999
  </xs:annotation>
2590
3000
  </xs:enumeration>
2591
- <xs:enumeration value="OpenJDK-assembly-exception-1.0">
3001
+ <xs:enumeration value="openvpn-openssl-exception">
2592
3002
  <xs:annotation>
2593
- <xs:documentation>OpenJDK Assembly exception 1.0</xs:documentation>
3003
+ <xs:documentation>OpenVPN OpenSSL Exception</xs:documentation>
2594
3004
  </xs:annotation>
2595
3005
  </xs:enumeration>
2596
- <xs:enumeration value="SHL-2.1">
3006
+ <xs:enumeration value="PS-or-PDF-font-exception-20170817">
2597
3007
  <xs:annotation>
2598
- <xs:documentation>Solderpad Hardware License v2.1</xs:documentation>
3008
+ <xs:documentation>PS/PDF font exception (2017-08-17)</xs:documentation>
2599
3009
  </xs:annotation>
2600
3010
  </xs:enumeration>
2601
- <xs:enumeration value="mif-exception">
3011
+ <xs:enumeration value="QPL-1.0-INRIA-2004-exception">
2602
3012
  <xs:annotation>
2603
- <xs:documentation>Macros and Inline Functions Exception</xs:documentation>
3013
+ <xs:documentation>INRIA QPL 1.0 2004 variant exception</xs:documentation>
2604
3014
  </xs:annotation>
2605
3015
  </xs:enumeration>
2606
- <xs:enumeration value="Fawkes-Runtime-exception">
3016
+ <xs:enumeration value="Qt-GPL-exception-1.0">
2607
3017
  <xs:annotation>
2608
- <xs:documentation>Fawkes Runtime Exception</xs:documentation>
3018
+ <xs:documentation>Qt GPL exception 1.0</xs:documentation>
2609
3019
  </xs:annotation>
2610
3020
  </xs:enumeration>
2611
- <xs:enumeration value="Swift-exception">
3021
+ <xs:enumeration value="Qt-LGPL-exception-1.1">
2612
3022
  <xs:annotation>
2613
- <xs:documentation>Swift Exception</xs:documentation>
3023
+ <xs:documentation>Qt LGPL exception 1.1</xs:documentation>
2614
3024
  </xs:annotation>
2615
3025
  </xs:enumeration>
2616
- <xs:enumeration value="GPL-3.0-linking-exception">
3026
+ <xs:enumeration value="Qwt-exception-1.0">
2617
3027
  <xs:annotation>
2618
- <xs:documentation>GPL-3.0 Linking Exception</xs:documentation>
3028
+ <xs:documentation>Qwt exception 1.0</xs:documentation>
2619
3029
  </xs:annotation>
2620
3030
  </xs:enumeration>
2621
3031
  <xs:enumeration value="SHL-2.0">
@@ -2623,39 +3033,44 @@
2623
3033
  <xs:documentation>Solderpad Hardware License v2.0</xs:documentation>
2624
3034
  </xs:annotation>
2625
3035
  </xs:enumeration>
2626
- <xs:enumeration value="Classpath-exception-2.0">
3036
+ <xs:enumeration value="SHL-2.1">
2627
3037
  <xs:annotation>
2628
- <xs:documentation>Classpath exception 2.0</xs:documentation>
3038
+ <xs:documentation>Solderpad Hardware License v2.1</xs:documentation>
2629
3039
  </xs:annotation>
2630
3040
  </xs:enumeration>
2631
- <xs:enumeration value="LZMA-exception">
3041
+ <xs:enumeration value="SWI-exception">
2632
3042
  <xs:annotation>
2633
- <xs:documentation>LZMA exception</xs:documentation>
3043
+ <xs:documentation>SWI exception</xs:documentation>
2634
3044
  </xs:annotation>
2635
3045
  </xs:enumeration>
2636
- <xs:enumeration value="Font-exception-2.0">
3046
+ <xs:enumeration value="Swift-exception">
2637
3047
  <xs:annotation>
2638
- <xs:documentation>Font exception 2.0</xs:documentation>
3048
+ <xs:documentation>Swift Exception</xs:documentation>
2639
3049
  </xs:annotation>
2640
3050
  </xs:enumeration>
2641
- <xs:enumeration value="Nokia-Qt-exception-1.1">
3051
+ <xs:enumeration value="u-boot-exception-2.0">
2642
3052
  <xs:annotation>
2643
- <xs:documentation>Nokia Qt LGPL exception 1.1</xs:documentation>
3053
+ <xs:documentation>U-Boot exception 2.0</xs:documentation>
2644
3054
  </xs:annotation>
2645
3055
  </xs:enumeration>
2646
- <xs:enumeration value="DigiRule-FOSS-exception">
3056
+ <xs:enumeration value="Universal-FOSS-exception-1.0">
2647
3057
  <xs:annotation>
2648
- <xs:documentation>DigiRule FOSS License Exception</xs:documentation>
3058
+ <xs:documentation>Universal FOSS Exception, Version 1.0</xs:documentation>
2649
3059
  </xs:annotation>
2650
3060
  </xs:enumeration>
2651
- <xs:enumeration value="eCos-exception-2.0">
3061
+ <xs:enumeration value="vsftpd-openssl-exception">
2652
3062
  <xs:annotation>
2653
- <xs:documentation>eCos exception 2.0</xs:documentation>
3063
+ <xs:documentation>vsftpd OpenSSL exception</xs:documentation>
2654
3064
  </xs:annotation>
2655
3065
  </xs:enumeration>
2656
- <xs:enumeration value="389-exception">
3066
+ <xs:enumeration value="WxWindows-exception-3.1">
2657
3067
  <xs:annotation>
2658
- <xs:documentation>389 Directory Server Exception</xs:documentation>
3068
+ <xs:documentation>WxWindows Library Exception 3.1</xs:documentation>
3069
+ </xs:annotation>
3070
+ </xs:enumeration>
3071
+ <xs:enumeration value="x11vnc-openssl-exception">
3072
+ <xs:annotation>
3073
+ <xs:documentation>x11vnc OpenSSL Exception</xs:documentation>
2659
3074
  </xs:annotation>
2660
3075
  </xs:enumeration>
2661
3076
  </xs:restriction>