diff options
| author | Kenichi Handa | 2005-12-19 07:04:44 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2005-12-19 07:04:44 +0000 |
| commit | ce03bf76b9fade51d96f0cc888b61225a6942e86 (patch) | |
| tree | bc3cdaac49ad23b28180159fa8f6ebfe794e5b47 /src/coding.h | |
| parent | 698218a2035c946662f6162aa755e2f01295805b (diff) | |
| download | emacs-ce03bf76b9fade51d96f0cc888b61225a6942e86.tar.gz emacs-ce03bf76b9fade51d96f0cc888b61225a6942e86.zip | |
Copyright fixed
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/coding.h b/src/coding.h index 9a158ef5ffb..470ce3ad75a 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) 1995, 1997 Electrotechnical Laboratory, JAPAN. | ||
| 3 | Licensed to the Free Software Foundation. | ||
| 4 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | 2 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 3 | Copyright (C) 1995, 1997, 1998, 2000 | ||
| 4 | National Institute of Advanced Industrial Science and Technology (AIST) | ||
| 5 | Registration Number H14PRO021 | ||
| 5 | 6 | ||
| 6 | This file is part of GNU Emacs. | 7 | This file is part of GNU Emacs. |
| 7 | 8 | ||