summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-01-01 16:20:57 +0100
committerJim Meyering <meyering@redhat.com>2010-01-01 16:20:57 +0100
commit438dba06da3d5d2e2f80f1f8ac074fcaaa7d506c (patch)
tree3b037b0bb5002d5dcbb5c6070c0095a3ad2624b7 /tests
parent60a7e46a1c3ff186c373e776958ea02437b686ef (diff)
downloadgrep-438dba06da3d5d2e2f80f1f8ac074fcaaa7d506c.tar.gz
maint: update all FSF copyright year lists to include 2010
Use this command: git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \ env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
-rwxr-xr-xtests/backref.sh2
-rw-r--r--tests/bre.awk2
-rwxr-xr-xtests/bre.sh2
-rwxr-xr-xtests/empty.sh2
-rw-r--r--tests/ere.awk2
-rwxr-xr-xtests/ere.sh2
-rwxr-xr-xtests/file.sh2
-rwxr-xr-xtests/fmbtest.sh2
-rwxr-xr-xtests/foad1.sh2
-rwxr-xr-xtests/khadafy.sh2
-rwxr-xr-xtests/options.sh2
-rwxr-xr-xtests/pcre.sh2
-rw-r--r--tests/spencer1.awk2
-rwxr-xr-xtests/spencer1.sh2
-rwxr-xr-xtests/spencer2.sh2
-rwxr-xr-xtests/status.sh2
-rw-r--r--tests/tests2
-rwxr-xr-xtests/warning.sh2
-rwxr-xr-xtests/yesno.sh2
20 files changed, 20 insertions, 21 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 451ad2a3..470861ec 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997, 1998, 2005, 2006, 2007, 2008, 2009 Free Software
-# Foundation, Inc.
+# Copyright 1997-1998, 2005-2010 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/tests/backref.sh b/tests/backref.sh
index e6c51127..11e2c7c9 100755
--- a/tests/backref.sh
+++ b/tests/backref.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Test for backreferences and other things.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/bre.awk b/tests/bre.awk
index 85b5ed33..9be5244f 100644
--- a/tests/bre.awk
+++ b/tests/bre.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/bre.sh b/tests/bre.sh
index 1a848791..0a1153bf 100755
--- a/tests/bre.sh
+++ b/tests/bre.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# Regression test for GNU grep.
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/empty.sh b/tests/empty.sh
index 73d7b6db..b677aa3a 100755
--- a/tests/empty.sh
+++ b/tests/empty.sh
@@ -2,7 +2,7 @@
# test that the empty file means no pattern
# and an empty pattern means match all.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/ere.awk b/tests/ere.awk
index d3d5c0e4..737e3efd 100644
--- a/tests/ere.awk
+++ b/tests/ere.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/ere.sh b/tests/ere.sh
index 7dda7028..2ebdc632 100755
--- a/tests/ere.sh
+++ b/tests/ere.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/file.sh b/tests/file.sh
index a0ef067e..18d90175 100755
--- a/tests/file.sh
+++ b/tests/file.sh
@@ -4,7 +4,7 @@
# grep -F -f pattern_file file
# grep -G -f pattern_file file
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/fmbtest.sh b/tests/fmbtest.sh
index 211f9071..1b3a111f 100755
--- a/tests/fmbtest.sh
+++ b/tests/fmbtest.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/foad1.sh b/tests/foad1.sh
index 9f855a15..7a196bb5 100755
--- a/tests/foad1.sh
+++ b/tests/foad1.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Test various combinations of command-line options.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/khadafy.sh b/tests/khadafy.sh
index 4101122c..19d299b7 100755
--- a/tests/khadafy.sh
+++ b/tests/khadafy.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/options.sh b/tests/options.sh
index 9e9192d8..ce2c3398 100755
--- a/tests/options.sh
+++ b/tests/options.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Test for POSIX.2 options for grep
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/pcre.sh b/tests/pcre.sh
index e7f2fc74..7e7a9e1f 100755
--- a/tests/pcre.sh
+++ b/tests/pcre.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/spencer1.awk b/tests/spencer1.awk
index 07abecbe..ffd4fb4f 100644
--- a/tests/spencer1.awk
+++ b/tests/spencer1.awk
@@ -1,5 +1,5 @@
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/spencer1.sh b/tests/spencer1.sh
index 68ce9488..0bd6bd1b 100755
--- a/tests/spencer1.sh
+++ b/tests/spencer1.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/spencer2.sh b/tests/spencer2.sh
index fe65a655..05e41377 100755
--- a/tests/spencer2.sh
+++ b/tests/spencer2.sh
@@ -2,7 +2,7 @@
# Regression test for GNU grep.
#
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/status.sh b/tests/status.sh
index 6cca5569..a1e95bd4 100755
--- a/tests/status.sh
+++ b/tests/status.sh
@@ -5,7 +5,7 @@
# 1 no match
# 2 file not found
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/tests b/tests/tests
index 0ba2e210..30b5d0ef 100644
--- a/tests/tests
+++ b/tests/tests
@@ -1,6 +1,6 @@
# regular expression test set
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/warning.sh b/tests/warning.sh
index 7180bd68..1a213cf6 100755
--- a/tests/warning.sh
+++ b/tests/warning.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Tell them not to be alarmed.
#
-# Copyright (C) 2009 Free Software Foundation, Inc.
+# Copyright (C) 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright
diff --git a/tests/yesno.sh b/tests/yesno.sh
index 2e21b5f2..f774b74a 100755
--- a/tests/yesno.sh
+++ b/tests/yesno.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Test feature interaction of -C, -v, -o, and -m.
#
-# Copyright (C) 2001, 2006, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2010 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright