Skip to content

Commit 9693b13

Browse files
authored
Merge pull request #61 from actions/sgoedecke/prompt-file
Support .prompt.yml files
2 parents 0df9647 + d0b2f23 commit 9693b13

20 files changed

+4238
-123
lines changed

.licenses/npm/@types/js-yaml.dep.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: "@types/js-yaml"
3+
version: 4.0.9
4+
type: npm
5+
summary: TypeScript definitions for js-yaml
6+
homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/js-yaml
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |2
11+
MIT License
12+
13+
Copyright (c) Microsoft Corporation.
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in all
23+
copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
31+
SOFTWARE
32+
notices: []

.licenses/npm/argparse.dep.yml

Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
---
2+
name: argparse
3+
version: 2.0.1
4+
type: npm
5+
summary: CLI arguments parser. Native port of python's argparse.
6+
homepage:
7+
license: other
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
A. HISTORY OF THE SOFTWARE
12+
==========================
13+
14+
Python was created in the early 1990s by Guido van Rossum at Stichting
15+
Mathematisch Centrum (CWI, see http://www.cwi.nl) in the Netherlands
16+
as a successor of a language called ABC. Guido remains Python's
17+
principal author, although it includes many contributions from others.
18+
19+
In 1995, Guido continued his work on Python at the Corporation for
20+
National Research Initiatives (CNRI, see http://www.cnri.reston.va.us)
21+
in Reston, Virginia where he released several versions of the
22+
software.
23+
24+
In May 2000, Guido and the Python core development team moved to
25+
BeOpen.com to form the BeOpen PythonLabs team. In October of the same
26+
year, the PythonLabs team moved to Digital Creations, which became
27+
Zope Corporation. In 2001, the Python Software Foundation (PSF, see
28+
https://www.python.org/psf/) was formed, a non-profit organization
29+
created specifically to own Python-related Intellectual Property.
30+
Zope Corporation was a sponsoring member of the PSF.
31+
32+
All Python releases are Open Source (see http://www.opensource.org for
33+
the Open Source Definition). Historically, most, but not all, Python
34+
releases have also been GPL-compatible; the table below summarizes
35+
the various releases.
36+
37+
Release Derived Year Owner GPL-
38+
from compatible? (1)
39+
40+
0.9.0 thru 1.2 1991-1995 CWI yes
41+
1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
42+
1.6 1.5.2 2000 CNRI no
43+
2.0 1.6 2000 BeOpen.com no
44+
1.6.1 1.6 2001 CNRI yes (2)
45+
2.1 2.0+1.6.1 2001 PSF no
46+
2.0.1 2.0+1.6.1 2001 PSF yes
47+
2.1.1 2.1+2.0.1 2001 PSF yes
48+
2.1.2 2.1.1 2002 PSF yes
49+
2.1.3 2.1.2 2002 PSF yes
50+
2.2 and above 2.1.1 2001-now PSF yes
51+
52+
Footnotes:
53+
54+
(1) GPL-compatible doesn't mean that we're distributing Python under
55+
the GPL. All Python licenses, unlike the GPL, let you distribute
56+
a modified version without making your changes open source. The
57+
GPL-compatible licenses make it possible to combine Python with
58+
other software that is released under the GPL; the others don't.
59+
60+
(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
61+
because its license has a choice of law clause. According to
62+
CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
63+
is "not incompatible" with the GPL.
64+
65+
Thanks to the many outside volunteers who have worked under Guido's
66+
direction to make these releases possible.
67+
68+
69+
B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
70+
===============================================================
71+
72+
PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
73+
--------------------------------------------
74+
75+
1. This LICENSE AGREEMENT is between the Python Software Foundation
76+
("PSF"), and the Individual or Organization ("Licensee") accessing and
77+
otherwise using this software ("Python") in source or binary form and
78+
its associated documentation.
79+
80+
2. Subject to the terms and conditions of this License Agreement, PSF hereby
81+
grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
82+
analyze, test, perform and/or display publicly, prepare derivative works,
83+
distribute, and otherwise use Python alone or in any derivative version,
84+
provided, however, that PSF's License Agreement and PSF's notice of copyright,
85+
i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
86+
2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
87+
All Rights Reserved" are retained in Python alone or in any derivative version
88+
prepared by Licensee.
89+
90+
3. In the event Licensee prepares a derivative work that is based on
91+
or incorporates Python or any part thereof, and wants to make
92+
the derivative work available to others as provided herein, then
93+
Licensee hereby agrees to include in any such work a brief summary of
94+
the changes made to Python.
95+
96+
4. PSF is making Python available to Licensee on an "AS IS"
97+
basis. PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
98+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
99+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
100+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
101+
INFRINGE ANY THIRD PARTY RIGHTS.
102+
103+
5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
104+
FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
105+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
106+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
107+
108+
6. This License Agreement will automatically terminate upon a material
109+
breach of its terms and conditions.
110+
111+
7. Nothing in this License Agreement shall be deemed to create any
112+
relationship of agency, partnership, or joint venture between PSF and
113+
Licensee. This License Agreement does not grant permission to use PSF
114+
trademarks or trade name in a trademark sense to endorse or promote
115+
products or services of Licensee, or any third party.
116+
117+
8. By copying, installing or otherwise using Python, Licensee
118+
agrees to be bound by the terms and conditions of this License
119+
Agreement.
120+
121+
122+
BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
123+
-------------------------------------------
124+
125+
BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
126+
127+
1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
128+
office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
129+
Individual or Organization ("Licensee") accessing and otherwise using
130+
this software in source or binary form and its associated
131+
documentation ("the Software").
132+
133+
2. Subject to the terms and conditions of this BeOpen Python License
134+
Agreement, BeOpen hereby grants Licensee a non-exclusive,
135+
royalty-free, world-wide license to reproduce, analyze, test, perform
136+
and/or display publicly, prepare derivative works, distribute, and
137+
otherwise use the Software alone or in any derivative version,
138+
provided, however, that the BeOpen Python License is retained in the
139+
Software, alone or in any derivative version prepared by Licensee.
140+
141+
3. BeOpen is making the Software available to Licensee on an "AS IS"
142+
basis. BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
143+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
144+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
145+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
146+
INFRINGE ANY THIRD PARTY RIGHTS.
147+
148+
4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
149+
SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
150+
AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
151+
DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
152+
153+
5. This License Agreement will automatically terminate upon a material
154+
breach of its terms and conditions.
155+
156+
6. This License Agreement shall be governed by and interpreted in all
157+
respects by the law of the State of California, excluding conflict of
158+
law provisions. Nothing in this License Agreement shall be deemed to
159+
create any relationship of agency, partnership, or joint venture
160+
between BeOpen and Licensee. This License Agreement does not grant
161+
permission to use BeOpen trademarks or trade names in a trademark
162+
sense to endorse or promote products or services of Licensee, or any
163+
third party. As an exception, the "BeOpen Python" logos available at
164+
http://www.pythonlabs.com/logos.html may be used according to the
165+
permissions granted on that web page.
166+
167+
7. By copying, installing or otherwise using the software, Licensee
168+
agrees to be bound by the terms and conditions of this License
169+
Agreement.
170+
171+
172+
CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
173+
---------------------------------------
174+
175+
1. This LICENSE AGREEMENT is between the Corporation for National
176+
Research Initiatives, having an office at 1895 Preston White Drive,
177+
Reston, VA 20191 ("CNRI"), and the Individual or Organization
178+
("Licensee") accessing and otherwise using Python 1.6.1 software in
179+
source or binary form and its associated documentation.
180+
181+
2. Subject to the terms and conditions of this License Agreement, CNRI
182+
hereby grants Licensee a nonexclusive, royalty-free, world-wide
183+
license to reproduce, analyze, test, perform and/or display publicly,
184+
prepare derivative works, distribute, and otherwise use Python 1.6.1
185+
alone or in any derivative version, provided, however, that CNRI's
186+
License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
187+
1995-2001 Corporation for National Research Initiatives; All Rights
188+
Reserved" are retained in Python 1.6.1 alone or in any derivative
189+
version prepared by Licensee. Alternately, in lieu of CNRI's License
190+
Agreement, Licensee may substitute the following text (omitting the
191+
quotes): "Python 1.6.1 is made available subject to the terms and
192+
conditions in CNRI's License Agreement. This Agreement together with
193+
Python 1.6.1 may be located on the Internet using the following
194+
unique, persistent identifier (known as a handle): 1895.22/1013. This
195+
Agreement may also be obtained from a proxy server on the Internet
196+
using the following URL: http://hdl.handle.net/1895.22/1013".
197+
198+
3. In the event Licensee prepares a derivative work that is based on
199+
or incorporates Python 1.6.1 or any part thereof, and wants to make
200+
the derivative work available to others as provided herein, then
201+
Licensee hereby agrees to include in any such work a brief summary of
202+
the changes made to Python 1.6.1.
203+
204+
4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
205+
basis. CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
206+
IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
207+
DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
208+
FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
209+
INFRINGE ANY THIRD PARTY RIGHTS.
210+
211+
5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
212+
1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
213+
A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
214+
OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
215+
216+
6. This License Agreement will automatically terminate upon a material
217+
breach of its terms and conditions.
218+
219+
7. This License Agreement shall be governed by the federal
220+
intellectual property law of the United States, including without
221+
limitation the federal copyright law, and, to the extent such
222+
U.S. federal law does not apply, by the law of the Commonwealth of
223+
Virginia, excluding Virginia's conflict of law provisions.
224+
Notwithstanding the foregoing, with regard to derivative works based
225+
on Python 1.6.1 that incorporate non-separable material that was
226+
previously distributed under the GNU General Public License (GPL), the
227+
law of the Commonwealth of Virginia shall govern this License
228+
Agreement only as to issues arising under or with respect to
229+
Paragraphs 4, 5, and 7 of this License Agreement. Nothing in this
230+
License Agreement shall be deemed to create any relationship of
231+
agency, partnership, or joint venture between CNRI and Licensee. This
232+
License Agreement does not grant permission to use CNRI trademarks or
233+
trade name in a trademark sense to endorse or promote products or
234+
services of Licensee, or any third party.
235+
236+
8. By clicking on the "ACCEPT" button where indicated, or by copying,
237+
installing or otherwise using Python 1.6.1, Licensee agrees to be
238+
bound by the terms and conditions of this License Agreement.
239+
240+
ACCEPT
241+
242+
243+
CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
244+
--------------------------------------------------
245+
246+
Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
247+
The Netherlands. All rights reserved.
248+
249+
Permission to use, copy, modify, and distribute this software and its
250+
documentation for any purpose and without fee is hereby granted,
251+
provided that the above copyright notice appear in all copies and that
252+
both that copyright notice and this permission notice appear in
253+
supporting documentation, and that the name of Stichting Mathematisch
254+
Centrum or CWI not be used in advertising or publicity pertaining to
255+
distribution of the software without specific, written prior
256+
permission.
257+
258+
STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
259+
THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
260+
FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
261+
FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
262+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
263+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
264+
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
265+
notices: []

.licenses/npm/js-yaml.dep.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: js-yaml
3+
version: 4.1.0
4+
type: npm
5+
summary: YAML 1.2 parser and serializer
6+
homepage:
7+
license: mit
8+
licenses:
9+
- sources: LICENSE
10+
text: |
11+
(The MIT License)
12+
13+
Copyright (C) 2011-2015 by Vitaly Puzrin
14+
15+
Permission is hereby granted, free of charge, to any person obtaining a copy
16+
of this software and associated documentation files (the "Software"), to deal
17+
in the Software without restriction, including without limitation the rights
18+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19+
copies of the Software, and to permit persons to whom the Software is
20+
furnished to do so, subject to the following conditions:
21+
22+
The above copyright notice and this permission notice shall be included in
23+
all copies or substantial portions of the Software.
24+
25+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
28+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
29+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
30+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
31+
THE SOFTWARE.
32+
notices: []

0 commit comments

Comments
 (0)