diff options
| author | Glenn Morris | 2006-12-05 06:15:26 +0000 |
|---|---|---|
| committer | Glenn Morris | 2006-12-05 06:15:26 +0000 |
| commit | e91081eb9e3d6074d3ba5ba2fae1d902601d56e6 (patch) | |
| tree | 8b15fc6329984bc740476551a317c8228b0976ef /admin | |
| parent | 6d4ca208632abab4bd557dd137925c008b15de70 (diff) | |
| download | emacs-e91081eb9e3d6074d3ba5ba2fae1d902601d56e6.tar.gz emacs-e91081eb9e3d6074d3ba5ba2fae1d902601d56e6.zip | |
Update copyright years.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog | 3 | ||||
| -rw-r--r-- | admin/admin.el | 3 | ||||
| -rw-r--r-- | admin/alloc-colors.c | 3 | ||||
| -rwxr-xr-x | admin/build-configs | 3 | ||||
| -rw-r--r-- | admin/cus-test.el | 3 | ||||
| -rwxr-xr-x | admin/diff-tar-files | 3 | ||||
| -rwxr-xr-x | admin/make-emacs | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 6374f85bb8d..0f01e1ae1c7 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -400,7 +400,8 @@ | |||
| 400 | ;; add-log-time-zone-rule: t | 400 | ;; add-log-time-zone-rule: t |
| 401 | ;; End: | 401 | ;; End: |
| 402 | 402 | ||
| 403 | Copyright (C) 2001 Free Software Foundation, Inc. | 403 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 404 | Foundation, Inc. | ||
| 404 | Copying and distribution of this file, with or without modification, | 405 | Copying and distribution of this file, with or without modification, |
| 405 | are permitted provided the copyright notice and this notice are preserved. | 406 | are permitted provided the copyright notice and this notice are preserved. |
| 406 | 407 | ||
diff --git a/admin/admin.el b/admin/admin.el index b9937ea9882..c2d4eebe903 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | ;;; admin.el --- utilities for Emacs administration | 1 | ;;; admin.el --- utilities for Emacs administration |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 2001, 2005 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 4 | ;; Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; This file is part of GNU Emacs. | 6 | ;; This file is part of GNU Emacs. |
| 6 | 7 | ||
diff --git a/admin/alloc-colors.c b/admin/alloc-colors.c index 947b542005c..3ca8d4349f3 100644 --- a/admin/alloc-colors.c +++ b/admin/alloc-colors.c | |||
| @@ -1,5 +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, 2006 Free Software Foundation, Inc. | 2 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 3 | Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||
diff --git a/admin/build-configs b/admin/build-configs index 29fc0f0b94c..b3bbfda0cd2 100755 --- a/admin/build-configs +++ b/admin/build-configs | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 4 | # Foundation, Inc. | ||
| 4 | # | 5 | # |
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | # | 7 | # |
diff --git a/admin/cus-test.el b/admin/cus-test.el index 6ff92b88c95..88a8cd52795 100644 --- a/admin/cus-test.el +++ b/admin/cus-test.el | |||
| @@ -1,6 +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, 2006 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free |
| 4 | ;; Software Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> | 6 | ;; Author: Markus Rost <markus.rost@mathematik.uni-regensburg.de> |
| 6 | ;; 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 da3b1911abb..c27a8df991d 100755 --- a/admin/diff-tar-files +++ b/admin/diff-tar-files | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 4 | # Foundation, Inc. | ||
| 4 | # | 5 | # |
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | # | 7 | # |
diff --git a/admin/make-emacs b/admin/make-emacs index 57d04a8f625..01b8bddbd78 100755 --- a/admin/make-emacs +++ b/admin/make-emacs | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #! /usr/bin/perl | 1 | #! /usr/bin/perl |
| 2 | 2 | ||
| 3 | # Copyright (C) 2001, 2006 Free Software Foundation, Inc. | 3 | # Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software |
| 4 | # Foundation, Inc. | ||
| 4 | # | 5 | # |
| 5 | # This file is part of GNU Emacs. | 6 | # This file is part of GNU Emacs. |
| 6 | # | 7 | # |