summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-06-04 01:16:20 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-06-04 01:16:20 +0000
commite8455140446e5237309ad8780e27588c788fa3db (patch)
tree89410b2de9872f1f3ad09a6eb7b63efb7b2c6f5a
parente3a4c813f7d0ecbbbc983d192c3f76cfd6c35095 (diff)
downloademacs-e8455140446e5237309ad8780e27588c788fa3db.tar.gz
Add copyright header.
-rw-r--r--admin/unidata/unidata-gen.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index cd2343b9d03..9fee8e46c80 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1214,7 +1214,10 @@ Property value is a character."
(byte-compile describer)
(setq describer (symbol-function describer)))
(set-char-table-extra-slot table 3 describer))
- (insert ";; Automatically generated from UnicodeData.txt.\n"
+ (insert ";; 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.\n"
(format "(define-char-code-property '%S %S %S)\n"
prop table docstring)
";; Local Variables:\n"