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,15 +1,15 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004, 2007, 2009, 2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2007, 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
# the Free Software Foundation; either version 3, 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
diff --git a/README-alpha b/README-alpha
index 9aff5e5..0b04e4b 100644
--- a/README-alpha
+++ b/README-alpha
@@ -32,25 +32,25 @@ contact the mailing list.
* Building
Usual procedures apply:
./configure
make
make install
See INSTALL and README for the detailed instructions.
* Copyright information:
-Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
+Copyright (C) 2004, 2006-2007, 2009-2010, 2014 Free Software Foundation,
Inc.
This file is part of GNU cpio.
GNU cpio 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, or (at your option)
any later version.
GNU cpio 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
diff --git a/README-hacking b/README-hacking
index 0926b98..4b15efc 100644
--- a/README-hacking
+++ b/README-hacking
@@ -40,25 +40,25 @@ root directory the file named `.bootstrap' with the following
contents:
--gnulib-srcdir=$HOME/gnulib --paxutils-srcdir=$HOME/paxutils
Replace `$HOME/gnulib' and $HOME/paxutils with the actual directory
where the Gnulib and Paxutils sources reside.
For more information about `bootstrap', run `bootstrap --help'.
* Copyright information
- Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007-2010, 2014 Free Software Foundation, Inc.
Permission is granted to anyone to make or distribute verbatim copies
of this document as received, in any medium, provided that the
copyright notice and this permission notice are preserved,
thus giving the recipient permission to redistribute in turn.
Permission is granted to distribute modified versions
of this document, or of portions of it,
under the above conditions, provided also that they
carry prominent notices stating who last changed them.
^L
diff --git a/bootstrap b/bootstrap
index 36f7a1e..f7f6c56 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,18 +1,17 @@
#! /bin/sh
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
-# Software Foundation, Inc.
+# Copyright (C) 2003-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
# 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
diff --git a/bootstrap.conf b/bootstrap.conf
index 419dfc3..aa2a3df 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,15 +1,16 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 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
# the Free Software Foundation; either version 3, 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
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d3b71c2..6fcf04a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,14 +1,14 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 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
# the Free Software Foundation; either version 3, 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
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 7c60d5f..c1cf11b 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -6,25 +6,25 @@
@c %**end of header
@dircategory Archiving
@direntry
* Cpio: (cpio). Copy-in-copy-out archiver to tape or disk.
@end direntry
@include version.texi
@copying
This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}).
-Copyright @copyright{} 1995, 2001, 2002, 2004, 2010 Free Software
+Copyright @copyright{} 1995, 2001-2002, 2004, 2010, 2014 Free Software
Foundation, Inc.
@sp 1
@quotation
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with the Front-Cover texts being ``A GNU Manual'',
and with the Back-Cover Texts as in (a) below. A copy of the license
is included in the section entitled ``GNU Free Documentation License''.
(a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
this GNU Manual, like GNU software. Copies published by the Free
diff --git a/doc/gendocs_template b/doc/gendocs_template
index aa361ea..623e662 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -80,25 +80,25 @@ Return to the <a href="/home.html">GNU Project home page</a>.
<p>
Please send FSF &amp; GNU inquiries to
<a href="mailto:gnu@gnu.org"><em>gnu@gnu.org</em></a>.
There are also <a href="/home.html#ContactInfo">other ways to contact</a>
the FSF.
<br />
Please send broken links and other corrections (or suggestions) to
<a href="mailto:webmasters@gnu.org"><em>webmasters@gnu.org</em></a>.
</p>
<p>
-Copyright (C) 2004, 2010 Free Software Foundation, Inc.,
+Copyright (C) 2004, 2010, 2014 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02111, USA
<br />
Verbatim copying and distribution of this entire article is
permitted in any medium, provided this notice is preserved.
</p>
<p>
Updated:
<!-- timestamp start -->
$Date$ $Author$
<!-- timestamp end -->
</p>
diff --git a/headers/Makefile.am b/headers/Makefile.am
index cf250e7..c7d8483 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -1,14 +1,14 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007, 2010 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 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
# the Free Software Foundation; either version 3, 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
diff --git a/headers/fnmatch.h b/headers/fnmatch.h
index 3536b4e..061ad87 100644
--- a/headers/fnmatch.h
+++ b/headers/fnmatch.h
@@ -1,13 +1,13 @@
-/* Copyright (C) 1991, 1992, 1993, 2007, 2010 Free Software Foundation,
+/* Copyright (C) 1991-1993, 2007, 2010, 2014 Free Software Foundation,
* Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
This library 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
Library General Public License for more details.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e202b0f..e7e92d0 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,16 +1,16 @@
# Makefile for GNU tar library. -*- Makefile -*-
-# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004,
-# 2005, 2006, 2007, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 1994-1997, 1999-2001, 2003-2007, 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
# 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
diff --git a/mingw.m4 b/mingw.m4
index 810cdde..f95fcda 100644
--- a/mingw.m4
+++ b/mingw.m4
@@ -1,15 +1,15 @@
/* System dependent functions for GNU cpio.
- Copyright (C) 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2010, 2014 Free Software Foundation, Inc.
GNU cpio 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, or (at your option)
any later version.
GNU cpio 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
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 8b76e71..7785bbd 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,15 +1,15 @@
# List of files which contain translatable strings.
-# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+# Copyright (C) 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
# the Free Software Foundation; either version 3, 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
diff --git a/src/Makefile.am b/src/Makefile.am
index fea4264..e19529d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,15 +1,15 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004, 2007, 2009, 2010 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2007, 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
# the Free Software Foundation; either version 3, 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
diff --git a/src/copyin.c b/src/copyin.c
index 78ffdd7..38d809f 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,15 +1,15 @@
/* copyin.c - extract or list a cpio archive
- Copyright (C) 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2005, 2006,
- 2007, 2009, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001-2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/copyout.c b/src/copyout.c
index 63785ff..673dad4 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,15 +1,15 @@
/* copyout.c - create a cpio archive
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2006, 2007, 2009,
- 2010 Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/copypass.c b/src/copypass.c
index a3ccb71..0a0c79c 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,15 +1,15 @@
/* copypass.c - cpio copy pass sub-function.
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2006, 2007, 2010
- Free Software Foundation, Inc.
+ Copyright (C) 1990-1992, 2001, 2003-2004, 2006-2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/cpio.h b/src/cpio.h
index b2aec61..8f3295a 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,14 +1,15 @@
/* Extended cpio format from POSIX.1.
- Copyright (C) 1992, 2005, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2005, 2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index 9aa8ed9..549cf1c 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,14 +1,15 @@
/* Extended cpio header from POSIX.1.
- Copyright (C) 1992, 2006, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2006-2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/defer.c b/src/defer.c
index a213f81..344a0fd 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,14 +1,14 @@
/* defer.c - handle "defered" links in newc and crc archives
- Copyright (C) 1993, 2003, 2004, 2006, 2007, 2010 Free Software
+ Copyright (C) 1993, 2003-2004, 2006-2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/defer.h b/src/defer.h
index 3262649..f2a6892 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,14 +1,14 @@
/* defer.h
- Copyright (C) 1993, 2001, 2004, 2006, 2007, 2010 Free Software
+ Copyright (C) 1993, 2001, 2004, 2006-2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/dstring.c b/src/dstring.c
index 6ff75bf..46e0654 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,14 +1,14 @@
/* dstring.c - The dynamic string handling routines used by cpio.
- Copyright (C) 1990, 1991, 1992, 2004, 2007, 2010 Free Software
+ Copyright (C) 1990-1992, 2004, 2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/dstring.h b/src/dstring.h
index 39d63f0..16ed47f 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,14 +1,14 @@
/* dstring.h - Dynamic string handling include file. Requires strings.h.
- Copyright (C) 1990, 1991, 1992, 2004, 2007, 2010 Free Software
+ Copyright (C) 1990-1992, 2004, 2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/extern.h b/src/extern.h
index ef00242..92117cd 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,14 +1,14 @@
/* extern.h - External declarations for cpio. Requires system.h.
- Copyright (C) 1990, 1991, 1992, 2001, 2006, 2007, 2009, 2010 Free
+ Copyright (C) 1990-1992, 2001, 2006-2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/fatal.c b/src/fatal.c
index 16413cd..d35da22 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,14 +1,14 @@
/* This file is part of GNU cpio.
- Copyright (C) 2005, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 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
the Free Software Foundation; either version 3, 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
diff --git a/src/filemode.c b/src/filemode.c
index 9c816ea..d3ae714 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,14 +1,14 @@
/* filemode.c -- make a string describing file modes
- Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010 Free Software
+ Copyright (C) 1985, 1990, 1993, 2004, 2007, 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
the Free Software Foundation; either version 3, 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.
diff --git a/src/filetypes.h b/src/filetypes.h
index 252a1db..e91784c 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,14 +1,14 @@
/* filetypes.h - deal with POSIX annoyances
- Copyright (C) 1991, 2007, 2010 Free Software Foundation, Inc.
+ Copyright (C) 1991, 2007, 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
the Free Software Foundation; either version 3, or (at your option)
any later version.
This program is distributed in the hope that it wi