From e8455140446e5237309ad8780e27588c788fa3db Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 4 Jun 2009 01:16:20 +0000 Subject: [PATCH] Add copyright header. --- admin/unidata/unidata-gen.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -- 2.20.1