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