Add copyright header.

This commit is contained in:
Chong Yidong 2009-06-04 01:16:20 +00:00
parent e3a4c813f7
commit e845514044

View file

@ -1214,7 +1214,10 @@ Property value is a character."
(byte-compile describer) (byte-compile describer)
(setq describer (symbol-function describer))) (setq describer (symbol-function describer)))
(set-char-table-extra-slot table 3 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" (format "(define-char-code-property '%S %S %S)\n"
prop table docstring) prop table docstring)
";; Local Variables:\n" ";; Local Variables:\n"