diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 07:43:34 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-01 07:43:34 +0000 |
commit | ba3189039adc8ec5eba5ed3e21d42019a4616b7c (patch) | |
tree | c1962f828bc3337f1bf76632e85610cea31d1534 /src/gmalloc.c | |
parent | 91415fb1cd0f913be6e8a2409b0d9cdca4352f3f (diff) | |
download | emacs-ba3189039adc8ec5eba5ed3e21d42019a4616b7c.tar.gz |
Update copyright year to 2014 by running admin/update-copyright.
Diffstat (limited to 'src/gmalloc.c')
-rw-r--r-- | src/gmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gmalloc.c b/src/gmalloc.c index c50df25cd41..12c2357de77 100644 --- a/src/gmalloc.c +++ b/src/gmalloc.c @@ -1,5 +1,5 @@ /* Declarations for `malloc' and friends. - Copyright (C) 1990-1993, 1995-1996, 1999, 2002-2007, 2013 Free + Copyright (C) 1990-1993, 1995-1996, 1999, 2002-2007, 2013-2014 Free Software Foundation, Inc. Written May 1989 by Mike Haertel. |