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