aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa2006-12-13 01:13:58 +0000
committerKenichi Handa2006-12-13 01:13:58 +0000
commit7976eda061f35aadc586601e8f0040eac26dc1e0 (patch)
tree2dc9dbe360b23c7b75743f0ef869509291332403
parent328f7b35981238f4e528bfe2cb5b0e17f074d056 (diff)
downloademacs-7976eda061f35aadc586601e8f0040eac26dc1e0.tar.gz
emacs-7976eda061f35aadc586601e8f0040eac26dc1e0.zip
Update AIST copyright years.
-rw-r--r--leim/Makefile.in2
-rw-r--r--leim/leim-ext.el2
-rw-r--r--leim/makefile.w32-in2
-rw-r--r--leim/quail/cyril-jis.el2
-rw-r--r--leim/quail/cyrillic.el2
-rw-r--r--leim/quail/ethiopic.el2
-rw-r--r--leim/quail/greek.el2
-rw-r--r--leim/quail/hangul.el2
-rw-r--r--leim/quail/hangul3.el2
-rw-r--r--leim/quail/hanja-jis.el2
-rw-r--r--leim/quail/hanja.el2
-rw-r--r--leim/quail/hebrew.el2
-rw-r--r--leim/quail/ipa.el2
-rw-r--r--leim/quail/japanese.el2
-rw-r--r--leim/quail/lao.el2
-rw-r--r--leim/quail/latin-alt.el2
-rw-r--r--leim/quail/latin-ltx.el2
-rw-r--r--leim/quail/latin-post.el2
-rw-r--r--leim/quail/latin-pre.el2
-rw-r--r--leim/quail/lrt.el2
-rw-r--r--leim/quail/py-punct.el2
-rw-r--r--leim/quail/pypunct-b5.el2
-rw-r--r--leim/quail/symbol-ksc.el2
-rw-r--r--leim/quail/thai.el3
-rw-r--r--leim/quail/tibetan.el2
-rw-r--r--leim/quail/uni-input.el2
-rw-r--r--leim/quail/viqr.el2
-rw-r--r--lisp/composite.el2
-rw-r--r--lisp/international/ccl.el4
-rw-r--r--lisp/international/characters.el4
-rw-r--r--lisp/international/codepage.el2
-rw-r--r--lisp/international/encoded-kb.el4
-rw-r--r--lisp/international/fontset.el4
-rw-r--r--lisp/international/isearch-x.el4
-rw-r--r--lisp/international/ja-dic-cnv.el3
-rw-r--r--lisp/international/ja-dic-utl.el3
-rw-r--r--lisp/international/kinsoku.el2
-rw-r--r--lisp/international/kkc.el4
-rw-r--r--lisp/international/mule-cmds.el2
-rw-r--r--lisp/international/mule-conf.el3
-rw-r--r--lisp/international/mule-diag.el4
-rw-r--r--lisp/international/mule-util.el4
-rw-r--r--lisp/international/mule.el4
-rw-r--r--lisp/international/quail.el4
-rw-r--r--lisp/international/titdic-cnv.el4
-rw-r--r--lisp/language/china-util.el3
-rw-r--r--lisp/language/chinese.el3
-rw-r--r--lisp/language/cyrillic.el4
-rw-r--r--lisp/language/devan-util.el2
-rw-r--r--lisp/language/english.el2
-rw-r--r--lisp/language/ethio-util.el3
-rw-r--r--lisp/language/ethiopic.el3
-rw-r--r--lisp/language/european.el2
-rw-r--r--lisp/language/greek.el3
-rw-r--r--lisp/language/hebrew.el3
-rw-r--r--lisp/language/japan-util.el3
-rw-r--r--lisp/language/japanese.el3
-rw-r--r--lisp/language/korea-util.el2
-rw-r--r--lisp/language/korean.el3
-rw-r--r--lisp/language/lao-util.el2
-rw-r--r--lisp/language/lao.el2
-rw-r--r--lisp/language/misc-lang.el3
-rw-r--r--lisp/language/thai-util.el4
-rw-r--r--lisp/language/thai.el4
-rw-r--r--lisp/language/tibet-util.el3
-rw-r--r--lisp/language/tibetan.el2
-rw-r--r--lisp/language/viet-util.el3
-rw-r--r--lisp/language/vietnamese.el3
-rw-r--r--lisp/ps-bdf.el2
-rw-r--r--src/category.c3
-rw-r--r--src/category.h3
-rw-r--r--src/ccl.c3
-rw-r--r--src/ccl.h3
-rw-r--r--src/charset.c3
-rw-r--r--src/charset.h3
-rw-r--r--src/coding.c3
-rw-r--r--src/coding.h3
-rw-r--r--src/composite.c2
-rw-r--r--src/composite.h2
-rw-r--r--src/fontset.c3
-rw-r--r--src/fontset.h3
81 files changed, 120 insertions, 97 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in
index 10ba277b473..f86fcfbf2eb 100644
--- a/leim/Makefile.in
+++ b/leim/Makefile.in
@@ -1,7 +1,7 @@
1# Makefile for leim subdirectory in GNU Emacs. 1# Makefile for leim subdirectory in GNU Emacs.
2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 2# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
3# Free Software Foundation, Inc. 3# Free Software Foundation, Inc.
4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5# National Institute of Advanced Industrial Science and Technology (AIST) 5# National Institute of Advanced Industrial Science and Technology (AIST)
6# Registration Number H14PRO021 6# Registration Number H14PRO021
7 7
diff --git a/leim/leim-ext.el b/leim/leim-ext.el
index 417c7808823..cdbea2edecd 100644
--- a/leim/leim-ext.el
+++ b/leim/leim-ext.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2004, 2006 3;; Copyright (C) 2004, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 2004, 2005 5;; Copyright (C) 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H13PRO009 7;; Registration Number H13PRO009
8 8
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index f309dc23eb1..7c1b4fdd99f 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -1,7 +1,7 @@
1# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API. 1# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 2# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
3# Free Software Foundation, Inc. 3# Free Software Foundation, Inc.
4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 4# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5# National Institute of Advanced Industrial Science and Technology (AIST) 5# National Institute of Advanced Industrial Science and Technology (AIST)
6# Registration Number H14PRO021 6# Registration Number H14PRO021
7 7
diff --git a/leim/quail/cyril-jis.el b/leim/quail/cyril-jis.el
index e0e76451217..6ac7b456d9a 100644
--- a/leim/quail/cyril-jis.el
+++ b/leim/quail/cyril-jis.el
@@ -1,7 +1,7 @@
1;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters 1;;; cyril-jis.el --- Quail package for inputting JISX0208 Cyrillic letters
2 2
3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/cyrillic.el b/leim/quail/cyrillic.el
index 655c2053222..e44229599e9 100644
--- a/leim/quail/cyrillic.el
+++ b/leim/quail/cyrillic.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 2003 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/leim/quail/ethiopic.el b/leim/quail/ethiopic.el
index c1f07534c91..dd85cfe384b 100644
--- a/leim/quail/ethiopic.el
+++ b/leim/quail/ethiopic.el
@@ -1,6 +1,6 @@
1;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*- 1;;; ethiopic.el --- Quail package for inputting Ethiopic characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 1998, 1999, 2001, 2006 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/greek.el b/leim/quail/greek.el
index a9a97c85352..9c266a2f8f5 100644
--- a/leim/quail/greek.el
+++ b/leim/quail/greek.el
@@ -1,7 +1,7 @@
1;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*- 1;;; greek.el --- Quail package for inputting Greek -*-coding: iso-2022-7bit-*-
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 2001 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/hangul.el b/leim/quail/hangul.el
index a8a821ad9bb..0ed46752bc1 100644
--- a/leim/quail/hangul.el
+++ b/leim/quail/hangul.el
@@ -1,7 +1,7 @@
1;;; hangul.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- 1;;; hangul.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 2002, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2002, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/hangul3.el b/leim/quail/hangul3.el
index 4565fca0b1a..7bd8ed85ca0 100644
--- a/leim/quail/hangul3.el
+++ b/leim/quail/hangul3.el
@@ -1,7 +1,7 @@
1;;; hangul3.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*- 1;;; hangul3.el --- Quail package for inputting Korean Hangul characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 2002 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/hanja-jis.el b/leim/quail/hanja-jis.el
index baf426bc94a..569ed8273fe 100644
--- a/leim/quail/hanja-jis.el
+++ b/leim/quail/hanja-jis.el
@@ -1,6 +1,6 @@
1;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208) -*-coding: iso-2022-7bit;-*- 1;;; hanja-jis.el --- Quail package for inputting Korean Hanja (JISX0208) -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/hanja.el b/leim/quail/hanja.el
index 6e9419e73d3..1ef047410d4 100644
--- a/leim/quail/hanja.el
+++ b/leim/quail/hanja.el
@@ -1,7 +1,7 @@
1;;; hanja.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*- 1;;; hanja.el --- Quail-package for Korean Hanja (KSC5601) -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el
index 4193f59775f..60febc4ea44 100644
--- a/leim/quail/hebrew.el
+++ b/leim/quail/hebrew.el
@@ -1,6 +1,6 @@
1;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*- 1;;; hebrew.el --- Quail package for inputting Hebrew characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1999 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/ipa.el b/leim/quail/ipa.el
index 48ce2b4063f..56f356a4782 100644
--- a/leim/quail/ipa.el
+++ b/leim/quail/ipa.el
@@ -1,6 +1,6 @@
1;;; ipa.el --- Quail package for inputting IPA characters -*-coding: iso-2022-7bit;-*- 1;;; ipa.el --- Quail package for inputting IPA characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/japanese.el b/leim/quail/japanese.el
index 18cd23ae2ed..ff133708153 100644
--- a/leim/quail/japanese.el
+++ b/leim/quail/japanese.el
@@ -1,7 +1,7 @@
1;;; japanese.el --- Quail package for inputting Japanese -*-coding: iso-2022-7bit;-*- 1;;; japanese.el --- Quail package for inputting Japanese -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2005 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/lao.el b/leim/quail/lao.el
index 09151735de0..d547ff2dbe9 100644
--- a/leim/quail/lao.el
+++ b/leim/quail/lao.el
@@ -1,6 +1,6 @@
1;;; lao.el --- Quail package for inputting Lao characters -*-coding: iso-2022-7bit;-*- 1;;; lao.el --- Quail package for inputting Lao characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 1999, 2004 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/latin-alt.el b/leim/quail/latin-alt.el
index a15f69bf46b..a764f416b43 100644
--- a/leim/quail/latin-alt.el
+++ b/leim/quail/latin-alt.el
@@ -1,7 +1,7 @@
1;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: iso-2022-7bit;-*- 1;;; latin-alt.el --- Quail package for inputting various European characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1999 4;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/latin-ltx.el b/leim/quail/latin-ltx.el
index 6efdeccad26..cb6052a7f05 100644
--- a/leim/quail/latin-ltx.el
+++ b/leim/quail/latin-ltx.el
@@ -1,7 +1,7 @@
1;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*- 1;;; latin-ltx.el --- Quail package for TeX-style input -*-coding: utf-8;-*-
2 2
3;; Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 2001, 2005 4;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/latin-post.el b/leim/quail/latin-post.el
index 5ca475e730f..090e2cc4330 100644
--- a/leim/quail/latin-post.el
+++ b/leim/quail/latin-post.el
@@ -1,7 +1,7 @@
1;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*- 1;;; latin-post.el --- Quail packages for inputting various European characters -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 2001, 2002, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1999 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/latin-pre.el b/leim/quail/latin-pre.el
index 8c809f2df25..e1102b5c475 100644
--- a/leim/quail/latin-pre.el
+++ b/leim/quail/latin-pre.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999, 2000, 2005 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/leim/quail/lrt.el b/leim/quail/lrt.el
index 7985523f7e1..9ce43294a16 100644
--- a/leim/quail/lrt.el
+++ b/leim/quail/lrt.el
@@ -1,7 +1,7 @@
1;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*- 1;;; lrt.el --- Quail package for inputting Lao characters by LRT method -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1998, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1999 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/py-punct.el b/leim/quail/py-punct.el
index 04874b6cb60..5fa4d9b9da0 100644
--- a/leim/quail/py-punct.el
+++ b/leim/quail/py-punct.el
@@ -1,7 +1,7 @@
1;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*- 1;;; py-punct.el --- Quail packages for Chinese (pinyin + extra symbols) -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 2000 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/pypunct-b5.el b/leim/quail/pypunct-b5.el
index 4eff95a7a6c..a2e097902ef 100644
--- a/leim/quail/pypunct-b5.el
+++ b/leim/quail/pypunct-b5.el
@@ -1,6 +1,6 @@
1;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols) 1;;; pypunct-b5.el --- Quail packages for Chinese (pinyin + extra symbols)
2 2
3;; Copyright (C) 1997, 2000, 2003 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/leim/quail/symbol-ksc.el b/leim/quail/symbol-ksc.el
index aabf4f5cd12..62a24408efb 100644
--- a/leim/quail/symbol-ksc.el
+++ b/leim/quail/symbol-ksc.el
@@ -1,7 +1,7 @@
1;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601) 1;;; symbol-ksc.el --- Quail-package for Korean Symbol (KSC5601)
2 2
3;; Copyright (C) 1997, 2005, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2005, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1998 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/thai.el b/leim/quail/thai.el
index 579ac35be06..6354c9dfde4 100644
--- a/leim/quail/thai.el
+++ b/leim/quail/thai.el
@@ -1,6 +1,7 @@
1;;; thai.el --- Quail package for inputting Thai characters 1;;; thai.el --- Quail package for inputting Thai characters
2 2
3;; Copyright (C) 1995, 1997, 1999, 2005 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 6;; Registration Number H14PRO021
6 7
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el
index 8387038eb40..bad5dd58bcf 100644
--- a/leim/quail/tibetan.el
+++ b/leim/quail/tibetan.el
@@ -1,7 +1,7 @@
1;;; tibetan.el --- Quail package for inputting Tibetan characters 1;;; tibetan.el --- Quail package for inputting Tibetan characters
2 2
3;; Copyright (C) 1997, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1998, 1999, 2000 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/uni-input.el b/leim/quail/uni-input.el
index cbe08f3a7f6..1b4a3d3af1e 100644
--- a/leim/quail/uni-input.el
+++ b/leim/quail/uni-input.el
@@ -1,7 +1,7 @@
1;;; uni-input.el --- Hex Unicode input method 1;;; uni-input.el --- Hex Unicode input method
2 2
3;; Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc. 3;; Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc.
4;; Copyright (C) 2004 4;; Copyright (C) 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/leim/quail/viqr.el b/leim/quail/viqr.el
index 0a7acf42c70..bbe54a91f6d 100644
--- a/leim/quail/viqr.el
+++ b/leim/quail/viqr.el
@@ -1,6 +1,6 @@
1;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system -*-coding: iso-2022-7bit;-*- 1;;; viqr.el --- Quail packages for inputting Vietnamese with VIQR system -*-coding: iso-2022-7bit;-*-
2 2
3;; Copyright (C) 1997 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/lisp/composite.el b/lisp/composite.el
index a1c84e7b22a..181e1fd6f46 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -1,6 +1,6 @@
1;;; composite.el --- support character composition 1;;; composite.el --- support character composition
2 2
3;; Copyright (C) 1999, 2000 3;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 4;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 5;; Registration Number H14PRO021
6 6
diff --git a/lisp/international/ccl.el b/lisp/international/ccl.el
index 9ad3f4ba797..eab0d39f2fe 100644
--- a/lisp/international/ccl.el
+++ b/lisp/international/ccl.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index 8d0ba843dc5..9f545b01231 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el
index e2499002a34..9c045545ea6 100644
--- a/lisp/international/codepage.el
+++ b/lisp/international/codepage.el
@@ -1,7 +1,7 @@
1;;; codepage.el --- MS-DOS/MS-Windows specific coding systems 1;;; codepage.el --- MS-DOS/MS-Windows specific coding systems
2 2
3;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc. 3;; Copyright (C) 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
4;; Copyright (C) 2000 4;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/lisp/international/encoded-kb.el b/lisp/international/encoded-kb.el
index 161f1655bb5..348be8590c1 100644
--- a/lisp/international/encoded-kb.el
+++ b/lisp/international/encoded-kb.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2003, 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 94094df30cf..5374842b649 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/isearch-x.el b/lisp/international/isearch-x.el
index 0c3e0e78b8b..a002df6687b 100644
--- a/lisp/international/isearch-x.el
+++ b/lisp/international/isearch-x.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/ja-dic-cnv.el b/lisp/international/ja-dic-cnv.el
index ae8562260aa..ee0bf67a537 100644
--- a/lisp/international/ja-dic-cnv.el
+++ b/lisp/international/ja-dic-cnv.el
@@ -1,6 +1,7 @@
1;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp 1;;; ja-dic-cnv.el --- convert a Japanese dictionary (SKK-JISYO.L) to Emacs Lisp
2 2
3;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 6;; Registration Number H14PRO021
6 7
diff --git a/lisp/international/ja-dic-utl.el b/lisp/international/ja-dic-utl.el
index b9abfbffc25..31b92885e7b 100644
--- a/lisp/international/ja-dic-utl.el
+++ b/lisp/international/ja-dic-utl.el
@@ -1,6 +1,7 @@
1;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L) 1;;; ja-dic-utl.el --- utilities for handling Japanese dictionary (SKK-JISYO.L)
2 2
3;; Copyright (C) 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 6;; Registration Number H14PRO021
6 7
diff --git a/lisp/international/kinsoku.el b/lisp/international/kinsoku.el
index cc1580569ca..a452f53c5dc 100644
--- a/lisp/international/kinsoku.el
+++ b/lisp/international/kinsoku.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2001, 2002, 2003, 2004, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el
index d00b2cc08b3..4094538c9a0 100644
--- a/lisp/international/kkc.el
+++ b/lisp/international/kkc.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el
index dcc651e6abb..752691e7202 100644
--- a/lisp/international/mule-cmds.el
+++ b/lisp/international/mule-cmds.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el
index 12c36d210b4..2f88b08254f 100644
--- a/lisp/international/mule-conf.el
+++ b/lisp/international/mule-conf.el
@@ -2,8 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003,
4;; 2004, 2005, 2006 Free Software Foundation, Inc. 4;; 2004, 2005, 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; 2004, 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 7;; Registration Number H14PRO021
9 8
diff --git a/lisp/international/mule-diag.el b/lisp/international/mule-diag.el
index 5ef0cf4172d..95569a78240 100644
--- a/lisp/international/mule-diag.el
+++ b/lisp/international/mule-diag.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el
index 9f990c36edf..d8b7aa903be 100644
--- a/lisp/international/mule-util.el
+++ b/lisp/international/mule-util.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index e17bf670798..ddaacfe7216 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/quail.el b/lisp/international/quail.el
index a59630167be..a3871224127 100644
--- a/lisp/international/quail.el
+++ b/lisp/international/quail.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
4;; 2006 Free Software Foundation, Inc. 4;; 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/international/titdic-cnv.el b/lisp/international/titdic-cnv.el
index 364b53a0f77..68e4f6596f7 100644
--- a/lisp/international/titdic-cnv.el
+++ b/lisp/international/titdic-cnv.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006 Free Software Foundation, Inc. 4;; 2005, 2006 Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/language/china-util.el b/lisp/language/china-util.el
index b1bf6562891..bafdce1c854 100644
--- a/lisp/language/china-util.el
+++ b/lisp/language/china-util.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 2001, 2002, 2003, 2004, 2005, 2006 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/chinese.el b/lisp/language/chinese.el
index 9985be473b4..ee1709fcc18 100644
--- a/lisp/language/chinese.el
+++ b/lisp/language/chinese.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/cyrillic.el b/lisp/language/cyrillic.el
index 76ab2f5966c..4e709cc5b63 100644
--- a/lisp/language/cyrillic.el
+++ b/lisp/language/cyrillic.el
@@ -2,8 +2,8 @@
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2004, 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
9 9
diff --git a/lisp/language/devan-util.el b/lisp/language/devan-util.el
index 3e3ed20d91a..354d0c19a29 100644
--- a/lisp/language/devan-util.el
+++ b/lisp/language/devan-util.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999, 2000 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/lisp/language/english.el b/lisp/language/english.el
index 15b14ec1dcd..f3719fd9bbc 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el
index b749244bd0b..b22fad32854 100644
--- a/lisp/language/ethio-util.el
+++ b/lisp/language/ethio-util.el
@@ -2,8 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999, 2001, 2002, 2003, 2004, 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 7;; Registration Number H14PRO021
9 8
diff --git a/lisp/language/ethiopic.el b/lisp/language/ethiopic.el
index 2ecddf498c0..29679a8ca73 100644
--- a/lisp/language/ethiopic.el
+++ b/lisp/language/ethiopic.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 2001, 2002, 2003, 2004, 2005, 2006 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/european.el b/lisp/language/european.el
index 2a639316375..60401e56ab1 100644
--- a/lisp/language/european.el
+++ b/lisp/language/european.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006 6;; 2005, 2006
7;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
8;; Registration Number H14PRO021 8;; Registration Number H14PRO021
diff --git a/lisp/language/greek.el b/lisp/language/greek.el
index ab68d819510..9eb7b4f7352 100644
--- a/lisp/language/greek.el
+++ b/lisp/language/greek.el
@@ -1,6 +1,7 @@
1;;; greek.el --- support for Greek -*- no-byte-compile: t -*- 1;;; greek.el --- support for Greek -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1995 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 6;; Registration Number H14PRO021
6 7
diff --git a/lisp/language/hebrew.el b/lisp/language/hebrew.el
index 8674ccff1bb..abd2f6612bf 100644
--- a/lisp/language/hebrew.el
+++ b/lisp/language/hebrew.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el
index d5d82a84f9a..c37e0bafd0a 100644
--- a/lisp/language/japan-util.el
+++ b/lisp/language/japan-util.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/japanese.el b/lisp/language/japanese.el
index 2930112443b..12a09423a32 100644
--- a/lisp/language/japanese.el
+++ b/lisp/language/japanese.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/korea-util.el b/lisp/language/korea-util.el
index 2084c01f6ac..f4d8e179eb2 100644
--- a/lisp/language/korea-util.el
+++ b/lisp/language/korea-util.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 1999, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/lisp/language/korean.el b/lisp/language/korean.el
index 3bb6728f43b..3e04c13b7d0 100644
--- a/lisp/language/korean.el
+++ b/lisp/language/korean.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1998 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/lao-util.el b/lisp/language/lao-util.el
index ed3fdefe501..60f15670525 100644
--- a/lisp/language/lao-util.el
+++ b/lisp/language/lao-util.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1998, 1999, 2000 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/lisp/language/lao.el b/lisp/language/lao.el
index ddd7e369a17..b55c731801d 100644
--- a/lisp/language/lao.el
+++ b/lisp/language/lao.el
@@ -1,7 +1,7 @@
1;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*- 1;;; lao.el --- support for Lao -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2 2
3;; Copyright (C) 2001 Free Software Foundation, Inc. 3;; Copyright (C) 2001 Free Software Foundation, Inc.
4;; Copyright (C) 1997, 1998, 1999, 2002 4;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7 7
diff --git a/lisp/language/misc-lang.el b/lisp/language/misc-lang.el
index 70136ad681e..d7bc6f1b18b 100644
--- a/lisp/language/misc-lang.el
+++ b/lisp/language/misc-lang.el
@@ -1,6 +1,7 @@
1;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*- 1;;; misc-lang.el --- support for miscellaneous languages (characters) -*- no-byte-compile: t -*-
2 2
3;; Copyright (C) 1995, 1997 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2005, 2006
4;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
5;; Registration Number H14PRO021 6;; Registration Number H14PRO021
6 7
diff --git a/lisp/language/thai-util.el b/lisp/language/thai-util.el
index 0b6496fada3..d91cc56116e 100644
--- a/lisp/language/thai-util.el
+++ b/lisp/language/thai-util.el
@@ -1,7 +1,7 @@
1;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*- 1;;; thai-util.el --- utilities for Thai -*- coding: iso-2022-7bit; -*-
2 2
3;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2004, 2005, 2006 4;; 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 7;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006
diff --git a/lisp/language/thai.el b/lisp/language/thai.el
index 03bfb6e5e00..65d5f7d1748 100644
--- a/lisp/language/thai.el
+++ b/lisp/language/thai.el
@@ -1,7 +1,7 @@
1;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*- 1;;; thai.el --- support for Thai -*- coding: iso-2022-7bit; no-byte-compile: t -*-
2 2
3;; Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 3;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4;; 2004, 2005, 2006 4;; 2005, 2006
5;; National Institute of Advanced Industrial Science and Technology (AIST) 5;; National Institute of Advanced Industrial Science and Technology (AIST)
6;; Registration Number H14PRO021 6;; Registration Number H14PRO021
7;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 7;; Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003, 2004, 2005,
diff --git a/lisp/language/tibet-util.el b/lisp/language/tibet-util.el
index 0f726269a6b..d2d1950dad9 100644
--- a/lisp/language/tibet-util.el
+++ b/lisp/language/tibet-util.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2000 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/tibetan.el b/lisp/language/tibetan.el
index e4ccf72ac02..f4ebb391610 100644
--- a/lisp/language/tibetan.el
+++ b/lisp/language/tibetan.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1997, 1999, 2000 5;; Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/lisp/language/viet-util.el b/lisp/language/viet-util.el
index c4123cdec93..0c4890cb9e4 100644
--- a/lisp/language/viet-util.el
+++ b/lisp/language/viet-util.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el
index 739f11d84ec..870dd474451 100644
--- a/lisp/language/vietnamese.el
+++ b/lisp/language/vietnamese.el
@@ -2,7 +2,8 @@
2 2
3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1998, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1995, 1997, 1998, 2000 5;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
6;; 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 7;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 8;; Registration Number H14PRO021
8 9
diff --git a/lisp/ps-bdf.el b/lisp/ps-bdf.el
index ad9d025d128..eff8ff5eae2 100644
--- a/lisp/ps-bdf.el
+++ b/lisp/ps-bdf.el
@@ -2,7 +2,7 @@
2 2
3;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 3;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5;; Copyright (C) 1998, 1999, 2001, 2002, 2003, 2004, 2005, 2006 5;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6;; National Institute of Advanced Industrial Science and Technology (AIST) 6;; National Institute of Advanced Industrial Science and Technology (AIST)
7;; Registration Number H14PRO021 7;; Registration Number H14PRO021
8 8
diff --git a/src/category.c b/src/category.c
index d7178055b27..ce238f4d399 100644
--- a/src/category.c
+++ b/src/category.c
@@ -1,6 +1,7 @@
1/* GNU Emacs routines to deal with category tables. 1/* GNU Emacs routines to deal with category tables.
2 Copyright (C) 1998, 2001, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 1998, 2001, 2004, 2005, 2006 Free Software Foundation, Inc.
3 Copyright (C) 1995, 1997, 1998, 1999 3 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006
4 National Institute of Advanced Industrial Science and Technology (AIST) 5 National Institute of Advanced Industrial Science and Technology (AIST)
5 Registration Number H14PRO021 6 Registration Number H14PRO021
6 7
diff --git a/src/category.h b/src/category.h
index 413505ece61..e27f86f9a91 100644
--- a/src/category.h
+++ b/src/category.h
@@ -1,5 +1,6 @@
1/* Declarations having to do with Emacs category tables. 1/* Declarations having to do with Emacs category tables.
2 Copyright (C) 1995, 1998, 1999 2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006
3 National Institute of Advanced Industrial Science and Technology (AIST) 4 National Institute of Advanced Industrial Science and Technology (AIST)
4 Registration Number H14PRO021 5 Registration Number H14PRO021
5 6
diff --git a/src/ccl.c b/src/ccl.c
index 779755cf39e..49cef07650b 100644
--- a/src/ccl.c
+++ b/src/ccl.c
@@ -1,7 +1,8 @@
1/* CCL (Code Conversion Language) interpreter. 1/* CCL (Code Conversion Language) interpreter.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 1998, 2003, 2004, 2005 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8
diff --git a/src/ccl.h b/src/ccl.h
index 21a72df1d0b..1cfc8201e54 100644
--- a/src/ccl.h
+++ b/src/ccl.h
@@ -1,5 +1,6 @@
1/* Header for CCL (Code Conversion Language) interpreter. 1/* Header for CCL (Code Conversion Language) interpreter.
2 Copyright (C) 1995, 1998, 2000 2 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 2005, 2006
3 National Institute of Advanced Industrial Science and Technology (AIST) 4 National Institute of Advanced Industrial Science and Technology (AIST)
4 Registration Number H14PRO021 5 Registration Number H14PRO021
5 6
diff --git a/src/charset.c b/src/charset.c
index 211de24ef89..535022c6797 100644
--- a/src/charset.c
+++ b/src/charset.c
@@ -1,7 +1,8 @@
1/* Basic multilingual character support. 1/* Basic multilingual character support.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 1998, 1999, 2000, 2001 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8
diff --git a/src/charset.h b/src/charset.h
index b25a2ffa85a..645bdafe4b2 100644
--- a/src/charset.h
+++ b/src/charset.h
@@ -1,7 +1,8 @@
1/* Header for multibyte character handler. 1/* Header for multibyte character handler.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 1998, 2003 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8
diff --git a/src/coding.c b/src/coding.c
index cf6bab2aeba..535f80ab748 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,7 +1,8 @@
1/* Coding system handler (conversion, detection, and etc). 1/* Coding system handler (conversion, detection, and etc).
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 1998, 2002, 2003, 2004, 2005 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8
diff --git a/src/coding.h b/src/coding.h
index 5727b57a850..ca7af1c8354 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -1,7 +1,8 @@
1/* Header for coding system handler. 1/* Header for coding system handler.
2 Copyright (C) 2002, 2003, 2004, 2005, 2 Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 1998, 2000 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8
diff --git a/src/composite.c b/src/composite.c
index d3be3554c55..8e5fce2da96 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -1,7 +1,7 @@
1/* Composite sequence support. 1/* Composite sequence support.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1999 4 Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 5 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 6 Registration Number H14PRO021
7 7
diff --git a/src/composite.h b/src/composite.h
index 5c19f8aa56e..e19fcd99e73 100644
--- a/src/composite.h
+++ b/src/composite.h
@@ -1,7 +1,7 @@
1/* Header for composite sequence handler. 1/* Header for composite sequence handler.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2 Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1997 4 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 5 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 6 Registration Number H14PRO021
7 7
diff --git a/src/fontset.c b/src/fontset.c
index c8679a7b7e2..838d9526944 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -1,6 +1,7 @@
1/* Fontset handler. 1/* Fontset handler.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 2 Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
3 Copyright (C) 1995, 1997, 1998, 2000, 2003, 2004, 2005 3 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4 2005, 2006
4 National Institute of Advanced Industrial Science and Technology (AIST) 5 National Institute of Advanced Industrial Science and Technology (AIST)
5 Registration Number H14PRO021 6 Registration Number H14PRO021
6 7
diff --git a/src/fontset.h b/src/fontset.h
index a4360280911..a08f7b74bd0 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -1,7 +1,8 @@
1/* Header for fontset handler. 1/* Header for fontset handler.
2 Copyright (C) 1998, 2002, 2003, 2004, 2005, 2 Copyright (C) 1998, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. 3 2006 Free Software Foundation, Inc.
4 Copyright (C) 1995, 1997, 2000 4 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
5 2005, 2006
5 National Institute of Advanced Industrial Science and Technology (AIST) 6 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H14PRO021 7 Registration Number H14PRO021
7 8