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 | 0b5538bd8587cfa6a9c90ff7d0c4699654dbabc6 (patch) | |
tree | 55190715ac4f07aeb257ed6311537c1dcd4f540d /src/gmalloc.c | |
parent | 92b47a4a991a7b30f5eda49fcab4f29aa9ca288e (diff) | |
download | emacs-0b5538bd8587cfa6a9c90ff7d0c4699654dbabc6.tar.gz |
Update years in copyright notice; nfc.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r-- | src/gmalloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index 08de77df0e0..55aedb7801b 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -5,7 +5,8 @@ /* The malloc headers and source files from the C library follow here. */ /* Declarations for `malloc' and friends. - Copyright 1990, 91, 92, 93, 95, 96, 99 Free Software Foundation, Inc. + Copyright (C) 1990, 1991, 1992, 1993, 1995, 1996, 1999, 2002, 2003, 2004, + 2005 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. This library is free software; you can redistribute it and/or |