]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Correct typo in Copyright.
authorJim Meyering <jim@meyering.net>
Thu, 20 Jul 1995 19:13:23 +0000 (19:13 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 20 Jul 1995 19:13:23 +0000 (19:13 +0000)
Reformat paragraph so line with new FSF address fits in 80 columns.

src/md5sum.c

index d44dca9e4a91b9a59286459bb7bcd914350437a5..e6cf2f420e3cf3c9506c954c29d0a6bf5fb5f1ef 100644 (file)
@@ -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>.  */