aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 19:54:02 +0000
committerpgf <pgf@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-03-29 19:54:02 +0000
commit2e4995993e80b6f6b4d85ff756af1519119eed43 (patch)
treeb28688a3e5bef5271b53ed72c5198e738d93e74e
parentcff70eaa922c666c83022582a1e8d0decd13ebd5 (diff)
downloadbusybox-w32-2e4995993e80b6f6b4d85ff756af1519119eed43.tar.gz
busybox-w32-2e4995993e80b6f6b4d85ff756af1519119eed43.tar.bz2
busybox-w32-2e4995993e80b6f6b4d85ff756af1519119eed43.zip
add public-domain release
git-svn-id: svn://busybox.net/trunk/busybox@14691 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--miscutils/bbconfig.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c
index f2c692c9b..cbfe1e795 100644
--- a/miscutils/bbconfig.c
+++ b/miscutils/bbconfig.c
@@ -1,3 +1,8 @@
1/* vi: set sw=4 ts=4: */
2/*
3 * Public domain.
4 *
5 */
1#include "busybox.h" 6#include "busybox.h"
2#include "bbconfigopts.h" 7#include "bbconfigopts.h"
3 8