@pandev_metrics/cli-darwin-x64 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/bin/pandev +11 -0
  2. package/bin/pandev-cli-plugin +11 -0
  3. package/lib/original-pandev-myapp.jar +0 -0
  4. package/lib/pandev-myapp.jar +0 -0
  5. package/package.json +13 -0
  6. package/runtime/bin/java +0 -0
  7. package/runtime/bin/jrunscript +0 -0
  8. package/runtime/bin/keytool +0 -0
  9. package/runtime/conf/jaxp.properties +180 -0
  10. package/runtime/conf/logging.properties +63 -0
  11. package/runtime/conf/net.properties +164 -0
  12. package/runtime/conf/security/java.policy +46 -0
  13. package/runtime/conf/security/java.security +1634 -0
  14. package/runtime/conf/security/policy/README.txt +54 -0
  15. package/runtime/conf/security/policy/limited/default_US_export.policy +6 -0
  16. package/runtime/conf/security/policy/limited/default_local.policy +14 -0
  17. package/runtime/conf/security/policy/limited/exempt_local.policy +13 -0
  18. package/runtime/conf/security/policy/unlimited/default_US_export.policy +6 -0
  19. package/runtime/conf/security/policy/unlimited/default_local.policy +6 -0
  20. package/runtime/conf/sound.properties +39 -0
  21. package/runtime/legal/java.base/ADDITIONAL_LICENSE_INFO +37 -0
  22. package/runtime/legal/java.base/ASSEMBLY_EXCEPTION +27 -0
  23. package/runtime/legal/java.base/LICENSE +347 -0
  24. package/runtime/legal/java.base/aes.md +36 -0
  25. package/runtime/legal/java.base/asm.md +36 -0
  26. package/runtime/legal/java.base/c-libutl.md +35 -0
  27. package/runtime/legal/java.base/cldr.md +109 -0
  28. package/runtime/legal/java.base/icu.md +518 -0
  29. package/runtime/legal/java.base/public_suffix.md +399 -0
  30. package/runtime/legal/java.base/siphash.md +150 -0
  31. package/runtime/legal/java.base/unicode.md +103 -0
  32. package/runtime/legal/java.base/zlib.md +27 -0
  33. package/runtime/legal/java.desktop/colorimaging.md +7 -0
  34. package/runtime/legal/java.desktop/freetype.md +649 -0
  35. package/runtime/legal/java.desktop/giflib.md +52 -0
  36. package/runtime/legal/java.desktop/harfbuzz.md +104 -0
  37. package/runtime/legal/java.desktop/jpeg.md +77 -0
  38. package/runtime/legal/java.desktop/lcms.md +103 -0
  39. package/runtime/legal/java.desktop/libpng.md +231 -0
  40. package/runtime/legal/java.desktop/mesa3d.md +134 -0
  41. package/runtime/legal/java.desktop/pipewire.md +46 -0
  42. package/runtime/legal/java.desktop/xwd.md +34 -0
  43. package/runtime/legal/java.xml/bcel.md +219 -0
  44. package/runtime/legal/java.xml/dom.md +77 -0
  45. package/runtime/legal/java.xml/jcup.md +31 -0
  46. package/runtime/legal/java.xml/xalan.md +255 -0
  47. package/runtime/legal/java.xml/xerces.md +229 -0
  48. package/runtime/lib/classlist +1491 -0
  49. package/runtime/lib/fontconfig.bfc +0 -0
  50. package/runtime/lib/fontconfig.properties.src +258 -0
  51. package/runtime/lib/jrt-fs.jar +0 -0
  52. package/runtime/lib/jspawnhelper +0 -0
  53. package/runtime/lib/jvm.cfg +2 -0
  54. package/runtime/lib/libawt.dylib +0 -0
  55. package/runtime/lib/libawt_lwawt.dylib +0 -0
  56. package/runtime/lib/libextnet.dylib +0 -0
  57. package/runtime/lib/libfontmanager.dylib +0 -0
  58. package/runtime/lib/libfreetype.dylib +0 -0
  59. package/runtime/lib/libinstrument.dylib +0 -0
  60. package/runtime/lib/libj2gss.dylib +0 -0
  61. package/runtime/lib/libjava.dylib +0 -0
  62. package/runtime/lib/libjavajpeg.dylib +0 -0
  63. package/runtime/lib/libjawt.dylib +0 -0
  64. package/runtime/lib/libjimage.dylib +0 -0
  65. package/runtime/lib/libjli.dylib +0 -0
  66. package/runtime/lib/libjsig.dylib +0 -0
  67. package/runtime/lib/libjsound.dylib +0 -0
  68. package/runtime/lib/liblcms.dylib +0 -0
  69. package/runtime/lib/libmanagement.dylib +0 -0
  70. package/runtime/lib/libmlib_image.dylib +0 -0
  71. package/runtime/lib/libnet.dylib +0 -0
  72. package/runtime/lib/libnio.dylib +0 -0
  73. package/runtime/lib/libosx.dylib +0 -0
  74. package/runtime/lib/libosxapp.dylib +0 -0
  75. package/runtime/lib/libosxkrb5.dylib +0 -0
  76. package/runtime/lib/libosxsecurity.dylib +0 -0
  77. package/runtime/lib/libosxui.dylib +0 -0
  78. package/runtime/lib/libprefs.dylib +0 -0
  79. package/runtime/lib/libsplashscreen.dylib +0 -0
  80. package/runtime/lib/libsyslookup.dylib +0 -0
  81. package/runtime/lib/libverify.dylib +0 -0
  82. package/runtime/lib/libzip.dylib +0 -0
  83. package/runtime/lib/modules +0 -0
  84. package/runtime/lib/psfont.properties.ja +119 -0
  85. package/runtime/lib/psfontj2d.properties +323 -0
  86. package/runtime/lib/security/blocked.certs +39 -0
  87. package/runtime/lib/security/cacerts +0 -0
  88. package/runtime/lib/security/default.policy +235 -0
  89. package/runtime/lib/security/public_suffix_list.dat +0 -0
  90. package/runtime/lib/server/libjsig.dylib +0 -0
  91. package/runtime/lib/server/libjvm.dylib +0 -0
  92. package/runtime/lib/shaders.metallib +0 -0
  93. package/runtime/lib/tzdb.dat +0 -0
  94. package/runtime/release +2 -0
@@ -0,0 +1,52 @@
1
+ ## GIFLIB v6.1.2
2
+
3
+ ### GIFLIB License
4
+ ```
5
+
6
+ = MIT LICENSE
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a copy
9
+ of this software and associated documentation files (the "Software"), to deal
10
+ in the Software without restriction, including without limitation the rights
11
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
+ copies of the Software, and to permit persons to whom the Software is
13
+ furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included in
16
+ all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24
+ THE SOFTWARE.
25
+
26
+ ---------------------------------
27
+ The below applies to the following file(s):
28
+ giflib/dgif_lib.c
29
+ giflib/gifalloc.c
30
+ giflib/gif_err.c
31
+ giflib/openbsd-reallocarray.c
32
+
33
+ Copyright (C) 1989 Gershon Elber
34
+ Copyright (C) 2008 Otto Moerbeek <otto@drijf.net>
35
+ Copyright (C) Eric S. Raymond <esr@thyrsus.com>
36
+
37
+ SPDX-License-Identifier: MIT
38
+
39
+
40
+ == Authors ==
41
+
42
+ Gershon Elber <gershon[AT]cs.technion.sc.il>
43
+ original giflib code
44
+
45
+ Toshio Kuratomi <toshio[AT]tiki-lounge.com>
46
+ uncompressed gif writing code
47
+ former maintainer
48
+
49
+ Eric Raymond <esr[AT]snark.thyrsus.com>
50
+ current as well as long time former maintainer of giflib code
51
+
52
+ ```
@@ -0,0 +1,104 @@
1
+ ## Harfbuzz 12.3.2
2
+
3
+ ### Harfbuzz License
4
+
5
+ <pre>
6
+
7
+ HarfBuzz is licensed under the so-called "Old MIT" license. Details follow.
8
+ For parts of HarfBuzz that are licensed under different licenses see individual
9
+ files names COPYING in subdirectories where applicable.
10
+
11
+ Copyright © 2010-2024 Google, Inc.
12
+ Copyright © 2018-2020 Ebrahim Byagowi
13
+ Copyright © 2004-2013 Red Hat, Inc.
14
+ Copyright © 2019 Facebook, Inc.
15
+ Copyright (C) 2012 Zilong Tan (eric.zltan@gmail.com)
16
+ Copyright © 2007 Chris Wilson
17
+ Copyright © 2018-2019 Adobe Inc.
18
+ Copyright © 2006-2025 Behdad Esfahbod
19
+ Copyright © 1998-2004 David Turner and Werner Lemberg
20
+ Copyright © 2009 Keith Stribley
21
+ Copyright © 2018 Khaled Hosny
22
+ Copyright © 2016 Elie Roux <elie.roux@telecom-bretagne.eu>
23
+ Copyright © 2016 Igalia S.L.
24
+ Copyright © 2015 Mozilla Foundation.
25
+ Copyright © 1999 David Turner
26
+ Copyright © 2005 Werner Lemberg
27
+ Copyright © 2013-2015 Alexei Podtelezhnikov
28
+ Copyright © 2022 Matthias Clasen
29
+ Copyright © 2011 Codethink Limited
30
+
31
+ For full copyright notices consult the individual files in the package.
32
+
33
+
34
+ Permission is hereby granted, without written agreement and without
35
+ license or royalty fees, to use, copy, modify, and distribute this
36
+ software and its documentation for any purpose, provided that the
37
+ above copyright notice and the following two paragraphs appear in
38
+ all copies of this software.
39
+
40
+ IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
41
+ DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
42
+ ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN
43
+ IF THE COPYRIGHT HOLDER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
44
+ DAMAGE.
45
+
46
+ THE COPYRIGHT HOLDER SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING,
47
+ BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
48
+ FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
49
+ ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
50
+ PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
51
+
52
+ All source code, except for one section, is licensed as above. The one
53
+ exception is licensed with a slightly different MIT variant:
54
+ The contents of this directory are licensed under the following terms:
55
+
56
+ ---------------------------------
57
+ The below applies to the following file(s):
58
+ libharfbuzz/hb-ucd.cc
59
+
60
+ Copyright (C) 2012 Grigori Goronzy <greg@kinoho.net>
61
+
62
+ Permission to use, copy, modify, and/or distribute this software for any
63
+ purpose with or without fee is hereby granted, provided that the above
64
+ copyright notice and this permission notice appear in all copies.
65
+
66
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
67
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
68
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
69
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
70
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
71
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
72
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
73
+
74
+ ---------------------------------
75
+ The below applies to the following file(s):
76
+ libharfbuzz/hb-unicode-emoji-table.hh
77
+
78
+ © 2024 Unicode®, Inc.
79
+
80
+ Unicode and the Unicode Logo are registered trademarks of Unicode, Inc.
81
+ in the U.S. and other countries.
82
+ For terms of use and license, see https://www.unicode.org/terms_of_use.html
83
+
84
+ </pre>
85
+
86
+ ### AUTHORS File Information
87
+ ```
88
+
89
+ Behdad Esfahbod
90
+ David Corbett
91
+ David Turner
92
+ Ebrahim Byagowi
93
+ Garret Rieger
94
+ Jonathan Kew
95
+ Khaled Hosny
96
+ Lars Knoll
97
+ Martin Hosken
98
+ Owen Taylor
99
+ Roderick Sheeter
100
+ Roozbeh Pournader
101
+ Simon Hausmann
102
+ Werner Lemberg
103
+
104
+ ```
@@ -0,0 +1,77 @@
1
+ ## Independent JPEG Group: JPEG release 6b
2
+
3
+ ### JPEG License
4
+
5
+ ```
6
+ ****************************************************************************
7
+
8
+ Copyright (C) 1991-1998, Thomas G. Lane.
9
+
10
+ This software is the work of Tom Lane, Philip Gladstone, Jim Boucher,
11
+ Lee Crocker, Julian Minguillon, Luis Ortiz, George Phillips, Davide Rossi,
12
+ Guido Vollbeding, Ge' Weijers, and other members of the Independent JPEG
13
+ Group.
14
+
15
+ IJG is not affiliated with the official ISO JPEG standards committee.
16
+
17
+ The authors make NO WARRANTY or representation, either express or implied,
18
+ with respect to this software, its quality, accuracy, merchantability, or
19
+ fitness for a particular purpose. This software is provided "AS IS",
20
+ and you, its user, assume the entire risk as to its quality and accuracy.
21
+
22
+ This software is copyright (C) 1991-1998, Thomas G. Lane.
23
+ All Rights Reserved except as specified below.
24
+
25
+ Permission is hereby granted to use, copy, modify, and distribute
26
+ this software (or portions thereof) for any purpose, without fee,
27
+ subject to these conditions:
28
+
29
+ (1) If any part of the source code for this software is distributed,
30
+ then this README file must be included, with this copyright and no-warranty
31
+ notice unaltered; and any additions, deletions, or changes to the original
32
+ files must be clearly indicated in accompanying documentation.
33
+
34
+ (2) If only executable code is distributed, then the accompanying documentation
35
+ must state that "this software is based in part on the work of the
36
+ Independent JPEG Group".
37
+
38
+ (3) Permission for use of this software is granted only if the user accepts
39
+ full responsibility for any undesirable consequences; the authors accept
40
+ NO LIABILITY for damages of any kind.
41
+
42
+ These conditions apply to any software derived from or based on the IJG code,
43
+ not just to the unmodified library. If you use our work, you ought to
44
+ acknowledge us.
45
+
46
+ Permission is NOT granted for the use of any IJG author's name or company name
47
+ in advertising or publicity relating to this software or products derived
48
+ from it. This software may be referred to only as "the Independent JPEG
49
+ Group's software".
50
+
51
+ We specifically permit and encourage the use of this software as the basis
52
+ of commercial products, provided that all warranty or liability claims are
53
+ assumed by the product vendor.
54
+
55
+ It appears that the arithmetic coding option of the JPEG spec is covered
56
+ by patents owned by IBM, AT&T, and Mitsubishi. Hence arithmetic coding
57
+ cannot legally be used without obtaining one or more licenses. For this
58
+ reason, support for arithmetic coding has been removed from the free
59
+ JPEG software. (Since arithmetic coding provides only a marginal gain
60
+ over the unpatented Huffman mode, it is unlikely that very many
61
+ implementations will support it.) So far as we are aware, there are
62
+ no patent restrictions on the remaining code.
63
+
64
+ The IJG distribution formerly included code to read and write GIF files.
65
+ To avoid entanglement with the Unisys LZW patent, GIF reading support
66
+ has been removed altogether, and the GIF writer has been simplified to
67
+ produce "uncompressed GIFs". This technique does not use the LZW algorithm;
68
+ the resulting GIF files are larger than usual, but are readable by all
69
+ standard GIF decoders.
70
+
71
+ We are required to state that "The Graphics Interchange Format(c) is
72
+ the Copyright property of CompuServe Incorporated. GIF(sm) is a
73
+ Service Mark property of CompuServe Incorporated."
74
+
75
+ ****************************************************************************
76
+ ```
77
+
@@ -0,0 +1,103 @@
1
+ ## Little Color Management System (LCMS) v2.17
2
+
3
+ ### LCMS License
4
+ <pre>
5
+
6
+ MIT License
7
+
8
+ Copyright (C) 1998-2025 Marti Maria Saguer
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining
11
+ a copy of this software and associated documentation files (the "Software"),
12
+ to deal in the Software without restriction, including without limitation
13
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
14
+ and/or sell copies of the Software, and to permit persons to whom the Software
15
+ is furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in
18
+ all copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
21
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
22
+ THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
23
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
24
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
25
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
26
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27
+
28
+ ---------------------------------
29
+ The below applies to the following file(s):
30
+ liblcms/cmssm.c
31
+
32
+ Copyright (C) 2001, softSurfer (www.softsurfer.com)
33
+
34
+ This code may be freely used and modified for any purpose
35
+ providing that this copyright notice is included with it.
36
+ SoftSurfer makes no warranty for this code, and cannot be held
37
+ liable for any real or imagined damage resulting from its use.
38
+ Users of this code must verify correctness for their application.
39
+
40
+ </pre>
41
+
42
+ ### AUTHORS File Information
43
+ ```
44
+
45
+ Main Author
46
+ ------------
47
+ Marti Maria
48
+
49
+
50
+ Contributors
51
+ ------------
52
+ Bob Friesenhahn
53
+ Kai-Uwe Behrmann
54
+ Stuart Nixon
55
+ Jordi Vilar
56
+ Richard Hughes
57
+ Auke Nauta
58
+ Chris Evans (Google)
59
+ Lorenzo Ridolfi
60
+ Robin Watts (Artifex)
61
+ Shawn Pedersen
62
+ Andrew Brygin
63
+ Samuli Suominen
64
+ Florian Hˆch
65
+ Aurelien Jarno
66
+ Claudiu Cebuc
67
+ Michael Vhrel (Artifex)
68
+ Michal Cihar
69
+ Daniel Kaneider
70
+ Mateusz Jurczyk (Google)
71
+ Paul Miller
72
+ SÈbastien LÈon
73
+ Christian Schmitz
74
+ XhmikosR
75
+ Stanislav Brabec (SuSe)
76
+ Leonhard Gruenschloss (Google)
77
+ Patrick Noffke
78
+ Christopher James Halse Rogers
79
+ John Hein
80
+ Thomas Weber (Debian)
81
+ Mark Allen
82
+ Noel Carboni
83
+ Sergei Trofimovic
84
+ Philipp Knechtges
85
+ Amyspark
86
+ Lovell Fuller
87
+ Eli Schwartz
88
+ Diogo Teles Sant'Anna
89
+
90
+ Special Thanks
91
+ --------------
92
+ Artifex software
93
+ AlienSkin software
94
+ libVIPS
95
+ Jan Morovic
96
+ Jos Vernon (WebSupergoo)
97
+ Harald Schneider (Maxon)
98
+ Christian Albrecht
99
+ Dimitrios Anastassakis
100
+ Lemke Software
101
+ Tim Zaman
102
+ Amir Montazery and Open Source Technology Improvement Fund (ostif.org), Google, for fuzzer fundings.
103
+ ```
@@ -0,0 +1,231 @@
1
+ ## libpng v1.6.57
2
+
3
+ ### libpng License
4
+ <pre>
5
+
6
+ COPYRIGHT NOTICE, DISCLAIMER, and LICENSE
7
+ =========================================
8
+
9
+ PNG Reference Library License version 2
10
+ ---------------------------------------
11
+
12
+ Copyright (C) 1995-2026 The PNG Reference Library Authors.
13
+ Copyright (C) 2018-2026 Cosmin Truta
14
+ Copyright (C) 1998-2018 Glenn Randers-Pehrson
15
+ Copyright (C) 1996-1997 Andreas Dilger
16
+ Copyright (C) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
17
+
18
+ The software is supplied "as is", without warranty of any kind,
19
+ express or implied, including, without limitation, the warranties
20
+ of merchantability, fitness for a particular purpose, title, and
21
+ non-infringement. In no event shall the Copyright owners, or
22
+ anyone distributing the software, be liable for any damages or
23
+ other liability, whether in contract, tort or otherwise, arising
24
+ from, out of, or in connection with the software, or the use or
25
+ other dealings in the software, even if advised of the possibility
26
+ of such damage.
27
+
28
+ Permission is hereby granted to use, copy, modify, and distribute
29
+ this software, or portions hereof, for any purpose, without fee,
30
+ subject to the following restrictions:
31
+
32
+ 1. The origin of this software must not be misrepresented; you
33
+ must not claim that you wrote the original software. If you
34
+ use this software in a product, an acknowledgment in the product
35
+ documentation would be appreciated, but is not required.
36
+
37
+ 2. Altered source versions must be plainly marked as such, and must
38
+ not be misrepresented as being the original software.
39
+
40
+ 3. This Copyright notice may not be removed or altered from any
41
+ source or altered source distribution.
42
+
43
+
44
+ PNG Reference Library License version 1 (for libpng 0.5 through 1.6.35)
45
+ -----------------------------------------------------------------------
46
+
47
+ libpng versions 1.0.7, July 1, 2000, through 1.6.35, July 15, 2018 are
48
+ Copyright (c) 2000-2002, 2004, 2006-2018 Glenn Randers-Pehrson, are
49
+ derived from libpng-1.0.6, and are distributed according to the same
50
+ disclaimer and license as libpng-1.0.6 with the following individuals
51
+ added to the list of Contributing Authors:
52
+
53
+ Simon-Pierre Cadieux
54
+ Eric S. Raymond
55
+ Mans Rullgard
56
+ Cosmin Truta
57
+ Gilles Vollant
58
+ James Yu
59
+ Mandar Sahastrabuddhe
60
+ Google Inc.
61
+ Vadim Barkov
62
+
63
+ and with the following additions to the disclaimer:
64
+
65
+ There is no warranty against interference with your enjoyment of
66
+ the library or against infringement. There is no warranty that our
67
+ efforts or the library will fulfill any of your particular purposes
68
+ or needs. This library is provided with all faults, and the entire
69
+ risk of satisfactory quality, performance, accuracy, and effort is
70
+ with the user.
71
+
72
+ Some files in the "contrib" directory and some configure-generated
73
+ files that are distributed with libpng have other copyright owners, and
74
+ are released under other open source licenses.
75
+
76
+ libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
77
+ Copyright (c) 1998-2000 Glenn Randers-Pehrson, are derived from
78
+ libpng-0.96, and are distributed according to the same disclaimer and
79
+ license as libpng-0.96, with the following individuals added to the
80
+ list of Contributing Authors:
81
+
82
+ Tom Lane
83
+ Glenn Randers-Pehrson
84
+ Willem van Schaik
85
+
86
+ libpng versions 0.89, June 1996, through 0.96, May 1997, are
87
+ Copyright (c) 1996-1997 Andreas Dilger, are derived from libpng-0.88,
88
+ and are distributed according to the same disclaimer and license as
89
+ libpng-0.88, with the following individuals added to the list of
90
+ Contributing Authors:
91
+
92
+ John Bowler
93
+ Kevin Bracey
94
+ Sam Bushell
95
+ Magnus Holmgren
96
+ Greg Roelofs
97
+ Tom Tanner
98
+
99
+ Some files in the "scripts" directory have other copyright owners,
100
+ but are released under this license.
101
+
102
+ libpng versions 0.5, May 1995, through 0.88, January 1996, are
103
+ Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.
104
+
105
+ For the purposes of this copyright and license, "Contributing Authors"
106
+ is defined as the following set of individuals:
107
+
108
+ Andreas Dilger
109
+ Dave Martindale
110
+ Guy Eric Schalnat
111
+ Paul Schmidt
112
+ Tim Wegner
113
+
114
+ The PNG Reference Library is supplied "AS IS". The Contributing
115
+ Authors and Group 42, Inc. disclaim all warranties, expressed or
116
+ implied, including, without limitation, the warranties of
117
+ merchantability and of fitness for any purpose. The Contributing
118
+ Authors and Group 42, Inc. assume no liability for direct, indirect,
119
+ incidental, special, exemplary, or consequential damages, which may
120
+ result from the use of the PNG Reference Library, even if advised of
121
+ the possibility of such damage.
122
+
123
+ Permission is hereby granted to use, copy, modify, and distribute this
124
+ source code, or portions hereof, for any purpose, without fee, subject
125
+ to the following restrictions:
126
+
127
+ 1. The origin of this source code must not be misrepresented.
128
+
129
+ 2. Altered versions must be plainly marked as such and must not
130
+ be misrepresented as being the original source.
131
+
132
+ 3. This Copyright notice may not be removed or altered from any
133
+ source or altered source distribution.
134
+
135
+ The Contributing Authors and Group 42, Inc. specifically permit,
136
+ without fee, and encourage the use of this source code as a component
137
+ to supporting the PNG file format in commercial products. If you use
138
+ this source code in a product, acknowledgment is not required but would
139
+ be appreciated.
140
+
141
+ TRADEMARK
142
+ =========
143
+
144
+ The name "libpng" has not been registered by the Copyright owners
145
+ as a trademark in any jurisdiction. However, because libpng has
146
+ been distributed and maintained world-wide, continually since 1995,
147
+ the Copyright owners claim "common-law trademark protection" in any
148
+ jurisdiction where common-law trademark is recognized.
149
+
150
+ </pre>
151
+
152
+ ### AUTHORS File Information
153
+ ```
154
+ PNG REFERENCE LIBRARY AUTHORS
155
+ =============================
156
+
157
+ This is the list of PNG Reference Library ("libpng") Contributing
158
+ Authors, for copyright and licensing purposes.
159
+
160
+ * Adam Richter
161
+ * Alexander Smorkalov
162
+ * Andreas Dilger
163
+ * Chris Blume
164
+ * Cosmin Truta
165
+ * Dave Martindale
166
+ * Eric S. Raymond
167
+ * Gilles Vollant
168
+ * Glenn Randers-Pehrson
169
+ * Greg Roelofs
170
+ * Guy Eric Schalnat
171
+ * Halil Oktay
172
+ * James Yu
173
+ * John Bowler
174
+ * Joshua Inscoe
175
+ * Kevin Bracey
176
+ * Lucas Chollet
177
+ * Magnus Holmgren
178
+ * Mandar Sahastrabuddhe
179
+ * Manfred Schlaegl
180
+ * Mans Rullgard
181
+ * Matt Sarett
182
+ * Mike Klein
183
+ * Mohammad Seet
184
+ * Pascal Massimino
185
+ * Paul Schmidt
186
+ * Petr Simecek
187
+ * Philippe Antoine
188
+ * Qiang Zhou
189
+ * Sam Bushell
190
+ * Samuel Williams
191
+ * Simon-Pierre Cadieux
192
+ * Taegu Ha (하태구)
193
+ * Tim Wegner
194
+ * Tobias Stoeckmann
195
+ * Tom Lane
196
+ * Tom Tanner
197
+ * Vadim Barkov
198
+ * Willem van Schaik
199
+ * Yuelin Wang (王跃林)
200
+ * Zhijie Liang
201
+ * Apple Inc.
202
+ - Zixu Wang (王子旭)
203
+ * Arm Holdings
204
+ - Richard Townsend
205
+ * Google LLC
206
+ - Dan Field
207
+ - Dragoș Tiselice
208
+ - Leon Scroggins III
209
+ - Matt Sarett
210
+ - Mike Klein
211
+ - Sami Boukortt
212
+ - Wan-Teh Chang
213
+ * Loongson Technology Corporation Ltd.
214
+ - GuXiWei (顾希伟)
215
+ - JinBo (金波)
216
+ - ZhangLixia (张利霞)
217
+ * Samsung Group
218
+ - Filip Wasil
219
+ * SpacemiT Hangzhou Technology, Co.
220
+ - Liang Junzhao (梁俊钊)
221
+
222
+ The build projects, the build scripts, the test scripts, and other
223
+ files in the "projects", "scripts" and "tests" directories, have
224
+ other copyright owners, but are released under the libpng license.
225
+
226
+ Some files in the "ci" and "contrib" directories, as well as some
227
+ of the tools-generated files that are distributed with libpng, have
228
+ other copyright owners, and are released under other open source
229
+ licenses.
230
+ ```
231
+
@@ -0,0 +1,134 @@
1
+ ## Mesa 3-D Graphics Library v21.0.3
2
+
3
+ ### Mesa License
4
+
5
+ ```
6
+ Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
7
+
8
+ Permission is hereby granted, free of charge, to any person obtaining a
9
+ copy of this software and associated documentation files (the "Software"),
10
+ to deal in the Software without restriction, including without limitation
11
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
12
+ and/or sell copies of the Software, and to permit persons to whom the
13
+ Software is furnished to do so, subject to the following conditions:
14
+
15
+ The above copyright notice and this permission notice shall be included
16
+ in all copies or substantial portions of the Software.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
19
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
+ SOFTWARE.
25
+
26
+ Attention, Contributors
27
+
28
+ When contributing to the Mesa project you must agree to the licensing terms
29
+ of the component to which you're contributing.
30
+ The following section lists the primary components of the Mesa distribution
31
+ and their respective licenses.
32
+ Mesa Component Licenses
33
+
34
+
35
+
36
+ Component Location License
37
+ ------------------------------------------------------------------
38
+ Main Mesa code src/mesa/ MIT
39
+ Device drivers src/mesa/drivers/* MIT, generally
40
+
41
+ Gallium code src/gallium/ MIT
42
+
43
+ Ext headers GL/glext.h Khronos
44
+ GL/glxext.h Khronos
45
+ GL/wglext.h Khronos
46
+ KHR/khrplatform.h Khronos
47
+
48
+ *****************************************************************************
49
+
50
+ ----
51
+ include/GL/gl.h :
52
+
53
+
54
+ Mesa 3-D graphics library
55
+
56
+ Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
57
+ Copyright (C) 2009 VMware, Inc. All Rights Reserved.
58
+
59
+ Permission is hereby granted, free of charge, to any person obtaining a
60
+ copy of this software and associated documentation files (the "Software"),
61
+ to deal in the Software without restriction, including without limitation
62
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
63
+ and/or sell copies of the Software, and to permit persons to whom the
64
+ Software is furnished to do so, subject to the following conditions:
65
+
66
+ The above copyright notice and this permission notice shall be included
67
+ in all copies or substantial portions of the Software.
68
+
69
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
70
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
72
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
73
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
74
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
75
+ OTHER DEALINGS IN THE SOFTWARE.
76
+
77
+ *****************************************************************************
78
+
79
+ ----
80
+ include/GL/glext.h
81
+ include/GL/glxext.h
82
+ include/GL/wglxext.h :
83
+
84
+
85
+ Copyright (c) 2013 - 2018 The Khronos Group Inc.
86
+
87
+ Permission is hereby granted, free of charge, to any person obtaining a
88
+ copy of this software and/or associated documentation files (the
89
+ "Materials"), to deal in the Materials without restriction, including
90
+ without limitation the rights to use, copy, modify, merge, publish,
91
+ distribute, sublicense, and/or sell copies of the Materials, and to
92
+ permit persons to whom the Materials are furnished to do so, subject to
93
+ the following conditions:
94
+
95
+ The above copyright notice and this permission notice shall be included
96
+ in all copies or substantial portions of the Materials.
97
+
98
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
99
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
100
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
101
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
102
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
103
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
104
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
105
+
106
+ *****************************************************************************
107
+
108
+ ----
109
+ include/KHR/khrplatform.h :
110
+
111
+ Copyright (c) 2008 - 2018 The Khronos Group Inc.
112
+
113
+ Permission is hereby granted, free of charge, to any person obtaining a
114
+ copy of this software and/or associated documentation files (the
115
+ "Materials"), to deal in the Materials without restriction, including
116
+ without limitation the rights to use, copy, modify, merge, publish,
117
+ distribute, sublicense, and/or sell copies of the Materials, and to
118
+ permit persons to whom the Materials are furnished to do so, subject to
119
+ the following conditions:
120
+
121
+ The above copyright notice and this permission notice shall be included
122
+ in all copies or substantial portions of the Materials.
123
+
124
+ THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
125
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
126
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
127
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
128
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
129
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
130
+ MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
131
+
132
+ *****************************************************************************
133
+
134
+ ```