From: Jim Meyering Date: Thu, 20 Jul 1995 19:13:23 +0000 (+0000) Subject: Correct typo in Copyright. X-Git-Tag: textutils-1_12_1~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db566dba378a36259da02c9d9c2c45c377a1e048;p=thirdparty%2Fcoreutils.git Correct typo in Copyright. Reformat paragraph so line with new FSF address fits in 80 columns. --- diff --git a/src/md5sum.c b/src/md5sum.c index d44dca9e4a..e6cf2f420e 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -1,6 +1,6 @@ /* Compute MD5 checksum of files or strings according to the definition of MD5 in RFC 1321 from April 1992. - Copyright (C) 1995 Software Foundation, Inc. + Copyright (C) 1995 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -13,8 +13,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 Ulrich Drepper . */