Mercurial > emacs
changeset 103310:e1613d164d67
Add copyright header.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 04 Jun 2009 01:16:20 +0000 |
parents | 87eafd3e9efc |
children | 2734cf31a415 |
files | admin/unidata/unidata-gen.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/unidata/unidata-gen.el Thu Jun 04 01:15:35 2009 +0000 +++ b/admin/unidata/unidata-gen.el Thu Jun 04 01:16:20 2009 +0000 @@ -1214,7 +1214,10 @@ (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"