diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-07 12:33:19 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2005-08-07 12:33:19 +0000 |
commit | 9b1c6beb7c76e5ca184ac980c4bc9562c181031c (patch) | |
tree | 6816ef5bfb14bef2f78de78fe3351f8a6cbb9ee5 /src/insdel.c | |
parent | 85ce0b1d9e3bda8499d1e0323a2dd38a922d4896 (diff) | |
download | emacs-9b1c6beb7c76e5ca184ac980c4bc9562c181031c.tar.gz |
Update years in copyright notice; nfc.
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/insdel.c b/src/insdel.c index 49ff949ca4a..fd416037241 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -1,6 +1,6 @@ /* Buffer insertion/deletion and gap motion for GNU Emacs. - Copyright (C) 1985, 86,93,94,95,97,98, 1999, 2000, 01, 2003, 2005 - Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1993, 1994, 1995, 1997, 1998, 1999, 2000, 2001, + 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. |