Skip to content

Commit fc68277

Browse files
authored
Merge pull request #104 from fnproject/oc/AddThirdPartyLicenses
Add third party license file
2 parents 294428e + b39dd78 commit fc68277

1 file changed

Lines changed: 340 additions & 0 deletions

File tree

THIRD_PARTY_LICENSES.txt

Lines changed: 340 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,340 @@
1+
oci-python-sdk is dual-licensed to you under the Universal Permissive License (UPL) 1.0 or Apache License 2.0. See below for license terms. You may choose either license.
2+
Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
3+
License: Copies of the Apache License V2 and the Universal Permissive License 1.0 are included at the end of this file.
4+
5+
--------------------------------------------------------------------------------
6+
7+
fdk-python is licensed under the Apache License, Version 2.0.
8+
License: A copy of the Apache License V2 is included at the end of this file.
9+
10+
--------------------------------------------------------------------------------
11+
12+
pytest
13+
Copyright (c) 2004-2017 Holger Krekel and others
14+
Distributed under the terms of the MIT license, pytest is free and open source software.
15+
16+
The MIT License
17+
18+
Permission is hereby granted, free of charge, to any person obtaining a copy
19+
of this software and associated documentation files (the "Software"), to deal
20+
in the Software without restriction, including without limitation the rights
21+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22+
copies of the Software, and to permit persons to whom the Software is
23+
furnished to do so, subject to the following conditions:
24+
25+
The above copyright notice and this permission notice shall be included in
26+
all copies or substantial portions of the Software.
27+
28+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
34+
THE SOFTWARE.
35+
36+
--------------------------------------------------------------------------------
37+
38+
pytest-asyncio
39+
License: Apache License 2.0, a copy of the license is included at the end of this file.
40+
41+
--------------------------------------------------------------------------------
42+
43+
pbr
44+
License: Apache License 2.0, a copy of the license is included at the end of this file.
45+
46+
--------------------------------------------------------------------------------
47+
48+
httptools
49+
Copyright (c) 2015 MagicStack Inc. http://magic.io
50+
License: MIT
51+
52+
The MIT License
53+
54+
Permission is hereby granted, free of charge, to any person obtaining a copy
55+
of this software and associated documentation files (the "Software"), to deal
56+
in the Software without restriction, including without limitation the rights
57+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
58+
copies of the Software, and to permit persons to whom the Software is
59+
furnished to do so, subject to the following conditions:
60+
61+
The above copyright notice and this permission notice shall be included in
62+
all copies or substantial portions of the Software.
63+
64+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
65+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
66+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
67+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
68+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
69+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
70+
THE SOFTWARE.
71+
72+
--------------------------------------------------------------------------------
73+
74+
iso8601
75+
Copyright (c) 2007 - 2015 Michael Twomey
76+
License: MIT
77+
78+
The MIT License
79+
80+
Permission is hereby granted, free of charge, to any person obtaining a
81+
copy of this software and associated documentation files (the
82+
"Software"), to deal in the Software without restriction, including
83+
without limitation the rights to use, copy, modify, merge, publish,
84+
distribute, sublicense, and/or sell copies of the Software, and to
85+
permit persons to whom the Software is furnished to do so, subject to
86+
the following conditions:
87+
88+
The above copyright notice and this permission notice shall be included
89+
in all copies or substantial portions of the Software.
90+
91+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
92+
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
93+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
94+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
95+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
96+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
97+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
98+
99+
100+
101+
102+
================================================================================
103+
Apache License
104+
Version 2.0, January 2004
105+
http://www.apache.org/licenses/
106+
107+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
108+
109+
1. Definitions.
110+
111+
"License" shall mean the terms and conditions for use, reproduction,
112+
and distribution as defined by Sections 1 through 9 of this document.
113+
114+
"Licensor" shall mean the copyright owner or entity authorized by
115+
the copyright owner that is granting the License.
116+
117+
"Legal Entity" shall mean the union of the acting entity and all
118+
other entities that control, are controlled by, or are under common
119+
control with that entity. For the purposes of this definition,
120+
"control" means (i) the power, direct or indirect, to cause the
121+
direction or management of such entity, whether by contract or
122+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
123+
outstanding shares, or (iii) beneficial ownership of such entity.
124+
125+
"You" (or "Your") shall mean an individual or Legal Entity
126+
exercising permissions granted by this License.
127+
128+
"Source" form shall mean the preferred form for making modifications,
129+
including but not limited to software source code, documentation
130+
source, and configuration files.
131+
132+
"Object" form shall mean any form resulting from mechanical
133+
transformation or translation of a Source form, including but
134+
not limited to compiled object code, generated documentation,
135+
and conversions to other media types.
136+
137+
"Work" shall mean the work of authorship, whether in Source or
138+
Object form, made available under the License, as indicated by a
139+
copyright notice that is included in or attached to the work
140+
(an example is provided in the Appendix below).
141+
142+
"Derivative Works" shall mean any work, whether in Source or Object
143+
form, that is based on (or derived from) the Work and for which the
144+
editorial revisions, annotations, elaborations, or other modifications
145+
represent, as a whole, an original work of authorship. For the purposes
146+
of this License, Derivative Works shall not include works that remain
147+
separable from, or merely link (or bind by name) to the interfaces of,
148+
the Work and Derivative Works thereof.
149+
150+
"Contribution" shall mean any work of authorship, including
151+
the original version of the Work and any modifications or additions
152+
to that Work or Derivative Works thereof, that is intentionally
153+
submitted to Licensor for inclusion in the Work by the copyright owner
154+
or by an individual or Legal Entity authorized to submit on behalf of
155+
the copyright owner. For the purposes of this definition, "submitted"
156+
means any form of electronic, verbal, or written communication sent
157+
to the Licensor or its representatives, including but not limited to
158+
communication on electronic mailing lists, source code control systems,
159+
and issue tracking systems that are managed by, or on behalf of, the
160+
Licensor for the purpose of discussing and improving the Work, but
161+
excluding communication that is conspicuously marked or otherwise
162+
designated in writing by the copyright owner as "Not a Contribution."
163+
164+
"Contributor" shall mean Licensor and any individual or Legal Entity
165+
on behalf of whom a Contribution has been received by Licensor and
166+
subsequently incorporated within the Work.
167+
168+
2. Grant of Copyright License. Subject to the terms and conditions of
169+
this License, each Contributor hereby grants to You a perpetual,
170+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
171+
copyright license to reproduce, prepare Derivative Works of,
172+
publicly display, publicly perform, sublicense, and distribute the
173+
Work and such Derivative Works in Source or Object form.
174+
175+
3. Grant of Patent License. Subject to the terms and conditions of
176+
this License, each Contributor hereby grants to You a perpetual,
177+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
178+
(except as stated in this section) patent license to make, have made,
179+
use, offer to sell, sell, import, and otherwise transfer the Work,
180+
where such license applies only to those patent claims licensable
181+
by such Contributor that are necessarily infringed by their
182+
Contribution(s) alone or by combination of their Contribution(s)
183+
with the Work to which such Contribution(s) was submitted. If You
184+
institute patent litigation against any entity (including a
185+
cross-claim or counterclaim in a lawsuit) alleging that the Work
186+
or a Contribution incorporated within the Work constitutes direct
187+
or contributory patent infringement, then any patent licenses
188+
granted to You under this License for that Work shall terminate
189+
as of the date such litigation is filed.
190+
191+
4. Redistribution. You may reproduce and distribute copies of the
192+
Work or Derivative Works thereof in any medium, with or without
193+
modifications, and in Source or Object form, provided that You
194+
meet the following conditions:
195+
196+
(a) You must give any other recipients of the Work or
197+
Derivative Works a copy of this License; and
198+
199+
(b) You must cause any modified files to carry prominent notices
200+
stating that You changed the files; and
201+
202+
(c) You must retain, in the Source form of any Derivative Works
203+
that You distribute, all copyright, patent, trademark, and
204+
attribution notices from the Source form of the Work,
205+
excluding those notices that do not pertain to any part of
206+
the Derivative Works; and
207+
208+
(d) If the Work includes a "NOTICE" text file as part of its
209+
distribution, then any Derivative Works that You distribute must
210+
include a readable copy of the attribution notices contained
211+
within such NOTICE file, excluding those notices that do not
212+
pertain to any part of the Derivative Works, in at least one
213+
of the following places: within a NOTICE text file distributed
214+
as part of the Derivative Works; within the Source form or
215+
documentation, if provided along with the Derivative Works; or,
216+
within a display generated by the Derivative Works, if and
217+
wherever such third-party notices normally appear. The contents
218+
of the NOTICE file are for informational purposes only and
219+
do not modify the License. You may add Your own attribution
220+
notices within Derivative Works that You distribute, alongside
221+
or as an addendum to the NOTICE text from the Work, provided
222+
that such additional attribution notices cannot be construed
223+
as modifying the License.
224+
225+
You may add Your own copyright statement to Your modifications and
226+
may provide additional or different license terms and conditions
227+
for use, reproduction, or distribution of Your modifications, or
228+
for any such Derivative Works as a whole, provided Your use,
229+
reproduction, and distribution of the Work otherwise complies with
230+
the conditions stated in this License.
231+
232+
5. Submission of Contributions. Unless You explicitly state otherwise,
233+
any Contribution intentionally submitted for inclusion in the Work
234+
by You to the Licensor shall be under the terms and conditions of
235+
this License, without any additional terms or conditions.
236+
Notwithstanding the above, nothing herein shall supersede or modify
237+
the terms of any separate license agreement you may have executed
238+
with Licensor regarding such Contributions.
239+
240+
6. Trademarks. This License does not grant permission to use the trade
241+
names, trademarks, service marks, or product names of the Licensor,
242+
except as required for reasonable and customary use in describing the
243+
origin of the Work and reproducing the content of the NOTICE file.
244+
245+
7. Disclaimer of Warranty. Unless required by applicable law or
246+
agreed to in writing, Licensor provides the Work (and each
247+
Contributor provides its Contributions) on an "AS IS" BASIS,
248+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
249+
implied, including, without limitation, any warranties or conditions
250+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
251+
PARTICULAR PURPOSE. You are solely responsible for determining the
252+
appropriateness of using or redistributing the Work and assume any
253+
risks associated with Your exercise of permissions under this License.
254+
255+
8. Limitation of Liability. In no event and under no legal theory,
256+
whether in tort (including negligence), contract, or otherwise,
257+
unless required by applicable law (such as deliberate and grossly
258+
negligent acts) or agreed to in writing, shall any Contributor be
259+
liable to You for damages, including any direct, indirect, special,
260+
incidental, or consequential damages of any character arising as a
261+
result of this License or out of the use or inability to use the
262+
Work (including but not limited to damages for loss of goodwill,
263+
work stoppage, computer failure or malfunction, or any and all
264+
other commercial damages or losses), even if such Contributor
265+
has been advised of the possibility of such damages.
266+
267+
9. Accepting Warranty or Additional Liability. While redistributing
268+
the Work or Derivative Works thereof, You may choose to offer,
269+
and charge a fee for, acceptance of support, warranty, indemnity,
270+
or other liability obligations and/or rights consistent with this
271+
License. However, in accepting such obligations, You may act only
272+
on Your own behalf and on Your sole responsibility, not on behalf
273+
of any other Contributor, and only if You agree to indemnify,
274+
defend, and hold each Contributor harmless for any liability
275+
incurred by, or claims asserted against, such Contributor by reason
276+
of your accepting any such warranty or additional liability.
277+
278+
END OF TERMS AND CONDITIONS
279+
280+
APPENDIX: How to apply the Apache License to your work.
281+
282+
To apply the Apache License to your work, attach the following
283+
boilerplate notice, with the fields enclosed by brackets "[]"
284+
replaced with your own identifying information. (Don't include
285+
the brackets!) The text should be enclosed in the appropriate
286+
comment syntax for the file format. We also recommend that a
287+
file or class name and description of purpose be included on the
288+
same "printed page" as the copyright notice for easier
289+
identification within third-party archives.
290+
291+
Copyright 2017 Oracle Corporation
292+
293+
Licensed under the Apache License, Version 2.0 (the "License");
294+
you may not use this file except in compliance with the License.
295+
You may obtain a copy of the License at
296+
297+
http://www.apache.org/licenses/LICENSE-2.0
298+
299+
Unless required by applicable law or agreed to in writing, software
300+
distributed under the License is distributed on an "AS IS" BASIS,
301+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
302+
See the License for the specific language governing permissions and
303+
limitations under the License.
304+
305+
306+
307+
================================================================================
308+
The Universal Permissive License (UPL), Version 1.0
309+
310+
Subject to the condition set forth below, permission is hereby granted to any
311+
person obtaining a copy of this software, associated documentation and/or data
312+
(collectively the "Software"), free of charge and under any and all copyright
313+
rights in the Software, and any and all patent rights owned or freely
314+
licensable by each licensor hereunder covering either (i) the unmodified
315+
Software as contributed to or provided by such licensor, or (ii) the Larger
316+
Works (as defined below), to deal in both
317+
318+
(a) the Software, and
319+
(b) any piece of software and/or hardware listed in the lrgrwrks.txt file if
320+
one is included with the Software (each a "Larger Work" to which the Software
321+
is contributed by such licensors),
322+
323+
without restriction, including without limitation the rights to copy, create
324+
derivative works of, display, perform, and distribute the Software and make,
325+
use, sell, offer for sale, import, export, have made, and have sold the
326+
Software and the Larger Work(s), and to sublicense the foregoing rights on
327+
either these or other terms.
328+
329+
This license is subject to the following condition:
330+
The above copyright notice and either this complete permission notice or at
331+
a minimum a reference to the UPL must be included in all copies or
332+
substantial portions of the Software.
333+
334+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
335+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
336+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
337+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
338+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
339+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
340+
SOFTWARE.

0 commit comments

Comments
 (0)