diff options
author | Paul Fox | 2006-03-29 19:54:02 +0000 |
---|---|---|
committer | Paul Fox | 2006-03-29 19:54:02 +0000 |
commit | 5139bd98a78a7ce68779067f3f6a3b1eecea716e (patch) | |
tree | b28688a3e5bef5271b53ed72c5198e738d93e74e | |
parent | e375e8c732427edf2f4efa853012e40b8cee481f (diff) | |
download | busybox-5139bd98a78a7ce68779067f3f6a3b1eecea716e.zip busybox-5139bd98a78a7ce68779067f3f6a3b1eecea716e.tar.gz |
-rw-r--r-- | miscutils/bbconfig.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/miscutils/bbconfig.c b/miscutils/bbconfig.c index f2c692c..cbfe1e7 100644 --- a/miscutils/bbconfig.c +++ b/miscutils/bbconfig.c @@ -1,3 +1,8 @@ +/* vi: set sw=4 ts=4: */ +/* + * Public domain. + * + */ #include "busybox.h" #include "bbconfigopts.h" |