LICENSE 25 KB

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