From 09c0bccf55cd42fc27ffb234bda7c65b04e3dd60 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Sat, 12 Sep 2009 12:50:51 +0200 Subject: [PATCH] Move vi modelines closer to the beginning, so they're more likely to be actually used. --- src/algebra.c | 3 +-- src/algebra.h | 3 +-- src/apcupsd.c | 3 +-- src/apcupsd.h | 3 +-- src/audacious.c | 3 +-- src/audacious.h | 3 +-- src/bmpx.c | 3 +-- src/bmpx.h | 3 +-- src/ccurl_thread.c | 3 +-- src/colours.c | 3 +-- src/common.c | 3 +-- src/conf_cookie.c | 3 +-- src/conky.c | 3 +-- src/conky.h | 3 +-- src/core.c | 3 +-- src/core.h | 3 +-- src/diskio.c | 3 +-- src/eve.c | 3 +-- src/fonts.c | 3 +-- src/freebsd.c | 3 +-- src/fs.c | 3 +-- src/hddtemp.c | 3 +-- src/ibm.c | 3 +-- src/imlib2.c | 3 +-- src/libmpdclient.c | 3 +-- src/libtcp-portmon.c | 3 +-- src/linux.c | 3 +-- src/llua.c | 3 +-- src/mail.c | 3 +-- src/mboxscan.c | 3 +-- src/mixer.c | 3 +-- src/moc.c | 3 +-- src/mpd.c | 3 +-- src/netbsd.c | 3 +-- src/nvidia.c | 3 +-- src/openbsd.c | 3 +-- src/prss.c | 3 +-- src/rss.c | 3 +-- src/smapi.c | 3 +-- src/solaris.c | 3 +-- src/sony.c | 3 +-- src/specials.c | 3 +-- src/tailhead.c | 3 +-- src/tcp-portmon.c | 3 +-- src/temphelper.c | 3 +-- src/template.c | 3 +-- src/template.h | 3 +-- src/text_object.c | 3 +-- src/timed_thread.c | 3 +-- src/top.c | 3 +-- src/users.c | 3 +-- src/weather.c | 3 +-- src/x11.c | 3 +-- src/xmms2.c | 3 +-- 54 files changed, 54 insertions(+), 108 deletions(-) diff --git a/src/algebra.c b/src/algebra.c index a224e4cc..484e2e68 100644 --- a/src/algebra.c +++ b/src/algebra.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #define _GNU_SOURCE #include "config.h" diff --git a/src/algebra.h b/src/algebra.h index e501a1cb..46dc1e99 100644 --- a/src/algebra.h +++ b/src/algebra.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef _ALGEBRA_H #define _ALGEBRA_H diff --git a/src/apcupsd.c b/src/apcupsd.c index 3bc843ac..9aa557c3 100644 --- a/src/apcupsd.c +++ b/src/apcupsd.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * apcupsd.c: conky module for APC UPS daemon monitoring * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/apcupsd.h b/src/apcupsd.h index efbfdf5e..307d0676 100644 --- a/src/apcupsd.h +++ b/src/apcupsd.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * apcupsd.h: conky module for APC UPS daemon monitoring * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef APCUPSD_H_ diff --git a/src/audacious.c b/src/audacious.c index 5ee9c109..2d024535 100644 --- a/src/audacious.c +++ b/src/audacious.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * audacious.c: conky support for audacious music player * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/audacious.h b/src/audacious.h index 2b6c90ab..0e64cdef 100644 --- a/src/audacious.h +++ b/src/audacious.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * audacious.h: conky support for audacious music player * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef AUDACIOUS_H diff --git a/src/bmpx.c b/src/bmpx.c index b54c5b16..2e04670e 100644 --- a/src/bmpx.c +++ b/src/bmpx.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/bmpx.h b/src/bmpx.h index 7636cdb6..91064e38 100644 --- a/src/bmpx.h +++ b/src/bmpx.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -20,8 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef BMPX_H_ diff --git a/src/ccurl_thread.c b/src/ccurl_thread.c index 9e2a0033..52f3c454 100644 --- a/src/ccurl_thread.c +++ b/src/ccurl_thread.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -20,8 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/colours.c b/src/colours.c index c32eda18..b50337dc 100644 --- a/src/colours.c +++ b/src/colours.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" #include "logging.h" diff --git a/src/common.c b/src/common.c index 61ba9b42..da2186a6 100644 --- a/src/common.c +++ b/src/common.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/conf_cookie.c b/src/conf_cookie.c index 7d96a471..9df42e9e 100644 --- a/src/conf_cookie.c +++ b/src/conf_cookie.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -20,8 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #define _GNU_SOURCE diff --git a/src/conky.c b/src/conky.c index 9a20e612..e2fbbc97 100644 --- a/src/conky.c +++ b/src/conky.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/conky.h b/src/conky.h index f35f5ac8..758683e1 100644 --- a/src/conky.h +++ b/src/conky.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef _conky_h_ diff --git a/src/core.c b/src/core.c index b9290a5f..dcea7017 100644 --- a/src/core.c +++ b/src/core.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ /* local headers */ diff --git a/src/core.h b/src/core.h index a5038eee..c6078c96 100644 --- a/src/core.h +++ b/src/core.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef _CONKY_CORE_H_ diff --git a/src/diskio.c b/src/diskio.c index d1bb74b2..1e4a7a76 100644 --- a/src/diskio.c +++ b/src/diskio.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/eve.c b/src/eve.c index 209ac7f5..c0635afe 100644 --- a/src/eve.c +++ b/src/eve.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -19,8 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "eve.h" diff --git a/src/fonts.c b/src/fonts.c index a31e5636..b110d109 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" #include "fonts.h" diff --git a/src/freebsd.c b/src/freebsd.c index 01b40a16..7f58eb7b 100644 --- a/src/freebsd.c +++ b/src/freebsd.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include diff --git a/src/fs.c b/src/fs.c index faa361e1..8766a12e 100644 --- a/src/fs.c +++ b/src/fs.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/hddtemp.c b/src/hddtemp.c index 57001d4b..315664ef 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/ibm.c b/src/ibm.c index 193a5d7d..168c88e2 100644 --- a/src/ibm.c +++ b/src/ibm.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -26,8 +27,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/imlib2.c b/src/imlib2.c index fd72790a..72e23e3b 100644 --- a/src/imlib2.c +++ b/src/imlib2.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -19,8 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/libmpdclient.c b/src/libmpdclient.c index 791ad895..9a5067ea 100644 --- a/src/libmpdclient.c +++ b/src/libmpdclient.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * libmpdclient * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) @@ -31,8 +32,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/libtcp-portmon.c b/src/libtcp-portmon.c index 7d4a8d45..efd08d82 100644 --- a/src/libtcp-portmon.c +++ b/src/libtcp-portmon.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * libtcp-portmon.c: tcp port monitoring library. * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifdef HAVE_CONFIG_H diff --git a/src/linux.c b/src/linux.c index 60360d5e..0542ddad 100644 --- a/src/linux.c +++ b/src/linux.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -26,8 +27,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/llua.c b/src/llua.c index f27bdb26..67543fdf 100644 --- a/src/llua.c +++ b/src/llua.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -19,8 +20,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/mail.c b/src/mail.c index 91805d85..5d3d8fe5 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/mboxscan.c b/src/mboxscan.c index d3cd404d..24b2f246 100644 --- a/src/mboxscan.c +++ b/src/mboxscan.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/mixer.c b/src/mixer.c index 0f9fff43..29711e15 100644 --- a/src/mixer.c +++ b/src/mixer.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/moc.c b/src/moc.c index 107eae03..eca3329f 100644 --- a/src/moc.c +++ b/src/moc.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * MOC Conky integration * @@ -18,8 +19,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/mpd.c b/src/mpd.c index ca592873..a5680ad1 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/netbsd.c b/src/netbsd.c index 7b785b4a..ccc7ebe9 100644 --- a/src/netbsd.c +++ b/src/netbsd.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "netbsd.h" diff --git a/src/nvidia.c b/src/nvidia.c index 7b49fe27..c2be8329 100644 --- a/src/nvidia.c +++ b/src/nvidia.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "nvidia.h" diff --git a/src/openbsd.c b/src/openbsd.c index 4ab676b0..bcbe0727 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include diff --git a/src/prss.c b/src/prss.c index 14783d62..e562506f 100644 --- a/src/prss.c +++ b/src/prss.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Copyright (c) 2007 Mikko Sysikaski * Toni Spets @@ -15,8 +16,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/rss.c b/src/rss.c index 667d35a8..36408dfc 100644 --- a/src/rss.c +++ b/src/rss.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -21,8 +22,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/smapi.c b/src/smapi.c index 2189b3e1..aa2ea2fd 100644 --- a/src/smapi.c +++ b/src/smapi.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * smapi.c: conky support for IBM Thinkpad smapi * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #define _GNU_SOURCE #include "conky.h" /* text_buffer_size, PACKAGE_NAME, maybe more */ diff --git a/src/solaris.c b/src/solaris.c index 22b45291..4cc5319e 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ /* doesn't work, feel free to finish this */ diff --git a/src/sony.c b/src/sony.c index 0ec824d3..a3eecbac 100644 --- a/src/sony.c +++ b/src/sony.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -21,8 +22,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ /* conky support for information from sony_laptop kernel module * information from sony_laptop kernel module diff --git a/src/specials.c b/src/specials.c index 536cae7c..cdd87258 100644 --- a/src/specials.c +++ b/src/specials.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" #include "colours.h" diff --git a/src/tailhead.c b/src/tailhead.c index f4e012c0..47bca78e 100644 --- a/src/tailhead.c +++ b/src/tailhead.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "text_object.h" diff --git a/src/tcp-portmon.c b/src/tcp-portmon.c index 64434657..f9fa2296 100644 --- a/src/tcp-portmon.c +++ b/src/tcp-portmon.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * tcp-portmon.c - libtcp-portmon hooks * @@ -16,8 +17,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" #include "logging.h" diff --git a/src/temphelper.c b/src/temphelper.c index b08b8fe7..c577a1c2 100644 --- a/src/temphelper.c +++ b/src/temphelper.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * temphelper.c: aid in converting temperature units * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" #include diff --git a/src/template.c b/src/template.c index b98166ac..4cbf21d3 100644 --- a/src/template.c +++ b/src/template.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" #include "logging.h" diff --git a/src/template.h b/src/template.h index 81b3e9e6..a9ad267e 100644 --- a/src/template.h +++ b/src/template.h @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifndef _TEMPLATE_H diff --git a/src/text_object.c b/src/text_object.c index 17777bc9..a4db5c60 100644 --- a/src/text_object.c +++ b/src/text_object.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "text_object.h" #include "logging.h" diff --git a/src/timed_thread.c b/src/timed_thread.c index 4aee7a38..ee4346dc 100644 --- a/src/timed_thread.c +++ b/src/timed_thread.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * timed_thread.c: Abstraction layer for timed threads * @@ -19,8 +20,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #ifdef HAVE_CONFIG_H diff --git a/src/top.c b/src/top.c index 6e775b7f..ba0602ef 100644 --- a/src/top.c +++ b/src/top.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -26,8 +27,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "top.h" diff --git a/src/users.c b/src/users.c index b97c49c7..f0421c04 100644 --- a/src/users.c +++ b/src/users.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/weather.c b/src/weather.c index a9576fd1..2037d879 100644 --- a/src/weather.c +++ b/src/weather.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -20,8 +21,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h" diff --git a/src/x11.c b/src/x11.c index 2acf067f..03ccf251 100644 --- a/src/x11.c +++ b/src/x11.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -25,8 +26,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "config.h" diff --git a/src/xmms2.c b/src/xmms2.c index c06e7c78..6a38fde1 100644 --- a/src/xmms2.c +++ b/src/xmms2.c @@ -1,4 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * vim: ts=4 sw=4 noet ai cindent syntax=c * * Conky, a system monitor, based on torsmo * @@ -24,8 +25,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * vim: ts=4 sw=4 noet ai cindent syntax=c - * */ #include "conky.h"