NOTICE 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438
  1. The code contained in this directory was automatically generated using the
  2. following command:
  3. python -m validate_pyproject.pre_compile --output-dir=setuptools/config/_validate_pyproject --enable-plugins setuptools distutils --very-verbose -t distutils=setuptools/config/distutils.schema.json -t setuptools=setuptools/config/setuptools.schema.json
  4. Please avoid changing it manually.
  5. You can report issues or suggest changes directly to `validate-pyproject`
  6. (or to the relevant plugin repository)
  7. - https://github.com/abravalheri/validate-pyproject/issues
  8. ***
  9. The following files include code from opensource projects
  10. (either as direct copies or modified versions):
  11. - `fastjsonschema_exceptions.py`:
  12. - project: `fastjsonschema` - licensed under BSD-3-Clause
  13. (https://github.com/horejsek/python-fastjsonschema)
  14. - `extra_validations.py` and `format.py`, `error_reporting.py`:
  15. - project: `validate-pyproject` - licensed under MPL-2.0
  16. (https://github.com/abravalheri/validate-pyproject)
  17. Additionally the following files are automatically generated by tools provided
  18. by the same projects:
  19. - `__init__.py`
  20. - `fastjsonschema_validations.py`
  21. The relevant copyright notes and licenses are included below.
  22. ***
  23. `fastjsonschema`
  24. ================
  25. Copyright (c) 2018, Michal Horejsek
  26. All rights reserved.
  27. Redistribution and use in source and binary forms, with or without modification,
  28. are permitted provided that the following conditions are met:
  29. Redistributions of source code must retain the above copyright notice, this
  30. list of conditions and the following disclaimer.
  31. Redistributions in binary form must reproduce the above copyright notice, this
  32. list of conditions and the following disclaimer in the documentation and/or
  33. other materials provided with the distribution.
  34. Neither the name of the {organization} nor the names of its
  35. contributors may be used to endorse or promote products derived from
  36. this software without specific prior written permission.
  37. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  38. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  39. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  40. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
  41. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  42. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  43. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  44. ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  45. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  46. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  47. ***
  48. `validate-pyproject`
  49. ====================
  50. Mozilla Public License, version 2.0
  51. 1. Definitions
  52. 1.1. "Contributor"
  53. means each individual or legal entity that creates, contributes to the
  54. creation of, or owns Covered Software.
  55. 1.2. "Contributor Version"
  56. means the combination of the Contributions of others (if any) used by a
  57. Contributor and that particular Contributor's Contribution.
  58. 1.3. "Contribution"
  59. means Covered Software of a particular Contributor.
  60. 1.4. "Covered Software"
  61. means Source Code Form to which the initial Contributor has attached the
  62. notice in Exhibit A, the Executable Form of such Source Code Form, and
  63. Modifications of such Source Code Form, in each case including portions
  64. thereof.
  65. 1.5. "Incompatible With Secondary Licenses"
  66. means
  67. a. that the initial Contributor has attached the notice described in
  68. Exhibit B to the Covered Software; or
  69. b. that the Covered Software was made available under the terms of
  70. version 1.1 or earlier of the License, but not also under the terms of
  71. a Secondary License.
  72. 1.6. "Executable Form"
  73. means any form of the work other than Source Code Form.
  74. 1.7. "Larger Work"
  75. means a work that combines Covered Software with other material, in a
  76. separate file or files, that is not Covered Software.
  77. 1.8. "License"
  78. means this document.
  79. 1.9. "Licensable"
  80. means having the right to grant, to the maximum extent possible, whether
  81. at the time of the initial grant or subsequently, any and all of the
  82. rights conveyed by this License.
  83. 1.10. "Modifications"
  84. means any of the following:
  85. a. any file in Source Code Form that results from an addition to,
  86. deletion from, or modification of the contents of Covered Software; or
  87. b. any new file in Source Code Form that contains any Covered Software.
  88. 1.11. "Patent Claims" of a Contributor
  89. means any patent claim(s), including without limitation, method,
  90. process, and apparatus claims, in any patent Licensable by such
  91. Contributor that would be infringed, but for the grant of the License,
  92. by the making, using, selling, offering for sale, having made, import,
  93. or transfer of either its Contributions or its Contributor Version.
  94. 1.12. "Secondary License"
  95. means either the GNU General Public License, Version 2.0, the GNU Lesser
  96. General Public License, Version 2.1, the GNU Affero General Public
  97. License, Version 3.0, or any later versions of those licenses.
  98. 1.13. "Source Code Form"
  99. means the form of the work preferred for making modifications.
  100. 1.14. "You" (or "Your")
  101. means an individual or a legal entity exercising rights under this
  102. License. For legal entities, "You" includes any entity that controls, is
  103. controlled by, or is under common control with You. For purposes of this
  104. definition, "control" means (a) the power, direct or indirect, to cause
  105. the direction or management of such entity, whether by contract or
  106. otherwise, or (b) ownership of more than fifty percent (50%) of the
  107. outstanding shares or beneficial ownership of such entity.
  108. 2. License Grants and Conditions
  109. 2.1. Grants
  110. Each Contributor hereby grants You a world-wide, royalty-free,
  111. non-exclusive license:
  112. a. under intellectual property rights (other than patent or trademark)
  113. Licensable by such Contributor to use, reproduce, make available,
  114. modify, display, perform, distribute, and otherwise exploit its
  115. Contributions, either on an unmodified basis, with Modifications, or
  116. as part of a Larger Work; and
  117. b. under Patent Claims of such Contributor to make, use, sell, offer for
  118. sale, have made, import, and otherwise transfer either its
  119. Contributions or its Contributor Version.
  120. 2.2. Effective Date
  121. The licenses granted in Section 2.1 with respect to any Contribution
  122. become effective for each Contribution on the date the Contributor first
  123. distributes such Contribution.
  124. 2.3. Limitations on Grant Scope
  125. The licenses granted in this Section 2 are the only rights granted under
  126. this License. No additional rights or licenses will be implied from the
  127. distribution or licensing of Covered Software under this License.
  128. Notwithstanding Section 2.1(b) above, no patent license is granted by a
  129. Contributor:
  130. a. for any code that a Contributor has removed from Covered Software; or
  131. b. for infringements caused by: (i) Your and any other third party's
  132. modifications of Covered Software, or (ii) the combination of its
  133. Contributions with other software (except as part of its Contributor
  134. Version); or
  135. c. under Patent Claims infringed by Covered Software in the absence of
  136. its Contributions.
  137. This License does not grant any rights in the trademarks, service marks,
  138. or logos of any Contributor (except as may be necessary to comply with
  139. the notice requirements in Section 3.4).
  140. 2.4. Subsequent Licenses
  141. No Contributor makes additional grants as a result of Your choice to
  142. distribute the Covered Software under a subsequent version of this
  143. License (see Section 10.2) or under the terms of a Secondary License (if
  144. permitted under the terms of Section 3.3).
  145. 2.5. Representation
  146. Each Contributor represents that the Contributor believes its
  147. Contributions are its original creation(s) or it has sufficient rights to
  148. grant the rights to its Contributions conveyed by this License.
  149. 2.6. Fair Use
  150. This License is not intended to limit any rights You have under
  151. applicable copyright doctrines of fair use, fair dealing, or other
  152. equivalents.
  153. 2.7. Conditions
  154. Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in
  155. Section 2.1.
  156. 3. Responsibilities
  157. 3.1. Distribution of Source Form
  158. All distribution of Covered Software in Source Code Form, including any
  159. Modifications that You create or to which You contribute, must be under
  160. the terms of this License. You must inform recipients that the Source
  161. Code Form of the Covered Software is governed by the terms of this
  162. License, and how they can obtain a copy of this License. You may not
  163. attempt to alter or restrict the recipients' rights in the Source Code
  164. Form.
  165. 3.2. Distribution of Executable Form
  166. If You distribute Covered Software in Executable Form then:
  167. a. such Covered Software must also be made available in Source Code Form,
  168. as described in Section 3.1, and You must inform recipients of the
  169. Executable Form how they can obtain a copy of such Source Code Form by
  170. reasonable means in a timely manner, at a charge no more than the cost
  171. of distribution to the recipient; and
  172. b. You may distribute such Executable Form under the terms of this
  173. License, or sublicense it under different terms, provided that the
  174. license for the Executable Form does not attempt to limit or alter the
  175. recipients' rights in the Source Code Form under this License.
  176. 3.3. Distribution of a Larger Work
  177. You may create and distribute a Larger Work under terms of Your choice,
  178. provided that You also comply with the requirements of this License for
  179. the Covered Software. If the Larger Work is a combination of Covered
  180. Software with a work governed by one or more Secondary Licenses, and the
  181. Covered Software is not Incompatible With Secondary Licenses, this
  182. License permits You to additionally distribute such Covered Software
  183. under the terms of such Secondary License(s), so that the recipient of
  184. the Larger Work may, at their option, further distribute the Covered
  185. Software under the terms of either this License or such Secondary
  186. License(s).
  187. 3.4. Notices
  188. You may not remove or alter the substance of any license notices
  189. (including copyright notices, patent notices, disclaimers of warranty, or
  190. limitations of liability) contained within the Source Code Form of the
  191. Covered Software, except that You may alter any license notices to the
  192. extent required to remedy known factual inaccuracies.
  193. 3.5. Application of Additional Terms
  194. You may choose to offer, and to charge a fee for, warranty, support,
  195. indemnity or liability obligations to one or more recipients of Covered
  196. Software. However, You may do so only on Your own behalf, and not on
  197. behalf of any Contributor. You must make it absolutely clear that any
  198. such warranty, support, indemnity, or liability obligation is offered by
  199. You alone, and You hereby agree to indemnify every Contributor for any
  200. liability incurred by such Contributor as a result of warranty, support,
  201. indemnity or liability terms You offer. You may include additional
  202. disclaimers of warranty and limitations of liability specific to any
  203. jurisdiction.
  204. 4. Inability to Comply Due to Statute or Regulation
  205. If it is impossible for You to comply with any of the terms of this License
  206. with respect to some or all of the Covered Software due to statute,
  207. judicial order, or regulation then You must: (a) comply with the terms of
  208. this License to the maximum extent possible; and (b) describe the
  209. limitations and the code they affect. Such description must be placed in a
  210. text file included with all distributions of the Covered Software under
  211. this License. Except to the extent prohibited by statute or regulation,
  212. such description must be sufficiently detailed for a recipient of ordinary
  213. skill to be able to understand it.
  214. 5. Termination
  215. 5.1. The rights granted under this License will terminate automatically if You
  216. fail to comply with any of its terms. However, if You become compliant,
  217. then the rights granted under this License from a particular Contributor
  218. are reinstated (a) provisionally, unless and until such Contributor
  219. explicitly and finally terminates Your grants, and (b) on an ongoing
  220. basis, if such Contributor fails to notify You of the non-compliance by
  221. some reasonable means prior to 60 days after You have come back into
  222. compliance. Moreover, Your grants from a particular Contributor are
  223. reinstated on an ongoing basis if such Contributor notifies You of the
  224. non-compliance by some reasonable means, this is the first time You have
  225. received notice of non-compliance with this License from such
  226. Contributor, and You become compliant prior to 30 days after Your receipt
  227. of the notice.
  228. 5.2. If You initiate litigation against any entity by asserting a patent
  229. infringement claim (excluding declaratory judgment actions,
  230. counter-claims, and cross-claims) alleging that a Contributor Version
  231. directly or indirectly infringes any patent, then the rights granted to
  232. You by any and all Contributors for the Covered Software under Section
  233. 2.1 of this License shall terminate.
  234. 5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user
  235. license agreements (excluding distributors and resellers) which have been
  236. validly granted by You or Your distributors under this License prior to
  237. termination shall survive termination.
  238. 6. Disclaimer of Warranty
  239. Covered Software is provided under this License on an "as is" basis,
  240. without warranty of any kind, either expressed, implied, or statutory,
  241. including, without limitation, warranties that the Covered Software is free
  242. of defects, merchantable, fit for a particular purpose or non-infringing.
  243. The entire risk as to the quality and performance of the Covered Software
  244. is with You. Should any Covered Software prove defective in any respect,
  245. You (not any Contributor) assume the cost of any necessary servicing,
  246. repair, or correction. This disclaimer of warranty constitutes an essential
  247. part of this License. No use of any Covered Software is authorized under
  248. this License except under this disclaimer.
  249. 7. Limitation of Liability
  250. Under no circumstances and under no legal theory, whether tort (including
  251. negligence), contract, or otherwise, shall any Contributor, or anyone who
  252. distributes Covered Software as permitted above, be liable to You for any
  253. direct, indirect, special, incidental, or consequential damages of any
  254. character including, without limitation, damages for lost profits, loss of
  255. goodwill, work stoppage, computer failure or malfunction, or any and all
  256. other commercial damages or losses, even if such party shall have been
  257. informed of the possibility of such damages. This limitation of liability
  258. shall not apply to liability for death or personal injury resulting from
  259. such party's negligence to the extent applicable law prohibits such
  260. limitation. Some jurisdictions do not allow the exclusion or limitation of
  261. incidental or consequential damages, so this exclusion and limitation may
  262. not apply to You.
  263. 8. Litigation
  264. Any litigation relating to this License may be brought only in the courts
  265. of a jurisdiction where the defendant maintains its principal place of
  266. business and such litigation shall be governed by laws of that
  267. jurisdiction, without reference to its conflict-of-law provisions. Nothing
  268. in this Section shall prevent a party's ability to bring cross-claims or
  269. counter-claims.
  270. 9. Miscellaneous
  271. This License represents the complete agreement concerning the subject
  272. matter hereof. If any provision of this License is held to be
  273. unenforceable, such provision shall be reformed only to the extent
  274. necessary to make it enforceable. Any law or regulation which provides that
  275. the language of a contract shall be construed against the drafter shall not
  276. be used to construe this License against a Contributor.
  277. 10. Versions of the License
  278. 10.1. New Versions
  279. Mozilla Foundation is the license steward. Except as provided in Section
  280. 10.3, no one other than the license steward has the right to modify or
  281. publish new versions of this License. Each version will be given a
  282. distinguishing version number.
  283. 10.2. Effect of New Versions
  284. You may distribute the Covered Software under the terms of the version
  285. of the License under which You originally received the Covered Software,
  286. or under the terms of any subsequent version published by the license
  287. steward.
  288. 10.3. Modified Versions
  289. If you create software not governed by this License, and you want to
  290. create a new license for such software, you may create and use a
  291. modified version of this License if you rename the license and remove
  292. any references to the name of the license steward (except to note that
  293. such modified license differs from this License).
  294. 10.4. Distributing Source Code Form that is Incompatible With Secondary
  295. Licenses If You choose to distribute Source Code Form that is
  296. Incompatible With Secondary Licenses under the terms of this version of
  297. the License, the notice described in Exhibit B of this License must be
  298. attached.
  299. Exhibit A - Source Code Form License Notice
  300. This Source Code Form is subject to the
  301. terms of the Mozilla Public License, v.
  302. 2.0. If a copy of the MPL was not
  303. distributed with this file, You can
  304. obtain one at
  305. https://mozilla.org/MPL/2.0/.
  306. If it is not possible or desirable to put the notice in a particular file,
  307. then You may include the notice in a location (such as a LICENSE file in a
  308. relevant directory) where a recipient would be likely to look for such a
  309. notice.
  310. You may add additional accurate notices of copyright ownership.
  311. Exhibit B - "Incompatible With Secondary Licenses" Notice
  312. This Source Code Form is "Incompatible
  313. With Secondary Licenses", as defined by
  314. the Mozilla Public License, v. 2.0.