protobuf-net_3.2.30.txt 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. Apache License 2.0
  2. SPDX identifier
  3. Apache-2.0
  4. License text
  5. Apache License
  6. Version 2.0, January 2004
  7. http://www.apache.org/licenses/
  8. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  9. * 1.Definitions.
  10. * "License" shall mean the terms and conditions for use, reproduction, and
  11. distribution as defined by Sections 1 through 9 of this document.
  12. * "Licensor" shall mean the copyright owner or entity authorized by the
  13. copyright owner that is granting the License.
  14. * "Legal Entity" shall mean the union of the acting entity and all other
  15. entities that control, are controlled by, or are under common control
  16. with that entity. For the purposes of this definition, "control" means
  17. (i) the power, direct or indirect, to cause the direction or management
  18. of such entity, whether by contract or otherwise, or (ii) ownership of
  19. fifty percent (50%) or more of the outstanding shares, or (iii)
  20. beneficial ownership of such entity.
  21. * "You" (or "Your") shall mean an individual or Legal Entity exercising
  22. permissions granted by this License.
  23. * "Source" form shall mean the preferred form for making modifications,
  24. including but not limited to software source code, documentation source,
  25. and configuration files.
  26. * "Object" form shall mean any form resulting from mechanical
  27. transformation or translation of a Source form, including but not
  28. limited to compiled object code, generated documentation, and
  29. conversions to other media types.
  30. * "Work" shall mean the work of authorship, whether in Source or Object
  31. form, made available under the License, as indicated by a copyright
  32. notice that is included in or attached to the work (an example is
  33. provided in the Appendix below).
  34. * "Derivative Works" shall mean any work, whether in Source or Object
  35. form, that is based on (or derived from) the Work and for which the
  36. editorial revisions, annotations, elaborations, or other modifications
  37. represent, as a whole, an original work of authorship. For the purposes
  38. of this License, Derivative Works shall not include works that remain
  39. separable from, or merely link (or bind by name) to the interfaces of,
  40. the Work and Derivative Works thereof.
  41. * "Contribution" shall mean any work of authorship, including the original
  42. version of the Work and any modifications or additions to that Work or
  43. Derivative Works thereof, that is intentionally submitted to Licensor
  44. for inclusion in the Work by the copyright owner or by an individual or
  45. Legal Entity authorized to submit on behalf of the copyright owner. For
  46. the purposes of this definition, "submitted" means any form of
  47. electronic, verbal, or written communication sent to the Licensor or its
  48. representatives, including but not limited to communication on
  49. electronic mailing lists, source code control systems, and issue
  50. tracking systems that are managed by, or on behalf of, the Licensor for
  51. the purpose of discussing and improving the Work, but excluding
  52. communication that is conspicuously marked or otherwise designated in
  53. writing by the copyright owner as "Not a Contribution."
  54. * "Contributor" shall mean Licensor and any individual or Legal Entity on
  55. behalf of whom a Contribution has been received by Licensor and
  56. subsequently incorporated within the Work.
  57. * 2.Grant of Copyright License. Subject to the terms and conditions of this
  58. License, each Contributor hereby grants to You a perpetual, worldwide,
  59. non-exclusive, no-charge, royalty-free, irrevocable copyright license to
  60. reproduce, prepare Derivative Works of, publicly display, publicly perform,
  61. sublicense, and distribute the Work and such Derivative Works in Source or
  62. Object form.
  63. * 3.Grant of Patent License. Subject to the terms and conditions of this
  64. License, each Contributor hereby grants to You a perpetual, worldwide,
  65. non-exclusive, no-charge, royalty-free, irrevocable (except as stated in
  66. this section) patent license to make, have made, use, offer to sell, sell,
  67. import, and otherwise transfer the Work, where such license applies only to
  68. those patent claims licensable by such Contributor that are necessarily
  69. infringed by their Contribution(s) alone or by combination of their
  70. Contribution(s) with the Work to which such Contribution(s) was submitted.
  71. If You institute patent litigation against any entity (including a
  72. cross-claim or counterclaim in a lawsuit) alleging that the Work or a
  73. Contribution incorporated within the Work constitutes direct or contributory
  74. patent infringement, then any patent licenses granted to You under this
  75. License for that Work shall terminate as of the date such litigation is
  76. filed.
  77. * 4.Redistribution. You may reproduce and distribute copies of the Work or
  78. Derivative Works thereof in any medium, with or without modifications, and
  79. in Source or Object form, provided that You meet the following conditions:
  80. * (a)You must give any other recipients of the Work or Derivative Works a
  81. copy of this License; and
  82. * (b)You must cause any modified files to carry prominent notices stating
  83. that You changed the files; and
  84. * (c)You must retain, in the Source form of any Derivative Works that You
  85. distribute, all copyright, patent, trademark, and attribution notices
  86. from the Source form of the Work, excluding those notices that do not
  87. pertain to any part of the Derivative Works; and
  88. * (d)If the Work includes a "NOTICE" text file as part of its
  89. distribution, then any Derivative Works that You distribute must include
  90. a readable copy of the attribution notices contained within such NOTICE
  91. file, excluding those notices that do not pertain to any part of the
  92. Derivative Works, in at least one of the following places: within a
  93. NOTICE text file distributed as part of the Derivative Works; within the
  94. Source form or documentation, if provided along with the Derivative
  95. Works; or, within a display generated by the Derivative Works, if and
  96. wherever such third-party notices normally appear. The contents of the
  97. NOTICE file are for informational purposes only and do not modify the
  98. License. You may add Your own attribution notices within Derivative
  99. Works that You distribute, alongside or as an addendum to the NOTICE
  100. text from the Work, provided that such additional attribution notices
  101. cannot be construed as modifying the License.
  102. You may add Your own copyright statement to Your modifications and may
  103. provide additional or different license terms and conditions for use,
  104. reproduction, or distribution of Your modifications, or for any such
  105. Derivative Works as a whole, provided Your use, reproduction, and
  106. distribution of the Work otherwise complies with the conditions stated
  107. in this License.
  108. * 5.Submission of Contributions. Unless You explicitly state otherwise, any
  109. Contribution intentionally submitted for inclusion in the Work by You to the
  110. Licensor shall be under the terms and conditions of this License, without
  111. any additional terms or conditions. Notwithstanding the above, nothing
  112. herein shall supersede or modify the terms of any separate license agreement
  113. you may have executed with Licensor regarding such Contributions.
  114. * 6.Trademarks. This License does not grant permission to use the trade names,
  115. trademarks, service marks, or product names of the Licensor, except as
  116. required for reasonable and customary use in describing the origin of the
  117. Work and reproducing the content of the NOTICE file.
  118. * 7.Disclaimer of Warranty. Unless required by applicable law or agreed to in
  119. writing, Licensor provides the Work (and each Contributor provides its
  120. Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  121. KIND, either express or implied, including, without limitation, any
  122. warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or
  123. FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining
  124. the appropriateness of using or redistributing the Work and assume any risks
  125. associated with Your exercise of permissions under this License.
  126. * 8.Limitation of Liability. In no event and under no legal theory, whether in
  127. tort (including negligence), contract, or otherwise, unless required by
  128. applicable law (such as deliberate and grossly negligent acts) or agreed to
  129. in writing, shall any Contributor be liable to You for damages, including
  130. any direct, indirect, special, incidental, or consequential damages of any
  131. character arising as a result of this License or out of the use or inability
  132. to use the Work (including but not limited to damages for loss of goodwill,
  133. work stoppage, computer failure or malfunction, or any and all other
  134. commercial damages or losses), even if such Contributor has been advised of
  135. the possibility of such damages.
  136. * 9.Accepting Warranty or Additional Liability. While redistributing the Work
  137. or Derivative Works thereof, You may choose to offer, and charge a fee for,
  138. acceptance of support, warranty, indemnity, or other liability obligations
  139. and/or rights consistent with this License. However, in accepting such
  140. obligations, You may act only on Your own behalf and on Your sole
  141. responsibility, not on behalf of any other Contributor, and only if You
  142. agree to indemnify, defend, and hold each Contributor harmless for any
  143. liability incurred by, or claims asserted against, such Contributor by
  144. reason of your accepting any such warranty or additional liability.
  145. END OF TERMS AND CONDITIONS
  146. APPENDIX: How to apply the Apache License to your work.
  147. To apply the Apache License to your work, attach the following boilerplate
  148. notice, with the fields enclosed by brackets "[]" replaced with your own
  149. identifying information. (Don't include the brackets!) The text should be
  150. enclosed in the appropriate comment syntax for the file format. We also
  151. recommend that a file or class name and description of purpose be included on
  152. the same "printed page" as the copyright notice for easier identification within
  153. third-party archives.
  154. Copyright [yyyy] [name of copyright owner]
  155. Licensed under the Apache License, Version 2.0 (the "License");
  156. you may not use this file except in compliance with the License.
  157. You may obtain a copy of the License at
  158. http://www.apache.org/licenses/LICENSE-2.0
  159. Unless required by applicable law or agreed to in writing, software
  160. distributed under the License is distributed on an "AS IS" BASIS,
  161. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  162. See the License for the specific language governing permissions and
  163. limitations under the License.
  164. Standard License Header
  165. Copyright [yyyy] [name of copyright owner]
  166. Licensed under the Apache License, Version 2.0 (the "License");
  167. you may not use this file except in compliance with the License.
  168. You may obtain a copy of the License at
  169. http://www.apache.org/licenses/LICENSE-2.0
  170. Unless required by applicable law or agreed to in writing, software
  171. distributed under the License is distributed on an "AS IS" BASIS,
  172. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  173. See the License for the specific language governing permissions and
  174. limitations under the License.
  175. Notes
  176. This license was released January 2004
  177. SPDX web page
  178. * https://spdx.org/licenses/Apache-2.0.html
  179. Notice
  180. This license content is provided by the SPDX project. For more information about
  181. licenses.nuget.org, see our documentation.
  182. Data pulled from spdx/license-list-data on February 9, 2023.