...

Text file src/sigs.k8s.io/yaml/LICENSE

Documentation: sigs.k8s.io/yaml

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

View as plain text