aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el4
-rw-r--r--admin/alloc-colors.c4
-rwxr-xr-xadmin/build-configs4
-rw-r--r--admin/cus-test.el4
-rwxr-xr-xadmin/diff-tar-files4
-rwxr-xr-xadmin/make-emacs4
-rwxr-xr-xadmin/revdiff4
7 files changed, 14 insertions, 14 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 07a2bcb757e..3969345cc32 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -16,8 +16,8 @@
16 16
17;; You should have received a copy of the GNU General Public License 17;; You should have received a copy of the GNU General Public License
18;; along with GNU Emacs; see the file COPYING. If not, write to the 18;; along with GNU Emacs; see the file COPYING. If not, write to the
19;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20;; Boston, MA 02111-1307, USA. 20;; Boston, MA 02110-1301, USA.
21 21
22;;; Commentary: 22;;; Commentary:
23 23
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 0aacb687232..361b3bd2f24 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
15 15
16You should have received a copy of the GNU General Public License 16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to 17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19Boston, MA 02111-1307, USA. */ 19Boston, MA 02110-1301, USA. */
20 20
21#include <X11/Xlib.h> 21#include <X11/Xlib.h>
22#include <stdio.h> 22#include <stdio.h>
diff --git a/admin/build-configs b/admin/build-configs
index 1a21b90c171..083c9e766e6 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -16,8 +16,8 @@
16# 16#
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs; see the file COPYING. If not, write to the 18# along with GNU Emacs; see the file COPYING. If not, write to the
19# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20# Boston, MA 02111-1307, USA. 20# Boston, MA 02110-1301, USA.
21 21
22# Build Emacs in several different configurations. 22# Build Emacs in several different configurations.
23 23
diff --git a/admin/cus-test.el b/admin/cus-test.el
index cf00bf214fb..ff38b0b08ff 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -21,8 +21,8 @@
21 21
22;; You should have received a copy of the GNU General Public License 22;; You should have received a copy of the GNU General Public License
23;; along with GNU Emacs; see the file COPYING. If not, write to the 23;; along with GNU Emacs; see the file COPYING. If not, write to the
24;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
25;; Boston, MA 02111-1307, USA. 25;; Boston, MA 02110-1301, USA.
26 26
27;;; Commentary: 27;;; Commentary:
28 28
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index d827de3ec3e..7f27ab99876 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -16,8 +16,8 @@
16# 16#
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs; see the file COPYING. If not, write to the 18# along with GNU Emacs; see the file COPYING. If not, write to the
19# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20# Boston, MA 02111-1307, USA. 20# Boston, MA 02110-1301, USA.
21 21
22if [ $# != 2 ]; then 22if [ $# != 2 ]; then
23 cat <<EOF 23 cat <<EOF
diff --git a/admin/make-emacs b/admin/make-emacs
index faa5dc2a39f..d17e59e5692 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -16,8 +16,8 @@
16# 16#
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs; see the file COPYING. If not, write to the 18# along with GNU Emacs; see the file COPYING. If not, write to the
19# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20# Boston, MA 02111-1307, USA. 20# Boston, MA 02110-1301, USA.
21 21
22# Build Emacs with various options for profiling, debugging, 22# Build Emacs with various options for profiling, debugging,
23# with and without warnings enabled etc. 23# with and without warnings enabled etc.
diff --git a/admin/revdiff b/admin/revdiff
index 5c9d2251c8c..d936106aada 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -16,8 +16,8 @@
16# 16#
17# You should have received a copy of the GNU General Public License 17# You should have received a copy of the GNU General Public License
18# along with GNU Emacs; see the file COPYING. If not, write to the 18# along with GNU Emacs; see the file COPYING. If not, write to the
19# Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19# Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20# Boston, MA 02111-1307, USA. 20# Boston, MA 02110-1301, USA.
21 21
22use File::Basename; 22use File::Basename;
23 23