aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap3
-rw-r--r--bootstrap.conf3
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/cpio.texi2
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--headers/Makefile.am2
-rw-r--r--headers/fnmatch.h2
-rw-r--r--lib/Makefile.am4
-rw-r--r--mingw.m42
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am4
-rw-r--r--src/copyin.c4
-rw-r--r--src/copyout.c4
-rw-r--r--src/copypass.c4
-rw-r--r--src/cpio.h3
-rw-r--r--src/cpiohdr.h3
-rw-r--r--src/defer.c2
-rw-r--r--src/defer.h2
-rw-r--r--src/dstring.c2
-rw-r--r--src/dstring.h2
-rw-r--r--src/extern.h2
-rw-r--r--src/fatal.c2
-rw-r--r--src/filemode.c2
-rw-r--r--src/filetypes.h2
-rw-r--r--src/global.c2
-rw-r--r--src/idcache.c2
-rw-r--r--src/main.c4
-rw-r--r--src/makepath.c3
-rw-r--r--src/mt.c2
-rw-r--r--src/tar.c2
-rw-r--r--src/tar.h2
-rw-r--r--src/tarhdr.h2
-rw-r--r--src/userspec.c4
-rw-r--r--src/util.c4
-rw-r--r--sysdep.m42
-rw-r--r--tests/Makefile.am3
-rw-r--r--tests/atlocal.in2
-rw-r--r--tests/inout.at3
-rw-r--r--tests/interdir.at2
-rw-r--r--tests/setstat01.at2
-rw-r--r--tests/setstat02.at2
-rw-r--r--tests/setstat03.at2
-rw-r--r--tests/setstat04.at2
-rw-r--r--tests/setstat05.at2
-rw-r--r--tests/symlink-to-stdout.at2
-rw-r--r--tests/symlink.at2
-rw-r--r--tests/testsuite.at3
-rw-r--r--tests/version.at3
51 files changed, 67 insertions, 62 deletions
diff --git a/Makefile.am b/Makefile.am
index 55e7add..e4139f3 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 Free Software Foundation, 2# Copyright (C) 2003-2004, 2007, 2009-2010, 2014 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/README-alpha b/README-alpha
index 9aff5e5..0b04e4b 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
44Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation, 44Copyright (C) 2004, 2006-2007, 2009-2010, 2014 Free Software Foundation,
45Inc. 45Inc.
46 46
47This file is part of GNU cpio. 47This file is part of GNU cpio.
diff --git a/README-hacking b/README-hacking
index 0926b98..4b15efc 100644
--- a/README-hacking
+++ b/README-hacking
@@ -49,7 +49,7 @@ For more information about `bootstrap', run `bootstrap --help'.
49 49
50* Copyright information 50* Copyright information
51 51
52 Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 52 Copyright (C) 2007-2010, 2014 Free Software Foundation, Inc.
53 53
54 Permission is granted to anyone to make or distribute verbatim copies 54 Permission is granted to anyone to make or distribute verbatim copies
55 of this document as received, in any medium, provided that the 55 of this document as received, in any medium, provided that the
diff --git a/bootstrap b/bootstrap
index 36f7a1e..f7f6c56 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,8 +2,7 @@
2 2
3# Bootstrap this package from checked-out sources. 3# Bootstrap this package from checked-out sources.
4 4
5# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free 5# Copyright (C) 2003-2010, 2014 Free Software Foundation, Inc.
6# Software Foundation, Inc.
7 6
8# 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
9# it under the terms of the GNU General Public License as published by 8# it under the terms of the GNU General Public License as published by
diff --git a/bootstrap.conf b/bootstrap.conf
index 419dfc3..aa2a3df 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,6 +1,7 @@
1# Bootstrap configuration. 1# Bootstrap configuration.
2 2
3# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc. 3# Copyright (C) 2006-2007, 2009-2010, 2014 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/doc/Makefile.am b/doc/Makefile.am
index d3b71c2..6fcf04a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU cpio 1# This file is part of GNU cpio
2# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. 2# Copyright (C) 2004, 2007, 2010, 2014 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/doc/cpio.texi b/doc/cpio.texi
index 7c60d5f..c1cf11b 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -15,7 +15,7 @@
15@copying 15@copying
16This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}). 16This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}).
17 17
18Copyright @copyright{} 1995, 2001, 2002, 2004, 2010 Free Software 18Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014 Free Software
19Foundation, Inc. 19Foundation, Inc.
20@sp 1 20@sp 1
21@quotation 21@quotation
diff --git a/doc/gendocs_template b/doc/gendocs_template
index aa361ea..623e662 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -89,7 +89,7 @@ Please send broken links and other corrections (or suggestions) to
89</p> 89</p>
90 90
91<p> 91<p>
92Copyright (C) 2004, 2010 Free Software Foundation, Inc., 92Copyright (C) 2004, 2010, 2014 Free Software Foundation, Inc.,
9351 Franklin Street, Fifth Floor, Boston, MA 02111, USA 9351 Franklin Street, Fifth Floor, Boston, MA 02111, USA
94<br /> 94<br />
95Verbatim copying and distribution of this entire article is 95Verbatim copying and distribution of this entire article is
diff --git a/headers/Makefile.am b/headers/Makefile.am
index cf250e7..c7d8483 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU cpio 1# This file is part of GNU cpio
2# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc. 2# Copyright (C) 2004, 2007, 2010, 2014 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/headers/fnmatch.h b/headers/fnmatch.h
index 3536b4e..061ad87 100644
--- a/headers/fnmatch.h
+++ b/headers/fnmatch.h
@@ -1,4 +1,4 @@
1/* Copyright (C) 1991, 1992, 1993, 2007, 2010 Free Software Foundation, 1/* Copyright (C) 1991-1993, 2007, 2010, 2014 Free Software Foundation,
2 * Inc. 2 * Inc.
3 3
4This library is free software; you can redistribute it and/or 4This library is free software; you can redistribute it and/or
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e202b0f..e7e92d0 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, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004, 3# Copyright (C) 1994-1997, 1999-2001, 2003-2007, 2009-2010, 2014 Free
4# 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc. 4# 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
diff --git a/mingw.m4 b/mingw.m4
index 810cdde..f95fcda 100644
--- a/mingw.m4
+++ b/mingw.m4
@@ -1,6 +1,6 @@
1/* System dependent functions for GNU cpio. 1/* System dependent functions for GNU cpio.
2 2
3 Copyright (C) 2007, 2010 Free Software Foundation, Inc. 3 Copyright (C) 2007, 2010, 2014 Free Software Foundation, Inc.
4 4
5 GNU cpio is free software; you can redistribute it and/or modify 5 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 6 it under the terms of the GNU General Public License as published by
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8b76e71..7785bbd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,6 +1,6 @@
1# List of files which contain translatable strings. 1# List of files which contain translatable strings.
2 2
3# Copyright (C) 2008