X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=second%2Fmd5.c;h=99e58edb6c4e88aa7bd3e5fee77689200374bd43;hp=3b67209839ce3ae6b84102d5905e6fca173b79b7;hb=2ad0d7649e5042cad43a16b4a03bf53f39948316;hpb=96f82eabe29d6d4039098d5320b3304acbedf67b diff --git a/second/md5.c b/second/md5.c index 3b67209..99e58ed 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 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"