summaryrefslogtreecommitdiff
path: root/scripts/config
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/config')
-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
19 files changed, 19 insertions, 0 deletions
diff --git a/scripts/config/conf.c b/scripts/config/conf.c
index 4d804cf..2da5ff7 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 3051702..db3fdcd 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 6f39e7a..125573e 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 7d39ff4..de7332f 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 b8a67fc..8c38f1f 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 6dc6d0c..c416357 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 7565b5d..1513a89 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 d34dd37..4a2d064 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 c103ecd..236a68d 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 074d2d6..a42f812 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 d0990c3..23a38e0 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 de0f32b..a13bcba 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 b75e12a..aa7f5af 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 1e4b662..bb43c83 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 11fcc25..98562d8 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 74afb65..b2fb112 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 0c13156..57292cf 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 ea62972..aeea4cc 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 a72f5ea..dbf23ed 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>