diff options
Diffstat (limited to 'beecrypt/blowfish.c')
-rw-r--r-- | beecrypt/blowfish.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/beecrypt/blowfish.c b/beecrypt/blowfish.c index 1bdcb06bd..7056e122b 100644 --- a/beecrypt/blowfish.c +++ b/beecrypt/blowfish.c @@ -1,8 +1,6 @@ /* * Copyright (c) 1999, 2000, 2002 Virtual Unlimited B.V. * - * Author: Bob Deblier <bob@virtualunlimited.com> - * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either @@ -41,8 +39,8 @@ #include "debug.h" /*!\addtogroup BC_blowfish_m - * \{ - */ + * \{ + */ /** */ |