@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,46 @@
1
+ ## PipeWire 1.3.81
2
+
3
+ ### PipeWire license:
4
+
5
+ All PipeWire header files are licensed under the MIT License:
6
+
7
+
8
+ <pre>
9
+ Copyright © 2018-2023 Wim Taymans
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a
12
+ copy of this software and associated documentation files (the "Software"),
13
+ to deal in the Software without restriction, including without limitation
14
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
15
+ and/or sell copies of the Software, and to permit persons to whom the
16
+ Software is furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice (including the next
19
+ paragraph) shall be included in all copies or substantial portions of the
20
+ Software.
21
+
22
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
25
+ THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
27
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
28
+ DEALINGS IN THE SOFTWARE.
29
+ </pre>
30
+
31
+ The below copyright applies to the following files:
32
+
33
+ spa/include/spa/monitor/type-info.h
34
+ ```
35
+ Copyright © 2021 Collabora Ltd.
36
+ ```
37
+
38
+ spa/include/spa/utils/string.h
39
+ ```
40
+ Copyright © 2021 Red Hat, Inc.
41
+ ```
42
+
43
+ spa/utils/cleanup.h:
44
+ ```
45
+ Copyright © 2023 PipeWire authors
46
+ ```
@@ -0,0 +1,34 @@
1
+ ## xwd v1.0.7
2
+
3
+ ### xwd utility
4
+ <pre>
5
+
6
+ This is the copyright for the files in src/java.desktop/unix/native/libawt_xawt:
7
+ list.h, multiVis.h, wsutils.h, list.c, multiVis.c
8
+
9
+ Copyright 1994 Hewlett-Packard Co.
10
+ Copyright 1996, 1998 The Open Group
11
+
12
+ Permission to use, copy, modify, distribute, and sell this software and its
13
+ documentation for any purpose is hereby granted without fee, provided that
14
+ the above copyright notice appear in all copies and that both that
15
+ copyright notice and this permission notice appear in supporting
16
+ documentation.
17
+
18
+ The above copyright notice and this permission notice shall be included
19
+ in all copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
22
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
23
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
24
+ IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
25
+ OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
26
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
27
+ OTHER DEALINGS IN THE SOFTWARE.
28
+
29
+ Except as contained in this notice, the name of The Open Group shall
30
+ not be used in advertising or otherwise to promote the sale, use or
31
+ other dealings in this Software without prior written authorization
32
+ from The Open Group.
33
+
34
+ </pre>
@@ -0,0 +1,219 @@
1
+ ## Apache Commons Byte Code Engineering Library (BCEL) Version 6.10.0
2
+
3
+ ### Apache Commons BCEL Notice
4
+ <pre>
5
+
6
+ Apache Commons BCEL
7
+ Copyright 2004-2022 The Apache Software Foundation
8
+
9
+ This product includes software developed at
10
+ The Apache Software Foundation (https://www.apache.org/).
11
+
12
+ </pre>
13
+
14
+ ### Apache 2.0 License
15
+ <pre>
16
+
17
+ Apache License
18
+ Version 2.0, January 2004
19
+ http://www.apache.org/licenses/
20
+
21
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
22
+
23
+ 1. Definitions.
24
+
25
+ "License" shall mean the terms and conditions for use, reproduction,
26
+ and distribution as defined by Sections 1 through 9 of this document.
27
+
28
+ "Licensor" shall mean the copyright owner or entity authorized by
29
+ the copyright owner that is granting the License.
30
+
31
+ "Legal Entity" shall mean the union of the acting entity and all
32
+ other entities that control, are controlled by, or are under common
33
+ control with that entity. For the purposes of this definition,
34
+ "control" means (i) the power, direct or indirect, to cause the
35
+ direction or management of such entity, whether by contract or
36
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
37
+ outstanding shares, or (iii) beneficial ownership of such entity.
38
+
39
+ "You" (or "Your") shall mean an individual or Legal Entity
40
+ exercising permissions granted by this License.
41
+
42
+ "Source" form shall mean the preferred form for making modifications,
43
+ including but not limited to software source code, documentation
44
+ source, and configuration files.
45
+
46
+ "Object" form shall mean any form resulting from mechanical
47
+ transformation or translation of a Source form, including but
48
+ not limited to compiled object code, generated documentation,
49
+ and conversions to other media types.
50
+
51
+ "Work" shall mean the work of authorship, whether in Source or
52
+ Object form, made available under the License, as indicated by a
53
+ copyright notice that is included in or attached to the work
54
+ (an example is provided in the Appendix below).
55
+
56
+ "Derivative Works" shall mean any work, whether in Source or Object
57
+ form, that is based on (or derived from) the Work and for which the
58
+ editorial revisions, annotations, elaborations, or other modifications
59
+ represent, as a whole, an original work of authorship. For the purposes
60
+ of this License, Derivative Works shall not include works that remain
61
+ separable from, or merely link (or bind by name) to the interfaces of,
62
+ the Work and Derivative Works thereof.
63
+
64
+ "Contribution" shall mean any work of authorship, including
65
+ the original version of the Work and any modifications or additions
66
+ to that Work or Derivative Works thereof, that is intentionally
67
+ submitted to Licensor for inclusion in the Work by the copyright owner
68
+ or by an individual or Legal Entity authorized to submit on behalf of
69
+ the copyright owner. For the purposes of this definition, "submitted"
70
+ means any form of electronic, verbal, or written communication sent
71
+ to the Licensor or its representatives, including but not limited to
72
+ communication on electronic mailing lists, source code control systems,
73
+ and issue tracking systems that are managed by, or on behalf of, the
74
+ Licensor for the purpose of discussing and improving the Work, but
75
+ excluding communication that is conspicuously marked or otherwise
76
+ designated in writing by the copyright owner as "Not a Contribution."
77
+
78
+ "Contributor" shall mean Licensor and any individual or Legal Entity
79
+ on behalf of whom a Contribution has been received by Licensor and
80
+ subsequently incorporated within the Work.
81
+
82
+ 2. Grant of Copyright License. Subject to the terms and conditions of
83
+ this License, each Contributor hereby grants to You a perpetual,
84
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
85
+ copyright license to reproduce, prepare Derivative Works of,
86
+ publicly display, publicly perform, sublicense, and distribute the
87
+ Work and such Derivative Works in Source or Object form.
88
+
89
+ 3. Grant of Patent License. Subject to the terms and conditions of
90
+ this License, each Contributor hereby grants to You a perpetual,
91
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
92
+ (except as stated in this section) patent license to make, have made,
93
+ use, offer to sell, sell, import, and otherwise transfer the Work,
94
+ where such license applies only to those patent claims licensable
95
+ by such Contributor that are necessarily infringed by their
96
+ Contribution(s) alone or by combination of their Contribution(s)
97
+ with the Work to which such Contribution(s) was submitted. If You
98
+ institute patent litigation against any entity (including a
99
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
100
+ or a Contribution incorporated within the Work constitutes direct
101
+ or contributory patent infringement, then any patent licenses
102
+ granted to You under this License for that Work shall terminate
103
+ as of the date such litigation is filed.
104
+
105
+ 4. Redistribution. You may reproduce and distribute copies of the
106
+ Work or Derivative Works thereof in any medium, with or without
107
+ modifications, and in Source or Object form, provided that You
108
+ meet the following conditions:
109
+
110
+ (a) You must give any other recipients of the Work or
111
+ Derivative Works a copy of this License; and
112
+
113
+ (b) You must cause any modified files to carry prominent notices
114
+ stating that You changed the files; and
115
+
116
+ (c) You must retain, in the Source form of any Derivative Works
117
+ that You distribute, all copyright, patent, trademark, and
118
+ attribution notices from the Source form of the Work,
119
+ excluding those notices that do not pertain to any part of
120
+ the Derivative Works; and
121
+
122
+ (d) If the Work includes a "NOTICE" text file as part of its
123
+ distribution, then any Derivative Works that You distribute must
124
+ include a readable copy of the attribution notices contained
125
+ within such NOTICE file, excluding those notices that do not
126
+ pertain to any part of the Derivative Works, in at least one
127
+ of the following places: within a NOTICE text file distributed
128
+ as part of the Derivative Works; within the Source form or
129
+ documentation, if provided along with the Derivative Works; or,
130
+ within a display generated by the Derivative Works, if and
131
+ wherever such third-party notices normally appear. The contents
132
+ of the NOTICE file are for informational purposes only and
133
+ do not modify the License. You may add Your own attribution
134
+ notices within Derivative Works that You distribute, alongside
135
+ or as an addendum to the NOTICE text from the Work, provided
136
+ that such additional attribution notices cannot be construed
137
+ as modifying the License.
138
+
139
+ You may add Your own copyright statement to Your modifications and
140
+ may provide additional or different license terms and conditions
141
+ for use, reproduction, or distribution of Your modifications, or
142
+ for any such Derivative Works as a whole, provided Your use,
143
+ reproduction, and distribution of the Work otherwise complies with
144
+ the conditions stated in this License.
145
+
146
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
147
+ any Contribution intentionally submitted for inclusion in the Work
148
+ by You to the Licensor shall be under the terms and conditions of
149
+ this License, without any additional terms or conditions.
150
+ Notwithstanding the above, nothing herein shall supersede or modify
151
+ the terms of any separate license agreement you may have executed
152
+ with Licensor regarding such Contributions.
153
+
154
+ 6. Trademarks. This License does not grant permission to use the trade
155
+ names, trademarks, service marks, or product names of the Licensor,
156
+ except as required for reasonable and customary use in describing the
157
+ origin of the Work and reproducing the content of the NOTICE file.
158
+
159
+ 7. Disclaimer of Warranty. Unless required by applicable law or
160
+ agreed to in writing, Licensor provides the Work (and each
161
+ Contributor provides its Contributions) on an "AS IS" BASIS,
162
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
163
+ implied, including, without limitation, any warranties or conditions
164
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
165
+ PARTICULAR PURPOSE. You are solely responsible for determining the
166
+ appropriateness of using or redistributing the Work and assume any
167
+ risks associated with Your exercise of permissions under this License.
168
+
169
+ 8. Limitation of Liability. In no event and under no legal theory,
170
+ whether in tort (including negligence), contract, or otherwise,
171
+ unless required by applicable law (such as deliberate and grossly
172
+ negligent acts) or agreed to in writing, shall any Contributor be
173
+ liable to You for damages, including any direct, indirect, special,
174
+ incidental, or consequential damages of any character arising as a
175
+ result of this License or out of the use or inability to use the
176
+ Work (including but not limited to damages for loss of goodwill,
177
+ work stoppage, computer failure or malfunction, or any and all
178
+ other commercial damages or losses), even if such Contributor
179
+ has been advised of the possibility of such damages.
180
+
181
+ 9. Accepting Warranty or Additional Liability. While redistributing
182
+ the Work or Derivative Works thereof, You may choose to offer,
183
+ and charge a fee for, acceptance of support, warranty, indemnity,
184
+ or other liability obligations and/or rights consistent with this
185
+ License. However, in accepting such obligations, You may act only
186
+ on Your own behalf and on Your sole responsibility, not on behalf
187
+ of any other Contributor, and only if You agree to indemnify,
188
+ defend, and hold each Contributor harmless for any liability
189
+ incurred by, or claims asserted against, such Contributor by reason
190
+ of your accepting any such warranty or additional liability.
191
+
192
+ END OF TERMS AND CONDITIONS
193
+
194
+ APPENDIX: How to apply the Apache License to your work.
195
+
196
+ To apply the Apache License to your work, attach the following
197
+ boilerplate notice, with the fields enclosed by brackets "[]"
198
+ replaced with your own identifying information. (Don't include
199
+ the brackets!) The text should be enclosed in the appropriate
200
+ comment syntax for the file format. We also recommend that a
201
+ file or class name and description of purpose be included on the
202
+ same "printed page" as the copyright notice for easier
203
+ identification within third-party archives.
204
+
205
+ Copyright [yyyy] [name of copyright owner]
206
+
207
+ Licensed under the Apache License, Version 2.0 (the "License");
208
+ you may not use this file except in compliance with the License.
209
+ You may obtain a copy of the License at
210
+
211
+ http://www.apache.org/licenses/LICENSE-2.0
212
+
213
+ Unless required by applicable law or agreed to in writing, software
214
+ distributed under the License is distributed on an "AS IS" BASIS,
215
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
216
+ See the License for the specific language governing permissions and
217
+ limitations under the License.
218
+
219
+ </pre>
@@ -0,0 +1,77 @@
1
+ ## DOM Level 3 Core Specification v1.0
2
+
3
+ ### W3C Software Notice
4
+ <pre>
5
+ Copyright © 2004 World Wide Web Consortium, (Massachusetts Institute of Technology,
6
+ European Research Consortium for Informatics and Mathematics, Keio University).
7
+ All Rights Reserved.
8
+
9
+ The DOM bindings are published under the W3C Software Copyright Notice and License.
10
+ The software license requires "Notice of any changes or modifications to the W3C
11
+ files, including the date changes were made." Consequently, modified versions of
12
+ the DOM bindings must document that they do not conform to the W3C standard; in the
13
+ case of the IDL definitions, the pragma prefix can no longer be 'w3c.org'; in the
14
+ case of the Java language binding, the package names can no longer be in the
15
+ 'org.w3c' package.
16
+ </pre>
17
+
18
+ ### W3C License
19
+ <pre>
20
+
21
+ W3C SOFTWARE NOTICE AND LICENSE
22
+
23
+ http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
24
+
25
+ This work (and included software, documentation such as READMEs, or other
26
+ related items) is being provided by the copyright holders under the following
27
+ license. By obtaining, using and/or copying this work, you (the licensee)
28
+ agree that you have read, understood, and will comply with the following terms
29
+ and conditions.
30
+
31
+ Permission to copy, modify, and distribute this software and its
32
+ documentation, with or without modification, for any purpose and without fee
33
+ or royalty is hereby granted, provided that you include the following on ALL
34
+ copies of the software and documentation or portions thereof, including
35
+ modifications:
36
+
37
+ 1.The full text of this NOTICE in a location viewable to users of the
38
+ redistributed or derivative work.
39
+
40
+ 2.Any pre-existing intellectual property disclaimers, notices, or terms and
41
+ conditions. If none exist, the W3C Software Short Notice should be included
42
+ (hypertext is preferred, text is permitted) within the body of any
43
+ redistributed or derivative code.
44
+
45
+ 3.Notice of any changes or modifications to the files, including the date
46
+ changes were made. (We recommend you provide URIs to the location from
47
+ which the code is derived.)
48
+
49
+ THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS
50
+ MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
51
+ LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
52
+ PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY
53
+ THIRD PARTY PATENTS,COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
54
+
55
+ COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
56
+ OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
57
+ DOCUMENTATION. The name and trademarks of copyright holders may NOT be used
58
+ in advertising or publicity pertaining to the software without specific,
59
+ written prior permission. Title to copyright in this software and any
60
+ associated documentation will at all times remain with copyright holders.
61
+
62
+ ____________________________________
63
+
64
+ This formulation of W3C's notice and license became active on December 31
65
+ 2002. This version removes the copyright ownership notice such that this
66
+ license can be used with materials other than those owned by the W3C, reflects
67
+ that ERCIM is now a host of the W3C, includes references to this specific
68
+ dated version of the license, and removes the ambiguous grant of "use".
69
+ Otherwise, this version is the same as the previous version and is written so
70
+ as to preserve the Free Software Foundation's assessment of GPL compatibility
71
+ and OSI's certification under the Open Source Definition. Please see our
72
+ Copyright FAQ for common questions about using materials from our site,
73
+ including specific terms and conditions for packages like libwww, Amaya, and
74
+ Jigsaw. Other questions about this notice can be directed to
75
+ site-policy@w3.org.
76
+
77
+ </pre>
@@ -0,0 +1,31 @@
1
+ ## CUP Parser Generator for Java v 0.11b
2
+
3
+ ### CUP Parser Generator License
4
+
5
+ ```
6
+ Copyright 1996-2015 by Scott Hudson, Frank Flannery, C. Scott Ananian, Michael Petter
7
+
8
+ Permission to use, copy, modify, and distribute this software and its
9
+ documentation for any purpose and without fee is hereby granted, provided
10
+ that the above copyright notice appear in all copies and that both
11
+ the copyright notice and this permission notice and warranty disclaimer
12
+ appear in supporting documentation, and that the names of the authors or
13
+ their employers not be used in advertising or publicity pertaining to
14
+ distribution of the software without specific, written prior permission.
15
+
16
+ The authors and their employers disclaim all warranties with regard to
17
+ this software, including all implied warranties of merchantability and
18
+ fitness. In no event shall the authors or their employers be liable for
19
+ any special, indirect or consequential damages or any damages whatsoever
20
+ resulting from loss of use, data or profits, whether in an action of
21
+ contract, negligence or other tortious action, arising out of or in
22
+ connection with the use or performance of this software.
23
+ ```
24
+ ---
25
+ ```
26
+ This is an open source license. It is also GPL-Compatible (see entry for
27
+ "Standard ML of New Jersey"). The portions of CUP output which are hard-coded
28
+ into the CUP source code are (naturally) covered by this same license, as is
29
+ the CUP runtime code linked with the generated parser.
30
+ ```
31
+
@@ -0,0 +1,255 @@
1
+ ## Apache Xalan v2.7.2
2
+
3
+ ### Apache Xalan Notice
4
+ <pre>
5
+
6
+ ======================================================================================
7
+ == NOTICE file corresponding to the section 4d of the Apache License, Version 2.0, ==
8
+ == in this case for the Apache Xalan distribution. ==
9
+ ======================================================================================
10
+
11
+ This product includes software developed by
12
+ The Apache Software Foundation (http://www.apache.org/).
13
+
14
+ Specifically, we only include the XSLTC portion of the source from the Xalan distribution.
15
+ The Xalan project has two processors: an interpretive one (Xalan Interpretive) and a
16
+ compiled one (The XSLT Compiler (XSLTC)). We *only* use the XSLTC part of Xalan; We use
17
+ the source from the packages that are part of the XSLTC sources.
18
+
19
+ Portions of this software was originally based on the following:
20
+
21
+ - software copyright (c) 1999-2002, Lotus Development Corporation., http://www.lotus.com.
22
+ - software copyright (c) 2001-2002, Sun Microsystems., http://www.sun.com.
23
+ - software copyright (c) 2003, IBM Corporation., http://www.ibm.com.
24
+ - voluntary contributions made by Ovidiu Predescu (ovidiu@cup.hp.com) on behalf of the
25
+ Apache Software Foundation and was originally developed at Hewlett Packard Company.
26
+
27
+ </pre>
28
+
29
+ ### Apache 2.0 License
30
+ <pre>
31
+
32
+ Apache License
33
+ Version 2.0, January 2004
34
+ http://www.apache.org/licenses/
35
+
36
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
37
+
38
+ 1. Definitions.
39
+
40
+ "License" shall mean the terms and conditions for use, reproduction,
41
+ and distribution as defined by Sections 1 through 9 of this document.
42
+
43
+ "Licensor" shall mean the copyright owner or entity authorized by
44
+ the copyright owner that is granting the License.
45
+
46
+ "Legal Entity" shall mean the union of the acting entity and all
47
+ other entities that control, are controlled by, or are under common
48
+ control with that entity. For the purposes of this definition,
49
+ "control" means (i) the power, direct or indirect, to cause the
50
+ direction or management of such entity, whether by contract or
51
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
52
+ outstanding shares, or (iii) beneficial ownership of such entity.
53
+
54
+ "You" (or "Your") shall mean an individual or Legal Entity
55
+ exercising permissions granted by this License.
56
+
57
+ "Source" form shall mean the preferred form for making modifications,
58
+ including but not limited to software source code, documentation
59
+ source, and configuration files.
60
+
61
+ "Object" form shall mean any form resulting from mechanical
62
+ transformation or translation of a Source form, including but
63
+ not limited to compiled object code, generated documentation,
64
+ and conversions to other media types.
65
+
66
+ "Work" shall mean the work of authorship, whether in Source or
67
+ Object form, made available under the License, as indicated by a
68
+ copyright notice that is included in or attached to the work
69
+ (an example is provided in the Appendix below).
70
+
71
+ "Derivative Works" shall mean any work, whether in Source or Object
72
+ form, that is based on (or derived from) the Work and for which the
73
+ editorial revisions, annotations, elaborations, or other modifications
74
+ represent, as a whole, an original work of authorship. For the purposes
75
+ of this License, Derivative Works shall not include works that remain
76
+ separable from, or merely link (or bind by name) to the interfaces of,
77
+ the Work and Derivative Works thereof.
78
+
79
+ "Contribution" shall mean any work of authorship, including
80
+ the original version of the Work and any modifications or additions
81
+ to that Work or Derivative Works thereof, that is intentionally
82
+ submitted to Licensor for inclusion in the Work by the copyright owner
83
+ or by an individual or Legal Entity authorized to submit on behalf of
84
+ the copyright owner. For the purposes of this definition, "submitted"
85
+ means any form of electronic, verbal, or written communication sent
86
+ to the Licensor or its representatives, including but not limited to
87
+ communication on electronic mailing lists, source code control systems,
88
+ and issue tracking systems that are managed by, or on behalf of, the
89
+ Licensor for the purpose of discussing and improving the Work, but
90
+ excluding communication that is conspicuously marked or otherwise
91
+ designated in writing by the copyright owner as "Not a Contribution."
92
+
93
+ "Contributor" shall mean Licensor and any individual or Legal Entity
94
+ on behalf of whom a Contribution has been received by Licensor and
95
+ subsequently incorporated within the Work.
96
+
97
+ 2. Grant of Copyright License. Subject to the terms and conditions of
98
+ this License, each Contributor hereby grants to You a perpetual,
99
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
100
+ copyright license to reproduce, prepare Derivative Works of,
101
+ publicly display, publicly perform, sublicense, and distribute the
102
+ Work and such Derivative Works in Source or Object form.
103
+
104
+ 3. Grant of Patent License. Subject to the terms and conditions of
105
+ this License, each Contributor hereby grants to You a perpetual,
106
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
107
+ (except as stated in this section) patent license to make, have made,
108
+ use, offer to sell, sell, import, and otherwise transfer the Work,
109
+ where such license applies only to those patent claims licensable
110
+ by such Contributor that are necessarily infringed by their
111
+ Contribution(s) alone or by combination of their Contribution(s)
112
+ with the Work to which such Contribution(s) was submitted. If You
113
+ institute patent litigation against any entity (including a
114
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
115
+ or a Contribution incorporated within the Work constitutes direct
116
+ or contributory patent infringement, then any patent licenses
117
+ granted to You under this License for that Work shall terminate
118
+ as of the date such litigation is filed.
119
+
120
+ 4. Redistribution. You may reproduce and distribute copies of the
121
+ Work or Derivative Works thereof in any medium, with or without
122
+ modifications, and in Source or Object form, provided that You
123
+ meet the following conditions:
124
+
125
+ (a) You must give any other recipients of the Work or
126
+ Derivative Works a copy of this License; and
127
+
128
+ (b) You must cause any modified files to carry prominent notices
129
+ stating that You changed the files; and
130
+
131
+ (c) You must retain, in the Source form of any Derivative Works
132
+ that You distribute, all copyright, patent, trademark, and
133
+ attribution notices from the Source form of the Work,
134
+ excluding those notices that do not pertain to any part of
135
+ the Derivative Works; and
136
+
137
+ (d) If the Work includes a "NOTICE" text file as part of its
138
+ distribution, then any Derivative Works that You distribute must
139
+ include a readable copy of the attribution notices contained
140
+ within such NOTICE file, excluding those notices that do not
141
+ pertain to any part of the Derivative Works, in at least one
142
+ of the following places: within a NOTICE text file distributed
143
+ as part of the Derivative Works; within the Source form or
144
+ documentation, if provided along with the Derivative Works; or,
145
+ within a display generated by the Derivative Works, if and
146
+ wherever such third-party notices normally appear. The contents
147
+ of the NOTICE file are for informational purposes only and
148
+ do not modify the License. You may add Your own attribution
149
+ notices within Derivative Works that You distribute, alongside
150
+ or as an addendum to the NOTICE text from the Work, provided
151
+ that such additional attribution notices cannot be construed
152
+ as modifying the License.
153
+
154
+ You may add Your own copyright statement to Your modifications and
155
+ may provide additional or different license terms and conditions
156
+ for use, reproduction, or distribution of Your modifications, or
157
+ for any such Derivative Works as a whole, provided Your use,
158
+ reproduction, and distribution of the Work otherwise complies with
159
+ the conditions stated in this License.
160
+
161
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
162
+ any Contribution intentionally submitted for inclusion in the Work
163
+ by You to the Licensor shall be under the terms and conditions of
164
+ this License, without any additional terms or conditions.
165
+ Notwithstanding the above, nothing herein shall supersede or modify
166
+ the terms of any separate license agreement you may have executed
167
+ with Licensor regarding such Contributions.
168
+
169
+ 6. Trademarks. This License does not grant permission to use the trade
170
+ names, trademarks, service marks, or product names of the Licensor,
171
+ except as required for reasonable and customary use in describing the
172
+ origin of the Work and reproducing the content of the NOTICE file.
173
+
174
+ 7. Disclaimer of Warranty. Unless required by applicable law or
175
+ agreed to in writing, Licensor provides the Work (and each
176
+ Contributor provides its Contributions) on an "AS IS" BASIS,
177
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
178
+ implied, including, without limitation, any warranties or conditions
179
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
180
+ PARTICULAR PURPOSE. You are solely responsible for determining the
181
+ appropriateness of using or redistributing the Work and assume any
182
+ risks associated with Your exercise of permissions under this License.
183
+
184
+ 8. Limitation of Liability. In no event and under no legal theory,
185
+ whether in tort (including negligence), contract, or otherwise,
186
+ unless required by applicable law (such as deliberate and grossly
187
+ negligent acts) or agreed to in writing, shall any Contributor be
188
+ liable to You for damages, including any direct, indirect, special,
189
+ incidental, or consequential damages of any character arising as a
190
+ result of this License or out of the use or inability to use the
191
+ Work (including but not limited to damages for loss of goodwill,
192
+ work stoppage, computer failure or malfunction, or any and all
193
+ other commercial damages or losses), even if such Contributor
194
+ has been advised of the possibility of such damages.
195
+
196
+ 9. Accepting Warranty or Additional Liability. While redistributing
197
+ the Work or Derivative Works thereof, You may choose to offer,
198
+ and charge a fee for, acceptance of support, warranty, indemnity,
199
+ or other liability obligations and/or rights consistent with this
200
+ License. However, in accepting such obligations, You may act only
201
+ on Your own behalf and on Your sole responsibility, not on behalf
202
+ of any other Contributor, and only if You agree to indemnify,
203
+ defend, and hold each Contributor harmless for any liability
204
+ incurred by, or claims asserted against, such Contributor by reason
205
+ of your accepting any such warranty or additional liability.
206
+
207
+ END OF TERMS AND CONDITIONS
208
+
209
+ APPENDIX: How to apply the Apache License to your work.
210
+
211
+ To apply the Apache License to your work, attach the following
212
+ boilerplate notice, with the fields enclosed by brackets "[]"
213
+ replaced with your own identifying information. (Don't include
214
+ the brackets!) The text should be enclosed in the appropriate
215
+ comment syntax for the file format. We also recommend that a
216
+ file or class name and description of purpose be included on the
217
+ same "printed page" as the copyright notice for easier
218
+ identification within third-party archives.
219
+
220
+ Copyright [yyyy] [name of copyright owner]
221
+
222
+ Licensed under the Apache License, Version 2.0 (the "License");
223
+ you may not use this file except in compliance with the License.
224
+ You may obtain a copy of the License at
225
+
226
+ http://www.apache.org/licenses/LICENSE-2.0
227
+
228
+ Unless required by applicable law or agreed to in writing, software
229
+ distributed under the License is distributed on an "AS IS" BASIS,
230
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
231
+ See the License for the specific language governing permissions and
232
+ limitations under the License.
233
+
234
+
235
+ JLEX COPYRIGHT NOTICE, LICENSE AND DISCLAIMER.
236
+ Copyright 1996-2003 by Elliot Joel Berk and C. Scott Ananian
237
+ Permission to use, copy, modify, and distribute this software and
238
+ its documentation for any purpose and without fee is hereby granted,
239
+ provided that the above copyright notice appear in all copies and that
240
+ both the copyright notice and this permission notice and warranty
241
+ disclaimer appear in supporting documentation, and that the name of
242
+ the authors or their employers not be used in advertising or publicity
243
+ pertaining to distribution of the software without specific, written
244
+ prior permission.
245
+ The authors and their employers disclaim all warranties with regard to
246
+ this software, including all implied warranties of merchantability and
247
+ fitness. In no event shall the authors or their employers be liable for
248
+ any special, indirect or consequential damages or any damages whatsoever
249
+ resulting from loss of use, data or profits, whether in an action of
250
+ contract, negligence or other tortious action, arising out of or in
251
+ connection with the use or performance of this software.The portions of
252
+ JLex output which are hard-coded into the JLex source code are (naturally)
253
+ covered by this same license.
254
+
255
+ </pre>