summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-06 16:37:00 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:32 -0800
commitd15bafd70476bdf29d007b0ab5097669f50927c0 (patch)
tree8af99d33869406c1318c69005395bc976435cac1
parentd0c7a7dc82cf80af2d831f82deea1e29faf92e86 (diff)
downloadsed-d15bafd70476bdf29d007b0ab5097669f50927c0.tar.gz
maint: update copyright dates; use gnulib's update-copyright module
* bootstrap.conf (gnulib_modules): Add update-copyright. Then, run "make update-copyright". * Makefile.am: Add copyright header.
-rw-r--r--Makefile.am15
-rw-r--r--basicdefs.h4
-rw-r--r--bootstrap.conf4
-rwxr-xr-xbuild-aux/help2man2
-rwxr-xr-xbuild-aux/texi2dvi2
-rw-r--r--doc/sed-in.texi2
-rw-r--r--doc/sed.texi2
-rw-r--r--sed/compile.c5
-rw-r--r--sed/execute.c5
-rw-r--r--sed/fmt.c3
-rw-r--r--sed/mbcs.c2
-rw-r--r--sed/regexp.c4
-rw-r--r--sed/sed.c5
-rw-r--r--sed/sed.h4
-rw-r--r--sed/utils.c4
-rw-r--r--sed/utils.h4
-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.good4
-rw-r--r--testsuite/xemacs.inp4
34 files changed, 63 insertions, 44 deletions
diff --git a/Makefile.am b/Makefile.am
index e519a86..3d2172b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,17 @@
-## Process this file with automake to produce Makefile.in
+# Copyright (C) 1990-2014 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
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Automake requirements
AUTOMAKE_OPTIONS = gnits 1.10 dist-bzip2
diff --git a/basicdefs.h b/basicdefs.h
index 09f5beb..6a7955b 100644
--- a/basicdefs.h
+++ b/basicdefs.h
@@ -1,6 +1,6 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1998, 1999, 2002, 2003, 2010, 2013
- Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2002, 2003, 2010, 2013, 2014 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 248b666..77fd11c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,7 @@
# Bootstrap configuration.
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014
+# 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
@@ -49,6 +50,7 @@ strerror
strverscmp
threadlib
unlocked-io
+update-copyright
verify
version-etc-fsf
wcrtomb
diff --git a/build-aux/help2man b/build-aux/help2man
index 9c7851c..c78eac4 100755
--- a/build-aux/help2man
+++ b/build-aux/help2man
@@ -1,7 +1,7 @@
#!/usr/bin/env perl
# Generate a short man page from --help and --version output.
-# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software
+# Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2014 Free Software
# Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
diff --git a/build-aux/texi2dvi b/build-aux/texi2dvi
index 0286bd7..ebd3018 100755
--- a/build-aux/texi2dvi
+++ b/build-aux/texi2dvi
@@ -2,7 +2,7 @@
# texi2dvi --- produce DVI (or PDF) files from Texinfo (or LaTeX) sources.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
-# 2002, 2003 Free Software Foundation, Inc.
+# 2002, 2003, 2014 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/doc/sed-in.texi b/doc/sed-in.texi
index 772a138..64c3ed5 100644
--- a/doc/sed-in.texi
+++ b/doc/sed-in.texi
@@ -34,7 +34,7 @@
This file documents version @value{VERSION} of
@value{SSED}, a stream editor.
-Copyright @copyright{} 1998, 1999, 2001, 2002, 2003, 2004 Free
+Copyright @copyright{} 1998, 1999, 2001, 2002, 2003, 2004, 2014 Free
Software Foundation, Inc.
This document is released under the terms of the @acronym{GNU} Free
diff --git a/doc/sed.texi b/doc/sed.texi
index 3cf4756..e0f1adb 100644
--- a/doc/sed.texi
+++ b/doc/sed.texi
@@ -35,7 +35,7 @@
This file documents version @value{VERSION} of
@value{SSED}, a stream editor.
-Copyright @copyright{} 1998, 1999, 2001, 2002, 2003, 2004 Free
+Copyright @copyright{} 1998, 1999, 2001, 2002, 2003, 2004, 2014 Free
Software Foundation, Inc.
This document is released under the terms of the @acronym{GNU} Free
diff --git a/sed/compile.c b/sed/compile.c
index e81ae11..76e7d0a 100644
--- a/sed/compile.c
+++ b/sed/compile.c
@@ -1,6 +1,7 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003,2004,2005,2006,2008,2010
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2002, 2003, 2004, 2005, 2006, 2008, 2010, 2014 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/sed/execute.c b/sed/execute.c
index edc647e..9268524 100644
--- a/sed/execute.c
+++ b/sed/execute.c
@@ -1,6 +1,7 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003,2004,2005,2006,2008,2009
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2014 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/sed/fmt.c b/sed/fmt.c
index 3d15d69..24fd4d2 100644
--- a/sed/fmt.c
+++ b/sed/fmt.c
@@ -1,5 +1,6 @@
/* `L' command implementation for GNU sed, based on GNU fmt 1.22.
- Copyright (C) 1994, 1995, 1996, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1994, 1995, 1996, 2002, 2003, 2014 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/sed/mbcs.c b/sed/mbcs.c
index 964e352..c4d08a7 100644
--- a/sed/mbcs.c
+++ b/sed/mbcs.c
@@ -1,5 +1,5 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 2003, 2006, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2006, 2009, 2014 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/sed/regexp.c b/sed/regexp.c
index bbeccb5..e63d30a 100644
--- a/sed/regexp.c
+++ b/sed/regexp.c
@@ -1,6 +1,6 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
+ Copyright (C) 1999, 2002, 2003, 2004, 2005, 2006, 2014 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/sed/sed.c b/sed/sed.c
index cff1505..92f5ce5 100644
--- a/sed/sed.c
+++ b/sed/sed.c
@@ -1,6 +1,7 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003,2006,2008,2009,2010
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2002, 2003, 2006, 2008, 2009, 2010, 2014 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/sed/sed.h b/sed/sed.h
index 443257c..ee9143f 100644
--- a/sed/sed.h
+++ b/sed/sed.h
@@ -1,6 +1,6 @@
/* GNU SED, a batch stream editor.
- Copyright (C) 1989,90,91,92,93,94,95,98,99,2002,2003
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+ 2002, 2003, 2014 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/sed/utils.c b/sed/utils.c
index af51693..003ad57 100644
--- a/sed/utils.c
+++ b/sed/utils.c
@@ -1,6 +1,6 @@
/* Functions from hack's utils library.
- Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003, 2008, 2009, 2011, 2013
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003, 2008, 2009, 2011,
+ 2013, 2014 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/sed/utils.h b/sed/utils.h
index 4b44cd8..addf8bd 100644
--- a/sed/utils.h
+++ b/sed/utils.h
@@ -1,6 +1,6 @@
/* Functions from hack's utils library.
- Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003
- Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1998, 1999, 2003, 2014 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/testsuite/bug-regex10.c b/testsuite/bug-regex10.c
index 1a21617..8006f87 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 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 dbfa3f9..48ad99f 100644
--- a/testsuite/bug-regex11.c
+++ b/testsuite/bug-regex11.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2014 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 a4db0cc..cce2dd5 100644
--- a/testsuite/bug-regex12.c
+++ b/testsuite/bug-regex12.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2014 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 a28c5fa..55d34e5 100644
--- a/testsuite/bug-regex13.c
+++ b/testsuite/bug-regex13.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 4b296d8..93e603e 100644
--- a/testsuite/bug-regex14.c
+++ b/testsuite/bug-regex14.c
@@ -1,5 +1,5 @@
/* Tests re_comp and re_exec.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 0232876..de18731 100644
--- a/testsuite/bug-regex21.c
+++ b/testsuite/bug-regex21.c
@@ -1,5 +1,5 @@
/* Test for memory leaks in regcomp.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014 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 340ade9..c252db5 100644
--- a/testsuite/bug-regex27.c
+++ b/testsuite/bug-regex27.c
@@ -1,5 +1,5 @@
/* Test REG_NEWLINE.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2014 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 f546b35..fbe8704 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 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2014 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 2051985..33eb05b 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 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 e39ad59..fb4ed2a 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 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 c0e9e18..b9dc6f9 100644
--- a/testsuite/bug-regex9.c
+++ b/testsuite/bug-regex9.c
@@ -1,5 +1,5 @@
/* Test for memory handling in regex.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2014 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 cbe61cc..a34dfb3 100644
--- a/testsuite/runptests.c
+++ b/testsuite/runptests.c
@@ -1,5 +1,5 @@
/* POSIX regex testsuite from IEEE 2003.2.
- Copyright (C) 1998, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2003, 2014 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 b38a620..3677abd 100644
--- a/testsuite/tst-boost.c
+++ b/testsuite/tst-boost.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014 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 dcff1a4..49ead17 100644
--- a/testsuite/tst-pcre.c
+++ b/testsuite/tst-pcre.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014 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 788a006..698a175 100644
--- a/testsuite/tst-regex.c
+++ b/testsuite/tst-regex.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2001, 2003, 2014 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 758fc04..906eee3 100644
--- a/testsuite/tst-rxspencer.c
+++ b/testsuite/tst-rxspencer.c
@@ -1,5 +1,5 @@
/* Regular expression tests.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2014 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 9fce4f1..a0b104b 100644
--- a/testsuite/xemacs.good
+++ b/testsuite/xemacs.good
@@ -1,7 +1,7 @@
#Makefile.in generated automatically by automake 1.5 from Makefile.am.
-#Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-#Free Software Foundation, Inc.
+#Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2014 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 0fc0414..8ce3401 100644
--- a/testsuite/xemacs.inp
+++ b/testsuite/xemacs.inp
@@ -1,7 +1,7 @@
# Makefile.in generated automatically by automake 1.5 from Makefile.am.
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-# Free Software Foundation, Inc.
+# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2014 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.