aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
author"Robert P. J. Day" <rpjday@mindspring.com>2006-07-02 19:47:05 +0000
committer"Robert P. J. Day" <rpjday@mindspring.com>2006-07-02 19:47:05 +0000
commit63fc1a9e08fabfc8ba96bad80731673ef40bf5cb (patch)
tree281a0ba5d442380d600e78ee09a775a2181dc55f /scripts
parent087b9d640ed66f37249c09885fa86b27a78554c7 (diff)
downloadbusybox-63fc1a9e08fabfc8ba96bad80731673ef40bf5cb.tar.gz
Standardize on the vi editing directives being on the first line.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bb_mkdep.c1
-rw-r--r--scripts/config/conf.c1
-rw-r--r--scripts/config/confdata.c1
-rw-r--r--scripts/config/expr.c1
-rw-r--r--scripts/config/expr.h1
-rw-r--r--scripts/config/lkc.h1
-rw-r--r--scripts/config/lkc_proto.h1
-rw-r--r--scripts/config/lxdialog/checklist.c1
-rw-r--r--scripts/config/lxdialog/colors.h1
-rw-r--r--scripts/config/lxdialog/dialog.h1
-rw-r--r--scripts/config/lxdialog/inputbox.c1
-rw-r--r--scripts/config/lxdialog/menubox.c1
-rw-r--r--scripts/config/lxdialog/msgbox.c1
-rw-r--r--scripts/config/lxdialog/textbox.c1
-rw-r--r--scripts/config/lxdialog/util.c1
-rw-r--r--scripts/config/lxdialog/yesno.c1
-rw-r--r--scripts/config/mconf.c1
-rw-r--r--scripts/config/menu.c1
-rw-r--r--scripts/config/symbol.c1
-rw-r--r--scripts/config/util.c1
-rw-r--r--scripts/usage.c1
21 files changed, 21 insertions, 0 deletions
diff --git a/scripts/bb_mkdep.c b/scripts/bb_mkdep.c
index 0c0b09dac..39d4605af 100644
--- a/scripts/bb_mkdep.c
+++ b/scripts/bb_mkdep.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Another fast dependencies generator for Makefiles, Version 4.2
*
diff --git a/scripts/config/conf.c b/scripts/config/conf.c
index 4d804cfa3..2da5ff7a7 100644
--- a/scripts/config/conf.c
+++ b/scripts/config/conf.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/confdata.c b/scripts/config/confdata.c
index 30517020d..db3fdcd56 100644
--- a/scripts/config/confdata.c
+++ b/scripts/config/confdata.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/expr.c b/scripts/config/expr.c
index 6f39e7a25..125573e77 100644
--- a/scripts/config/expr.c
+++ b/scripts/config/expr.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/expr.h b/scripts/config/expr.h
index 7d39ff43e..de7332f64 100644
--- a/scripts/config/expr.h
+++ b/scripts/config/expr.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/lkc.h b/scripts/config/lkc.h
index b8a67fc9d..8c38f1f87 100644
--- a/scripts/config/lkc.h
+++ b/scripts/config/lkc.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/lkc_proto.h b/scripts/config/lkc_proto.h
index 6dc6d0c48..c416357df 100644
--- a/scripts/config/lkc_proto.h
+++ b/scripts/config/lkc_proto.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/* confdata.c */
P(conf_parse,void,(const char *name));
diff --git a/scripts/config/lxdialog/checklist.c b/scripts/config/lxdialog/checklist.c
index 7565b5db1..1513a8966 100644
--- a/scripts/config/lxdialog/checklist.c
+++ b/scripts/config/lxdialog/checklist.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* checklist.c -- implements the checklist box
*
diff --git a/scripts/config/lxdialog/colors.h b/scripts/config/lxdialog/colors.h
index d34dd37c6..4a2d06421 100644
--- a/scripts/config/lxdialog/colors.h
+++ b/scripts/config/lxdialog/colors.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* colors.h -- color attribute definitions
*
diff --git a/scripts/config/lxdialog/dialog.h b/scripts/config/lxdialog/dialog.h
index c103ecd23..236a68dce 100644
--- a/scripts/config/lxdialog/dialog.h
+++ b/scripts/config/lxdialog/dialog.h
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* dialog.h -- common declarations for all dialog modules
diff --git a/scripts/config/lxdialog/inputbox.c b/scripts/config/lxdialog/inputbox.c
index 074d2d68b..a42f8127d 100644
--- a/scripts/config/lxdialog/inputbox.c
+++ b/scripts/config/lxdialog/inputbox.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* inputbox.c -- implements the input box
*
diff --git a/scripts/config/lxdialog/menubox.c b/scripts/config/lxdialog/menubox.c
index d0990c34e..23a38e0fb 100644
--- a/scripts/config/lxdialog/menubox.c
+++ b/scripts/config/lxdialog/menubox.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* menubox.c -- implements the menu box
*
diff --git a/scripts/config/lxdialog/msgbox.c b/scripts/config/lxdialog/msgbox.c
index de0f32bf0..a13bcbafb 100644
--- a/scripts/config/lxdialog/msgbox.c
+++ b/scripts/config/lxdialog/msgbox.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* msgbox.c -- implements the message box and info box
*
diff --git a/scripts/config/lxdialog/textbox.c b/scripts/config/lxdialog/textbox.c
index b75e12a3e..aa7f5afe2 100644
--- a/scripts/config/lxdialog/textbox.c
+++ b/scripts/config/lxdialog/textbox.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* textbox.c -- implements the text box
*
diff --git a/scripts/config/lxdialog/util.c b/scripts/config/lxdialog/util.c
index 1e4b662c0..bb43c836e 100644
--- a/scripts/config/lxdialog/util.c
+++ b/scripts/config/lxdialog/util.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* util.c
*
diff --git a/scripts/config/lxdialog/yesno.c b/scripts/config/lxdialog/yesno.c
index 11fcc25f5..98562d8a9 100644
--- a/scripts/config/lxdialog/yesno.c
+++ b/scripts/config/lxdialog/yesno.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* yesno.c -- implements the yes/no box
*
diff --git a/scripts/config/mconf.c b/scripts/config/mconf.c
index 74afb65a0..b2fb112f5 100644
--- a/scripts/config/mconf.c
+++ b/scripts/config/mconf.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/menu.c b/scripts/config/menu.c
index 0c13156f3..57292cf1d 100644
--- a/scripts/config/menu.c
+++ b/scripts/config/menu.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/symbol.c b/scripts/config/symbol.c
index ea629728a..aeea4cc9f 100644
--- a/scripts/config/symbol.c
+++ b/scripts/config/symbol.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
* Released under the terms of the GNU GPL v2.0.
diff --git a/scripts/config/util.c b/scripts/config/util.c
index a72f5ea66..dbf23edef 100644
--- a/scripts/config/util.c
+++ b/scripts/config/util.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
/*
* Copyright (C) 2002-2005 Roman Zippel <zippel@linux-m68k.org>
* Copyright (C) 2002-2005 Sam Ravnborg <sam@ravnborg.org>
diff --git a/scripts/usage.c b/scripts/usage.c
index 06f059acd..373642cd6 100644
--- a/scripts/usage.c
+++ b/scripts/usage.c
@@ -1,3 +1,4 @@
+/* vi: set sw=4 ts=4: */
#include <unistd.h>
#include "busybox.h"