aboutsummaryrefslogtreecommitdiff
path: root/libbb/md5.c
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-10 11:41:19 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-10 11:41:19 +0000
commit5d8843e451c01d8abfe6b5be772637310e9e581e (patch)
treecd0d430f9d651e1bd78d2c6197afb160d85bf5cb /libbb/md5.c
parent5b88a381578d3e65d56da4c43e3d3190c889f904 (diff)
downloadbusybox-5d8843e451c01d8abfe6b5be772637310e9e581e.tar.gz
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
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 @@
*
* Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
+
#include <fcntl.h>
#include <limits.h>
#include <stdio.h>