aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c
diff options
context:
space:
mode:
authorrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-10 11:41:19 +0000
committerrpjday <rpjday@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-07-10 11:41:19 +0000
commit1edcf4d8e0eacc1998707b726689de836cc1edb1 (patch)
treecd0d430f9d651e1bd78d2c6197afb160d85bf5cb /libbb/md5.c
parente434ca4b43de6116fc215552833b402b9ac2fb62 (diff)
downloadbusybox-w32-1edcf4d8e0eacc1998707b726689de836cc1edb1.tar.gz
busybox-w32-1edcf4d8e0eacc1998707b726689de836cc1edb1.tar.bz2
busybox-w32-1edcf4d8e0eacc1998707b726689de836cc1edb1.zip
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
git-svn-id: svn://busybox.net/trunk/busybox@15674 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb/md5.c')
-rw-r--r--libbb/md5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/md5.c b/libbb/md5.c
index 5ad65804a..cfdffe835 100644
--- a/libbb/md5.c
+++ b/libbb/md5.c
@@ -12,6 +12,7 @@
12 * 12 *
13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 13 * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
14 */ 14 */
15
15#include <fcntl.h> 16#include <fcntl.h>
16#include <limits.h> 17#include <limits.h>
17#include <stdio.h> 18#include <stdio.h>