From 5de0b392f227d7f3c73b16882e26e7b39e9e3df5 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 24 Mar 1996 18:47:09 +0000 Subject: [PATCH] Update FSF's address. --- src/chgrp.c | 4 ++-- src/chmod.c | 4 ++-- src/chown.c | 4 ++-- src/cp-hash.c | 4 ++-- src/cp.c | 4 ++-- src/dd.c | 4 ++-- src/df.c | 4 ++-- src/du.c | 4 ++-- src/install.c | 4 ++-- src/ln.c | 4 ++-- src/ls.c | 4 ++-- src/mkdir.c | 4 ++-- src/mkfifo.c | 4 ++-- src/mknod.c | 4 ++-- src/mv.c | 4 ++-- src/rm.c | 4 ++-- src/rmdir.c | 4 ++-- src/sync.c | 4 ++-- src/system.h | 4 ++-- src/touch.c | 4 ++-- 20 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/chgrp.c b/src/chgrp.c index 331d58b..1181e90 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by David MacKenzie . */ diff --git a/src/chmod.c b/src/chmod.c index 87656d6..fe2b54d 100644 --- a/src/chmod.c +++ b/src/chmod.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -R Recursively change modes of directory contents. diff --git a/src/chown.c b/src/chown.c index 1fa79b3..f7facc1 100644 --- a/src/chown.c +++ b/src/chown.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* | user diff --git a/src/cp-hash.c b/src/cp-hash.c index a6d5152..2da7936 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Torbjorn Granlund, Sweden (tege@sics.se). */ diff --git a/src/cp.c b/src/cp.c index ef68467..b12704a 100644 --- a/src/cp.c +++ b/src/cp.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Torbjorn Granlund, David MacKenzie, and Jim Meyering. */ diff --git a/src/dd.c b/src/dd.c index 088d755..9ad8037 100644 --- a/src/dd.c +++ b/src/dd.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Paul Rubin, David MacKenzie, and Stuart Kemp. */ diff --git a/src/df.c b/src/df.c index 68b0883..a5c84ae 100644 --- a/src/df.c +++ b/src/df.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by David MacKenzie . --human-readable and --megabyte options added by lm@sgi.com. */ diff --git a/src/du.c b/src/du.c index aa8d734..339e227 100644 --- a/src/du.c +++ b/src/du.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Differences from the Unix du: * Doesn't simply ignore the names of regular files given as arguments diff --git a/src/install.c b/src/install.c index 2b2da48..675564b 100644 --- a/src/install.c +++ b/src/install.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Copy files and set their permission modes and, if possible, their owner and group. Used similarly to `cp'; typically diff --git a/src/ln.c b/src/ln.c index 0ba547c..c6f0067 100644 --- a/src/ln.c +++ b/src/ln.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Mike Parker and David MacKenzie. */ diff --git a/src/ls.c b/src/ls.c index 90533db..9ae17b5 100644 --- a/src/ls.c +++ b/src/ls.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* If the macro MULTI_COL is defined, the multi-column format is the default regardless diff --git a/src/mkdir.c b/src/mkdir.c index e11ecb7..ac4a280 100644 --- a/src/mkdir.c +++ b/src/mkdir.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -p, --parent Ensure that the given path(s) exist: diff --git a/src/mkfifo.c b/src/mkfifo.c index fe2b42e..9cff0b5 100644 --- a/src/mkfifo.c +++ b/src/mkfifo.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -m, --mode=mode Set the mode of created fifo's to MODE, which is diff --git a/src/mknod.c b/src/mknod.c index 679045e..2b5dc97 100644 --- a/src/mknod.c +++ b/src/mknod.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Usage: mknod [-m mode] [--mode=mode] path {bcu} major minor make a block or character device node diff --git a/src/mv.c b/src/mv.c index 397fb1b..92e9fef 100644 --- a/src/mv.c +++ b/src/mv.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -f, --force Assume a 'y' answer to all questions it would diff --git a/src/rm.c b/src/rm.c index 3254b48..5e4800f 100644 --- a/src/rm.c +++ b/src/rm.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Paul Rubin, David MacKenzie, and Richard Stallman. */ diff --git a/src/rmdir.c b/src/rmdir.c index ff22d92..9273c00 100644 --- a/src/rmdir.c +++ b/src/rmdir.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -p, --parent Remove any parent dirs that are explicitly mentioned diff --git a/src/sync.c b/src/sync.c index 5a9b3e8..cbbee2b 100644 --- a/src/sync.c +++ b/src/sync.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Jim Meyering */ diff --git a/src/system.h b/src/system.h index 77a298b..7ca3577 100644 --- a/src/system.h +++ b/src/system.h @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Include sys/types.h before this file. */ diff --git a/src/touch.c b/src/touch.c index 7d9d8a1..e9a0b1f 100644 --- a/src/touch.c +++ b/src/touch.c @@ -12,8 +12,8 @@ GNU General Public License for more details. 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., 675 Mass Ave, Cambridge, MA 02139, USA. */ + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: -a, --time={atime,access,use} Change access time only. -- 2.7.4