You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ATTRIBUTION.md
+212Lines changed: 212 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -370,3 +370,215 @@ modification, are permitted provided that the following conditions are met:
370
370
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.
371
371
372
372
</details>
373
+
374
+
## gcp-pilot
375
+
376
+
We've brought code from
377
+
[here](https://github.com/flamingo-run/gcp-pilot/blob/0.40.1/LICENSE.md) which does not have a valid license file because the copyright isn't entered. However, they've attempted to use Apache 2.0 so here is our best effort to comply:
378
+
379
+
<details>
380
+
<summary>Show license</summary>
381
+
382
+
Apache License
383
+
Version 2.0, January 2004
384
+
http://www.apache.org/licenses/
385
+
386
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
387
+
388
+
1. Definitions.
389
+
390
+
"License" shall mean the terms and conditions for use, reproduction,
391
+
and distribution as defined by Sections 1 through 9 of this document.
392
+
393
+
"Licensor" shall mean the copyright owner or entity authorized by
394
+
the copyright owner that is granting the License.
395
+
396
+
"Legal Entity" shall mean the union of the acting entity and all
397
+
other entities that control, are controlled by, or are under common
398
+
control with that entity. For the purposes of this definition,
399
+
"control" means (i) the power, direct or indirect, to cause the
400
+
direction or management of such entity, whether by contract or
401
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
402
+
outstanding shares, or (iii) beneficial ownership of such entity.
403
+
404
+
"You" (or "Your") shall mean an individual or Legal Entity
405
+
exercising permissions granted by this License.
406
+
407
+
"Source" form shall mean the preferred form for making modifications,
408
+
including but not limited to software source code, documentation
409
+
source, and configuration files.
410
+
411
+
"Object" form shall mean any form resulting from mechanical
412
+
transformation or translation of a Source form, including but
413
+
not limited to compiled object code, generated documentation,
414
+
and conversions to other media types.
415
+
416
+
"Work" shall mean the work of authorship, whether in Source or
417
+
Object form, made available under the License, as indicated by a
418
+
copyright notice that is included in or attached to the work
419
+
(an example is provided in the Appendix below).
420
+
421
+
"Derivative Works" shall mean any work, whether in Source or Object
422
+
form, that is based on (or derived from) the Work and for which the
423
+
editorial revisions, annotations, elaborations, or other modifications
424
+
represent, as a whole, an original work of authorship. For the purposes
425
+
of this License, Derivative Works shall not include works that remain
426
+
separable from, or merely link (or bind by name) to the interfaces of,
427
+
the Work and Derivative Works thereof.
428
+
429
+
"Contribution" shall mean any work of authorship, including
430
+
the original version of the Work and any modifications or additions
431
+
to that Work or Derivative Works thereof, that is intentionally
432
+
submitted to Licensor for inclusion in the Work by the copyright owner
433
+
or by an individual or Legal Entity authorized to submit on behalf of
434
+
the copyright owner. For the purposes of this definition, "submitted"
435
+
means any form of electronic, verbal, or written communication sent
436
+
to the Licensor or its representatives, including but not limited to
437
+
communication on electronic mailing lists, source code control systems,
438
+
and issue tracking systems that are managed by, or on behalf of, the
439
+
Licensor for the purpose of discussing and improving the Work, but
440
+
excluding communication that is conspicuously marked or otherwise
441
+
designated in writing by the copyright owner as "Not a Contribution."
442
+
443
+
"Contributor" shall mean Licensor and any individual or Legal Entity
444
+
on behalf of whom a Contribution has been received by Licensor and
445
+
subsequently incorporated within the Work.
446
+
447
+
2. Grant of Copyright License. Subject to the terms and conditions of
448
+
this License, each Contributor hereby grants to You a perpetual,
0 commit comments