* international/README: New file.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 4 Jun 2009 01:51:47 +0000 (01:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 4 Jun 2009 01:51:47 +0000 (01:51 +0000)
* 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).

16 files changed:
lisp/international/README [new file with mode: 0644]
lisp/international/charprop.el
lisp/international/uni-bidi.el
lisp/international/uni-category.el
lisp/international/uni-combining.el
lisp/international/uni-comment.el
lisp/international/uni-decimal.el
lisp/international/uni-decomposition.el
lisp/international/uni-digit.el
lisp/international/uni-lowercase.el
lisp/international/uni-mirrored.el
lisp/international/uni-name.el
lisp/international/uni-numeric.el
lisp/international/uni-old-name.el
lisp/international/uni-titlecase.el
lisp/international/uni-uppercase.el

diff --git a/lisp/international/README b/lisp/international/README
new file mode 100644 (file)
index 0000000..59923b4
--- /dev/null
@@ -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.
index 7616eb6..db3ae0a 100644 (file)
@@ -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.
index 3c30853..90fb20a 100644 (file)
Binary files a/lisp/international/uni-bidi.el and b/lisp/international/uni-bidi.el differ
index 4ce454a..0660072 100644 (file)
Binary files a/lisp/international/uni-category.el and b/lisp/international/uni-category.el differ
index 55bfe1a..e6c5be7 100644 (file)
Binary files a/lisp/international/uni-combining.el and b/lisp/international/uni-combining.el differ
index ab18af2..f62340c 100644 (file)
Binary files a/lisp/international/uni-comment.el and b/lisp/international/uni-comment.el differ
index f56be8a..eb68ff5 100644 (file)
Binary files a/lisp/international/uni-decimal.el and b/lisp/international/uni-decimal.el differ
index 79afa2b..b2a5dad 100644 (file)
Binary files a/lisp/international/uni-decomposition.el and b/lisp/international/uni-decomposition.el differ
index 293a2cb..742ea9c 100644 (file)
Binary files a/lisp/international/uni-digit.el and b/lisp/international/uni-digit.el differ
index 02481bd..384dcc8 100644 (file)
Binary files a/lisp/international/uni-lowercase.el and b/lisp/international/uni-lowercase.el differ
index 87bfcbd..b4e5404 100644 (file)
Binary files a/lisp/international/uni-mirrored.el and b/lisp/international/uni-mirrored.el differ
index aa35558..d2cc995 100644 (file)
Binary files a/lisp/international/uni-name.el and b/lisp/international/uni-name.el differ
index bf4f183..036dbe9 100644 (file)
Binary files a/lisp/international/uni-numeric.el and b/lisp/international/uni-numeric.el differ
index c7d18db..c6eb51b 100644 (file)
Binary files a/lisp/international/uni-old-name.el and b/lisp/international/uni-old-name.el differ
index ad03e8f..de40e58 100644 (file)
Binary files a/lisp/international/uni-titlecase.el and b/lisp/international/uni-titlecase.el differ
index 01da63d..b73e272 100644 (file)
Binary files a/lisp/international/uni-uppercase.el and b/lisp/international/uni-uppercase.el differ