diff options
| author | Chong Yidong | 2009-06-04 01:16:20 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-06-04 01:16:20 +0000 |
| commit | e8455140446e5237309ad8780e27588c788fa3db (patch) | |
| tree | 89410b2de9872f1f3ad09a6eb7b63efb7b2c6f5a /admin | |
| parent | e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095 (diff) | |
| download | emacs-e8455140446e5237309ad8780e27588c788fa3db.tar.gz emacs-e8455140446e5237309ad8780e27588c788fa3db.zip | |
Add copyright header.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/unidata/unidata-gen.el | 5 |
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." | |||
| 1214 | (byte-compile describer) | 1214 | (byte-compile describer) |
| 1215 | (setq describer (symbol-function describer))) | 1215 | (setq describer (symbol-function describer))) |
| 1216 | (set-char-table-extra-slot table 3 describer)) | 1216 | (set-char-table-extra-slot table 3 describer)) |
| 1217 | (insert ";; Automatically generated from UnicodeData.txt.\n" | 1217 | (insert ";; Copyright (C) 1991-2009 Unicode, Inc. |
| 1218 | ;; This file was generated from the Unicode data file at | ||
| 1219 | ;; http://www.unicode.org/Public/UNIDATA/UnicodeData.txt. | ||
| 1220 | ;; See lisp/international/README for the copyright and permission notice.\n" | ||
| 1218 | (format "(define-char-code-property '%S %S %S)\n" | 1221 | (format "(define-char-code-property '%S %S %S)\n" |
| 1219 | prop table docstring) | 1222 | prop table docstring) |
| 1220 | ";; Local Variables:\n" | 1223 | ";; Local Variables:\n" |