summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 09:28:52 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 09:28:52 +0100
commit5b2201913f28f43da01cfebfce90b798db64f117 (patch)
tree4f7466ce6ce5182bf18decdc83b3d1c18244f210 /tests
parent491925040894701c72c9f7d34bea68f3f1865a3a (diff)
downloadgrep-5b2201913f28f43da01cfebfce90b798db64f117.tar.gz
maint: update all copyright year number ranges
Run "make update-copyright".
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
-rwxr-xr-xtests/backref2
-rwxr-xr-xtests/bre2
-rw-r--r--tests/bre.awk2
-rwxr-xr-xtests/dfa-heap-overrun2
-rwxr-xr-xtests/empty2
-rwxr-xr-xtests/ere2
-rw-r--r--tests/ere.awk2
-rwxr-xr-xtests/file2
-rwxr-xr-xtests/fmbtest2
-rwxr-xr-xtests/foad12
-rw-r--r--tests/get-mb-cur-max.c2
-rwxr-xr-xtests/help-version2
-rwxr-xr-xtests/high-bit-range2
-rw-r--r--tests/init.sh2
-rwxr-xr-xtests/khadafy2
-rwxr-xr-xtests/options2
-rwxr-xr-xtests/pcre2
-rwxr-xr-xtests/pcre-abort2
-rwxr-xr-xtests/spencer12
-rwxr-xr-xtests/spencer1-locale2
-rw-r--r--tests/spencer1-locale.awk2
-rw-r--r--tests/spencer1.awk2
-rw-r--r--tests/spencer22
-rwxr-xr-xtests/status2
-rw-r--r--tests/tests2
-rwxr-xr-xtests/turkish-I2
-rwxr-xr-xtests/unibyte-bracket-expr2
-rwxr-xr-xtests/yesno2
29 files changed, 29 insertions, 29 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f23a5925..df98e0b4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to create Makefile.in
-# Copyright 1997-1998, 2005-2011 Free Software Foundation, Inc.
+# Copyright 1997-1998, 2005-2012 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 b/tests/backref
index 5f39b27b..d8c75be2 100755
--- a/tests/backref
+++ b/tests/backref
@@ -1,7 +1,7 @@
#! /bin/sh
# Test for backreferences and other things.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/bre
index 21155959..bad96a45 100755
--- a/tests/bre
+++ b/tests/bre
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 544cfe59..e8c75a3b 100644
--- a/tests/bre.awk
+++ b/tests/bre.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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/dfa-heap-overrun b/tests/dfa-heap-overrun
index dda1c12b..e31236c7 100755
--- a/tests/dfa-heap-overrun
+++ b/tests/dfa-heap-overrun
@@ -1,7 +1,7 @@
#!/bin/sh
# Trigger a heap overrun in grep-2.6..grep-2.8.
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 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/empty b/tests/empty
index c653fb5c..c13b0943 100755
--- a/tests/empty
+++ b/tests/empty
@@ -2,7 +2,7 @@
# test that the empty file means no pattern
# and an empty pattern means match all.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/ere
index 1516c949..8df100d3 100755
--- a/tests/ere
+++ b/tests/ere
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 ecf82a4c..62c6e0e9 100644
--- a/tests/ere.awk
+++ b/tests/ere.awk
@@ -1,4 +1,4 @@
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/file
index cbfe21b4..1f8ebda6 100755
--- a/tests/file
+++ b/tests/file
@@ -4,7 +4,7 @@
# grep -F -f pattern_file file
# grep -G -f pattern_file file
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/fmbtest
index 38ab73bb..5146cca2 100755
--- a/tests/fmbtest
+++ b/tests/fmbtest
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/foad1
index 12e740d2..fea27d08 100755
--- a/tests/foad1
+++ b/tests/foad1
@@ -1,7 +1,7 @@
#! /bin/sh
# Test various combinations of command-line options.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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/get-mb-cur-max.c b/tests/get-mb-cur-max.c
index 256d0928..5c157d90 100644
--- a/tests/get-mb-cur-max.c
+++ b/tests/get-mb-cur-max.c
@@ -1,5 +1,5 @@
/* Auxiliary program to detect support for a locale.
- Copyright 2010-2011 Free Software Foundation, Inc.
+ Copyright 2010-2012 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/help-version b/tests/help-version
index 8d098775..b12e3dc9 100755
--- a/tests/help-version
+++ b/tests/help-version
@@ -2,7 +2,7 @@
# Make sure all these programs work properly
# when invoked with --help or --version.
-# Copyright (C) 2000-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 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/high-bit-range b/tests/high-bit-range
index 4a1d3334..6bcef34d 100755
--- a/tests/high-bit-range
+++ b/tests/high-bit-range
@@ -1,7 +1,7 @@
#!/bin/sh
# Exercise high-bit-set unibyte-in-[...]-range bug.
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 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/init.sh b/tests/init.sh
index 373d9d4f..759842cc 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -1,6 +1,6 @@
# source this file; set up for tests
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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/khadafy b/tests/khadafy
index 907ce16e..3086baff 100755
--- a/tests/khadafy
+++ b/tests/khadafy
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/options
index 04f85507..f9c7878e 100755
--- a/tests/options
+++ b/tests/options
@@ -1,7 +1,7 @@
#! /bin/sh
# Test for POSIX.2 options for grep
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 b/tests/pcre
index a712d19a..89872a96 100755
--- a/tests/pcre
+++ b/tests/pcre
@@ -1,7 +1,7 @@
#! /bin/sh
# Ensure that with -P, \s*$ matches a newline.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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-abort b/tests/pcre-abort
index 0b605aac..42fa0e9e 100755
--- a/tests/pcre-abort
+++ b/tests/pcre-abort
@@ -2,7 +2,7 @@
# Show that grep handles PCRE's PCRE_ERROR_MATCHLIMIT.
# In grep-2.8, it would abort.
#
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 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 b/tests/spencer1
index 671ae260..78905372 100755
--- a/tests/spencer1
+++ b/tests/spencer1
@@ -1,7 +1,7 @@
#! /bin/sh
# Regression test for GNU grep.
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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-locale b/tests/spencer1-locale
index 7ff6554f..9adac135 100755
--- a/tests/spencer1-locale
+++ b/tests/spencer1-locale
@@ -2,7 +2,7 @@
# Regression test for GNU grep.
#
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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-locale.awk b/tests/spencer1-locale.awk
index 7c9cb980..2a0a1dd9 100644
--- a/tests/spencer1-locale.awk
+++ b/tests/spencer1-locale.awk
@@ -1,5 +1,5 @@
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 d9ab2492..6caaf3c6 100644
--- a/tests/spencer1.awk
+++ b/tests/spencer1.awk
@@ -1,5 +1,5 @@
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 b/tests/spencer2
index f95d9728..8b29f15f 100644
--- a/tests/spencer2
+++ b/tests/spencer2
@@ -2,7 +2,7 @@
# Regression test for GNU grep.
#
# Copyright (C) 1988 Henry Spencer.
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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 b/tests/status
index 62d4b674..76b31070 100755
--- a/tests/status
+++ b/tests/status
@@ -5,7 +5,7 @@
# 1 no match
# 2 file not found
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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 1de39a86..6f2545f0 100644
--- a/tests/tests
+++ b/tests/tests
@@ -1,6 +1,6 @@
# regular expression test set
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 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/turkish-I b/tests/turkish-I
index d941ed17..35a3753a 100755
--- a/tests/turkish-I
+++ b/tests/turkish-I
@@ -1,7 +1,7 @@
#!/bin/sh
# grep -i in UTF-8: missing NL in output on line containing I WITH DOT (U+0130)
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 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/unibyte-bracket-expr b/tests/unibyte-bracket-expr
index 45ad5d9f..08b1b5b0 100755
--- a/tests/unibyte-bracket-expr
+++ b/tests/unibyte-bracket-expr
@@ -5,7 +5,7 @@
# ru_RU.KOI8-R for any C whose wide-char representation differed from
# its single-byte equivalent.
-# Copyright (C) 2011 Free Software Foundation, Inc.
+# Copyright (C) 2011-2012 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/yesno b/tests/yesno
index 4b1046d8..aa346309 100755
--- a/tests/yesno
+++ b/tests/yesno
@@ -1,7 +1,7 @@
#! /bin/sh
# Test feature interaction of -C, -v, -o, and -m.
#
-# Copyright (C) 2001, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2006, 2009-2012 Free Software Foundation, Inc.
#
# Copying and distribution of this file, with or without modification,
# are permitted in any medium without royalty provided the copyright