diff options
author | Glenn Morris <rgm@gnu.org> | 2013-11-06 23:57:35 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-11-06 23:57:35 -0800 |
commit | 9d172c157c5a5f4f206aa1bc5348772d29762245 (patch) | |
tree | 259943316cb8b8554d253f6ff4c7b011785ce1ba /admin | |
parent | 394629a11a1d51785f5a305536f2074fac3e590b (diff) | |
download | emacs-9d172c157c5a5f4f206aa1bc5348772d29762245.tar.gz |
* admin/unidata/unidata-gen.el (unidata-gen-files): Update Unicode copyright
Diffstat (limited to 'admin')
-rw-r--r-- | admin/ChangeLog | 1 | ||||
-rw-r--r-- | admin/unidata/unidata-gen.el | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index f865a0e3c2d..40848069b55 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -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> diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index 110f2d60379..3a05dbd4ca9 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -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")) |