aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-19 09:35:29 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-19 09:35:29 +0000
commit531dad5f50ede598dccfe7e3d65e4c55592c61c1 (patch)
tree411785f1b635d74c428d5e5e0bcea0cf699d3d7e
parentfed2ef8fc81295ce3b32d806c85c0d982dc37e8a (diff)
downloadcpio-531dad5f50ede598dccfe7e3d65e4c55592c61c1.tar.gz
cpio-531dad5f50ede598dccfe7e3d65e4c55592c61c1.tar.bz2
Updated FSF postal mail address.
-rw-r--r--ChangeLog13
-rw-r--r--Makefile.am7
-rw-r--r--configure.ac6
-rw-r--r--doc/Makefile.am7
-rw-r--r--doc/cpio.texi4
-rwxr-xr-xdoc/gendocs_template2
-rw-r--r--headers/Makefile.am7
-rw-r--r--headers/fnmatch.h8
-rw-r--r--lib/Makefile.tmpl4
-rw-r--r--lib/mkdir.c7
-rw-r--r--lib/strdup.c7
-rw-r--r--lib/strerror.c7
-rw-r--r--src/Makefile.am7
-rw-r--r--src/copyin.c7
-rw-r--r--src/copyout.c7
-rw-r--r--src/copypass.c7
-rw-r--r--src/cpio.h7
-rw-r--r--src/cpiohdr.h7
-rw-r--r--src/defer.c7
-rw-r--r--src/defer.h7
-rw-r--r--src/dstring.c7
-rw-r--r--src/dstring.h7
-rw-r--r--src/extern.h7
-rw-r--r--src/filemode.c7
-rw-r--r--src/filetypes.h7
-rw-r--r--src/global.c7
-rw-r--r--src/idcache.c7
-rw-r--r--src/main.c11
-rw-r--r--src/makepath.c7
-rw-r--r--src/mt.c5
-rw-r--r--src/tar.c7
-rw-r--r--src/tar.h8
-rw-r--r--src/tarhdr.h7
-rw-r--r--src/userspec.c7
-rw-r--r--src/util.c7
-rw-r--r--tests/Makefile.am4
-rw-r--r--tests/inout.at6
-rw-r--r--tests/testsuite.at4
-rw-r--r--tests/version.at6
39 files changed, 152 insertions, 111 deletions
diff --git a/ChangeLog b/ChangeLog
index 00b2df3..8119a74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
12005-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net> 12005-05-19 Sergey Poznyakoff <gray@Mirddin.farlep.net>
2 2
3 * Makefile.am, configure.ac, doc/Makefile.am,
4 doc/cpio.texi, doc/gendocs_template, headers/Makefile.am,
5 headers/fnmatch.h, lib/Makefile.tmpl, lib/mkdir.c,
6 lib/strdup.c, lib/strerror.c, src/Makefile.am,
7 src/copyin.c, src/copyout.c, src/copypass.c, src/cpio.h,
8 src/cpiohdr.h, src/defer.c, src/defer.h, src/dstring.c,
9 src/dstring.h, src/extern.h, src/filemode.c,
10 src/filetypes.h, src/global.c, src/idcache.c,
11 src/main.c, src/makepath.c, src/mt.c, src/tar.c,
12 src/tar.h, src/tarhdr.h, src/userspec.c, src/util.c,
13 tests/Makefile.am, tests/inout.at, tests/testsuite.at,
14 tests/version.at: Updated FSF postal mail address.
15
3 * bootstrap: Port recent changes from tar bootstrap. 16 * bootstrap: Port recent changes from tar bootstrap.
4 * gnulib.modules: New file 17 * gnulib.modules: New file
5 * tests/Makefile.am (genfile_SOURCES,LDADD): Updated 18 * tests/Makefile.am (genfile_SOURCES,LDADD): Updated
diff --git a/Makefile.am b/Makefile.am
index e8f90cb..3edf5c7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -11,9 +11,10 @@
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License along 14# You should have received a copy of the GNU General Public License
15# with this program; if not, write to the Free Software Foundation, Inc., 15# along with this program; if not, write to the Free Software
16# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17# 02110-1301 USA.
17 18
18ACLOCAL_AMFLAGS = -I m4 19ACLOCAL_AMFLAGS = -I m4
19 20
diff --git a/configure.ac b/configure.ac
index 6f3f52b..9de53b1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,9 +12,9 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
12dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13dnl GNU General Public License for more details. 13dnl GNU General Public License for more details.
14dnl 14dnl
15dnl You should have received a copy of the GNU General Public License along 15dnl You should have received a copy of the GNU General Public License
16dnl with this program; if not, write to the Free Software Foundation, Inc., 16dnl along with this program; if not, write to the Free Software Foundation,
17dnl 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 17dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 18
19AC_INIT([GNU cpio], [2.6], [bug-cpio@gnu.org], [cpio]) 19AC_INIT([GNU cpio], [2.6], [bug-cpio@gnu.org], [cpio])
20AC_CONFIG_SRCDIR(src/cpio.h) 20AC_CONFIG_SRCDIR(src/cpio.h)
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d8629cc..e0bfee8 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,9 +11,10 @@
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License along 14# You should have received a copy of the GNU General Public License
15# with this program; if not, write to the Free Software Foundation, Inc., 15# along with this program; if not, write to the Free Software
16# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17# 02110-1301 USA.
17 18
18info_TEXINFOS = cpio.texi 19info_TEXINFOS = cpio.texi
19man_MANS = cpio.1 mt.1 20man_MANS = cpio.1 mt.1
diff --git a/doc/cpio.texi b/doc/cpio.texi
index 993d25c..90f8634 100644
--- a/doc/cpio.texi
+++ b/doc/cpio.texi
@@ -41,8 +41,8 @@ Software Foundation raise funds for GNU development.''
41@insertcopying 41@insertcopying
42@sp 2 42@sp 2
43Published by the Free Software Foundation @* 43Published by the Free Software Foundation @*
4459 Temple Place - Suite 330, @* 4451 Franklin Street, Fifth Floor, @*
45Boston, MA 02111-1307, USA @* 45Boston, MA 02110-1301, USA @*
46@end titlepage 46@end titlepage
47 47
48@node Top, Introduction, (dir), (dir) 48@node Top, Introduction, (dir), (dir)
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 036bd0c..894cc18 100755
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -90,7 +90,7 @@ Please send broken links and other corrections (or suggestions) to
90 90
91<p> 91<p>
92Copyright (C) 2004 Free Software Foundation, Inc., 92Copyright (C) 2004 Free Software Foundation, Inc.,
9359 Temple Place - Suite 330, 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.
diff --git a/headers/Makefile.am b/headers/Makefile.am
index d2b31c0..5ff1df1 100644
--- a/headers/Makefile.am
+++ b/headers/Makefile.am
@@ -11,8 +11,9 @@
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details. 12# GNU General Public License for more details.
13# 13#
14# You should have received a copy of the GNU General Public License along 14# You should have received a copy of the GNU General Public License
15# with this program; if not, write to the Free Software Foundation, Inc., 15# along with this program; if not, write to the Free Software
16# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 16# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
17# 02110-1301 USA.
17 18
18EXTRA_DIST=fnmatch.h 19EXTRA_DIST=fnmatch.h
diff --git a/headers/fnmatch.h b/headers/fnmatch.h
index 578aca1..f20da8f 100644
--- a/headers/fnmatch.h
+++ b/headers/fnmatch.h
@@ -10,10 +10,10 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 10MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11Library General Public License for more details. 11Library General Public License for more details.
12 12
13You should have received a copy of the GNU Library General Public 13You should have received a copy of the GNU Library General
14License along with this library; see the file COPYING.LIB. If 14Public License along with this library; see the file COPYING.LIB.
15not, write to the Free Software Foundation, Inc., 15If not, write to the Free Software Foundation, Inc., 51 Franklin
1659 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16Street, Fifth Floor, Boston, MA 02110-1301 USA. */
17 17
18#ifndef _FNMATCH_H 18#ifndef _FNMATCH_H
19 19
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 6770574..96f42db 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -14,8 +14,8 @@
14 14
15## You should have received a copy of the GNU General Public License 15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software 16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 17## Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
18## 02111-1307, USA. 18## 02110-1301, USA.
19 19
20noinst_LIBRARIES = libcpio.a 20noinst_LIBRARIES = libcpio.a
21noinst_HEADERS = system.h localedir.h rmt.h 21noinst_HEADERS = system.h localedir.h rmt.h
diff --git a/lib/mkdir.c b/lib/mkdir.c
index aa1c4ff..7f82432 100644
--- a/lib/mkdir.c
+++ b/lib/mkdir.c
@@ -11,9 +11,10 @@
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License along 14 You should have received a copy of the GNU General Public
15 with this program; if not, write to the Free Software Foundation, Inc., 15 License along with this program; if not, write to the Free
16 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ 16 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301 USA. */
17 18
18#ifdef HAVE_CONFIG_H 19#ifdef HAVE_CONFIG_H
19#include <config.h> 20#include <config.h>
diff --git a/lib/strdup.c b/lib/strdup.c
index 6b486ca..2fdba41 100644
--- a/lib/strdup.c
+++ b/lib/strdup.c
@@ -11,9 +11,10 @@