Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/COPYRIGHT.txt
9819 views
1
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
Comment:
3
Exhaustive licensing information for files in the Godot Engine repository
4
=========================================================================
5
.
6
This file aims at documenting the copyright and license for every source
7
file in the Godot Engine repository, and especially outline the files
8
whose license differs from the MIT/Expat license used by Godot Engine.
9
.
10
It is written as a machine-readable format following the debian/copyright
11
specification. Globbing patterns (e.g. "Files: *") mean that they affect
12
all corresponding files (also recursively in subfolders), apart from those
13
with a more explicit copyright statement.
14
.
15
Licenses are given with their debian/copyright short name (or SPDX identifier
16
if no standard short name exists) and are all included in plain text at the
17
end of this file (in alphabetical order).
18
.
19
Disclaimer for thirdparty libraries:
20
------------------------------------
21
.
22
Licensing details for thirdparty libraries in the 'thirdparty/' directory
23
are given in summarized form, i.e. with only the "main" license described
24
in the library's license statement. Different licenses of single files or
25
code snippets in thirdparty libraries are not documented here.
26
For example:
27
Files: thirdparty/zlib/*
28
Copyright: 1995-2017, Jean-loup Gailly and Mark Adler
29
License: Zlib
30
The exact copyright for each file in that library *may* differ, and some
31
files or code snippets might be distributed under other compatible licenses
32
(e.g. a public domain dedication), but as far as Godot Engine is concerned
33
the library is considered as a whole under the Zlib license.
34
.
35
Note: When linking dynamically against thirdparty libraries instead of
36
building them into the Godot binary, you may remove the corresponding
37
license details from this file.
38
Upstream-Name: Godot Engine
39
Upstream-Contact: Rémi Verschelde <[email protected]>
40
Source: https://github.com/godotengine/godot
41
42
Files: *
43
Comment: Godot Engine
44
Copyright: 2014-present, Godot Engine contributors
45
2007-2014, Juan Linietsky, Ariel Manzur
46
License: Expat
47
48
Files: icon.png
49
icon.svg
50
logo.png
51
logo.svg
52
Comment: Godot Engine logo
53
Copyright: 2017, Andrea Calabró
54
License: CC-BY-4.0
55
56
Files: core/math/convex_hull.cpp
57
core/math/convex_hull.h
58
Comment: Bullet Continuous Collision Detection and Physics Library
59
Copyright: 2011, Ole Kniemeyer, MAXON, www.maxon.net
60
2014-present, Godot Engine contributors
61
2007-2014, Juan Linietsky, Ariel Manzur
62
License: Expat and Zlib
63
64
Files: modules/betsy/alpha_stitch.glsl
65
modules/betsy/bc1.glsl
66
modules/betsy/bc4.glsl
67
modules/betsy/bc6h.glsl
68
modules/betsy/CrossPlatformSettings_piece_all.glsl
69
Comment: Betsy
70
Copyright: 2020-2022, Matias N. Goldberg
71
License: Expat
72
73
Files: modules/godot_physics_2d/godot_joints_2d.cpp
74
Comment: Chipmunk2D Joint Constraints
75
Copyright: 2007, Scott Lembcke
76
License: Expat
77
78
Files: modules/godot_physics_3d/gjk_epa.cpp
79
modules/godot_physics_3d/joints/godot_generic_6dof_joint_3d.cpp
80
modules/godot_physics_3d/joints/godot_generic_6dof_joint_3d.h
81
modules/godot_physics_3d/joints/godot_hinge_joint_3d.cpp
82
modules/godot_physics_3d/joints/godot_hinge_joint_3d_sw.h
83
modules/godot_physics_3d/joints/godot_jacobian_entry_3d_sw.h
84
modules/godot_physics_3d/joints/godot_pin_joint_3d.cpp
85
modules/godot_physics_3d/joints/godot_pin_joint_3d.h
86
modules/godot_physics_3d/joints/godot_slider_joint_3d.cpp
87
modules/godot_physics_3d/joints/godot_slider_joint_3d.h
88
modules/godot_physics_3d/godot_soft_body_3d.cpp
89
modules/godot_physics_3d/godot_soft_body_3d.h
90
modules/godot_physics_3d/godot_shape_3d.cpp
91
modules/godot_physics_3d/godot_shape_3d.h
92
Comment: Bullet Continuous Collision Detection and Physics Library
93
Copyright: 2003-2008, Erwin Coumans
94
2014-present, Godot Engine contributors
95
2007-2014, Juan Linietsky, Ariel Manzur
96
License: Expat and Zlib
97
98
Files: modules/godot_physics_3d/godot_collision_solver_3d_sat.cpp
99
Comment: Open Dynamics Engine
100
Copyright: 2001-2003, Russell L. Smith, Alen Ladavac, Nguyen Binh
101
License: BSD-3-clause
102
103
Files: modules/godot_physics_3d/joints/godot_cone_twist_joint_3d.cpp
104
modules/godot_physics_3d/joints/godot_cone_twist_joint_3d.h
105
Comment: Bullet Continuous Collision Detection and Physics Library
106
Copyright: 2007, Starbreeze Studios
107
2014-present, Godot Engine contributors
108
2007-2014, Juan Linietsky, Ariel Manzur
109
License: Expat and Zlib
110
111
Files: modules/jolt_physics/spaces/jolt_temp_allocator.cpp
112
Comment: Jolt Physics
113
Copyright: 2021, Jorrit Rouwe
114
2014-present, Godot Engine contributors
115
2007-2014, Juan Linietsky, Ariel Manzur
116
License: Expat
117
118
Files: modules/lightmapper_rd/lm_compute.glsl
119
Comment: Joint Non-Local Means (JNLM) denoiser
120
Copyright: 2020, Manuel Prandini
121
2014-present, Godot Engine contributors
122
2007-2014, Juan Linietsky, Ariel Manzur
123
License: Expat
124
125
Files: platform/android/java/editor/src/main/java/com/android/*
126
platform/android/java/lib/aidl/com/android/*
127
platform/android/java/lib/res/layout/status_bar_ongoing_event_progress_bar.xml
128
platform/android/java/lib/src/com/google/android/*
129
platform/android/java/lib/src/org/godotengine/godot/input/InputManagerCompat.java
130
platform/android/java/lib/src/org/godotengine/godot/input/InputManagerV16.java
131
Comment: The Android Open Source Project
132
Copyright: 2008-2016, The Android Open Source Project
133
2002, Google, Inc.
134
License: Apache-2.0
135
136
Files: platform/android/java/lib/src/org/godotengine/godot/utils/ProcessPhoenix.java
137
Comment: ProcessPhoenix
138
Copyright: 2015, Jake Wharton
139
License: Apache-2.0
140
141
Files: scene/animation/easing_equations.h
142
Comment: Robert Penner's Easing Functions
143
Copyright: 2001, Robert Penner
144
2014-present, Godot Engine contributors
145
2007-2014, Juan Linietsky, Ariel Manzur
146
License: Expat
147
148
Files: servers/audio/effects/audio_effect_pitch_shift.cpp
149
Copyright: 2014-present Godot Engine contributors
150
2007-2014 Juan Linietsky, Ariel Manzur
151
1999-2015 Stephan M. Bernsee <s.bernsee [AT] zynaptiq [DOT] com>
152
License: Expat and WOL
153
154
Files: ./servers/rendering/renderer_rd/shaders/effects/tonemap.glsl
155
Comment: NVidia's FXAA 3.11, simplified by Simon Rodriguez
156
Copyright: 2014-2015, NVIDIA CORPORATION
157
2017 Simon Rodriguez
158
License: BSD-3-clause and Expat
159
160
Files: ./servers/rendering/renderer_rd/shaders/ss_effects_downsample.glsl
161
./servers/rendering/renderer_rd/shaders/ssao_blur.glsl
162
./servers/rendering/renderer_rd/shaders/ssao_importance_map.glsl
163
./servers/rendering/renderer_rd/shaders/ssao_interleave.glsl
164
./servers/rendering/renderer_rd/shaders/ssao.glsl
165
./servers/rendering/renderer_rd/shaders/ssil_blur.glsl
166
./servers/rendering/renderer_rd/shaders/ssil_importance_map.glsl
167
./servers/rendering/renderer_rd/shaders/ssil_interleave.glsl
168
./servers/rendering/renderer_rd/shaders/ssil.glsl
169
Comment: Intel ASSAO and related files
170
Copyright: 2016, Intel Corporation
171
License: Expat
172
173
Files: servers/rendering/renderer_rd/shaders/effects/taa_resolve.glsl
174
Comment: Temporal Anti-Aliasing resolve implementation
175
Copyright: 2016, Panos Karabelas
176
License: Expat
177
178
Files: servers/rendering/renderer_rd/shaders/smaa_blending.glsl
179
servers/rendering/renderer_rd/shaders/smaa_weight_calculation.glsl
180
servers/rendering/renderer_rd/shaders/smaa_edge_detection.glsl
181
thirdparty/smaa/*
182
Comment: Subpixel Morphological Antialiasing
183
Copyright: 2013, Jorge Jimenez
184
2013, Jose I. Echevarria
185
2013, Belen Masia
186
2013, Fernando Navarro
187
2013, Diego Gutierrez
188
License: Expat
189
190
Files: thirdparty/accesskit/*
191
Comment: AccessKit
192
Copyright: 2023, The AccessKit Authors.
193
License: Expat
194
195
Files: thirdparty/amd-fsr/*
196
Comment: AMD FidelityFX Super Resolution
197
Copyright: 2021, Advanced Micro Devices, Inc.
198
License: Expat
199
200
Files: thirdparty/amd-fsr2/*
201
Comment: AMD FidelityFX Super Resolution 2
202
Copyright: 2022-2023, Advanced Micro Devices, Inc.
203
License: Expat
204
205
Files: thirdparty/angle/*
206
Comment: ANGLE
207
Copyright: 2018, The ANGLE Project Authors.
208
License: BSD-3-clause
209
210
Files: thirdparty/astcenc/*
211
Comment: Arm ASTC Encoder
212
Copyright: 2011-2025, Arm Limited
213
License: Apache-2.0
214
215
Files: thirdparty/basis_universal/*
216
Comment: Basis Universal
217
Copyright: 2019-2024, Binomial LLC.
218
License: Apache-2.0
219
220
Files: thirdparty/brotli/*
221
Comment: Brotli
222
Copyright: 2009, 2010, 2013-2016 by the Brotli Authors.
223
License: Expat
224
225
Files: thirdparty/certs/ca-certificates.crt
226
Comment: CA certificates
227
Copyright: Mozilla Contributors
228
License: MPL-2.0
229
230
Files: thirdparty/clipper2/*
231
Comment: Clipper2
232
Copyright: 2010-2025, Angus Johnson
233
License: BSL-1.0
234
235
Files: thirdparty/cvtt/*
236
Comment: Convection Texture Tools Stand-Alone Kernels
237
Copyright: 2018, Eric Lasota
238
2018, Microsoft Corp.
239
License: Expat
240
241
Files: thirdparty/d3d12ma/*
242
Comment: D3D12 Memory Allocator
243
Copyright: 2019-2022 Advanced Micro Devices, Inc.
244
License: Expat
245
246
Files: thirdparty/directx_headers/*
247
Comment: DirectX Headers
248
Copyright: Microsoft Corporation
249
License: Expat
250
251
Files: thirdparty/doctest/*
252
Comment: doctest
253
Copyright: 2016-2023, Viktor Kirilov
254
License: Expat
255
256
Files: thirdparty/embree/*
257
Comment: Embree
258
Copyright: 2009-2021 Intel Corporation
259
License: Apache-2.0
260
261
Files: thirdparty/enet/*
262
Comment: ENet
263
Copyright: 2002-2024, Lee Salzman
264
License: Expat
265
266
Files: thirdparty/etcpak/*
267
Comment: etcpak
268
Copyright: 2013-2022, Bartosz Taudul
269
License: BSD-3-clause
270
271
Files: thirdparty/fonts/DroidSans*.woff2
272
Comment: DroidSans font
273
Copyright: 2008, The Android Open Source Project
274
License: Apache-2.0
275
276
Files: thirdparty/fonts/JetBrainsMono_Regular.woff2
277
Comment: JetBrains Mono font
278
Copyright: 2020, JetBrains s.r.o.
279
License: OFL-1.1
280
281
Files: thirdparty/fonts/NotoSans*.woff2
282
Comment: Noto Sans font
283
Copyright: 2012, Google Inc.
284
License: OFL-1.1
285
286
Files: thirdparty/fonts/Vazirmatn*.woff2
287
Comment: Vazirmatn font
288
Copyright: 2015, The Vazirmatn Project Authors.
289
License: OFL-1.1
290
291
Files: thirdparty/freetype/*
292
Comment: The FreeType Project
293
Copyright: 1996-2023, David Turner, Robert Wilhelm, and Werner Lemberg.
294
License: FTL
295
296
Files: thirdparty/glad/*
297
Comment: glad
298
Copyright: 2013-2022, David Herberth
299
2013-2020, The Khronos Group Inc.
300
License: CC0-1.0 and Apache-2.0
301
302
Files: thirdparty/glslang/*
303
Comment: glslang
304
Copyright: 2015-2020, Google, Inc.
305
2014-2020, The Khronos Group Inc
306
2002, NVIDIA Corporation.
307
License: glslang
308
309
Files: thirdparty/graphite/*
310
Comment: Graphite engine
311
Copyright: 2010, SIL International
312
License: Expat
313
314
Files: thirdparty/grisu2/*
315
Comment: Grisu2 float serialization algorithm
316
Copyright: 2009, Florian Loitsch
317
2018-2023, The simdjson authors
318
License: Expat and Apache-2.0
319
320
Files: thirdparty/harfbuzz/*
321
Comment: HarfBuzz text shaping library
322
Copyright: 2010-2022, Google, Inc.
323
2015-2020, Ebrahim Byagowi
324
2019,2020, Facebook, Inc.
325
2012, 2015, Mozilla Foundation
326
2011, Codethink Limited
327
2008, 2010, Nokia Corporation and/or its subsidiary(-ies)
328
2009, Keith Stribley
329
2011, Martin Hosken and SIL International
330
2007, Chris Wilson
331
2005-2006, 2020-2023, Behdad Esfahbod
332
2004, 2007-2010, 2013, 2021-2023, Red Hat, Inc.
333
1998-2005, David Turner and Werner Lemberg
334
2016, Igalia, S.L.
335
2022, Matthias Clasen
336
2018, 2021, Khaled Hosny
337
2018-2020, Adobe, Inc.
338
2013-2015, Alexei Podtelezhnikov
339
License: HarfBuzz
340
341
Files: thirdparty/icu4c/*
342
Comment: International Components for Unicode
343
Copyright: 2016-2024, Unicode, Inc.
344
License: Unicode
345
346
Files: thirdparty/jolt_physics/*
347
Comment: Jolt Physics
348
Copyright: 2021, Jorrit Rouwe
349
License: Expat
350
351
Files: thirdparty/libbacktrace/*
352
Comment: libbacktrace
353
Copyright: 2012-2021, Free Software Foundation, Inc.
354
License: BSD-3-clause
355
356
Files: thirdparty/libjpeg-turbo/*
357
Comment: libjpeg-turbo
358
Copyright: 2009-2024, D. R. Commander
359
2015, Viktor Szathmáry.
360
1991-2020, Thomas G. Lane, Guido Vollbeding
361
License: BSD-3-clause and IJG
362
363
Files: thirdparty/libktx/*
364
Comment: KTX
365
Copyright: 2013-2020, Mark Callow
366
2010-2020 The Khronos Group, Inc.
367
License: Apache-2.0
368
369
Files: thirdparty/libogg/*
370
Comment: OggVorbis
371
Copyright: 2002, Xiph.org Foundation
372
License: BSD-3-clause
373
374
Files: thirdparty/libpng/*
375
Comment: libpng
376
Copyright: 1995-2025, The PNG Reference Library Authors.
377
2018-2025, Cosmin Truta.
378
2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson.
379
1996-1997, Andreas Dilger.
380
1995-1996, Guy Eric Schalnat, Group 42, Inc.
381
License: Zlib
382
383
Files: thirdparty/libtheora/*
384
Comment: OggTheora
385
Copyright: 2002-2009, Xiph.org Foundation
386
License: BSD-3-clause
387
388
Files: thirdparty/libvorbis/*
389
Comment: OggVorbis
390
Copyright: 2002-2015, Xiph.org Foundation
391
License: BSD-3-clause
392
393
Files: thirdparty/libwebp/*
394
Comment: WebP codec
395
Copyright: 2010, Google Inc.
396
License: BSD-3-clause
397
398
Files: thirdparty/manifold/*
399
Comment: Manifold
400
Copyright: 2020-2025, The Manifold Authors
401
License: Apache-2.0
402
403
Files: thirdparty/mbedtls/*
404
Comment: Mbed TLS
405
Copyright: The Mbed TLS Contributors
406
License: Apache-2.0
407
408
Files: thirdparty/meshoptimizer/*
409
Comment: meshoptimizer
410
Copyright: 2016-2024, Arseny Kapoulkine
411
License: Expat
412
413
Files: thirdparty/mingw-std-threads/*
414
Comment: mingw-std-threads
415
Copyright: 2016, Mega Limited
416
License: BSD-2-clause
417
418
Files: thirdparty/minimp3/*
419
Comment: MiniMP3
420
Copyright: lieff
421
License: CC0-1.0
422
423
Files: thirdparty/miniupnpc/*
424
Comment: MiniUPnP Project
425
Copyright: 2005-2025, Thomas Bernard
426
License: BSD-3-clause
427
428
Files: thirdparty/minizip/*
429
Comment: MiniZip
430
Copyright: 1998-2010, Gilles Vollant
431
2007-2008, Even Rouault
432
2009-2010, Mathias Svensson
433
License: Zlib
434
435
Files: thirdparty/misc/bcdec.h
436
Comment: bcdec
437
Copyright: 2022, Sergii Kudlai
438
License: Expat
439
440
Files: thirdparty/misc/cubemap_coeffs.h
441
Comment: Fast Filtering of Reflection Probes
442
Copyright: 2016, Activision Publishing, Inc.
443
License: Expat
444
445
Files: thirdparty/misc/fastlz.c
446
thirdparty/misc/fastlz.h
447
Comment: FastLZ
448
Copyright: 2005-2020, Ariya Hidayat
449
License: Expat
450
451
Files: thirdparty/misc/FastNoiseLite.h
452
Comment: FastNoise Lite
453
Copyright: 2023, Jordan Peck and contributors
454
License: Expat
455
456
Files: thirdparty/misc/ifaddrs-android.cc
457
thirdparty/misc/ifaddrs-android.h
458
Comment: libjingle
459
Copyright: 2012-2013, Google Inc.
460
License: BSD-3-clause
461
462
Files: thirdparty/misc/mikktspace.c
463
thirdparty/misc/mikktspace.h
464
Comment: Tangent Space Normal Maps implementation
465
Copyright: 2011, Morten S. Mikkelsen
466
License: Zlib
467
468
Files: thirdparty/misc/nvapi_minimal.h
469
Comment: NVIDIA NVAPI (minimal excerpt)
470
Copyright: 2019-2022, NVIDIA Corporation
471
License: Expat
472
473
Files: thirdparty/misc/ok_color.h
474
thirdparty/misc/ok_color_shader.h
475
Comment: OK Lab color space
476
Copyright: 2021, Björn Ottosson
477
License: Expat
478
479
Files: thirdparty/misc/pcg.cpp
480
thirdparty/misc/pcg.h
481
Comment: Minimal PCG32 implementation
482
Copyright: 2014, M.E. O'Neill
483
License: Apache-2.0
484
485
Files: thirdparty/misc/polypartition.cpp
486
thirdparty/misc/polypartition.h
487
Comment: PolyPartition / Triangulator
488
Copyright: 2011-2021, Ivan Fratric and contributors
489
License: Expat
490
491
Files: thirdparty/misc/qoa.h
492
Comment: Quite OK Audio Format
493
Copyright: 2023, Dominic Szablewski
494
License: Expat
495
496
Files: thirdparty/misc/r128.c
497
thirdparty/misc/r128.h
498
Comment: r128 library
499
Copyright: Alan Hickman
500
License: public-domain or Unlicense
501
502
Files: thirdparty/misc/smaz.c
503
thirdparty/misc/smaz.h
504
Comment: SMAZ
505
Copyright: 2006-2009, Salvatore Sanfilippo
506
License: BSD-3-clause
507
508
Files: thirdparty/misc/smolv.cpp
509
thirdparty/misc/smolv.h
510
Comment: SMOL-V
511
Copyright: 2016-2024, Aras Pranckevicius
512
License: public-domain or Unlicense or Expat
513
514
Files: thirdparty/misc/stb_rect_pack.h
515
Comment: stb libraries
516
Copyright: Sean Barrett
517
License: public-domain or Unlicense or Expat
518
519
Files: thirdparty/misc/yuv2rgb.h
520
Comment: YUV2RGB
521
Copyright: 2008-2011, Robin Watts
522
License: BSD-2-clause
523
524
Files: thirdparty/msdfgen/*
525
Comment: Multi-channel signed distance field generator
526
Copyright: 2014-2025, Viktor Chlumsky
527
License: Expat
528
529
Files: thirdparty/openxr/*
530
Comment: OpenXR Loader
531
Copyright: 2020-2025, The Khronos Group Inc.
532
License: Apache-2.0
533
534
Files: thirdparty/pcre2/*
535
Comment: PCRE2
536
Copyright: 1997-2024, University of Cambridge
537
2009-2024, Zoltan Herczeg
538
License: BSD-3-clause
539
540
Files: thirdparty/recastnavigation/*
541
Comment: Recast
542
Copyright: 2009, Mikko Mononen
543
License: Zlib
544
545
Files: thirdparty/rvo2/*
546
Comment: RVO2
547
Copyright: 2016, University of North Carolina at Chapel Hill
548
License: Apache-2.0
549
550
Files: thirdparty/sdl/*
551
Comment: SDL
552
Copyright: 1997-2025, Sam Lantinga
553
License: Zlib
554
555
Files: thirdparty/sdl/hidapi/*
556
Comment: hidapi
557
Copyright: 2010, Alan Ott, Signal 11 Software
558
License: BSD-3-Clause
559
560
Files: thirdparty/spirv-cross/*
561
Comment: SPIRV-Cross
562
Copyright: 2015-2021, Arm Limited
563
License: Apache-2.0 or Expat
564
565
Files: thirdparty/spirv-reflect/*
566
Comment: SPIRV-Reflect
567
Copyright: 2017-2022, Google Inc.
568
License: Apache-2.0
569
570
Files: thirdparty/swappy-frame-pacing/*
571
Comment: Swappy
572
Copyright: 2019, The Android Open Source Project
573
License: Apache-2.0
574
575
Files: thirdparty/thorvg/*
576
Comment: ThorVG
577
Copyright: 2020-2024, The ThorVG Project
578
License: Expat
579
580
Files: thirdparty/tinyexr/*
581
Comment: TinyEXR
582
Copyright: 2014-2021, Syoyo Fujita
583
2002, Industrial Light & Magic, a division of Lucas Digital Ltd. LLC
584
License: BSD-3-clause
585
586
Files: thirdparty/ufbx/*
587
Comment: ufbx
588
Copyright: 2020, Samuli Raivio
589
License: Expat
590
591
Files: thirdparty/vhacd/*
592
Comment: V-HACD
593
Copyright: 2011, Khaled Mamou
594
2003-2009, Erwin Coumans
595
License: BSD-3-clause
596
597
Files: thirdparty/volk/*
598
Comment: volk
599
Copyright: 2018-2024, Arseny Kapoulkine
600
License: Expat
601
602
Files: thirdparty/vulkan/*
603
Comment: Vulkan Headers
604
Copyright: 2014-2024, The Khronos Group Inc.
605
2014-2024, Valve Corporation
606
2014-2024, LunarG, Inc.
607
License: Apache-2.0
608
609
Files: thirdparty/vulkan/vk_mem_alloc.h
610
Comment: Vulkan Memory Allocator
611
Copyright: 2017-2024, Advanced Micro Devices, Inc.
612
License: Expat
613
614
Files: thirdparty/wayland/*
615
Comment: Wayland core protocol
616
Copyright: 2008-2012, Kristian Høgsberg
617
2010-2012, Intel Corporation
618
2011, Benjamin Franzke
619
2012, Collabora, Ltd.
620
License: Expat
621
622
Files: thirdparty/wayland-protocols/*
623
Comment: Wayland protocols
624
Copyright: 2008-2013, Kristian Høgsberg
625
2010-2013, Intel Corporation
626
2013, Rafael Antognolli
627
2013, Jasper St. Pierre
628
2014, Jonas Ã…dahl
629
2014, Jason Ekstrand
630
2014-2015, Collabora, Ltd.
631
2015, Red Hat Inc.
632
License: Expat
633
634
Files: thirdparty/wslay/*
635
Comment: Wslay
636
Copyright: 2011, 2012, 2015, Tatsuhiro Tsujikawa
637
License: Expat
638
639
Files: thirdparty/xatlas/*
640
Comment: xatlas
641
Copyright: 2018-2020, Jonathan Young
642
2013, Thekla, Inc
643
2006, NVIDIA Corporation, Ignacio Castano
644
License: Expat
645
646
Files: thirdparty/zlib/*
647
Comment: zlib
648
Copyright: 1995-2024, Jean-loup Gailly and Mark Adler
649
License: Zlib
650
651
Files: thirdparty/zstd/*
652
Comment: Zstandard
653
Copyright: Meta Platforms, Inc. and affiliates.
654
License: BSD-3-clause
655
656
657
658
License: Apache-2.0
659
Apache License
660
Version 2.0, January 2004
661
http://www.apache.org/licenses/
662
.
663
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
664
.
665
1. Definitions.
666
.
667
"License" shall mean the terms and conditions for use, reproduction,
668
and distribution as defined by Sections 1 through 9 of this document.
669
.
670
"Licensor" shall mean the copyright owner or entity authorized by
671
the copyright owner that is granting the License.
672
.
673
"Legal Entity" shall mean the union of the acting entity and all
674
other entities that control, are controlled by, or are under common
675
control with that entity. For the purposes of this definition,
676
"control" means (i) the power, direct or indirect, to cause the
677
direction or management of such entity, whether by contract or
678
otherwise, or (ii) ownership of fifty percent (50%) or more of the
679
outstanding shares, or (iii) beneficial ownership of such entity.
680
.
681
"You" (or "Your") shall mean an individual or Legal Entity
682
exercising permissions granted by this License.
683
.
684
"Source" form shall mean the preferred form for making modifications,
685
including but not limited to software source code, documentation
686
source, and configuration files.
687
.
688
"Object" form shall mean any form resulting from mechanical
689
transformation or translation of a Source form, including but
690
not limited to compiled object code, generated documentation,
691
and conversions to other media types.
692
.
693
"Work" shall mean the work of authorship, whether in Source or
694
Object form, made available under the License, as indicated by a
695
copyright notice that is included in or attached to the work
696
(an example is provided in the Appendix below).
697
.
698
"Derivative Works" shall mean any work, whether in Source or Object
699
form, that is based on (or derived from) the Work and for which the
700
editorial revisions, annotations, elaborations, or other modifications
701
represent, as a whole, an original work of authorship. For the purposes
702
of this License, Derivative Works shall not include works that remain
703
separable from, or merely link (or bind by name) to the interfaces of,
704
the Work and Derivative Works thereof.
705
.
706
"Contribution" shall mean any work of authorship, including
707
the original version of the Work and any modifications or additions
708
to that Work or Derivative Works thereof, that is intentionally
709
submitted to Licensor for inclusion in the Work by the copyright owner
710
or by an individual or Legal Entity authorized to submit on behalf of
711
the copyright owner. For the purposes of this definition, "submitted"
712
means any form of electronic, verbal, or written communication sent
713
to the Licensor or its representatives, including but not limited to
714
communication on electronic mailing lists, source code control systems,
715
and issue tracking systems that are managed by, or on behalf of, the
716
Licensor for the purpose of discussing and improving the Work, but
717
excluding communication that is conspicuously marked or otherwise
718
designated in writing by the copyright owner as "Not a Contribution."
719
.
720
"Contributor" shall mean Licensor and any individual or Legal Entity
721
on behalf of whom a Contribution has been received by Licensor and
722
subsequently incorporated within the Work.
723
.
724
2. Grant of Copyright License. Subject to the terms and conditions of
725
this License, each Contributor hereby grants to You a perpetual,
726
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
727
copyright license to reproduce, prepare Derivative Works of,
728
publicly display, publicly perform, sublicense, and distribute the
729
Work and such Derivative Works in Source or Object form.
730
.
731
3. Grant of Patent License. Subject to the terms and conditions of
732
this License, each Contributor hereby grants to You a perpetual,
733
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
734
(except as stated in this section) patent license to make, have made,
735
use, offer to sell, sell, import, and otherwise transfer the Work,
736
where such license applies only to those patent claims licensable
737
by such Contributor that are necessarily infringed by their
738
Contribution(s) alone or by combination of their Contribution(s)
739
with the Work to which such Contribution(s) was submitted. If You
740
institute patent litigation against any entity (including a
741
cross-claim or counterclaim in a lawsuit) alleging that the Work
742
or a Contribution incorporated within the Work constitutes direct
743
or contributory patent infringement, then any patent licenses
744
granted to You under this License for that Work shall terminate
745
as of the date such litigation is filed.
746
.
747
4. Redistribution. You may reproduce and distribute copies of the
748
Work or Derivative Works thereof in any medium, with or without
749
modifications, and in Source or Object form, provided that You
750
meet the following conditions:
751
.
752
(a) You must give any other recipients of the Work or
753
Derivative Works a copy of this License; and
754
.
755
(b) You must cause any modified files to carry prominent notices
756
stating that You changed the files; and
757
.
758
(c) You must retain, in the Source form of any Derivative Works
759
that You distribute, all copyright, patent, trademark, and
760
attribution notices from the Source form of the Work,
761
excluding those notices that do not pertain to any part of
762
the Derivative Works; and
763
.
764
(d) If the Work includes a "NOTICE" text file as part of its
765
distribution, then any Derivative Works that You distribute must
766
include a readable copy of the attribution notices contained
767
within such NOTICE file, excluding those notices that do not
768
pertain to any part of the Derivative Works, in at least one
769
of the following places: within a NOTICE text file distributed
770
as part of the Derivative Works; within the Source form or
771
documentation, if provided along with the Derivative Works; or,
772
within a display generated by the Derivative Works, if and
773
wherever such third-party notices normally appear. The contents
774
of the NOTICE file are for informational purposes only and
775
do not modify the License. You may add Your own attribution
776
notices within Derivative Works that You distribute, alongside
777
or as an addendum to the NOTICE text from the Work, provided
778
that such additional attribution notices cannot be construed
779
as modifying the License.
780
.
781
You may add Your own copyright statement to Your modifications and
782
may provide additional or different license terms and conditions
783
for use, reproduction, or distribution of Your modifications, or
784
for any such Derivative Works as a whole, provided Your use,
785
reproduction, and distribution of the Work otherwise complies with
786
the conditions stated in this License.
787
.
788
5. Submission of Contributions. Unless You explicitly state otherwise,
789
any Contribution intentionally submitted for inclusion in the Work
790
by You to the Licensor shall be under the terms and conditions of
791
this License, without any additional terms or conditions.
792
Notwithstanding the above, nothing herein shall supersede or modify
793
the terms of any separate license agreement you may have executed
794
with Licensor regarding such Contributions.
795
.
796
6. Trademarks. This License does not grant permission to use the trade
797
names, trademarks, service marks, or product names of the Licensor,
798
except as required for reasonable and customary use in describing the
799
origin of the Work and reproducing the content of the NOTICE file.
800
.
801
7. Disclaimer of Warranty. Unless required by applicable law or
802
agreed to in writing, Licensor provides the Work (and each
803
Contributor provides its Contributions) on an "AS IS" BASIS,
804
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
805
implied, including, without limitation, any warranties or conditions
806
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
807
PARTICULAR PURPOSE. You are solely responsible for determining the
808
appropriateness of using or redistributing the Work and assume any
809
risks associated with Your exercise of permissions under this License.
810
.
811
8. Limitation of Liability. In no event and under no legal theory,
812
whether in tort (including negligence), contract, or otherwise,
813
unless required by applicable law (such as deliberate and grossly
814
negligent acts) or agreed to in writing, shall any Contributor be
815
liable to You for damages, including any direct, indirect, special,
816
incidental, or consequential damages of any character arising as a
817
result of this License or out of the use or inability to use the
818
Work (including but not limited to damages for loss of goodwill,
819
work stoppage, computer failure or malfunction, or any and all
820
other commercial damages or losses), even if such Contributor
821
has been advised of the possibility of such damages.
822
.
823
9. Accepting Warranty or Additional Liability. While redistributing
824
the Work or Derivative Works thereof, You may choose to offer,
825
and charge a fee for, acceptance of support, warranty, indemnity,
826
or other liability obligations and/or rights consistent with this
827
License. However, in accepting such obligations, You may act only
828
on Your own behalf and on Your sole responsibility, not on behalf
829
of any other Contributor, and only if You agree to indemnify,
830
defend, and hold each Contributor harmless for any liability
831
incurred by, or claims asserted against, such Contributor by reason
832
of your accepting any such warranty or additional liability.
833
.
834
END OF TERMS AND CONDITIONS
835
.
836
APPENDIX: How to apply the Apache License to your work.
837
.
838
To apply the Apache License to your work, attach the following
839
boilerplate notice, with the fields enclosed by brackets "[]"
840
replaced with your own identifying information. (Don't include
841
the brackets!) The text should be enclosed in the appropriate
842
comment syntax for the file format. We also recommend that a
843
file or class name and description of purpose be included on the
844
same "printed page" as the copyright notice for easier
845
identification within third-party archives.
846
.
847
Copyright [yyyy] [name of copyright owner]
848
.
849
Licensed under the Apache License, Version 2.0 (the "License");
850
you may not use this file except in compliance with the License.
851
You may obtain a copy of the License at
852
.
853
http://www.apache.org/licenses/LICENSE-2.0
854
.
855
Unless required by applicable law or agreed to in writing, software
856
distributed under the License is distributed on an "AS IS" BASIS,
857
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
858
See the License for the specific language governing permissions and
859
limitations under the License.
860
861
License: BSD-2-clause
862
Redistribution and use in source and binary forms, with or without
863
modification, are permitted provided that the following conditions are met:
864
.
865
* Redistributions of source code must retain the above copyright notice, this
866
list of conditions and the following disclaimer.
867
.
868
* Redistributions in binary form must reproduce the above copyright notice,
869
this list of conditions and the following disclaimer in the documentation
870
and/or other materials provided with the distribution.
871
.
872
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
873
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
874
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
875
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
876
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
877
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
878
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
879
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
880
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
881
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
882
883
License: BSD-3-clause
884
Redistribution and use in source and binary forms, with or without
885
modification, are permitted provided that the following conditions
886
are met:
887
.
888
1. Redistributions of source code must retain the above copyright
889
notice, this list of conditions and the following disclaimer.
890
.
891
2. Redistributions in binary form must reproduce the above copyright
892
notice, this list of conditions and the following disclaimer in the
893
documentation and/or other materials provided with the distribution.
894
.
895
3. Neither the name of the copyright holder nor the names of its
896
contributors may be used to endorse or promote products derived from
897
this software without specific prior written permission.
898
.
899
THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
900
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
901
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
902
ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
903
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
904
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
905
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
906
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
907
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
908
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
909
SUCH DAMAGE.
910
911
License: BSL-1.0
912
Boost Software License - Version 1.0 - August 17th, 2003
913
.
914
Permission is hereby granted, free of charge, to any person or organization
915
obtaining a copy of the software and accompanying documentation covered by
916
this license (the "Software") to use, reproduce, display, distribute,
917
execute, and transmit the Software, and to prepare derivative works of the
918
Software, and to permit third-parties to whom the Software is furnished to
919
do so, all subject to the following:
920
.
921
The copyright notices in the Software and this entire statement, including
922
the above license grant, this restriction and the following disclaimer,
923
must be included in all copies of the Software, in whole or in part, and
924
all derivative works of the Software, unless such copies or derivative
925
works are solely in the form of machine-executable object code generated by
926
a source language processor.
927
.
928
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
929
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
930
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
931
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
932
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
933
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
934
DEALINGS IN THE SOFTWARE.
935
936
License: CC0-1.0
937
CC0 1.0 Universal
938
.
939
Statement of Purpose
940
.
941
The laws of most jurisdictions throughout the world automatically confer
942
exclusive Copyright and Related Rights (defined below) upon the creator and
943
subsequent owner(s) (each and all, an "owner") of an original work of
944
authorship and/or a database (each, a "Work").
945
.
946
Certain owners wish to permanently relinquish those rights to a Work for the
947
purpose of contributing to a commons of creative, cultural and scientific
948
works ("Commons") that the public can reliably and without fear of later
949
claims of infringement build upon, modify, incorporate in other works, reuse
950
and redistribute as freely as possible in any form whatsoever and for any
951
purposes, including without limitation commercial purposes. These owners may
952
contribute to the Commons to promote the ideal of a free culture and the
953
further production of creative, cultural and scientific works, or to gain
954
reputation or greater distribution for their Work in part through the use and
955
efforts of others.
956
.
957
For these and/or other purposes and motivations, and without any expectation
958
of additional consideration or compensation, the person associating CC0 with a
959
Work (the "Affirmer"), to the extent that he or she is an owner of Copyright
960
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work
961
and publicly distribute the Work under its terms, with knowledge of his or her
962
Copyright and Related Rights in the Work and the meaning and intended legal
963
effect of CC0 on those rights.
964
.
965
1. Copyright and Related Rights. A Work made available under CC0 may be
966
protected by copyright and related or neighboring rights ("Copyright and
967
Related Rights"). Copyright and Related Rights include, but are not limited
968
to, the following:
969
.
970
i. the right to reproduce, adapt, distribute, perform, display, communicate,
971
and translate a Work;
972
.
973
ii. moral rights retained by the original author(s) and/or performer(s);
974
.
975
iii. publicity and privacy rights pertaining to a person's image or likeness
976
depicted in a Work;
977
.
978
iv. rights protecting against unfair competition in regards to a Work,
979
subject to the limitations in paragraph 4(a), below;
980
.
981
v. rights protecting the extraction, dissemination, use and reuse of data in
982
a Work;
983
.
984
vi. database rights (such as those arising under Directive 96/9/EC of the
985
European Parliament and of the Council of 11 March 1996 on the legal
986
protection of databases, and under any national implementation thereof,
987
including any amended or successor version of such directive); and
988
.
989
vii. other similar, equivalent or corresponding rights throughout the world
990
based on applicable law or treaty, and any national implementations thereof.
991
.
992
2. Waiver. To the greatest extent permitted by, but not in contravention of,
993
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
994
unconditionally waives, abandons, and surrenders all of Affirmer's Copyright
995
and Related Rights and associated claims and causes of action, whether now
996
known or unknown (including existing as well as future claims and causes of
997
action), in the Work (i) in all territories worldwide, (ii) for the maximum
998
duration provided by applicable law or treaty (including future time
999
extensions), (iii) in any current or future medium and for any number of
1000
copies, and (iv) for any purpose whatsoever, including without limitation
1001
commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes
1002
the Waiver for the benefit of each member of the public at large and to the
1003
detriment of Affirmer's heirs and successors, fully intending that such Waiver
1004
shall not be subject to revocation, rescission, cancellation, termination, or
1005
any other legal or equitable action to disrupt the quiet enjoyment of the Work
1006
by the public as contemplated by Affirmer's express Statement of Purpose.
1007
.
1008
3. Public License Fallback. Should any part of the Waiver for any reason be
1009
judged legally invalid or ineffective under applicable law, then the Waiver
1010
shall be preserved to the maximum extent permitted taking into account
1011
Affirmer's express Statement of Purpose. In addition, to the extent the Waiver
1012
is so judged Affirmer hereby grants to each affected person a royalty-free,
1013
non transferable, non sublicensable, non exclusive, irrevocable and
1014
unconditional license to exercise Affirmer's Copyright and Related Rights in
1015
the Work (i) in all territories worldwide, (ii) for the maximum duration
1016
provided by applicable law or treaty (including future time extensions), (iii)
1017
in any current or future medium and for any number of copies, and (iv) for any
1018
purpose whatsoever, including without limitation commercial, advertising or
1019
promotional purposes (the "License"). The License shall be deemed effective as
1020
of the date CC0 was applied by Affirmer to the Work. Should any part of the
1021
License for any reason be judged legally invalid or ineffective under
1022
applicable law, such partial invalidity or ineffectiveness shall not
1023
invalidate the remainder of the License, and in such case Affirmer hereby
1024
affirms that he or she will not (i) exercise any of his or her remaining
1025
Copyright and Related Rights in the Work or (ii) assert any associated claims
1026
and causes of action with respect to the Work, in either case contrary to
1027
Affirmer's express Statement of Purpose.
1028
.
1029
4. Limitations and Disclaimers.
1030
.
1031
a. No trademark or patent rights held by Affirmer are waived, abandoned,
1032
surrendered, licensed or otherwise affected by this document.
1033
.
1034
b. Affirmer offers the Work as-is and makes no representations or warranties
1035
of any kind concerning the Work, express, implied, statutory or otherwise,
1036
including without limitation warranties of title, merchantability, fitness
1037
for a particular purpose, non infringement, or the absence of latent or
1038
other defects, accuracy, or the present or absence of errors, whether or not
1039
discoverable, all to the greatest extent permissible under applicable law.
1040
.
1041
c. Affirmer disclaims responsibility for clearing rights of other persons
1042
that may apply to the Work or any use thereof, including without limitation
1043
any person's Copyright and Related Rights in the Work. Further, Affirmer
1044
disclaims responsibility for obtaining any necessary consents, permissions
1045
or other rights required for any use of the Work.
1046
.
1047
d. Affirmer understands and acknowledges that Creative Commons is not a
1048
party to this document and has no duty or obligation with respect to this
1049
CC0 or use of the Work.
1050
1051
License: CC-BY-4.0
1052
Creative Commons Attribution 4.0 International Public License
1053
.
1054
By exercising the Licensed Rights (defined below), You accept and agree
1055
to be bound by the terms and conditions of this Creative Commons
1056
Attribution 4.0 International Public License ("Public
1057
License"). To the extent this Public License may be interpreted as a
1058
contract, You are granted the Licensed Rights in consideration of Your
1059
acceptance of these terms and conditions, and the Licensor grants You
1060
such rights in consideration of benefits the Licensor receives from
1061
making the Licensed Material available under these terms and
1062
conditions.
1063
.
1064
Section 1 -- Definitions.
1065
.
1066
a. Adapted Material means material subject to Copyright and Similar
1067
Rights that is derived from or based upon the Licensed Material
1068
and in which the Licensed Material is translated, altered,
1069
arranged, transformed, or otherwise modified in a manner requiring
1070
permission under the Copyright and Similar Rights held by the
1071
Licensor. For purposes of this Public License, where the Licensed
1072
Material is a musical work, performance, or sound recording,
1073
Adapted Material is always produced where the Licensed Material is
1074
synched in timed relation with a moving image.
1075
.
1076
b. Adapter's License means the license You apply to Your Copyright
1077
and Similar Rights in Your contributions to Adapted Material in
1078
accordance with the terms and conditions of this Public License.
1079
.
1080
c. Copyright and Similar Rights means copyright and/or similar rights
1081
closely related to copyright including, without limitation,
1082
performance, broadcast, sound recording, and Sui Generis Database
1083
Rights, without regard to how the rights are labeled or
1084
categorized. For purposes of this Public License, the rights
1085
specified in Section 2(b)(1)-(2) are not Copyright and Similar
1086
Rights.
1087
.
1088
d. Effective Technological Measures means those measures that, in the
1089
absence of proper authority, may not be circumvented under laws
1090
fulfilling obligations under Article 11 of the WIPO Copyright
1091
Treaty adopted on December 20, 1996, and/or similar international
1092
agreements.
1093
.
1094
e. Exceptions and Limitations means fair use, fair dealing, and/or
1095
any other exception or limitation to Copyright and Similar Rights
1096
that applies to Your use of the Licensed Material.
1097
.
1098
f. Licensed Material means the artistic or literary work, database,
1099
or other material to which the Licensor applied this Public
1100
License.
1101
.
1102
g. Licensed Rights means the rights granted to You subject to the
1103
terms and conditions of this Public License, which are limited to
1104
all Copyright and Similar Rights that apply to Your use of the
1105
Licensed Material and that the Licensor has authority to license.
1106
.
1107
h. Licensor means the individual(s) or entity(ies) granting rights
1108
under this Public License.
1109
.
1110
i. Share means to provide material to the public by any means or
1111
process that requires permission under the Licensed Rights, such
1112
as reproduction, public display, public performance, distribution,
1113
dissemination, communication, or importation, and to make material
1114
available to the public including in ways that members of the
1115
public may access the material from a place and at a time
1116
individually chosen by them.
1117
.
1118
j. Sui Generis Database Rights means rights other than copyright
1119
resulting from Directive 96/9/EC of the European Parliament and of
1120
the Council of 11 March 1996 on the legal protection of databases,
1121
as amended and/or succeeded, as well as other essentially
1122
equivalent rights anywhere in the world.
1123
.
1124
k. You means the individual or entity exercising the Licensed Rights
1125
under this Public License. Your has a corresponding meaning.
1126
.
1127
Section 2 -- Scope.
1128
.
1129
a. License grant.
1130
.
1131
1. Subject to the terms and conditions of this Public License,
1132
the Licensor hereby grants You a worldwide, royalty-free,
1133
non-sublicensable, non-exclusive, irrevocable license to
1134
exercise the Licensed Rights in the Licensed Material to:
1135
.
1136
a. reproduce and Share the Licensed Material, in whole or
1137
in part; and
1138
.
1139
b. produce, reproduce, and Share Adapted Material.
1140
.
1141
2. Exceptions and Limitations. For the avoidance of doubt, where
1142
Exceptions and Limitations apply to Your use, this Public
1143
License does not apply, and You do not need to comply with
1144
its terms and conditions.
1145
.
1146
3. Term. The term of this Public License is specified in Section
1147
6(a).
1148
.
1149
4. Media and formats; technical modifications allowed. The
1150
Licensor authorizes You to exercise the Licensed Rights in
1151
all media and formats whether now known or hereafter created,
1152
and to make technical modifications necessary to do so. The
1153
Licensor waives and/or agrees not to assert any right or
1154
authority to forbid You from making technical modifications
1155
necessary to exercise the Licensed Rights, including
1156
technical modifications necessary to circumvent Effective
1157
Technological Measures. For purposes of this Public License,
1158
simply making modifications authorized by this Section 2(a)
1159
(4) never produces Adapted Material.
1160
.
1161
5. Downstream recipients.
1162
.
1163
a. Offer from the Licensor -- Licensed Material. Every
1164
recipient of the Licensed Material automatically
1165
receives an offer from the Licensor to exercise the
1166
Licensed Rights under the terms and conditions of this
1167
Public License.
1168
.
1169
b. No downstream restrictions. You may not offer or impose
1170
any additional or different terms or conditions on, or
1171
apply any Effective Technological Measures to, the
1172
Licensed Material if doing so restricts exercise of the
1173
Licensed Rights by any recipient of the Licensed
1174
Material.
1175
.
1176
6. No endorsement. Nothing in this Public License constitutes or
1177
may be construed as permission to assert or imply that You
1178
are, or that Your use of the Licensed Material is, connected
1179
with, or sponsored, endorsed, or granted official status by,
1180
the Licensor or others designated to receive attribution as
1181
provided in Section 3(a)(1)(A)(i).
1182
.
1183
b. Other rights.
1184
.
1185
1. Moral rights, such as the right of integrity, are not
1186
licensed under this Public License, nor are publicity,
1187
privacy, and/or other similar personality rights; however, to
1188
the extent possible, the Licensor waives and/or agrees not to
1189
assert any such rights held by the Licensor to the limited
1190
extent necessary to allow You to exercise the Licensed
1191
Rights, but not otherwise.
1192
.
1193
2. Patent and trademark rights are not licensed under this
1194
Public License.
1195
.
1196
3. To the extent possible, the Licensor waives any right to
1197
collect royalties from You for the exercise of the Licensed
1198
Rights, whether directly or through a collecting society
1199
under any voluntary or waivable statutory or compulsory
1200
licensing scheme. In all other cases the Licensor expressly
1201
reserves any right to collect such royalties.
1202
.
1203
Section 3 -- License Conditions.
1204
.
1205
Your exercise of the Licensed Rights is expressly made subject to the
1206
following conditions.
1207
.
1208
a. Attribution.
1209
.
1210
1. If You Share the Licensed Material (including in modified
1211
form), You must:
1212
.
1213
a. retain the following if it is supplied by the Licensor
1214
with the Licensed Material:
1215
.
1216
i. identification of the creator(s) of the Licensed
1217
Material and any others designated to receive
1218
attribution, in any reasonable manner requested by
1219
the Licensor (including by pseudonym if
1220
designated);
1221
.
1222
ii. a copyright notice;
1223
.
1224
iii. a notice that refers to this Public License;
1225
.
1226
iv. a notice that refers to the disclaimer of
1227
warranties;
1228
.
1229
v. a URI or hyperlink to the Licensed Material to the
1230
extent reasonably practicable;
1231
.
1232
b. indicate if You modified the Licensed Material and
1233
retain an indication of any previous modifications; and
1234
.
1235
c. indicate the Licensed Material is licensed under this
1236
Public License, and include the text of, or the URI or
1237
hyperlink to, this Public License.
1238
.
1239
2. You may satisfy the conditions in Section 3(a)(1) in any
1240
reasonable manner based on the medium, means, and context in
1241
which You Share the Licensed Material. For example, it may be
1242
reasonable to satisfy the conditions by providing a URI or
1243
hyperlink to a resource that includes the required
1244
information.
1245
.
1246
3. If requested by the Licensor, You must remove any of the
1247
information required by Section 3(a)(1)(A) to the extent
1248
reasonably practicable.
1249
.
1250
4. If You Share Adapted Material You produce, the Adapter's
1251
License You apply must not prevent recipients of the Adapted
1252
Material from complying with this Public License.
1253
.
1254
Section 4 -- Sui Generis Database Rights.
1255
.
1256
Where the Licensed Rights include Sui Generis Database Rights that
1257
apply to Your use of the Licensed Material:
1258
.
1259
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
1260
to extract, reuse, reproduce, and Share all or a substantial
1261
portion of the contents of the database;
1262
.
1263
b. if You include all or a substantial portion of the database
1264
contents in a database in which You have Sui Generis Database
1265
Rights, then the database in which You have Sui Generis Database
1266
Rights (but not its individual contents) is Adapted Material; and
1267
.
1268
c. You must comply with the conditions in Section 3(a) if You Share
1269
all or a substantial portion of the contents of the database.
1270
.
1271
For the avoidance of doubt, this Section 4 supplements and does not
1272
replace Your obligations under this Public License where the Licensed
1273
Rights include other Copyright and Similar Rights.
1274
.
1275
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
1276
.
1277
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
1278
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
1279
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
1280
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
1281
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
1282
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
1283
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
1284
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
1285
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
1286
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
1287
.
1288
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
1289
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
1290
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
1291
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
1292
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
1293
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
1294
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
1295
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
1296
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
1297
.
1298
c. The disclaimer of warranties and limitation of liability provided
1299
above shall be interpreted in a manner that, to the extent
1300
possible, most closely approximates an absolute disclaimer and
1301
waiver of all liability.
1302
.
1303
Section 6 -- Term and Termination.
1304
.
1305
a. This Public License applies for the term of the Copyright and
1306
Similar Rights licensed here. However, if You fail to comply with
1307
this Public License, then Your rights under this Public License
1308
terminate automatically.
1309
.
1310
b. Where Your right to use the Licensed Material has terminated under
1311
Section 6(a), it reinstates:
1312
.
1313
1. automatically as of the date the violation is cured, provided
1314
it is cured within 30 days of Your discovery of the
1315
violation; or
1316
.
1317
2. upon express reinstatement by the Licensor.
1318
.
1319
For the avoidance of doubt, this Section 6(b) does not affect any
1320
right the Licensor may have to seek remedies for Your violations
1321
of this Public License.
1322
.
1323
c. For the avoidance of doubt, the Licensor may also offer the
1324
Licensed Material under separate terms or conditions or stop
1325
distributing the Licensed Material at any time; however, doing so
1326
will not terminate this Public License.
1327
.
1328
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
1329
License.
1330
.
1331
Section 7 -- Other Terms and Conditions.
1332
.
1333
a. The Licensor shall not be bound by any additional or different
1334
terms or conditions communicated by You unless expressly agreed.
1335
.
1336
b. Any arrangements, understandings, or agreements regarding the
1337
Licensed Material not stated herein are separate from and
1338
independent of the terms and conditions of this Public License.
1339
.
1340
Section 8 -- Interpretation.
1341
.
1342
a. For the avoidance of doubt, this Public License does not, and
1343
shall not be interpreted to, reduce, limit, restrict, or impose
1344
conditions on any use of the Licensed Material that could lawfully
1345
be made without permission under this Public License.
1346
.
1347
b. To the extent possible, if any provision of this Public License is
1348
deemed unenforceable, it shall be automatically reformed to the
1349
minimum extent necessary to make it enforceable. If the provision
1350
cannot be reformed, it shall be severed from this Public License
1351
without affecting the enforceability of the remaining terms and
1352
conditions.
1353
.
1354
c. No term or condition of this Public License will be waived and no
1355
failure to comply consented to unless expressly agreed to by the
1356
Licensor.
1357
.
1358
d. Nothing in this Public License constitutes or may be interpreted
1359
as a limitation upon, or waiver of, any privileges and immunities
1360
that apply to the Licensor or You, including from the legal
1361
processes of any jurisdiction or authority.
1362
1363
License: Expat
1364
Permission is hereby granted, free of charge, to any person obtaining
1365
a copy of this software and associated documentation files (the
1366
"Software"), to deal in the Software without restriction, including
1367
without limitation the rights to use, copy, modify, merge, publish,
1368
distribute, sublicense, and/or sell copies of the Software, and to
1369
permit persons to whom the Software is furnished to do so, subject to
1370
the following conditions:
1371
.
1372
The above copyright notice and this permission notice shall be
1373
included in all copies or substantial portions of the Software.
1374
.
1375
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1376
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1377
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
1378
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
1379
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
1380
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
1381
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1382
1383
License: glslang
1384
Here, glslang proper means core GLSL parsing, HLSL parsing, and SPIR-V code
1385
generation. Glslang proper requires use of a number of licenses, one that covers
1386
preprocessing and others that covers non-preprocessing.
1387
.
1388
Bison was removed long ago. You can build glslang from the source grammar,
1389
using tools of your choice, without using bison or any bison files.
1390
.
1391
Other parts, outside of glslang proper, include:
1392
.
1393
- gl_types.h, only needed for OpenGL-like reflection, and can be left out of
1394
a parse and codegen project. See it for its license.
1395
.
1396
- update_glslang_sources.py, which is not part of the project proper and does
1397
not need to be used.
1398
.
1399
- the SPIR-V "remapper", which is optional, but has the same license as
1400
glslang proper
1401
.
1402
- Google tests and SPIR-V tools, and anything in the external subdirectory
1403
are external and optional; see them for their respective licenses.
1404
.
1405
--------------------------------------------------------------------------------
1406
.
1407
The core of glslang-proper, minus the preprocessor is licenced as follows:
1408
.
1409
--------------------------------------------------------------------------------
1410
3-Clause BSD License
1411
--------------------------------------------------------------------------------
1412
.
1413
Copyright (C) 2015-2018 Google, Inc.
1414
Copyright (C) <various other dates and companies>
1415
.
1416
All rights reserved.
1417
.
1418
See: <License: BSD-3-clause>.
1419
.
1420
--------------------------------------------------------------------------------
1421
2-Clause BSD License
1422
--------------------------------------------------------------------------------
1423
.
1424
Copyright 2020 The Khronos Group Inc
1425
.
1426
See: <License: BSD-2-clause>.
1427
.
1428
--------------------------------------------------------------------------------
1429
The MIT License
1430
--------------------------------------------------------------------------------
1431
.
1432
Copyright 2020 The Khronos Group Inc
1433
.
1434
See: <License: Expat>.
1435
.
1436
--------------------------------------------------------------------------------
1437
APACHE LICENSE, VERSION 2.0
1438
--------------------------------------------------------------------------------
1439
.
1440
See: <License: Apache-2.0>.
1441
.
1442
--------------------------------------------------------------------------------
1443
GPL 3 with special bison exception
1444
--------------------------------------------------------------------------------
1445
.
1446
Bison implementation for Yacc-like parsers in C
1447
.
1448
Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
1449
.
1450
This program is free software: you can redistribute it and/or modify
1451
it under the terms of the GNU General Public License as published by
1452
the Free Software Foundation, either version 3 of the License, or
1453
(at your option) any later version.
1454
.
1455
This program is distributed in the hope that it will be useful,
1456
but WITHOUT ANY WARRANTY; without even the implied warranty of
1457
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1458
GNU General Public License for more details.
1459
.
1460
You should have received a copy of the GNU General Public License
1461
along with this program. If not, see <https://www.gnu.org/licenses/>.
1462
.
1463
As a special exception, you may create a larger work that contains
1464
part or all of the Bison parser skeleton and distribute that work
1465
under terms of your choice, so long as that work isn't itself a
1466
parser generator using the skeleton or a modified version thereof
1467
as a parser skeleton. Alternatively, if you modify or redistribute
1468
the parser skeleton itself, you may (at your option) remove this
1469
special exception, which will cause the skeleton and the resulting
1470
Bison output files to be licensed under the GNU General Public
1471
License without this special exception.
1472
.
1473
This special exception was added by the Free Software Foundation in
1474
version 2.2 of Bison.
1475
.
1476
--------------------------------------------------------------------------------
1477
================================================================================
1478
--------------------------------------------------------------------------------
1479
.
1480
The preprocessor has the core licenses stated above, plus an additional licence:
1481
.
1482
Copyright (c) 2002, NVIDIA Corporation.
1483
.
1484
NVIDIA Corporation("NVIDIA") supplies this software to you in
1485
consideration of your agreement to the following terms, and your use,
1486
installation, modification or redistribution of this NVIDIA software
1487
constitutes acceptance of these terms. If you do not agree with these
1488
terms, please do not use, install, modify or redistribute this NVIDIA
1489
software.
1490
.
1491
In consideration of your agreement to abide by the following terms, and
1492
subject to these terms, NVIDIA grants you a personal, non-exclusive
1493
license, under NVIDIA's copyrights in this original NVIDIA software (the
1494
"NVIDIA Software"), to use, reproduce, modify and redistribute the
1495
NVIDIA Software, with or without modifications, in source and/or binary
1496
forms; provided that if you redistribute the NVIDIA Software, you must
1497
retain the copyright notice of NVIDIA, this notice and the following
1498
text and disclaimers in all such redistributions of the NVIDIA Software.
1499
Neither the name, trademarks, service marks nor logos of NVIDIA
1500
Corporation may be used to endorse or promote products derived from the
1501
NVIDIA Software without specific prior written permission from NVIDIA.
1502
Except as expressly stated in this notice, no other rights or licenses
1503
express or implied, are granted by NVIDIA herein, including but not
1504
limited to any patent rights that may be infringed by your derivative
1505
works or by other works in which the NVIDIA Software may be
1506
incorporated. No hardware is licensed hereunder.
1507
.
1508
THE NVIDIA SOFTWARE IS BEING PROVIDED ON AN "AS IS" BASIS, WITHOUT
1509
WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED,
1510
INCLUDING WITHOUT LIMITATION, WARRANTIES OR CONDITIONS OF TITLE,
1511
NON-INFRINGEMENT, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
1512
ITS USE AND OPERATION EITHER ALONE OR IN COMBINATION WITH OTHER
1513
PRODUCTS.
1514
.
1515
IN NO EVENT SHALL NVIDIA BE LIABLE FOR ANY SPECIAL, INDIRECT,
1516
INCIDENTAL, EXEMPLARY, CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
1517
TO, LOST PROFITS; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
1518
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) OR ARISING IN ANY WAY
1519
OUT OF THE USE, REPRODUCTION, MODIFICATION AND/OR DISTRIBUTION OF THE
1520
NVIDIA SOFTWARE, HOWEVER CAUSED AND WHETHER UNDER THEORY OF CONTRACT,
1521
TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY OR OTHERWISE, EVEN IF
1522
NVIDIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1523
1524
License: FTL
1525
The FreeType Project LICENSE
1526
----------------------------
1527
.
1528
2000-Feb-08
1529
.
1530
Copyright 1996-2000 by
1531
David Turner, Robert Wilhelm, and Werner Lemberg
1532
.
1533
.
1534
.
1535
Introduction
1536
============
1537
.
1538
The FreeType Project is distributed in several archive packages;
1539
some of them may contain, in addition to the FreeType font engine,
1540
various tools and contributions which rely on, or relate to, the
1541
FreeType Project.
1542
.
1543
This license applies to all files found in such packages, and
1544
which do not fall under their own explicit license. The license
1545
affects thus the FreeType font engine, the test programs,
1546
documentation and makefiles, at the very least.
1547
.
1548
This license was inspired by the BSD, Artistic, and IJG
1549
(Independent JPEG Group) licenses, which all encourage inclusion
1550
and use of free software in commercial and freeware products
1551
alike. As a consequence, its main points are that:
1552
.
1553
o We don't promise that this software works. However, we will be
1554
interested in any kind of bug reports. (`as is' distribution)
1555
.
1556
o You can use this software for whatever you want, in parts or
1557
full form, without having to pay us. (`royalty-free' usage)
1558
.
1559
o You may not pretend that you wrote this software. If you use
1560
it, or only parts of it, in a program, you must acknowledge
1561
somewhere in your documentation that you have used the
1562
FreeType code. (`credits')
1563
.
1564
We specifically permit and encourage the inclusion of this
1565
software, with or without modifications, in commercial products.
1566
We disclaim all warranties covering The FreeType Project and
1567
assume no liability related to The FreeType Project.
1568
.
1569
.
1570
Legal Terms
1571
===========
1572
.
1573
0. Definitions
1574
--------------
1575
.
1576
Throughout this license, the terms `package', `FreeType Project',
1577
and `FreeType archive' refer to the set of files originally
1578
distributed by the authors (David Turner, Robert Wilhelm, and
1579
Werner Lemberg) as the `FreeType Project', be they named as alpha,
1580
beta or final release.
1581
.
1582
`You' refers to the licensee, or person using the project, where
1583
`using' is a generic term including compiling the project's source
1584
code as well as linking it to form a `program' or `executable'.
1585
This program is referred to as `a program using the FreeType
1586
engine'.
1587
.
1588
This license applies to all files distributed in the original
1589
FreeType Project, including all source code, binaries and
1590
documentation, unless otherwise stated in the file in its
1591
original, unmodified form as distributed in the original archive.
1592
If you are unsure whether or not a particular file is covered by
1593
this license, you must contact us to verify this.
1594
.
1595
The FreeType Project is copyright (C) 1996-2000 by David Turner,
1596
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
1597
specified below.
1598
.
1599
1. No Warranty
1600
--------------
1601
.
1602
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
1603
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1604
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1605
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
1606
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
1607
USE, OF THE FREETYPE PROJECT.
1608
.
1609
2. Redistribution
1610
-----------------
1611
.
1612
This license grants a worldwide, royalty-free, perpetual and
1613
irrevocable right and license to use, execute, perform, compile,
1614
display, copy, create derivative works of, distribute and
1615
sublicense the FreeType Project (in both source and object code
1616
forms) and derivative works thereof for any purpose; and to
1617
authorize others to exercise some or all of the rights granted
1618
herein, subject to the following conditions:
1619
.
1620
o Redistribution of source code must retain this license file
1621
(`LICENSE.TXT') unaltered; any additions, deletions or changes
1622
to the original files must be clearly indicated in
1623
accompanying documentation. The copyright notices of the
1624
unaltered, original files must be preserved in all copies of
1625
source files.
1626
.
1627
o Redistribution in binary form must provide a disclaimer that
1628
states that the software is based in part of the work of the
1629
FreeType Team, in the distribution documentation. We also
1630
encourage you to put an URL to the FreeType web page in your
1631
documentation, though this isn't mandatory.
1632
.
1633
These conditions apply to any software derived from or based on
1634
the FreeType Project, not just the unmodified files. If you use
1635
our work, you must acknowledge us. However, no fee need be paid
1636
to us.
1637
.
1638
3. Advertising
1639
--------------
1640
.
1641
Neither the FreeType authors and contributors nor you shall use
1642
the name of the other for commercial, advertising, or promotional
1643
purposes without specific prior written permission.
1644
.
1645
We suggest, but do not require, that you use one or more of the
1646
following phrases to refer to this software in your documentation
1647
or advertising materials: `FreeType Project', `FreeType Engine',
1648
`FreeType library', or `FreeType Distribution'.
1649
.
1650
As you have not signed this license, you are not required to
1651
accept it. However, as the FreeType Project is copyrighted
1652
material, only this license, or another one contracted with the
1653
authors, grants you the right to use, distribute, and modify it.
1654
Therefore, by using, distributing, or modifying the FreeType
1655
Project, you indicate that you understand and accept all the terms
1656
of this license.
1657
.
1658
4. Contacts
1659
-----------
1660
.
1661
There are two mailing lists related to FreeType:
1662
.
1663
o [email protected]
1664
.
1665
Discusses general use and applications of FreeType, as well as
1666
future and wanted additions to the library and distribution.
1667
If you are looking for support, start in this list if you
1668
haven't found anything to help you in the documentation.
1669
.
1670
o [email protected]
1671
.
1672
Discusses bugs, as well as engine internals, design issues,
1673
specific licenses, porting, etc.
1674
.
1675
o http://www.freetype.org
1676
.
1677
Holds the current FreeType web page, which will allow you to
1678
download our latest development version and read online
1679
documentation.
1680
.
1681
You can also contact us individually at:
1682
.
1683
David Turner <[email protected]>
1684
Robert Wilhelm <[email protected]>
1685
Werner Lemberg <[email protected]>
1686
1687
License: HarfBuzz
1688
HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
1689
For parts of HarfBuzz that are licensed under different licenses see individual
1690
files names COPYING in subdirectories where applicable.
1691
.
1692
Copyright (C) 2010,2011,2012,2013,2014,2015,2016,2017,2018,2019,2020 Google, Inc.
1693
Copyright (C) 2018,2019,2020 Ebrahim Byagowi
1694
Copyright (C) 2019,2020 Facebook, Inc.
1695
Copyright (C) 2012 Mozilla Foundation
1696
Copyright (C) 2011 Codethink Limited
1697
Copyright (C) 2008,2010 Nokia Corporation and/or its subsidiary(-ies)
1698
Copyright (C) 2009 Keith Stribley
1699
Copyright (C) 2009 Martin Hosken and SIL International
1700
Copyright (C) 2007 Chris Wilson
1701
Copyright (C) 2005,2006,2020,2021 Behdad Esfahbod
1702
Copyright (C) 2005 David Turner
1703
Copyright (C) 2004,2007,2008,2009,2010 Red Hat, Inc.
1704
Copyright (C) 1998-2004 David Turner and Werner Lemberg
1705
.
1706
For full copyright notices consult the individual files in the package.
1707
.
1708
.
1709
Permission is hereby granted, without written agreement and without
1710
license or royalty fees, to use, copy, modify, and distribute this
1711
software and its documentation for any purpose, provided that the
1712
above copyright notice and the following two paragraphs appear in
1713
all copies of this software.
1714
.
1715
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
1716
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
1717
ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
1718
IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
1719
DAMAGE.
1720
.
1721
THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
1722
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
1723
FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
1724
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
1725
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1726
1727
License: IJG
1728
The authors make NO WARRANTY or representation, either express or implied,
1729
with respect to this software, its quality, accuracy, merchantability, or
1730
fitness for a particular purpose. This software is provided "AS IS", and you,
1731
its user, assume the entire risk as to its quality and accuracy.
1732
.
1733
This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
1734
All Rights Reserved except as specified below.
1735
.
1736
Permission is hereby granted to use, copy, modify, and distribute this
1737
software (or portions thereof) for any purpose, without fee, subject to these
1738
conditions:
1739
(1) If any part of the source code for this software is distributed, then this
1740
README file must be included, with this copyright and no-warranty notice
1741
unaltered; and any additions, deletions, or changes to the original files
1742
must be clearly indicated in accompanying documentation.
1743
(2) If only executable code is distributed, then the accompanying
1744
documentation must state that "this software is based in part on the work of
1745
the Independent JPEG Group".
1746
(3) Permission for use of this software is granted only if the user accepts
1747
full responsibility for any undesirable consequences; the authors accept
1748
NO LIABILITY for damages of any kind.
1749
.
1750
These conditions apply to any software derived from or based on the IJG code,
1751
not just to the unmodified library. If you use our work, you ought to
1752
acknowledge us.
1753
.
1754
Permission is NOT granted for the use of any IJG author's name or company name
1755
in advertising or publicity relating to this software or products derived from
1756
it. This software may be referred to only as "the Independent JPEG Group's
1757
software".
1758
.
1759
We specifically permit and encourage the use of this software as the basis of
1760
commercial products, provided that all warranty or liability claims are
1761
assumed by the product vendor.
1762
1763
License: MPL-2.0
1764
Mozilla Public License Version 2.0
1765
==================================
1766
.
1767
1. Definitions
1768
--------------
1769
.
1770
1.1. "Contributor"
1771
means each individual or legal entity that creates, contributes to
1772
the creation of, or owns Covered Software.
1773
.
1774
1.2. "Contributor Version"
1775
means the combination of the Contributions of others (if any) used
1776
by a Contributor and that particular Contributor's Contribution.
1777
.
1778
1.3. "Contribution"
1779
means Covered Software of a particular Contributor.
1780
.
1781
1.4. "Covered Software"
1782
means Source Code Form to which the initial Contributor has attached
1783
the notice in Exhibit A, the Executable Form of such Source Code
1784
Form, and Modifications of such Source Code Form, in each case
1785
including portions thereof.
1786
.
1787
1.5. "Incompatible With Secondary Licenses"
1788
means
1789
.
1790
(a) that the initial Contributor has attached the notice described
1791
in Exhibit B to the Covered Software; or
1792
.
1793
(b) that the Covered Software was made available under the terms of
1794
version 1.1 or earlier of the License, but not also under the
1795
terms of a Secondary License.
1796
.
1797
1.6. "Executable Form"
1798
means any form of the work other than Source Code Form.
1799
.
1800
1.7. "Larger Work"
1801
means a work that combines Covered Software with other material, in
1802
a separate file or files, that is not Covered Software.
1803
.
1804
1.8. "License"
1805
means this document.
1806
.
1807
1.9. "Licensable"
1808
means having the right to grant, to the maximum extent possible,
1809
whether at the time of the initial grant or subsequently, any and
1810
all of the rights conveyed by this License.
1811
.
1812
1.10. "Modifications"
1813
means any of the following:
1814
.
1815
(a) any file in Source Code Form that results from an addition to,
1816
deletion from, or modification of the contents of Covered
1817
Software; or
1818
.
1819
(b) any new file in Source Code Form that contains any Covered
1820
Software.
1821
.
1822
1.11. "Patent Claims" of a Contributor
1823
means any patent claim(s), including without limitation, method,
1824
process, and apparatus claims, in any patent Licensable by such
1825
Contributor that would be infringed, but for the grant of the
1826
License, by the making, using, selling, offering for sale, having
1827
made, import, or transfer of either its Contributions or its
1828
Contributor Version.
1829
.
1830
1.12. "Secondary License"
1831
means either the GNU General Public License, Version 2.0, the GNU
1832
Lesser General Public License, Version 2.1, the GNU Affero General
1833
Public License, Version 3.0, or any later versions of those
1834
licenses.
1835
.
1836
1.13. "Source Code Form"
1837
means the form of the work preferred for making modifications.
1838
.
1839
1.14. "You" (or "Your")
1840
means an individual or a legal entity exercising rights under this
1841
License. For legal entities, "You" includes any entity that
1842
controls, is controlled by, or is under common control with You. For
1843
purposes of this definition, "control" means (a) the power, direct
1844
or indirect, to cause the direction or management of such entity,
1845
whether by contract or otherwise, or (b) ownership of more than
1846
fifty percent (50%) of the outstanding shares or beneficial
1847
ownership of such entity.
1848
.
1849
2. License Grants and Conditions
1850
--------------------------------
1851
.
1852
2.1. Grants
1853
.
1854
Each Contributor hereby grants You a world-wide, royalty-free,
1855
non-exclusive license:
1856
.
1857
(a) under intellectual property rights (other than patent or trademark)
1858
Licensable by such Contributor to use, reproduce, make available,
1859
modify, display, perform, distribute, and otherwise exploit its
1860
Contributions, either on an unmodified basis, with Modifications, or
1861
as part of a Larger Work; and
1862
.
1863
(b) under Patent Claims of such Contributor to make, use, sell, offer
1864
for sale, have made, import, and otherwise transfer either its
1865
Contributions or its Contributor Version.
1866
.
1867
2.2. Effective Date
1868
.
1869
The licenses granted in Section 2.1 with respect to any Contribution
1870
become effective for each Contribution on the date the Contributor first
1871
distributes such Contribution.
1872
.
1873
2.3. Limitations on Grant Scope
1874
.
1875
The licenses granted in this Section 2 are the only rights granted under
1876
this License. No additional rights or licenses will be implied from the
1877
distribution or licensing of Covered Software under this License.
1878
Notwithstanding Section 2.1(b) above, no patent license is granted by a
1879
Contributor:
1880
.
1881
(a) for any code that a Contributor has removed from Covered Software;
1882
or
1883
.
1884
(b) for infringements caused by: (i) Your and any other third party's
1885
modifications of Covered Software, or (ii) the combination of its
1886
Contributions with other software (except as part of its Contributor
1887
Version); or
1888
.
1889
(c) under Patent Claims infringed by Covered Software in the absence of
1890
its Contributions.
1891
.
1892
This License does not grant any rights in the trademarks, service marks,
1893
or logos of any Contributor (except as may be necessary to comply with
1894
the notice requirements in Section 3.4).
1895
.
1896
2.4. Subsequent Licenses
1897
.
1898
No Contributor makes additional grants as a result of Your choice to
1899
distribute the Covered Software under a subsequent version of this
1900
License (see Section 10.2) or under the terms of a Secondary License (if
1901
permitted under the terms of Section 3.3).
1902
.
1903
2.5. Representation
1904
.
1905
Each Contributor represents that the Contributor believes its
1906
Contributions are its original creation(s) or it has sufficient rights
1907
to grant the rights to its Contributions conveyed by this License.
1908
.
1909
2.6. Fair Use
1910
.
1911
This License is not intended to limit any rights You have under
1912
applicable copyright doctrines of fair use, fair dealing, or other
1913
equivalents.
1914
.
1915
2.7. Conditions
1916
.
1917
Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted
1918
in Section 2.1.
1919
.
1920
3. Responsibilities
1921
-------------------
1922
.
1923
3.1. Distribution of Source Form
1924
.
1925
All distribution of Covered Software in Source Code Form, including any
1926
Modifications that You create or to which You contribute, must be under
1927
the terms of this License. You must inform recipients that the Source
1928
Code Form of the Covered Software is governed by the terms of this
1929
License, and how they can obtain a copy of this License. You may not
1930
attempt to alter or restrict the recipients' rights in the Source Code
1931
Form.
1932
.
1933
3.2. Distribution of Executable Form
1934
.
1935
If You distribute Covered Software in Executable Form then:
1936
.
1937
(a) such Covered Software must also be made available in Source Code
1938
Form, as described in Section 3.1, and You must inform recipients of
1939
the Executable Form how they can obtain a copy of such Source Code
1940
Form by reasonable means in a timely manner, at a charge no more
1941
than the cost of distribution to the recipient; and
1942
.
1943
(b) You may distribute such Executable Form under the terms of this
1944
License, or sublicense it under different terms, provided that the
1945
license for the Executable Form does not attempt to limit or alter
1946
the recipients' rights in the Source Code Form under this License.
1947
.
1948
3.3. Distribution of a Larger Work
1949
.
1950
You may create and distribute a Larger Work under terms of Your choice,
1951
provided that You also comply with the requirements of this License for
1952
the Covered Software. If the Larger Work is a combination of Covered
1953
Software with a work governed by one or more Secondary Licenses, and the
1954
Covered Software is not Incompatible With Secondary Licenses, this
1955
License permits You to additionally distribute such Covered Software
1956
under the terms of such Secondary License(s), so that the recipient of
1957
the Larger Work may, at their option, further distribute the Covered
1958
Software under the terms of either this License or such Secondary
1959
License(s).
1960
.
1961
3.4. Notices
1962
.
1963
You may not remove or alter the substance of any license notices
1964
(including copyright notices, patent notices, disclaimers of warranty,
1965
or limitations of liability) contained within the Source Code Form of
1966
the Covered Software, except that You may alter any license notices to
1967
the extent required to remedy known factual inaccuracies.
1968
.
1969
3.5. Application of Additional Terms
1970
.
1971
You may choose to offer, and to charge a fee for, warranty, support,
1972
indemnity or liability obligations to one or more recipients of Covered
1973
Software. However, You may do so only on Your own behalf, and not on
1974
behalf of any Contributor. You must make it absolutely clear that any
1975
such warranty, support, indemnity, or liability obligation is offered by
1976
You alone, and You hereby agree to indemnify every Contributor for any
1977
liability incurred by such Contributor as a result of warranty, support,
1978
indemnity or liability terms You offer. You may include additional
1979
disclaimers of warranty and limitations of liability specific to any
1980
jurisdiction.
1981
.
1982
4. Inability to Comply Due to Statute or Regulation
1983
---------------------------------------------------
1984
.
1985
If it is impossible for You to comply with any of the terms of this
1986
License with respect to some or all of the Covered Software due to
1987
statute, judicial order, or regulation then You must: (a) comply with
1988
the terms of this License to the maximum extent possible; and (b)
1989
describe the limitations and the code they affect. Such description must
1990
be placed in a text file included with all distributions of the Covered
1991
Software under this License. Except to the extent prohibited by statute
1992
or regulation, such description must be sufficiently detailed for a
1993
recipient of ordinary skill to be able to understand it.
1994
.
1995
5. Termination
1996
--------------
1997
.
1998
5.1. The rights granted under this License will terminate automatically
1999
if You fail to comply with any of its terms. However, if You become
2000
compliant, then the rights granted under this License from a particular
2001
Contributor are reinstated (a) provisionally, unless and until such
2002
Contributor explicitly and finally terminates Your grants, and (b) on an
2003
ongoing basis, if such Contributor fails to notify You of the
2004
non-compliance by some reasonable means prior to 60 days after You have
2005
come back into compliance. Moreover, Your grants from a particular
2006
Contributor are reinstated on an ongoing basis if such Contributor
2007
notifies You of the non-compliance by some reasonable means, this is the
2008
first time You have received notice of non-compliance with this License
2009
from such Contributor, and You become compliant prior to 30 days after
2010
Your receipt of the notice.
2011
.
2012
5.2. If You initiate litigation against any entity by asserting a patent
2013
infringement claim (excluding declaratory judgment actions,
2014
counter-claims, and cross-claims) alleging that a Contributor Version
2015
directly or indirectly infringes any patent, then the rights granted to
2016
You by any and all Contributors for the Covered Software under Section
2017
2.1 of this License shall terminate.
2018
.
2019
5.3. In the event of termination under Sections 5.1 or 5.2 above, all
2020
end user license agreements (excluding distributors and resellers) which
2021
have been validly granted by You or Your distributors under this License
2022
prior to termination shall survive termination.
2023
.
2024
************************************************************************
2025
* *
2026
* 6. Disclaimer of Warranty *
2027
* ------------------------- *
2028
* *
2029
* Covered Software is provided under this License on an "as is" *
2030
* basis, without warranty of any kind, either expressed, implied, or *
2031
* statutory, including, without limitation, warranties that the *
2032
* Covered Software is free of defects, merchantable, fit for a *
2033
* particular purpose or non-infringing. The entire risk as to the *
2034
* quality and performance of the Covered Software is with You. *
2035
* Should any Covered Software prove defective in any respect, You *
2036
* (not any Contributor) assume the cost of any necessary servicing, *
2037
* repair, or correction. This disclaimer of warranty constitutes an *
2038
* essential part of this License. No use of any Covered Software is *
2039
* authorized under this License except under this disclaimer. *
2040
* *
2041
************************************************************************
2042
.
2043
************************************************************************
2044
* *
2045
* 7. Limitation of Liability *
2046
* -------------------------- *
2047
* *
2048
* Under no circumstances and under no legal theory, whether tort *
2049
* (including negligence), contract, or otherwise, shall any *
2050
* Contributor, or anyone who distributes Covered Software as *
2051
* permitted above, be liable to You for any direct, indirect, *
2052
* special, incidental, or consequential damages of any character *
2053
* including, without limitation, damages for lost profits, loss of *
2054
* goodwill, work stoppage, computer failure or malfunction, or any *
2055
* and all other commercial damages or losses, even if such party *
2056
* shall have been informed of the possibility of such damages. This *
2057
* limitation of liability shall not apply to liability for death or *
2058
* personal injury resulting from such party's negligence to the *
2059
* extent applicable law prohibits such limitation. Some *
2060
* jurisdictions do not allow the exclusion or limitation of *
2061
* incidental or consequential damages, so this exclusion and *
2062
* limitation may not apply to You. *
2063
* *
2064
************************************************************************
2065
.
2066
8. Litigation
2067
-------------
2068
.
2069
Any litigation relating to this License may be brought only in the
2070
courts of a jurisdiction where the defendant maintains its principal
2071
place of business and such litigation shall be governed by laws of that
2072
jurisdiction, without reference to its conflict-of-law provisions.
2073
Nothing in this Section shall prevent a party's ability to bring
2074
cross-claims or counter-claims.
2075
.
2076
9. Miscellaneous
2077
----------------
2078
.
2079
This License represents the complete agreement concerning the subject
2080
matter hereof. If any provision of this License is held to be
2081
unenforceable, such provision shall be reformed only to the extent
2082
necessary to make it enforceable. Any law or regulation which provides
2083
that the language of a contract shall be construed against the drafter
2084
shall not be used to construe this License against a Contributor.
2085
.
2086
10. Versions of the License
2087
---------------------------
2088
.
2089
10.1. New Versions
2090
.
2091
Mozilla Foundation is the license steward. Except as provided in Section
2092
10.3, no one other than the license steward has the right to modify or
2093
publish new versions of this License. Each version will be given a
2094
distinguishing version number.
2095
.
2096
10.2. Effect of New Versions
2097
.
2098
You may distribute the Covered Software under the terms of the version
2099
of the License under which You originally received the Covered Software,
2100
or under the terms of any subsequent version published by the license
2101
steward.
2102
.
2103
10.3. Modified Versions
2104
.
2105
If you create software not governed by this License, and you want to
2106
create a new license for such software, you may create and use a
2107
modified version of this License if you rename the license and remove
2108
any references to the name of the license steward (except to note that
2109
such modified license differs from this License).
2110
.
2111
10.4. Distributing Source Code Form that is Incompatible With Secondary
2112
Licenses
2113
.
2114
If You choose to distribute Source Code Form that is Incompatible With
2115
Secondary Licenses under the terms of this version of the License, the
2116
notice described in Exhibit B of this License must be attached.
2117
.
2118
Exhibit A - Source Code Form License Notice
2119
-------------------------------------------
2120
.
2121
This Source Code Form is subject to the terms of the Mozilla Public
2122
License, v. 2.0. If a copy of the MPL was not distributed with this
2123
file, You can obtain one at https://mozilla.org/MPL/2.0/.
2124
.
2125
If it is not possible or desirable to put the notice in a particular
2126
file, then You may include the notice in a location (such as a LICENSE
2127
file in a relevant directory) where a recipient would be likely to look
2128
for such a notice.
2129
.
2130
You may add additional accurate notices of copyright ownership.
2131
.
2132
Exhibit B - "Incompatible With Secondary Licenses" Notice
2133
---------------------------------------------------------
2134
.
2135
This Source Code Form is "Incompatible With Secondary Licenses", as
2136
defined by the Mozilla Public License, v. 2.0.
2137
2138
License: OFL-1.1
2139
PREAMBLE
2140
The goals of the Open Font License (OFL) are to stimulate worldwide
2141
development of collaborative font projects, to support the font creation
2142
efforts of academic and linguistic communities, and to provide a free and
2143
open framework in which fonts may be shared and improved in partnership
2144
with others.
2145
.
2146
The OFL allows the licensed fonts to be used, studied, modified and
2147
redistributed freely as long as they are not sold by themselves. The
2148
fonts, including any derivative works, can be bundled, embedded,
2149
redistributed and/or sold with any software provided that any reserved
2150
names are not used by derivative works. The fonts and derivatives,
2151
however, cannot be released under any other type of license. The
2152
requirement for fonts to remain under this license does not apply
2153
to any document created using the fonts or their derivatives.
2154
.
2155
DEFINITIONS
2156
"Font Software" refers to the set of files released by the Copyright
2157
Holder(s) under this license and clearly marked as such. This may
2158
include source files, build scripts and documentation.
2159
.
2160
"Reserved Font Name" refers to any names specified as such after the
2161
copyright statement(s).
2162
.
2163
"Original Version" refers to the collection of Font Software components as
2164
distributed by the Copyright Holder(s).
2165
.
2166
"Modified Version" refers to any derivative made by adding to, deleting,
2167
or substituting -- in part or in whole -- any of the components of the
2168
Original Version, by changing formats or by porting the Font Software to a
2169
new environment.
2170
.
2171
"Author" refers to any designer, engineer, programmer, technical
2172
writer or other person who contributed to the Font Software.
2173
.
2174
PERMISSION & CONDITIONS
2175
Permission is hereby granted, free of charge, to any person obtaining
2176
a copy of the Font Software, to use, study, copy, merge, embed, modify,
2177
redistribute, and sell modified and unmodified copies of the Font
2178
Software, subject to the following conditions:
2179
.
2180
1) Neither the Font Software nor any of its individual components,
2181
in Original or Modified Versions, may be sold by itself.
2182
.
2183
2) Original or Modified Versions of the Font Software may be bundled,
2184
redistributed and/or sold with any software, provided that each copy
2185
contains the above copyright notice and this license. These can be
2186
included either as stand-alone text files, human-readable headers or
2187
in the appropriate machine-readable metadata fields within text or
2188
binary files as long as those fields can be easily viewed by the user.
2189
.
2190
3) No Modified Version of the Font Software may use the Reserved Font
2191
Name(s) unless explicit written permission is granted by the corresponding
2192
Copyright Holder. This restriction only applies to the primary font name as
2193
presented to the users.
2194
.
2195
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
2196
Software shall not be used to promote, endorse or advertise any
2197
Modified Version, except to acknowledge the contribution(s) of the
2198
Copyright Holder(s) and the Author(s) or with their explicit written
2199
permission.
2200
.
2201
5) The Font Software, modified or unmodified, in part or in whole,
2202
must be distributed entirely under this license, and must not be
2203
distributed under any other license. The requirement for fonts to
2204
remain under this license does not apply to any document created
2205
using the Font Software.
2206
.
2207
TERMINATION
2208
This license becomes null and void if any of the above conditions are
2209
not met.
2210
.
2211
DISCLAIMER
2212
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2213
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
2214
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
2215
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
2216
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
2217
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
2218
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2219
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE.
2220
2221
License: Unicode
2222
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
2223
.
2224
Copyright (C) 1991-2020 Unicode, Inc. All rights reserved.
2225
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
2226
.
2227
Permission is hereby granted, free of charge, to any person obtaining
2228
a copy of the Unicode data files and any associated documentation
2229
(the "Data Files") or Unicode software and any associated documentation
2230
(the "Software") to deal in the Data Files or Software
2231
without restriction, including without limitation the rights to use,
2232
copy, modify, merge, publish, distribute, and/or sell copies of
2233
the Data Files or Software, and to permit persons to whom the Data Files
2234
or Software are furnished to do so, provided that either
2235
(a) this copyright and permission notice appear with all copies
2236
of the Data Files or Software, or
2237
(b) this copyright and permission notice appear in associated
2238
Documentation.
2239
.
2240
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
2241
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
2242
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2243
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
2244
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
2245
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
2246
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
2247
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
2248
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2249
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
2250
.
2251
Except as contained in this notice, the name of a copyright holder
2252
shall not be used in advertising or otherwise to promote the sale,
2253
use or other dealings in these Data Files or Software without prior
2254
written authorization of the copyright holder.
2255
2256
License: Unlicense
2257
This is free and unencumbered software released into the public domain.
2258
.
2259
Anyone is free to copy, modify, publish, use, compile, sell, or
2260
distribute this software, either in source code form or as a compiled
2261
binary, for any purpose, commercial or non-commercial, and by any
2262
means.
2263
.
2264
In jurisdictions that recognize copyright laws, the author or authors
2265
of this software dedicate any and all copyright interest in the
2266
software to the public domain. We make this dedication for the benefit
2267
of the public at large and to the detriment of our heirs and
2268
successors. We intend this dedication to be an overt act of
2269
relinquishment in perpetuity of all present and future rights to this
2270
software under copyright law.
2271
.
2272
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2273
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2274
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2275
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
2276
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
2277
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2278
OTHER DEALINGS IN THE SOFTWARE.
2279
.
2280
For more information, please refer to <https://unlicense.org/>
2281
2282
License: WOL
2283
The Wide Open License (WOL)
2284
.
2285
Permission to use, copy, modify, distribute and sell this software and its
2286
documentation for any purpose is hereby granted without fee, provided that
2287
the above copyright notice and this license appear in all source copies.
2288
THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY OF
2289
ANY KIND. See https://dspguru.com/wide-open-license/ for more information.
2290
2291
License: Zlib
2292
This software is provided 'as-is', without any express or implied
2293
warranty. In no event will the authors be held liable for any damages
2294
arising from the use of this software.
2295
.
2296
Permission is granted to anyone to use this software for any purpose,
2297
including commercial applications, and to alter it and redistribute it
2298
freely, subject to the following restrictions:
2299
.
2300
1. The origin of this software must not be misrepresented; you must not
2301
claim that you wrote the original software. If you use this software
2302
in a product, an acknowledgment in the product documentation would be
2303
appreciated but is not required.
2304
2. Altered source versions must be plainly marked as such, and must not be
2305
misrepresented as being the original software.
2306
3. This notice may not be removed or altered from any source distribution.
2307
2308