aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2007-01-21 04:57:37 +0000
committerGlenn Morris2007-01-21 04:57:37 +0000
commit4e6835dbc4e02adcca7770c555963a37ad7fb8b9 (patch)
treed0dfc151ddbdd61ef968f2294b2e717dd03809f2 /admin
parentd7a0267c8d6be2a9885de797b25ec8f4a61b8895 (diff)
downloademacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.tar.gz
emacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.zip
Add 2007 to copyright years.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/FOR-RELEASE4
-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
9 files changed, 19 insertions, 17 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 65606c02cb5..c36ebf904d6 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -405,8 +405,8 @@
405;; add-log-time-zone-rule: t 405;; add-log-time-zone-rule: t
406;; End: 406;; End:
407 407
408 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 408 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
409 Foundation, Inc. 409 Free Software Foundation, Inc.
410 Copying and distribution of this file, with or without modification, 410 Copying and distribution of this file, with or without modification,
411 are permitted provided the copyright notice and this notice are preserved. 411 are permitted provided the copyright notice and this notice are preserved.
412 412
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 6a557ac43b5..dc357f699d7 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -1,7 +1,9 @@
1Tasks needed before the next release. 1Tasks needed before the next release.
2 2
3* UPDATE COPYRIGHTS (Happy New Year :-) 3* UPDATE COPYRIGHTS (Happy New Year :-)
4 4 Done, I think. Please keep an eye out for any errors, eg copyrights
5 not at the start of the file that are easy to miss, as in
6 src/emacs.c.
5 7
6* TO BE DONE SHORTLY BEFORE RELEASE 8* TO BE DONE SHORTLY BEFORE RELEASE
7 9
diff --git a/admin/admin.el b/admin/admin.el
index c2d4eebe903..342b40f9bde 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -1,7 +1,7 @@
1;;; admin.el --- utilities for Emacs administration 1;;; admin.el --- utilities for Emacs administration
2 2
3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 3;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4;; 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.
7 7
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c
index 3ca8d4349f3..c336d808d58 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, 2002, 2003, 2004, 2005, 2006 Free Software 2 Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
3 Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/admin/build-configs b/admin/build-configs
index b3bbfda0cd2..b99b5405075 100755
--- a/admin/build-configs
+++ b/admin/build-configs
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4# 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.
7# 7#
diff --git a/admin/cus-test.el b/admin/cus-test.el
index 57e98b6f323..cba8e31ac89 100644
--- a/admin/cus-test.el
+++ b/admin/cus-test.el
@@ -1,7 +1,7 @@
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 Free 3;; Copyright (C) 1998, 2000, 2002, 2003, 2004, 2005, 2006, 2007
4;; 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>
7;; Maintainer: Markus Rost <rost@math.ohio-state.edu> 7;; Maintainer: Markus Rost <rost@math.ohio-state.edu>
diff --git a/admin/diff-tar-files b/admin/diff-tar-files
index c27a8df991d..03b5a00a12f 100755
--- a/admin/diff-tar-files
+++ b/admin/diff-tar-files
@@ -1,7 +1,7 @@
1#! /bin/sh 1#! /bin/sh
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4# 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.
7# 7#
diff --git a/admin/make-emacs b/admin/make-emacs
index 01b8bddbd78..d6b14ca22b9 100755
--- a/admin/make-emacs
+++ b/admin/make-emacs
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4# 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.
7# 7#
diff --git a/admin/revdiff b/admin/revdiff
index 9d419cdbfdb..78be1f62304 100755
--- a/admin/revdiff
+++ b/admin/revdiff
@@ -1,7 +1,7 @@
1#! /usr/bin/perl 1#! /usr/bin/perl
2 2
3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software 3# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
4# 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.
7# 7#