]> git.ozlabs.org Git - yaboot.git/blobdiff - second/md5.c
Fix ofpath on early iMacs
[yaboot.git] / second / md5.c
index 3b67209839ce3ae6b84102d5905e6fca173b79b7..77dd84fbccf610570120d83d1042d93f46875b6c 100644 (file)
@@ -1,6 +1,10 @@
-/* md5.c - an implementation of the MD5 algorithm and MD5 crypt */
 /*
- *  GRUB  --  GRand Unified Bootloader
+ *  md5.c - an implementation of the MD5 algorithm and MD5 crypt
+ *
+ *  Copyright (C) 2001, 2002 Ethan Benson
+ * 
+ *  Adapted from GRUB
+ * 
  *  Copyright (C) 2000  Free Software Foundation, Inc.
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -18,8 +22,7 @@
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
 
-/* See RFC 1321 for a description of the MD5 algorithm.
- */
+/* See RFC 1321 for a description of the MD5 algorithm. */
 
 #include "string.h"
 #include "md5.h"