diff options
| author | Glenn Morris | 2011-01-26 00:36:39 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-26 00:36:39 -0800 |
| commit | 95df8112a0cbdb06addbac5fbea03b37d4440418 (patch) | |
| tree | 40de7680f5332a55701dc1477722357dd37803b3 /admin | |
| parent | 008cad902f3434dc8c490dd0488ae93df4f16d9c (diff) | |
| download | emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.tar.gz emacs-95df8112a0cbdb06addbac5fbea03b37d4440418.zip | |
Refill some long/short copyright headers.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/alloc-colors.c | 4 | ||||
| -rwxr-xr-x | admin/build-configs | 3 | ||||
| -rw-r--r-- | admin/cus-test.el | 3 | ||||
| -rwxr-xr-x | admin/diff-tar-files | 5 | ||||
| -rwxr-xr-x | admin/make-emacs | 4 |
5 files changed, 6 insertions, 13 deletions
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 2ce651b34e0..e09ddd62b97 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Allocate X colors. Used for testing with dense colormaps. | 1 | /* Allocate X colors. Used for testing with dense colormaps. |
| 2 | Copyright (C) 2001-2011 | 2 | |
| 3 | Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/admin/build-configs b/admin/build-configs index 6b4a938c7b7..79ba58aeec0 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | # Build Emacs in several different configurations. | 2 | # Build Emacs in several different configurations. |
| 3 | 3 | ||
| 4 | # Copyright (C) 2001-2011 | 4 | # Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 5 | # Free Software Foundation, Inc. | ||
| 6 | 5 | ||
| 7 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 8 | 7 | ||
diff --git a/admin/cus-test.el b/admin/cus-test.el index adb00110553..b254fedccc4 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; cus-test.el --- tests for custom types and load problems | 1 | ;;; cus-test.el --- tests for custom types and load problems |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1998, 2000, 2002-2011 | 3 | ;; Copyright (C) 1998, 2000, 2002-2011 Free Software Foundation, Inc. |
| 4 | ;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 7 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> | 6 | ;; Maintainer: Markus Rost <rost@math.ohio-state.edu> |
diff --git a/admin/diff-tar-files b/admin/diff-tar-files index 79a9d59e385..59ae1a6f26c 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001-2011 | 3 | # Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 4 | # Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 7 | 6 | ||
| @@ -40,5 +39,3 @@ tar tzf $old_tar | sed -e 's,^[^/]*,,' | sort > $old_tmp | |||
| 40 | tar tzf $new_tar | sed -e 's,^[^/]*,,' | sort > $new_tmp | 39 | tar tzf $new_tar | sed -e 's,^[^/]*,,' | sort > $new_tmp |
| 41 | diff -u $old_tmp $new_tmp | 40 | diff -u $old_tmp $new_tmp |
| 42 | rm -f $new_tmp $old_tmp | 41 | rm -f $new_tmp $old_tmp |
| 43 | |||
| 44 | |||
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 | |||