* admin/unidata/unidata-gen.el (unidata-gen-files): Update Unicode copyright

This commit is contained in:
Glenn Morris 2013-11-06 23:57:35 -08:00
parent 394629a11a
commit 9d172c157c
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
* unidata/unidata-gen.el (unidata-gen-files):
Disable version-control in generated files.
Update Unicode Inc. copyright years.
2013-11-05 Glenn Morris <rgm@gnu.org>

View file

@ -1230,7 +1230,7 @@ is the character itself.")))
(setq describer (symbol-function describer)))
(set-char-table-extra-slot table 3 describer))
(if (bobp)
(insert ";; Copyright (C) 1991-2009 Unicode, Inc.
(insert ";; Copyright (C) 1991-2013 Unicode, Inc.
;; This file was generated from the Unicode data files at
;; http://www.unicode.org/Public/UNIDATA/.
;; See lisp/international/README for the copyright and permission notice.\n"))