X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fmd5.c;h=77dd84fbccf610570120d83d1042d93f46875b6c;hp=3b67209839ce3ae6b84102d5905e6fca173b79b7;hb=7c27bb06784a2663d15bda607e4a8314a2995212;hpb=f4ebbd9f7ea23e3f0fcbe098754580c220894628 diff --git a/second/md5.c b/second/md5.c index 3b67209..77dd84f 100644 --- a/second/md5.c +++ b/second/md5.c @@ -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"