[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug-patch] [PATCH 10/15] maint: update copyright date year ranges to in
From: |
Jim Meyering |
Subject: |
[bug-patch] [PATCH 10/15] maint: update copyright date year ranges to include 2011 |
Date: |
Sat, 26 Mar 2011 14:32:05 +0100 |
From: Jim Meyering <address@hidden>
* bootstrap.conf (gnulib_modules): Add update-copyright.
Run "make update-copyright".
---
Makefile.am | 4 ++--
NEWS | 4 ++--
README | 4 ++--
README-hacking | 2 +-
bootstrap | 2 +-
bootstrap.conf | 3 ++-
configure.ac | 4 ++--
m4/setmode.m4 | 2 +-
m4/xattr.m4 | 2 +-
src/Makefile.am | 4 ++--
src/bestmatch.h | 2 +-
src/common.h | 4 ++--
src/inp.c | 4 ++--
src/inp.h | 4 ++--
src/merge.c | 2 +-
src/patch.c | 4 ++--
src/pch.h | 3 +--
src/util.h | 4 ++--
src/version.c | 2 +-
tests/asymmetric-hunks | 2 +-
tests/backup-prefix-suffix | 2 +-
tests/copy-rename | 2 +-
tests/corrupt-reject-files | 2 +-
tests/create-delete | 2 +-
tests/create-directory | 2 +-
tests/criss-cross | 2 +-
tests/crlf-handling | 2 +-
tests/dash-o-append | 2 +-
tests/empty-files | 2 +-
tests/fifo | 2 +-
tests/file-modes | 2 +-
tests/filename-choice | 2 +-
tests/git-binary-diff | 2 +-
tests/global-reject-files | 2 +-
tests/inname | 2 +-
tests/line-numbers | 2 +-
tests/merge | 2 +-
tests/munged-context-format | 2 +-
tests/need-filename | 2 +-
tests/no-newline-triggers-assert | 2 +-
tests/preserve-c-function-names | 2 +-
tests/preserve-mode-and-timestamp | 2 +-
tests/quoted-filenames | 2 +-
tests/read-only-files | 2 +-
tests/reject-format | 2 +-
tests/remember-backup-files | 2 +-
tests/remember-reject-files | 2 +-
tests/symlinks | 2 +-
tests/test-lib.sh | 2 +-
tests/unmodified-files | 2 +-
50 files changed, 61 insertions(+), 61 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2cb86da..87854a9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2002,
-# 2003, 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/NEWS b/NEWS
index f13002a..fa2c518 100644
--- a/NEWS
+++ b/NEWS
@@ -297,8 +297,8 @@ Changes in version 2.0.12g8:
-Copyright (C) 1992, 1993, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2006, 2009
-Free Software Foundation, Inc.
+Copyright (C) 1992-1993, 1997-2003, 2006, 2009, 2011 Free Software Foundation,
+Inc.
This file is part of GNU Patch.
diff --git a/README b/README
index bb64cfa..7c54dd2 100644
--- a/README
+++ b/README
@@ -36,8 +36,8 @@ Public License.
Copyright (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
-Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1999, 2002, 2009
-Free Software Foundation, Inc.
+Copyright (C) 1989-1993, 1997, 1999, 2002, 2009, 2011 Free Software Foundation,
+Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/README-hacking b/README-hacking
index 659a7a5..7c17503 100644
--- a/README-hacking
+++ b/README-hacking
@@ -88,7 +88,7 @@ each program. One way to do this is to use vc-dwim
-----
-Copyright (C) 2002-2007, 2009-2010 Free Software Foundation, Inc.
+Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/bootstrap b/bootstrap
index e55b3d2..c02afe0 100755
--- a/bootstrap
+++ b/bootstrap
@@ -4,7 +4,7 @@ scriptversion=2010-04-30.16; # UTC
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/bootstrap.conf b/bootstrap.conf
index 759f0d3..6962b25 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,6 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -58,6 +58,7 @@ tempname
time
unistd
unlink
+update-copyright
utimens
verror
xalloc
diff --git a/configure.ac b/configure.ac
index b3ed541..eac3bd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-# Copyright (C) 1993, 1997, 1998, 1999, 2002, 2003, 2006, 2009
-# Free Software Foundation, Inc.
+# Copyright (C) 1993, 1997-1999, 2002-2003, 2006, 2009, 2011 Free Software
+# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/m4/setmode.m4 b/m4/setmode.m4
index 9b6e6b4..76b69e6 100644
--- a/m4/setmode.m4
+++ b/m4/setmode.m4
@@ -1,6 +1,6 @@
# Check for setmode, DOS style.
-# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2011 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/m4/xattr.m4 b/m4/xattr.m4
index 80fddbd..2080eb5 100644
--- a/m4/xattr.m4
+++ b/m4/xattr.m4
@@ -1,7 +1,7 @@
# xattr.m4 - check for Extended Attributes (Linux)
# serial 3
-# Copyright (C) 2003, 2008-2010 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2008-2011 Free Software Foundation, Inc.
# This file is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/src/Makefile.am b/src/Makefile.am
index fc64a66..ff922bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
-# Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2002,
-# 2003, 2006, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+# Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/src/bestmatch.h b/src/bestmatch.h
index 5584758..d3bba7e 100644
--- a/src/bestmatch.h
+++ b/src/bestmatch.h
@@ -1,6 +1,6 @@
/* Find a best match between two vectors.
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2011 Free Software Foundation, Inc.
Written by Andreas Gruenbacher <address@hidden>, 2009.
This program is free software: you can redistribute it and/or modify
diff --git a/src/common.h b/src/common.h
index b38f1b2..b9422d2 100644
--- a/src/common.h
+++ b/src/common.h
@@ -2,8 +2,8 @@
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2002, 2003,
- 2006, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1990-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/inp.c b/src/inp.c
index af5bfd0..e5299c9 100644
--- a/src/inp.c
+++ b/src/inp.c
@@ -1,8 +1,8 @@
/* inputting files to be patched */
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1991, 1992, 1993, 1997, 1998, 1999, 2002, 2003, 2006,
- 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/inp.h b/src/inp.h
index 4cd2cc8..adfe9ea 100644
--- a/src/inp.h
+++ b/src/inp.h
@@ -1,8 +1,8 @@
/* inputting files to be patched */
/* Copyright (C) 1986, 1988 Larry Wall
- Copyright (C) 1991, 1992, 1993, 1997, 1998, 1999, 2002, 2003, 2009,
- 2010 Free Software Foundation, Inc.
+ Copyright (C) 1991-1993, 1997-1999, 2002-2003, 2009-2011 Free Software
+ Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/merge.c b/src/merge.c
index 36c8b8a..d2ba795 100644
--- a/src/merge.c
+++ b/src/merge.c
@@ -1,6 +1,6 @@
/* Merge a patch
- Copyright (C) 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2009-2011 Free Software Foundation, Inc.
Written by Andreas Gruenbacher <address@hidden>, 2009.
This program is free software: you can redistribute it and/or modify
diff --git a/src/patch.c b/src/patch.c
index 364d28e..5a5758b 100644
--- a/src/patch.c
+++ b/src/patch.c
@@ -2,8 +2,8 @@
/* Copyright (C) 1984, 1985, 1986, 1987, 1988 Larry Wall
- Copyright (C) 1989, 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2002,
- 2003, 2006, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1989-1993, 1997-1999, 2002-2003, 2006, 2009-2011 Free Software
+ Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/pch.h b/src/pch.h
index 8a72ad0..6383d85 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -2,8 +2,7 @@
/* Copyright (C) 1986, 1987, 1988 Larry Wall
- Copyright (C) 1990, 1991, 1992, 1993, 1997, 1998, 1999, 2000, 2001,
- 2002, 2003, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1990-1993, 1997-2003, 2009-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/util.h b/src/util.h
index 6ab09f0..a8d0188 100644
--- a/src/util.h
+++ b/src/util.h
@@ -2,8 +2,8 @@
/* Copyright (C) 1986 Larry Wall
- Copyright (C) 1992, 1993, 1997, 1998, 1999, 2001, 2002, 2003, 2009, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1992-1993, 1997-1999, 2001-2003, 2009-2011 Free Software
+ Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/version.c b/src/version.c
index 58936ae..d97326b 100644
--- a/src/version.c
+++ b/src/version.c
@@ -5,7 +5,7 @@
#include <version.h>
static char const copyright_string[] = "\
-Copyright (C) 2003, 2009, 2010 Free Software Foundation, Inc.\n\
+Copyright (C) 2003, 2009-2011 Free Software Foundation, Inc.\n\
Copyright (C) 1988 Larry Wall";
static char const free_software_msgid[] = "\
diff --git a/tests/asymmetric-hunks b/tests/asymmetric-hunks
index 0183fc4..53f7b90 100644
--- a/tests/asymmetric-hunks
+++ b/tests/asymmetric-hunks
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/backup-prefix-suffix b/tests/backup-prefix-suffix
index 47c3f21..78e31f8 100644
--- a/tests/backup-prefix-suffix
+++ b/tests/backup-prefix-suffix
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/copy-rename b/tests/copy-rename
index ac40f1e..2083666 100644
--- a/tests/copy-rename
+++ b/tests/copy-rename
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/corrupt-reject-files b/tests/corrupt-reject-files
index 19e13b0..0e0c351 100644
--- a/tests/corrupt-reject-files
+++ b/tests/corrupt-reject-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/create-delete b/tests/create-delete
index 17f38bf..09bcc6f 100644
--- a/tests/create-delete
+++ b/tests/create-delete
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/create-directory b/tests/create-directory
index 7672766..11b7b99 100644
--- a/tests/create-directory
+++ b/tests/create-directory
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/criss-cross b/tests/criss-cross
index e5943c0..f555ac9 100644
--- a/tests/criss-cross
+++ b/tests/criss-cross
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/crlf-handling b/tests/crlf-handling
index a425ff0..aad5419 100644
--- a/tests/crlf-handling
+++ b/tests/crlf-handling
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/dash-o-append b/tests/dash-o-append
index cc2bcbf..eddb870 100644
--- a/tests/dash-o-append
+++ b/tests/dash-o-append
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/empty-files b/tests/empty-files
index 8ca1e13..5c47974 100644
--- a/tests/empty-files
+++ b/tests/empty-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/fifo b/tests/fifo
index d6f0cc8..3958832 100644
--- a/tests/fifo
+++ b/tests/fifo
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/file-modes b/tests/file-modes
index 4bc9f2c..b7c2360 100644
--- a/tests/file-modes
+++ b/tests/file-modes
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/filename-choice b/tests/filename-choice
index f665afb..c80e5b2 100644
--- a/tests/filename-choice
+++ b/tests/filename-choice
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/git-binary-diff b/tests/git-binary-diff
index b47fcd9..12a2c0b 100644
--- a/tests/git-binary-diff
+++ b/tests/git-binary-diff
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/global-reject-files b/tests/global-reject-files
index f97b268..a29312e 100644
--- a/tests/global-reject-files
+++ b/tests/global-reject-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/inname b/tests/inname
index a6d4d37..9417c8f 100644
--- a/tests/inname
+++ b/tests/inname
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/line-numbers b/tests/line-numbers
index 7c28953..6822b55 100644
--- a/tests/line-numbers
+++ b/tests/line-numbers
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/merge b/tests/merge
index 5aee809..1059ed0 100644
--- a/tests/merge
+++ b/tests/merge
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/munged-context-format b/tests/munged-context-format
index af1051b..251d165 100644
--- a/tests/munged-context-format
+++ b/tests/munged-context-format
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/need-filename b/tests/need-filename
index 4f51a80..e392349 100644
--- a/tests/need-filename
+++ b/tests/need-filename
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/no-newline-triggers-assert b/tests/no-newline-triggers-assert
index 9341f60..bd19cb3 100644
--- a/tests/no-newline-triggers-assert
+++ b/tests/no-newline-triggers-assert
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/preserve-c-function-names b/tests/preserve-c-function-names
index bce98e0..2f699e0 100644
--- a/tests/preserve-c-function-names
+++ b/tests/preserve-c-function-names
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/preserve-mode-and-timestamp
b/tests/preserve-mode-and-timestamp
index 13c2f6c..9e27955 100644
--- a/tests/preserve-mode-and-timestamp
+++ b/tests/preserve-mode-and-timestamp
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/quoted-filenames b/tests/quoted-filenames
index 568f628..4cede46 100644
--- a/tests/quoted-filenames
+++ b/tests/quoted-filenames
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/read-only-files b/tests/read-only-files
index 172a0bd..2f13d7f 100644
--- a/tests/read-only-files
+++ b/tests/read-only-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/reject-format b/tests/reject-format
index d680ee7..9dc688a 100644
--- a/tests/reject-format
+++ b/tests/reject-format
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/remember-backup-files b/tests/remember-backup-files
index 635a7d4..c4d2439 100644
--- a/tests/remember-backup-files
+++ b/tests/remember-backup-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/remember-reject-files b/tests/remember-reject-files
index 2e9b102..eec81d8 100644
--- a/tests/remember-reject-files
+++ b/tests/remember-reject-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/symlinks b/tests/symlinks
index 3b7f0e2..05172c2 100644
--- a/tests/symlinks
+++ b/tests/symlinks
@@ -1,4 +1,4 @@
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2010-2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/test-lib.sh b/tests/test-lib.sh
index b3ce900..c50ca41 100644
--- a/tests/test-lib.sh
+++ b/tests/test-lib.sh
@@ -1,5 +1,5 @@
# Library for simple test scripts
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
diff --git a/tests/unmodified-files b/tests/unmodified-files
index 335787a..cf046e8 100644
--- a/tests/unmodified-files
+++ b/tests/unmodified-files
@@ -1,4 +1,4 @@
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009, 2011 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# in any medium, are permitted without royalty provided the copyright
--
1.7.1.354.ge64bd
- [bug-patch] [PATCH 09/15] build: avoid three gcc warnings, (continued)
- [bug-patch] [PATCH 09/15] build: avoid three gcc warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 15/15] build: don't turn off -Wmissing-declarations, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 13/15] maint: remove now-unneeded macro definitions, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 14/15] build: don't turn off -Wmissing-prototypes, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 05/15] maint: allow the sc_prohibit_empty_lines_at_EOF test to pass, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 07/15] build: accept new configure-time option --enable-gcc-warnings, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 06/15] maint: avoid non-portable use of test -a, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 11/15] maint: update bootstrap and gnulib submodule, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 12/15] maint: use gnulib's progname module, Jim Meyering, 2011/03/26
- [bug-patch] [PATCH 10/15] maint: update copyright date year ranges to include 2011,
Jim Meyering <=
- Re: [bug-patch] [PATCH 00/15] *** SUBJECT HERE ***, Andreas Gruenbacher, 2011/03/26