LICENSE.txt 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640
  1. The following portions of the LIVOX’s Livox SDK (“Software” referred to in the terms below) are made available to you under the terms of the MIT License provided below.
  2. livox_ros_driver
  3. ├── LICENSE.txt
  4. ├── livox_ros_driver
  5. │   ├── CMakeLists.txt
  6. │   ├── config
  7. │   │   ├── display_hub_points.rviz
  8. │   │   └── display_lidar_points.rviz
  9. │   ├── launch
  10. │   │   ├── livox_hub.launch
  11. │   │   ├── livox_hub_msg.launch
  12. │   │   ├── livox_hub_rviz.launch
  13. │   │   ├── livox_lidar.launch
  14. │   │   ├── livox_lidar_msg.launch
  15. │   │   └── livox_lidar_rviz.launch
  16. │   ├── livox_hub.cpp
  17. │   ├── livox_lidar.cpp
  18. │   ├── msg
  19. │   │   ├── CustomMsg.msg
  20. │   │   └── CustomPoint.msg
  21. │   └── package.xml
  22. └── README.md
  23. -------------------------------------------------------------
  24. The MIT License (MIT)
  25. Copyright (c) 2019 Livox. All rights reserved.
  26. Permission is hereby granted, free of charge, to any person obtaining a copy
  27. of this software and associated documentation files (the "Software"), to deal
  28. in the Software without restriction, including without limitation the rights
  29. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  30. copies of the Software, and to permit persons to whom the Software is
  31. furnished to do so, subject to the following conditions:
  32. The above copyright notice and this permission notice shall be included in
  33. all copies or substantial portions of the Software.
  34. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  35. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  36. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  37. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  38. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  39. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  40. SOFTWARE.
  41. ===============================================================
  42. LIVOX’s Livox SDK uses unmodified libraries of Apache Portable Runtime Library (APR)(https://github.com/apache/apr), which is licensed under Apache license. A copy of the Apache license is provided below and is also available at https://raw.githubusercontent.com/apache/apr/trunk/LICENSE.
  43. -------------------------------------------------------------
  44. Apache License
  45. Version 2.0, January 2004
  46. http://www.apache.org/licenses/
  47. TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
  48. 1. Definitions.
  49. "License" shall mean the terms and conditions for use, reproduction,
  50. and distribution as defined by Sections 1 through 9 of this document.
  51. "Licensor" shall mean the copyright owner or entity authorized by
  52. the copyright owner that is granting the License.
  53. "Legal Entity" shall mean the union of the acting entity and all
  54. other entities that control, are controlled by, or are under common
  55. control with that entity. For the purposes of this definition,
  56. "control" means (i) the power, direct or indirect, to cause the
  57. direction or management of such entity, whether by contract or
  58. otherwise, or (ii) ownership of fifty percent (50%) or more of the
  59. outstanding shares, or (iii) beneficial ownership of such entity.
  60. "You" (or "Your") shall mean an individual or Legal Entity
  61. exercising permissions granted by this License.
  62. "Source" form shall mean the preferred form for making modifications,
  63. including but not limited to software source code, documentation
  64. source, and configuration files.
  65. "Object" form shall mean any form resulting from mechanical
  66. transformation or translation of a Source form, including but
  67. not limited to compiled object code, generated documentation,
  68. and conversions to other media types.
  69. "Work" shall mean the work of authorship, whether in Source or
  70. Object form, made available under the License, as indicated by a
  71. copyright notice that is included in or attached to the work
  72. (an example is provided in the Appendix below).
  73. "Derivative Works" shall mean any work, whether in Source or Object
  74. form, that is based on (or derived from) the Work and for which the
  75. editorial revisions, annotations, elaborations, or other modifications
  76. represent, as a whole, an original work of authorship. For the purposes
  77. of this License, Derivative Works shall not include works that remain
  78. separable from, or merely link (or bind by name) to the interfaces of,
  79. the Work and Derivative Works thereof.
  80. "Contribution" shall mean any work of authorship, including
  81. the original version of the Work and any modifications or additions
  82. to that Work or Derivative Works thereof, that is intentionally
  83. submitted to Licensor for inclusion in the Work by the copyright owner
  84. or by an individual or Legal Entity authorized to submit on behalf of
  85. the copyright owner. For the purposes of this definition, "submitted"
  86. means any form of electronic, verbal, or written communication sent
  87. to the Licensor or its representatives, including but not limited to
  88. communication on electronic mailing lists, source code control systems,
  89. and issue tracking systems that are managed by, or on behalf of, the
  90. Licensor for the purpose of discussing and improving the Work, but
  91. excluding communication that is conspicuously marked or otherwise
  92. designated in writing by the copyright owner as "Not a Contribution."
  93. "Contributor" shall mean Licensor and any individual or Legal Entity
  94. on behalf of whom a Contribution has been received by Licensor and
  95. subsequently incorporated within the Work.
  96. 2. Grant of Copyright License. Subject to the terms and conditions of
  97. this License, each Contributor hereby grants to You a perpetual,
  98. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  99. copyright license to reproduce, prepare Derivative Works of,
  100. publicly display, publicly perform, sublicense, and distribute the
  101. Work and such Derivative Works in Source or Object form.
  102. 3. Grant of Patent License. Subject to the terms and conditions of
  103. this License, each Contributor hereby grants to You a perpetual,
  104. worldwide, non-exclusive, no-charge, royalty-free, irrevocable
  105. (except as stated in this section) patent license to make, have made,
  106. use, offer to sell, sell, import, and otherwise transfer the Work,
  107. where such license applies only to those patent claims licensable
  108. by such Contributor that are necessarily infringed by their
  109. Contribution(s) alone or by combination of their Contribution(s)
  110. with the Work to which such Contribution(s) was submitted. If You
  111. institute patent litigation against any entity (including a
  112. cross-claim or counterclaim in a lawsuit) alleging that the Work
  113. or a Contribution incorporated within the Work constitutes direct
  114. or contributory patent infringement, then any patent licenses
  115. granted to You under this License for that Work shall terminate
  116. as of the date such litigation is filed.
  117. 4. Redistribution. You may reproduce and distribute copies of the
  118. Work or Derivative Works thereof in any medium, with or without
  119. modifications, and in Source or Object form, provided that You
  120. meet the following conditions:
  121. (a) You must give any other recipients of the Work or
  122. Derivative Works a copy of this License; and
  123. (b) You must cause any modified files to carry prominent notices
  124. stating that You changed the files; and
  125. (c) You must retain, in the Source form of any Derivative Works
  126. that You distribute, all copyright, patent, trademark, and
  127. attribution notices from the Source form of the Work,
  128. excluding those notices that do not pertain to any part of
  129. the Derivative Works; and
  130. (d) If the Work includes a "NOTICE" text file as part of its
  131. distribution, then any Derivative Works that You distribute must
  132. include a readable copy of the attribution notices contained
  133. within such NOTICE file, excluding those notices that do not
  134. pertain to any part of the Derivative Works, in at least one
  135. of the following places: within a NOTICE text file distributed
  136. as part of the Derivative Works; within the Source form or
  137. documentation, if provided along with the Derivative Works; or,
  138. within a display generated by the Derivative Works, if and
  139. wherever such third-party notices normally appear. The contents
  140. of the NOTICE file are for informational purposes only and
  141. do not modify the License. You may add Your own attribution
  142. notices within Derivative Works that You distribute, alongside
  143. or as an addendum to the NOTICE text from the Work, provided
  144. that such additional attribution notices cannot be construed
  145. as modifying the License.
  146. You may add Your own copyright statement to Your modifications and
  147. may provide additional or different license terms and conditions
  148. for use, reproduction, or distribution of Your modifications, or
  149. for any such Derivative Works as a whole, provided Your use,
  150. reproduction, and distribution of the Work otherwise complies with
  151. the conditions stated in this License.
  152. 5. Submission of Contributions. Unless You explicitly state otherwise,
  153. any Contribution intentionally submitted for inclusion in the Work
  154. by You to the Licensor shall be under the terms and conditions of
  155. this License, without any additional terms or conditions.
  156. Notwithstanding the above, nothing herein shall supersede or modify
  157. the terms of any separate license agreement you may have executed
  158. with Licensor regarding such Contributions.
  159. 6. Trademarks. This License does not grant permission to use the trade
  160. names, trademarks, service marks, or product names of the Licensor,
  161. except as required for reasonable and customary use in describing the
  162. origin of the Work and reproducing the content of the NOTICE file.
  163. 7. Disclaimer of Warranty. Unless required by applicable law or
  164. agreed to in writing, Licensor provides the Work (and each
  165. Contributor provides its Contributions) on an "AS IS" BASIS,
  166. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  167. implied, including, without limitation, any warranties or conditions
  168. of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
  169. PARTICULAR PURPOSE. You are solely responsible for determining the
  170. appropriateness of using or redistributing the Work and assume any
  171. risks associated with Your exercise of permissions under this License.
  172. 8. Limitation of Liability. In no event and under no legal theory,
  173. whether in tort (including negligence), contract, or otherwise,
  174. unless required by applicable law (such as deliberate and grossly
  175. negligent acts) or agreed to in writing, shall any Contributor be
  176. liable to You for damages, including any direct, indirect, special,
  177. incidental, or consequential damages of any character arising as a
  178. result of this License or out of the use or inability to use the
  179. Work (including but not limited to damages for loss of goodwill,
  180. work stoppage, computer failure or malfunction, or any and all
  181. other commercial damages or losses), even if such Contributor
  182. has been advised of the possibility of such damages.
  183. 9. Accepting Warranty or Additional Liability. While redistributing
  184. the Work or Derivative Works thereof, You may choose to offer,
  185. and charge a fee for, acceptance of support, warranty, indemnity,
  186. or other liability obligations and/or rights consistent with this
  187. License. However, in accepting such obligations, You may act only
  188. on Your own behalf and on Your sole responsibility, not on behalf
  189. of any other Contributor, and only if You agree to indemnify,
  190. defend, and hold each Contributor harmless for any liability
  191. incurred by, or claims asserted against, such Contributor by reason
  192. of your accepting any such warranty or additional liability.
  193. END OF TERMS AND CONDITIONS
  194. APPENDIX: How to apply the Apache License to your work.
  195. To apply the Apache License to your work, attach the following
  196. boilerplate notice, with the fields enclosed by brackets "[]"
  197. replaced with your own identifying information. (Don't include
  198. the brackets!) The text should be enclosed in the appropriate
  199. comment syntax for the file format. We also recommend that a
  200. file or class name and description of purpose be included on the
  201. same "printed page" as the copyright notice for easier
  202. identification within third-party archives.
  203. Copyright [yyyy] [name of copyright owner]
  204. Licensed under the Apache License, Version 2.0 (the "License");
  205. you may not use this file except in compliance with the License.
  206. You may obtain a copy of the License at
  207. http://www.apache.org/licenses/LICENSE-2.0
  208. Unless required by applicable law or agreed to in writing, software
  209. distributed under the License is distributed on an "AS IS" BASIS,
  210. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  211. See the License for the specific language governing permissions and
  212. limitations under the License.
  213. APACHE PORTABLE RUNTIME SUBCOMPONENTS:
  214. The Apache Portable Runtime includes a number of subcomponents with
  215. separate copyright notices and license terms. Your use of the source
  216. code for these subcomponents is subject to the terms and conditions
  217. of the following licenses.
  218. From strings/apr_fnmatch.c, include/apr_fnmatch.h, misc/unix/getopt.c,
  219. file_io/unix/mktemp.c, strings/apr_strings.c:
  220. /*
  221. * Copyright (c) 1987, 1993, 1994
  222. * The Regents of the University of California. All rights reserved.
  223. *
  224. * Redistribution and use in source and binary forms, with or without
  225. * modification, are permitted provided that the following conditions
  226. * are met:
  227. * 1. Redistributions of source code must retain the above copyright
  228. * notice, this list of conditions and the following disclaimer.
  229. * 2. Redistributions in binary form must reproduce the above copyright
  230. * notice, this list of conditions and the following disclaimer in the
  231. * documentation and/or other materials provided with the distribution.
  232. * 3. All advertising materials mentioning features or use of this software
  233. * must display the following acknowledgement:
  234. * This product includes software developed by the University of
  235. * California, Berkeley and its contributors.
  236. * 4. Neither the name of the University nor the names of its contributors
  237. * may be used to endorse or promote products derived from this software
  238. * without specific prior written permission.
  239. *
  240. * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  241. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  242. * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  243. * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  244. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  245. * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  246. * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  247. * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  248. * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  249. * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  250. * SUCH DAMAGE.
  251. From network_io/unix/inet_ntop.c, network_io/unix/inet_pton.c:
  252. /* Copyright (c) 1996 by Internet Software Consortium.
  253. *
  254. * Permission to use, copy, modify, and distribute this software for any
  255. * purpose with or without fee is hereby granted, provided that the above
  256. * copyright notice and this permission notice appear in all copies.
  257. *
  258. * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
  259. * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
  260. * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
  261. * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
  262. * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
  263. * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
  264. * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  265. * SOFTWARE.
  266. From dso/aix/dso.c:
  267. * Based on libdl (dlfcn.c/dlfcn.h) which is
  268. * Copyright (c) 1992,1993,1995,1996,1997,1988
  269. * Jens-Uwe Mager, Helios Software GmbH, Hannover, Germany.
  270. *
  271. * Not derived from licensed software.
  272. *
  273. * Permission is granted to freely use, copy, modify, and redistribute
  274. * this software, provided that the author is not construed to be liable
  275. * for any results of using the software, alterations are clearly marked
  276. * as such, and this notice is not modified.
  277. From strings/apr_strnatcmp.c, include/apr_strings.h:
  278. strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
  279. Copyright (C) 2000 by Martin Pool <mbp@humbug.org.au>
  280. This software is provided 'as-is', without any express or implied
  281. warranty. In no event will the authors be held liable for any damages
  282. arising from the use of this software.
  283. Permission is granted to anyone to use this software for any purpose,
  284. including commercial applications, and to alter it and redistribute it
  285. freely, subject to the following restrictions:
  286. 1. The origin of this software must not be misrepresented; you must not
  287. claim that you wrote the original software. If you use this software
  288. in a product, an acknowledgment in the product documentation would be
  289. appreciated but is not required.
  290. 2. Altered source versions must be plainly marked as such, and must not be
  291. misrepresented as being the original software.
  292. 3. This notice may not be removed or altered from any source distribution.
  293. From strings/apr_snprintf.c:
  294. *
  295. * cvt - IEEE floating point formatting routines.
  296. * Derived from UNIX V7, Copyright(C) Caldera International Inc.
  297. *
  298. Copyright(C) Caldera International Inc. 2001-2002. All rights reserved.
  299. Redistribution and use in source and binary forms, with or without
  300. modification, are permitted provided that the following conditions are
  301. met:
  302. Redistributions of source code and documentation must retain the above
  303. copyright notice, this list of conditions and the following disclaimer.
  304. Redistributions in binary form must reproduce the above copyright
  305. notice, this list of conditions and the following disclaimer in the
  306. documentation and/or other materials provided with the distribution.
  307. All advertising materials mentioning features or use of this software
  308. must display the following acknowledgement:
  309. This product includes software developed or owned by Caldera
  310. International, Inc.
  311. Neither the name of Caldera International, Inc. nor the names of other
  312. contributors may be used to endorse or promote products derived from
  313. this software without specific prior written permission.
  314. USE OF THE SOFTWARE PROVIDED FOR UNDER THIS LICENSE BY CALDERA
  315. INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
  316. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  317. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN
  318. NO EVENT SHALL CALDERA INTERNATIONAL, INC. BE LIABLE FOR ANY DIRECT,
  319. INDIRECT INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  320. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  321. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  322. HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  323. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
  324. ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  325. POSSIBILITY OF SUCH DAMAGE.
  326. For the include\apr_md5.h component:
  327. * This is work is derived from material Copyright RSA Data Security, Inc.
  328. *
  329. * The RSA copyright statement and Licence for that original material is
  330. * included below. This is followed by the Apache copyright statement and
  331. * licence for the modifications made to that material.
  332. Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  333. rights reserved.
  334. License to copy and use this software is granted provided that it
  335. is identified as the "RSA Data Security, Inc. MD5 Message-Digest
  336. Algorithm" in all material mentioning or referencing this software
  337. or this function.
  338. License is also granted to make and use derivative works provided
  339. that such works are identified as "derived from the RSA Data
  340. Security, Inc. MD5 Message-Digest Algorithm" in all material
  341. mentioning or referencing the derived work.
  342. RSA Data Security, Inc. makes no representations concerning either
  343. the merchantability of this software or the suitability of this
  344. software for any particular purpose. It is provided "as is"
  345. without express or implied warranty of any kind.
  346. These notices must be retained in any copies of any part of this
  347. documentation and/or software.
  348. For the passwd\apr_md5.c component:
  349. * This is work is derived from material Copyright RSA Data Security, Inc.
  350. *
  351. * The RSA copyright statement and Licence for that original material is
  352. * included below. This is followed by the Apache copyright statement and
  353. * licence for the modifications made to that material.
  354. Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  355. rights reserved.
  356. License to copy and use this software is granted provided that it
  357. is identified as the "RSA Data Security, Inc. MD5 Message-Digest
  358. Algorithm" in all material mentioning or referencing this software
  359. or this function.
  360. License is also granted to make and use derivative works provided
  361. that such works are identified as "derived from the RSA Data
  362. Security, Inc. MD5 Message-Digest Algorithm" in all material
  363. mentioning or referencing the derived work.
  364. RSA Data Security, Inc. makes no representations concerning either
  365. the merchantability of this software or the suitability of this
  366. software for any particular purpose. It is provided "as is"
  367. without express or implied warranty of any kind.
  368. These notices must be retained in any copies of any part of this
  369. documentation and/or software.
  370. * The apr_md5_encode() routine uses much code obtained from the FreeBSD 3.0
  371. * MD5 crypt() function, which is licenced as follows:
  372. * ----------------------------------------------------------------------------
  373. * "THE BEER-WARE LICENSE" (Revision 42):
  374. * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
  375. * can do whatever you want with this stuff. If we meet some day, and you think
  376. * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
  377. * ----------------------------------------------------------------------------
  378. For the crypto\apr_md4.c component:
  379. * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  380. * rights reserved.
  381. *
  382. * License to copy and use this software is granted provided that it
  383. * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
  384. * Algorithm" in all material mentioning or referencing this software
  385. * or this function.
  386. *
  387. * License is also granted to make and use derivative works provided
  388. * that such works are identified as "derived from the RSA Data
  389. * Security, Inc. MD4 Message-Digest Algorithm" in all material
  390. * mentioning or referencing the derived work.
  391. *
  392. * RSA Data Security, Inc. makes no representations concerning either
  393. * the merchantability of this software or the suitability of this
  394. * software for any particular purpose. It is provided "as is"
  395. * without express or implied warranty of any kind.
  396. *
  397. * These notices must be retained in any copies of any part of this
  398. * documentation and/or software.
  399. For the crypto\crypt_blowfish.c(.h) component:
  400. * Written by Solar Designer <solar at openwall.com> in 1998-2011.
  401. * No copyright is claimed, and the software is hereby placed in the public
  402. * domain. In case this attempt to disclaim copyright and place the software
  403. * in the public domain is deemed null and void, then the software is
  404. * Copyright (c) 1998-2011 Solar Designer and it is hereby released to the
  405. * general public under the following terms:
  406. *
  407. * Redistribution and use in source and binary forms, with or without
  408. * modification, are permitted.
  409. *
  410. * There's ABSOLUTELY NO WARRANTY, express or implied.
  411. See crypto/crypt_blowfish.c for more information.
  412. For the include\apr_md4.h component:
  413. * This is derived from material copyright RSA Data Security, Inc.
  414. * Their notice is reproduced below in its entirety.
  415. *
  416. * Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
  417. * rights reserved.
  418. *
  419. * License to copy and use this software is granted provided that it
  420. * is identified as the "RSA Data Security, Inc. MD4 Message-Digest
  421. * Algorithm" in all material mentioning or referencing this software
  422. * or this function.
  423. *
  424. * License is also granted to make and use derivative works provided
  425. * that such works are identified as "derived from the RSA Data
  426. * Security, Inc. MD4 Message-Digest Algorithm" in all material
  427. * mentioning or referencing the derived work.
  428. *
  429. * RSA Data Security, Inc. makes no representations concerning either
  430. * the merchantability of this software or the suitability of this
  431. * software for any particular purpose. It is provided "as is"
  432. * without express or implied warranty of any kind.
  433. *
  434. * These notices must be retained in any copies of any part of this
  435. * documentation and/or software.
  436. For the test\testmd4.c component:
  437. * This is derived from material copyright RSA Data Security, Inc.
  438. * Their notice is reproduced below in its entirety.
  439. *
  440. * Copyright (C) 1990-2, RSA Data Security, Inc. Created 1990. All
  441. * rights reserved.
  442. *
  443. * RSA Data Security, Inc. makes no representations concerning either
  444. * the merchantability of this software or the suitability of this
  445. * software for any particular purpose. It is provided "as is"
  446. * without express or implied warranty of any kind.
  447. *
  448. * These notices must be retained in any copies of any part of this
  449. * documentation and/or software.
  450. ===============================================================
  451. LIVOX’s Livox SDK uses unmodified libraries of Boost (https://www.boost.org), which is licensed under the Boost Software license. A copy of the Boost Software license is provided below and is also available at https://www.boost.org/LICENSE_1_0.txt.
  452. -------------------------------------------------------------
  453. Boost Software License - Version 1.0 - August 17th, 2003
  454. Permission is hereby granted, free of charge, to any person or organization
  455. obtaining a copy of the software and accompanying documentation covered by
  456. this license (the "Software") to use, reproduce, display, distribute,
  457. execute, and transmit the Software, and to prepare derivative works of the
  458. Software, and to permit third-parties to whom the Software is furnished to
  459. do so, all subject to the following:
  460. The copyright notices in the Software and this entire statement, including
  461. the above license grant, this restriction and the following disclaimer,
  462. must be included in all copies of the Software, in whole or in part, and
  463. all derivative works of the Software, unless such copies or derivative
  464. works are solely in the form of machine-executable object code generated by
  465. a source language processor.
  466. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  467. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  468. FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
  469. SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
  470. FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
  471. ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  472. DEALINGS IN THE SOFTWARE.
  473. ===============================================================
  474. FastCRC
  475. └── sdk_core
  476. ├── include
  477. │   └── third_party
  478. │   └── FastCRC
  479. │   └── FastCRC.h
  480. └── src
  481. └── third_party
  482. └── FastCRC
  483. ├── FastCRCsw.cpp
  484. ├── FastCRC_tables.hpp
  485. ├── LICENSE.md
  486. └── README.md
  487. LIVOX’s Livox SDK uses modified libraries of FastCRC (https://github.com/FrankBoesing/FastCRC), which is licensed under MIT license. A copy of the MIT license is provided below and is also available at https://raw.githubusercontent.com/FrankBoesing/FastCRC/master/LICENCE.md.
  488. The MIT License (MIT)
  489. Copyright (c) 2016 Frank
  490. Permission is hereby granted, free of charge, to any person obtaining a copy
  491. of this software and associated documentation files (the "Software"), to deal
  492. in the Software without restriction, including without limitation the rights
  493. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  494. copies of the Software, and to permit persons to whom the Software is
  495. furnished to do so, subject to the following conditions:
  496. The above copyright notice and this permission notice shall be included in all
  497. copies or substantial portions of the Software.
  498. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  499. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  500. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  501. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  502. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  503. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  504. SOFTWARE.
  505. ===============================================================
  506. LIVOX’s Livox SDK uses unmodified libraries of Ros (https://github.com/ros/ros), which is licensed under BSD license. A copy of the BSD license is provided below and is also available at https://opensource.org/licenses/BSD-3-Clause.
  507. -------------------------------------------------------------
  508. Copyright (c) 2001 - 2009, The Board of Trustees of the University of Illinois.
  509. All rights reserved.
  510. Redistribution and use in source and binary forms, with or without
  511. modification, are permitted provided that the following conditions are
  512. met:
  513. * Redistributions of source code must retain the above
  514. copyright notice, this list of conditions and the
  515. following disclaimer.
  516. * Redistributions in binary form must reproduce the
  517. above copyright notice, this list of conditions
  518. and the following disclaimer in the documentation
  519. and/or other materials provided with the distribution.
  520. * Neither the name of the University of Illinois
  521. nor the names of its contributors may be used to
  522. endorse or promote products derived from this
  523. software without specific prior written permission.
  524. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  525. IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  526. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  527. PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  528. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  529. EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  530. PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  531. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  532. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  533. NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  534. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.