@ibm/zapp-core 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +506 -0
- package/NOTICES.txt +550 -0
- package/README.md +5 -0
- package/lib/index.d.ts +539 -0
- package/lib/index.js +1 -0
- package/package.json +132 -0
- package/resources/zapp-schema-1.0.0.json +344 -0
package/NOTICES.txt
ADDED
|
@@ -0,0 +1,550 @@
|
|
|
1
|
+
NOTICES AND INFORMATION
|
|
2
|
+
|
|
3
|
+
IBM Zapp Core Library V1.0
|
|
4
|
+
|
|
5
|
+
The IBM license agreement and any applicable information on the web
|
|
6
|
+
download page for IBM products refers Licensee to this file for details
|
|
7
|
+
concerning notices applicable to code included in the products listed
|
|
8
|
+
above ("the Program").
|
|
9
|
+
|
|
10
|
+
Notwithstanding the terms and conditions of any other agreement Licensee
|
|
11
|
+
may have with IBM or any of its related or affiliated entities
|
|
12
|
+
(collectively "IBM"), the third party code identified below is subject
|
|
13
|
+
to the terms and conditions of the IBM license agreement for the Program
|
|
14
|
+
and not the license terms that may be contained in the notices below.
|
|
15
|
+
The notices are provided for informational purposes.
|
|
16
|
+
|
|
17
|
+
Please note: This Notices file may identify information that is not used
|
|
18
|
+
by, or that was not shipped with, the Program as Licensee installed it.
|
|
19
|
+
|
|
20
|
+
IMPORTANT: IBM does not represent or warrant that the information in this
|
|
21
|
+
NOTICES file is accurate. Third party websites are independent of IBM and
|
|
22
|
+
IBM does not represent or warrant that the information on any third party
|
|
23
|
+
website referenced in this NOTICES file is accurate. IBM disclaims any
|
|
24
|
+
and all liability for errors and omissions or for any damages accruing
|
|
25
|
+
from the use of this NOTICES file or its contents, including without
|
|
26
|
+
limitation URLs or references to any third party websites.
|
|
27
|
+
|
|
28
|
+
Start of Notices for IBM Zapp Core Library 1.0.0
|
|
29
|
+
=====================================================================
|
|
30
|
+
|
|
31
|
+
=====================================================================
|
|
32
|
+
START OF MIT LICENSE NOTICES AND INFORMATION
|
|
33
|
+
=====================================================================
|
|
34
|
+
|
|
35
|
+
MIT LICENSE CODE. The Program includes all or portions of the following
|
|
36
|
+
software which is available under the MIT License.
|
|
37
|
+
|
|
38
|
+
fast-deep-equal 3.x
|
|
39
|
+
Copyright 2017 Evgeny Poberezkin
|
|
40
|
+
|
|
41
|
+
argparse 1.x
|
|
42
|
+
Copyright 2012 "Vitaly Puzrin" (https://github.com/puzrin)
|
|
43
|
+
|
|
44
|
+
punycode 2.x
|
|
45
|
+
Copyright Mathias Bynens <https://mathiasbynens.be/>
|
|
46
|
+
|
|
47
|
+
json-schema-traverse 1.x
|
|
48
|
+
Copyright 2017 Evgeny Poberezkin
|
|
49
|
+
|
|
50
|
+
js-yaml 3.x
|
|
51
|
+
Copyright 2011-2015 by Vitaly Puzrin
|
|
52
|
+
|
|
53
|
+
require-from-string 2.x
|
|
54
|
+
Copyright Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
|
55
|
+
|
|
56
|
+
lodash 4.x
|
|
57
|
+
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
58
|
+
|
|
59
|
+
js-yaml 4.x
|
|
60
|
+
Copyright 2011-2015 by Vitaly Puzrin
|
|
61
|
+
|
|
62
|
+
ajv 7.x
|
|
63
|
+
Copyright 2015-2021 Evgeny Poberezkin
|
|
64
|
+
|
|
65
|
+
ajv-formats 1.x
|
|
66
|
+
Copyright 2020 Evgeny Poberezkin
|
|
67
|
+
|
|
68
|
+
yawn-yaml 1.x
|
|
69
|
+
Copyright 2015 Mohsen Azimi
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
MIT License
|
|
75
|
+
|
|
76
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
77
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
78
|
+
in the Software without restriction, including without limitation the rights
|
|
79
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
80
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
81
|
+
furnished to do so, subject to the following conditions:
|
|
82
|
+
|
|
83
|
+
The above copyright notice and this permission notice shall be included in all
|
|
84
|
+
copies or substantial portions of the Software.
|
|
85
|
+
|
|
86
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
87
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
88
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
89
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
90
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
91
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
92
|
+
SOFTWARE.
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
=====================================================================
|
|
96
|
+
END OF MIT LICENSE NOTICES AND INFORMATION
|
|
97
|
+
=====================================================================
|
|
98
|
+
|
|
99
|
+
=====================================================================
|
|
100
|
+
START OF PYTHON SOFTWARE FOUNDATION LICENSE NOTICES AND INFORMATION
|
|
101
|
+
=====================================================================
|
|
102
|
+
The Program includes some or all of the following that IBM obtained under the Python Software Foundation License.
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
argparse 2.x
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
A. HISTORY OF THE SOFTWARE
|
|
113
|
+
==========================
|
|
114
|
+
|
|
115
|
+
Python was created in the early 1990s by Guido van Rossum at Stichting
|
|
116
|
+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
|
|
117
|
+
as a successor of a language called ABC. Guido remains Python's
|
|
118
|
+
principal author, although it includes many contributions from others.
|
|
119
|
+
|
|
120
|
+
In 1995, Guido continued his work on Python at the Corporation for
|
|
121
|
+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
|
|
122
|
+
in Reston, Virginia where he released several versions of the
|
|
123
|
+
software.
|
|
124
|
+
|
|
125
|
+
In May 2000, Guido and the Python core development team moved to
|
|
126
|
+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
|
|
127
|
+
year, the PythonLabs team moved to Digital Creations (now Zope
|
|
128
|
+
Corporation, see http://www.zope.com). In 2001, the Python Software
|
|
129
|
+
Foundation (PSF, see http://www.python.org/psf/) was formed, a
|
|
130
|
+
non-profit organization created specifically to own Python-related
|
|
131
|
+
Intellectual Property. Zope Corporation is a sponsoring member of
|
|
132
|
+
the PSF.
|
|
133
|
+
|
|
134
|
+
All Python releases are Open Source (see http://www.opensource.org for
|
|
135
|
+
the Open Source Definition). Historically, most, but not all, Python
|
|
136
|
+
releases have also been GPL-compatible; the table below summarizes
|
|
137
|
+
the various releases.
|
|
138
|
+
|
|
139
|
+
Release Derived Year Owner GPL-
|
|
140
|
+
from compatible? (1)
|
|
141
|
+
|
|
142
|
+
0.9.0 thru 1.2 1991-1995 CWI yes
|
|
143
|
+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
|
|
144
|
+
1.6 1.5.2 2000 CNRI no
|
|
145
|
+
2.0 1.6 2000 BeOpen.com no
|
|
146
|
+
1.6.1 1.6 2001 CNRI yes (2)
|
|
147
|
+
2.1 2.0+1.6.1 2001 PSF no
|
|
148
|
+
2.0.1 2.0+1.6.1 2001 PSF yes
|
|
149
|
+
2.1.1 2.1+2.0.1 2001 PSF yes
|
|
150
|
+
2.2 2.1.1 2001 PSF yes
|
|
151
|
+
2.1.2 2.1.1 2002 PSF yes
|
|
152
|
+
2.1.3 2.1.2 2002 PSF yes
|
|
153
|
+
2.2.1 2.2 2002 PSF yes
|
|
154
|
+
2.2.2 2.2.1 2002 PSF yes
|
|
155
|
+
2.2.3 2.2.2 2003 PSF yes
|
|
156
|
+
2.3 2.2.2 2002-2003 PSF yes
|
|
157
|
+
2.3.1 2.3 2002-2003 PSF yes
|
|
158
|
+
2.3.2 2.3.1 2002-2003 PSF yes
|
|
159
|
+
2.3.3 2.3.2 2002-2003 PSF yes
|
|
160
|
+
2.3.4 2.3.3 2004 PSF yes
|
|
161
|
+
2.3.5 2.3.4 2005 PSF yes
|
|
162
|
+
2.4 2.3 2004 PSF yes
|
|
163
|
+
2.4.1 2.4 2005 PSF yes
|
|
164
|
+
2.4.2 2.4.1 2005 PSF yes
|
|
165
|
+
2.4.3 2.4.2 2006 PSF yes
|
|
166
|
+
2.5 2.4 2006 PSF yes
|
|
167
|
+
2.7 2.6 2010 PSF yes
|
|
168
|
+
|
|
169
|
+
Footnotes:
|
|
170
|
+
|
|
171
|
+
(1) GPL-compatible doesn't mean that we're distributing Python under
|
|
172
|
+
the GPL. All Python licenses, unlike the GPL, let you distribute
|
|
173
|
+
a modified version without making your changes open source. The
|
|
174
|
+
GPL-compatible licenses make it possible to combine Python with
|
|
175
|
+
other software that is released under the GPL; the others don't.
|
|
176
|
+
|
|
177
|
+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
|
|
178
|
+
because its license has a choice of law clause. According to
|
|
179
|
+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
|
|
180
|
+
is "not incompatible" with the GPL.
|
|
181
|
+
|
|
182
|
+
Thanks to the many outside volunteers who have worked under Guido's
|
|
183
|
+
direction to make these releases possible.
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
|
|
187
|
+
===============================================================
|
|
188
|
+
|
|
189
|
+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
|
|
190
|
+
--------------------------------------------
|
|
191
|
+
|
|
192
|
+
1. This LICENSE AGREEMENT is between the Python Software Foundation
|
|
193
|
+
("PSF"), and the Individual or Organization ("Licensee") accessing and
|
|
194
|
+
otherwise using this software ("Python") in source or binary form and
|
|
195
|
+
its associated documentation.
|
|
196
|
+
|
|
197
|
+
2. Subject to the terms and conditions of this License Agreement, PSF
|
|
198
|
+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
|
199
|
+
license to reproduce, analyze, test, perform and/or display publicly,
|
|
200
|
+
prepare derivative works, distribute, and otherwise use Python
|
|
201
|
+
alone or in any derivative version, provided, however, that PSF's
|
|
202
|
+
License Agreement and PSF's notice of copyright, i.e., "Copyright (c)
|
|
203
|
+
2001, 2002, 2003, 2004, 2005, 2006 Python Software Foundation; All Rights
|
|
204
|
+
Reserved" are retained in Python alone or in any derivative version
|
|
205
|
+
prepared by Licensee.
|
|
206
|
+
|
|
207
|
+
3. In the event Licensee prepares a derivative work that is based on
|
|
208
|
+
or incorporates Python or any part thereof, and wants to make
|
|
209
|
+
the derivative work available to others as provided herein, then
|
|
210
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
|
211
|
+
the changes made to Python.
|
|
212
|
+
|
|
213
|
+
4. PSF is making Python available to Licensee on an "AS IS"
|
|
214
|
+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
215
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
|
|
216
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
217
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
|
|
218
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
219
|
+
|
|
220
|
+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
|
221
|
+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
|
222
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
|
|
223
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
224
|
+
|
|
225
|
+
6. This License Agreement will automatically terminate upon a material
|
|
226
|
+
breach of its terms and conditions.
|
|
227
|
+
|
|
228
|
+
7. Nothing in this License Agreement shall be deemed to create any
|
|
229
|
+
relationship of agency, partnership, or joint venture between PSF and
|
|
230
|
+
Licensee. This License Agreement does not grant permission to use PSF
|
|
231
|
+
trademarks or trade name in a trademark sense to endorse or promote
|
|
232
|
+
products or services of Licensee, or any third party.
|
|
233
|
+
|
|
234
|
+
8. By copying, installing or otherwise using Python, Licensee
|
|
235
|
+
agrees to be bound by the terms and conditions of this License
|
|
236
|
+
Agreement.
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
|
|
240
|
+
-------------------------------------------
|
|
241
|
+
|
|
242
|
+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
|
|
243
|
+
|
|
244
|
+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
|
|
245
|
+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
|
|
246
|
+
Individual or Organization ("Licensee") accessing and otherwise using
|
|
247
|
+
this software in source or binary form and its associated
|
|
248
|
+
documentation ("the Software").
|
|
249
|
+
|
|
250
|
+
2. Subject to the terms and conditions of this BeOpen Python License
|
|
251
|
+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
|
|
252
|
+
royalty-free, world-wide license to reproduce, analyze, test, perform
|
|
253
|
+
and/or display publicly, prepare derivative works, distribute, and
|
|
254
|
+
otherwise use the Software alone or in any derivative version,
|
|
255
|
+
provided, however, that the BeOpen Python License is retained in the
|
|
256
|
+
Software, alone or in any derivative version prepared by Licensee.
|
|
257
|
+
|
|
258
|
+
3. BeOpen is making the Software available to Licensee on an "AS IS"
|
|
259
|
+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
260
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
|
|
261
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
262
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
|
|
263
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
264
|
+
|
|
265
|
+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
|
|
266
|
+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
|
|
267
|
+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
|
|
268
|
+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
269
|
+
|
|
270
|
+
5. This License Agreement will automatically terminate upon a material
|
|
271
|
+
breach of its terms and conditions.
|
|
272
|
+
|
|
273
|
+
6. This License Agreement shall be governed by and interpreted in all
|
|
274
|
+
respects by the law of the State of California, excluding conflict of
|
|
275
|
+
law provisions. Nothing in this License Agreement shall be deemed to
|
|
276
|
+
create any relationship of agency, partnership, or joint venture
|
|
277
|
+
between BeOpen and Licensee. This License Agreement does not grant
|
|
278
|
+
permission to use BeOpen trademarks or trade names in a trademark
|
|
279
|
+
sense to endorse or promote products or services of Licensee, or any
|
|
280
|
+
third party. As an exception, the "BeOpen Python" logos available at
|
|
281
|
+
http://www.pythonlabs.com/logos.html may be used according to the
|
|
282
|
+
permissions granted on that web page.
|
|
283
|
+
|
|
284
|
+
7. By copying, installing or otherwise using the software, Licensee
|
|
285
|
+
agrees to be bound by the terms and conditions of this License
|
|
286
|
+
Agreement.
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
|
|
290
|
+
---------------------------------------
|
|
291
|
+
|
|
292
|
+
1. This LICENSE AGREEMENT is between the Corporation for National
|
|
293
|
+
Research Initiatives, having an office at 1895 Preston White Drive,
|
|
294
|
+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
|
|
295
|
+
("Licensee") accessing and otherwise using Python 1.6.1 software in
|
|
296
|
+
source or binary form and its associated documentation.
|
|
297
|
+
|
|
298
|
+
2. Subject to the terms and conditions of this License Agreement, CNRI
|
|
299
|
+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
|
|
300
|
+
license to reproduce, analyze, test, perform and/or display publicly,
|
|
301
|
+
prepare derivative works, distribute, and otherwise use Python 1.6.1
|
|
302
|
+
alone or in any derivative version, provided, however, that CNRI's
|
|
303
|
+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
|
|
304
|
+
1995-2001 Corporation for National Research Initiatives; All Rights
|
|
305
|
+
Reserved" are retained in Python 1.6.1 alone or in any derivative
|
|
306
|
+
version prepared by Licensee. Alternately, in lieu of CNRI's License
|
|
307
|
+
Agreement, Licensee may substitute the following text (omitting the
|
|
308
|
+
quotes): "Python 1.6.1 is made available subject to the terms and
|
|
309
|
+
conditions in CNRI's License Agreement. This Agreement together with
|
|
310
|
+
Python 1.6.1 may be located on the Internet using the following
|
|
311
|
+
unique, persistent identifier (known as a handle): 1895.22/1013. This
|
|
312
|
+
Agreement may also be obtained from a proxy server on the Internet
|
|
313
|
+
using the following URL: http://hdl.handle.net/1895.22/1013".
|
|
314
|
+
|
|
315
|
+
3. In the event Licensee prepares a derivative work that is based on
|
|
316
|
+
or incorporates Python 1.6.1 or any part thereof, and wants to make
|
|
317
|
+
the derivative work available to others as provided herein, then
|
|
318
|
+
Licensee hereby agrees to include in any such work a brief summary of
|
|
319
|
+
the changes made to Python 1.6.1.
|
|
320
|
+
|
|
321
|
+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
|
|
322
|
+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
|
|
323
|
+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
|
|
324
|
+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
|
|
325
|
+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
|
|
326
|
+
INFRINGE ANY THIRD PARTY RIGHTS.
|
|
327
|
+
|
|
328
|
+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
|
|
329
|
+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
|
|
330
|
+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
|
|
331
|
+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
|
|
332
|
+
|
|
333
|
+
6. This License Agreement will automatically terminate upon a material
|
|
334
|
+
breach of its terms and conditions.
|
|
335
|
+
|
|
336
|
+
7. This License Agreement shall be governed by the federal
|
|
337
|
+
intellectual property law of the United States, including without
|
|
338
|
+
limitation the federal copyright law, and, to the extent such
|
|
339
|
+
U.S. federal law does not apply, by the law of the Commonwealth of
|
|
340
|
+
Virginia, excluding Virginia's conflict of law provisions.
|
|
341
|
+
Notwithstanding the foregoing, with regard to derivative works based
|
|
342
|
+
on Python 1.6.1 that incorporate non-separable material that was
|
|
343
|
+
previously distributed under the GNU General Public License (GPL), the
|
|
344
|
+
law of the Commonwealth of Virginia shall govern this License
|
|
345
|
+
Agreement only as to issues arising under or with respect to
|
|
346
|
+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
|
|
347
|
+
License Agreement shall be deemed to create any relationship of
|
|
348
|
+
agency, partnership, or joint venture between CNRI and Licensee. This
|
|
349
|
+
License Agreement does not grant permission to use CNRI trademarks or
|
|
350
|
+
trade name in a trademark sense to endorse or promote products or
|
|
351
|
+
services of Licensee, or any third party.
|
|
352
|
+
|
|
353
|
+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
|
|
354
|
+
installing or otherwise using Python 1.6.1, Licensee agrees to be
|
|
355
|
+
bound by the terms and conditions of this License Agreement.
|
|
356
|
+
|
|
357
|
+
ACCEPT
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
|
|
361
|
+
--------------------------------------------------
|
|
362
|
+
|
|
363
|
+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
|
|
364
|
+
The Netherlands. All rights reserved.
|
|
365
|
+
|
|
366
|
+
Permission to use, copy, modify, and distribute this software and its
|
|
367
|
+
documentation for any purpose and without fee is hereby granted,
|
|
368
|
+
provided that the above copyright notice appear in all copies and that
|
|
369
|
+
both that copyright notice and this permission notice appear in
|
|
370
|
+
supporting documentation, and that the name of Stichting Mathematisch
|
|
371
|
+
Centrum or CWI not be used in advertising or publicity pertaining to
|
|
372
|
+
distribution of the software without specific, written prior
|
|
373
|
+
permission.
|
|
374
|
+
|
|
375
|
+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
|
|
376
|
+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
|
377
|
+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
|
|
378
|
+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
379
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
380
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
|
381
|
+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
=====================================================================
|
|
385
|
+
End OF PYTHON SOFTWARE FOUNDATION LICENSE NOTICES AND INFORMATION
|
|
386
|
+
=====================================================================
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
=====================================================================
|
|
391
|
+
START OF BSD-2-CLAUSE LICENSE NOTICES AND INFORMATION
|
|
392
|
+
=====================================================================
|
|
393
|
+
|
|
394
|
+
BSD-2-Clause
|
|
395
|
+
|
|
396
|
+
The Program includes some or all of the following that IBM obtained under the BSD-2-Clause License:
|
|
397
|
+
|
|
398
|
+
esprima 4.x
|
|
399
|
+
uri-js 4.x
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
BSD-2-CLAUSE LICENSE
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
|
410
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
|
411
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
|
412
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
=====================================================================
|
|
416
|
+
END OF BSD-2-CLAUSE LICENSE NOTICES AND INFORMATION
|
|
417
|
+
=====================================================================
|
|
418
|
+
|
|
419
|
+
=====================================================================
|
|
420
|
+
START OF BSD-3-CLAUSE LICENSE NOTICES AND INFORMATION
|
|
421
|
+
=====================================================================
|
|
422
|
+
|
|
423
|
+
BSD-3-Clause License
|
|
424
|
+
|
|
425
|
+
The Program includes some or all of the following that IBM obtained
|
|
426
|
+
under the BSD-3-Clause License:
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
sprintf-js
|
|
430
|
+
Copyright (c) 2007-2014, Alexandru Marasteanu (hello [at) alexei (dot] ro)
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
BSD-3-CLAUSE LICENSE
|
|
435
|
+
|
|
436
|
+
All rights reserved.
|
|
437
|
+
|
|
438
|
+
Redistribution and use in source and binary forms, with or without modification, is permitted
|
|
439
|
+
provided that the following conditions are met:
|
|
440
|
+
|
|
441
|
+
Redistributions of source code must retain the above copyright notice, this list of
|
|
442
|
+
conditions and the following disclaimer.
|
|
443
|
+
|
|
444
|
+
Redistributions in binary form must reproduce the above copyright notice, this list of
|
|
445
|
+
conditions and the following disclaimer in the documentation and/or other materials
|
|
446
|
+
provided with the distribution.
|
|
447
|
+
|
|
448
|
+
Neither the name of the <ORGANIZATION> nor the names of its contributors may be used
|
|
449
|
+
to endorse or promote products derived from this software without specific prior written
|
|
450
|
+
permission.
|
|
451
|
+
|
|
452
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS
|
|
453
|
+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
454
|
+
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
|
|
455
|
+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
456
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
457
|
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
458
|
+
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
459
|
+
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
=====================================================================
|
|
463
|
+
END OF BSD-3-CLAUSE LICENSE NOTICES AND INFORMATION
|
|
464
|
+
=====================================================================
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
=====================================================================
|
|
468
|
+
START OF WTFPL LICENSE NOTICES AND INFORMATION
|
|
469
|
+
=====================================================================
|
|
470
|
+
|
|
471
|
+
WTFPL LICENSE
|
|
472
|
+
|
|
473
|
+
The Program includes some or all of the following that IBM obtained
|
|
474
|
+
under the WTFPL License:
|
|
475
|
+
|
|
476
|
+
yaml-js
|
|
477
|
+
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
WTFPL LICENSE
|
|
485
|
+
|
|
486
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
487
|
+
Version 2, December 2004
|
|
488
|
+
|
|
489
|
+
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
|
|
490
|
+
|
|
491
|
+
Everyone is permitted to copy and distribute verbatim or modified copies of this
|
|
492
|
+
license document, and changing it is allowed as long as the name is changed.
|
|
493
|
+
|
|
494
|
+
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
|
|
495
|
+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
|
496
|
+
|
|
497
|
+
0. You just DO WHAT THE FUCK YOU WANT TO.
|
|
498
|
+
|
|
499
|
+
Standard License Header
|
|
500
|
+
|
|
501
|
+
There is no standard license header for the license
|
|
502
|
+
|
|
503
|
+
=====================================================================
|
|
504
|
+
END OF WTFPL LICENSE NOTICES AND INFORMATION
|
|
505
|
+
=====================================================================
|
|
506
|
+
=====================================================================
|
|
507
|
+
START OF UNLICENSE NOTICES AND INFORMATION
|
|
508
|
+
=====================================================================
|
|
509
|
+
|
|
510
|
+
The Program includes some or all of the following that IBM obtained under the Public Domain Equivalent License, Unlicense:
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
This is free and unencumbered software released into the public domain.
|
|
517
|
+
|
|
518
|
+
Anyone is free to copy, modify, publish, use, compile, sell, or
|
|
519
|
+
distribute this software, either in source code form or as a compiled
|
|
520
|
+
binary, for any purpose, commercial or non-commercial, and by any
|
|
521
|
+
means.
|
|
522
|
+
|
|
523
|
+
In jurisdictions that recognize copyright laws, the author or authors
|
|
524
|
+
of this software dedicate any and all copyright interest in the
|
|
525
|
+
software to the public domain. We make this dedication for the benefit
|
|
526
|
+
of the public at large and to the detriment of our heirs and
|
|
527
|
+
successors. We intend this dedication to be an overt act of
|
|
528
|
+
relinquishment in perpetuity of all present and future rights to this
|
|
529
|
+
software under copyright law.
|
|
530
|
+
|
|
531
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
532
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
533
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
534
|
+
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
|
535
|
+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
|
536
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
537
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
538
|
+
|
|
539
|
+
For more information, please refer to <http://unlicense.org/>
|
|
540
|
+
|
|
541
|
+
=====================================================================
|
|
542
|
+
END OF UNLICENSE NOTICES AND INFORMATION
|
|
543
|
+
=====================================================================
|
|
544
|
+
|
|
545
|
+
End of Notices for IBM Zapp Core Library 1.0.0
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
L/N: L-YVXN-CTM9H3
|
|
549
|
+
D/N: L-YVXN-CTM9H3
|
|
550
|
+
P/N: L-YVXN-CTM9H3
|
package/README.md
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# IBM ZAPP (Z Application) resources library for Typescript/Javascript
|
|
2
|
+
|
|
3
|
+
A Typescript implementation for reading, parsing, navigating, and writing ZAPP files used by [IBM Z Open Editor and IBM RSE API Plugin for Zowe API](https://ibm.github.io/zopeneditor-about/).
|
|
4
|
+
|
|
5
|
+
This project is not open-source and under the following [IBM License](https://raw.githubusercontent.com/IBM/zopeneditor-about/main/product-licenses/zapp/LICENSE.txt)
|