aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorMiles Bader2008-01-08 20:46:54 +0000
committerMiles Bader2008-01-08 20:46:54 +0000
commit59ce725a3b68cbc324f01bc8dc5f9e07286431d1 (patch)
treec17b8f002edf6892e273ff53214b1b23c880e69f /admin
parent0664ff722152f34c2e87e9e644bbab401530b9d4 (diff)
parentbf515869577b12abd42777fb0647259920c862fc (diff)
downloademacs-59ce725a3b68cbc324f01bc8dc5f9e07286431d1.tar.gz
emacs-59ce725a3b68cbc324f01bc8dc5f9e07286431d1.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/README2
-rw-r--r--admin/alloc-colors.c2
-rwxr-xr-xadmin/build-configs2
-rw-r--r--admin/cus-test.el2
-rwxr-xr-xadmin/diff-tar-files2
-rwxr-xr-xadmin/make-announcement2
-rwxr-xr-xadmin/make-emacs2
-rw-r--r--admin/notes/copyright2
-rwxr-xr-xadmin/nt/makedist.bat2
-rwxr-xr-xadmin/quick-install-emacs2
-rwxr-xr-xadmin/revdiff2
12 files changed, 12 insertions, 12 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 90984764650..9dff071be3d 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -484,7 +484,7 @@
484;; End: 484;; End:
485 485
486 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 486 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006,
487 2007 Free Software Foundation, Inc. 487 2007, 2008 Free Software Foundation, Inc.
488 488
489 This file is part of GNU Emacs. 489 This file is part of GNU Emacs.
490 490
diff --git a/admin/README b/admin/README
index 2c07f40b52f..9180a5938ac 100644
--- a/admin/README
+++ b/admin/README
@@ -1,4 +1,4 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
2 Free Software Foundation, Inc. 2 Free Software Foundation, Inc.
3See the end of the file for license conditions. 3See the end of the file for license conditions.
4 4
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 22447643e5e..b0d4893181c 100644
--- a/admin/alloc-colors.c
+++ b/admin/alloc-colors.c
@@ -1,5 +1,5 @@
1/* Allocate X colors. Used for testing with dense colormaps. 1/* Allocate X colors. Used for testing with dense colormaps.
2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/admin/build-configs b/admin/build-configs
index f36a05ca701..66c4f4d71b9 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -1,6 +1,6 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/admin/cus-test.el b/admin/cus-test.el
index ac0c7b37909..96fae1f70e4 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -1,6 +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, 2003, 2004, 2005, 2006, 2007 3;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4;; Free Software Foundation, Inc. 4;; Free Software Foundation, Inc.
5 5
6;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> 6;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de>
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index 18d95451751..0d142768bfc 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -1,6 +1,6 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/admin/make-announcement b/admin/make-announcement
index 1c7b4574fea..b98dce5030d 100755
--- a/admin/make-announcement
+++ b/admin/make-announcement
@@ -1,6 +1,6 @@
1#! /bin/bash 1#! /bin/bash
2 2
3## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 3## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
4## Free Software Foundation, Inc. 4## Free Software Foundation, Inc.
5 5
6## Author: Francesco Potorti` <pot@gnu.org> 6## Author: Francesco Potorti` <pot@gnu.org>
diff --git a/admin/make-emacs b/admin/make-emacs
index 94bf2092a8b..f54bc481cfa 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -1,6 +1,6 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
diff --git a/admin/notes/copyright b/admin/notes/copyright
index aac2328b7f4..975caef3b30 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -1,4 +1,4 @@
1Copyright (C) 2007 Free Software Foundation, Inc. 1Copyright (C) 2007, 2008 Free Software Foundation, Inc.
2See the end of the file for license conditions. 2See the end of the file for license conditions.
3 3
4 4
diff --git a/admin/nt/makedist.bat b/admin/nt/makedist.bat
index db9446db36e..4cd1da6c316 100755
--- a/admin/nt/makedist.bat
+++ b/admin/nt/makedist.bat
@@ -1,6 +1,6 @@
1@echo off 1@echo off
2 2
3rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3rem Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4rem Free Software Foundation, Inc. 4rem Free Software Foundation, Inc.
5rem 5rem
6rem Cannot use brackets in andrewi's email below because 6rem Cannot use brackets in andrewi's email below because
diff --git a/admin/quick-install-emacs b/admin/quick-install-emacs
index e451cfcb2aa..e4e77a14f2c 100755
--- a/admin/quick-install-emacs
+++ b/admin/quick-install-emacs
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly 2### quick-install-emacs --- do a halfway-decent job of installing emacs quickly
3 3
4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 4## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
5## Free Software Foundation, Inc. 5## Free Software Foundation, Inc.
6 6
7## Author: Miles Bader <miles@gnu.org> 7## Author: Miles Bader <miles@gnu.org>
diff --git a/admin/revdiff b/admin/revdiff
index d9ea41782ba..9e47a1eba2c 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -1,6 +1,6 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
4# Free Software Foundation, Inc. 4# Free Software Foundation, Inc.
5# 5#
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.