aboutsummaryrefslogtreecommitdiffstats
path: root/src/sheap.c
diff options
context:
space:
mode:
authorGlenn Morris2007-01-21 04:57:37 +0000
committerGlenn Morris2007-01-21 04:57:37 +0000
commit4e6835dbc4e02adcca7770c555963a37ad7fb8b9 (patch)
treed0dfc151ddbdd61ef968f2294b2e717dd03809f2 /src/sheap.c
parentd7a0267c8d6be2a9885de797b25ec8f4a61b8895 (diff)
downloademacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.tar.gz
emacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.zip
Add 2007 to copyright years.
Diffstat (limited to 'src/sheap.c')
-rw-r--r--src/sheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sheap.c b/src/sheap.c
index 03da2afa813..510a75d4743 100644
--- a/src/sheap.c
+++ b/src/sheap.c
@@ -1,7 +1,7 @@
1/* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin; 1/* simulate `sbrk' with an array in .bss, for `unexec' support for Cygwin;
2 complete rewrite of xemacs Cygwin `unexec' code 2 complete rewrite of xemacs Cygwin `unexec' code
3 3
4 Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. 4 Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7