summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-07-20 19:13:23 +0000
committerJim Meyering <jim@meyering.net>1995-07-20 19:13:23 +0000
commitdb566dba378a36259da02c9d9c2c45c377a1e048 (patch)
treebb7aa6c354d0960034ebc221cdf75bdd1314f644 /src/md5sum.c
parent3d699e8ee0aa2b0ebf63596e876f63a9a5bb73cc (diff)
downloadcoreutils-db566dba378a36259da02c9d9c2c45c377a1e048.tar.xz
Correct typo in Copyright.
Reformat paragraph so line with new FSF address fits in 80 columns.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index d44dca9e4..e6cf2f420 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 <drepper@gnu.ai.mit.edu>. */