Mercurial > emacs
comparison lisp/international/README @ 103313:dfc5c865eb14
* international/README: New file.
* international/charprop.el:
* international/uni-bidi.el:
* international/uni-category.el:
* international/uni-combining.el:
* international/uni-comment.el:
* international/uni-decimal.el:
* international/uni-decomposition.el:
* international/uni-digit.el:
* international/uni-lowercase.el:
* international/uni-mirrored.el:
* international/uni-name.el:
* international/uni-numeric.el:
* international/uni-old-name.el:
* international/uni-titlecase.el:
* international/uni-uppercase.el: Add copyright notice (Bug#3428).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Jun 2009 01:51:47 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
103312:78cfd4684b59 | 103313:dfc5c865eb14 |
---|---|
1 The following files in this directory are derived from the Unicode | |
2 Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt, | |
3 downloaded on 2006-05-23: | |
4 | |
5 charprop.el uni-bidi.el uni-category.el uni-combining.el | |
6 uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el | |
7 uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric.el | |
8 uni-old-name.el uni-titlecase.el uni-uppercase.el | |
9 | |
10 These files were generated from UnicodeData.txt using unidata-gen.el, | |
11 which is not included in the Emacs distribution; it can be found in | |
12 the admin/unidata directory of the Emacs source repository at | |
13 https://savannah.gnu.org/projects/emacs/ | |
14 | |
15 The file UnicodeData.txt is used under the terms of the following | |
16 Copyright and Permission Notice: | |
17 | |
18 | |
19 Copyright (C) 1991-2009 Unicode, Inc. All rights reserved. Distributed | |
20 under the Terms of Use in http://www.unicode.org/copyright.html. | |
21 | |
22 Permission is hereby granted, free of charge, to any person obtaining | |
23 a copy of the Unicode data files and any associated documentation (the | |
24 "Data Files") or Unicode software and any associated documentation | |
25 (the "Software") to deal in the Data Files or Software without | |
26 restriction, including without limitation the rights to use, copy, | |
27 modify, merge, publish, distribute, and/or sell copies of the Data | |
28 Files or Software, and to permit persons to whom the Data Files or | |
29 Software are furnished to do so, provided that (a) the above copyright | |
30 notice(s) and this permission notice appear with all copies of the | |
31 Data Files or Software, (b) both the above copyright notice(s) and | |
32 this permission notice appear in associated documentation, and (c) | |
33 there is clear notice in each modified Data File or in the Software as | |
34 well as in the documentation associated with the Data File(s) or | |
35 Software that the data or software has been modified. | |
36 | |
37 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF | |
38 ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE | |
39 WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | |
40 NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT | |
41 HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR | |
42 ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES | |
43 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN | |
44 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT | |
45 OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR | |
46 SOFTWARE. | |
47 | |
48 Except as contained in this notice, the name of a copyright holder | |
49 shall not be used in advertising or otherwise to promote the sale, use | |
50 or other dealings in these Data Files or Software without prior | |
51 written authorization of the copyright holder. |