aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parentfed2ef8fc81295ce3b32d806c85c0d982dc37e8a (diff)
downloadcpio-531dad5f50ede598dccfe7e3d65e4c55592c61c1.tar.gz
cpio-531dad5f50ede598dccfe7e3d65e4c55592c61c1.tar.bz2
Updated FSF postal mail address.
Diffstat (limited to 'src')
-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
23 files changed, 93 insertions, 71 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 692e463..01335e5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,5 +13,6 @@
#
-# You should have received a copy of the GNU General Public License along
-# with this program; if not, write to the Free Software Foundation, Inc.,
-# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301 USA.
diff --git a/src/copyin.c b/src/copyin.c
index 87dd189..488e7f1 100644
--- a/src/copyin.c
+++ b/src/copyin.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/copyout.c b/src/copyout.c
index 2688490..527d490 100644
--- a/src/copyout.c
+++ b/src/copyout.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/copypass.c b/src/copypass.c
index ce24691..b40cf5c 100644
--- a/src/copypass.c
+++ b/src/copypass.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/cpio.h b/src/cpio.h
index 3861ab0..77ad584 100644
--- a/src/cpio.h
+++ b/src/cpio.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/cpiohdr.h b/src/cpiohdr.h
index c3943b4..1cb1d35 100644
--- a/src/cpiohdr.h
+++ b/src/cpiohdr.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/defer.c b/src/defer.c
index cb6fb40..dde3dac 100644
--- a/src/defer.c
+++ b/src/defer.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/defer.h b/src/defer.h
index 657257f..10cba8b 100644
--- a/src/defer.h
+++ b/src/defer.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/dstring.c b/src/dstring.c
index e3cdae7..4f95539 100644
--- a/src/dstring.c
+++ b/src/dstring.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/dstring.h b/src/dstring.h
index 1615518..3628b99 100644
--- a/src/dstring.h
+++ b/src/dstring.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/extern.h b/src/extern.h
index 1539d58..79af3c2 100644
--- a/src/extern.h
+++ b/src/extern.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/filemode.c b/src/filemode.c
index ff4d379..98f2813 100644
--- a/src/filemode.c
+++ b/src/filemode.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/filetypes.h b/src/filetypes.h
index 9f785a1..de6d77f 100644
--- a/src/filetypes.h
+++ b/src/filetypes.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/global.c b/src/global.c
index 4e84990..85747ec 100644
--- a/src/global.c
+++ b/src/global.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/idcache.c b/src/idcache.c
index d3bf482..17fcc04 100644
--- a/src/idcache.c
+++ b/src/idcache.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/main.c b/src/main.c
index 26d6159..c06334d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
@@ -244,4 +245,4 @@ license ()
" You should have received a copy of the GNU General Public License\n"
- " along with GNU cpio; if not, write to the Free Software\n"
- " Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n\n"));
+ " along with GNU cpio; if not, write to the Free Software Foundation,\n"
+ " Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA\n\n"));
exit (0);
diff --git a/src/makepath.c b/src/makepath.c
index 8bd2b63..9bf85ca 100644
--- a/src/makepath.c
+++ b/src/makepath.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/mt.c b/src/mt.c
index f68e3ef..c5923e8 100644
--- a/src/mt.c
+++ b/src/mt.c
@@ -15,4 +15,5 @@
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
- */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+ 02110-1301 USA
+*/
diff --git a/src/tar.c b/src/tar.c
index 5723258..64e1775 100644
--- a/src/tar.c
+++ b/src/tar.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/tar.h b/src/tar.h
index 79f289e..7b27e86 100644
--- a/src/tar.h
+++ b/src/tar.h
@@ -16,6 +16,6 @@ Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
-License along with this library; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc.,
-59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+You should have received a copy of the GNU Library General
+Public License along with this library; see the file COPYING.LIB.
+If not, write to the Free Software Foundation, Inc., 51 Franklin
+Street, Fifth Floor, Boston, MA 02110-1301 USA. */
diff --git a/src/tarhdr.h b/src/tarhdr.h
index 8b1211d..b901739 100644
--- a/src/tarhdr.h
+++ b/src/tarhdr.h
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/userspec.c b/src/userspec.c
index 2ca402e..d9be4f4 100644
--- a/src/userspec.c
+++ b/src/userspec.c
@@ -14,5 +14,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */
diff --git a/src/util.c b/src/util.c
index 8a41c63..4f5d244 100644
--- a/src/util.c
+++ b/src/util.c
@@ -13,5 +13,6 @@
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
+ You should have received a copy of the GNU General Public
+ License along with this program; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301 USA. */

Return to:

Send suggestions and report system problems to the System administrator.