diff options
author | Sergey Poznyakoff <gray@gnu.org> | 2017-01-02 14:51:09 +0200 |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2017-01-02 14:51:09 +0200 |
commit | 8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38 (patch) | |
tree | 219cb5393cdc959da931d50f0d97304a4283ffb0 | |
parent | cb76d31808b47783cb0bdac694db5643d1a23b4e (diff) | |
download | cpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.gz cpio-8abf8bda2fe9a9e5fd24b78b9ddc77475737cd38.tar.bz2 |
Update copyright years
59 files changed, 90 insertions, 78 deletions
diff --git a/Makefile.am b/Makefile.am index e0be591..20cacf9 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # This file is part of GNU cpio | 1 | # This file is part of GNU cpio |
2 | # Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software | 2 | # Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017 Free |
3 | # Foundation, Inc. | 3 | # Software Foundation, Inc. |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -1,6 +1,6 @@ | |||
1 | GNU cpio NEWS -- history of user-visible changes. 2015-09-12 | 1 | GNU cpio NEWS -- history of user-visible changes. 2015-09-12 |
2 | Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software Foundation, | 2 | Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software |
3 | Inc. | 3 | Foundation, Inc. |
4 | See the end of file for copying conditions. | 4 | See the end of file for copying conditions. |
5 | 5 | ||
6 | Please send cpio bug reports to <bug-cpio@gnu.org>. | 6 | Please send cpio bug reports to <bug-cpio@gnu.org>. |
@@ -36,7 +36,8 @@ Please send bug reports and suggestions to <bug-cpio@gnu.org>. | |||
36 | 36 | ||
37 | * Copyright information | 37 | * Copyright information |
38 | 38 | ||
39 | Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software Foundation, Inc. | 39 | Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software |
40 | Foundation, Inc. | ||
40 | 41 | ||
41 | Permission is granted to anyone to make or distribute verbatim copies | 42 | Permission is granted to anyone to make or distribute verbatim copies |
42 | of this document as received, in any medium, provided that the | 43 | of this document as received, in any medium, provided that the |
diff --git a/README-alpha b/README-alpha index a8288ba..742fccb 100644 --- a/README-alpha +++ b/README-alpha | |||
@@ -41,7 +41,7 @@ See INSTALL and README for the detailed instructions. | |||
41 | 41 | ||
42 | * Copyright information: | 42 | * Copyright information: |
43 | 43 | ||
44 | Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015 Free Software | 44 | Copyright (C) 2004, 2006-2007, 2009-2010, 2014-2015, 2017 Free Software |
45 | Foundation, Inc. | 45 | Foundation, Inc. |
46 | 46 | ||
47 | This file is part of GNU cpio. | 47 | This file is part of GNU cpio. |
diff --git a/README-hacking b/README-hacking index 4471e91..79b3415 100644 --- a/README-hacking +++ b/README-hacking | |||
@@ -39,7 +39,7 @@ See 'bootstrap --help' for a detailed list. | |||
39 | 39 | ||
40 | * Copyright information | 40 | * Copyright information |
41 | 41 | ||
42 | Copyright (C) 2007-2010, 2014-2015 Free Software Foundation, Inc. | 42 | Copyright (C) 2007-2010, 2014-2015, 2017 Free Software Foundation, Inc. |
43 | 43 | ||
44 | Permission is granted to anyone to make or distribute verbatim copies | 44 | Permission is granted to anyone to make or distribute verbatim copies |
45 | of this document as received, in any medium, provided that the | 45 | of this document as received, in any medium, provided that the |
@@ -4,7 +4,7 @@ scriptversion=2015-08-24.08; # UTC | |||
4 | 4 | ||
5 | # Bootstrap this package from checked-out sources. | 5 | # Bootstrap this package from checked-out sources. |
6 | 6 | ||
7 | # Copyright (C) 2003-2015 Free Software Foundation, Inc. | 7 | # Copyright (C) 2003-2015, 2017 Free Software Foundation, Inc. |
8 | 8 | ||
9 | # This program is free software: you can redistribute it and/or modify | 9 | # This program is free software: you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License as published by | 10 | # it under the terms of the GNU General Public License as published by |
diff --git a/bootstrap.conf b/bootstrap.conf index 403e371..0e8398e 100644 --- a/bootstrap.conf +++ b/bootstrap.conf | |||
@@ -1,6 +1,6 @@ | |||
1 | # Bootstrap configuration. | 1 | # Bootstrap configuration. |
2 | 2 | ||
3 | # Copyright (C) 2006-2007, 2009-2010, 2014-2015 Free Software | 3 | # Copyright (C) 2006-2007, 2009-2010, 2014-2015, 2017 Free Software |
4 | # Foundation, Inc. | 4 | # Foundation, Inc. |
5 | 5 | ||
6 | # This program is free software; you can redistribute it and/or modify | 6 | # This program is free software; you can redistribute it and/or modify |
diff --git a/configure.ac b/configure.ac index 9bde963..561ecdd 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,6 +1,6 @@ | |||
1 | dnl Process this file with autoconf to produce a configure script. | 1 | dnl Process this file with autoconf to produce a configure script. |
2 | dnl This file is part of GNU cpio | 2 | dnl This file is part of GNU cpio |
3 | dnl Copyright (C) 2003-2007, 2009-2010, 2014-2015 Free Software | 3 | dnl Copyright (C) 2003-2007, 2009-2010, 2014-2015, 2017 Free Software |
4 | dnl Foundation, Inc. | 4 | dnl Foundation, Inc. |
5 | dnl | 5 | dnl |
6 | dnl This program is free software; you can redistribute it and/or modify | 6 | dnl This program is free software; you can redistribute it and/or modify |
diff --git a/doc/Makefile.am b/doc/Makefile.am index c8a4301..98d26da 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # This file is part of GNU cpio | 1 | # This file is part of GNU cpio |
2 | # Copyright (C) 2004, 2007, 2010, 2014-2015 Free Software Foundation, | 2 | # Copyright (C) 2004, 2007, 2010, 2014-2015, 2017 Free Software |
3 | # Inc. | 3 | # Foundation, Inc. |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
@@ -1,5 +1,5 @@ | |||
1 | .\" This file is part of GNU cpio. -*- nroff -*- | 1 | .\" This file is part of GNU cpio. -*- nroff -*- |
2 | .\" Copyright 2014-2015 Free Software Foundation, Inc. | 2 | .\" Copyright 2014-2015, 2017 Free Software Foundation, Inc. |
3 | .\" | 3 | .\" |
4 | .\" GNU cpio is free software; you can redistribute it and/or modify | 4 | .\" GNU cpio is free software; you can redistribute it and/or modify |
5 | .\" it under the terms of the GNU General Public License as published by | 5 | .\" it under the terms of the GNU General Public License as published by |
diff --git a/doc/cpio.texi b/doc/cpio.texi index 9e7f497..e667b48 100644 --- a/doc/cpio.texi +++ b/doc/cpio.texi | |||
@@ -15,7 +15,7 @@ | |||
15 | @copying | 15 | @copying |
16 | This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}). | 16 | This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}). |
17 | 17 | ||
18 | Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014-2015 Free | 18 | Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014-2015, 2017 Free |
19 | Software Foundation, Inc. | 19 | Software Foundation, Inc. |
20 | @sp 1 | 20 | @sp 1 |
21 | @quotation | 21 | @quotation |
diff --git a/doc/gendocs.sh b/doc/gendocs.sh index e72f15e..ace6b37 100755 --- a/doc/gendocs.sh +++ b/doc/gendocs.sh | |||
@@ -4,7 +4,7 @@ | |||
4 | 4 | ||
5 | scriptversion=2015-02-28.17 | 5 | scriptversion=2015-02-28.17 |
6 | 6 | ||
7 | # Copyright 2003-2013, 2015 Free Software Foundation, Inc. | 7 | # Copyright 2003-2013, 2015, 2017 Free Software Foundation, Inc. |
8 | # | 8 | # |
9 | # This program is free software: you can redistribute it and/or modify | 9 | # This program is free software: you can redistribute it and/or modify |
10 | # it under the terms of the GNU General Public License as published by | 10 | # it under the terms of the GNU General Public License as published by |
diff --git a/doc/gendocs_template b/doc/gendocs_template index 50ab709..ad38f25 100755 --- a/doc/gendocs_template +++ b/doc/gendocs_template | |||
@@ -85,7 +85,7 @@ Please send broken links and other corrections (or suggestions) to | |||
85 | </p> | 85 | </p> |
86 | 86 | ||
87 | <p> | 87 | <p> |
88 | Copyright (C) 2004, 2010, 2014-2015 Free Software Foundation, Inc., | 88 | Copyright (C) 2004, 2010, 2014-2015, 2017 Free Software Foundation, Inc., |
89 | 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA | 89 | 51 Franklin Street, Fifth Floor, Boston, MA 02111, USA |
90 | <br /> | 90 | <br /> |
91 | Verbatim copying and distribution of this entire article is | 91 | Verbatim copying and distribution of this entire article is |
@@ -1,5 +1,5 @@ | |||
1 | .\" This file is part of GNU cpio. -*- nroff -*- | 1 | .\" This file is part of GNU cpio. -*- nroff -*- |
2 | .\" Copyright 2014-2015 Free Software Foundation, Inc. | 2 | .\" Copyright 2014-2015, 2017 Free Software Foundation, Inc. |
3 | .\" | 3 | .\" |
4 | .\" GNU cpio is free software; you can redistribute it and/or modify | 4 | .\" GNU cpio is free software; you can redistribute it and/or modify |
5 | .\" it under the terms of the GNU General Public License as published by | 5 | .\" it under the terms of the GNU General Public License as published by |
diff --git a/gnulib b/gnulib | |||
Subproject ff871fc1c7da171341a52edb375450ad9179a0e | Subproject e210a3cbaec0ee82a67ff8fc427e21bdd64dba1 | ||
diff --git a/lib/Makefile.am b/lib/Makefile.am index 1353098..f2fa34f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am | |||
@@ -1,7 +1,7 @@ | |||
1 | # Makefile for GNU tar library. -*- Makefile -*- | 1 | # Makefile for GNU tar library. -*- Makefile -*- |
2 | 2 | ||
3 | # Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014-2015 | 3 | # Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014-2015, |
4 | # Free Software Foundation, Inc. | 4 | # 2017 Free Software Foundation, Inc. |
5 | 5 | ||
6 | # This program is free software; you can redistribute it and/or modify | 6 | # This program is free software; you can redistribute it and/or modify |
7 | # it under the terms of the GNU General Public License as published by | 7 | # it under the terms of the GNU General Public License as published by |
@@ -1,6 +1,7 @@ | |||
1 | /* System dependent functions for GNU cpio. | 1 | /* System dependent functions for GNU cpio. |
2 | 2 | ||
3 | Copyright (C) 2007, 2010, 2014-2015 Free Software Foundation, Inc. | 3 | Copyright (C) 2007, 2010, 2014-2015, 2017 Free Software Foundation, |
4 | Inc. | ||
4 | 5 | ||
5 | GNU cpio is free software; you can redistribute it and/or modify | 6 | GNU cpio is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/po/POTFILES.in b/po/POTFILES.in index 2bad67d..d126e2c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in | |||
@@ -1,6 +1,7 @@ | |||
1 | # List of files which contain translatable strings. | 1 | # List of files which contain translatable strings. |
2 | 2 | ||
3 | # Copyright (C) 2008-2010, 2014-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2008-2010, 2014-2015, 2017 Free Software Foundation, |
4 | # Inc. | ||
4 | # | 5 | # |
5 | # This program is free software; you can redistribute it and/or modify | 6 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 7 | # it under the terms of the GNU General Public License as published by |
diff --git a/src/Makefile.am b/src/Makefile.am index 9d1f322..ab3fc1a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | # This file is part of GNU cpio | 1 | # This file is part of GNU cpio |
2 | # Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015 Free Software | 2 | # Copyright (C) 2003-2004, 2007, 2009-2010, 2014-2015, 2017 Free |
3 | # Foundation, Inc. | 3 | # Software Foundation, Inc. |
4 | # | 4 | # |
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/src/copyin.c b/src/copyin.c index 99d9cdb..6a306ee 100644 --- a/src/copyin.c +++ b/src/copyin.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* copyin.c - extract or list a cpio archive | 1 | /* copyin.c - extract or list a cpio archive |
2 | Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015 Free | 2 | Copyright (C) 1990-1992, 2001-2007, 2009-2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/copyout.c b/src/copyout.c index 1f0987a..87c1932 100644 --- a/src/copyout.c +++ b/src/copyout.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* copyout.c - create a cpio archive | 1 | /* copyout.c - create a cpio archive |
2 | Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010, | 2 | Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2009-2010, |
3 | 2014-2015 Free Software Foundation, Inc. | 3 | 2014-2015, 2017 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/copypass.c b/src/copypass.c index c5a9899..d94e347 100644 --- a/src/copypass.c +++ b/src/copypass.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* copypass.c - cpio copy pass sub-function. | 1 | /* copypass.c - cpio copy pass sub-function. |
2 | Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015 | 2 | Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 2010, 2014-2015, |
3 | Free Software Foundation, Inc. | 3 | 2017 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
@@ -1,5 +1,5 @@ | |||
1 | /* Extended cpio format from POSIX.1. | 1 | /* Extended cpio format from POSIX.1. |
2 | Copyright (C) 1992, 2005, 2007, 2010, 2014-2015 Free Software | 2 | Copyright (C) 1992, 2005, 2007, 2010, 2014-2015, 2017 Free Software |
3 | Foundation, Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/cpiohdr.h b/src/cpiohdr.h index b29e6fb..c297415 100644 --- a/src/cpiohdr.h +++ b/src/cpiohdr.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* Extended cpio header from POSIX.1. | 1 | /* Extended cpio header from POSIX.1. |
2 | Copyright (C) 1992, 2006-2007, 2010, 2014-2015 Free Software | 2 | Copyright (C) 1992, 2006-2007, 2010, 2014-2015, 2017 Free Software |
3 | Foundation, Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/defer.c b/src/defer.c index c07750f..c7bcfd7 100644 --- a/src/defer.c +++ b/src/defer.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* defer.c - handle "defered" links in newc and crc archives | 1 | /* defer.c - handle "defered" links in newc and crc archives |
2 | Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1993, 2003-2004, 2006-2007, 2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/defer.h b/src/defer.h index 0ba2c21..908a3b8 100644 --- a/src/defer.h +++ b/src/defer.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* defer.h | 1 | /* defer.h |
2 | Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1993, 2001, 2004, 2006-2007, 2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/dstring.c b/src/dstring.c index 2e6b97b..ddad4c8 100644 --- a/src/dstring.c +++ b/src/dstring.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* dstring.c - The dynamic string handling routines used by cpio. | 1 | /* dstring.c - The dynamic string handling routines used by cpio. |
2 | Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software | 2 | Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 Free |
3 | Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/dstring.h b/src/dstring.h index 5b49def..b5135fe 100644 --- a/src/dstring.h +++ b/src/dstring.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* dstring.h - Dynamic string handling include file. Requires strings.h. | 1 | /* dstring.h - Dynamic string handling include file. Requires strings.h. |
2 | Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015 Free Software | 2 | Copyright (C) 1990-1992, 2004, 2007, 2010, 2014-2015, 2017 Free |
3 | Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/extern.h b/src/extern.h index 8339050..6fa2089 100644 --- a/src/extern.h +++ b/src/extern.h | |||
@@ -1,5 +1,5 @@ | |||
1 | /* extern.h - External declarations for cpio. Requires system.h. | 1 | /* extern.h - External declarations for cpio. Requires system.h. |
2 | Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2016 Free | 2 | Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
diff --git a/src/fatal.c b/src/fatal.c index 7f8c075..55c2d70 100644 --- a/src/fatal.c +++ b/src/fatal.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* This file is part of GNU cpio. | 1 | /* This file is part of GNU cpio. |
2 | Copyright (C) 2005, 2007, 2010, 2014-2015 Free Software Foundation, | 2 | Copyright (C) 2005, 2007, 2010, 2014-2015, 2017 Free Software |
3 | Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/filemode.c b/src/filemode.c index 06f443d..5fc6c74 100644 --- a/src/filemode.c +++ b/src/filemode.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* filemode.c -- make a string describing file modes | 1 | /* filemode.c -- make a string describing file modes |
2 | Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010, 2014-2015, 2017 |
3 | Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/filetypes.h b/src/filetypes.h index 7986bb4..ea8b5d4 100644 --- a/src/filetypes.h +++ b/src/filetypes.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* filetypes.h - deal with POSIX annoyances | 1 | /* filetypes.h - deal with POSIX annoyances |
2 | Copyright (C) 1991, 2007, 2010, 2014-2015 Free Software Foundation, | 2 | Copyright (C) 1991, 2007, 2010, 2014-2015, 2017 Free Software |
3 | Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/global.c b/src/global.c index 57e505a..fb3abe9 100644 --- a/src/global.c +++ b/src/global.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* global.c - global variables and initial values for cpio. | 1 | /* global.c - global variables and initial values for cpio. |
2 | Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015 Free | 2 | Copyright (C) 1990-1992, 2001, 2006-2007, 2009-2010, 2014-2015, 2017 |
3 | Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/idcache.c b/src/idcache.c index c89e7f1..33b0d3f 100644 --- a/src/idcache.c +++ b/src/idcache.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* idcache.c -- map user and group IDs, cached for speed | 1 | /* idcache.c -- map user and group IDs, cached for speed |
2 | Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1985, 1988-1990, 2004, 2007, 2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
@@ -1,6 +1,6 @@ | |||
1 | /* main.c - main program and argument processing for cpio. | 1 | /* main.c - main program and argument processing for cpio. |
2 | Copyright (C) 1990-1992, 2001, 2003-2007, 2009-2010, 2014-2015 Free | 2 | Copyright (C) 1990-1992, 2001, 2003-2007, 2009-2010, 2014-2015, 2017 |
3 | Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/makepath.c b/src/makepath.c index 18d5b69..b5f99c6 100644 --- a/src/makepath.c +++ b/src/makepath.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* makepath.c -- Ensure that a directory path exists. | 1 | /* makepath.c -- Ensure that a directory path exists. |
2 | Copyright (C) 1990, 2006-2007, 2010, 2014-2015 Free Software | 2 | Copyright (C) 1990, 2006-2007, 2010, 2014-2015, 2017 Free Software |
3 | Foundation, Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | |||
1 | /* mt -- control magnetic tape drive operation | 1 | /* mt -- control magnetic tape drive operation |
2 | Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1991-1992, 1995, 2001, 2007, 2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
@@ -1,5 +1,5 @@ | |||
1 | /* tar.c - read in write tar headers for cpio | 1 | /* tar.c - read in write tar headers for cpio |
2 | Copyright (C) 1992, 2001, 2004, 2006-2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1992, 2001, 2004, 2006-2007, 2010, 2014-2015, 2017 Free |
3 | Software Foundation, Inc. | 3 | Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
@@ -1,6 +1,6 @@ | |||
1 | /* Extended tar format from POSIX.1. | 1 | /* Extended tar format from POSIX.1. |
2 | Copyright (C) 1992, 2007, 2010, 2014-2015 Free Software Foundation, | 2 | Copyright (C) 1992, 2007, 2010, 2014-2015, 2017 Free Software |
3 | Inc. | 3 | Foundation, Inc. |
4 | Written by David J. MacKenzie. | 4 | Written by David J. MacKenzie. |
5 | 5 | ||
6 | This file is part of the GNU C Library. | 6 | This file is part of the GNU C Library. |
diff --git a/src/tarhdr.h b/src/tarhdr.h index 22a76af..c41b7f3 100644 --- a/src/tarhdr.h +++ b/src/tarhdr.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* Extended tar header from POSIX.1. | 1 | /* Extended tar header from POSIX.1. |
2 | Copyright (C) 1992, 2007, 2010, 2014-2015 Free Software Foundation, | 2 | Copyright (C) 1992, 2007, 2010, 2014-2015, 2017 Free Software |
3 | Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/src/userspec.c b/src/userspec.c index 14d608c..eb3640e 100644 --- a/src/userspec.c +++ b/src/userspec.c | |||
@@ -1,6 +1,6 @@ | |||
1 | /* userspec.c -- Parse a user and group string. | 1 | /* userspec.c -- Parse a user and group string. |
2 | Copyright (C) 1989-1992, 2001, 2004-2005, 2007, 2010, 2014-2015 Free | 2 | Copyright (C) 1989-1992, 2001, 2004-2005, 2007, 2010, 2014-2015, 2017 |
3 | Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
@@ -1,6 +1,6 @@ | |||
1 | /* util.c - Several utility routines for cpio. | 1 | /* util.c - Several utility routines for cpio. |
2 | Copyright (C) 1990-1992, 2001, 2004, 2006-2007, 2010-2011, 2014-2015 | 2 | Copyright (C) 1990-1992, 2001, 2004, 2006-2007, 2010-2011, 2014-2015, |
3 | Free Software Foundation, Inc. | 3 | 2017 Free Software Foundation, Inc. |
4 | 4 | ||
5 | This program is free software; you can redistribute it and/or modify | 5 | This program is free software; you can redistribute it and/or modify |
6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
@@ -1,7 +1,8 @@ | |||
1 | divert(-1) | 1 | divert(-1) |
2 | # System dependent functions for GNU cpio. | 2 | # System dependent functions for GNU cpio. |
3 | # | 3 | # |
4 | # Copyright (C) 2007, 2010, 2014-2015 Free Software Foundation, Inc. | 4 | # Copyright (C) 2007, 2010, 2014-2015, 2017 Free Software Foundation, |
5 | # Inc. | ||
5 | # GNU cpio is free software; you can redistribute it and/or modify | 6 | # GNU cpio is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 7 | # it under the terms of the GNU General Public License as published by |
7 | # the Free Software Foundation; either version 3, or (at your option) | 8 | # the Free Software Foundation; either version 3, or (at your option) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 863f46c..65acb46 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -1,7 +1,7 @@ | |||
1 | # Makefile for GNU cpio regression tests. | 1 | # Makefile for GNU cpio regression tests. |
2 | 2 | ||
3 | # Copyright (C) 2004, 2007-2010, 2014-2015 Free Software Foundation, | 3 | # Copyright (C) 2004, 2007-2010, 2014-2015, 2017 Free Software |
4 | # Inc. | 4 | # Foundation, Inc. |
5 | 5 | ||
6 | ## This program is free software; you can redistribute it and/or modify | 6 | ## This program is free software; you can redistribute it and/or modify |
7 | ## it under the terms of the GNU General Public License as published by | 7 | ## it under the terms of the GNU General Public License as published by |
diff --git a/tests/atlocal.in b/tests/atlocal.in index a5f26f3..2f7f93c 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in | |||
@@ -1,6 +1,7 @@ | |||
1 | # @configure_input@ -*- shell-script -*- | 1 | # @configure_input@ -*- shell-script -*- |
2 | # Configurable variable values for tar test suite. | 2 | # Configurable variable values for tar test suite. |
3 | # Copyright (C) 2004, 2010, 2014-2015 Free Software Foundation, Inc. | 3 | # Copyright (C) 2004, 2010, 2014-2015, 2017 Free Software Foundation, |
4 | # Inc. | ||
4 | 5 | ||
5 | PATH=@abs_builddir@:@abs_top_builddir@/src:$top_srcdir:$srcdir:$PATH | 6 | PATH=@abs_builddir@:@abs_top_builddir@/src:$top_srcdir:$srcdir:$PATH |
6 | 7 | ||
diff --git a/tests/big-block-size.at b/tests/big-block-size.at index 380e025..a266cdc 100644 --- a/tests/big-block-size.at +++ b/tests/big-block-size.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/inout.at b/tests/inout.at index 60c3716..86c7d02 100644 --- a/tests/inout.at +++ b/tests/inout.at | |||
@@ -1,5 +1,5 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2004, 2006-2007, 2010, 2014-2015 Free Software | 2 | # Copyright (C) 2004, 2006-2007, 2010, 2014-2015, 2017 Free Software |
3 | # Foundation, Inc. | 3 | # Foundation, Inc. |
4 | 4 | ||
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
diff --git a/tests/interdir.at b/tests/interdir.at index a8c24af..d9a9e6f 100644 --- a/tests/interdir.at +++ b/tests/interdir.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2007, 2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2007, 2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/setstat01.at b/tests/setstat01.at index 653a578..dd4d951 100644 --- a/tests/setstat01.at +++ b/tests/setstat01.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/setstat02.at b/tests/setstat02.at index 787b43f..0a250b6 100644 --- a/tests/setstat02.at +++ b/tests/setstat02.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/setstat03.at b/tests/setstat03.at index 694ee19..a994fac 100644 --- a/tests/setstat03.at +++ b/tests/setstat03.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/setstat04.at b/tests/setstat04.at index a49392c..5cfb729 100644 --- a/tests/setstat04.at +++ b/tests/setstat04.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/setstat05.at b/tests/setstat05.at index 92e673b..8a90898 100644 --- a/tests/setstat05.at +++ b/tests/setstat05.at | |||
@@ -1,5 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2009-2010, 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2009-2010, 2014-2015, 2017 Free Software Foundation, |
3 | # Inc. | ||
3 | 4 | ||
4 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/symlink-bad-length.at b/tests/symlink-bad-length.at index 11fc6ce..fd2c87e 100644 --- a/tests/symlink-bad-length.at +++ b/tests/symlink-bad-length.at | |||
@@ -1,5 +1,5 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2014-2015, 2017 Free Software Foundation, Inc. |
3 | 3 | ||
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/symlink-long.at b/tests/symlink-long.at index 53a9fdd..cd41154 100644 --- a/tests/symlink-long.at +++ b/tests/symlink-long.at | |||
@@ -1,5 +1,5 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2014-2015 Free Software Foundation, Inc. | 2 | # Copyright (C) 2014-2015, 2017 Free Software Foundation, Inc. |
3 | 3 | ||
4 | # This program is free software; you can redistribute it and/or modify | 4 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/symlink-to-stdout.at b/tests/symlink-to-stdout.at index 4906be4..bb64e17 100644 --- a/tests/symlink-to-stdout.at +++ b/tests/symlink-to-stdout.at | |||
@@ -1,6 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2006-2007, 2010, 2014-2015 Free Software Foundation, | 2 | # Copyright (C) 2006-2007, 2010, 2014-2015, 2017 Free Software |
3 | # Inc. | 3 | # Foundation, Inc. |
4 | 4 | ||
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/symlink.at b/tests/symlink.at index 85f5457..f5d570e 100644 --- a/tests/symlink.at +++ b/tests/symlink.at | |||
@@ -1,6 +1,6 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | # Copyright (C) 2006-2007, 2010, 2014-2015 Free Software Foundation, | 2 | # Copyright (C) 2006-2007, 2010, 2014-2015, 2017 Free Software |
3 | # Inc. | 3 | # Foundation, Inc. |
4 | 4 | ||
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |
6 | # it under the terms of the GNU General Public License as published by | 6 | # it under the terms of the GNU General Public License as published by |
diff --git a/tests/testsuite.at b/tests/testsuite.at index b11c4a0..644ada0 100644 --- a/tests/testsuite.at +++ b/tests/testsuite.at | |||
@@ -1,7 +1,7 @@ | |||
1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- | 1 | # Process this file with autom4te to create testsuite. -*- Autotest -*- |
2 | 2 | ||
3 | # Test suite for GNU cpio | 3 | # Test suite for GNU cpio |
4 | # Copyright (C) 2004, 2006-2007, 2010, 2014-2015 Free Software | 4 | # Copyright (C) 2004, 2006-2007, 2010, 2014-2015, 2017 Free Software |
5 | # Foundation, Inc. | 5 | # Foundation, Inc. |
6 | 6 | ||
7 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
diff --git a/tests/version.at b/tests/version.at index d89f0e7..80249bc 100644 --- a/tests/version.at +++ b/tests/version.at | |||
@@ -1,5 +1,5 @@ | |||
1 | # Checking cpio version -*- Autotest -*- | 1 | # Checking cpio version -*- Autotest -*- |
2 | # Copyright (C) 2004, 2007, 2009-2010, 2014-2015 Free Software | 2 | # Copyright (C) 2004, 2007, 2009-2010, 2014-2015, 2017 Free Software |
3 | # Foundation, Inc. | 3 | # Foundation, Inc. |
4 | 4 | ||
5 | # This program is free software; you can redistribute it and/or modify | 5 | # This program is free software; you can redistribute it and/or modify |