diff options
author | jbj <devnull@localhost> | 2003-05-28 17:18:56 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-05-28 17:18:56 +0000 |
commit | b8772cff2dffaacf21fa91c07c1968f39bee3d59 (patch) | |
tree | f62e0c07310e1806fecf52d6ffe0dc4549a56be5 /beecrypt/memchunk.c | |
parent | a3a09742fe81e7875d9c3727c7fa3beaecec0ed7 (diff) | |
download | librpm-tizen-b8772cff2dffaacf21fa91c07c1968f39bee3d59.tar.gz librpm-tizen-b8772cff2dffaacf21fa91c07c1968f39bee3d59.tar.bz2 librpm-tizen-b8772cff2dffaacf21fa91c07c1968f39bee3d59.zip |
Spliddles and diddles.
CVS patchset: 6877
CVS date: 2003/05/28 17:18:56
Diffstat (limited to 'beecrypt/memchunk.c')
-rw-r--r-- | beecrypt/memchunk.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/beecrypt/memchunk.c b/beecrypt/memchunk.c index 3239ebcee..a6dc139dd 100644 --- a/beecrypt/memchunk.c +++ b/beecrypt/memchunk.c @@ -1,12 +1,8 @@ /* * memchunk.c * - * BeeCrypt memory block handling, code - * * Copyright (c) 2001 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 @@ -23,6 +19,10 @@ * */ +/*!\file memchunk.c + * \author Bob Deblier <bob.deblier@pandora.be> + */ + #include "system.h" #include "memchunk.h" #include "debug.h" |