From db566dba378a36259da02c9d9c2c45c377a1e048 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 20 Jul 1995 19:13:23 +0000 Subject: [PATCH] Correct typo in Copyright. Reformat paragraph so line with new FSF address fits in 80 columns. --- src/md5sum.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 . */ -- 2.47.3