Projekt

Obecné

Profil

Stáhnout (20.6 KB) Statistiky
| Větev: | Tag: | Revize:
1
## IBM International Components for Unicode (ICU4C) v62.1
2

    
3
### ICU License
4
<pre>
5
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
6

    
7
Copyright © 1991-2018 Unicode, Inc. All rights reserved.
8
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
9

    
10
Permission is hereby granted, free of charge, to any person obtaining
11
a copy of the Unicode data files and any associated documentation
12
(the "Data Files") or Unicode software and any associated documentation
13
(the "Software") to deal in the Data Files or Software
14
without restriction, including without limitation the rights to use,
15
copy, modify, merge, publish, distribute, and/or sell copies of
16
the Data Files or Software, and to permit persons to whom the Data Files
17
or Software are furnished to do so, provided that either
18
(a) this copyright and permission notice appear with all copies
19
of the Data Files or Software, or
20
(b) this copyright and permission notice appear in associated
21
Documentation.
22

    
23
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
24
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
25
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
26
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
27
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
28
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
29
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
30
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
31
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
32
PERFORMANCE OF THE DATA FILES OR SOFTWARE.
33

    
34
Except as contained in this notice, the name of a copyright holder
35
shall not be used in advertising or otherwise to promote the sale,
36
use or other dealings in these Data Files or Software without prior
37
written authorization of the copyright holder.
38

    
39
---------------------
40

    
41
Third-Party Software Licenses
42

    
43
This section contains third-party software notices and/or additional
44
terms for licensed third-party software components included within ICU
45
libraries.
46

    
47
1. ICU License - ICU 1.8.1 to ICU 57.1
48

    
49
COPYRIGHT AND PERMISSION NOTICE
50

    
51
Copyright (c) 1995-2016 International Business Machines Corporation and others
52
All rights reserved.
53

    
54
Permission is hereby granted, free of charge, to any person obtaining
55
a copy of this software and associated documentation files (the
56
"Software"), to deal in the Software without restriction, including
57
without limitation the rights to use, copy, modify, merge, publish,
58
distribute, and/or sell copies of the Software, and to permit persons
59
to whom the Software is furnished to do so, provided that the above
60
copyright notice(s) and this permission notice appear in all copies of
61
the Software and that both the above copyright notice(s) and this
62
permission notice appear in supporting documentation.
63

    
64
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
65
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
66
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
67
OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
68
HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY
69
SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
70
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
71
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
72
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
73

    
74
Except as contained in this notice, the name of a copyright holder
75
shall not be used in advertising or otherwise to promote the sale, use
76
or other dealings in this Software without prior written authorization
77
of the copyright holder.
78

    
79
All trademarks and registered trademarks mentioned herein are the
80
property of their respective owners.
81

    
82
2. Chinese/Japanese Word Break Dictionary Data (cjdict.txt)
83

    
84
 #     The Google Chrome software developed by Google is licensed under
85
 # the BSD license. Other software included in this distribution is
86
 # provided under other licenses, as set forth below.
87
 #
88
 #  The BSD License
89
 #  http://opensource.org/licenses/bsd-license.php
90
 #  Copyright (C) 2006-2008, Google Inc.
91
 #
92
 #  All rights reserved.
93
 #
94
 #  Redistribution and use in source and binary forms, with or without
95
 # modification, are permitted provided that the following conditions are met:
96
 #
97
 #  Redistributions of source code must retain the above copyright notice,
98
 # this list of conditions and the following disclaimer.
99
 #  Redistributions in binary form must reproduce the above
100
 # copyright notice, this list of conditions and the following
101
 # disclaimer in the documentation and/or other materials provided with
102
 # the distribution.
103
 #  Neither the name of  Google Inc. nor the names of its
104
 # contributors may be used to endorse or promote products derived from
105
 # this software without specific prior written permission.
106
 #
107
 #
108
 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
109
 # CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
110
 # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
111
 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
112
 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
113
 # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
114
 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
115
 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
116
 # BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
117
 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
118
 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
119
 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
120
 #
121
 #
122
 #  The word list in cjdict.txt are generated by combining three word lists
123
 # listed below with further processing for compound word breaking. The
124
 # frequency is generated with an iterative training against Google web
125
 # corpora.
126
 #
127
 #  * Libtabe (Chinese)
128
 #    - https://sourceforge.net/project/?group_id=1519
129
 #    - Its license terms and conditions are shown below.
130
 #
131
 #  * IPADIC (Japanese)
132
 #    - http://chasen.aist-nara.ac.jp/chasen/distribution.html
133
 #    - Its license terms and conditions are shown below.
134
 #
135
 #  ---------COPYING.libtabe ---- BEGIN--------------------
136
 #
137
 #  /*
138
 #   * Copyright (c) 1999 TaBE Project.
139
 #   * Copyright (c) 1999 Pai-Hsiang Hsiao.
140
 #   * All rights reserved.
141
 #   *
142
 #   * Redistribution and use in source and binary forms, with or without
143
 #   * modification, are permitted provided that the following conditions
144
 #   * are met:
145
 #   *
146
 #   * . Redistributions of source code must retain the above copyright
147
 #   *   notice, this list of conditions and the following disclaimer.
148
 #   * . Redistributions in binary form must reproduce the above copyright
149
 #   *   notice, this list of conditions and the following disclaimer in
150
 #   *   the documentation and/or other materials provided with the
151
 #   *   distribution.
152
 #   * . Neither the name of the TaBE Project nor the names of its
153
 #   *   contributors may be used to endorse or promote products derived
154
 #   *   from this software without specific prior written permission.
155
 #   *
156
 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
157
 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
158
 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
159
 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
160
 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
161
 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
162
 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
163
 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
164
 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
165
 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
166
 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
167
 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
168
 #   */
169
 #
170
 #  /*
171
 #   * Copyright (c) 1999 Computer Systems and Communication Lab,
172
 #   *                    Institute of Information Science, Academia
173
 #       *                    Sinica. All rights reserved.
174
 #   *
175
 #   * Redistribution and use in source and binary forms, with or without
176
 #   * modification, are permitted provided that the following conditions
177
 #   * are met:
178
 #   *
179
 #   * . Redistributions of source code must retain the above copyright
180
 #   *   notice, this list of conditions and the following disclaimer.
181
 #   * . Redistributions in binary form must reproduce the above copyright
182
 #   *   notice, this list of conditions and the following disclaimer in
183
 #   *   the documentation and/or other materials provided with the
184
 #   *   distribution.
185
 #   * . Neither the name of the Computer Systems and Communication Lab
186
 #   *   nor the names of its contributors may be used to endorse or
187
 #   *   promote products derived from this software without specific
188
 #   *   prior written permission.
189
 #   *
190
 #   * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
191
 #   * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
192
 #   * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
193
 #   * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
194
 #   * REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
195
 #   * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
196
 #   * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
197
 #   * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
198
 #   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
199
 #   * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
200
 #   * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
201
 #   * OF THE POSSIBILITY OF SUCH DAMAGE.
202
 #   */
203
 #
204
 #  Copyright 1996 Chih-Hao Tsai @ Beckman Institute,
205
 #      University of Illinois
206
 #  c-tsai4@uiuc.edu  http://casper.beckman.uiuc.edu/~c-tsai4
207
 #
208
 #  ---------------COPYING.libtabe-----END--------------------------------
209
 #
210
 #
211
 #  ---------------COPYING.ipadic-----BEGIN-------------------------------
212
 #
213
 #  Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
214
 #  and Technology.  All Rights Reserved.
215
 #
216
 #  Use, reproduction, and distribution of this software is permitted.
217
 #  Any copy of this software, whether in its original form or modified,
218
 #  must include both the above copyright notice and the following
219
 #  paragraphs.
220
 #
221
 #  Nara Institute of Science and Technology (NAIST),
222
 #  the copyright holders, disclaims all warranties with regard to this
223
 #  software, including all implied warranties of merchantability and
224
 #  fitness, in no event shall NAIST be liable for
225
 #  any special, indirect or consequential damages or any damages
226
 #  whatsoever resulting from loss of use, data or profits, whether in an
227
 #  action of contract, negligence or other tortuous action, arising out
228
 #  of or in connection with the use or performance of this software.
229
 #
230
 #  A large portion of the dictionary entries
231
 #  originate from ICOT Free Software.  The following conditions for ICOT
232
 #  Free Software applies to the current dictionary as well.
233
 #
234
 #  Each User may also freely distribute the Program, whether in its
235
 #  original form or modified, to any third party or parties, PROVIDED
236
 #  that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
237
 #  on, or be attached to, the Program, which is distributed substantially
238
 #  in the same form as set out herein and that such intended
239
 #  distribution, if actually made, will neither violate or otherwise
240
 #  contravene any of the laws and regulations of the countries having
241
 #  jurisdiction over the User or the intended distribution itself.
242
 #
243
 #  NO WARRANTY
244
 #
245
 #  The program was produced on an experimental basis in the course of the
246
 #  research and development conducted during the project and is provided
247
 #  to users as so produced on an experimental basis.  Accordingly, the
248
 #  program is provided without any warranty whatsoever, whether express,
249
 #  implied, statutory or otherwise.  The term "warranty" used herein
250
 #  includes, but is not limited to, any warranty of the quality,
251
 #  performance, merchantability and fitness for a particular purpose of
252
 #  the program and the nonexistence of any infringement or violation of
253
 #  any right of any third party.
254
 #
255
 #  Each user of the program will agree and understand, and be deemed to
256
 #  have agreed and understood, that there is no warranty whatsoever for
257
 #  the program and, accordingly, the entire risk arising from or
258
 #  otherwise connected with the program is assumed by the user.
259
 #
260
 #  Therefore, neither ICOT, the copyright holder, or any other
261
 #  organization that participated in or was otherwise related to the
262
 #  development of the program and their respective officials, directors,
263
 #  officers and other employees shall be held liable for any and all
264
 #  damages, including, without limitation, general, special, incidental
265
 #  and consequential damages, arising out of or otherwise in connection
266
 #  with the use or inability to use the program or any product, material
267
 #  or result produced or otherwise obtained by using the program,
268
 #  regardless of whether they have been advised of, or otherwise had
269
 #  knowledge of, the possibility of such damages at any time during the
270
 #  project or thereafter.  Each user will be deemed to have agreed to the
271
 #  foregoing by his or her commencement of use of the program.  The term
272
 #  "use" as used herein includes, but is not limited to, the use,
273
 #  modification, copying and distribution of the program and the
274
 #  production of secondary products from the program.
275
 #
276
 #  In the case where the program, whether in its original form or
277
 #  modified, was distributed or delivered to or received by a user from
278
 #  any person, organization or entity other than ICOT, unless it makes or
279
 #  grants independently of ICOT any specific warranty to the user in
280
 #  writing, such person, organization or entity, will also be exempted
281
 #  from and not be held liable to the user for any such damages as noted
282
 #  above as far as the program is concerned.
283
 #
284
 #  ---------------COPYING.ipadic-----END----------------------------------
285

    
286
3. Lao Word Break Dictionary Data (laodict.txt)
287

    
288
 #  Copyright (c) 2013 International Business Machines Corporation
289
 #  and others. All Rights Reserved.
290
 #
291
 # Project: http://code.google.com/p/lao-dictionary/
292
 # Dictionary: http://lao-dictionary.googlecode.com/git/Lao-Dictionary.txt
293
 # License: http://lao-dictionary.googlecode.com/git/Lao-Dictionary-LICENSE.txt
294
 #              (copied below)
295
 #
296
 #  This file is derived from the above dictionary, with slight
297
 #  modifications.
298
 #  ----------------------------------------------------------------------
299
 #  Copyright (C) 2013 Brian Eugene Wilson, Robert Martin Campbell.
300
 #  All rights reserved.
301
 #
302
 #  Redistribution and use in source and binary forms, with or without
303
 #  modification,
304
 #  are permitted provided that the following conditions are met:
305
 #
306
 #
307
 # Redistributions of source code must retain the above copyright notice, this
308
 #  list of conditions and the following disclaimer. Redistributions in
309
 #  binary form must reproduce the above copyright notice, this list of
310
 #  conditions and the following disclaimer in the documentation and/or
311
 #  other materials provided with the distribution.
312
 #
313
 #
314
 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
315
 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
316
 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
317
 # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
318
 # COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
319
 # INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
320
 # (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
321
 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
322
 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
323
 # STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
324
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
325
 # OF THE POSSIBILITY OF SUCH DAMAGE.
326
 #  --------------------------------------------------------------------------
327

    
328
4. Burmese Word Break Dictionary Data (burmesedict.txt)
329

    
330
 #  Copyright (c) 2014 International Business Machines Corporation
331
 #  and others. All Rights Reserved.
332
 #
333
 #  This list is part of a project hosted at:
334
 #    github.com/kanyawtech/myanmar-karen-word-lists
335
 #
336
 #  --------------------------------------------------------------------------
337
 #  Copyright (c) 2013, LeRoy Benjamin Sharon
338
 #  All rights reserved.
339
 #
340
 #  Redistribution and use in source and binary forms, with or without
341
 #  modification, are permitted provided that the following conditions
342
 #  are met: Redistributions of source code must retain the above
343
 #  copyright notice, this list of conditions and the following
344
 #  disclaimer.  Redistributions in binary form must reproduce the
345
 #  above copyright notice, this list of conditions and the following
346
 #  disclaimer in the documentation and/or other materials provided
347
 #  with the distribution.
348
 #
349
 #    Neither the name Myanmar Karen Word Lists, nor the names of its
350
 #    contributors may be used to endorse or promote products derived
351
 #    from this software without specific prior written permission.
352
 #
353
 #  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
354
 #  CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
355
 #  INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
356
 #  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
357
 #  DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS
358
 #  BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
359
 #  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
360
 #  TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
361
 #  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
362
 #  ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
363
 #  TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
364
 #  THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
365
 #  SUCH DAMAGE.
366
 #  --------------------------------------------------------------------------
367

    
368
5. Time Zone Database
369

    
370
  ICU uses the public domain data and code derived from Time Zone
371
Database for its time zone support. The ownership of the TZ database
372
is explained in BCP 175: Procedure for Maintaining the Time Zone
373
Database section 7.
374

    
375
 # 7.  Database Ownership
376
 #
377
 #    The TZ database itself is not an IETF Contribution or an IETF
378
 #    document.  Rather it is a pre-existing and regularly updated work
379
 #    that is in the public domain, and is intended to remain in the
380
 #    public domain.  Therefore, BCPs 78 [RFC5378] and 79 [RFC3979] do
381
 #    not apply to the TZ Database or contributions that individuals make
382
 #    to it.  Should any claims be made and substantiated against the TZ
383
 #    Database, the organization that is providing the IANA
384
 #    Considerations defined in this RFC, under the memorandum of
385
 #    understanding with the IETF, currently ICANN, may act in accordance
386
 #    with all competent court orders.  No ownership claims will be made
387
 #    by ICANN or the IETF Trust on the database or the code.  Any person
388
 #    making a contribution to the database or code waives all rights to
389
 #    future claims in that contribution or in the TZ Database.
390

    
391
6. Google double-conversion
392

    
393
Copyright 2006-2011, the V8 project authors. All rights reserved.
394
Redistribution and use in source and binary forms, with or without
395
modification, are permitted provided that the following conditions are
396
met:
397

    
398
    * Redistributions of source code must retain the above copyright
399
      notice, this list of conditions and the following disclaimer.
400
    * Redistributions in binary form must reproduce the above
401
      copyright notice, this list of conditions and the following
402
      disclaimer in the documentation and/or other materials provided
403
      with the distribution.
404
    * Neither the name of Google Inc. nor the names of its
405
      contributors may be used to endorse or promote products derived
406
      from this software without specific prior written permission.
407

    
408
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
409
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
410
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
411
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
412
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
413
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
414
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
415
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
416
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
417
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
418
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
419
</pre>
(4-4/7)