aboutsummaryrefslogtreecommitdiffstats
path: root/admin/make-emacs
diff options
context:
space:
mode:
authorGlenn Morris2011-01-26 00:36:39 -0800
committerGlenn Morris2011-01-26 00:36:39 -0800
commit95df8112a0cbdb06addbac5fbea03b37d4440418 (patch)
tree40de7680f5332a55701dc1477722357dd37803b3 /admin/make-emacs
parent008cad902f3434dc8c490dd0488ae93df4f16d9c (diff)
downloademacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz
emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip
Refill some long/short copyright headers.
Diffstat (limited to 'admin/make-emacs')
-rwxr-xr-xadmin/make-emacs4
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/make-emacs b/admin/make-emacs
index 8964499f5d7..b21dcad5f37 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -2,8 +2,7 @@
2# Build Emacs with various options for profiling, debugging, 2# Build Emacs with various options for profiling, debugging,
3# with and without warnings enabled etc. 3# with and without warnings enabled etc.
4 4
5# Copyright (C) 2001-2011 5# Copyright (C) 2001-2011 Free Software Foundation, Inc.
6# Free Software Foundation, Inc.
7 6
8# This file is part of GNU Emacs. 7# This file is part of GNU Emacs.
9 8
@@ -184,4 +183,3 @@ exit system "$make CC=\"$cc\" CFLAGS=\"$opts\" @ARGV";
184# Local Variables: 183# Local Variables:
185# mode: cperl 184# mode: cperl
186# End: 185# End:
187