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,9 +1,9 @@
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
7# the Free Software Foundation; either version 3, or (at your option) 7# the Free Software Foundation; either version 3, or (at your option)
8# any later version. 8# any later version.
9# 9#
diff --git a/README-alpha b/README-alpha
index 9aff5e5..0b04e4b 100644
--- a/README-alpha
+++ b/README-alpha
@@ -38,13 +38,13 @@ Usual procedures apply:
38 make install 38 make install
39 39
40See INSTALL and README for the detailed instructions. 40See 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.
48 48
49GNU cpio is free software; you can redistribute it and/or modify 49GNU cpio is free software; you can redistribute it and/or modify
50it under the terms of the GNU General Public License as published by 50it under the terms of the GNU General Public License as published by
diff --git a/README-hacking b/README-hacking
index 0926b98..4b15efc 100644
--- a/README-hacking
+++ b/README-hacking
@@ -46,13 +46,13 @@ where the Gnulib and Paxutils sources reside.
46 46
47For more information about `bootstrap', run `bootstrap --help'. 47For more information about `bootstrap', run `bootstrap --help'.
48 48
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
56 copyright notice and this permission notice are preserved, 56 copyright notice and this permission notice are preserved,
57 thus giving the recipient permission to redistribute in turn. 57 thus giving the recipient permission to redistribute in turn.
58 58
diff --git a/bootstrap b/bootstrap
index 36f7a1e..f7f6c56 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,12 +1,11 @@
1#! /bin/sh 1#! /bin/sh
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
10# the Free Software Foundation, either version 3 of the License, or 9# the Free Software Foundation, either version 3 of the License, or
11# (at your option) any later version. 10# (at your option) any later version.
12 11
diff --git a/bootstrap.conf b/bootstrap.conf
index 419dfc3..aa2a3df 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,9 +1,10 @@
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
7# the Free Software Foundation; either version 3, or (at your option) 8# the Free Software Foundation; either version 3, or (at your option)
8# any later version. 9# any later version.
9 10
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d3b71c2..6fcf04a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
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
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 7c60d5f..c1cf11b 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -12,13 +12,13 @@
12 12
13@include version.texi 13@include version.texi
14 14
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
22Permission is granted to copy, distribute and/or modify this document 22Permission is granted to copy, distribute and/or modify this document
23under the terms of the GNU Free Documentation License, Version 1.2 or 23under the terms of the GNU Free Documentation License, Version 1.2 or
24any later version published by the Free Software Foundation; with no 24any later version published by the Free Software Foundation; with no
diff --git a/doc/gendocs_template b/doc/gendocs_template
index aa361ea..623e662 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -86,13 +86,13 @@ the FSF.
86<br /> 86<br />
87Please send broken links and other corrections (or suggestions) to 87Please send broken links and other corrections (or suggestions) to
88<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>. 88<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
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
96permitted in any medium, provided this notice is preserved. 96permitted in any medium, provided this notice is preserved.
97</p> 97</p>
98 98
diff --git a/headers/Makefile.am b/headers/Makefile.am
index cf250e7..c7d8483 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -1,8 +1,8 @@
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 mo