From: Cesare Tirabassi Date: Tue, 28 Jul 2009 21:44:22 +0000 (+0200) Subject: add emacs indentation variables to source files in line with current vim settings X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=81c691d15afc0ccffd3da3a480478f0a66bb60f4;p=monky add emacs indentation variables to source files in line with current vim settings --- diff --git a/Makefile.am b/Makefile.am index 7f68321..30f9bb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# # Conky, a system monitor, based on torsmo # # Any original torsmo code is licensed under the BSD license diff --git a/configure.ac.in b/configure.ac.in index 9217508..f0a7f2b 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# dnl major, minor and micro version macros. m4_define([conky_version_major], [1]) m4_define([conky_version_minor], [7]) diff --git a/data/Makefile.am b/data/Makefile.am index 2c910a5..46e6ea5 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# # Conky, a system monitor, based on torsmo # # Any original torsmo code is licensed under the BSD license diff --git a/doc/Makefile.am b/doc/Makefile.am index 4246247..b2d25b3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# if HAVE_DOCSTUFF DOCS = conky.1 docs.html variables.html config_settings.html lua.html diff --git a/lua/Makefile.am b/lua/Makefile.am index dbf9ae3..5da8e6d 100644 --- a/lua/Makefile.am +++ b/lua/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# # Conky, a system monitor, based on torsmo # # Please see COPYING for details diff --git a/src/Makefile.am b/src/Makefile.am index 9111c70..cdd7e54 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# # Conky, a system monitor, based on torsmo # # Any original torsmo code is licensed under the BSD license diff --git a/src/algebra.c b/src/algebra.c index d72bcf0..bc0f1fd 100644 --- a/src/algebra.c +++ b/src/algebra.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/algebra.h b/src/algebra.h index f464eac..e501a1c 100644 --- a/src/algebra.h +++ b/src/algebra.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/apcupsd.c b/src/apcupsd.c index cca6891..baf5f73 100644 --- a/src/apcupsd.c +++ b/src/apcupsd.c @@ -1,4 +1,6 @@ -/* apcupsd.c: conky module for APC UPS daemon monitoring +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * apcupsd.c: conky module for APC UPS daemon monitoring * * Copyright (C) 2009 Jaromir Smrcek * diff --git a/src/apcupsd.h b/src/apcupsd.h index 2dfa02a..efbfdf5 100644 --- a/src/apcupsd.h +++ b/src/apcupsd.h @@ -1,4 +1,6 @@ -/* apcupsd.h: conky module for APC UPS daemon monitoring +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * apcupsd.h: conky module for APC UPS daemon monitoring * * Copyright (C) 2009 Jaromir Smrcek * diff --git a/src/audacious.c b/src/audacious.c index fbaf8fc..5ee9c10 100644 --- a/src/audacious.c +++ b/src/audacious.c @@ -1,4 +1,6 @@ -/* audacious.c: conky support for audacious music player +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * audacious.c: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/audacious.h b/src/audacious.h index 79eddc5..2b6c90a 100644 --- a/src/audacious.h +++ b/src/audacious.h @@ -1,4 +1,6 @@ -/* audacious.h: conky support for audacious music player +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * audacious.h: conky support for audacious music player * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/bmpx.c b/src/bmpx.c index 7be4544..3ca9cf2 100644 --- a/src/bmpx.c +++ b/src/bmpx.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/bmpx.h b/src/bmpx.h index a036d27..7636cdb 100644 --- a/src/bmpx.h +++ b/src/bmpx.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/ccurl_thread.c b/src/ccurl_thread.c index 11d12df..31a3d78 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 -*- + * * Conky, a system monitor, based on torsmo * * Please see COPYING for details diff --git a/src/ccurl_thread.h b/src/ccurl_thread.h index 0d0cbf0..eb48d32 100644 --- a/src/ccurl_thread.h +++ b/src/ccurl_thread.h @@ -1,4 +1,5 @@ -/* +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * * Conky, a system monitor, based on torsmo * * Please see COPYING for details diff --git a/src/colours.c b/src/colours.c index 0ea1e8a..3b899f8 100644 --- a/src/colours.c +++ b/src/colours.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/colours.h b/src/colours.h index 053aad8..f73e17d 100644 --- a/src/colours.h +++ b/src/colours.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/common.c b/src/common.c index 11eaa39..1948e54 100644 --- a/src/common.c +++ b/src/common.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/common.h b/src/common.h index d191406..fa9211f 100644 --- a/src/common.h +++ b/src/common.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _COMMON_H #define _COMMON_H diff --git a/src/conf_cookie.c b/src/conf_cookie.c index cc7a4b6..7d96a47 100644 --- a/src/conf_cookie.c +++ b/src/conf_cookie.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/conf_cookie.h b/src/conf_cookie.h index 4ffada0..5458b46 100644 --- a/src/conf_cookie.h +++ b/src/conf_cookie.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _CONF_COOKIE_H #define _CONF_COOKIE_H diff --git a/src/conky.c b/src/conky.c index 2e74b08..cd29ba7 100644 --- a/src/conky.c +++ b/src/conky.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/conky.h b/src/conky.h index 0f7bbcc..5b71526 100644 --- a/src/conky.h +++ b/src/conky.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/diskio.c b/src/diskio.c index 3596ee6..b6c4c20 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 -*- + * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license diff --git a/src/diskio.h b/src/diskio.h index 373f5d5..064b31b 100644 --- a/src/diskio.h +++ b/src/diskio.h @@ -1,4 +1,5 @@ -/* +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license diff --git a/src/eve.c b/src/eve.c index 6d05c58..209ac7f 100644 --- a/src/eve.c +++ b/src/eve.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Copyright (c) 2008 Asbjørn Zweidorff Kjær * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. diff --git a/src/eve.h b/src/eve.h index b4cb131..a124efa 100644 --- a/src/eve.h +++ b/src/eve.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Copyright (c) 2008 Asbjørn Zweidorff Kjær * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. diff --git a/src/fonts.c b/src/fonts.c index 388921d..4c08c65 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/fonts.h b/src/fonts.h index 4853047..22d9278 100644 --- a/src/fonts.h +++ b/src/fonts.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/freebsd.c b/src/freebsd.c index 00399ed..01b40a1 100644 --- a/src/freebsd.c +++ b/src/freebsd.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/freebsd.h b/src/freebsd.h index 3a3d137..54a981b 100644 --- a/src/freebsd.h +++ b/src/freebsd.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef FREEBSD_H_ #define FREEBSD_H_ diff --git a/src/fs.c b/src/fs.c index 6fbaa17..28f6a68 100644 --- a/src/fs.c +++ b/src/fs.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/fs.h b/src/fs.h index f1690ab..26bf38b 100644 --- a/src/fs.h +++ b/src/fs.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _FS_H #define _FS_H diff --git a/src/hddtemp.c b/src/hddtemp.c index 7f18e3e..b90fba4 100644 --- a/src/hddtemp.c +++ b/src/hddtemp.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/hddtemp.h b/src/hddtemp.h index a19f074..bfc897c 100644 --- a/src/hddtemp.h +++ b/src/hddtemp.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef HDDTEMP_H_ #define HDDTEMP_H_ diff --git a/src/ibm.c b/src/ibm.c index 9af81df..193a5d7 100644 --- a/src/ibm.c +++ b/src/ibm.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/ibm.h b/src/ibm.h index 58cf63d..f232acd 100644 --- a/src/ibm.h +++ b/src/ibm.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _IBM_H #define _IBM_H diff --git a/src/imlib2.c b/src/imlib2.c index 282b297..a9f7391 100644 --- a/src/imlib2.c +++ b/src/imlib2.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/imlib2.h b/src/imlib2.h index 9a6e1f8..f36aac8 100644 --- a/src/imlib2.h +++ b/src/imlib2.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/libmpdclient.c b/src/libmpdclient.c index b9af206..791ad89 100644 --- a/src/libmpdclient.c +++ b/src/libmpdclient.c @@ -1,4 +1,6 @@ -/* libmpdclient +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * libmpdclient * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * diff --git a/src/libmpdclient.h b/src/libmpdclient.h index 9ae72d2..eef40cd 100644 --- a/src/libmpdclient.h +++ b/src/libmpdclient.h @@ -1,4 +1,6 @@ -/* libmpdclient +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * libmpdclient * (c)2003-2006 by Warren Dukes (warren.dukes@gmail.com) * This project's homepage is: http://www.musicpd.org * diff --git a/src/libtcp-portmon.c b/src/libtcp-portmon.c index 41b6b2d..7d4a8d4 100644 --- a/src/libtcp-portmon.c +++ b/src/libtcp-portmon.c @@ -1,4 +1,6 @@ -/* libtcp-portmon.c: tcp port monitoring library. +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * libtcp-portmon.c: tcp port monitoring library. * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/libtcp-portmon.h b/src/libtcp-portmon.h index 0dd99cf..0ff9301 100644 --- a/src/libtcp-portmon.h +++ b/src/libtcp-portmon.h @@ -1,4 +1,6 @@ -/* libtcp-portmon.h: tcp port monitoring library. +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * libtcp-portmon.h: tcp port monitoring library. * * Copyright (C) 2005-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/linux.c b/src/linux.c index da2da5a..e253885 100644 --- a/src/linux.c +++ b/src/linux.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/linux.h b/src/linux.h index 1ebe911..8b6bea8 100644 --- a/src/linux.h +++ b/src/linux.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _LINUX_H #define _LINUX_H diff --git a/src/llua.c b/src/llua.c index 5c1468f..5113d3d 100644 --- a/src/llua.c +++ b/src/llua.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. diff --git a/src/llua.h b/src/llua.h index 5d5123d..2cc2b1c 100644 --- a/src/llua.h +++ b/src/llua.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Copyright (c) 2009 Toni Spets * Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. diff --git a/src/logging.h b/src/logging.h index ba70f23..ec849d6 100644 --- a/src/logging.h +++ b/src/logging.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mail.c b/src/mail.c index 078b308..7a068a3 100644 --- a/src/mail.c +++ b/src/mail.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mail.h b/src/mail.h index 1ce99b7..a807b39 100644 --- a/src/mail.h +++ b/src/mail.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef _MAIL_H #define _MAIL_H diff --git a/src/mboxscan.c b/src/mboxscan.c index 59d4ab0..c911b4f 100644 --- a/src/mboxscan.c +++ b/src/mboxscan.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mboxscan.h b/src/mboxscan.h index a25eeb2..cd0b690 100644 --- a/src/mboxscan.h +++ b/src/mboxscan.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mixer.c b/src/mixer.c index b7245e5..7c381aa 100644 --- a/src/mixer.c +++ b/src/mixer.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mixer.h b/src/mixer.h index 568f911..4711441 100644 --- a/src/mixer.h +++ b/src/mixer.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef MIXER_H_ #define MIXER_H_ diff --git a/src/moc.c b/src/moc.c index e55b3bb..98a4dc3 100644 --- a/src/moc.c +++ b/src/moc.c @@ -1,4 +1,6 @@ -/* MOC Conky integration +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * MOC Conky integration * * Please see COPYING for details * diff --git a/src/moc.h b/src/moc.h index c69c701..7b1f78e 100644 --- a/src/moc.h +++ b/src/moc.h @@ -1,4 +1,6 @@ -/* MOC Conky integration +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * MOC Conky integration * * Please see COPYING for details * diff --git a/src/mpd.c b/src/mpd.c index 27b138a..44d0abe 100644 --- a/src/mpd.c +++ b/src/mpd.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/mpd.h b/src/mpd.h index 6505b46..da6a13c 100644 --- a/src/mpd.h +++ b/src/mpd.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef MPD_H_ #define MPD_H_ diff --git a/src/netbsd.c b/src/netbsd.c index 558230e..7b785b4 100644 --- a/src/netbsd.c +++ b/src/netbsd.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/netbsd.h b/src/netbsd.h index 2cc632b..65f303c 100644 --- a/src/netbsd.h +++ b/src/netbsd.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef NETBSD_H_ #define NETBSD_H_ diff --git a/src/nvidia.c b/src/nvidia.c index 92373c0..7b49fe2 100644 --- a/src/nvidia.c +++ b/src/nvidia.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/nvidia.h b/src/nvidia.h index 6787f17..92b979c 100644 --- a/src/nvidia.h +++ b/src/nvidia.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/openbsd.c b/src/openbsd.c index 27334f6..ff67066 100644 --- a/src/openbsd.c +++ b/src/openbsd.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/openbsd.h b/src/openbsd.h index 32aa8f4..2ee32cb 100644 --- a/src/openbsd.h +++ b/src/openbsd.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef OPENBSD_H_ #define OPENBSD_H_ diff --git a/src/prss.c b/src/prss.c index 84cc803..2e1853a 100644 --- a/src/prss.c +++ b/src/prss.c @@ -1,4 +1,4 @@ -/* +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- * * Copyright (c) 2007 Mikko Sysikaski * Toni Spets diff --git a/src/prss.h b/src/prss.h index 12843b0..53b8b4b 100644 --- a/src/prss.h +++ b/src/prss.h @@ -1,4 +1,4 @@ -/* +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- * * Copyright (c) 2007 Mikko Sysikaski * Toni Spets diff --git a/src/rss.c b/src/rss.c index 54ee550..1832f5b 100644 --- a/src/rss.c +++ b/src/rss.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/rss.h b/src/rss.h index 16fd9ac..3e10d81 100644 --- a/src/rss.h +++ b/src/rss.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifndef RSS_H_ #define RSS_H_ diff --git a/src/smapi.c b/src/smapi.c index 5ff8dd0..cb6758f 100644 --- a/src/smapi.c +++ b/src/smapi.c @@ -1,4 +1,6 @@ -/* smapi.c: conky support for IBM Thinkpad smapi +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * smapi.c: conky support for IBM Thinkpad smapi * * Copyright (C) 2007 Phil Sutter * diff --git a/src/smapi.h b/src/smapi.h index eebe9df..6b1986c 100644 --- a/src/smapi.h +++ b/src/smapi.h @@ -1,4 +1,6 @@ -/* smapi.h: conky support for IBM Thinkpad smapi +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * smapi.h: conky support for IBM Thinkpad smapi * * Copyright (C) 2007 Phil Sutter * diff --git a/src/solaris.c b/src/solaris.c index 6bd63db..b68a10f 100644 --- a/src/solaris.c +++ b/src/solaris.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/sony.c b/src/sony.c index f29dee5..0ec824d 100644 --- a/src/sony.c +++ b/src/sony.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/sony.h b/src/sony.h index 571e885..b86287e 100644 --- a/src/sony.h +++ b/src/sony.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Please see COPYING for details * diff --git a/src/specials.c b/src/specials.c index fd2128b..a76cd41 100644 --- a/src/specials.c +++ b/src/specials.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/specials.h b/src/specials.h index a3b1683..d506306 100644 --- a/src/specials.h +++ b/src/specials.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/tailhead.c b/src/tailhead.c index 953a3db..f4e012c 100644 --- a/src/tailhead.c +++ b/src/tailhead.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/tailhead.h b/src/tailhead.h index 0df64c3..d3ef45f 100644 --- a/src/tailhead.h +++ b/src/tailhead.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/tcp-portmon.c b/src/tcp-portmon.c index 2b26326..6443465 100644 --- a/src/tcp-portmon.c +++ b/src/tcp-portmon.c @@ -1,4 +1,6 @@ -/* tcp-portmon.c - libtcp-portmon hooks +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * tcp-portmon.c - libtcp-portmon hooks * * Copyright (C) 2008 Phil Sutter * diff --git a/src/tcp-portmon.h b/src/tcp-portmon.h index d4d0034..8ef40a9 100644 --- a/src/tcp-portmon.h +++ b/src/tcp-portmon.h @@ -1,4 +1,6 @@ -/* tcp-portmon.h - libtcp-portmon hooks protoypes +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * tcp-portmon.h - libtcp-portmon hooks protoypes * * Copyright (C) 2008 Phil Sutter * diff --git a/src/temphelper.c b/src/temphelper.c index 751f035..b08b8fe 100644 --- a/src/temphelper.c +++ b/src/temphelper.c @@ -1,4 +1,6 @@ -/* temphelper.c: aid in converting temperature units +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * temphelper.c: aid in converting temperature units * * Copyright (C) 2008 Phil Sutter * diff --git a/src/temphelper.h b/src/temphelper.h index c647f0d..19f97af 100644 --- a/src/temphelper.h +++ b/src/temphelper.h @@ -1,4 +1,6 @@ -/* temphelper.h: aid in converting temperature units +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * temphelper.h: aid in converting temperature units * * Copyright (C) 2008 Phil Sutter * diff --git a/src/text_object.c b/src/text_object.c index 6e6311e..17777bc 100644 --- a/src/text_object.c +++ b/src/text_object.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/text_object.h b/src/text_object.h index cf50a35..4efff85 100644 --- a/src/text_object.h +++ b/src/text_object.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/timed_thread.c b/src/timed_thread.c index 798fbfc..4aee7a3 100644 --- a/src/timed_thread.c +++ b/src/timed_thread.c @@ -1,4 +1,6 @@ -/* timed_thread.c: Abstraction layer for timed threads +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * timed_thread.c: Abstraction layer for timed threads * * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/timed_thread.h b/src/timed_thread.h index 38732c2..cc4adcd 100644 --- a/src/timed_thread.h +++ b/src/timed_thread.h @@ -1,4 +1,6 @@ -/* timed_thread.h: Abstraction layer for timed threads +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * timed_thread.h: Abstraction layer for timed threads * * Copyright (C) 2006-2007 Philip Kovacs pkovacs@users.sourceforge.net * diff --git a/src/top.c b/src/top.c index e9bc680..d095b39 100644 --- a/src/top.c +++ b/src/top.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/top.h b/src/top.h index c17faaa..887d826 100644 --- a/src/top.h +++ b/src/top.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/users.c b/src/users.c index 0f2ffcd..b97c49c 100644 --- a/src/users.c +++ b/src/users.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * @@ -24,7 +26,7 @@ * along with this program. If not, see . * * vim: ts=4 sw=4 noet ai cindent syntax=c - * -*- c-basic-offset: 4; tab-width: 4 -*- + * */ #include "conky.h" diff --git a/src/weather.c b/src/weather.c index 1cb0456..432e4b8 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 -*- + * * Conky, a system monitor, based on torsmo * * Please see COPYING for details diff --git a/src/weather.h b/src/weather.h index f0097cb..c8aceab 100644 --- a/src/weather.h +++ b/src/weather.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/x11.c b/src/x11.c index 29d7a1c..286e070 100644 --- a/src/x11.c +++ b/src/x11.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/x11.h b/src/x11.h index 9644f0f..738fcb3 100644 --- a/src/x11.h +++ b/src/x11.h @@ -1,3 +1,5 @@ +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- */ + #ifdef X11 #ifndef X11_H_ #define X11_H_ diff --git a/src/xmms2.c b/src/xmms2.c index 57b951d..c06e7c7 100644 --- a/src/xmms2.c +++ b/src/xmms2.c @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license * diff --git a/src/xmms2.h b/src/xmms2.h index 1f8045d..9ad6262 100644 --- a/src/xmms2.h +++ b/src/xmms2.h @@ -1,4 +1,6 @@ -/* Conky, a system monitor, based on torsmo +/* -*- mode: c; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- + * + * Conky, a system monitor, based on torsmo * * Any original torsmo code is licensed under the BSD license *