From: Chong Yidong Date: Thu, 4 Jun 2009 01:51:47 +0000 (+0000) Subject: * international/README: New file. X-Git-Tag: emacs-pretest-23.0.95~145 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/01a39864f40317b0adbbbaf6c18b40d788d47b11 * 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). --- diff --git a/lisp/international/README b/lisp/international/README new file mode 100644 index 0000000000..59923b456b --- /dev/null +++ b/lisp/international/README @@ -0,0 +1,51 @@ +The following files in this directory are derived from the Unicode +Data File at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt, +downloaded on 2006-05-23: + + charprop.el uni-bidi.el uni-category.el uni-combining.el + uni-comment.el uni-decimal.el uni-decomposition.el uni-digit.el + uni-lowercase.el uni-mirrored.el uni-name.el uni-numeric.el + uni-old-name.el uni-titlecase.el uni-uppercase.el + +These files were generated from UnicodeData.txt using unidata-gen.el, +which is not included in the Emacs distribution; it can be found in +the admin/unidata directory of the Emacs source repository at +https://savannah.gnu.org/projects/emacs/ + +The file UnicodeData.txt is used under the terms of the following +Copyright and Permission Notice: + + +Copyright (C) 1991-2009 Unicode, Inc. All rights reserved. Distributed +under the Terms of Use in http://www.unicode.org/copyright.html. + +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Unicode data files and any associated documentation (the +"Data Files") or Unicode software and any associated documentation +(the "Software") to deal in the Data Files or Software without +restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, and/or sell copies of the Data +Files or Software, and to permit persons to whom the Data Files or +Software are furnished to do so, provided that (a) the above copyright +notice(s) and this permission notice appear with all copies of the +Data Files or Software, (b) both the above copyright notice(s) and +this permission notice appear in associated documentation, and (c) +there is clear notice in each modified Data File or in the Software as +well as in the documentation associated with the Data File(s) or +Software that the data or software has been modified. + +THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR +ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT +OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR +SOFTWARE. + +Except as contained in this notice, the name of a copyright holder +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in these Data Files or Software without prior +written authorization of the copyright holder. diff --git a/lisp/international/charprop.el b/lisp/international/charprop.el index 7616eb6917..db3ae0a511 100644 --- a/lisp/international/charprop.el +++ b/lisp/international/charprop.el @@ -1,4 +1,8 @@ -;; Automatically generated by unidata-gen.el. +;; Copyright (C) 1991-2009 Unicode, Inc. +;; This file was generated from the Unicode data file at +;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. +;; See lisp/international/README for the copyright and permission notice. + ;; FILE: uni-name.el (define-char-code-property 'name "uni-name.el" "Unicode character name. diff --git a/lisp/international/uni-bidi.el b/lisp/international/uni-bidi.el index 3c308531ca..90fb20a198 100644 Binary files a/lisp/international/uni-bidi.el and b/lisp/international/uni-bidi.el differ diff --git a/lisp/international/uni-category.el b/lisp/international/uni-category.el index 4ce454a7f3..06600721c7 100644 Binary files a/lisp/international/uni-category.el and b/lisp/international/uni-category.el differ diff --git a/lisp/international/uni-combining.el b/lisp/international/uni-combining.el index 55bfe1adfa..e6c5be7aaa 100644 Binary files a/lisp/international/uni-combining.el and b/lisp/international/uni-combining.el differ diff --git a/lisp/international/uni-comment.el b/lisp/international/uni-comment.el index ab18af2097..f62340c8b8 100644 Binary files a/lisp/international/uni-comment.el and b/lisp/international/uni-comment.el differ diff --git a/lisp/international/uni-decimal.el b/lisp/international/uni-decimal.el index f56be8ad6f..eb68ff5631 100644 Binary files a/lisp/international/uni-decimal.el and b/lisp/international/uni-decimal.el differ diff --git a/lisp/international/uni-decomposition.el b/lisp/international/uni-decomposition.el index 79afa2b6e3..b2a5dade12 100644 Binary files a/lisp/international/uni-decomposition.el and b/lisp/international/uni-decomposition.el differ diff --git a/lisp/international/uni-digit.el b/lisp/international/uni-digit.el index 293a2cb73a..742ea9c38a 100644 Binary files a/lisp/international/uni-digit.el and b/lisp/international/uni-digit.el differ diff --git a/lisp/international/uni-lowercase.el b/lisp/international/uni-lowercase.el index 02481bdfee..384dcc885a 100644 Binary files a/lisp/international/uni-lowercase.el and b/lisp/international/uni-lowercase.el differ diff --git a/lisp/international/uni-mirrored.el b/lisp/international/uni-mirrored.el index 87bfcbd065..b4e5404456 100644 Binary files a/lisp/international/uni-mirrored.el and b/lisp/international/uni-mirrored.el differ diff --git a/lisp/international/uni-name.el b/lisp/international/uni-name.el index aa35558dc9..d2cc9951b0 100644 Binary files a/lisp/international/uni-name.el and b/lisp/international/uni-name.el differ diff --git a/lisp/international/uni-numeric.el b/lisp/international/uni-numeric.el index bf4f183198..036dbe9a8f 100644 Binary files a/lisp/international/uni-numeric.el and b/lisp/international/uni-numeric.el differ diff --git a/lisp/international/uni-old-name.el b/lisp/international/uni-old-name.el index c7d18db5f5..c6eb51bee9 100644 Binary files a/lisp/international/uni-old-name.el and b/lisp/international/uni-old-name.el differ diff --git a/lisp/international/uni-titlecase.el b/lisp/international/uni-titlecase.el index ad03e8fe2a..de40e58e25 100644 Binary files a/lisp/international/uni-titlecase.el and b/lisp/international/uni-titlecase.el differ diff --git a/lisp/international/uni-uppercase.el b/lisp/international/uni-uppercase.el index 01da63d120..b73e272713 100644 Binary files a/lisp/international/uni-uppercase.el and b/lisp/international/uni-uppercase.el differ