aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2009-01-08 04:24:42 +0000
committerGlenn Morris2009-01-08 04:24:42 +0000
commitf858db9ff15f4de206a683e730ebf52ca89916fe (patch)
treed1587d3a68ed4295cd6f3f8bda9175a9732d5f1f /admin
parent912b78dddafd250e3d91bc733dadf4b5d2918673 (diff)
downloademacs-f858db9ff15f4de206a683e730ebf52ca89916fe.tar.gz
emacs-f858db9ff15f4de206a683e730ebf52ca89916fe.zip
Add 2009 to copyright years.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/README2
-rw-r--r--admin/admin.el2
-rw-r--r--admin/alloc-colors.c2
-rwxr-xr-xadmin/build-configs2
-rw-r--r--admin/charsets/Makefile2
-rw-r--r--admin/charsets/big5.awk2
-rw-r--r--admin/charsets/compact.awk2
-rw-r--r--admin/charsets/cp51932.awk2
-rw-r--r--admin/charsets/cp932.awk2
-rw-r--r--admin/charsets/eucjp-ms.awk2
-rw-r--r--admin/charsets/gb180302.awk2
-rw-r--r--admin/charsets/gb180304.awk2
-rwxr-xr-xadmin/charsets/mapconv2
-rw-r--r--admin/charsets/mule-charsets.el2
-rw-r--r--admin/cus-test.el2
-rwxr-xr-xadmin/diff-tar-files2
-rwxr-xr-xadmin/make-announcement2
-rwxr-xr-xadmin/make-emacs2
-rw-r--r--admin/notes/copyright2
-rw-r--r--admin/notes/font-backend2
-rw-r--r--admin/notes/lel-TODO2
-rw-r--r--admin/notes/multi-tty2
-rw-r--r--admin/notes/unicode2
-rw-r--r--admin/nt/README-UNDUMP.W322
-rw-r--r--admin/nt/README-ftp-server2
-rw-r--r--admin/nt/README.W322
-rwxr-xr-xadmin/nt/makedist.bat2
-rwxr-xr-xadmin/quick-install-emacs2
-rwxr-xr-xadmin/revdiff2
-rw-r--r--admin/unidata/Makefile.in2
-rw-r--r--admin/unidata/makefile.w32-in2
-rw-r--r--admin/unidata/unidata-gen.el2
33 files changed, 33 insertions, 33 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 025b68eb312..76b48f881f0 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -734,7 +734,7 @@
734;; End: 734;; End:
735 735
736 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 736 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007,
737 2008 Free Software Foundation, Inc. 737 2008, 2009 Free Software Foundation, Inc.
738 738
739 This file is part of GNU Emacs. 739 This file is part of GNU Emacs.
740 740
diff --git a/admin/README b/admin/README
index c6d0c02cde3..0c44aa0e32f 100644
--- a/admin/README
+++ b/admin/README
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/admin.el b/admin/admin.el
index 705c4db8459..bf052feff7f 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -1,6 +1,6 @@
1;;; admin.el --- utilities for Emacs administration 1;;; admin.el --- utilities for Emacs administration
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; This file is part of GNU Emacs. 6;; This file is part of GNU Emacs.
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 40e05d0a09f..a8d0b92f613 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -1,5 +1,5 @@
1/* Allocate X colors. Used for testing with dense colormaps. 1/* Allocate X colors. Used for testing with dense colormaps.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/admin/build-configs b/admin/build-configs
index 5120fac9093..da24a2d79f0 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2# Build Emacs in several different configurations. 2# Build Emacs in several different configurations.
3 3
4# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5# Free Software Foundation, Inc. 5# Free Software Foundation, Inc.
6 6
7# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
diff --git a/admin/charsets/Makefile b/admin/charsets/Makefile
index e0fefd830e8..8ad294be1f3 100644
--- a/admin/charsets/Makefile
+++ b/admin/charsets/Makefile
@@ -1,5 +1,5 @@
1# Makefile -- Makefile to generate charset maps in etc/charsets. 1# Makefile -- Makefile to generate charset maps in etc/charsets.
2# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 2# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5# 5#
diff --git a/admin/charsets/big5.awk b/admin/charsets/big5.awk
index 5a23b370b4f..7213c437a10 100644
--- a/admin/charsets/big5.awk
+++ b/admin/charsets/big5.awk
@@ -1,4 +1,4 @@
1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
2# National Institute of Advanced Industrial Science and Technology (AIST) 2# National Institute of Advanced Industrial Science and Technology (AIST)
3# Registration Number H13PRO009 3# Registration Number H13PRO009
4 4
diff --git a/admin/charsets/compact.awk b/admin/charsets/compact.awk
index b1f5db1f40a..0e55631ea2c 100644
--- a/admin/charsets/compact.awk
+++ b/admin/charsets/compact.awk
@@ -1,5 +1,5 @@
1# compact.awk -- Make charset map compact. 1# compact.awk -- Make charset map compact.
2# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 2# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5 5
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk
index a81023ad350..f2c42bb0ab4 100644
--- a/admin/charsets/cp51932.awk
+++ b/admin/charsets/cp51932.awk
@@ -1,5 +1,5 @@
1# cp51932.awk -- Generate a translation table for CP51932. 1# cp51932.awk -- Generate a translation table for CP51932.
2# Copyright (C) 2004, 2005, 2006, 2007, 2008 2# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5 5
diff --git a/admin/charsets/cp932.awk b/admin/charsets/cp932.awk
index 8d25677be71..fb50d098a7b 100644
--- a/admin/charsets/cp932.awk
+++ b/admin/charsets/cp932.awk
@@ -1,5 +1,5 @@
1# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map. 1# cp932.awk -- Add sort keys and append user defined area to CP932-2BYTE.map.
2# Copyright (C) 2004, 2005, 2006, 2007, 2008 2# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5 5
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk
index 961300b01d5..c4140f67224 100644
--- a/admin/charsets/eucjp-ms.awk
+++ b/admin/charsets/eucjp-ms.awk
@@ -1,5 +1,5 @@
1# eucjp-ms.awk -- Generate a translation table for eucJP-ms. 1# eucjp-ms.awk -- Generate a translation table for eucJP-ms.
2# Copyright (C) 2004, 2005, 2006, 2007, 2008 2# Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5 5
diff --git a/admin/charsets/gb180302.awk b/admin/charsets/gb180302.awk
index 7e072e0bf99..d5ee74c4c1f 100644
--- a/admin/charsets/gb180302.awk
+++ b/admin/charsets/gb180302.awk
@@ -1,4 +1,4 @@
1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
2# National Institute of Advanced Industrial Science and Technology (AIST) 2# National Institute of Advanced Industrial Science and Technology (AIST)
3# Registration Number H13PRO009 3# Registration Number H13PRO009
4 4
diff --git a/admin/charsets/gb180304.awk b/admin/charsets/gb180304.awk
index 9ff0ca109a8..74038b4a293 100644
--- a/admin/charsets/gb180304.awk
+++ b/admin/charsets/gb180304.awk
@@ -1,4 +1,4 @@
1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 1# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
2# National Institute of Advanced Industrial Science and Technology (AIST) 2# National Institute of Advanced Industrial Science and Technology (AIST)
3# Registration Number H13PRO009 3# Registration Number H13PRO009
4 4
diff --git a/admin/charsets/mapconv b/admin/charsets/mapconv
index aee23a11209..cb647020e6a 100755
--- a/admin/charsets/mapconv
+++ b/admin/charsets/mapconv
@@ -1,6 +1,6 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 3# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
4# National Institute of Advanced Industrial Science and Technology (AIST) 4# National Institute of Advanced Industrial Science and Technology (AIST)
5# Registration Number H13PRO009 5# Registration Number H13PRO009
6 6
diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el
index 04797b4b6ee..deca1c129c4 100644
--- a/admin/charsets/mule-charsets.el
+++ b/admin/charsets/mule-charsets.el
@@ -1,5 +1,5 @@
1;; mule-charsets.el -- Generate Mule-orignal charset maps. 1;; mule-charsets.el -- Generate Mule-orignal charset maps.
2;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 2;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
3;; National Institute of Advanced Industrial Science and Technology (AIST) 3;; National Institute of Advanced Industrial Science and Technology (AIST)
4;; Registration Number H13PRO009 4;; Registration Number H13PRO009
5 5
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 51034624b58..6863163ec4e 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -1,6 +1,6 @@
1;;; cus-test.el --- tests for custom types and load problems 1;;; cus-test.el --- tests for custom types and load problems
2 2
3;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> 6;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 851f82cf2be..f24723343f7 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/admin/make-announcement b/admin/make-announcement
index b66c7290afb..1c27c59ab50 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -1,6 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2 2
3## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 3## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4## Free Software Foundation, Inc. 4## Free Software Foundation, Inc.
5 5
6## Author: Francesco Potorti` <pot@gnu.org> 6## Author: Francesco Potorti` <pot@gnu.org>
diff --git a/admin/make-emacs b/admin/make-emacs
index 9d0df0bba2d..818625266ba 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -2,7 +2,7 @@
2# Build Emacs with various options for profiling, debugging, 2# Build Emacs with various options for profiling, debugging,
3# with and without warnings enabled etc. 3# with and without warnings enabled etc.
4 4
5# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 5# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
6# Free Software Foundation, Inc. 6# Free Software Foundation, Inc.
7 7
8# This file is part of GNU Emacs. 8# This file is part of GNU Emacs.
diff --git a/admin/notes/copyright b/admin/notes/copyright
index 87bd40e885d..04ec41192ee 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -1,4 +1,4 @@
1Copyright (C) 2007, 2008 Free Software Foundation, Inc. 1Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
diff --git a/admin/notes/font-backend b/admin/notes/font-backend
index 4da022917cb..5b5fd169727 100644
--- a/admin/notes/font-backend
+++ b/admin/notes/font-backend
@@ -1,4 +1,4 @@
1Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO
index 948863c2e15..4e3ebc8f233 100644
--- a/admin/notes/lel-TODO
+++ b/admin/notes/lel-TODO
@@ -1,6 +1,6 @@
1Some lisp/emacs-lisp/ Features and Where They Are Documented 1Some lisp/emacs-lisp/ Features and Where They Are Documented
2 2
3Copyright (C) 2007, 2008 Free Software Foundation, Inc. 3Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6 6
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index 685967ca96b..64c8a900a1e 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -1,6 +1,6 @@
1-*- coding: utf-8; mode: text; -*- 1-*- coding: utf-8; mode: text; -*-
2 2
3Copyright (C) 2007, 2008 Free Software Foundation, Inc. 3Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
4See the end of the file for license conditions. 4See the end of the file for license conditions.
5 5
6From README.multi-tty in the multi-tty branch. 6From README.multi-tty in the multi-tty branch.
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 4f0becc4596..b3dbaa221b1 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -1,6 +1,6 @@
1 -*-mode: text; coding: latin-1;-*- 1 -*-mode: text; coding: latin-1;-*-
2 2
3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 3Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4 Free Software Foundation, Inc. 4 Free Software Foundation, Inc.
5See the end of the file for license conditions. 5See the end of the file for license conditions.
6 6
diff --git a/admin/nt/README-UNDUMP.W32 b/admin/nt/README-UNDUMP.W32
index fc778d1321f..c89aa2c30e8 100644
--- a/admin/nt/README-UNDUMP.W32
+++ b/admin/nt/README-UNDUMP.W32
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/nt/README-ftp-server b/admin/nt/README-ftp-server
index 9410419c605..e8d81c7df31 100644
--- a/admin/nt/README-ftp-server
+++ b/admin/nt/README-ftp-server
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/nt/README.W32 b/admin/nt/README.W32
index 1eac6caf1a6..e7ef50e0177 100644
--- a/admin/nt/README.W32
+++ b/admin/nt/README.W32
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index 2e1cb3bedd9..d5c9b9aec84 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -1,6 +1,6 @@
1@echo off 1@echo off
2 2
3rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4rem Free Software Foundation, Inc. 4rem Free Software Foundation, Inc.
5 5
6rem Cannot use brackets in andrewi's email below because 6rem Cannot use brackets in andrewi's email below because
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index 675750a43e8..c9e020546e5 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly 2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
3 3
4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
5## Free Software Foundation, Inc. 5## Free Software Foundation, Inc.
6 6
7## Author: Miles Bader <miles@gnu.org> 7## Author: Miles Bader <miles@gnu.org>
diff --git a/admin/revdiff b/admin/revdiff
index eccfdd7f55c..9921c35452f 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -1,6 +1,6 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/admin/unidata/Makefile.in b/admin/unidata/Makefile.in
index 074af1309b1..769da76ae34 100644
--- a/admin/unidata/Makefile.in
+++ b/admin/unidata/Makefile.in
@@ -1,5 +1,5 @@
1# Makefile -- Makefile to generate character property tables. 1# Makefile -- Makefile to generate character property tables.
2# Copyright (C) 2005, 2006, 2007, 2008 2# Copyright (C) 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5# 5#
diff --git a/admin/unidata/makefile.w32-in b/admin/unidata/makefile.w32-in
index 1c4ec22fa1f..792c2c2d105 100644
--- a/admin/unidata/makefile.w32-in
+++ b/admin/unidata/makefile.w32-in
@@ -1,5 +1,5 @@
1# makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables. 1# makefile.w32-in -- W32 -*- Makefile -*- to generate character property tables.
2# Copyright (C) 2005, 2006, 2007, 2008 2# Copyright (C) 2005, 2006, 2007, 2008, 2009
3# National Institute of Advanced Industrial Science and Technology (AIST) 3# National Institute of Advanced Industrial Science and Technology (AIST)
4# Registration Number H13PRO009 4# Registration Number H13PRO009
5# 5#
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index f0ee13f3986..d82ba7aa432 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1,5 +1,5 @@
1;; unidata-gen.el -- Create files containing character property data. 1;; unidata-gen.el -- Create files containing character property data.
2;; Copyright (C) 2005, 2006, 2007, 2008 2;; Copyright (C) 2005, 2006, 2007, 2008, 2009
3;; National Institute of Advanced Industrial Science and Technology (AIST) 3;; National Institute of Advanced Industrial Science and Technology (AIST)
4;; Registration Number H13PRO009 4;; Registration Number H13PRO009
5 5