From: Jim Meyering Date: Sun, 18 Jun 1995 19:33:31 +0000 (+0000) Subject: merge with 1.12 X-Git-Tag: textutils-1_12_1~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ebaf82426c177a0d699c7a8d5985eb1b84a90f6;p=thirdparty%2Fcoreutils.git merge with 1.12 --- diff --git a/lib/linebuffer.h b/lib/linebuffer.h index 5c73951e83..70781de3b7 100644 --- a/lib/linebuffer.h +++ b/lib/linebuffer.h @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* A `struct linebuffer' holds a line of text. */ diff --git a/src/cat.c b/src/cat.c index 8c250fc1e7..de99b0dfd4 100644 --- a/src/cat.c +++ b/src/cat.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Differences from the Unix cat: * Always unbuffered, -u is ignored. diff --git a/src/cksum.c b/src/cksum.c index 9b1e79e7d4..dfc0c8d488 100644 --- a/src/cksum.c +++ b/src/cksum.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Q. Frank Xia, qx@math.columbia.edu. Cosmetic changes and reorganization by David MacKenzie, djm@gnu.ai.mit.edu. diff --git a/src/comm.c b/src/comm.c index ad980d7e58..1d27f75c59 100644 --- a/src/comm.c +++ b/src/comm.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Richard Stallman and David MacKenzie. */ diff --git a/src/csplit.c b/src/csplit.c index f75cbd2183..a4588e3c41 100644 --- a/src/csplit.c +++ b/src/csplit.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Stuart Kemp, cpsrk@groper.jcu.edu.au. Modified by David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/expand.c b/src/expand.c index d7366a26b9..eba1be78ce 100644 --- a/src/expand.c +++ b/src/expand.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* By default, convert all tabs to spaces. Preserves backspace characters in the output; they decrement the diff --git a/src/fmt.c b/src/fmt.c index ef412c9ded..98e5080e25 100644 --- a/src/fmt.c +++ b/src/fmt.c @@ -13,7 +13,7 @@ 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. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Ross Paterson . */ diff --git a/src/fold.c b/src/fold.c index 2dfd30f793..2dade75e26 100644 --- a/src/fold.c +++ b/src/fold.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by David MacKenzie, djm@gnu.ai.mit.edu. */ diff --git a/src/head.c b/src/head.c index 67e0f15e27..4670ab16ec 100644 --- a/src/head.c +++ b/src/head.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Options: (see usage) Reads from standard input if no files are given or when a filename of diff --git a/src/join.c b/src/join.c index 0121e9c205..c037b60c97 100644 --- a/src/join.c +++ b/src/join.c @@ -13,7 +13,7 @@ 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. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written by Mike Haertel, mike@gnu.ai.mit.edu. */ diff --git a/src/nl.c b/src/nl.c index f9ac3c9d7f..7caea7e998 100644 --- a/src/nl.c +++ b/src/nl.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Scott Bartram (nancy!scott@uunet.uu.net) Revised by David MacKenzie (djm@gnu.ai.mit.edu) */ diff --git a/src/od.c b/src/od.c index 99d9994993..ffce0d6a0d 100644 --- a/src/od.c +++ b/src/od.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Jim Meyering. */ diff --git a/src/pr.c b/src/pr.c index 234c217b95..15f2f23634 100644 --- a/src/pr.c +++ b/src/pr.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Author: Pete TerMaat. */ diff --git a/src/sort.c b/src/sort.c index a216e6bbaf..0d03ec832c 100644 --- a/src/sort.c +++ b/src/sort.c @@ -13,7 +13,7 @@ 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. + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. Written December 1988 by Mike Haertel. The author may be reached (Email) at the address mike@gnu.ai.mit.edu, diff --git a/src/split.c b/src/split.c index 29beaab03c..f2a028d2e1 100644 --- a/src/split.c +++ b/src/split.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* By tege@sics.se, with rms. diff --git a/src/sum.c b/src/sum.c index da4ea7c02a..06467ba612 100644 --- a/src/sum.c +++ b/src/sum.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Like BSD sum or SysV sum -r, except like SysV sum if -s option is given. */ diff --git a/src/tac.c b/src/tac.c index 06b373bcc2..6d4591723d 100644 --- a/src/tac.c +++ b/src/tac.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Jay Lepreau (lepreau@cs.utah.edu). GNU enhancements by David MacKenzie (djm@gnu.ai.mit.edu). */ diff --git a/src/tail.c b/src/tail.c index cbe05c73c1..c4dc378c5c 100644 --- a/src/tail.c +++ b/src/tail.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Can display any amount of data, unlike the Unix version, which uses a fixed size buffer and therefore can only deliver a limited number diff --git a/src/tr.c b/src/tr.c index 6eb7df3e31..3b4eb1179c 100644 --- a/src/tr.c +++ b/src/tr.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Jim Meyering, meyering@cs.utexas.edu. */ diff --git a/src/unexpand.c b/src/unexpand.c index afcbf4d4b6..0597a4d5e4 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* By default, convert only maximal strings of initial blanks and tabs into tabs. diff --git a/src/uniq.c b/src/uniq.c index 334bbf38ec..1ccd6dfad8 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Richard Stallman and David MacKenzie. */ diff --git a/src/wc.c b/src/wc.c index e8b1208270..8c812ca38c 100644 --- a/src/wc.c +++ b/src/wc.c @@ -13,7 +13,7 @@ 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. */ + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Written by Paul Rubin, phr@ocf.berkeley.edu and David MacKenzie, djm@gnu.ai.mit.edu. */