NOTICE 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. =======================================================================
  2. Software under third_party
  3. =======================================================================
  4. Software libraries under third_party are provided as github submodule
  5. links, and their content is not part of the Caffe2 codebase. Their
  6. licences can be found under the respective software repositories.
  7. =======================================================================
  8. Earlier BSD License
  9. =======================================================================
  10. Early development of Caffe2 in 2015 and early 2016 is licensed under the
  11. BSD license. The license is attached below:
  12. All contributions by Facebook:
  13. Copyright (c) 2016 Facebook Inc.
  14. All contributions by Google:
  15. Copyright (c) 2015 Google Inc.
  16. All rights reserved.
  17. All contributions by Yangqing Jia:
  18. Copyright (c) 2015 Yangqing Jia
  19. All rights reserved.
  20. All contributions by Kakao Brain:
  21. Copyright 2019-2020 Kakao Brain
  22. All other contributions:
  23. Copyright(c) 2015, 2016 the respective contributors
  24. All rights reserved.
  25. Redistribution and use in source and binary forms, with or without
  26. modification, are permitted provided that the following conditions are met:
  27. 1. Redistributions of source code must retain the above copyright notice, this
  28. list of conditions and the following disclaimer.
  29. 2. Redistributions in binary form must reproduce the above copyright notice,
  30. this list of conditions and the following disclaimer in the documentation
  31. and/or other materials provided with the distribution.
  32. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  33. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  34. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  35. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  36. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  37. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  38. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  39. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  40. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  41. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  42. =======================================================================
  43. Caffe's BSD License
  44. =======================================================================
  45. Some parts of the caffe2 code is derived from the original Caffe code, which is
  46. created by Yangqing Jia and is now a BSD-licensed open-source project. The Caffe
  47. license is as follows:
  48. COPYRIGHT
  49. All contributions by the University of California:
  50. Copyright (c) 2014, The Regents of the University of California (Regents)
  51. All rights reserved.
  52. All other contributions:
  53. Copyright (c) 2014, the respective contributors
  54. All rights reserved.
  55. Caffe uses a shared copyright model: each contributor holds copyright over
  56. their contributions to Caffe. The project versioning records all such
  57. contribution and copyright details. If a contributor wants to further mark
  58. their specific copyright on a particular contribution, they should indicate
  59. their copyright solely in the commit message of the change when it is
  60. committed.
  61. LICENSE
  62. Redistribution and use in source and binary forms, with or without
  63. modification, are permitted provided that the following conditions are met:
  64. 1. Redistributions of source code must retain the above copyright notice, this
  65. list of conditions and the following disclaimer.
  66. 2. Redistributions in binary form must reproduce the above copyright notice,
  67. this list of conditions and the following disclaimer in the documentation
  68. and/or other materials provided with the distribution.
  69. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  70. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  71. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  72. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
  73. ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  74. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  75. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  76. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  77. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  78. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  79. CONTRIBUTION AGREEMENT
  80. By contributing to the BVLC/caffe repository through pull-request, comment,
  81. or otherwise, the contributor releases their content to the
  82. license and copyright terms herein.
  83. =======================================================================
  84. Caffe2's Apache License
  85. =======================================================================
  86. This repo contains Caffe2 code, which was previously licensed under
  87. Apache License Version 2.0:
  88. Apache License
  89. Version 2.0, January 2004
  90. http://www.apache.org/licenses/
  91. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  92. 1. Definitions.
  93. "License" shall mean the terms and conditions for use, reproduction,
  94. and distribution as defined by Sections 1 through 9 of this document.
  95. "Licensor" shall mean the copyright owner or entity authorized by
  96. the copyright owner that is granting the License.
  97. "Legal Entity" shall mean the union of the acting entity and all
  98. other entities that control, are controlled by, or are under common
  99. control with that entity. For the purposes of this definition,
  100. "control" means (i) the power, direct or indirect, to cause the
  101. direction or management of such entity, whether by contract or
  102. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  103. outstanding shares, or (iii) beneficial ownership of such entity.
  104. "You" (or "Your") shall mean an individual or Legal Entity
  105. exercising permissions granted by this License.
  106. "Source" form shall mean the preferred form for making modifications,
  107. including but not limited to software source code, documentation
  108. source, and configuration files.
  109. "Object" form shall mean any form resulting from mechanical
  110. transformation or translation of a Source form, including but
  111. not limited to compiled object code, generated documentation,
  112. and conversions to other media types.
  113. "Work" shall mean the work of authorship, whether in Source or
  114. Object form, made available under the License, as indicated by a
  115. copyright notice that is included in or attached to the work
  116. (an example is provided in the Appendix below).
  117. "Derivative Works" shall mean any work, whether in Source or Object
  118. form, that is based on (or derived from) the Work and for which the
  119. editorial revisions, annotations, elaborations, or other modifications
  120. represent, as a whole, an original work of authorship. For the purposes
  121. of this License, Derivative Works shall not include works that remain
  122. separable from, or merely link (or bind by name) to the interfaces of,
  123. the Work and Derivative Works thereof.
  124. "Contribution" shall mean any work of authorship, including
  125. the original version of the Work and any modifications or additions
  126. to that Work or Derivative Works thereof, that is intentionally
  127. submitted to Licensor for inclusion in the Work by the copyright owner
  128. or by an individual or Legal Entity authorized to submit on behalf of
  129. the copyright owner. For the purposes of this definition, "submitted"
  130. means any form of electronic, verbal, or written communication sent
  131. to the Licensor or its representatives, including but not limited to
  132. communication on electronic mailing lists, source code control systems,
  133. and issue tracking systems that are managed by, or on behalf of, the
  134. Licensor for the purpose of discussing and improving the Work, but
  135. excluding communication that is conspicuously marked or otherwise
  136. designated in writing by the copyright owner as "Not a Contribution."
  137. "Contributor" shall mean Licensor and any individual or Legal Entity
  138. on behalf of whom a Contribution has been received by Licensor and
  139. subsequently incorporated within the Work.
  140. 2. Grant of Copyright License. Subject to the terms and conditions of
  141. this License, each Contributor hereby grants to You a perpetual,
  142. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  143. copyright license to reproduce, prepare Derivative Works of,
  144. publicly display, publicly perform, sublicense, and distribute the
  145. Work and such Derivative Works in Source or Object form.
  146. 3. Grant of Patent License. Subject to the terms and conditions of
  147. this License, each Contributor hereby grants to You a perpetual,
  148. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  149. (except as stated in this section) patent license to make, have made,
  150. use, offer to sell, sell, import, and otherwise transfer the Work,
  151. where such license applies only to those patent claims licensable
  152. by such Contributor that are necessarily infringed by their
  153. Contribution(s) alone or by combination of their Contribution(s)
  154. with the Work to which such Contribution(s) was submitted. If You
  155. institute patent litigation against any entity (including a
  156. cross-claim or counterclaim in a lawsuit) alleging that the Work
  157. or a Contribution incorporated within the Work constitutes direct
  158. or contributory patent infringement, then any patent licenses
  159. granted to You under this License for that Work shall terminate
  160. as of the date such litigation is filed.
  161. 4. Redistribution. You may reproduce and distribute copies of the
  162. Work or Derivative Works thereof in any medium, with or without
  163. modifications, and in Source or Object form, provided that You
  164. meet the following conditions:
  165. (a) You must give any other recipients of the Work or
  166. Derivative Works a copy of this License; and
  167. (b) You must cause any modified files to carry prominent notices
  168. stating that You changed the files; and
  169. (c) You must retain, in the Source form of any Derivative Works
  170. that You distribute, all copyright, patent, trademark, and
  171. attribution notices from the Source form of the Work,
  172. excluding those notices that do not pertain to any part of
  173. the Derivative Works; and
  174. (d) If the Work includes a "NOTICE" text file as part of its
  175. distribution, then any Derivative Works that You distribute must
  176. include a readable copy of the attribution notices contained
  177. within such NOTICE file, excluding those notices that do not
  178. pertain to any part of the Derivative Works, in at least one
  179. of the following places: within a NOTICE text file distributed
  180. as part of the Derivative Works; within the Source form or
  181. documentation, if provided along with the Derivative Works; or,
  182. within a display generated by the Derivative Works, if and
  183. wherever such third-party notices normally appear. The contents
  184. of the NOTICE file are for informational purposes only and
  185. do not modify the License. You may add Your own attribution
  186. notices within Derivative Works that You distribute, alongside
  187. or as an addendum to the NOTICE text from the Work, provided
  188. that such additional attribution notices cannot be construed
  189. as modifying the License.
  190. You may add Your own copyright statement to Your modifications and
  191. may provide additional or different license terms and conditions
  192. for use, reproduction, or distribution of Your modifications, or
  193. for any such Derivative Works as a whole, provided Your use,
  194. reproduction, and distribution of the Work otherwise complies with
  195. the conditions stated in this License.
  196. 5. Submission of Contributions. Unless You explicitly state otherwise,
  197. any Contribution intentionally submitted for inclusion in the Work
  198. by You to the Licensor shall be under the terms and conditions of
  199. this License, without any additional terms or conditions.
  200. Notwithstanding the above, nothing herein shall supersede or modify
  201. the terms of any separate license agreement you may have executed
  202. with Licensor regarding such Contributions.
  203. 6. Trademarks. This License does not grant permission to use the trade
  204. names, trademarks, service marks, or product names of the Licensor,
  205. except as required for reasonable and customary use in describing the
  206. origin of the Work and reproducing the content of the NOTICE file.
  207. 7. Disclaimer of Warranty. Unless required by applicable law or
  208. agreed to in writing, Licensor provides the Work (and each
  209. Contributor provides its Contributions) on an "AS IS" BASIS,
  210. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  211. implied, including, without limitation, any warranties or conditions
  212. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  213. PARTICULAR PURPOSE. You are solely responsible for determining the
  214. appropriateness of using or redistributing the Work and assume any
  215. risks associated with Your exercise of permissions under this License.
  216. 8. Limitation of Liability. In no event and under no legal theory,
  217. whether in tort (including negligence), contract, or otherwise,
  218. unless required by applicable law (such as deliberate and grossly
  219. negligent acts) or agreed to in writing, shall any Contributor be
  220. liable to You for damages, including any direct, indirect, special,
  221. incidental, or consequential damages of any character arising as a
  222. result of this License or out of the use or inability to use the
  223. Work (including but not limited to damages for loss of goodwill,
  224. work stoppage, computer failure or malfunction, or any and all
  225. other commercial damages or losses), even if such Contributor
  226. has been advised of the possibility of such damages.
  227. 9. Accepting Warranty or Additional Liability. While redistributing
  228. the Work or Derivative Works thereof, You may choose to offer,
  229. and charge a fee for, acceptance of support, warranty, indemnity,
  230. or other liability obligations and/or rights consistent with this
  231. License. However, in accepting such obligations, You may act only
  232. on Your own behalf and on Your sole responsibility, not on behalf
  233. of any other Contributor, and only if You agree to indemnify,
  234. defend, and hold each Contributor harmless for any liability
  235. incurred by, or claims asserted against, such Contributor by reason
  236. of your accepting any such warranty or additional liability.
  237. =======================================================================
  238. Cephes's 3-Clause BSD License
  239. =======================================================================
  240. Code derived from implementations in the Cephes Math Library should mention
  241. its derivation and reference the following license:
  242. 3-Clause BSD License for the Cephes Math Library
  243. Copyright (c) 2018, Steven Moshier
  244. All rights reserved.
  245. Redistribution and use in source and binary forms, with or without
  246. modification, are permitted provided that the following conditions are met:
  247. * Redistributions of source code must retain the above copyright
  248. notice, this list of conditions and the following disclaimer.
  249. * Redistributions in binary form must reproduce the above copyright
  250. notice, this list of conditions and the following disclaimer in the
  251. documentation and/or other materials provided with the distribution.
  252. * Neither the name of the nor the
  253. names of its contributors may be used to endorse or promote products
  254. derived from this software without specific prior written permission.
  255. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  256. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  257. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  258. DISCLAIMED. IN NO EVENT SHALL Steven Moshier BE LIABLE FOR ANY
  259. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  260. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  261. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  262. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  263. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  264. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  265. =======================================================================
  266. SciPy's 3-Clause BSD License
  267. =======================================================================
  268. Code derived from implementations in SciPy should mention its derivation
  269. and reference the following license:
  270. Copyright (c) 2001-2002 Enthought, Inc. 2003-2019, SciPy Developers.
  271. All rights reserved.
  272. Redistribution and use in source and binary forms, with or without
  273. modification, are permitted provided that the following conditions
  274. are met:
  275. 1. Redistributions of source code must retain the above copyright
  276. notice, this list of conditions and the following disclaimer.
  277. 2. Redistributions in binary form must reproduce the above
  278. copyright notice, this list of conditions and the following
  279. disclaimer in the documentation and/or other materials provided
  280. with the distribution.
  281. 3. Neither the name of the copyright holder nor the names of its
  282. contributors may be used to endorse or promote products derived
  283. from this software without specific prior written permission.
  284. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  285. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  286. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  287. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  288. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  289. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  290. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  291. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  292. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  293. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  294. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  295. =======================================================================
  296. Boost's 1.0 Software License
  297. =======================================================================
  298. Code derived from implementations in Boost 1.0 should mention its
  299. derivation and reference the following license:
  300. Boost Software License - Version 1.0 - August 17th, 2003
  301. Permission is hereby granted, free of charge, to any person or organization
  302. obtaining a copy of the software and accompanying documentation covered by
  303. this license (the "Software") to use, reproduce, display, distribute,
  304. execute, and transmit the Software, and to prepare derivative works of the
  305. Software, and to permit third-parties to whom the Software is furnished to
  306. do so, all subject to the following:
  307. The copyright notices in the Software and this entire statement, including
  308. the above license grant, this restriction and the following disclaimer,
  309. must be included in all copies of the Software, in whole or in part, and
  310. all derivative works of the Software, unless such copies or derivative
  311. works are solely in the form of machine-executable object code generated by
  312. a source language processor.
  313. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  314. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  315. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  316. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  317. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  318. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  319. DEALINGS IN THE SOFTWARE.
  320. END OF TERMS AND CONDITIONS
  321. APPENDIX: How to apply the Apache License to your work.
  322. To apply the Apache License to your work, attach the following
  323. boilerplate notice, with the fields enclosed by brackets "[]"
  324. replaced with your own identifying information. (Don't include
  325. the brackets!) The text should be enclosed in the appropriate
  326. comment syntax for the file format. We also recommend that a
  327. file or class name and description of purpose be included on the
  328. same "printed page" as the copyright notice for easier
  329. identification within third-party archives.
  330. Copyright [yyyy] [name of copyright owner]
  331. Licensed under the Apache License, Version 2.0 (the "License");
  332. you may not use this file except in compliance with the License.
  333. You may obtain a copy of the License at
  334. http://www.apache.org/licenses/LICENSE-2.0
  335. Unless required by applicable law or agreed to in writing, software
  336. distributed under the License is distributed on an "AS IS" BASIS,
  337. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  338. See the License for the specific language governing permissions and
  339. limitations under the License.
  340. =======================================================================
  341. PILLOW-SIMD Software License
  342. =======================================================================
  343. Code derived from implementations in PILLOW-SIMD should mention its derivation
  344. and reference the following license:
  345. The Python Imaging Library (PIL) is
  346. Copyright © 1997-2011 by Secret Labs AB
  347. Copyright © 1995-2011 by Fredrik Lundh
  348. Pillow is the friendly PIL fork. It is
  349. Copyright © 2010-2022 by Alex Clark and contributors
  350. Like PIL, Pillow is licensed under the open source HPND License:
  351. By obtaining, using, and/or copying this software and/or its associated
  352. documentation, you agree that you have read, understood, and will comply
  353. with the following terms and conditions:
  354. Permission to use, copy, modify, and distribute this software and its
  355. associated documentation for any purpose and without fee is hereby granted,
  356. provided that the above copyright notice appears in all copies, and that
  357. both that copyright notice and this permission notice appear in supporting
  358. documentation, and that the name of Secret Labs AB or the author not be
  359. used in advertising or publicity pertaining to distribution of the software
  360. without specific, written prior permission.
  361. SECRET LABS AB AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
  362. SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.
  363. IN NO EVENT SHALL SECRET LABS AB OR THE AUTHOR BE LIABLE FOR ANY SPECIAL,
  364. INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
  365. LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
  366. OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  367. PERFORMANCE OF THIS SOFTWARE.