summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/bug-regex10.c2
-rw-r--r--testsuite/bug-regex11.c2
-rw-r--r--testsuite/bug-regex12.c2
-rw-r--r--testsuite/bug-regex13.c2
-rw-r--r--testsuite/bug-regex14.c2
-rw-r--r--testsuite/bug-regex21.c2
-rw-r--r--testsuite/bug-regex27.c2
-rw-r--r--testsuite/bug-regex28.c2
-rw-r--r--testsuite/bug-regex7.c2
-rw-r--r--testsuite/bug-regex8.c2
-rw-r--r--testsuite/bug-regex9.c2
-rw-r--r--testsuite/runptests.c2
-rw-r--r--testsuite/tst-boost.c2
-rw-r--r--testsuite/tst-pcre.c2
-rw-r--r--testsuite/tst-regex.c2
-rw-r--r--testsuite/tst-rxspencer.c2
-rw-r--r--testsuite/xemacs.good3
-rw-r--r--testsuite/xemacs.inp3
18 files changed, 18 insertions, 20 deletions
diff --git a/testsuite/bug-regex10.c b/testsuite/bug-regex10.c
index b4a84f7..eaf0ed2 100644
--- a/testsuite/bug-regex10.c
+++ b/testsuite/bug-regex10.c
@@ -1,5 +1,5 @@
/* Test for re_match with non-zero start.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/testsuite/bug-regex11.c b/testsuite/bug-regex11.c
index b738576..b0475a3 100644
--- a/testsuite/bug-regex11.c
+++ b/testsuite/bug-regex11.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002, 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/testsuite/bug-regex12.c b/testsuite/bug-regex12.c
index 10fe170..120d46a 100644
--- a/testsuite/bug-regex12.c
+++ b/testsuite/bug-regex12.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002, 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002-2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
diff --git a/testsuite/bug-regex13.c b/testsuite/bug-regex13.c
index 71477bd..823d33b 100644
--- a/testsuite/bug-regex13.c
+++ b/testsuite/bug-regex13.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002.
diff --git a/testsuite/bug-regex14.c b/testsuite/bug-regex14.c
index e72290a..9cd9986 100644
--- a/testsuite/bug-regex14.c
+++ b/testsuite/bug-regex14.c
@@ -1,5 +1,5 @@
/* Tests re_comp and re_exec.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>, 2002.
diff --git a/testsuite/bug-regex21.c b/testsuite/bug-regex21.c
index c1aeb90..c04d12f 100644
--- a/testsuite/bug-regex21.c
+++ b/testsuite/bug-regex21.c
@@ -1,5 +1,5 @@
/* Test for memory leaks in regcomp.
- Copyright (C) 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/testsuite/bug-regex27.c b/testsuite/bug-regex27.c
index c252db5..8e1ba90 100644
--- a/testsuite/bug-regex27.c
+++ b/testsuite/bug-regex27.c
@@ -1,5 +1,5 @@
/* Test REG_NEWLINE.
- Copyright (C) 2007, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
diff --git a/testsuite/bug-regex28.c b/testsuite/bug-regex28.c
index fbe8704..32a4b0f 100644
--- a/testsuite/bug-regex28.c
+++ b/testsuite/bug-regex28.c
@@ -1,5 +1,5 @@
/* Test RE_HAT_LISTS_NOT_NEWLINE and RE_DOT_NEWLINE.
- Copyright (C) 2007, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2007.
diff --git a/testsuite/bug-regex7.c b/testsuite/bug-regex7.c
index 019ce45..7aee667 100644
--- a/testsuite/bug-regex7.c
+++ b/testsuite/bug-regex7.c
@@ -1,5 +1,5 @@
/* Test for regs allocation in re_search and re_match.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002.
diff --git a/testsuite/bug-regex8.c b/testsuite/bug-regex8.c
index 30c25bd..db1fa0e 100644
--- a/testsuite/bug-regex8.c
+++ b/testsuite/bug-regex8.c
@@ -1,5 +1,5 @@
/* Test for the STOP parameter of re_match_2 and re_search_2.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Stepan Kasal <kasal@math.cas.cz>, 2002.
diff --git a/testsuite/bug-regex9.c b/testsuite/bug-regex9.c
index 1a0916e..8fc08f8 100644
--- a/testsuite/bug-regex9.c
+++ b/testsuite/bug-regex9.c
@@ -1,5 +1,5 @@
/* Test for memory handling in regex.
- Copyright (C) 2002, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/testsuite/runptests.c b/testsuite/runptests.c
index 7d259af..33842ee 100644
--- a/testsuite/runptests.c
+++ b/testsuite/runptests.c
@@ -1,5 +1,5 @@
/* POSIX regex testsuite from IEEE 2003.2.
- Copyright (C) 1998, 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
diff --git a/testsuite/tst-boost.c b/testsuite/tst-boost.c
index 6990a81..4df1f29 100644
--- a/testsuite/tst-boost.c
+++ b/testsuite/tst-boost.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/testsuite/tst-pcre.c b/testsuite/tst-pcre.c
index 86093ca..893151f 100644
--- a/testsuite/tst-pcre.c
+++ b/testsuite/tst-pcre.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/testsuite/tst-regex.c b/testsuite/tst-regex.c
index 45c0f5a..d8e9e30 100644
--- a/testsuite/tst-regex.c
+++ b/testsuite/tst-regex.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2003, 2014 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/testsuite/tst-rxspencer.c b/testsuite/tst-rxspencer.c
index 6b050f3..88f9e1a 100644
--- a/testsuite/tst-rxspencer.c
+++ b/testsuite/tst-rxspencer.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003, 2014 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014-2015 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Jakub Jelinek <jakub@redhat.com>, 2003.
diff --git a/testsuite/xemacs.good b/testsuite/xemacs.good
index 2e4b84c..af4af3d 100644
--- a/testsuite/xemacs.good
+++ b/testsuite/xemacs.good
@@ -1,7 +1,6 @@
#Makefile.in generated automatically by automake 1.5 from Makefile.am.
-#Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2014 Free
-#Software Foundation, Inc.
+#Copyright 1994-2001, 2014-2015 Free Software Foundation, Inc.
#This Makefile.in 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/testsuite/xemacs.inp b/testsuite/xemacs.inp
index 445a045..b6a90f4 100644
--- a/testsuite/xemacs.inp
+++ b/testsuite/xemacs.inp
@@ -1,7 +1,6 @@
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2014 Free
-# Software Foundation, Inc.
+# Copyright 1994-2001, 2014-2015 Free Software Foundation, Inc.
# This Makefile.in 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.