aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am3
-rw-r--r--NEWS3
-rw-r--r--README-alpha3
-rw-r--r--README-hacking2
-rwxr-xr-xbootstrap3
-rw-r--r--bootstrap.conf2
-rw-r--r--configure.ac3
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/cpio.texi3
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--headers/Makefile.am2
-rw-r--r--headers/fnmatch.h3
-rw-r--r--lib/Makefile.am2
-rw-r--r--mingw.m42
-rw-r--r--po/POTFILES.in2
-rw-r--r--src/Makefile.am3
-rw-r--r--src/copyin.c4
-rw-r--r--src/copyout.c4
-rw-r--r--src/copypass.c4
-rw-r--r--src/cpio.h2
-rw-r--r--src/cpiohdr.h2
-rw-r--r--src/defer.c3
-rw-r--r--src/defer.h3
-rw-r--r--src/dstring.c3
-rw-r--r--src/dstring.h3
-rw-r--r--src/extern.h4
-rw-r--r--src/fatal.c2
-rw-r--r--src/filemode.c3
-rw-r--r--src/filetypes.h2
-rw-r--r--src/global.c4
-rw-r--r--src/idcache.c4
-rw-r--r--src/main.c4
-rw-r--r--src/makepath.c2
-rw-r--r--src/mt.c3
-rw-r--r--src/tar.c3
-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.at2
-rw-r--r--tests/interdir.at2
-rw-r--r--tests/setstat01.at2
-rw-r--r--tests/setstat02.at2
-rw-r--r--tests/symlink.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
49 files changed, 74 insertions, 58 deletions
diff --git a/Makefile.am b/Makefile.am
index 4931db1..aa7ed3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,9 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2007, 2009, 2010 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.
#
diff --git a/NEWS b/NEWS
index 03c8869..0b3a709 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,9 @@
GNU cpio NEWS -- history of user-visible changes. 2009-07-31
-Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software
+Foundation, Inc.
See the end of file for copying conditions.
Please send cpio bug reports to <bug-cpio@gnu.org>.
Version 2.10.90 (Git)
diff --git a/README-alpha b/README-alpha
index fd76d7c..9aff5e5 100644
--- a/README-alpha
+++ b/README-alpha
@@ -38,13 +38,14 @@ Usual procedures apply:
make install
See INSTALL and README for the detailed instructions.
* Copyright information:
-Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc.
+Copyright (C) 2004, 2006, 2007, 2009, 2010 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)
diff --git a/README-hacking b/README-hacking
index 5323002..0926b98 100644
--- a/README-hacking
+++ b/README-hacking
@@ -46,13 +46,13 @@ where the Gnulib and Paxutils sources reside.
For more information about `bootstrap', run `bootstrap --help'.
* Copyright information
- Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009, 2010 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.
diff --git a/bootstrap b/bootstrap
index 7ad16d3..bad2ada 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,11 +1,12 @@
#! /bin/sh
# Bootstrap this package from checked-out sources.
-# Copyright (C) 2003-2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 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.
diff --git a/bootstrap.conf b/bootstrap.conf
index 90c9595..419dfc3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -1,9 +1,9 @@
# Bootstrap configuration.
-# Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009, 2010 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.
diff --git a/configure.ac b/configure.ac
index 50dd292..665591c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,10 @@
dnl Process this file with autoconf to produce a configure script.
dnl This file is part of GNU cpio
-dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software
+dnl Foundation, Inc.
dnl
dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by
dnl the Free Software Foundation; either version 3, or (at your option)
dnl any later version.
dnl
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f579f4b..764d472 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 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.
#
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 5873794..1af808a 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -12,13 +12,14 @@
@include version.texi
@copying
This manual documents GNU cpio (version @value{VERSION}, @value{UPDATED}).
-Copyright @copyright{} 1995, 2001, 2002, 2004 Free Software Foundation, Inc.
+Copyright @copyright{} 1995, 2001, 2002, 2004, 2010 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'',
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 894cc18..aa361ea 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -86,13 +86,13 @@ 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 Free Software Foundation, Inc.,
+Copyright (C) 2004, 2010 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>
diff --git a/headers/Makefile.am b/headers/Makefile.am
index 07ca860..cf250e7 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of GNU cpio
-# Copyright (C) 2004, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2007, 2010 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.
#
diff --git a/headers/fnmatch.h b/headers/fnmatch.h
index af309e6..3536b4e 100644
--- a/headers/fnmatch.h
+++ b/headers/fnmatch.h
@@ -1,7 +1,8 @@
-/* Copyright (C) 1991, 1992, 1993, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 2007, 2010 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.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 63234e2..e2fc4a6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,10 +1,10 @@
# Makefile for GNU tar library. -*- Makefile -*-
# Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004,
-# 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2009, 2010 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.
diff --git a/mingw.m4 b/mingw.m4
index 51ad025..810cdde 100644
--- a/mingw.m4
+++ b/mingw.m4
@@ -1,9 +1,9 @@
/* System dependent functions for GNU cpio.
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2010 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.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a273736..8b76e71 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,9 +1,9 @@
# List of files which contain translatable strings.
-# Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2008, 2009, 2010 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.
#
diff --git a/src/Makefile.am b/src/Makefile.am
index 63f99d2..ec71397 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,9 @@
# This file is part of GNU cpio
-# Copyright (C) 2003, 2004, 2007, 2009 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2004, 2007, 2009, 2010 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.
#
diff --git a/src/copyin.c b/src/copyin.c
index 5b7594b..fb591fc 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -1,9 +1,9 @@
/* copyin.c - extract or list a cpio archive
- Copyright (C) 1990, 1991, 1992, 2001, 2002, 2003, 2004,
- 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2002, 2003, 2004, 2005, 2006,
+ 2007, 2009, 2010 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.
diff --git a/src/copyout.c b/src/copyout.c
index dd9bac2..ebfc263 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -1,9 +1,9 @@
/* copyout.c - create a cpio archive
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004,
- 2006, 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2006, 2007, 2009,
+ 2010 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.
diff --git a/src/copypass.c b/src/copypass.c
index 8941b76..2a08a66 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -1,9 +1,9 @@
/* copypass.c - cpio copy pass sub-function.
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004,
- 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2006, 2007, 2010
+ 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.
diff --git a/src/cpio.h b/src/cpio.h
index 2bf6166..b2aec61 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -1,8 +1,8 @@
/* Extended cpio format from POSIX.1.
- Copyright (C) 1992, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2005, 2007, 2010 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.
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index 3c475f0..bb1ad6b 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -1,8 +1,8 @@
/* Extended cpio header from POSIX.1.
- Copyright (C) 1992, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2006, 2007, 2010 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.
diff --git a/src/defer.c b/src/defer.c
index 1e889d1..a213f81 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -1,8 +1,9 @@
/* defer.c - handle "defered" links in newc and crc archives
- Copyright (C) 1993, 2003, 2004, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2003, 2004, 2006, 2007, 2010 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.
diff --git a/src/defer.h b/src/defer.h
index 32e0951..3262649 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -1,8 +1,9 @@
/* defer.h
- Copyright (C) 1993, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1993, 2001, 2004, 2006, 2007, 2010 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.
diff --git a/src/dstring.c b/src/dstring.c
index 2d8e287..6ff75bf 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -1,8 +1,9 @@
/* dstring.c - The dynamic string handling routines used by cpio.
- Copyright (C) 1990, 1991, 1992, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2004, 2007, 2010 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.
diff --git a/src/dstring.h b/src/dstring.h
index dd2dc84..39d63f0 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -1,8 +1,9 @@
/* dstring.h - Dynamic string handling include file. Requires strings.h.
- Copyright (C) 1990, 1991, 1992, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2004, 2007, 2010 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.
diff --git a/src/extern.h b/src/extern.h
index a832897..142a567 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -1,9 +1,9 @@
/* extern.h - External declarations for cpio. Requires system.h.
- Copyright (C) 1990, 1991, 1992, 2001, 2006,
- 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2006, 2007, 2009, 2010 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.
diff --git a/src/fatal.c b/src/fatal.c
index 4cbf21e..16413cd 100644
--- a/src/fatal.c
+++ b/src/fatal.c
@@ -1,8 +1,8 @@
/* This file is part of GNU cpio.
- Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2007, 2010 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.
diff --git a/src/filemode.c b/src/filemode.c
index 8d2e9a7..9c816ea 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -1,8 +1,9 @@
/* filemode.c -- make a string describing file modes
- Copyright (C) 1985, 1990, 1993, 2004, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1990, 1993, 2004, 2007, 2010 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.
diff --git a/src/filetypes.h b/src/filetypes.h
index 17c2662..f80faab 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -1,8 +1,8 @@
/* filetypes.h - deal with POSIX annoyances
- Copyright (C) 1991, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1991, 2007, 2010 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.
diff --git a/src/global.c b/src/global.c
index b700c17..cff9720 100644
--- a/src/global.c
+++ b/src/global.c
@@ -1,9 +1,9 @@
/* global.c - global variables and initial values for cpio.
- Copyright (C) 1990, 1991, 1992, 2001, 2006,
- 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2006, 2007, 2009, 2010 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.
diff --git a/src/idcache.c b/src/idcache.c
index 069aa71..4bcf79d 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -1,9 +1,9 @@
/* idcache.c -- map user and group IDs, cached for speed
- Copyright (C) 1985, 1988, 1989, 1990, 2004,
- 2007 Free Software Foundation, Inc.
+ Copyright (C) 1985, 1988, 1989, 1990, 2004, 2007, 2010 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.
diff --git a/src/main.c b/src/main.c
index cc0d677..a805a5b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,9 +1,9 @@
/* main.c - main program and argument processing for cpio.
- Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2005, 2006,
- 2007, 2009 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2003, 2004, 2005, 2006, 2007,
+ 2009, 2010 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.
diff --git a/src/makepath.c b/src/makepath.c
index 823a464..7631772 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -1,8 +1,8 @@
/* makepath.c -- Ensure that a directory path exists.
- Copyright (C) 1990, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 2006, 2007, 2010 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.
diff --git a/src/mt.c b/src/mt.c
index daaab0f..a25e1bb 100644
--- a/src/mt.c
+++ b/src/mt.c
@@ -1,8 +1,9 @@
/* mt -- control magnetic tape drive operation
- Copyright (C) 1991, 1992, 1995, 2001, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1991, 1992, 1995, 2001, 2007, 2010 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.
diff --git a/src/tar.c b/src/tar.c
index 97d74bc..04d1e32 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -1,8 +1,9 @@
/* tar.c - read in write tar headers for cpio
- Copyright (C) 1992, 2001, 2004, 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2001, 2004, 2006, 2007, 2010 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.
diff --git a/src/tar.h b/src/tar.h
index 80037c8..0047d6c 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -1,8 +1,8 @@
/* Extended tar format from POSIX.1.
- Copyright (C) 1992, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2007, 2010 Free Software Foundation, Inc.
Written by David J. MacKenzie.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public License as
diff --git a/src/tarhdr.h b/src/tarhdr.h
index 010eb5b..59d0060 100644
--- a/src/tarhdr.h
+++ b/src/tarhdr.h
@@ -1,8 +1,8 @@
/* Extended tar header from POSIX.1.
- Copyright (C) 1992, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1992, 2007, 2010 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.
diff --git a/src/userspec.c b/src/userspec.c
index 045448b..8cffd65 100644
--- a/src/userspec.c
+++ b/src/userspec.c
@@ -1,9 +1,9 @@
/* userspec.c -- Parse a user and group string.
- Copyright (C) 1989, 1990, 1991, 1992, 2001,
- 2004, 2005, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1989, 1990, 1991, 1992, 2001, 2004, 2005, 2007, 2010
+ 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.
diff --git a/src/util.c b/src/util.c
index 1eb92ae..a885d58 100644
--- a/src/util.c
+++ b/src/util.c
@@ -1,9 +1,9 @@
/* util.c - Several utility routines for cpio.
- Copyright (C) 1990, 1991, 1992, 2001, 2004,
- 2006, 2007 Free Software Foundation, Inc.
+ Copyright (C) 1990, 1991, 1992, 2001, 2004, 2006, 2007, 2010 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.
diff --git a/sysdep.m4 b/sysdep.m4
index 44a6bc6..f9b7f49 100644
--- a/sysdep.m4
+++ b/sysdep.m4
@@ -1,10 +1,10 @@
divert(-1)
# System dependent functions for GNU cpio.
#
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010 Free Software Foundation, Inc.