metascope 0.8.4 → 0.9.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 (103) hide show
  1. package/dist/bin/cli.js +30426 -29237
  2. package/dist/bin/{jiti-DDHyYNLW.js → jiti-B26uDQuv.js} +2 -2
  3. package/dist/bin/renovate-CEC0BhMB.js +1 -0
  4. package/dist/bin/shared-Ch5JsD6s.js +8 -0
  5. package/dist/bin/shared2-Dhjk_Okb.js +1 -0
  6. package/dist/bin/web-tree-sitter.wasm +0 -0
  7. package/dist/lib/data/license-urls.js +2904 -0
  8. package/dist/lib/file-matching.js +5 -2
  9. package/dist/lib/log.d.ts +0 -1
  10. package/dist/lib/metadata-types.d.ts +16 -9
  11. package/dist/lib/metadata.d.ts +0 -1
  12. package/dist/lib/metadata.js +5 -5
  13. package/dist/lib/package.js +1 -1
  14. package/dist/lib/parsers/configparser-parser.js +14 -12
  15. package/dist/lib/parsers/gemspec-parser.js +41 -42
  16. package/dist/lib/parsers/go-mod-parser.js +51 -45
  17. package/dist/lib/parsers/makefile-config-parser.js +7 -6
  18. package/dist/lib/parsers/properties-parser.js +1 -1
  19. package/dist/lib/parsers/rfc822-header-parser.js +8 -6
  20. package/dist/lib/parsers/setup-py-parser.js +28 -24
  21. package/dist/lib/source.d.ts +6 -2
  22. package/dist/lib/sources/arduino-library-properties.d.ts +0 -1
  23. package/dist/lib/sources/arduino-library-properties.js +6 -7
  24. package/dist/lib/sources/cinder-cinderblock-xml.d.ts +0 -1
  25. package/dist/lib/sources/cinder-cinderblock-xml.js +5 -5
  26. package/dist/lib/sources/code-stats.d.ts +3 -2
  27. package/dist/lib/sources/codemeta-json.d.ts +0 -1
  28. package/dist/lib/sources/codemeta-json.js +21 -20
  29. package/dist/lib/sources/dependency-updates.d.ts +17 -8
  30. package/dist/lib/sources/dependency-updates.js +38 -34
  31. package/dist/lib/sources/file-stats.d.ts +7 -4
  32. package/dist/lib/sources/git-config.d.ts +0 -1
  33. package/dist/lib/sources/git-stats.d.ts +47 -24
  34. package/dist/lib/sources/git-stats.js +51 -33
  35. package/dist/lib/sources/github-actions.d.ts +0 -1
  36. package/dist/lib/sources/github-actions.js +4 -3
  37. package/dist/lib/sources/github.d.ts +156 -78
  38. package/dist/lib/sources/github.js +11 -8
  39. package/dist/lib/sources/go-go-mod.d.ts +0 -1
  40. package/dist/lib/sources/go-goreleaser-yaml.d.ts +0 -1
  41. package/dist/lib/sources/go-goreleaser-yaml.js +5 -3
  42. package/dist/lib/sources/java-pom-xml.d.ts +0 -1
  43. package/dist/lib/sources/java-pom-xml.js +12 -12
  44. package/dist/lib/sources/license-file.d.ts +0 -1
  45. package/dist/lib/sources/metadata-file.d.ts +0 -1
  46. package/dist/lib/sources/metadata-file.js +9 -10
  47. package/dist/lib/sources/metascope.d.ts +9 -5
  48. package/dist/lib/sources/node-npm-registry.d.ts +21 -11
  49. package/dist/lib/sources/node-npm-registry.js +12 -6
  50. package/dist/lib/sources/node-package-json.d.ts +0 -1
  51. package/dist/lib/sources/obsidian-plugin-manifest-json.d.ts +17 -9
  52. package/dist/lib/sources/obsidian-plugin-manifest-json.js +2 -2
  53. package/dist/lib/sources/obsidian-plugin-registry.d.ts +3 -2
  54. package/dist/lib/sources/obsidian-plugin-registry.js +2 -1
  55. package/dist/lib/sources/openframeworks-addon-config-mk.d.ts +0 -1
  56. package/dist/lib/sources/openframeworks-install-xml.d.ts +0 -1
  57. package/dist/lib/sources/openframeworks-install-xml.js +3 -3
  58. package/dist/lib/sources/processing-library-properties.d.ts +0 -1
  59. package/dist/lib/sources/processing-library-properties.js +9 -10
  60. package/dist/lib/sources/processing-sketch-properties.d.ts +0 -1
  61. package/dist/lib/sources/processing-sketch-properties.js +13 -20
  62. package/dist/lib/sources/publiccode-yaml.d.ts +0 -1
  63. package/dist/lib/sources/publiccode-yaml.js +61 -58
  64. package/dist/lib/sources/python-pkg-info.d.ts +0 -1
  65. package/dist/lib/sources/python-pkg-info.js +6 -5
  66. package/dist/lib/sources/python-pypi-registry.d.ts +21 -11
  67. package/dist/lib/sources/python-pypi-registry.js +23 -16
  68. package/dist/lib/sources/python-pyproject-toml.d.ts +0 -1
  69. package/dist/lib/sources/python-setup-cfg.d.ts +2 -3
  70. package/dist/lib/sources/python-setup-cfg.js +10 -9
  71. package/dist/lib/sources/python-setup-py.d.ts +0 -1
  72. package/dist/lib/sources/readme-file.d.ts +0 -1
  73. package/dist/lib/sources/readme-file.js +4 -3
  74. package/dist/lib/sources/ruby-gemspec.d.ts +0 -1
  75. package/dist/lib/sources/rust-cargo-toml.d.ts +0 -1
  76. package/dist/lib/sources/rust-cargo-toml.js +1 -1
  77. package/dist/lib/sources/xcode-info-plist.d.ts +0 -1
  78. package/dist/lib/sources/xcode-info-plist.js +29 -31
  79. package/dist/lib/sources/xcode-project-pbxproj.d.ts +0 -1
  80. package/dist/lib/sources/xcode-project-pbxproj.js +17 -16
  81. package/dist/lib/templates/codemeta-json.d.ts +1 -0
  82. package/dist/lib/templates/codemeta.d.ts +1 -0
  83. package/dist/lib/templates/codemeta.js +98 -89
  84. package/dist/lib/templates/frontmatter.d.ts +2 -1
  85. package/dist/lib/templates/frontmatter.js +1 -1
  86. package/dist/lib/templates/index.d.ts +2 -1
  87. package/dist/lib/templates/index.js +1 -1
  88. package/dist/lib/templates/metadata.d.ts +1 -0
  89. package/dist/lib/templates/project.d.ts +1 -0
  90. package/dist/lib/utilities/codemeta-helpers.js +14 -13
  91. package/dist/lib/utilities/fetch.js +18 -2
  92. package/dist/lib/utilities/formatting.js +1 -1
  93. package/dist/lib/utilities/github.js +2 -2
  94. package/dist/lib/utilities/license-identification.d.ts +9 -4
  95. package/dist/lib/utilities/license-identification.js +37 -23
  96. package/dist/lib/utilities/template-helpers.d.ts +7 -5
  97. package/dist/lib/utilities/template-helpers.js +15 -14
  98. package/dist/lib/utilities/tree-sitter-wasm.d.ts +0 -1
  99. package/dist/lib/utilities/tree-sitter-wasm.js +1 -1
  100. package/package.json +18 -17
  101. package/readme.md +13 -11
  102. package/dist/bin/renovate-CpDMbQZd.js +0 -1
  103. package/dist/bin/shared-Dix5HPlG.js +0 -6
@@ -0,0 +1,2904 @@
1
+ //#region src/lib/data/license-urls.json
2
+ var license_urls_default = {
3
+ "0BSD": {
4
+ "originalUrl": "http://landley.net/toybox/license.html",
5
+ "url": "https://spdx.org/licenses/0BSD"
6
+ },
7
+ "3D-Slicer-1.0": {
8
+ "originalUrl": "https://slicer.org/LICENSE",
9
+ "url": "https://www.slicer.org/LICENSE"
10
+ },
11
+ AAL: {
12
+ "originalUrl": "https://opensource.org/licenses/attribution",
13
+ "url": "https://spdx.org/licenses/AAL"
14
+ },
15
+ Abstyles: {
16
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Abstyles",
17
+ "url": "https://fedoraproject.org/wiki/Licensing/Abstyles"
18
+ },
19
+ "AdaCore-doc": {
20
+ "originalUrl": "https://github.com/AdaCore/xmlada/blob/master/docs/index.rst",
21
+ "url": "https://github.com/AdaCore/xmlada/blob/master/docs/index.rst"
22
+ },
23
+ "Adobe-2006": {
24
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/AdobeLicense",
25
+ "url": "https://fedoraproject.org/wiki/Licensing/AdobeLicense"
26
+ },
27
+ "Adobe-Display-PostScript": {
28
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752",
29
+ "url": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L752"
30
+ },
31
+ "Adobe-Glyph": {
32
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph",
33
+ "url": "https://fedoraproject.org/wiki/Licensing/MIT#AdobeGlyph"
34
+ },
35
+ "Adobe-Utopia": {
36
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type=heads",
37
+ "url": "https://gitlab.freedesktop.org/xorg/font/adobe-utopia-100dpi/-/blob/master/COPYING?ref_type=heads"
38
+ },
39
+ ADSL: {
40
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense",
41
+ "url": "https://fedoraproject.org/wiki/Licensing/AmazonDigitalServicesLicense"
42
+ },
43
+ "Advanced-Cryptics-Dictionary": {
44
+ "originalUrl": "https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2",
45
+ "url": "https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2"
46
+ },
47
+ "AFL-1.1": {
48
+ "originalUrl": "http://opensource.linux-mirror.org/licenses/afl-1.1.txt",
49
+ "url": "https://spdx.org/licenses/AFL-1.1"
50
+ },
51
+ "AFL-1.2": {
52
+ "originalUrl": "http://opensource.linux-mirror.org/licenses/afl-1.2.txt",
53
+ "url": "https://spdx.org/licenses/AFL-1.2"
54
+ },
55
+ "AFL-2.0": {
56
+ "originalUrl": "http://wayback.archive.org/web/20060924134533/http://www.opensource.org/licenses/afl-2.0.txt",
57
+ "url": "https://spdx.org/licenses/AFL-2.0"
58
+ },
59
+ "AFL-2.1": {
60
+ "originalUrl": "http://opensource.linux-mirror.org/licenses/afl-2.1.txt",
61
+ "url": "https://spdx.org/licenses/AFL-2.1"
62
+ },
63
+ "AFL-3.0": {
64
+ "originalUrl": "http://www.rosenlaw.com/AFL3.0.htm",
65
+ "url": "https://spdx.org/licenses/AFL-3.0"
66
+ },
67
+ Afmparse: {
68
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Afmparse",
69
+ "url": "https://fedoraproject.org/wiki/Licensing/Afmparse"
70
+ },
71
+ "AGPL-1.0": {
72
+ "originalUrl": "http://www.affero.org/oagpl.html",
73
+ "url": "https://spdx.org/licenses/AGPL-1.0"
74
+ },
75
+ "AGPL-1.0-only": {
76
+ "originalUrl": "http://www.affero.org/oagpl.html",
77
+ "url": "https://spdx.org/licenses/AGPL-1.0-only"
78
+ },
79
+ "AGPL-1.0-or-later": {
80
+ "originalUrl": "http://www.affero.org/oagpl.html",
81
+ "url": "https://spdx.org/licenses/AGPL-1.0-or-later"
82
+ },
83
+ "AGPL-3.0": {
84
+ "originalUrl": "https://www.gnu.org/licenses/agpl.txt",
85
+ "url": "https://spdx.org/licenses/AGPL-3.0"
86
+ },
87
+ "AGPL-3.0-only": {
88
+ "originalUrl": "https://www.gnu.org/licenses/agpl.txt",
89
+ "url": "https://spdx.org/licenses/AGPL-3.0-only"
90
+ },
91
+ "AGPL-3.0-or-later": {
92
+ "originalUrl": "https://www.gnu.org/licenses/agpl.txt",
93
+ "url": "https://spdx.org/licenses/AGPL-3.0-or-later"
94
+ },
95
+ Aladdin: {
96
+ "originalUrl": "http://pages.cs.wisc.edu/~ghost/doc/AFPL/6.01/Public.htm",
97
+ "url": "https://spdx.org/licenses/Aladdin"
98
+ },
99
+ "ALGLIB-Documentation": { "url": "https://spdx.org/licenses/ALGLIB-Documentation" },
100
+ "AMD-newlib": {
101
+ "originalUrl": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/sys/a29khif/_close.S;h=04f52ae00de1dafbd9055ad8d73c5c697a3aae7f;hb=HEAD",
102
+ "url": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/sys/a29khif/_close.S;h=04f52ae00de1dafbd9055ad8d73c5c697a3aae7f;hb=HEAD"
103
+ },
104
+ AMDPLPA: {
105
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License",
106
+ "url": "https://fedoraproject.org/wiki/Licensing/AMD_plpa_map_License"
107
+ },
108
+ AML: {
109
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License",
110
+ "url": "https://fedoraproject.org/wiki/Licensing/Apple_MIT_License"
111
+ },
112
+ "AML-glslang": {
113
+ "originalUrl": "https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949",
114
+ "url": "https://github.com/KhronosGroup/glslang/blob/main/LICENSE.txt#L949"
115
+ },
116
+ AMPAS: {
117
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD",
118
+ "url": "https://fedoraproject.org/wiki/Licensing/BSD#AMPASBSD"
119
+ },
120
+ "ANTLR-PD": {
121
+ "originalUrl": "http://www.antlr2.org/license.html",
122
+ "url": "https://www.antlr2.org/license.html"
123
+ },
124
+ "ANTLR-PD-fallback": {
125
+ "originalUrl": "http://www.antlr2.org/license.html",
126
+ "url": "https://www.antlr2.org/license.html"
127
+ },
128
+ "any-OSI": {
129
+ "originalUrl": "https://metacpan.org/pod/Exporter::Tidy#LICENSE",
130
+ "url": "https://metacpan.org/pod/Exporter::Tidy#LICENSE"
131
+ },
132
+ "any-OSI-perl-modules": {
133
+ "originalUrl": "https://metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE",
134
+ "url": "https://metacpan.org/release/JUERD/Exporter-Tidy-0.09/view/Tidy.pm#LICENSE"
135
+ },
136
+ "Apache-1.0": {
137
+ "originalUrl": "http://www.apache.org/licenses/LICENSE-1.0",
138
+ "url": "https://www.apache.org/licenses/LICENSE-1.0"
139
+ },
140
+ "Apache-1.1": {
141
+ "originalUrl": "http://apache.org/licenses/LICENSE-1.1",
142
+ "url": "https://apache.org/licenses/LICENSE-1.1"
143
+ },
144
+ "Apache-2.0": {
145
+ "originalUrl": "https://www.apache.org/licenses/LICENSE-2.0",
146
+ "url": "https://www.apache.org/licenses/LICENSE-2.0"
147
+ },
148
+ APAFML: {
149
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM",
150
+ "url": "https://fedoraproject.org/wiki/Licensing/AdobePostscriptAFM"
151
+ },
152
+ "APL-1.0": {
153
+ "originalUrl": "https://opensource.org/licenses/APL-1.0",
154
+ "url": "https://opensource.org/license/APL-1.0"
155
+ },
156
+ "App-s2p": {
157
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/App-s2p",
158
+ "url": "https://fedoraproject.org/wiki/Licensing/App-s2p"
159
+ },
160
+ "APSL-1.0": {
161
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0",
162
+ "url": "https://fedoraproject.org/wiki/Licensing/Apple_Public_Source_License_1.0"
163
+ },
164
+ "APSL-1.1": {
165
+ "originalUrl": "http://www.opensource.apple.com/source/IOSerialFamily/IOSerialFamily-7/APPLE_LICENSE",
166
+ "url": "https://spdx.org/licenses/APSL-1.1"
167
+ },
168
+ "APSL-1.2": {
169
+ "originalUrl": "http://www.samurajdata.se/opensource/mirror/licenses/apsl.php",
170
+ "url": "https://spdx.org/licenses/APSL-1.2"
171
+ },
172
+ "APSL-2.0": {
173
+ "originalUrl": "http://www.opensource.apple.com/license/apsl/",
174
+ "url": "https://spdx.org/licenses/APSL-2.0"
175
+ },
176
+ "Arphic-1999": {
177
+ "originalUrl": "http://ftp.gnu.org/gnu/non-gnu/chinese-fonts-truetype/LICENSE",
178
+ "url": "https://spdx.org/licenses/Arphic-1999"
179
+ },
180
+ "Artistic-1.0": {
181
+ "originalUrl": "https://opensource.org/licenses/Artistic-1.0",
182
+ "url": "https://opensource.org/license/Artistic-1.0"
183
+ },
184
+ "Artistic-1.0-cl8": {
185
+ "originalUrl": "https://opensource.org/licenses/Artistic-1.0",
186
+ "url": "https://opensource.org/license/Artistic-1.0"
187
+ },
188
+ "Artistic-1.0-Perl": {
189
+ "originalUrl": "http://dev.perl.org/licenses/artistic.html",
190
+ "url": "https://dev.perl.org/licenses/artistic.html"
191
+ },
192
+ "Artistic-2.0": {
193
+ "originalUrl": "http://www.perlfoundation.org/artistic_license_2_0",
194
+ "url": "https://spdx.org/licenses/Artistic-2.0"
195
+ },
196
+ "Artistic-dist": {
197
+ "originalUrl": "https://github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L2720-L2845",
198
+ "url": "https://github.com/pexip/os-perl/blob/833cf4c86cc465ccfc627ff16db67e783156a248/debian/copyright#L2720-L2845"
199
+ },
200
+ "Aspell-RU": {
201
+ "originalUrl": "https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2",
202
+ "url": "https://ftp.gnu.org/gnu/aspell/dict/ru/aspell6-ru-0.99f7-1.tar.bz2"
203
+ },
204
+ "ASWF-Digital-Assets-1.0": {
205
+ "originalUrl": "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.0.txt",
206
+ "url": "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.0.txt"
207
+ },
208
+ "ASWF-Digital-Assets-1.1": {
209
+ "originalUrl": "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.1.txt",
210
+ "url": "https://github.com/AcademySoftwareFoundation/foundation/blob/main/digital_assets/aswf_digital_assets_license_v1.1.txt"
211
+ },
212
+ Baekmuk: {
213
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd=Licensing/Baekmuk",
214
+ "url": "https://fedoraproject.org/wiki/Licensing:Baekmuk?rd=Licensing/Baekmuk"
215
+ },
216
+ Bahyph: {
217
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Bahyph",
218
+ "url": "https://fedoraproject.org/wiki/Licensing/Bahyph"
219
+ },
220
+ Barr: {
221
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Barr",
222
+ "url": "https://fedoraproject.org/wiki/Licensing/Barr"
223
+ },
224
+ "bcrypt-Solar-Designer": {
225
+ "originalUrl": "https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c",
226
+ "url": "https://github.com/bcrypt-ruby/bcrypt-ruby/blob/master/ext/mri/crypt_blowfish.c"
227
+ },
228
+ Beerware: {
229
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Beerware",
230
+ "url": "https://fedoraproject.org/wiki/Licensing/Beerware"
231
+ },
232
+ "Bitstream-Charter": {
233
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Charter#License_Text",
234
+ "url": "https://fedoraproject.org/wiki/Licensing/Charter#License_Text"
235
+ },
236
+ "Bitstream-Vera": {
237
+ "originalUrl": "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/",
238
+ "url": "https://web.archive.org/web/20080207013128/http://www.gnome.org/fonts/"
239
+ },
240
+ "BitTorrent-1.0": {
241
+ "originalUrl": "http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/licenses/BitTorrent?r1=1.1&r2=1.1.1.1&diff_format=s",
242
+ "url": "https://gitweb.gentoo.org/"
243
+ },
244
+ "BitTorrent-1.1": {
245
+ "originalUrl": "http://directory.fsf.org/wiki/License:BitTorrentOSL1.1",
246
+ "url": "https://spdx.org/licenses/BitTorrent-1.1"
247
+ },
248
+ blessing: {
249
+ "originalUrl": "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9",
250
+ "url": "https://www.sqlite.org/src/artifact/e33a4df7e32d742a?ln=4-9"
251
+ },
252
+ "BlueOak-1.0.0": {
253
+ "originalUrl": "https://blueoakcouncil.org/license/1.0.0",
254
+ "url": "https://blueoakcouncil.org/license/1.0.0"
255
+ },
256
+ "Boehm-GC": {
257
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)",
258
+ "url": "https://fedoraproject.org/wiki/Licensing:MIT#Another_Minimal_variant_(found_in_libatomic_ops)"
259
+ },
260
+ "Boehm-GC-without-fee": {
261
+ "originalUrl": "https://github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc",
262
+ "url": "https://github.com/MariaDB/server/blob/11.6/libmysqld/lib_sql.cc"
263
+ },
264
+ "BOLA-1.1": {
265
+ "originalUrl": "https://blitiri.com.ar/p/bola/",
266
+ "url": "https://blitiri.com.ar/p/bola/"
267
+ },
268
+ Borceux: {
269
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Borceux",
270
+ "url": "https://fedoraproject.org/wiki/Licensing/Borceux"
271
+ },
272
+ "Brian-Gladman-2-Clause": {
273
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156",
274
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L140-L156"
275
+ },
276
+ "Brian-Gladman-3-Clause": {
277
+ "originalUrl": "https://github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h",
278
+ "url": "https://github.com/SWI-Prolog/packages-clib/blob/master/sha1/brg_endian.h"
279
+ },
280
+ "BSD-1-Clause": {
281
+ "originalUrl": "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823",
282
+ "url": "https://svnweb.freebsd.org/base/head/include/ifaddrs.h?revision=326823"
283
+ },
284
+ "BSD-2-Clause": {
285
+ "originalUrl": "https://opensource.org/licenses/BSD-2-Clause",
286
+ "url": "https://opensource.org/license/BSD-2-Clause"
287
+ },
288
+ "BSD-2-Clause-Darwin": {
289
+ "originalUrl": "https://github.com/file/file/blob/master/COPYING",
290
+ "url": "https://github.com/file/file/blob/master/COPYING"
291
+ },
292
+ "BSD-2-Clause-first-lines": {
293
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690",
294
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L664-L690"
295
+ },
296
+ "BSD-2-Clause-FreeBSD": {
297
+ "originalUrl": "http://www.freebsd.org/copyright/freebsd-license.html",
298
+ "url": "https://www.freebsd.org/copyright/freebsd-license/"
299
+ },
300
+ "BSD-2-Clause-NetBSD": {
301
+ "originalUrl": "http://www.netbsd.org/about/redistribution.html#default",
302
+ "url": "https://spdx.org/licenses/BSD-2-Clause-NetBSD"
303
+ },
304
+ "BSD-2-Clause-Patent": {
305
+ "originalUrl": "https://opensource.org/licenses/BSDplusPatent",
306
+ "url": "https://opensource.org/license/bsd-2-clause-patent"
307
+ },
308
+ "BSD-2-Clause-pkgconf-disclaimer": {
309
+ "originalUrl": "https://github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc",
310
+ "url": "https://github.com/audacious-media-player/audacious/blob/master/src/audacious/main.cc"
311
+ },
312
+ "BSD-2-Clause-Views": {
313
+ "originalUrl": "http://www.freebsd.org/copyright/freebsd-license.html",
314
+ "url": "https://www.freebsd.org/copyright/freebsd-license/"
315
+ },
316
+ "BSD-3-Clause": {
317
+ "originalUrl": "https://opensource.org/licenses/BSD-3-Clause",
318
+ "url": "https://opensource.org/license/BSD-3-Clause"
319
+ },
320
+ "BSD-3-Clause-acpica": {
321
+ "originalUrl": "https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119",
322
+ "url": "https://github.com/acpica/acpica/blob/master/source/common/acfileio.c#L119"
323
+ },
324
+ "BSD-3-Clause-Attribution": {
325
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution",
326
+ "url": "https://fedoraproject.org/wiki/Licensing/BSD_with_Attribution"
327
+ },
328
+ "BSD-3-Clause-Clear": {
329
+ "originalUrl": "http://labs.metacarta.com/license-explanation.html#license",
330
+ "url": "https://spdx.org/licenses/BSD-3-Clause-Clear"
331
+ },
332
+ "BSD-3-Clause-flex": {
333
+ "originalUrl": "https://github.com/westes/flex/blob/master/COPYING",
334
+ "url": "https://github.com/westes/flex/blob/master/COPYING"
335
+ },
336
+ "BSD-3-Clause-HP": {
337
+ "originalUrl": "https://github.com/zdohnal/hplip/blob/master/COPYING#L939",
338
+ "url": "https://github.com/zdohnal/hplip/blob/master/COPYING#L939"
339
+ },
340
+ "BSD-3-Clause-LBNL": {
341
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/LBNLBSD",
342
+ "url": "https://fedoraproject.org/wiki/Licensing/LBNLBSD"
343
+ },
344
+ "BSD-3-Clause-Modification": {
345
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant",
346
+ "url": "https://fedoraproject.org/wiki/Licensing:BSD#Modification_Variant"
347
+ },
348
+ "BSD-3-Clause-No-Military-License": {
349
+ "originalUrl": "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE",
350
+ "url": "https://gitlab.syncad.com/hive/dhive/-/blob/master/LICENSE"
351
+ },
352
+ "BSD-3-Clause-No-Nuclear-License": {
353
+ "originalUrl": "http://download.oracle.com/otn-pub/java/licenses/bsd.txt",
354
+ "url": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License"
355
+ },
356
+ "BSD-3-Clause-No-Nuclear-License-2014": {
357
+ "originalUrl": "https://java.net/projects/javaeetutorial/pages/BerkeleyLicense",
358
+ "url": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-License-2014"
359
+ },
360
+ "BSD-3-Clause-No-Nuclear-Warranty": {
361
+ "originalUrl": "https://jogamp.org/git/?p=gluegen.git;a=blob_plain;f=LICENSE.txt",
362
+ "url": "https://spdx.org/licenses/BSD-3-Clause-No-Nuclear-Warranty"
363
+ },
364
+ "BSD-3-Clause-Open-MPI": {
365
+ "originalUrl": "https://www.open-mpi.org/community/license.php",
366
+ "url": "https://www.open-mpi.org/community/license.php"
367
+ },
368
+ "BSD-3-Clause-Sun": {
369
+ "originalUrl": "https://github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/com/sun/msv/datatype/regexp/InternalImpl.java",
370
+ "url": "https://github.com/xmlark/msv/blob/b9316e2f2270bc1606952ea4939ec87fbba157f3/xsdlib/src/main/java/com/sun/msv/datatype/regexp/InternalImpl.java"
371
+ },
372
+ "BSD-3-Clause-Tso": {
373
+ "originalUrl": "https://www.x.org/archive/current/doc/xorg-docs/License.html#Theodore_Tso",
374
+ "url": "https://xorg.freedesktop.org/archive/current/doc/xorg-docs/License.html"
375
+ },
376
+ "BSD-4-Clause": {
377
+ "originalUrl": "http://directory.fsf.org/wiki/License:BSD_4Clause",
378
+ "url": "https://spdx.org/licenses/BSD-4-Clause"
379
+ },
380
+ "BSD-4-Clause-Shortened": {
381
+ "originalUrl": "https://metadata.ftp-master.debian.org/changelogs//main/a/arpwatch/arpwatch_2.1a15-7_copyright",
382
+ "url": "https://spdx.org/licenses/BSD-4-Clause-Shortened"
383
+ },
384
+ "BSD-4-Clause-UC": {
385
+ "originalUrl": "http://www.freebsd.org/copyright/license.html",
386
+ "url": "https://www.freebsd.org/copyright/license/"
387
+ },
388
+ "BSD-4.3RENO": {
389
+ "originalUrl": "https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=libiberty/strcasecmp.c;h=131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb=HEAD",
390
+ "url": "https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=libiberty/strcasecmp.c;h=131d81c2ce7881fa48c363dc5bf5fb302c61ce0b;hb=HEAD"
391
+ },
392
+ "BSD-4.3TAHOE": {
393
+ "originalUrl": "https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15",
394
+ "url": "https://github.com/389ds/389-ds-base/blob/main/ldap/include/sysexits-compat.h#L15"
395
+ },
396
+ "BSD-Advertising-Acknowledgement": {
397
+ "originalUrl": "https://github.com/python-excel/xlrd/blob/master/LICENSE#L33",
398
+ "url": "https://github.com/python-excel/xlrd/blob/master/LICENSE#L33"
399
+ },
400
+ "BSD-Attribution-HPND-disclaimer": {
401
+ "originalUrl": "https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING",
402
+ "url": "https://github.com/cyrusimap/cyrus-sasl/blob/master/COPYING"
403
+ },
404
+ "BSD-Inferno-Nettverk": {
405
+ "originalUrl": "https://www.inet.no/dante/LICENSE",
406
+ "url": "https://www.inet.no/dante/LICENSE"
407
+ },
408
+ "BSD-Mark-Modifications": {
409
+ "originalUrl": "https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2",
410
+ "url": "https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-2020.12.07-0.tar.bz2"
411
+ },
412
+ "BSD-Protection": {
413
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License",
414
+ "url": "https://fedoraproject.org/wiki/Licensing/BSD_Protection_License"
415
+ },
416
+ "BSD-Source-beginning-file": {
417
+ "originalUrl": "https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4",
418
+ "url": "https://github.com/lattera/freebsd/blob/master/sys/cam/cam.c#L4"
419
+ },
420
+ "BSD-Source-Code": {
421
+ "originalUrl": "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt",
422
+ "url": "https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE.txt"
423
+ },
424
+ "BSD-Systemics": {
425
+ "originalUrl": "https://metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT",
426
+ "url": "https://metacpan.org/release/DPARIS/Crypt-DES-2.07/source/COPYRIGHT"
427
+ },
428
+ "BSD-Systemics-W3Works": {
429
+ "originalUrl": "https://metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7",
430
+ "url": "https://metacpan.org/release/DPARIS/Crypt-Blowfish-2.14/source/COPYRIGHT#L7"
431
+ },
432
+ "BSL-1.0": {
433
+ "originalUrl": "http://www.boost.org/LICENSE_1_0.txt",
434
+ "url": "https://www.boost.org/LICENSE_1_0.txt"
435
+ },
436
+ Buddy: {
437
+ "originalUrl": "https://sourceforge.net/p/buddy/gitcode/ci/master/tree/README",
438
+ "url": "https://sourceforge.net/p/buddy/gitcode/ci/master/tree/README"
439
+ },
440
+ "BUSL-1.1": {
441
+ "originalUrl": "https://mariadb.com/bsl11/",
442
+ "url": "https://mariadb.com/bsl11/"
443
+ },
444
+ "bzip2-1.0.5": {
445
+ "originalUrl": "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html",
446
+ "url": "https://sourceware.org/bzip2/1.0.5/bzip2-manual-1.0.5.html"
447
+ },
448
+ "bzip2-1.0.6": {
449
+ "originalUrl": "https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6",
450
+ "url": "https://sourceware.org/git/?p=bzip2.git;a=blob;f=LICENSE;hb=bzip2-1.0.6"
451
+ },
452
+ "C-UDA-1.0": {
453
+ "originalUrl": "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md",
454
+ "url": "https://github.com/microsoft/Computational-Use-of-Data-Agreement/blob/master/C-UDA-1.0.md"
455
+ },
456
+ "CAL-1.0": {
457
+ "originalUrl": "http://cryptographicautonomylicense.com/license-text.html",
458
+ "url": "https://spdx.org/licenses/CAL-1.0"
459
+ },
460
+ "CAL-1.0-Combined-Work-Exception": {
461
+ "originalUrl": "http://cryptographicautonomylicense.com/license-text.html",
462
+ "url": "https://spdx.org/licenses/CAL-1.0-Combined-Work-Exception"
463
+ },
464
+ Caldera: {
465
+ "originalUrl": "http://www.lemis.com/grog/UNIX/ancient-source-all.pdf",
466
+ "url": "https://spdx.org/licenses/Caldera"
467
+ },
468
+ "Caldera-no-preamble": {
469
+ "originalUrl": "https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29",
470
+ "url": "https://github.com/apache/apr/blob/trunk/LICENSE#L298C6-L298C29"
471
+ },
472
+ "CAPEC-tou": {
473
+ "originalUrl": "https://capec.mitre.org/about/termsofuse.html",
474
+ "url": "https://capec.mitre.org/about/termsofuse.html"
475
+ },
476
+ Catharon: {
477
+ "originalUrl": "https://github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt",
478
+ "url": "https://github.com/scummvm/scummvm/blob/v2.8.0/LICENSES/CatharonLicense.txt"
479
+ },
480
+ "CATOSL-1.1": {
481
+ "originalUrl": "https://opensource.org/licenses/CATOSL-1.1",
482
+ "url": "https://opensource.org/license/CATOSL-1.1"
483
+ },
484
+ "CC-BY-1.0": {
485
+ "originalUrl": "https://creativecommons.org/licenses/by/1.0/legalcode",
486
+ "url": "https://creativecommons.org/licenses/by/1.0/legalcode"
487
+ },
488
+ "CC-BY-2.0": {
489
+ "originalUrl": "https://creativecommons.org/licenses/by/2.0/legalcode",
490
+ "url": "https://creativecommons.org/licenses/by/2.0/legalcode"
491
+ },
492
+ "CC-BY-2.5": {
493
+ "originalUrl": "https://creativecommons.org/licenses/by/2.5/legalcode",
494
+ "url": "https://creativecommons.org/licenses/by/2.5/legalcode"
495
+ },
496
+ "CC-BY-2.5-AU": {
497
+ "originalUrl": "https://creativecommons.org/licenses/by/2.5/au/legalcode",
498
+ "url": "https://creativecommons.org/licenses/by/2.5/au/legalcode"
499
+ },
500
+ "CC-BY-3.0": {
501
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/legalcode",
502
+ "url": "https://creativecommons.org/licenses/by/3.0/legalcode"
503
+ },
504
+ "CC-BY-3.0-AT": {
505
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/at/legalcode",
506
+ "url": "https://creativecommons.org/licenses/by/3.0/at/legalcode"
507
+ },
508
+ "CC-BY-3.0-AU": {
509
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/au/legalcode",
510
+ "url": "https://creativecommons.org/licenses/by/3.0/au/legalcode"
511
+ },
512
+ "CC-BY-3.0-DE": {
513
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/de/legalcode",
514
+ "url": "https://creativecommons.org/licenses/by/3.0/de/legalcode"
515
+ },
516
+ "CC-BY-3.0-IGO": {
517
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/igo/legalcode",
518
+ "url": "https://creativecommons.org/licenses/by/3.0/igo/legalcode"
519
+ },
520
+ "CC-BY-3.0-NL": {
521
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/nl/legalcode",
522
+ "url": "https://creativecommons.org/licenses/by/3.0/nl/legalcode"
523
+ },
524
+ "CC-BY-3.0-US": {
525
+ "originalUrl": "https://creativecommons.org/licenses/by/3.0/us/legalcode",
526
+ "url": "https://creativecommons.org/licenses/by/3.0/us/legalcode"
527
+ },
528
+ "CC-BY-4.0": {
529
+ "originalUrl": "https://creativecommons.org/licenses/by/4.0/legalcode",
530
+ "url": "https://creativecommons.org/licenses/by/4.0/legalcode"
531
+ },
532
+ "CC-BY-NC-1.0": {
533
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/1.0/legalcode",
534
+ "url": "https://creativecommons.org/licenses/by-nc/1.0/legalcode"
535
+ },
536
+ "CC-BY-NC-2.0": {
537
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/2.0/legalcode",
538
+ "url": "https://creativecommons.org/licenses/by-nc/2.0/legalcode"
539
+ },
540
+ "CC-BY-NC-2.5": {
541
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/2.5/legalcode",
542
+ "url": "https://creativecommons.org/licenses/by-nc/2.5/legalcode"
543
+ },
544
+ "CC-BY-NC-3.0": {
545
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/3.0/legalcode",
546
+ "url": "https://creativecommons.org/licenses/by-nc/3.0/legalcode"
547
+ },
548
+ "CC-BY-NC-3.0-DE": {
549
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode",
550
+ "url": "https://creativecommons.org/licenses/by-nc/3.0/de/legalcode"
551
+ },
552
+ "CC-BY-NC-4.0": {
553
+ "originalUrl": "https://creativecommons.org/licenses/by-nc/4.0/legalcode",
554
+ "url": "https://creativecommons.org/licenses/by-nc/4.0/legalcode"
555
+ },
556
+ "CC-BY-NC-ND-1.0": {
557
+ "originalUrl": "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode",
558
+ "url": "https://creativecommons.org/licenses/by-nd-nc/1.0/legalcode"
559
+ },
560
+ "CC-BY-NC-ND-2.0": {
561
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode",
562
+ "url": "https://creativecommons.org/licenses/by-nc-nd/2.0/legalcode"
563
+ },
564
+ "CC-BY-NC-ND-2.5": {
565
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode",
566
+ "url": "https://creativecommons.org/licenses/by-nc-nd/2.5/legalcode"
567
+ },
568
+ "CC-BY-NC-ND-3.0": {
569
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode",
570
+ "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/legalcode"
571
+ },
572
+ "CC-BY-NC-ND-3.0-DE": {
573
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode",
574
+ "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/de/legalcode"
575
+ },
576
+ "CC-BY-NC-ND-3.0-IGO": {
577
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode",
578
+ "url": "https://creativecommons.org/licenses/by-nc-nd/3.0/igo/legalcode"
579
+ },
580
+ "CC-BY-NC-ND-4.0": {
581
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode",
582
+ "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode"
583
+ },
584
+ "CC-BY-NC-SA-1.0": {
585
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode",
586
+ "url": "https://creativecommons.org/licenses/by-nc-sa/1.0/legalcode"
587
+ },
588
+ "CC-BY-NC-SA-2.0": {
589
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode",
590
+ "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/legalcode"
591
+ },
592
+ "CC-BY-NC-SA-2.0-DE": {
593
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode",
594
+ "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/de/legalcode"
595
+ },
596
+ "CC-BY-NC-SA-2.0-FR": {
597
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode",
598
+ "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/fr/legalcode"
599
+ },
600
+ "CC-BY-NC-SA-2.0-UK": {
601
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode",
602
+ "url": "https://creativecommons.org/licenses/by-nc-sa/2.0/uk/legalcode"
603
+ },
604
+ "CC-BY-NC-SA-2.5": {
605
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode",
606
+ "url": "https://creativecommons.org/licenses/by-nc-sa/2.5/legalcode"
607
+ },
608
+ "CC-BY-NC-SA-3.0": {
609
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode",
610
+ "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/legalcode"
611
+ },
612
+ "CC-BY-NC-SA-3.0-DE": {
613
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode",
614
+ "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/de/legalcode"
615
+ },
616
+ "CC-BY-NC-SA-3.0-IGO": {
617
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode",
618
+ "url": "https://creativecommons.org/licenses/by-nc-sa/3.0/igo/legalcode"
619
+ },
620
+ "CC-BY-NC-SA-4.0": {
621
+ "originalUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode",
622
+ "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
623
+ },
624
+ "CC-BY-ND-1.0": {
625
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/1.0/legalcode",
626
+ "url": "https://creativecommons.org/licenses/by-nd/1.0/legalcode"
627
+ },
628
+ "CC-BY-ND-2.0": {
629
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/2.0/legalcode",
630
+ "url": "https://creativecommons.org/licenses/by-nd/2.0/legalcode"
631
+ },
632
+ "CC-BY-ND-2.5": {
633
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/2.5/legalcode",
634
+ "url": "https://creativecommons.org/licenses/by-nd/2.5/legalcode"
635
+ },
636
+ "CC-BY-ND-3.0": {
637
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/3.0/legalcode",
638
+ "url": "https://creativecommons.org/licenses/by-nd/3.0/legalcode"
639
+ },
640
+ "CC-BY-ND-3.0-DE": {
641
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode",
642
+ "url": "https://creativecommons.org/licenses/by-nd/3.0/de/legalcode"
643
+ },
644
+ "CC-BY-ND-4.0": {
645
+ "originalUrl": "https://creativecommons.org/licenses/by-nd/4.0/legalcode",
646
+ "url": "https://creativecommons.org/licenses/by-nd/4.0/legalcode"
647
+ },
648
+ "CC-BY-SA-1.0": {
649
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/1.0/legalcode",
650
+ "url": "https://creativecommons.org/licenses/by-sa/1.0/legalcode"
651
+ },
652
+ "CC-BY-SA-2.0": {
653
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/2.0/legalcode",
654
+ "url": "https://creativecommons.org/licenses/by-sa/2.0/legalcode"
655
+ },
656
+ "CC-BY-SA-2.0-UK": {
657
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode",
658
+ "url": "https://creativecommons.org/licenses/by-sa/2.0/uk/legalcode"
659
+ },
660
+ "CC-BY-SA-2.1-JP": {
661
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode",
662
+ "url": "https://creativecommons.org/licenses/by-sa/2.1/jp/legalcode"
663
+ },
664
+ "CC-BY-SA-2.5": {
665
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/2.5/legalcode",
666
+ "url": "https://creativecommons.org/licenses/by-sa/2.5/legalcode"
667
+ },
668
+ "CC-BY-SA-3.0": {
669
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/3.0/legalcode",
670
+ "url": "https://creativecommons.org/licenses/by-sa/3.0/legalcode"
671
+ },
672
+ "CC-BY-SA-3.0-AT": {
673
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode",
674
+ "url": "https://creativecommons.org/licenses/by-sa/3.0/at/legalcode"
675
+ },
676
+ "CC-BY-SA-3.0-DE": {
677
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode",
678
+ "url": "https://creativecommons.org/licenses/by-sa/3.0/de/legalcode"
679
+ },
680
+ "CC-BY-SA-3.0-IGO": {
681
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode",
682
+ "url": "https://creativecommons.org/licenses/by-sa/3.0/igo/legalcode"
683
+ },
684
+ "CC-BY-SA-4.0": {
685
+ "originalUrl": "https://creativecommons.org/licenses/by-sa/4.0/legalcode",
686
+ "url": "https://creativecommons.org/licenses/by-sa/4.0/legalcode"
687
+ },
688
+ "CC-PDDC": {
689
+ "originalUrl": "https://creativecommons.org/licenses/publicdomain/",
690
+ "url": "https://creativecommons.org/publicdomain/certification/1.0/us/"
691
+ },
692
+ "CC-PDM-1.0": {
693
+ "originalUrl": "https://creativecommons.org/publicdomain/mark/1.0/",
694
+ "url": "https://creativecommons.org/publicdomain/mark/1.0/"
695
+ },
696
+ "CC-SA-1.0": {
697
+ "originalUrl": "https://creativecommons.org/licenses/sa/1.0/legalcode",
698
+ "url": "https://creativecommons.org/licenses/sa/1.0/legalcode"
699
+ },
700
+ "CC0-1.0": {
701
+ "originalUrl": "https://creativecommons.org/publicdomain/zero/1.0/legalcode",
702
+ "url": "https://creativecommons.org/publicdomain/zero/1.0/legalcode"
703
+ },
704
+ "CDDL-1.0": {
705
+ "originalUrl": "https://opensource.org/licenses/cddl1",
706
+ "url": "https://opensource.org/license/cddl-1.0"
707
+ },
708
+ "CDDL-1.1": {
709
+ "originalUrl": "http://glassfish.java.net/public/CDDL+GPL_1_1.html",
710
+ "url": "https://spdx.org/licenses/CDDL-1.1"
711
+ },
712
+ "CDL-1.0": {
713
+ "originalUrl": "http://www.opensource.apple.com/cdl/",
714
+ "url": "https://spdx.org/licenses/CDL-1.0"
715
+ },
716
+ "CDLA-Permissive-1.0": {
717
+ "originalUrl": "https://cdla.io/permissive-1-0",
718
+ "url": "https://cdla.dev/permissive-1-0/"
719
+ },
720
+ "CDLA-Permissive-2.0": {
721
+ "originalUrl": "https://cdla.dev/permissive-2-0",
722
+ "url": "https://cdla.dev/permissive-2-0/"
723
+ },
724
+ "CDLA-Sharing-1.0": {
725
+ "originalUrl": "https://cdla.io/sharing-1-0",
726
+ "url": "https://cdla.dev/sharing-1-0/"
727
+ },
728
+ "CECILL-1.0": {
729
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL_V1-fr.html",
730
+ "url": "https://spdx.org/licenses/CECILL-1.0"
731
+ },
732
+ "CECILL-1.1": {
733
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL_V1.1-US.html",
734
+ "url": "https://spdx.org/licenses/CECILL-1.1"
735
+ },
736
+ "CECILL-2.0": {
737
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html",
738
+ "url": "https://spdx.org/licenses/CECILL-2.0"
739
+ },
740
+ "CECILL-2.1": {
741
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.html",
742
+ "url": "https://spdx.org/licenses/CECILL-2.1"
743
+ },
744
+ "CECILL-B": {
745
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html",
746
+ "url": "https://spdx.org/licenses/CECILL-B"
747
+ },
748
+ "CECILL-C": {
749
+ "originalUrl": "http://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html",
750
+ "url": "https://spdx.org/licenses/CECILL-C"
751
+ },
752
+ "CERN-OHL-1.1": {
753
+ "originalUrl": "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.1",
754
+ "url": "https://spdx.org/licenses/CERN-OHL-1.1"
755
+ },
756
+ "CERN-OHL-1.2": {
757
+ "originalUrl": "https://www.ohwr.org/project/licenses/wikis/cern-ohl-v1.2",
758
+ "url": "https://spdx.org/licenses/CERN-OHL-1.2"
759
+ },
760
+ "CERN-OHL-P-2.0": {
761
+ "originalUrl": "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2",
762
+ "url": "https://spdx.org/licenses/CERN-OHL-P-2.0"
763
+ },
764
+ "CERN-OHL-S-2.0": {
765
+ "originalUrl": "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2",
766
+ "url": "https://spdx.org/licenses/CERN-OHL-S-2.0"
767
+ },
768
+ "CERN-OHL-W-2.0": {
769
+ "originalUrl": "https://www.ohwr.org/project/cernohl/wikis/Documents/CERN-OHL-version-2",
770
+ "url": "https://spdx.org/licenses/CERN-OHL-W-2.0"
771
+ },
772
+ CFITSIO: {
773
+ "originalUrl": "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html",
774
+ "url": "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/c/f_user/node9.html"
775
+ },
776
+ "check-cvs": {
777
+ "originalUrl": "http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/contrib/check_cvs.in?revision=1.1.4.3&view=markup&pathrev=cvs1-11-23#l2",
778
+ "url": "https://spdx.org/licenses/check-cvs"
779
+ },
780
+ checkmk: {
781
+ "originalUrl": "https://github.com/libcheck/check/blob/master/checkmk/checkmk.in",
782
+ "url": "https://github.com/libcheck/check/blob/master/checkmk/checkmk.in"
783
+ },
784
+ ClArtistic: {
785
+ "originalUrl": "http://gianluca.dellavedova.org/2011/01/03/clarified-artistic-license/",
786
+ "url": "https://spdx.org/licenses/ClArtistic"
787
+ },
788
+ Clips: {
789
+ "originalUrl": "https://github.com/DrItanium/maya/blob/master/LICENSE.CLIPS",
790
+ "url": "https://github.com/DrItanium/maya/blob/master/LICENSE.CLIPS"
791
+ },
792
+ "CMU-Mach": {
793
+ "originalUrl": "https://www.cs.cmu.edu/~410/licenses.html",
794
+ "url": "https://www.cs.cmu.edu/~410/licenses.html"
795
+ },
796
+ "CMU-Mach-nodoc": {
797
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728",
798
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L718-L728"
799
+ },
800
+ "CNRI-Jython": {
801
+ "originalUrl": "http://www.jython.org/license.html",
802
+ "url": "https://spdx.org/licenses/CNRI-Jython"
803
+ },
804
+ "CNRI-Python": {
805
+ "originalUrl": "https://opensource.org/licenses/CNRI-Python",
806
+ "url": "https://opensource.org/license/CNRI-Python"
807
+ },
808
+ "CNRI-Python-GPL-Compatible": {
809
+ "originalUrl": "http://www.python.org/download/releases/1.6.1/download_win/",
810
+ "url": "https://spdx.org/licenses/CNRI-Python-GPL-Compatible"
811
+ },
812
+ "COIL-1.0": {
813
+ "originalUrl": "https://coil.apotheon.org/plaintext/01.0.txt",
814
+ "url": "https://coil.apotheon.org/plaintext/01.0.txt"
815
+ },
816
+ "Community-Spec-1.0": {
817
+ "originalUrl": "https://github.com/CommunitySpecification/1.0/blob/master/1._Community_Specification_License-v1.md",
818
+ "url": "https://github.com/CommunitySpecification/Community_Specification/blob/master/1._Community_Specification_License-v1.md"
819
+ },
820
+ "Condor-1.1": {
821
+ "originalUrl": "http://research.cs.wisc.edu/condor/license.html#condor",
822
+ "url": "https://spdx.org/licenses/Condor-1.1"
823
+ },
824
+ "copyleft-next-0.3.0": {
825
+ "originalUrl": "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0",
826
+ "url": "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.0"
827
+ },
828
+ "copyleft-next-0.3.1": {
829
+ "originalUrl": "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1",
830
+ "url": "https://github.com/copyleft-next/copyleft-next/blob/master/Releases/copyleft-next-0.3.1"
831
+ },
832
+ "Cornell-Lossless-JPEG": {
833
+ "originalUrl": "https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16",
834
+ "url": "https://android.googlesource.com/platform/external/dng_sdk/+/refs/heads/master/source/dng_lossless_jpeg.cpp#16"
835
+ },
836
+ "CPAL-1.0": {
837
+ "originalUrl": "https://opensource.org/licenses/CPAL-1.0",
838
+ "url": "https://opensource.org/license/CPAL-1.0"
839
+ },
840
+ "CPL-1.0": {
841
+ "originalUrl": "https://opensource.org/licenses/CPL-1.0",
842
+ "url": "https://opensource.org/license/CPL-1.0"
843
+ },
844
+ "CPOL-1.02": {
845
+ "originalUrl": "http://www.codeproject.com/info/cpol10.aspx",
846
+ "url": "https://spdx.org/licenses/CPOL-1.02"
847
+ },
848
+ Cronyx: {
849
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING",
850
+ "url": "https://gitlab.freedesktop.org/xorg/font/alias/-/blob/master/COPYING"
851
+ },
852
+ Crossword: {
853
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Crossword",
854
+ "url": "https://fedoraproject.org/wiki/Licensing/Crossword"
855
+ },
856
+ CryptoSwift: {
857
+ "originalUrl": "https://github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE",
858
+ "url": "https://github.com/krzyzanowskim/CryptoSwift/blob/main/LICENSE"
859
+ },
860
+ CrystalStacker: {
861
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker",
862
+ "url": "https://fedoraproject.org/wiki/Licensing:CrystalStacker?rd=Licensing/CrystalStacker"
863
+ },
864
+ "CUA-OPL-1.0": {
865
+ "originalUrl": "https://opensource.org/licenses/CUA-OPL-1.0",
866
+ "url": "https://opensource.org/license/CUA-OPL-1.0"
867
+ },
868
+ Cube: {
869
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Cube",
870
+ "url": "https://fedoraproject.org/wiki/Licensing/Cube"
871
+ },
872
+ curl: {
873
+ "originalUrl": "https://github.com/bagder/curl/blob/master/COPYING",
874
+ "url": "https://github.com/curl/curl/blob/master/COPYING"
875
+ },
876
+ "cve-tou": {
877
+ "originalUrl": "https://www.cve.org/Legal/TermsOfUse",
878
+ "url": "https://www.cve.org/Legal/TermsOfUse"
879
+ },
880
+ "D-FSL-1.0": {
881
+ "originalUrl": "http://www.dipp.nrw.de/d-fsl/lizenzen/",
882
+ "url": "https://lizenzen.hbz-nrw.de/dfsl/dfsl/"
883
+ },
884
+ "DEC-3-Clause": {
885
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L239",
886
+ "url": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L239"
887
+ },
888
+ diffmark: {
889
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/diffmark",
890
+ "url": "https://fedoraproject.org/wiki/Licensing/diffmark"
891
+ },
892
+ "DL-DE-BY-2.0": {
893
+ "originalUrl": "https://www.govdata.de/dl-de/by-2-0",
894
+ "url": "https://spdx.org/licenses/DL-DE-BY-2.0"
895
+ },
896
+ "DL-DE-ZERO-2.0": {
897
+ "originalUrl": "https://www.govdata.de/dl-de/zero-2-0",
898
+ "url": "https://spdx.org/licenses/DL-DE-ZERO-2.0"
899
+ },
900
+ DOC: {
901
+ "originalUrl": "http://www.cs.wustl.edu/~schmidt/ACE-copying.html",
902
+ "url": "https://spdx.org/licenses/DOC"
903
+ },
904
+ "DocBook-DTD": {
905
+ "originalUrl": "http://www.docbook.org/xml/simple/1.1/docbook-simple-1.1.zip",
906
+ "url": "https://spdx.org/licenses/DocBook-DTD"
907
+ },
908
+ "DocBook-Schema": {
909
+ "originalUrl": "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc",
910
+ "url": "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/assembly/schema/docbook51b7.rnc"
911
+ },
912
+ "DocBook-Stylesheet": {
913
+ "originalUrl": "http://www.docbook.org/xml/5.0/docbook-5.0.zip",
914
+ "url": "https://spdx.org/licenses/DocBook-Stylesheet"
915
+ },
916
+ "DocBook-XML": {
917
+ "originalUrl": "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27",
918
+ "url": "https://github.com/docbook/xslt10-stylesheets/blob/efd62655c11cc8773708df7a843613fa1e932bf8/xsl/COPYING#L27"
919
+ },
920
+ Dotseqn: {
921
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Dotseqn",
922
+ "url": "https://fedoraproject.org/wiki/Licensing/Dotseqn"
923
+ },
924
+ "DRL-1.0": {
925
+ "originalUrl": "https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md",
926
+ "url": "https://spdx.org/licenses/DRL-1.0"
927
+ },
928
+ "DRL-1.1": {
929
+ "originalUrl": "https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md",
930
+ "url": "https://github.com/SigmaHQ/Detection-Rule-License/blob/6ec7fbde6101d101b5b5d1fcb8f9b69fbc76c04a/LICENSE.Detection.Rules.md"
931
+ },
932
+ DSDP: {
933
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/DSDP",
934
+ "url": "https://fedoraproject.org/wiki/Licensing/DSDP"
935
+ },
936
+ dtoa: {
937
+ "originalUrl": "https://github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c",
938
+ "url": "https://github.com/SWI-Prolog/swipl-devel/blob/master/src/os/dtoa.c"
939
+ },
940
+ dvipdfm: {
941
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/dvipdfm",
942
+ "url": "https://fedoraproject.org/wiki/Licensing/dvipdfm"
943
+ },
944
+ "ECL-1.0": {
945
+ "originalUrl": "https://opensource.org/licenses/ECL-1.0",
946
+ "url": "https://opensource.org/license/ECL-1.0"
947
+ },
948
+ "ECL-2.0": {
949
+ "originalUrl": "https://opensource.org/licenses/ECL-2.0",
950
+ "url": "https://opensource.org/license/ecl-2.0"
951
+ },
952
+ "eCos-2.0": {
953
+ "originalUrl": "https://www.gnu.org/licenses/ecos-license.html",
954
+ "url": "https://spdx.org/licenses/eCos-2.0"
955
+ },
956
+ "EFL-1.0": {
957
+ "originalUrl": "http://www.eiffel-nice.org/license/forum.txt",
958
+ "url": "https://web.archive.org/web/20210126134347/http://www.eiffel-nice.org/index.html"
959
+ },
960
+ "EFL-2.0": {
961
+ "originalUrl": "http://www.eiffel-nice.org/license/eiffel-forum-license-2.html",
962
+ "url": "https://web.archive.org/web/20210126134347/http://www.eiffel-nice.org/index.html"
963
+ },
964
+ eGenix: {
965
+ "originalUrl": "http://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf",
966
+ "url": "https://www.egenix.com/products/eGenix.com-Public-License-1.1.0.pdf"
967
+ },
968
+ "Elastic-2.0": {
969
+ "originalUrl": "https://www.elastic.co/licensing/elastic-license",
970
+ "url": "https://www.elastic.co/licensing/elastic-license"
971
+ },
972
+ Entessa: {
973
+ "originalUrl": "https://opensource.org/licenses/Entessa",
974
+ "url": "https://opensource.org/license/Entessa"
975
+ },
976
+ EPICS: {
977
+ "originalUrl": "https://epics.anl.gov/license/open.php",
978
+ "url": "https://spdx.org/licenses/EPICS"
979
+ },
980
+ "EPL-1.0": {
981
+ "originalUrl": "http://www.eclipse.org/legal/epl-v10.html",
982
+ "url": "https://www.eclipse.org/legal/epl/epl-v10.html"
983
+ },
984
+ "EPL-2.0": {
985
+ "originalUrl": "https://www.eclipse.org/legal/epl-2.0",
986
+ "url": "https://www.eclipse.org/legal/epl-2.0/"
987
+ },
988
+ "ErlPL-1.1": {
989
+ "originalUrl": "http://www.erlang.org/EPLICENSE",
990
+ "url": "https://www.erlang.org/EPLICENSE"
991
+ },
992
+ "ESA-PL-permissive-2.4": {
993
+ "originalUrl": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-permissive-type-3",
994
+ "url": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-permissive-type-3"
995
+ },
996
+ "ESA-PL-strong-copyleft-2.4": {
997
+ "originalUrl": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-strong-copyleft-type-1",
998
+ "url": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-strong-copyleft-type-1"
999
+ },
1000
+ "ESA-PL-weak-copyleft-2.4": {
1001
+ "originalUrl": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-weak-copyleft-type-2",
1002
+ "url": "https://essr.esa.int/license/european-space-agency-public-license-v2-4-weak-copyleft-type-2"
1003
+ },
1004
+ "etalab-2.0": {
1005
+ "originalUrl": "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf",
1006
+ "url": "https://github.com/DISIC/politique-de-contribution-open-source/blob/master/LICENSE.pdf"
1007
+ },
1008
+ EUDatagrid: {
1009
+ "originalUrl": "http://eu-datagrid.web.cern.ch/eu-datagrid/license.html",
1010
+ "url": "https://spdx.org/licenses/EUDatagrid"
1011
+ },
1012
+ "EUPL-1.0": {
1013
+ "originalUrl": "http://ec.europa.eu/idabc/en/document/7330.html",
1014
+ "url": "https://spdx.org/licenses/EUPL-1.0"
1015
+ },
1016
+ "EUPL-1.1": {
1017
+ "originalUrl": "https://joinup.ec.europa.eu/software/page/eupl/licence-eupl",
1018
+ "url": "https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12"
1019
+ },
1020
+ "EUPL-1.2": {
1021
+ "originalUrl": "https://joinup.ec.europa.eu/page/eupl-text-11-12",
1022
+ "url": "https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12"
1023
+ },
1024
+ Eurosym: {
1025
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Eurosym",
1026
+ "url": "https://fedoraproject.org/wiki/Licensing/Eurosym"
1027
+ },
1028
+ Fair: {
1029
+ "originalUrl": "https://web.archive.org/web/20150926120323/http://fairlicense.org/",
1030
+ "url": "https://web.archive.org/web/20150926120323/http://fairlicense.org/"
1031
+ },
1032
+ FBM: {
1033
+ "originalUrl": "https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26",
1034
+ "url": "https://github.com/SWI-Prolog/packages-xpce/blob/161a40cd82004f731ba48024f9d30af388a7edf5/src/img/gifwrite.c#L21-L26"
1035
+ },
1036
+ "FDK-AAC": {
1037
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/FDK-AAC",
1038
+ "url": "https://fedoraproject.org/wiki/Licensing/FDK-AAC"
1039
+ },
1040
+ "Ferguson-Twofish": {
1041
+ "originalUrl": "https://github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofish.c#L113C3-L127",
1042
+ "url": "https://github.com/wernerd/ZRTPCPP/blob/6b3cd8e6783642292bad0c21e3e5e5ce45ff3e03/cryptcommon/twofish.c#L113C3-L127"
1043
+ },
1044
+ "Frameworx-1.0": {
1045
+ "originalUrl": "https://opensource.org/licenses/Frameworx-1.0",
1046
+ "url": "https://opensource.org/license/Frameworx-1.0"
1047
+ },
1048
+ "FreeBSD-DOC": {
1049
+ "originalUrl": "https://www.freebsd.org/copyright/freebsd-doc-license/",
1050
+ "url": "https://www.freebsd.org/copyright/freebsd-doc-license/"
1051
+ },
1052
+ FreeImage: {
1053
+ "originalUrl": "http://freeimage.sourceforge.net/freeimage-license.txt",
1054
+ "url": "https://freeimage.sourceforge.io/freeimage-license.txt"
1055
+ },
1056
+ FSFAP: {
1057
+ "originalUrl": "https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Other-Files.html",
1058
+ "url": "https://spdx.org/licenses/FSFAP"
1059
+ },
1060
+ "FSFAP-no-warranty-disclaimer": {
1061
+ "originalUrl": "https://git.savannah.gnu.org/cgit/wget.git/tree/util/trunc.c?h=v1.21.3&id=40747a11e44ced5a8ac628a41f879ced3e2ebce9#n6",
1062
+ "url": "https://spdx.org/licenses/FSFAP-no-warranty-disclaimer"
1063
+ },
1064
+ FSFUL: {
1065
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License",
1066
+ "url": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License"
1067
+ },
1068
+ FSFULLR: {
1069
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant",
1070
+ "url": "https://fedoraproject.org/wiki/Licensing/FSF_Unlimited_License#License_Retention_Variant"
1071
+ },
1072
+ FSFULLRSD: {
1073
+ "originalUrl": "https://git.savannah.gnu.org/cgit/gnulib.git/tree/modules/COPYING?id=7b08932179d0d6b017f7df01a2ddf6e096b038e3",
1074
+ "url": "https://spdx.org/licenses/FSFULLRSD"
1075
+ },
1076
+ FSFULLRWD: {
1077
+ "originalUrl": "https://lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html",
1078
+ "url": "https://lists.gnu.org/archive/html/autoconf/2012-04/msg00061.html"
1079
+ },
1080
+ "FSL-1.1-ALv2": {
1081
+ "originalUrl": "https://fsl.software/FSL-1.1-ALv2.template.md",
1082
+ "url": "https://fsl.software/FSL-1.1-ALv2.template.md"
1083
+ },
1084
+ "FSL-1.1-MIT": {
1085
+ "originalUrl": "https://fsl.software/FSL-1.1-MIT.template.md",
1086
+ "url": "https://fsl.software/FSL-1.1-MIT.template.md"
1087
+ },
1088
+ FTL: {
1089
+ "originalUrl": "http://freetype.fis.uniroma2.it/FTL.TXT",
1090
+ "url": "https://spdx.org/licenses/FTL"
1091
+ },
1092
+ Furuseth: {
1093
+ "originalUrl": "https://git.openldap.org/openldap/openldap/-/blob/master/COPYRIGHT?ref_type=heads#L39-51",
1094
+ "url": "https://spdx.org/licenses/Furuseth"
1095
+ },
1096
+ fwlw: {
1097
+ "originalUrl": "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/fwlw/README",
1098
+ "url": "https://spdx.org/licenses/fwlw"
1099
+ },
1100
+ "Game-Programming-Gems": {
1101
+ "originalUrl": "https://github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46",
1102
+ "url": "https://github.com/OGRECave/ogre/blob/master/OgreMain/include/OgreSingleton.h#L28C3-L35C46"
1103
+ },
1104
+ "GCR-docs": {
1105
+ "originalUrl": "https://github.com/GNOME/gcr/blob/master/docs/COPYING",
1106
+ "url": "https://github.com/GNOME/gcr/blob/master/docs/COPYING"
1107
+ },
1108
+ GD: {
1109
+ "originalUrl": "https://libgd.github.io/manuals/2.3.0/files/license-txt.html",
1110
+ "url": "https://libgd.github.io/manuals/2.3.0/files/license-txt.html"
1111
+ },
1112
+ "generic-xts": {
1113
+ "originalUrl": "https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c",
1114
+ "url": "https://github.com/mhogomchungu/zuluCrypt/blob/master/external_libraries/tcplay/generic_xts.c"
1115
+ },
1116
+ "GFDL-1.1": {
1117
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1118
+ "url": "https://spdx.org/licenses/GFDL-1.1"
1119
+ },
1120
+ "GFDL-1.1-invariants-only": {
1121
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1122
+ "url": "https://spdx.org/licenses/GFDL-1.1-invariants-only"
1123
+ },
1124
+ "GFDL-1.1-invariants-or-later": {
1125
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1126
+ "url": "https://spdx.org/licenses/GFDL-1.1-invariants-or-later"
1127
+ },
1128
+ "GFDL-1.1-no-invariants-only": {
1129
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1130
+ "url": "https://spdx.org/licenses/GFDL-1.1-no-invariants-only"
1131
+ },
1132
+ "GFDL-1.1-no-invariants-or-later": {
1133
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1134
+ "url": "https://spdx.org/licenses/GFDL-1.1-no-invariants-or-later"
1135
+ },
1136
+ "GFDL-1.1-only": {
1137
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1138
+ "url": "https://spdx.org/licenses/GFDL-1.1-only"
1139
+ },
1140
+ "GFDL-1.1-or-later": {
1141
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt",
1142
+ "url": "https://spdx.org/licenses/GFDL-1.1-or-later"
1143
+ },
1144
+ "GFDL-1.2": {
1145
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1146
+ "url": "https://spdx.org/licenses/GFDL-1.2"
1147
+ },
1148
+ "GFDL-1.2-invariants-only": {
1149
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1150
+ "url": "https://spdx.org/licenses/GFDL-1.2-invariants-only"
1151
+ },
1152
+ "GFDL-1.2-invariants-or-later": {
1153
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1154
+ "url": "https://spdx.org/licenses/GFDL-1.2-invariants-or-later"
1155
+ },
1156
+ "GFDL-1.2-no-invariants-only": {
1157
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1158
+ "url": "https://spdx.org/licenses/GFDL-1.2-no-invariants-only"
1159
+ },
1160
+ "GFDL-1.2-no-invariants-or-later": {
1161
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1162
+ "url": "https://spdx.org/licenses/GFDL-1.2-no-invariants-or-later"
1163
+ },
1164
+ "GFDL-1.2-only": {
1165
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1166
+ "url": "https://spdx.org/licenses/GFDL-1.2-only"
1167
+ },
1168
+ "GFDL-1.2-or-later": {
1169
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/fdl-1.2.txt",
1170
+ "url": "https://spdx.org/licenses/GFDL-1.2-or-later"
1171
+ },
1172
+ "GFDL-1.3": {
1173
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1174
+ "url": "https://spdx.org/licenses/GFDL-1.3"
1175
+ },
1176
+ "GFDL-1.3-invariants-only": {
1177
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1178
+ "url": "https://spdx.org/licenses/GFDL-1.3-invariants-only"
1179
+ },
1180
+ "GFDL-1.3-invariants-or-later": {
1181
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1182
+ "url": "https://spdx.org/licenses/GFDL-1.3-invariants-or-later"
1183
+ },
1184
+ "GFDL-1.3-no-invariants-only": {
1185
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1186
+ "url": "https://spdx.org/licenses/GFDL-1.3-no-invariants-only"
1187
+ },
1188
+ "GFDL-1.3-no-invariants-or-later": {
1189
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1190
+ "url": "https://spdx.org/licenses/GFDL-1.3-no-invariants-or-later"
1191
+ },
1192
+ "GFDL-1.3-only": {
1193
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1194
+ "url": "https://spdx.org/licenses/GFDL-1.3-only"
1195
+ },
1196
+ "GFDL-1.3-or-later": {
1197
+ "originalUrl": "https://www.gnu.org/licenses/fdl-1.3.txt",
1198
+ "url": "https://spdx.org/licenses/GFDL-1.3-or-later"
1199
+ },
1200
+ Giftware: {
1201
+ "originalUrl": "http://liballeg.org/license.html#allegro-4-the-giftware-license",
1202
+ "url": "https://liballeg.org/license.html"
1203
+ },
1204
+ GL2PS: {
1205
+ "originalUrl": "http://www.geuz.org/gl2ps/COPYING.GL2PS",
1206
+ "url": "https://spdx.org/licenses/GL2PS"
1207
+ },
1208
+ Glide: {
1209
+ "originalUrl": "http://www.users.on.net/~triforce/glidexp/COPYING.txt",
1210
+ "url": "https://spdx.org/licenses/Glide"
1211
+ },
1212
+ Glulxe: {
1213
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Glulxe",
1214
+ "url": "https://fedoraproject.org/wiki/Licensing/Glulxe"
1215
+ },
1216
+ GLWTPL: {
1217
+ "originalUrl": "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85",
1218
+ "url": "https://github.com/me-shaon/GLWTPL/commit/da5f6bc734095efbacb442c0b31e33a65b9d6e85"
1219
+ },
1220
+ gnuplot: {
1221
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Gnuplot",
1222
+ "url": "https://fedoraproject.org/wiki/Licensing/Gnuplot"
1223
+ },
1224
+ "GPL-1.0": {
1225
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
1226
+ "url": "https://spdx.org/licenses/GPL-1.0"
1227
+ },
1228
+ "GPL-1.0-only": {
1229
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
1230
+ "url": "https://spdx.org/licenses/GPL-1.0-only"
1231
+ },
1232
+ "GPL-1.0-or-later": {
1233
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
1234
+ "url": "https://spdx.org/licenses/GPL-1.0-or-later"
1235
+ },
1236
+ "GPL-1.0+": {
1237
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-1.0-standalone.html",
1238
+ "url": "https://spdx.org/licenses/GPL-1.0+"
1239
+ },
1240
+ "GPL-2.0": {
1241
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
1242
+ "url": "https://spdx.org/licenses/GPL-2.0"
1243
+ },
1244
+ "GPL-2.0-only": {
1245
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
1246
+ "url": "https://spdx.org/licenses/GPL-2.0-only"
1247
+ },
1248
+ "GPL-2.0-or-later": {
1249
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
1250
+ "url": "https://spdx.org/licenses/GPL-2.0-or-later"
1251
+ },
1252
+ "GPL-2.0-with-autoconf-exception": {
1253
+ "originalUrl": "http://ac-archive.sourceforge.net/doc/copyright.html",
1254
+ "url": "https://ac-archive.sourceforge.net/doc/copyright.html"
1255
+ },
1256
+ "GPL-2.0-with-bison-exception": {
1257
+ "originalUrl": "http://git.savannah.gnu.org/cgit/bison.git/tree/data/yacc.c?id=193d7c7054ba7197b0789e14965b739162319b5e#n141",
1258
+ "url": "https://spdx.org/licenses/GPL-2.0-with-bison-exception"
1259
+ },
1260
+ "GPL-2.0-with-classpath-exception": {
1261
+ "originalUrl": "https://www.gnu.org/software/classpath/license.html",
1262
+ "url": "https://spdx.org/licenses/GPL-2.0-with-classpath-exception"
1263
+ },
1264
+ "GPL-2.0-with-font-exception": {
1265
+ "originalUrl": "https://www.gnu.org/licenses/gpl-faq.html#FontException",
1266
+ "url": "https://spdx.org/licenses/GPL-2.0-with-font-exception"
1267
+ },
1268
+ "GPL-2.0-with-GCC-exception": {
1269
+ "originalUrl": "https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40b;hb=cb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10",
1270
+ "url": "https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=gcc/libgcc1.c;h=762f5143fc6eed57b6797c82710f3538aa52b40b;hb=cb143a3ce4fb417c68f5fa2691a1b1b1053dfba9#l10"
1271
+ },
1272
+ "GPL-2.0+": {
1273
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html",
1274
+ "url": "https://spdx.org/licenses/GPL-2.0+"
1275
+ },
1276
+ "GPL-3.0": {
1277
+ "originalUrl": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
1278
+ "url": "https://spdx.org/licenses/GPL-3.0"
1279
+ },
1280
+ "GPL-3.0-only": {
1281
+ "originalUrl": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
1282
+ "url": "https://spdx.org/licenses/GPL-3.0-only"
1283
+ },
1284
+ "GPL-3.0-or-later": {
1285
+ "originalUrl": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
1286
+ "url": "https://spdx.org/licenses/GPL-3.0-or-later"
1287
+ },
1288
+ "GPL-3.0-with-autoconf-exception": {
1289
+ "originalUrl": "https://www.gnu.org/licenses/autoconf-exception-3.0.html",
1290
+ "url": "https://spdx.org/licenses/GPL-3.0-with-autoconf-exception"
1291
+ },
1292
+ "GPL-3.0-with-GCC-exception": {
1293
+ "originalUrl": "https://www.gnu.org/licenses/gcc-exception-3.1.html",
1294
+ "url": "https://spdx.org/licenses/GPL-3.0-with-GCC-exception"
1295
+ },
1296
+ "GPL-3.0+": {
1297
+ "originalUrl": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
1298
+ "url": "https://spdx.org/licenses/GPL-3.0+"
1299
+ },
1300
+ "Graphics-Gems": {
1301
+ "originalUrl": "https://github.com/erich666/GraphicsGems/blob/master/LICENSE.md",
1302
+ "url": "https://github.com/erich666/GraphicsGems/blob/master/LICENSE.md"
1303
+ },
1304
+ "gSOAP-1.3b": {
1305
+ "originalUrl": "http://www.cs.fsu.edu/~engelen/license.html",
1306
+ "url": "https://spdx.org/licenses/gSOAP-1.3b"
1307
+ },
1308
+ gtkbook: {
1309
+ "originalUrl": "https://github.com/slogan621/gtkbook",
1310
+ "url": "https://github.com/slogan621/gtkbook"
1311
+ },
1312
+ Gutmann: {
1313
+ "originalUrl": "https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c",
1314
+ "url": "https://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c"
1315
+ },
1316
+ HaskellReport: {
1317
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License",
1318
+ "url": "https://fedoraproject.org/wiki/Licensing/Haskell_Language_Report_License"
1319
+ },
1320
+ HDF5: {
1321
+ "originalUrl": "https://github.com/HDFGroup/hdf5/?tab=License-1-ov-file#readme",
1322
+ "url": "https://github.com/HDFGroup/hdf5/?tab=License-1-ov-file#readme"
1323
+ },
1324
+ hdparm: {
1325
+ "originalUrl": "https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT",
1326
+ "url": "https://github.com/Distrotech/hdparm/blob/4517550db29a91420fb2b020349523b1b4512df2/LICENSE.TXT"
1327
+ },
1328
+ HIDAPI: {
1329
+ "originalUrl": "https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt",
1330
+ "url": "https://github.com/signal11/hidapi/blob/master/LICENSE-orig.txt"
1331
+ },
1332
+ "Hippocratic-2.1": {
1333
+ "originalUrl": "https://firstdonoharm.dev/version/2/1/license.html",
1334
+ "url": "https://firstdonoharm.dev/version/2/1/license/"
1335
+ },
1336
+ "HP-1986": {
1337
+ "originalUrl": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/hppa/memchr.S;h=1cca3e5e8867aa4bffef1f75a5c1bba25c0c441e;hb=HEAD#l2",
1338
+ "url": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/hppa/memchr.S;h=1cca3e5e8867aa4bffef1f75a5c1bba25c0c441e;hb=HEAD#l2"
1339
+ },
1340
+ "HP-1989": {
1341
+ "originalUrl": "https://github.com/bleargh45/Data-UUID/blob/master/LICENSE",
1342
+ "url": "https://github.com/bleargh45/Data-UUID/blob/master/LICENSE"
1343
+ },
1344
+ HPND: {
1345
+ "originalUrl": "https://opensource.org/licenses/HPND",
1346
+ "url": "https://opensource.org/license/HPND"
1347
+ },
1348
+ "HPND-DEC": {
1349
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type=heads#L69",
1350
+ "url": "https://gitlab.freedesktop.org/xorg/app/xkbcomp/-/blob/master/COPYING?ref_type=heads#L69"
1351
+ },
1352
+ "HPND-doc": {
1353
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L185-197",
1354
+ "url": "https://gitlab.freedesktop.org/xorg/lib/libxext/-/blob/master/COPYING?ref_type=heads#L185-197"
1355
+ },
1356
+ "HPND-doc-sell": {
1357
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L108-117",
1358
+ "url": "https://gitlab.freedesktop.org/xorg/lib/libxtst/-/blob/master/COPYING?ref_type=heads#L108-117"
1359
+ },
1360
+ "HPND-export-US": {
1361
+ "originalUrl": "https://www.kermitproject.org/ck90.html#source",
1362
+ "url": "https://www.kermitproject.org/ck90.html#source"
1363
+ },
1364
+ "HPND-export-US-acknowledgement": {
1365
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852",
1366
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L831-L852"
1367
+ },
1368
+ "HPND-export-US-modify": {
1369
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182",
1370
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L1157-L1182"
1371
+ },
1372
+ "HPND-export2-US": {
1373
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133",
1374
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L111-L133"
1375
+ },
1376
+ "HPND-Fenneberg-Livingston": {
1377
+ "originalUrl": "https://github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32",
1378
+ "url": "https://github.com/FreeRADIUS/freeradius-client/blob/master/COPYRIGHT#L32"
1379
+ },
1380
+ "HPND-INRIA-IMAG": {
1381
+ "originalUrl": "https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83",
1382
+ "url": "https://github.com/ppp-project/ppp/blob/master/pppd/ipv6cp.c#L75-L83"
1383
+ },
1384
+ "HPND-Intel": {
1385
+ "originalUrl": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/i960/memcpy.S;hb=HEAD",
1386
+ "url": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/machine/i960/memcpy.S;hb=HEAD"
1387
+ },
1388
+ "HPND-Kevlin-Henney": {
1389
+ "originalUrl": "https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140",
1390
+ "url": "https://github.com/mruby/mruby/blob/83d12f8d52522cdb7c8cc46fad34821359f453e6/mrbgems/mruby-dir/src/Win/dirent.c#L127-L140"
1391
+ },
1392
+ "HPND-Markus-Kuhn": {
1393
+ "originalUrl": "https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c",
1394
+ "url": "https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c"
1395
+ },
1396
+ "HPND-merchantability-variant": {
1397
+ "originalUrl": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/misc/fini.c;hb=HEAD",
1398
+ "url": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/misc/fini.c;hb=HEAD"
1399
+ },
1400
+ "HPND-MIT-disclaimer": {
1401
+ "originalUrl": "https://metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE",
1402
+ "url": "https://metacpan.org/release/NLNETLABS/Net-DNS-SEC-1.22/source/LICENSE"
1403
+ },
1404
+ "HPND-Netrek": { "url": "https://spdx.org/licenses/HPND-Netrek" },
1405
+ "HPND-Pbmplus": {
1406
+ "originalUrl": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8",
1407
+ "url": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/netpbm.c#l8"
1408
+ },
1409
+ "HPND-sell-MIT-disclaimer-xserver": {
1410
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781",
1411
+ "url": "https://gitlab.freedesktop.org/xorg/xserver/-/blob/master/COPYING?ref_type=heads#L1781"
1412
+ },
1413
+ "HPND-sell-regexpr": {
1414
+ "originalUrl": "https://gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type=heads#L245",
1415
+ "url": "https://gitlab.com/bacula-org/bacula/-/blob/Branch-11.0/bacula/LICENSE-FOSS?ref_type=heads#L245"
1416
+ },
1417
+ "HPND-sell-variant": {
1418
+ "originalUrl": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h=v4.19",
1419
+ "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/net/sunrpc/auth_gss/gss_generic_token.c?h=v4.19"
1420
+ },
1421
+ "HPND-sell-variant-critical-systems": {
1422
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/driver/xf86-video-voodoo/-/blob/68a5b6d98ae34749cca889f4373b4043d00bfe6a/src/voodoo_dga.c#L12-33",
1423
+ "url": "https://gitlab.freedesktop.org/xorg/driver/xf86-video-voodoo/-/blob/68a5b6d98ae34749cca889f4373b4043d00bfe6a/src/voodoo_dga.c#L12-33"
1424
+ },
1425
+ "HPND-sell-variant-MIT-disclaimer": {
1426
+ "originalUrl": "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/README",
1427
+ "url": "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/README"
1428
+ },
1429
+ "HPND-sell-variant-MIT-disclaimer-rev": {
1430
+ "originalUrl": "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c",
1431
+ "url": "https://github.com/sigmavirus24/x11-ssh-askpass/blob/master/dynlist.c"
1432
+ },
1433
+ "HPND-SMC": {
1434
+ "originalUrl": "https://docs.python.org/3/license.html#execution-tracing",
1435
+ "url": "https://docs.python.org/3/license.html#execution-tracing"
1436
+ },
1437
+ "HPND-UC": {
1438
+ "originalUrl": "https://core.tcl-lang.org/tk/file?name=compat/unistd.h",
1439
+ "url": "https://core.tcl-lang.org/tk/file?name=compat/unistd.h"
1440
+ },
1441
+ "HPND-UC-export-US": {
1442
+ "originalUrl": "https://github.com/RTimothyEdwards/magic/blob/master/LICENSE",
1443
+ "url": "https://github.com/RTimothyEdwards/magic/blob/master/LICENSE"
1444
+ },
1445
+ HTMLTIDY: {
1446
+ "originalUrl": "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md",
1447
+ "url": "https://github.com/htacg/tidy-html5/blob/next/README/LICENSE.md"
1448
+ },
1449
+ "hyphen-bulgarian": {
1450
+ "originalUrl": "https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz",
1451
+ "url": "https://ctan.math.illinois.edu/systems/texlive/tlnet/archive/hyphen-bulgarian.tar.xz"
1452
+ },
1453
+ "IBM-pibs": {
1454
+ "originalUrl": "http://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d",
1455
+ "url": "https://git.denx.de/?p=u-boot.git;a=blob;f=arch/powerpc/cpu/ppc4xx/miiphy.c;h=297155fdafa064b955e53e9832de93bfb0cfb85b;hb=9fab4bf4cc077c21e43941866f3f2c196f28670d"
1456
+ },
1457
+ ICU: {
1458
+ "originalUrl": "http://source.icu-project.org/repos/icu/icu/trunk/license.html",
1459
+ "url": "https://icu-project.org/repos/icu/icu/trunk/license.html"
1460
+ },
1461
+ "IEC-Code-Components-EULA": {
1462
+ "originalUrl": "https://www.iec.ch/webstore/custserv/pdf/CC-EULA.pdf",
1463
+ "url": "https://spdx.org/licenses/IEC-Code-Components-EULA"
1464
+ },
1465
+ IJG: {
1466
+ "originalUrl": "http://dev.w3.org/cvsweb/Amaya/libjpeg/Attic/README?rev=1.2",
1467
+ "url": "https://spdx.org/licenses/IJG"
1468
+ },
1469
+ "IJG-short": {
1470
+ "originalUrl": "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/",
1471
+ "url": "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/ljpg/"
1472
+ },
1473
+ ImageMagick: {
1474
+ "originalUrl": "http://www.imagemagick.org/script/license.php",
1475
+ "url": "https://imagemagick.org/script/license.php/"
1476
+ },
1477
+ iMatix: {
1478
+ "originalUrl": "http://legacy.imatix.com/html/sfl/sfl4.htm#license",
1479
+ "url": "https://spdx.org/licenses/iMatix"
1480
+ },
1481
+ Imlib2: {
1482
+ "originalUrl": "http://trac.enlightenment.org/e/browser/trunk/imlib2/COPYING",
1483
+ "url": "https://spdx.org/licenses/Imlib2"
1484
+ },
1485
+ "Info-ZIP": {
1486
+ "originalUrl": "http://www.info-zip.org/license.html",
1487
+ "url": "https://infozip.sourceforge.net/license.html"
1488
+ },
1489
+ "Inner-Net-2.0": {
1490
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Inner_Net_License",
1491
+ "url": "https://fedoraproject.org/wiki/Licensing/Inner_Net_License"
1492
+ },
1493
+ InnoSetup: {
1494
+ "originalUrl": "https://github.com/jrsoftware/issrc/blob/HEAD/license.txt",
1495
+ "url": "https://github.com/jrsoftware/issrc/blob/HEAD/license.txt"
1496
+ },
1497
+ Intel: {
1498
+ "originalUrl": "https://opensource.org/licenses/Intel",
1499
+ "url": "https://opensource.org/license/Intel"
1500
+ },
1501
+ "Intel-ACPI": {
1502
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement",
1503
+ "url": "https://fedoraproject.org/wiki/Licensing/Intel_ACPI_Software_License_Agreement"
1504
+ },
1505
+ "Interbase-1.0": {
1506
+ "originalUrl": "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html",
1507
+ "url": "https://web.archive.org/web/20060319014854/http://info.borland.com/devsupport/interbase/opensource/IPL.html"
1508
+ },
1509
+ IPA: {
1510
+ "originalUrl": "https://opensource.org/licenses/IPA",
1511
+ "url": "https://opensource.org/license/IPA"
1512
+ },
1513
+ "IPL-1.0": {
1514
+ "originalUrl": "https://opensource.org/licenses/IPL-1.0",
1515
+ "url": "https://opensource.org/license/IPL-1.0"
1516
+ },
1517
+ ISC: {
1518
+ "originalUrl": "https://www.isc.org/licenses/",
1519
+ "url": "https://www.isc.org/licenses/"
1520
+ },
1521
+ "ISC-Veillard": {
1522
+ "originalUrl": "https://raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c",
1523
+ "url": "https://raw.githubusercontent.com/GNOME/libxml2/4c2e7c651f6c2f0d1a74f350cbda95f7df3e7017/hash.c"
1524
+ },
1525
+ "ISO-permission": {
1526
+ "originalUrl": "https://gitlab.com/agmartin/linuxdoc-tools/-/blob/master/iso-entities/COPYING?ref_type=heads",
1527
+ "url": "https://gitlab.com/agmartin/linuxdoc-tools/-/blob/master/iso-entities/COPYING?ref_type=heads"
1528
+ },
1529
+ Jam: {
1530
+ "originalUrl": "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html",
1531
+ "url": "https://www.boost.org/doc/libs/1_35_0/doc/html/jam.html"
1532
+ },
1533
+ "JasPer-2.0": {
1534
+ "originalUrl": "http://www.ece.uvic.ca/~mdadams/jasper/LICENSE",
1535
+ "url": "https://spdx.org/licenses/JasPer-2.0"
1536
+ },
1537
+ jove: {
1538
+ "originalUrl": "https://github.com/jonmacs/jove/blob/4_17/LICENSE",
1539
+ "url": "https://github.com/jonmacs/jove/blob/4_17/LICENSE"
1540
+ },
1541
+ "JPL-image": {
1542
+ "originalUrl": "https://www.jpl.nasa.gov/jpl-image-use-policy",
1543
+ "url": "https://spdx.org/licenses/JPL-image"
1544
+ },
1545
+ JPNIC: {
1546
+ "originalUrl": "https://gitlab.isc.org/isc-projects/bind9/blob/master/COPYRIGHT#L366",
1547
+ "url": "https://spdx.org/licenses/JPNIC"
1548
+ },
1549
+ JSON: {
1550
+ "originalUrl": "http://www.json.org/license.html",
1551
+ "url": "https://spdx.org/licenses/JSON"
1552
+ },
1553
+ Kastrup: {
1554
+ "originalUrl": "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/kastrup/binhex.dtx",
1555
+ "url": "https://spdx.org/licenses/Kastrup"
1556
+ },
1557
+ Kazlib: {
1558
+ "originalUrl": "http://git.savannah.gnu.org/cgit/kazlib.git/tree/except.c?id=0062df360c2d17d57f6af19b0e444c51feb99036",
1559
+ "url": "https://spdx.org/licenses/Kazlib"
1560
+ },
1561
+ "Knuth-CTAN": {
1562
+ "originalUrl": "https://ctan.org/license/knuth",
1563
+ "url": "https://ctan.org/license/knuth"
1564
+ },
1565
+ "LAL-1.2": {
1566
+ "originalUrl": "http://artlibre.org/licence/lal/licence-art-libre-12/",
1567
+ "url": "https://spdx.org/licenses/LAL-1.2"
1568
+ },
1569
+ "LAL-1.3": {
1570
+ "originalUrl": "https://artlibre.org/",
1571
+ "url": "https://artlibre.org/"
1572
+ },
1573
+ Latex2e: {
1574
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Latex2e",
1575
+ "url": "https://fedoraproject.org/wiki/Licensing/Latex2e"
1576
+ },
1577
+ "Latex2e-translated-notice": {
1578
+ "originalUrl": "https://git.savannah.gnu.org/cgit/indent.git/tree/doc/indent.texi?id=a74c6b4ee49397cf330b333da1042bffa60ed14f#n74",
1579
+ "url": "https://spdx.org/licenses/Latex2e-translated-notice"
1580
+ },
1581
+ Leptonica: {
1582
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Leptonica",
1583
+ "url": "https://fedoraproject.org/wiki/Licensing/Leptonica"
1584
+ },
1585
+ "LGPL-2.0": {
1586
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
1587
+ "url": "https://spdx.org/licenses/LGPL-2.0"
1588
+ },
1589
+ "LGPL-2.0-only": {
1590
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
1591
+ "url": "https://spdx.org/licenses/LGPL-2.0-only"
1592
+ },
1593
+ "LGPL-2.0-or-later": {
1594
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
1595
+ "url": "https://spdx.org/licenses/LGPL-2.0-or-later"
1596
+ },
1597
+ "LGPL-2.0+": {
1598
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.0-standalone.html",
1599
+ "url": "https://spdx.org/licenses/LGPL-2.0+"
1600
+ },
1601
+ "LGPL-2.1": {
1602
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
1603
+ "url": "https://spdx.org/licenses/LGPL-2.1"
1604
+ },
1605
+ "LGPL-2.1-only": {
1606
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
1607
+ "url": "https://spdx.org/licenses/LGPL-2.1-only"
1608
+ },
1609
+ "LGPL-2.1-or-later": {
1610
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
1611
+ "url": "https://spdx.org/licenses/LGPL-2.1-or-later"
1612
+ },
1613
+ "LGPL-2.1+": {
1614
+ "originalUrl": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html",
1615
+ "url": "https://spdx.org/licenses/LGPL-2.1+"
1616
+ },
1617
+ "LGPL-3.0": {
1618
+ "originalUrl": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html",
1619
+ "url": "https://spdx.org/licenses/LGPL-3.0"
1620
+ },
1621
+ "LGPL-3.0-only": {
1622
+ "originalUrl": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html",
1623
+ "url": "https://spdx.org/licenses/LGPL-3.0-only"
1624
+ },
1625
+ "LGPL-3.0-or-later": {
1626
+ "originalUrl": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html",
1627
+ "url": "https://spdx.org/licenses/LGPL-3.0-or-later"
1628
+ },
1629
+ "LGPL-3.0+": {
1630
+ "originalUrl": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html",
1631
+ "url": "https://spdx.org/licenses/LGPL-3.0+"
1632
+ },
1633
+ LGPLLR: {
1634
+ "originalUrl": "http://www-igm.univ-mlv.fr/~unitex/lgpllr.html",
1635
+ "url": "https://unitexgramlab.org/lgpllr.html"
1636
+ },
1637
+ Libpng: {
1638
+ "originalUrl": "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt",
1639
+ "url": "https://spdx.org/licenses/Libpng"
1640
+ },
1641
+ "libpng-1.6.35": {
1642
+ "originalUrl": "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt",
1643
+ "url": "https://spdx.org/licenses/libpng-1.6.35"
1644
+ },
1645
+ "libpng-2.0": {
1646
+ "originalUrl": "http://www.libpng.org/pub/png/src/libpng-LICENSE.txt",
1647
+ "url": "https://spdx.org/licenses/libpng-2.0"
1648
+ },
1649
+ "libselinux-1.0": {
1650
+ "originalUrl": "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE",
1651
+ "url": "https://github.com/SELinuxProject/selinux/blob/master/libselinux/LICENSE"
1652
+ },
1653
+ libtiff: {
1654
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/libtiff",
1655
+ "url": "https://fedoraproject.org/wiki/Licensing/libtiff"
1656
+ },
1657
+ "libutil-David-Nugent": {
1658
+ "originalUrl": "http://web.mit.edu/freebsd/head/lib/libutil/login_ok.3",
1659
+ "url": "https://web.mit.edu/freebsd/head/lib/libutil/login_ok.3"
1660
+ },
1661
+ "LiLiQ-P-1.1": {
1662
+ "originalUrl": "https://forge.gouv.qc.ca/licence/fr/liliq-v1-1/",
1663
+ "url": "https://spdx.org/licenses/LiLiQ-P-1.1"
1664
+ },
1665
+ "LiLiQ-R-1.1": {
1666
+ "originalUrl": "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-liliq-r-v1-1/",
1667
+ "url": "https://spdx.org/licenses/LiLiQ-R-1.1"
1668
+ },
1669
+ "LiLiQ-Rplus-1.1": {
1670
+ "originalUrl": "https://www.forge.gouv.qc.ca/participez/licence-logicielle/licence-libre-du-quebec-liliq-en-francais/licence-libre-du-quebec-reciprocite-forte-liliq-r-v1-1/",
1671
+ "url": "https://spdx.org/licenses/LiLiQ-Rplus-1.1"
1672
+ },
1673
+ "Linux-man-pages-1-para": {
1674
+ "originalUrl": "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/getcpu.2#n4",
1675
+ "url": "https://spdx.org/licenses/Linux-man-pages-1-para"
1676
+ },
1677
+ "Linux-man-pages-copyleft": {
1678
+ "originalUrl": "https://www.kernel.org/doc/man-pages/licenses.html",
1679
+ "url": "https://spdx.org/licenses/Linux-man-pages-copyleft"
1680
+ },
1681
+ "Linux-man-pages-copyleft-2-para": {
1682
+ "originalUrl": "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/move_pages.2#n5",
1683
+ "url": "https://spdx.org/licenses/Linux-man-pages-copyleft-2-para"
1684
+ },
1685
+ "Linux-man-pages-copyleft-var": {
1686
+ "originalUrl": "https://git.kernel.org/pub/scm/docs/man-pages/man-pages.git/tree/man2/set_mempolicy.2#n5",
1687
+ "url": "https://spdx.org/licenses/Linux-man-pages-copyleft-var"
1688
+ },
1689
+ "Linux-OpenIB": {
1690
+ "originalUrl": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h",
1691
+ "url": "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/infiniband/core/sa.h"
1692
+ },
1693
+ LOOP: {
1694
+ "originalUrl": "https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp",
1695
+ "url": "https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/src/lsp/loop.lsp"
1696
+ },
1697
+ "LPD-document": {
1698
+ "originalUrl": "https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md",
1699
+ "url": "https://github.com/Cyan4973/xxHash/blob/dev/doc/xxhash_spec.md"
1700
+ },
1701
+ "LPL-1.0": {
1702
+ "originalUrl": "https://opensource.org/licenses/LPL-1.0",
1703
+ "url": "https://opensource.org/license/LPL-1.0"
1704
+ },
1705
+ "LPL-1.02": {
1706
+ "originalUrl": "http://plan9.bell-labs.com/plan9/license.html",
1707
+ "url": "https://spdx.org/licenses/LPL-1.02"
1708
+ },
1709
+ "LPPL-1.0": {
1710
+ "originalUrl": "http://www.latex-project.org/lppl/lppl-1-0.txt",
1711
+ "url": "https://www.latex-project.org/lppl/lppl-1-0.txt"
1712
+ },
1713
+ "LPPL-1.1": {
1714
+ "originalUrl": "http://www.latex-project.org/lppl/lppl-1-1.txt",
1715
+ "url": "https://www.latex-project.org/lppl/lppl-1-1.txt"
1716
+ },
1717
+ "LPPL-1.2": {
1718
+ "originalUrl": "http://www.latex-project.org/lppl/lppl-1-2.txt",
1719
+ "url": "https://www.latex-project.org/lppl/lppl-1-2.txt"
1720
+ },
1721
+ "LPPL-1.3a": {
1722
+ "originalUrl": "http://www.latex-project.org/lppl/lppl-1-3a.txt",
1723
+ "url": "https://www.latex-project.org/lppl/lppl-1-3a.txt"
1724
+ },
1725
+ "LPPL-1.3c": {
1726
+ "originalUrl": "http://www.latex-project.org/lppl/lppl-1-3c.txt",
1727
+ "url": "https://www.latex-project.org/lppl/lppl-1-3c.txt"
1728
+ },
1729
+ lsof: {
1730
+ "originalUrl": "https://github.com/lsof-org/lsof/blob/master/COPYING",
1731
+ "url": "https://github.com/lsof-org/lsof/blob/master/COPYING"
1732
+ },
1733
+ "Lucida-Bitmap-Fonts": {
1734
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type=heads",
1735
+ "url": "https://gitlab.freedesktop.org/xorg/font/bh-100dpi/-/blob/master/COPYING?ref_type=heads"
1736
+ },
1737
+ "LZMA-SDK-9.11-to-9.20": {
1738
+ "originalUrl": "https://www.7-zip.org/sdk.html",
1739
+ "url": "https://www.7-zip.org/sdk.html"
1740
+ },
1741
+ "LZMA-SDK-9.22": {
1742
+ "originalUrl": "https://www.7-zip.org/sdk.html",
1743
+ "url": "https://www.7-zip.org/sdk.html"
1744
+ },
1745
+ "Mackerras-3-Clause": {
1746
+ "originalUrl": "https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28",
1747
+ "url": "https://github.com/ppp-project/ppp/blob/master/pppd/chap_ms.c#L6-L28"
1748
+ },
1749
+ "Mackerras-3-Clause-acknowledgment": {
1750
+ "originalUrl": "https://github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28",
1751
+ "url": "https://github.com/ppp-project/ppp/blob/master/pppd/auth.c#L6-L28"
1752
+ },
1753
+ magaz: {
1754
+ "originalUrl": "https://mirrors.nic.cz/tex-archive/macros/latex/contrib/magaz/magaz.tex",
1755
+ "url": "https://spdx.org/licenses/magaz"
1756
+ },
1757
+ mailprio: {
1758
+ "originalUrl": "https://fossies.org/linux/sendmail/contrib/mailprio",
1759
+ "url": "https://spdx.org/licenses/mailprio"
1760
+ },
1761
+ MakeIndex: {
1762
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MakeIndex",
1763
+ "url": "https://fedoraproject.org/wiki/Licensing/MakeIndex"
1764
+ },
1765
+ man2html: {
1766
+ "originalUrl": "http://primates.ximian.com/~flucifredi/man/man-1.6g.tar.gz",
1767
+ "url": "https://spdx.org/licenses/man2html"
1768
+ },
1769
+ "Martin-Birgmeier": {
1770
+ "originalUrl": "https://github.com/Perl/perl5/blob/blead/util.c#L6136",
1771
+ "url": "https://github.com/Perl/perl5/blob/blead/util.c#L6136"
1772
+ },
1773
+ "McPhee-slideshow": {
1774
+ "originalUrl": "https://mirror.las.iastate.edu/tex-archive/graphics/metapost/contrib/macros/slideshow/slideshow.mp",
1775
+ "url": "https://spdx.org/licenses/McPhee-slideshow"
1776
+ },
1777
+ metamail: {
1778
+ "originalUrl": "https://github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12",
1779
+ "url": "https://github.com/Dual-Life/mime-base64/blob/master/Base64.xs#L12"
1780
+ },
1781
+ Minpack: {
1782
+ "originalUrl": "http://www.netlib.org/minpack/disclaimer",
1783
+ "url": "https://www.netlib.org/minpack/disclaimer"
1784
+ },
1785
+ MIPS: {
1786
+ "originalUrl": "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11",
1787
+ "url": "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/sym.h#n11"
1788
+ },
1789
+ MirOS: {
1790
+ "originalUrl": "https://opensource.org/licenses/MirOS",
1791
+ "url": "https://opensource.org/license/MirOS"
1792
+ },
1793
+ MIT: {
1794
+ "originalUrl": "https://opensource.org/license/mit/",
1795
+ "url": "https://opensource.org/license/mit"
1796
+ },
1797
+ "MIT-0": {
1798
+ "originalUrl": "https://github.com/aws/mit-0",
1799
+ "url": "https://github.com/aws/mit-0"
1800
+ },
1801
+ "MIT-advertising": {
1802
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising",
1803
+ "url": "https://fedoraproject.org/wiki/Licensing/MIT_With_Advertising"
1804
+ },
1805
+ "MIT-Click": {
1806
+ "originalUrl": "https://github.com/kohler/t1utils/blob/master/LICENSE",
1807
+ "url": "https://github.com/kohler/t1utils/blob/master/LICENSE"
1808
+ },
1809
+ "MIT-CMU": {
1810
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style",
1811
+ "url": "https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#CMU_Style"
1812
+ },
1813
+ "MIT-enna": {
1814
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MIT#enna",
1815
+ "url": "https://fedoraproject.org/wiki/Licensing/MIT#enna"
1816
+ },
1817
+ "MIT-feh": {
1818
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MIT#feh",
1819
+ "url": "https://fedoraproject.org/wiki/Licensing/MIT#feh"
1820
+ },
1821
+ "MIT-Festival": {
1822
+ "originalUrl": "https://github.com/festvox/flite/blob/master/COPYING",
1823
+ "url": "https://github.com/festvox/flite/blob/master/COPYING"
1824
+ },
1825
+ "MIT-Khronos-old": {
1826
+ "originalUrl": "https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt",
1827
+ "url": "https://github.com/KhronosGroup/SPIRV-Cross/blob/main/LICENSES/LicenseRef-KhronosFreeUse.txt"
1828
+ },
1829
+ "MIT-Modern-Variant": {
1830
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants",
1831
+ "url": "https://fedoraproject.org/wiki/Licensing:MIT#Modern_Variants"
1832
+ },
1833
+ "MIT-open-group": {
1834
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING",
1835
+ "url": "https://gitlab.freedesktop.org/xorg/app/iceauth/-/blob/master/COPYING"
1836
+ },
1837
+ "MIT-STK": {
1838
+ "originalUrl": "https://github.com/thestk/stk/blob/6aacd357d76250bb7da2b1ddf675651828784bbc/LICENSE",
1839
+ "url": "https://github.com/thestk/stk/blob/6aacd357d76250bb7da2b1ddf675651828784bbc/LICENSE"
1840
+ },
1841
+ "MIT-testregex": {
1842
+ "originalUrl": "https://github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AttRegexTests.cs#L12-L28",
1843
+ "url": "https://github.com/dotnet/runtime/blob/55e1ac7c07df62c4108d4acedf78f77574470ce5/src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/AttRegexTests.cs#L12-L28"
1844
+ },
1845
+ "MIT-Wu": {
1846
+ "originalUrl": "https://github.com/chromium/octane/blob/master/crypto.js",
1847
+ "url": "https://github.com/chromium/octane/blob/master/crypto.js"
1848
+ },
1849
+ MITNFA: {
1850
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MITNFA",
1851
+ "url": "https://fedoraproject.org/wiki/Licensing/MITNFA"
1852
+ },
1853
+ MMIXware: {
1854
+ "originalUrl": "https://gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w",
1855
+ "url": "https://gitlab.lrz.de/mmix/mmixware/-/blob/master/boilerplate.w"
1856
+ },
1857
+ "MMPL-1.0.1": {
1858
+ "originalUrl": "https://github.com/BuildCraft/BuildCraft/blob/623d323b1868712f29f4a8b0979a02e8d1835131/LICENSE",
1859
+ "url": "https://github.com/BuildCraft/BuildCraft/blob/623d323b1868712f29f4a8b0979a02e8d1835131/LICENSE"
1860
+ },
1861
+ Motosoto: {
1862
+ "originalUrl": "https://opensource.org/licenses/Motosoto",
1863
+ "url": "https://opensource.org/license/Motosoto"
1864
+ },
1865
+ "MPEG-SSG": {
1866
+ "originalUrl": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l1189",
1867
+ "url": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/ppm/ppmtompeg/jrevdct.c#l1189"
1868
+ },
1869
+ "mpi-permissive": {
1870
+ "originalUrl": "https://sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl=19#L19",
1871
+ "url": "https://sources.debian.org/src/openmpi/4.1.0-10/ompi/debuggers/msgq_interface.h/?hl=19#L19"
1872
+ },
1873
+ mpich2: {
1874
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/MIT",
1875
+ "url": "https://fedoraproject.org/wiki/Licensing/MIT"
1876
+ },
1877
+ "MPL-1.0": {
1878
+ "originalUrl": "http://www.mozilla.org/MPL/MPL-1.0.html",
1879
+ "url": "https://website-archive.mozilla.org/www.mozilla.org/mpl/mpl/1.0/"
1880
+ },
1881
+ "MPL-1.1": {
1882
+ "originalUrl": "http://www.mozilla.org/MPL/MPL-1.1.html",
1883
+ "url": "https://www.mozilla.org/MPL/1.1/"
1884
+ },
1885
+ "MPL-2.0": {
1886
+ "originalUrl": "https://www.mozilla.org/MPL/2.0/",
1887
+ "url": "https://www.mozilla.org/MPL/2.0/"
1888
+ },
1889
+ "MPL-2.0-no-copyleft-exception": {
1890
+ "originalUrl": "https://www.mozilla.org/MPL/2.0/",
1891
+ "url": "https://www.mozilla.org/MPL/2.0/"
1892
+ },
1893
+ mplus: {
1894
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus",
1895
+ "url": "https://fedoraproject.org/wiki/Licensing:Mplus?rd=Licensing/mplus"
1896
+ },
1897
+ "MS-LPL": {
1898
+ "originalUrl": "https://www.openhub.net/licenses/mslpl",
1899
+ "url": "https://spdx.org/licenses/MS-LPL"
1900
+ },
1901
+ "MS-PL": {
1902
+ "originalUrl": "http://www.microsoft.com/opensource/licenses.mspx",
1903
+ "url": "https://spdx.org/licenses/MS-PL"
1904
+ },
1905
+ "MS-RL": {
1906
+ "originalUrl": "http://www.microsoft.com/opensource/licenses.mspx",
1907
+ "url": "https://spdx.org/licenses/MS-RL"
1908
+ },
1909
+ MTLL: {
1910
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License",
1911
+ "url": "https://fedoraproject.org/wiki/Licensing/Matrix_Template_Library_License"
1912
+ },
1913
+ "MulanPSL-1.0": {
1914
+ "originalUrl": "https://license.coscl.org.cn/MulanPSL/",
1915
+ "url": "https://spdx.org/licenses/MulanPSL-1.0"
1916
+ },
1917
+ "MulanPSL-2.0": {
1918
+ "originalUrl": "https://license.coscl.org.cn/MulanPSL2",
1919
+ "url": "https://spdx.org/licenses/MulanPSL-2.0"
1920
+ },
1921
+ Multics: {
1922
+ "originalUrl": "https://opensource.org/licenses/Multics",
1923
+ "url": "https://opensource.org/license/Multics"
1924
+ },
1925
+ Mup: {
1926
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Mup",
1927
+ "url": "https://fedoraproject.org/wiki/Licensing/Mup"
1928
+ },
1929
+ "NAIST-2003": {
1930
+ "originalUrl": "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text",
1931
+ "url": "https://enterprise.dejacode.com/licenses/public/naist-2003/#license-text"
1932
+ },
1933
+ "NASA-1.3": {
1934
+ "originalUrl": "http://ti.arc.nasa.gov/opensource/nosa/",
1935
+ "url": "https://www.nasa.gov/intelligent-systems-division/"
1936
+ },
1937
+ Naumen: {
1938
+ "originalUrl": "https://opensource.org/licenses/Naumen",
1939
+ "url": "https://opensource.org/license/Naumen"
1940
+ },
1941
+ "NBPL-1.0": {
1942
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=37b4b3f6cc4bf34e1d3dec61e69914b9819d8894",
1943
+ "url": "https://spdx.org/licenses/NBPL-1.0"
1944
+ },
1945
+ "NCBI-PD": {
1946
+ "originalUrl": "https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE",
1947
+ "url": "https://github.com/ncbi/sra-tools/blob/e8e5b6af4edc460156ad9ce5902d0779cffbf685/LICENSE"
1948
+ },
1949
+ "NCGL-UK-2.0": {
1950
+ "originalUrl": "http://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/",
1951
+ "url": "https://www.nationalarchives.gov.uk/doc/non-commercial-government-licence/version/2/"
1952
+ },
1953
+ NCL: {
1954
+ "originalUrl": "https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pffft.c?ref_type=heads#L1-52",
1955
+ "url": "https://gitlab.freedesktop.org/pipewire/pipewire/-/blob/master/src/modules/module-filter-chain/pffft.c?ref_type=heads#L1-52"
1956
+ },
1957
+ NCSA: {
1958
+ "originalUrl": "http://otm.illinois.edu/uiuc_openSource",
1959
+ "url": "https://spdx.org/licenses/NCSA"
1960
+ },
1961
+ "Net-SNMP": {
1962
+ "originalUrl": "http://net-snmp.sourceforge.net/about/license.html",
1963
+ "url": "https://net-snmp.sourceforge.io/about/license.html"
1964
+ },
1965
+ NetCDF: {
1966
+ "originalUrl": "http://www.unidata.ucar.edu/software/netcdf/copyright.html",
1967
+ "url": "https://www.unidata.ucar.edu/software/netcdf/licensing"
1968
+ },
1969
+ Newsletr: {
1970
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Newsletr",
1971
+ "url": "https://fedoraproject.org/wiki/Licensing/Newsletr"
1972
+ },
1973
+ NGPL: {
1974
+ "originalUrl": "https://opensource.org/licenses/NGPL",
1975
+ "url": "https://opensource.org/license/NGPL"
1976
+ },
1977
+ ngrep: {
1978
+ "originalUrl": "https://github.com/jpr5/ngrep/blob/master/LICENSE",
1979
+ "url": "https://github.com/jpr5/ngrep/blob/master/LICENSE"
1980
+ },
1981
+ "NICTA-1.0": {
1982
+ "originalUrl": "https://opensource.apple.com/source/mDNSResponder/mDNSResponder-320.10/mDNSPosix/nss_ReadMe.txt",
1983
+ "url": "https://spdx.org/licenses/NICTA-1.0"
1984
+ },
1985
+ "NIST-PD": {
1986
+ "originalUrl": "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt",
1987
+ "url": "https://github.com/tcheneau/simpleRPL/blob/e645e69e38dd4e3ccfeceb2db8cba05b7c2e0cd3/LICENSE.txt"
1988
+ },
1989
+ "NIST-PD-fallback": {
1990
+ "originalUrl": "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE",
1991
+ "url": "https://github.com/usnistgov/jsip/blob/59700e6926cbe96c5cdae897d9a7d2656b42abe3/LICENSE"
1992
+ },
1993
+ "NIST-PD-TNT": {
1994
+ "originalUrl": "https://math.nist.gov/tnt/download.html",
1995
+ "url": "https://math.nist.gov/tnt/download.html"
1996
+ },
1997
+ "NIST-Software": {
1998
+ "originalUrl": "https://github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/common/rand/rand_nist.c#L1-L15",
1999
+ "url": "https://github.com/open-quantum-safe/liboqs/blob/40b01fdbb270f8614fde30e65d30e9da18c02393/src/common/rand/rand_nist.c#L1-L15"
2000
+ },
2001
+ "NLOD-1.0": {
2002
+ "originalUrl": "http://data.norge.no/nlod/en/1.0",
2003
+ "url": "https://data.norge.no/nlod/en/1.0"
2004
+ },
2005
+ "NLOD-2.0": {
2006
+ "originalUrl": "http://data.norge.no/nlod/en/2.0",
2007
+ "url": "https://data.norge.no/nlod/en/2.0"
2008
+ },
2009
+ NLPL: {
2010
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/NLPL",
2011
+ "url": "https://fedoraproject.org/wiki/Licensing/NLPL"
2012
+ },
2013
+ Nokia: {
2014
+ "originalUrl": "https://opensource.org/licenses/nokia",
2015
+ "url": "https://opensource.org/license/nokia"
2016
+ },
2017
+ NOSL: {
2018
+ "originalUrl": "http://bits.netizen.com.au/licenses/NOSL/nosl.txt",
2019
+ "url": "https://spdx.org/licenses/NOSL"
2020
+ },
2021
+ Noweb: {
2022
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Noweb",
2023
+ "url": "https://fedoraproject.org/wiki/Licensing/Noweb"
2024
+ },
2025
+ "NPL-1.0": {
2026
+ "originalUrl": "http://www.mozilla.org/MPL/NPL/1.0/",
2027
+ "url": "https://website-archive.mozilla.org/www.mozilla.org/mpl/mpl/npl/1.0/"
2028
+ },
2029
+ "NPL-1.1": {
2030
+ "originalUrl": "http://www.mozilla.org/MPL/NPL/1.1/",
2031
+ "url": "https://website-archive.mozilla.org/www.mozilla.org/mpl/mpl/npl/1.1/"
2032
+ },
2033
+ "NPOSL-3.0": {
2034
+ "originalUrl": "https://opensource.org/licenses/NOSL3.0",
2035
+ "url": "https://opensource.org/license/nposl-3.0"
2036
+ },
2037
+ NRL: {
2038
+ "originalUrl": "http://web.mit.edu/network/isakmp/nrllicense.html",
2039
+ "url": "https://web.mit.edu/network/isakmp/nrllicense.html"
2040
+ },
2041
+ "NTIA-PD": {
2042
+ "originalUrl": "https://raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md",
2043
+ "url": "https://raw.githubusercontent.com/NTIA/itm/refs/heads/master/LICENSE.md"
2044
+ },
2045
+ NTP: {
2046
+ "originalUrl": "https://opensource.org/licenses/NTP",
2047
+ "url": "https://opensource.org/license/NTP"
2048
+ },
2049
+ "NTP-0": {
2050
+ "originalUrl": "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c",
2051
+ "url": "https://github.com/tytso/e2fsprogs/blob/master/lib/et/et_name.c"
2052
+ },
2053
+ Nunit: {
2054
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Nunit",
2055
+ "url": "https://fedoraproject.org/wiki/Licensing/Nunit"
2056
+ },
2057
+ "O-UDA-1.0": {
2058
+ "originalUrl": "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md",
2059
+ "url": "https://github.com/microsoft/Open-Use-of-Data-Agreement/blob/v1.0/O-UDA-1.0.md"
2060
+ },
2061
+ OAR: {
2062
+ "originalUrl": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/string/strsignal.c;hb=HEAD#l35",
2063
+ "url": "https://sourceware.org/git/?p=newlib-cygwin.git;a=blob;f=newlib/libc/string/strsignal.c;hb=HEAD#l35"
2064
+ },
2065
+ "OCCT-PL": {
2066
+ "originalUrl": "http://www.opencascade.com/content/occt-public-license",
2067
+ "url": "https://spdx.org/licenses/OCCT-PL"
2068
+ },
2069
+ "OCLC-2.0": {
2070
+ "originalUrl": "http://www.oclc.org/research/activities/software/license/v2final.htm",
2071
+ "url": "https://spdx.org/licenses/OCLC-2.0"
2072
+ },
2073
+ "ODbL-1.0": {
2074
+ "originalUrl": "http://www.opendatacommons.org/licenses/odbl/1.0/",
2075
+ "url": "https://opendatacommons.org/licenses/odbl/1-0/"
2076
+ },
2077
+ "ODC-By-1.0": {
2078
+ "originalUrl": "https://opendatacommons.org/licenses/by/1.0/",
2079
+ "url": "https://opendatacommons.org/licenses/by/1-0/"
2080
+ },
2081
+ OFFIS: {
2082
+ "originalUrl": "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README",
2083
+ "url": "https://sourceforge.net/p/xmedcon/code/ci/master/tree/libs/dicom/README"
2084
+ },
2085
+ "OFL-1.0": {
2086
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web",
2087
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"
2088
+ },
2089
+ "OFL-1.0-no-RFN": {
2090
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web",
2091
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"
2092
+ },
2093
+ "OFL-1.0-RFN": {
2094
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web",
2095
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL10_web"
2096
+ },
2097
+ "OFL-1.1": {
2098
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web",
2099
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"
2100
+ },
2101
+ "OFL-1.1-no-RFN": {
2102
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web",
2103
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"
2104
+ },
2105
+ "OFL-1.1-RFN": {
2106
+ "originalUrl": "http://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web",
2107
+ "url": "https://scripts.sil.org/cms/scripts/page.php?item_id=OFL_web"
2108
+ },
2109
+ "OGC-1.0": {
2110
+ "originalUrl": "https://www.ogc.org/ogc/software/1.0",
2111
+ "url": "https://spdx.org/licenses/OGC-1.0"
2112
+ },
2113
+ "OGDL-Taiwan-1.0": {
2114
+ "originalUrl": "https://data.gov.tw/license",
2115
+ "url": "https://data.gov.tw/license"
2116
+ },
2117
+ "OGL-Canada-2.0": {
2118
+ "originalUrl": "https://open.canada.ca/en/open-government-licence-canada",
2119
+ "url": "https://open.canada.ca/en/open-government-licence-canada"
2120
+ },
2121
+ "OGL-UK-1.0": {
2122
+ "originalUrl": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/",
2123
+ "url": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/1/open-government-licence.htm"
2124
+ },
2125
+ "OGL-UK-2.0": {
2126
+ "originalUrl": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/",
2127
+ "url": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/"
2128
+ },
2129
+ "OGL-UK-3.0": {
2130
+ "originalUrl": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
2131
+ "url": "https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"
2132
+ },
2133
+ OGTSL: {
2134
+ "originalUrl": "http://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt",
2135
+ "url": "https://www.opengroup.org/testing/downloads/The_Open_Group_TSL.txt"
2136
+ },
2137
+ "OLDAP-1.1": {
2138
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=806557a5ad59804ef3a44d5abfbe91d706b0791f",
2139
+ "url": "https://spdx.org/licenses/OLDAP-1.1"
2140
+ },
2141
+ "OLDAP-1.2": {
2142
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=42b0383c50c299977b5893ee695cf4e486fb0dc7",
2143
+ "url": "https://spdx.org/licenses/OLDAP-1.2"
2144
+ },
2145
+ "OLDAP-1.3": {
2146
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=e5f8117f0ce088d0bd7a8e18ddf37eaa40eb09b1",
2147
+ "url": "https://spdx.org/licenses/OLDAP-1.3"
2148
+ },
2149
+ "OLDAP-1.4": {
2150
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=c9f95c2f3f2ffb5e0ae55fe7388af75547660941",
2151
+ "url": "https://spdx.org/licenses/OLDAP-1.4"
2152
+ },
2153
+ "OLDAP-2.0": {
2154
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cbf50f4e1185a21abd4c0a54d3f4341fe28f36ea",
2155
+ "url": "https://spdx.org/licenses/OLDAP-2.0"
2156
+ },
2157
+ "OLDAP-2.0.1": {
2158
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b6d68acd14e51ca3aab4428bf26522aa74873f0e",
2159
+ "url": "https://spdx.org/licenses/OLDAP-2.0.1"
2160
+ },
2161
+ "OLDAP-2.1": {
2162
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=b0d176738e96a0d3b9f85cb51e140a86f21be715",
2163
+ "url": "https://spdx.org/licenses/OLDAP-2.1"
2164
+ },
2165
+ "OLDAP-2.2": {
2166
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=470b0c18ec67621c85881b2733057fecf4a1acc3",
2167
+ "url": "https://spdx.org/licenses/OLDAP-2.2"
2168
+ },
2169
+ "OLDAP-2.2.1": {
2170
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=4bc786f34b50aa301be6f5600f58a980070f481e",
2171
+ "url": "https://spdx.org/licenses/OLDAP-2.2.1"
2172
+ },
2173
+ "OLDAP-2.2.2": {
2174
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=df2cc1e21eb7c160695f5b7cffd6296c151ba188",
2175
+ "url": "https://spdx.org/licenses/OLDAP-2.2.2"
2176
+ },
2177
+ "OLDAP-2.3": {
2178
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=d32cf54a32d581ab475d23c810b0a7fbaf8d63c3",
2179
+ "url": "https://spdx.org/licenses/OLDAP-2.3"
2180
+ },
2181
+ "OLDAP-2.4": {
2182
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=cd1284c4a91a8a380d904eee68d1583f989ed386",
2183
+ "url": "https://spdx.org/licenses/OLDAP-2.4"
2184
+ },
2185
+ "OLDAP-2.5": {
2186
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=6852b9d90022e8593c98205413380536b1b5a7cf",
2187
+ "url": "https://spdx.org/licenses/OLDAP-2.5"
2188
+ },
2189
+ "OLDAP-2.6": {
2190
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=1cae062821881f41b73012ba816434897abf4205",
2191
+ "url": "https://spdx.org/licenses/OLDAP-2.6"
2192
+ },
2193
+ "OLDAP-2.7": {
2194
+ "originalUrl": "http://www.openldap.org/devel/gitweb.cgi?p=openldap.git;a=blob;f=LICENSE;hb=47c2415c1df81556eeb39be6cad458ef87c534a2",
2195
+ "url": "https://spdx.org/licenses/OLDAP-2.7"
2196
+ },
2197
+ "OLDAP-2.8": {
2198
+ "originalUrl": "http://www.openldap.org/software/release/license.html",
2199
+ "url": "https://www.openldap.org/software/release/license.html"
2200
+ },
2201
+ "OLFL-1.3": {
2202
+ "originalUrl": "https://openlogisticsfoundation.org/licenses/",
2203
+ "url": "https://openlogisticsfoundation.org/licenses/"
2204
+ },
2205
+ OML: {
2206
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Open_Market_License",
2207
+ "url": "https://fedoraproject.org/wiki/Licensing/Open_Market_License"
2208
+ },
2209
+ "OpenMDW-1.0": {
2210
+ "originalUrl": "https://raw.githubusercontent.com/OpenMDW/OpenMDW/refs/heads/main/1.0/LICENSE.openmdw",
2211
+ "url": "https://raw.githubusercontent.com/OpenMDW/OpenMDW/refs/heads/main/1.0/LICENSE.openmdw"
2212
+ },
2213
+ "OpenPBS-2.3": {
2214
+ "originalUrl": "https://github.com/adaptivecomputing/torque/blob/master/PBS_License.txt",
2215
+ "url": "https://github.com/adaptivecomputing/torque/blob/master/PBS_License.txt"
2216
+ },
2217
+ OpenSSL: {
2218
+ "originalUrl": "http://www.openssl.org/source/license.html",
2219
+ "url": "https://openssl-library.org/source/license/index.html"
2220
+ },
2221
+ "OpenSSL-standalone": {
2222
+ "originalUrl": "https://library.netapp.com/ecm/ecm_download_file/ECMP1196395",
2223
+ "url": "https://library.netapp.com/ecm/ecm_download_file/ECMP1196395"
2224
+ },
2225
+ OpenVision: {
2226
+ "originalUrl": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98",
2227
+ "url": "https://github.com/krb5/krb5/blob/krb5-1.21.2-final/NOTICE#L66-L98"
2228
+ },
2229
+ "OPL-1.0": {
2230
+ "originalUrl": "http://old.koalateam.com/jackaroo/OPL_1_0.TXT",
2231
+ "url": "https://spdx.org/licenses/OPL-1.0"
2232
+ },
2233
+ "OPL-UK-3.0": {
2234
+ "originalUrl": "https://www.parliament.uk/site-information/copyright-parliament/open-parliament-licence/",
2235
+ "url": "https://spdx.org/licenses/OPL-UK-3.0"
2236
+ },
2237
+ "OPUBL-1.0": {
2238
+ "originalUrl": "http://opencontent.org/openpub/",
2239
+ "url": "https://opencontent.org/openpub/"
2240
+ },
2241
+ "OSC-1.0": {
2242
+ "originalUrl": "https://opensource.org/license/osc-license-1-0",
2243
+ "url": "https://opensource.org/license/osc-1.0"
2244
+ },
2245
+ "OSET-PL-2.1": {
2246
+ "originalUrl": "http://www.osetfoundation.org/public-license",
2247
+ "url": "https://www.osetinstitute.org/public-license"
2248
+ },
2249
+ "OSL-1.0": {
2250
+ "originalUrl": "https://opensource.org/licenses/OSL-1.0",
2251
+ "url": "https://opensource.org/license/OSL-1.0"
2252
+ },
2253
+ "OSL-1.1": {
2254
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/OSL1.1",
2255
+ "url": "https://fedoraproject.org/wiki/Licensing/OSL1.1"
2256
+ },
2257
+ "OSL-2.0": {
2258
+ "originalUrl": "http://web.archive.org/web/20041020171434/http://www.rosenlaw.com/osl2.0.html",
2259
+ "url": "https://spdx.org/licenses/OSL-2.0"
2260
+ },
2261
+ "OSL-2.1": {
2262
+ "originalUrl": "http://web.archive.org/web/20050212003940/http://www.rosenlaw.com/osl21.htm",
2263
+ "url": "https://spdx.org/licenses/OSL-2.1"
2264
+ },
2265
+ "OSL-3.0": {
2266
+ "originalUrl": "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm",
2267
+ "url": "https://web.archive.org/web/20120101081418/http://rosenlaw.com:80/OSL3.0.htm"
2268
+ },
2269
+ OSSP: {
2270
+ "originalUrl": "https://git.sr.ht/~nabijaczleweli/ossp-var",
2271
+ "url": "https://git.sr.ht/~nabijaczleweli/ossp-var"
2272
+ },
2273
+ PADL: {
2274
+ "originalUrl": "https://git.openldap.org/openldap/openldap/-/blob/master/libraries/libldap/os-local.c?ref_type=heads#L19-23",
2275
+ "url": "https://spdx.org/licenses/PADL"
2276
+ },
2277
+ "ParaType-Free-Font-1.3": {
2278
+ "originalUrl": "https://web.archive.org/web/20161209023955/http://www.paratype.ru/public/pt_openlicense_eng.asp",
2279
+ "url": "https://web.archive.org/web/20161209023955/http://www.paratype.ru/public/pt_openlicense_eng.asp"
2280
+ },
2281
+ "Parity-6.0.0": {
2282
+ "originalUrl": "https://paritylicense.com/versions/6.0.0.html",
2283
+ "url": "https://paritylicense.com/versions/6.0.0.html"
2284
+ },
2285
+ "Parity-7.0.0": {
2286
+ "originalUrl": "https://paritylicense.com/versions/7.0.0.html",
2287
+ "url": "https://paritylicense.com/versions/7.0.0.html"
2288
+ },
2289
+ "PDDL-1.0": {
2290
+ "originalUrl": "http://opendatacommons.org/licenses/pddl/1.0/",
2291
+ "url": "https://opendatacommons.org/licenses/pddl/1-0/"
2292
+ },
2293
+ "PHP-3.0": {
2294
+ "originalUrl": "http://www.php.net/license/3_0.txt",
2295
+ "url": "https://www.php.net/license/3_0.txt"
2296
+ },
2297
+ "PHP-3.01": {
2298
+ "originalUrl": "http://www.php.net/license/3_01.txt",
2299
+ "url": "https://www.php.net/license/3_01.txt"
2300
+ },
2301
+ Pixar: {
2302
+ "originalUrl": "https://github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt",
2303
+ "url": "https://github.com/PixarAnimationStudios/OpenSubdiv/raw/v3_5_0/LICENSE.txt"
2304
+ },
2305
+ pkgconf: {
2306
+ "originalUrl": "https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8",
2307
+ "url": "https://github.com/pkgconf/pkgconf/blob/master/cli/main.c#L8"
2308
+ },
2309
+ Plexus: {
2310
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License",
2311
+ "url": "https://fedoraproject.org/wiki/Licensing/Plexus_Classworlds_License"
2312
+ },
2313
+ pnmstitch: {
2314
+ "originalUrl": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2",
2315
+ "url": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/editor/pnmstitch.c#l2"
2316
+ },
2317
+ "PolyForm-Noncommercial-1.0.0": {
2318
+ "originalUrl": "https://polyformproject.org/licenses/noncommercial/1.0.0",
2319
+ "url": "https://polyformproject.org/licenses/noncommercial/1.0.0"
2320
+ },
2321
+ "PolyForm-Small-Business-1.0.0": {
2322
+ "originalUrl": "https://polyformproject.org/licenses/small-business/1.0.0",
2323
+ "url": "https://polyformproject.org/licenses/small-business/1.0.0"
2324
+ },
2325
+ PostgreSQL: {
2326
+ "originalUrl": "http://www.postgresql.org/about/licence",
2327
+ "url": "https://www.postgresql.org/about/licence/"
2328
+ },
2329
+ PPL: {
2330
+ "originalUrl": "https://wiki.p2pfoundation.net/Peer_Production_License",
2331
+ "url": "https://spdx.org/licenses/PPL"
2332
+ },
2333
+ "PSF-2.0": {
2334
+ "originalUrl": "https://opensource.org/licenses/Python-2.0",
2335
+ "url": "https://opensource.org/license/Python-2.0"
2336
+ },
2337
+ psfrag: {
2338
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/psfrag",
2339
+ "url": "https://fedoraproject.org/wiki/Licensing/psfrag"
2340
+ },
2341
+ psutils: {
2342
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/psutils",
2343
+ "url": "https://fedoraproject.org/wiki/Licensing/psutils"
2344
+ },
2345
+ "Python-2.0": {
2346
+ "originalUrl": "https://opensource.org/licenses/Python-2.0",
2347
+ "url": "https://opensource.org/license/Python-2.0"
2348
+ },
2349
+ "Python-2.0.1": {
2350
+ "originalUrl": "https://www.python.org/download/releases/2.0.1/license/",
2351
+ "url": "https://www.python.org/download/releases/2.0.1/license/"
2352
+ },
2353
+ "python-ldap": {
2354
+ "originalUrl": "https://github.com/python-ldap/python-ldap/blob/main/LICENCE",
2355
+ "url": "https://github.com/python-ldap/python-ldap/blob/main/LICENCE"
2356
+ },
2357
+ Qhull: {
2358
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Qhull",
2359
+ "url": "https://fedoraproject.org/wiki/Licensing/Qhull"
2360
+ },
2361
+ "QPL-1.0": {
2362
+ "originalUrl": "http://doc.qt.nokia.com/3.3/license.html",
2363
+ "url": "https://spdx.org/licenses/QPL-1.0"
2364
+ },
2365
+ "QPL-1.0-INRIA-2004": {
2366
+ "originalUrl": "https://github.com/maranget/hevea/blob/master/LICENSE",
2367
+ "url": "https://github.com/maranget/hevea/blob/master/LICENSE"
2368
+ },
2369
+ radvd: {
2370
+ "originalUrl": "https://github.com/radvd-project/radvd/blob/master/COPYRIGHT",
2371
+ "url": "https://github.com/radvd-project/radvd/blob/master/COPYRIGHT"
2372
+ },
2373
+ Rdisc: {
2374
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Rdisc_License",
2375
+ "url": "https://fedoraproject.org/wiki/Licensing/Rdisc_License"
2376
+ },
2377
+ "RHeCos-1.1": {
2378
+ "originalUrl": "http://ecos.sourceware.org/old-license.html",
2379
+ "url": "https://spdx.org/licenses/RHeCos-1.1"
2380
+ },
2381
+ "RPL-1.1": {
2382
+ "originalUrl": "https://opensource.org/licenses/RPL-1.1",
2383
+ "url": "https://opensource.org/license/RPL-1.1"
2384
+ },
2385
+ "RPL-1.5": {
2386
+ "originalUrl": "https://opensource.org/licenses/RPL-1.5",
2387
+ "url": "https://opensource.org/license/RPL-1.5"
2388
+ },
2389
+ "RPSL-1.0": {
2390
+ "originalUrl": "https://helixcommunity.org/content/rpsl",
2391
+ "url": "https://spdx.org/licenses/RPSL-1.0"
2392
+ },
2393
+ "RSA-MD": {
2394
+ "originalUrl": "http://www.faqs.org/rfcs/rfc1321.html",
2395
+ "url": "https://spdx.org/licenses/RSA-MD"
2396
+ },
2397
+ RSCPL: {
2398
+ "originalUrl": "http://wayback.archive.org/web/20060715140826/http://www.risource.org/RPL/RPL-1.0A.shtml",
2399
+ "url": "https://spdx.org/licenses/RSCPL"
2400
+ },
2401
+ Ruby: {
2402
+ "originalUrl": "https://www.ruby-lang.org/en/about/license.txt",
2403
+ "url": "https://www.ruby-lang.org/en/about/license.txt"
2404
+ },
2405
+ "Ruby-pty": {
2406
+ "originalUrl": "https://github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786",
2407
+ "url": "https://github.com/ruby/ruby/blob/9f6deaa6888a423720b4b127b5314f0ad26cc2e6/ext/pty/pty.c#L775-L786"
2408
+ },
2409
+ "SAX-PD": {
2410
+ "originalUrl": "http://www.saxproject.org/copying.html",
2411
+ "url": "https://spdx.org/licenses/SAX-PD"
2412
+ },
2413
+ "SAX-PD-2.0": {
2414
+ "originalUrl": "http://www.saxproject.org/copying.html",
2415
+ "url": "https://spdx.org/licenses/SAX-PD-2.0"
2416
+ },
2417
+ Saxpath: {
2418
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Saxpath_License",
2419
+ "url": "https://fedoraproject.org/wiki/Licensing/Saxpath_License"
2420
+ },
2421
+ SCEA: {
2422
+ "originalUrl": "http://research.scea.com/scea_shared_source_license.html",
2423
+ "url": "https://spdx.org/licenses/SCEA"
2424
+ },
2425
+ SchemeReport: { "url": "https://spdx.org/licenses/SchemeReport" },
2426
+ Sendmail: {
2427
+ "originalUrl": "http://www.sendmail.com/pdfs/open_source/sendmail_license.pdf",
2428
+ "url": "https://www.proofpoint.com/us/products/email-protection/open-source-email-solution"
2429
+ },
2430
+ "Sendmail-8.23": {
2431
+ "originalUrl": "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf",
2432
+ "url": "https://www.proofpoint.com/sites/default/files/sendmail-license.pdf"
2433
+ },
2434
+ "Sendmail-Open-Source-1.1": {
2435
+ "originalUrl": "https://github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail",
2436
+ "url": "https://github.com/trusteddomainproject/OpenDMARC/blob/master/LICENSE.Sendmail"
2437
+ },
2438
+ "SGI-B-1.0": {
2439
+ "originalUrl": "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.1.0.html",
2440
+ "url": "https://spdx.org/licenses/SGI-B-1.0"
2441
+ },
2442
+ "SGI-B-1.1": {
2443
+ "originalUrl": "http://oss.sgi.com/projects/FreeB/",
2444
+ "url": "https://spdx.org/licenses/SGI-B-1.1"
2445
+ },
2446
+ "SGI-B-2.0": {
2447
+ "originalUrl": "http://oss.sgi.com/projects/FreeB/SGIFreeSWLicB.2.0.pdf",
2448
+ "url": "https://spdx.org/licenses/SGI-B-2.0"
2449
+ },
2450
+ "SGI-OpenGL": {
2451
+ "originalUrl": "https://gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type=heads",
2452
+ "url": "https://gitlab.freedesktop.org/mesa/glw/-/blob/master/README?ref_type=heads"
2453
+ },
2454
+ "SGMLUG-PM": {
2455
+ "originalUrl": "https://gitweb.gentoo.org/repo/gentoo.git/tree/licenses/SGMLUG?id=7d999af4a47bf55e53e54713d98d145f935935c1",
2456
+ "url": "https://gitweb.gentoo.org/repo/gentoo.git/tree/licenses/SGMLUG?id=7d999af4a47bf55e53e54713d98d145f935935c1"
2457
+ },
2458
+ SGP4: {
2459
+ "originalUrl": "https://celestrak.org/publications/AIAA/2006-6753/faq.php",
2460
+ "url": "https://celestrak.org/publications/AIAA/2006-6753/faq.php"
2461
+ },
2462
+ "SHL-0.5": {
2463
+ "originalUrl": "https://solderpad.org/licenses/SHL-0.5/",
2464
+ "url": "https://solderpad.org/licenses/SHL-0.5/"
2465
+ },
2466
+ "SHL-0.51": {
2467
+ "originalUrl": "https://solderpad.org/licenses/SHL-0.51/",
2468
+ "url": "https://solderpad.org/licenses/SHL-0.51/"
2469
+ },
2470
+ "SimPL-2.0": {
2471
+ "originalUrl": "https://opensource.org/licenses/SimPL-2.0",
2472
+ "url": "https://opensource.org/license/SimPL-2.0"
2473
+ },
2474
+ SISSL: {
2475
+ "originalUrl": "http://www.openoffice.org/licenses/sissl_license.html",
2476
+ "url": "https://spdx.org/licenses/SISSL"
2477
+ },
2478
+ "SISSL-1.2": {
2479
+ "originalUrl": "http://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html",
2480
+ "url": "https://gridscheduler.sourceforge.net/Gridengine_SISSL_license.html"
2481
+ },
2482
+ SL: {
2483
+ "originalUrl": "https://github.com/mtoyoda/sl/blob/master/LICENSE",
2484
+ "url": "https://github.com/mtoyoda/sl/blob/master/LICENSE"
2485
+ },
2486
+ Sleepycat: {
2487
+ "originalUrl": "https://opensource.org/licenses/Sleepycat",
2488
+ "url": "https://opensource.org/license/Sleepycat"
2489
+ },
2490
+ "SMAIL-GPL": {
2491
+ "originalUrl": "https://sources.debian.org/copyright/license/debianutils/4.11.2/",
2492
+ "url": "https://sources.debian.org/copyright/license/debianutils/4.11.2/"
2493
+ },
2494
+ SMLNJ: {
2495
+ "originalUrl": "https://www.smlnj.org/license.html",
2496
+ "url": "https://www.smlnj.org/license.html"
2497
+ },
2498
+ SMPPL: {
2499
+ "originalUrl": "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt",
2500
+ "url": "https://github.com/dcblake/SMP/blob/master/Documentation/License.txt"
2501
+ },
2502
+ SNIA: {
2503
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License",
2504
+ "url": "https://fedoraproject.org/wiki/Licensing/SNIA_Public_License"
2505
+ },
2506
+ snprintf: {
2507
+ "originalUrl": "https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2",
2508
+ "url": "https://github.com/openssh/openssh-portable/blob/master/openbsd-compat/bsd-snprintf.c#L2"
2509
+ },
2510
+ SOFA: {
2511
+ "originalUrl": "http://www.iausofa.org/tandc.html",
2512
+ "url": "https://spdx.org/licenses/SOFA"
2513
+ },
2514
+ softSurfer: {
2515
+ "originalUrl": "https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207",
2516
+ "url": "https://github.com/mm2/Little-CMS/blob/master/src/cmssm.c#L207"
2517
+ },
2518
+ Soundex: {
2519
+ "originalUrl": "https://metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11",
2520
+ "url": "https://metacpan.org/release/RJBS/Text-Soundex-3.05/source/Soundex.pm#L3-11"
2521
+ },
2522
+ "Spencer-86": {
2523
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License",
2524
+ "url": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"
2525
+ },
2526
+ "Spencer-94": {
2527
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License",
2528
+ "url": "https://fedoraproject.org/wiki/Licensing/Henry_Spencer_Reg-Ex_Library_License"
2529
+ },
2530
+ "Spencer-99": {
2531
+ "originalUrl": "http://www.opensource.apple.com/source/tcl/tcl-5/tcl/generic/regfronts.c",
2532
+ "url": "https://spdx.org/licenses/Spencer-99"
2533
+ },
2534
+ "SPL-1.0": {
2535
+ "originalUrl": "https://opensource.org/licenses/SPL-1.0",
2536
+ "url": "https://opensource.org/license/SPL-1.0"
2537
+ },
2538
+ "ssh-keyscan": {
2539
+ "originalUrl": "https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82",
2540
+ "url": "https://github.com/openssh/openssh-portable/blob/master/LICENCE#L82"
2541
+ },
2542
+ "SSH-OpenSSH": {
2543
+ "originalUrl": "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10",
2544
+ "url": "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/LICENCE#L10"
2545
+ },
2546
+ "SSH-short": {
2547
+ "originalUrl": "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h",
2548
+ "url": "https://github.com/openssh/openssh-portable/blob/1b11ea7c58cd5c59838b5fa574cd456d6047b2d4/pathnames.h"
2549
+ },
2550
+ "SSLeay-standalone": {
2551
+ "originalUrl": "https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf",
2552
+ "url": "https://www.tq-group.com/filedownloads/files/software-license-conditions/OriginalSSLeay/OriginalSSLeay.pdf"
2553
+ },
2554
+ "SSPL-1.0": {
2555
+ "originalUrl": "https://www.mongodb.com/licensing/server-side-public-license",
2556
+ "url": "https://www.mongodb.com/legal/licensing/server-side-public-license"
2557
+ },
2558
+ "StandardML-NJ": {
2559
+ "originalUrl": "https://www.smlnj.org/license.html",
2560
+ "url": "https://www.smlnj.org/license.html"
2561
+ },
2562
+ "SugarCRM-1.1.3": {
2563
+ "originalUrl": "http://www.sugarcrm.com/crm/SPL",
2564
+ "url": "https://spdx.org/licenses/SugarCRM-1.1.3"
2565
+ },
2566
+ "SUL-1.0": {
2567
+ "originalUrl": "https://github.com/n8n-io/n8n/blob/master/LICENSE.md",
2568
+ "url": "https://github.com/n8n-io/n8n/blob/master/LICENSE.md"
2569
+ },
2570
+ "Sun-PPP": {
2571
+ "originalUrl": "https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16",
2572
+ "url": "https://github.com/ppp-project/ppp/blob/master/pppd/eap.c#L7-L16"
2573
+ },
2574
+ "Sun-PPP-2000": {
2575
+ "originalUrl": "https://github.com/ppp-project/ppp/blob/master/modules/ppp_ahdlc.c#L7-L19",
2576
+ "url": "https://spdx.org/licenses/Sun-PPP-2000"
2577
+ },
2578
+ SunPro: {
2579
+ "originalUrl": "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c",
2580
+ "url": "https://github.com/freebsd/freebsd-src/blob/main/lib/msun/src/e_acosh.c"
2581
+ },
2582
+ SWL: {
2583
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/SWL",
2584
+ "url": "https://fedoraproject.org/wiki/Licensing/SWL"
2585
+ },
2586
+ swrule: {
2587
+ "originalUrl": "https://ctan.math.utah.edu/ctan/tex-archive/macros/generic/misc/swrule.sty",
2588
+ "url": "https://spdx.org/licenses/swrule"
2589
+ },
2590
+ Symlinks: {
2591
+ "originalUrl": "https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html",
2592
+ "url": "https://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg11494.html"
2593
+ },
2594
+ "TAPR-OHL-1.0": {
2595
+ "originalUrl": "https://www.tapr.org/OHL",
2596
+ "url": "https://tapr.org/the-tapr-open-hardware-license/"
2597
+ },
2598
+ TCL: {
2599
+ "originalUrl": "http://www.tcl.tk/software/tcltk/license.html",
2600
+ "url": "https://www.tcl-lang.org/software/tcltk/license.html"
2601
+ },
2602
+ "TCP-wrappers": {
2603
+ "originalUrl": "http://rc.quest.com/topics/openssh/license.php#tcpwrappers",
2604
+ "url": "https://spdx.org/licenses/TCP-wrappers"
2605
+ },
2606
+ TekHVC: {
2607
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/COPYING?ref_type=heads#L138-171",
2608
+ "url": "https://gitlab.freedesktop.org/xorg/lib/libx11/-/blob/master/COPYING?ref_type=heads#L138-171"
2609
+ },
2610
+ TermReadKey: {
2611
+ "originalUrl": "https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10",
2612
+ "url": "https://github.com/jonathanstowe/TermReadKey/blob/master/README#L9-L10"
2613
+ },
2614
+ "TGPPL-1.0": {
2615
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/TGPPL",
2616
+ "url": "https://fedoraproject.org/wiki/Licensing/TGPPL"
2617
+ },
2618
+ ThirdEye: {
2619
+ "originalUrl": "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11",
2620
+ "url": "https://sourceware.org/cgit/binutils-gdb/tree/include/coff/symconst.h#n11"
2621
+ },
2622
+ threeparttable: {
2623
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Threeparttable",
2624
+ "url": "https://fedoraproject.org/wiki/Licensing/Threeparttable"
2625
+ },
2626
+ TMate: {
2627
+ "originalUrl": "http://svnkit.com/license.html",
2628
+ "url": "https://svnkit.com/license.html"
2629
+ },
2630
+ "TORQUE-1.1": {
2631
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1",
2632
+ "url": "https://fedoraproject.org/wiki/Licensing/TORQUEv1.1"
2633
+ },
2634
+ TOSL: {
2635
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/TOSL",
2636
+ "url": "https://fedoraproject.org/wiki/Licensing/TOSL"
2637
+ },
2638
+ TPDL: {
2639
+ "originalUrl": "https://metacpan.org/pod/Time::ParseDate#LICENSE",
2640
+ "url": "https://metacpan.org/pod/Time::ParseDate#LICENSE"
2641
+ },
2642
+ "TPL-1.0": {
2643
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing:ThorPublicLicense",
2644
+ "url": "https://fedoraproject.org/wiki/Licensing:ThorPublicLicense"
2645
+ },
2646
+ TrustedQSL: {
2647
+ "originalUrl": "https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt",
2648
+ "url": "https://sourceforge.net/p/trustedqsl/tqsl/ci/master/tree/LICENSE.txt"
2649
+ },
2650
+ TTWL: {
2651
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/TTWL",
2652
+ "url": "https://fedoraproject.org/wiki/Licensing/TTWL"
2653
+ },
2654
+ TTYP0: {
2655
+ "originalUrl": "https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/",
2656
+ "url": "https://people.mpi-inf.mpg.de/~uwe/misc/uw-ttyp0/"
2657
+ },
2658
+ "TU-Berlin-1.0": {
2659
+ "originalUrl": "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT",
2660
+ "url": "https://github.com/swh/ladspa/blob/7bf6f3799fdba70fda297c2d8fd9f526803d9680/gsm/COPYRIGHT"
2661
+ },
2662
+ "TU-Berlin-2.0": {
2663
+ "originalUrl": "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt",
2664
+ "url": "https://github.com/CorsixTH/deps/blob/fd339a9f526d1d9c9f01ccf39e438a015da50035/licences/libgsm.txt"
2665
+ },
2666
+ "Ubuntu-font-1.0": {
2667
+ "originalUrl": "https://ubuntu.com/legal/font-licence",
2668
+ "url": "https://ubuntu.com/legal/font-licence"
2669
+ },
2670
+ UCAR: {
2671
+ "originalUrl": "https://github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT",
2672
+ "url": "https://github.com/Unidata/UDUNITS-2/blob/master/COPYRIGHT"
2673
+ },
2674
+ "UCL-1.0": {
2675
+ "originalUrl": "https://opensource.org/licenses/UCL-1.0",
2676
+ "url": "https://opensource.org/license/UCL-1.0"
2677
+ },
2678
+ ulem: {
2679
+ "originalUrl": "https://mirrors.ctan.org/macros/latex/contrib/ulem/README",
2680
+ "url": "https://mirrors.ctan.org/macros/latex/contrib/ulem/README"
2681
+ },
2682
+ "UMich-Merit": {
2683
+ "originalUrl": "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L64",
2684
+ "url": "https://github.com/radcli/radcli/blob/master/COPYRIGHT#L64"
2685
+ },
2686
+ "Unicode-3.0": {
2687
+ "originalUrl": "https://www.unicode.org/license.txt",
2688
+ "url": "https://www.unicode.org/license.txt"
2689
+ },
2690
+ "Unicode-DFS-2015": {
2691
+ "originalUrl": "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html",
2692
+ "url": "https://web.archive.org/web/20151224134844/http://unicode.org/copyright.html"
2693
+ },
2694
+ "Unicode-DFS-2016": {
2695
+ "originalUrl": "https://www.unicode.org/license.txt",
2696
+ "url": "https://www.unicode.org/license.txt"
2697
+ },
2698
+ "Unicode-TOU": {
2699
+ "originalUrl": "http://web.archive.org/web/20140704074106/http://www.unicode.org/copyright.html",
2700
+ "url": "https://spdx.org/licenses/Unicode-TOU"
2701
+ },
2702
+ UnixCrypt: {
2703
+ "originalUrl": "https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70",
2704
+ "url": "https://foss.heptapod.net/python-libs/passlib/-/blob/branch/stable/LICENSE#L70"
2705
+ },
2706
+ Unlicense: {
2707
+ "originalUrl": "https://unlicense.org/",
2708
+ "url": "https://unlicense.org/"
2709
+ },
2710
+ "Unlicense-libtelnet": {
2711
+ "originalUrl": "https://github.com/seanmiddleditch/libtelnet/blob/develop/COPYING",
2712
+ "url": "https://github.com/seanmiddleditch/libtelnet/blob/develop/COPYING"
2713
+ },
2714
+ "Unlicense-libwhirlpool": {
2715
+ "originalUrl": "https://github.com/dfateyev/libwhirlpool/blob/master/README#L27",
2716
+ "url": "https://github.com/dfateyev/libwhirlpool/blob/master/README#L27"
2717
+ },
2718
+ UnRAR: {
2719
+ "originalUrl": "https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/LICENSES/unRAR.txt",
2720
+ "url": "https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/LICENSES/unRAR.txt"
2721
+ },
2722
+ "UPL-1.0": {
2723
+ "originalUrl": "https://opensource.org/licenses/UPL",
2724
+ "url": "https://opensource.org/license/upl-1.0"
2725
+ },
2726
+ "URT-RLE": {
2727
+ "originalUrl": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c",
2728
+ "url": "https://sourceforge.net/p/netpbm/code/HEAD/tree/super_stable/converter/other/pnmtorle.c"
2729
+ },
2730
+ Vim: {
2731
+ "originalUrl": "http://vimdoc.sourceforge.net/htmldoc/uganda.html",
2732
+ "url": "https://vimdoc.sourceforge.net/htmldoc/uganda.html"
2733
+ },
2734
+ "Vixie-Cron": {
2735
+ "originalUrl": "https://github.com/vixie/cron/tree/545b3f5246824a9cda5905eeb7cf019c95e66995",
2736
+ "url": "https://github.com/vixie/cron/tree/545b3f5246824a9cda5905eeb7cf019c95e66995"
2737
+ },
2738
+ VOSTROM: {
2739
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/VOSTROM",
2740
+ "url": "https://fedoraproject.org/wiki/Licensing/VOSTROM"
2741
+ },
2742
+ "VSL-1.0": {
2743
+ "originalUrl": "https://opensource.org/licenses/VSL-1.0",
2744
+ "url": "https://opensource.org/license/VSL-1.0"
2745
+ },
2746
+ W3C: {
2747
+ "originalUrl": "http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231.html",
2748
+ "url": "https://www.w3.org/copyright/software-license-2002/"
2749
+ },
2750
+ "W3C-19980720": {
2751
+ "originalUrl": "http://www.w3.org/Consortium/Legal/copyright-software-19980720.html",
2752
+ "url": "https://www.w3.org/Consortium/Legal/copyright-software-19980720.html"
2753
+ },
2754
+ "W3C-20150513": {
2755
+ "originalUrl": "https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document",
2756
+ "url": "https://www.w3.org/copyright/software-license-2015/"
2757
+ },
2758
+ w3m: {
2759
+ "originalUrl": "https://github.com/tats/w3m/blob/master/COPYING",
2760
+ "url": "https://github.com/tats/w3m/blob/master/COPYING"
2761
+ },
2762
+ "Watcom-1.0": {
2763
+ "originalUrl": "https://opensource.org/licenses/Watcom-1.0",
2764
+ "url": "https://opensource.org/license/Watcom-1.0"
2765
+ },
2766
+ "Widget-Workshop": {
2767
+ "originalUrl": "https://github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24",
2768
+ "url": "https://github.com/novnc/noVNC/blob/master/core/crypto/des.js#L24"
2769
+ },
2770
+ WordNet: {
2771
+ "originalUrl": "https://wordnet.princeton.edu/license-and-commercial-use",
2772
+ "url": "https://spdx.org/licenses/WordNet"
2773
+ },
2774
+ Wsuipa: {
2775
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Wsuipa",
2776
+ "url": "https://fedoraproject.org/wiki/Licensing/Wsuipa"
2777
+ },
2778
+ WTFNMFPL: {
2779
+ "originalUrl": "https://github.com/adversary-org/wtfnmf/raw/refs/tags/1.0/COPYING.WTFNMFPL",
2780
+ "url": "https://github.com/adversary-org/wtfnmf/raw/refs/tags/1.0/COPYING.WTFNMFPL"
2781
+ },
2782
+ WTFPL: {
2783
+ "originalUrl": "http://www.wtfpl.net/about/",
2784
+ "url": "https://www.wtfpl.net/about/"
2785
+ },
2786
+ wwl: {
2787
+ "originalUrl": "http://www.db.net/downloads/wwl+db-1.3.tgz",
2788
+ "url": "https://spdx.org/licenses/wwl"
2789
+ },
2790
+ wxWindows: {
2791
+ "originalUrl": "https://opensource.org/licenses/WXwindows",
2792
+ "url": "https://opensource.org/license/WXwindows"
2793
+ },
2794
+ X11: {
2795
+ "originalUrl": "http://www.xfree86.org/3.3.6/COPYRIGHT2.html#3",
2796
+ "url": "https://spdx.org/licenses/X11"
2797
+ },
2798
+ "X11-distribute-modifications-variant": {
2799
+ "originalUrl": "https://github.com/mirror/ncurses/blob/master/COPYING",
2800
+ "url": "https://github.com/mirror/ncurses/blob/master/COPYING"
2801
+ },
2802
+ "X11-no-permit-persons": {
2803
+ "originalUrl": "https://gitlab.freedesktop.org/xorg/lib/libxinerama/-/blob/cc22c2f60c3862482562955116d5455263b443dc/COPYING#L44-66",
2804
+ "url": "https://gitlab.freedesktop.org/xorg/lib/libxinerama/-/blob/cc22c2f60c3862482562955116d5455263b443dc/COPYING#L44-66"
2805
+ },
2806
+ "X11-swapped": {
2807
+ "originalUrl": "https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE",
2808
+ "url": "https://github.com/fedeinthemix/chez-srfi/blob/master/srfi/LICENSE"
2809
+ },
2810
+ "Xdebug-1.03": {
2811
+ "originalUrl": "https://github.com/xdebug/xdebug/blob/master/LICENSE",
2812
+ "url": "https://github.com/xdebug/xdebug/blob/master/LICENSE"
2813
+ },
2814
+ Xerox: {
2815
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Xerox",
2816
+ "url": "https://fedoraproject.org/wiki/Licensing/Xerox"
2817
+ },
2818
+ Xfig: {
2819
+ "originalUrl": "https://github.com/Distrotech/transfig/blob/master/transfig/transfig.c",
2820
+ "url": "https://github.com/Distrotech/transfig/blob/master/transfig/transfig.c"
2821
+ },
2822
+ "XFree86-1.1": {
2823
+ "originalUrl": "http://www.xfree86.org/current/LICENSE4.html",
2824
+ "url": "https://spdx.org/licenses/XFree86-1.1"
2825
+ },
2826
+ xinetd: {
2827
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Xinetd_License",
2828
+ "url": "https://fedoraproject.org/wiki/Licensing/Xinetd_License"
2829
+ },
2830
+ "xkeyboard-config-Zinoviev": {
2831
+ "originalUrl": "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type=heads#L178",
2832
+ "url": "https://gitlab.freedesktop.org/xkeyboard-config/xkeyboard-config/-/blob/master/COPYING?ref_type=heads#L178"
2833
+ },
2834
+ xlock: {
2835
+ "originalUrl": "https://fossies.org/linux/tiff/contrib/ras/ras2tif.c",
2836
+ "url": "https://spdx.org/licenses/xlock"
2837
+ },
2838
+ Xnet: {
2839
+ "originalUrl": "https://opensource.org/licenses/Xnet",
2840
+ "url": "https://opensource.org/license/Xnet"
2841
+ },
2842
+ xpp: {
2843
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/xpp",
2844
+ "url": "https://fedoraproject.org/wiki/Licensing/xpp"
2845
+ },
2846
+ XSkat: {
2847
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/XSkat_License",
2848
+ "url": "https://fedoraproject.org/wiki/Licensing/XSkat_License"
2849
+ },
2850
+ xzoom: {
2851
+ "originalUrl": "https://metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright",
2852
+ "url": "https://metadata.ftp-master.debian.org/changelogs//main/x/xzoom/xzoom_0.3-27_copyright"
2853
+ },
2854
+ "YPL-1.0": {
2855
+ "originalUrl": "http://www.zimbra.com/license/yahoo_public_license_1.0.html",
2856
+ "url": "https://www.zimbra.com/license/yahoo_public_license_1.0.html"
2857
+ },
2858
+ "YPL-1.1": {
2859
+ "originalUrl": "http://www.zimbra.com/license/yahoo_public_license_1.1.html",
2860
+ "url": "https://www.zimbra.com/license/yahoo_public_license_1.1.html"
2861
+ },
2862
+ Zed: {
2863
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/Zed",
2864
+ "url": "https://fedoraproject.org/wiki/Licensing/Zed"
2865
+ },
2866
+ Zeeff: {
2867
+ "originalUrl": "ftp://ftp.tin.org/pub/news/utils/newsx/newsx-1.6.tar.gz",
2868
+ "url": "https://spdx.org/licenses/Zeeff"
2869
+ },
2870
+ "Zend-2.0": {
2871
+ "originalUrl": "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt",
2872
+ "url": "https://web.archive.org/web/20130517195954/http://www.zend.com/license/2_00.txt"
2873
+ },
2874
+ "Zimbra-1.3": {
2875
+ "originalUrl": "http://web.archive.org/web/20100302225219/http://www.zimbra.com/license/zimbra-public-license-1-3.html",
2876
+ "url": "https://spdx.org/licenses/Zimbra-1.3"
2877
+ },
2878
+ "Zimbra-1.4": {
2879
+ "originalUrl": "http://www.zimbra.com/legal/zimbra-public-license-1-4",
2880
+ "url": "https://spdx.org/licenses/Zimbra-1.4"
2881
+ },
2882
+ Zlib: {
2883
+ "originalUrl": "http://www.zlib.net/zlib_license.html",
2884
+ "url": "https://spdx.org/licenses/Zlib"
2885
+ },
2886
+ "zlib-acknowledgement": {
2887
+ "originalUrl": "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement",
2888
+ "url": "https://fedoraproject.org/wiki/Licensing/ZlibWithAcknowledgement"
2889
+ },
2890
+ "ZPL-1.1": {
2891
+ "originalUrl": "http://old.zope.org/Resources/License/ZPL-1.1",
2892
+ "url": "https://old.zope.dev/Resources/License/ZPL-1.1"
2893
+ },
2894
+ "ZPL-2.0": {
2895
+ "originalUrl": "http://old.zope.org/Resources/License/ZPL-2.0",
2896
+ "url": "https://old.zope.dev/Resources/License/ZPL-2.0"
2897
+ },
2898
+ "ZPL-2.1": {
2899
+ "originalUrl": "http://old.zope.org/Resources/ZPL/",
2900
+ "url": "https://old.zope.dev/Resources/ZPL/"
2901
+ }
2902
+ };
2903
+ //#endregion
2904
+ export { license_urls_default as default };