diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-06-04 01:16:20 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-06-04 01:16:20 +0000 |
commit | e8455140446e5237309ad8780e27588c788fa3db (patch) | |
tree | 89410b2de9872f1f3ad09a6eb7b63efb7b2c6f5a /admin/unidata | |
parent | e3a4c813f7d0ecbbbc983d192c3f76cfd6c35095 (diff) |
Add copyright header.
Diffstat (limited to 'admin/unidata')
-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 cd2343b9d0..9fee8e46c8 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" |