LICENSE.icu4j 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
  2. Copyright © 1991-2019 Unicode, Inc. All rights reserved.
  3. Distributed under the Terms of Use in https://www.unicode.org/copyright.html.
  4. Permission is hereby granted, free of charge, to any person obtaining
  5. a copy of the Unicode data files and any associated documentation
  6. (the "Data Files") or Unicode software and any associated documentation
  7. (the "Software") to deal in the Data Files or Software
  8. without restriction, including without limitation the rights to use,
  9. copy, modify, merge, publish, distribute, and/or sell copies of
  10. the Data Files or Software, and to permit persons to whom the Data Files
  11. or Software are furnished to do so, provided that either
  12. (a) this copyright and permission notice appear with all copies
  13. of the Data Files or Software, or
  14. (b) this copyright and permission notice appear in associated
  15. Documentation.
  16. THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  17. ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  18. WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  19. NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  20. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  21. NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  22. DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  23. DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  24. TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  25. PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  26. Except as contained in this notice, the name of a copyright holder
  27. shall not be used in advertising or otherwise to promote the sale,
  28. use or other dealings in these Data Files or Software without prior
  29. written authorization of the copyright holder.
  30. ---------------------
  31. Third-Party Software Licenses
  32. This section contains third-party software notices and/or additional
  33. terms for licensed third-party software components included within ICU
  34. libraries.
  35. 1. ICU License - ICU 1.8.1 to ICU 57.1
  36. COPYRIGHT AND PERMISSION NOTICE
  37. Copyright (c) 1995-2016 International Business Machines Corporation and others
  38. All rights reserved.
  39. Permission is hereby granted, free of charge, to any person obtaining
  40. a copy of this software and associated documentation files (the
  41. "Software"), to deal in the Software without restriction, including
  42. without limitation the rights to use, copy, modify, merge, publish,
  43. distribute, and/or sell copies of the Software, and to permit persons
  44. to whom the Software is furnished to do so, provided that the above
  45. copyright notice(s) and this permission notice appear in all copies of
  46. the Software and that both the above copyright notice(s) and this
  47. permission notice appear in supporting documentation.
  48. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  49. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  50. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  51. OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  52. HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
  53. SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
  54. RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
  55. CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  56. CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  57. Except as contained in this notice, the name of a copyright holder
  58. shall not be used in advertising or otherwise to promote the sale, use
  59. or other dealings in this Software without prior written authorization
  60. of the copyright holder.
  61. All trademarks and registered trademarks mentioned herein are the
  62. property of their respective owners.
  63. 2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
  64. # The Google Chrome software developed by Google is licensed under
  65. # the BSD license. Other software included in this distribution is
  66. # provided under other licenses, as set forth below.
  67. #
  68. # The BSD License
  69. # http://opensource.org/licenses/bsd-license.php
  70. # Copyright (C) 2006-2008, Google Inc.
  71. #
  72. # All rights reserved.
  73. #
  74. # Redistribution and use in source and binary forms, with or without
  75. # modification, are permitted provided that the following conditions are met:
  76. #
  77. # Redistributions of source code must retain the above copyright notice,
  78. # this list of conditions and the following disclaimer.
  79. # Redistributions in binary form must reproduce the above
  80. # copyright notice, this list of conditions and the following
  81. # disclaimer in the documentation and/or other materials provided with
  82. # the distribution.
  83. # Neither the name of Google Inc. nor the names of its
  84. # contributors may be used to endorse or promote products derived from
  85. # this software without specific prior written permission.
  86. #
  87. #
  88. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  89. # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  90. # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  91. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  92. # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  93. # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  94. # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  95. # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  96. # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  97. # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  98. # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  99. # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  100. #
  101. #
  102. # The word list in cjdict.txt are generated by combining three word lists
  103. # listed below with further processing for compound word breaking. The
  104. # frequency is generated with an iterative training against Google web
  105. # corpora.
  106. #
  107. # * Libtabe (Chinese)
  108. # - https://sourceforge.net/project/?group_id=1519
  109. # - Its license terms and conditions are shown below.
  110. #
  111. # * IPADIC (Japanese)
  112. # - http://chasen.aist-nara.ac.jp/chasen/distribution.html
  113. # - Its license terms and conditions are shown below.
  114. #
  115. # ---------COPYING.libtabe ---- BEGIN--------------------
  116. #
  117. # /*
  118. # * Copyright (c) 1999 TaBE Project.
  119. # * Copyright (c) 1999 Pai-Hsiang Hsiao.
  120. # * All rights reserved.
  121. # *
  122. # * Redistribution and use in source and binary forms, with or without
  123. # * modification, are permitted provided that the following conditions
  124. # * are met:
  125. # *
  126. # * . Redistributions of source code must retain the above copyright
  127. # * notice, this list of conditions and the following disclaimer.
  128. # * . Redistributions in binary form must reproduce the above copyright
  129. # * notice, this list of conditions and the following disclaimer in
  130. # * the documentation and/or other materials provided with the
  131. # * distribution.
  132. # * . Neither the name of the TaBE Project nor the names of its
  133. # * contributors may be used to endorse or promote products derived
  134. # * from this software without specific prior written permission.
  135. # *
  136. # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  137. # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  138. # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  139. # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  140. # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  141. # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  142. # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  143. # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  144. # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  145. # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  146. # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  147. # * OF THE POSSIBILITY OF SUCH DAMAGE.
  148. # */
  149. #
  150. # /*
  151. # * Copyright (c) 1999 Computer Systems and Communication Lab,
  152. # * Institute of Information Science, Academia
  153. # * Sinica. All rights reserved.
  154. # *
  155. # * Redistribution and use in source and binary forms, with or without
  156. # * modification, are permitted provided that the following conditions
  157. # * are met:
  158. # *
  159. # * . Redistributions of source code must retain the above copyright
  160. # * notice, this list of conditions and the following disclaimer.
  161. # * . Redistributions in binary form must reproduce the above copyright
  162. # * notice, this list of conditions and the following disclaimer in
  163. # * the documentation and/or other materials provided with the
  164. # * distribution.
  165. # * . Neither the name of the Computer Systems and Communication Lab
  166. # * nor the names of its contributors may be used to endorse or
  167. # * promote products derived from this software without specific
  168. # * prior written permission.
  169. # *
  170. # * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  171. # * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  172. # * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  173. # * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  174. # * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  175. # * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  176. # * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  177. # * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  178. # * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  179. # * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  180. # * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  181. # * OF THE POSSIBILITY OF SUCH DAMAGE.
  182. # */
  183. #
  184. # Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
  185. # University of Illinois
  186. # c-tsai4@uiuc.edu http://casper.beckman.uiuc.edu/~c-tsai4
  187. #
  188. # ---------------COPYING.libtabe-----END--------------------------------
  189. #
  190. #
  191. # ---------------COPYING.ipadic-----BEGIN-------------------------------
  192. #
  193. # Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
  194. # and Technology. All Rights Reserved.
  195. #
  196. # Use, reproduction, and distribution of this software is permitted.
  197. # Any copy of this software, whether in its original form or modified,
  198. # must include both the above copyright notice and the following
  199. # paragraphs.
  200. #
  201. # Nara Institute of Science and Technology (NAIST),
  202. # the copyright holders, disclaims all warranties with regard to this
  203. # software, including all implied warranties of merchantability and
  204. # fitness, in no event shall NAIST be liable for
  205. # any special, indirect or consequential damages or any damages
  206. # whatsoever resulting from loss of use, data or profits, whether in an
  207. # action of contract, negligence or other tortuous action, arising out
  208. # of or in connection with the use or performance of this software.
  209. #
  210. # A large portion of the dictionary entries
  211. # originate from ICOT Free Software. The following conditions for ICOT
  212. # Free Software applies to the current dictionary as well.
  213. #
  214. # Each User may also freely distribute the Program, whether in its
  215. # original form or modified, to any third party or parties, PROVIDED
  216. # that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
  217. # on, or be attached to, the Program, which is distributed substantially
  218. # in the same form as set out herein and that such intended
  219. # distribution, if actually made, will neither violate or otherwise
  220. # contravene any of the laws and regulations of the countries having
  221. # jurisdiction over the User or the intended distribution itself.
  222. #
  223. # NO WARRANTY
  224. #
  225. # The program was produced on an experimental basis in the course of the
  226. # research and development conducted during the project and is provided
  227. # to users as so produced on an experimental basis. Accordingly, the
  228. # program is provided without any warranty whatsoever, whether express,
  229. # implied, statutory or otherwise. The term "warranty" used herein
  230. # includes, but is not limited to, any warranty of the quality,
  231. # performance, merchantability and fitness for a particular purpose of
  232. # the program and the nonexistence of any infringement or violation of
  233. # any right of any third party.
  234. #
  235. # Each user of the program will agree and understand, and be deemed to
  236. # have agreed and understood, that there is no warranty whatsoever for
  237. # the program and, accordingly, the entire risk arising from or
  238. # otherwise connected with the program is assumed by the user.
  239. #
  240. # Therefore, neither ICOT, the copyright holder, or any other
  241. # organization that participated in or was otherwise related to the
  242. # development of the program and their respective officials, directors,
  243. # officers and other employees shall be held liable for any and all
  244. # damages, including, without limitation, general, special, incidental
  245. # and consequential damages, arising out of or otherwise in connection
  246. # with the use or inability to use the program or any product, material
  247. # or result produced or otherwise obtained by using the program,
  248. # regardless of whether they have been advised of, or otherwise had
  249. # knowledge of, the possibility of such damages at any time during the
  250. # project or thereafter. Each user will be deemed to have agreed to the
  251. # foregoing by his or her commencement of use of the program. The term
  252. # "use" as used herein includes, but is not limited to, the use,
  253. # modification, copying and distribution of the program and the
  254. # production of secondary products from the program.
  255. #
  256. # In the case where the program, whether in its original form or
  257. # modified, was distributed or delivered to or received by a user from
  258. # any person, organization or entity other than ICOT, unless it makes or
  259. # grants independently of ICOT any specific warranty to the user in
  260. # writing, such person, organization or entity, will also be exempted
  261. # from and not be held liable to the user for any such damages as noted
  262. # above as far as the program is concerned.
  263. #
  264. # ---------------COPYING.ipadic-----END----------------------------------
  265. 3. Lao Word Break Dictionary Data (laodict.txt)
  266. # Copyright (c) 2013 International Business Machines Corporation
  267. # and others. All Rights Reserved.
  268. #
  269. # Project: http://code.google.com/p/lao-dictionary/
  270. # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
  271. # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
  272. # (copied below)
  273. #
  274. # This file is derived from the above dictionary, with slight
  275. # modifications.
  276. # ----------------------------------------------------------------------
  277. # Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
  278. # All rights reserved.
  279. #
  280. # Redistribution and use in source and binary forms, with or without
  281. # modification,
  282. # are permitted provided that the following conditions are met:
  283. #
  284. #
  285. # Redistributions of source code must retain the above copyright notice, this
  286. # list of conditions and the following disclaimer. Redistributions in
  287. # binary form must reproduce the above copyright notice, this list of
  288. # conditions and the following disclaimer in the documentation and/or
  289. # other materials provided with the distribution.
  290. #
  291. #
  292. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  293. # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  294. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  295. # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
  296. # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
  297. # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  298. # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  299. # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  300. # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  301. # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  302. # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  303. # OF THE POSSIBILITY OF SUCH DAMAGE.
  304. # --------------------------------------------------------------------------
  305. 4. Burmese Word Break Dictionary Data (burmesedict.txt)
  306. # Copyright (c) 2014 International Business Machines Corporation
  307. # and others. All Rights Reserved.
  308. #
  309. # This list is part of a project hosted at:
  310. # github.com/kanyawtech/myanmar-karen-word-lists
  311. #
  312. # --------------------------------------------------------------------------
  313. # Copyright (c) 2013, LeRoy Benjamin Sharon
  314. # All rights reserved.
  315. #
  316. # Redistribution and use in source and binary forms, with or without
  317. # modification, are permitted provided that the following conditions
  318. # are met: Redistributions of source code must retain the above
  319. # copyright notice, this list of conditions and the following
  320. # disclaimer. Redistributions in binary form must reproduce the
  321. # above copyright notice, this list of conditions and the following
  322. # disclaimer in the documentation and/or other materials provided
  323. # with the distribution.
  324. #
  325. # Neither the name Myanmar Karen Word Lists, nor the names of its
  326. # contributors may be used to endorse or promote products derived
  327. # from this software without specific prior written permission.
  328. #
  329. # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  330. # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  331. # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  332. # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  333. # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
  334. # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  335. # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
  336. # TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  337. # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  338. # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
  339. # TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  340. # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  341. # SUCH DAMAGE.
  342. # --------------------------------------------------------------------------
  343. 5. Time Zone Database
  344. ICU uses the public domain data and code derived from Time Zone
  345. Database for its time zone support. The ownership of the TZ database
  346. is explained in BCP 175: Procedure for Maintaining the Time Zone
  347. Database section 7.
  348. # 7. Database Ownership
  349. #
  350. # The TZ database itself is not an IETF Contribution or an IETF
  351. # document. Rather it is a pre-existing and regularly updated work
  352. # that is in the public domain, and is intended to remain in the
  353. # public domain. Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
  354. # not apply to the TZ Database or contributions that individuals make
  355. # to it. Should any claims be made and substantiated against the TZ
  356. # Database, the organization that is providing the IANA
  357. # Considerations defined in this RFC, under the memorandum of
  358. # understanding with the IETF, currently ICANN, may act in accordance
  359. # with all competent court orders. No ownership claims will be made
  360. # by ICANN or the IETF Trust on the database or the code. Any person
  361. # making a contribution to the database or code waives all rights to
  362. # future claims in that contribution or in the TZ Database.
  363. 6. Google double-conversion
  364. Copyright 2006-2011, the V8 project authors. All rights reserved.
  365. Redistribution and use in source and binary forms, with or without
  366. modification, are permitted provided that the following conditions are
  367. met:
  368. * Redistributions of source code must retain the above copyright
  369. notice, this list of conditions and the following disclaimer.
  370. * Redistributions in binary form must reproduce the above
  371. copyright notice, this list of conditions and the following
  372. disclaimer in the documentation and/or other materials provided
  373. with the distribution.
  374. * Neither the name of Google Inc. nor the names of its
  375. contributors may be used to endorse or promote products derived
  376. from this software without specific prior written permission.
  377. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  378. "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  379. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  380. A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  381. OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  382. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  383. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  384. DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  385. THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  386. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  387. OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.