diff --git a/src/md5.cpp b/src/md5.cpp --- a/src/md5.cpp +++ b/src/md5.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file md5.cpp */ + /* Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved. @@ -23,7 +25,7 @@ ghost@aladdin.com */ -/* $Id$ */ + /* Independent implementation of MD5 (RFC 1321).