# HG changeset patch # User Chong Yidong # Date 1244078180 0 # Node ID e1613d164d67ec4a63dc51e1faf79f18d7cf767d # Parent 87eafd3e9efc7b72189ca4d7e52a517ca389925e Add copyright header. diff -r 87eafd3e9efc -r e1613d164d67 admin/unidata/unidata-gen.el --- 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"