aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-02-11 22:22:41 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-02-11 22:22:41 +0200
commit52e413c6cd26f0ef8c3563d233fcd9f73f2f3829 (patch)
tree4fcefb7cdac929283e0e4b004fcca709948ea629
parent400d6b61b98c3be5eebb095019dfe6310e1ca253 (diff)
downloadcpio-52e413c6cd26f0ef8c3563d233fcd9f73f2f3829.tar.gz
cpio-52e413c6cd26f0ef8c3563d233fcd9f73f2f3829.tar.bz2
Update copyright years.
-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,5 +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 Free Software Foundation, Inc. 2# Copyright (C) 2003, 2004, 2007, 2009, 2010 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/NEWS b/NEWS
index 03c8869..0b3a709 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
1GNU cpio NEWS -- history of user-visible changes. 2009-07-31 1GNU cpio NEWS -- history of user-visible changes. 2009-07-31
2Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. 2Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software
3Foundation, Inc.
3See the end of file for copying conditions. 4See the end of file for copying conditions.
4 5
5Please send cpio bug reports to <bug-cpio@gnu.org>. 6Please send cpio bug reports to <bug-cpio@gnu.org>.
diff --git a/README-alpha b/README-alpha
index fd76d7c..9aff5e5 100644
--- a/README-alpha
+++ b/README-alpha
@@ -41,7 +41,8 @@ See INSTALL and README for the detailed instructions.
41 41
42* Copyright information: 42* Copyright information:
43 43
44Copyright (C) 2004, 2006, 2007, 2009 Free Software Foundation, Inc. 44Copyright (C) 2004, 2006, 2007, 2009, 2010 Free Software Foundation,
45Inc.
45 46
46This file is part of GNU cpio. 47This file is part of GNU cpio.
47 48
diff --git a/README-hacking b/README-hacking
index 5323002..0926b98 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 Free Software Foundation, Inc. 52 Copyright (C) 2007, 2008, 2009, 2010 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 7ad16d3..bad2ada 100755
--- a/bootstrap
+++ b/bootstrap
@@ -2,7 +2,8 @@
2 2
3# Bootstrap this package from checked-out sources. 3# Bootstrap this package from checked-out sources.
4 4
5# Copyright (C) 2003-2008, 2009 Free Software Foundation, Inc. 5# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free
6# Software Foundation, Inc.
6 7
7# This program is free software: you can redistribute it and/or modify 8# This program is free software: you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by 9# it under the terms of the GNU General Public License as published by
diff --git a/bootstrap.conf b/bootstrap.conf
index 90c9595..419dfc3 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 Free Software Foundation, Inc. 3# Copyright (C) 2006, 2007, 2009, 2010 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/configure.ac b/configure.ac
index 50dd292..665591c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,7 @@
1dnl Process this file with autoconf to produce a configure script. 1dnl Process this file with autoconf to produce a configure script.
2dnl This file is part of GNU cpio 2dnl This file is part of GNU cpio
3dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009 Free Software Foundation, Inc. 3dnl Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010 Free Software
4dnl Foundation, Inc.
4dnl 5dnl
5dnl This program is free software; you can redistribute it and/or modify 6dnl This program is free software; you can redistribute it and/or modify
6dnl it under the terms of the GNU General Public License as published by 7dnl it under the terms of the GNU General Public License as published by
diff --git a/doc/Makefile.am b/doc/Makefile.am
index f579f4b..764d472 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 Free Software Foundation, Inc. 2# Copyright (C) 2004, 2007, 2010 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 5873794..1af808a 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -15,7 +15,8 @@
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 Free Software Foundation, Inc. 18Copyright @copyright{} 1995, 2001, 2002, 2004, 2010 Free Software
19Foundation, Inc.
19@sp 1 20@sp 1
20@quotation 21@quotation
21Permission is granted to copy, distribute and/or modify this document 22Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 894cc18..aa361ea 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 Free Software Foundation, Inc., 92Copyright (C) 2004, 2010 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 07ca860..cf250e7 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 Free Software Foundation, Inc. 2# Copyright (C) 2004, 2007, 2010 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 af309e6..3536b4e 100644
--- a/headers/fnmatch.h
+++ b/headers/fnmatch.h
@@ -1,4 +1,5 @@
1/* Copyright (C) 1991, 1992, 1993, 2007 Free Software Foundation, Inc. 1/* Copyright (C) 1991, 1992, 1993, 2007, 2010 Free Software Foundation,
2 * Inc.
2 3
3This library is free software; you can redistribute it and/or 4This library is free software; you can redistribute it and/or
4modify it under the terms of the GNU Library General Public License as 5modify it under the terms of the GNU Library General Public License as
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 63234e2..e2fc4a6 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, 1995, 1996, 1997, 1999, 2000, 2001, 2003, 2004,
4# 2005, 2006, 2007, 2009 Free Software Foundation, Inc. 4# 2005, 2006, 2007, 2009, 2010 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
diff --git a/mingw.m4 b/mingw.m4
index 51ad025..810cdde 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 Free Software Foundation, Inc. 3 Copyright (C) 2007, 2010 Free Software Foundation, Inc.
4