diff options
| author | Kenichi Handa | 2004-07-14 07:44:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-07-14 07:44:37 +0000 |
| commit | eda20bd8c8221f7f90572aee6c386c6a863bf998 (patch) | |
| tree | e487ec471d868302b603b1eed42c2c638d988ad5 | |
| parent | 3a052bd3eed1620576b1ecdc75210f3c783b224c (diff) | |
| download | emacs-eda20bd8c8221f7f90572aee6c386c6a863bf998.tar.gz emacs-eda20bd8c8221f7f90572aee6c386c6a863bf998.zip | |
Fix copyright notice.
| -rw-r--r-- | leim/Makefile.in | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/leim/Makefile.in b/leim/Makefile.in index daa5b550cf2..7f3c13dbe36 100644 --- a/leim/Makefile.in +++ b/leim/Makefile.in | |||
| @@ -1,6 +1,11 @@ | |||
| 1 | # Makefile for leim subdirectory in GNU Emacs. | 1 | # Makefile for leim subdirectory in GNU Emacs. |
| 2 | # Copyright (C) 1997, 2004 Electrotechnical Laboratory, JAPAN. | 2 | # Copyright (C) 1997,98,1999,2000,2001 Electrotechnical Laboratory, JAPAN. |
| 3 | # Licensed to the Free Software Foundation. | 3 | # Licensed to the Free Software Foundation. |
| 4 | # Copyright (C) 1997,98,1999,2000,01,02,03,2004 | ||
| 5 | # Free Software Foundation, Inc. | ||
| 6 | # Copyright (C) 2001,02,03,2004 | ||
| 7 | # National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 8 | # Registration Number H14PRO021 | ||
| 4 | 9 | ||
| 5 | # This file is part of GNU Emacs. | 10 | # This file is part of GNU Emacs. |
| 6 | 11 | ||