diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-08-04 16:57:32 +0000 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2010-08-04 16:57:32 +0000 |
commit | 6638a10e20c06c0dab64e1eb8ae045550ccebb96 (patch) | |
tree | fa8c346901c30f7abf9678da1d9f864615249df1 /src | |
parent | f405dc931c1cee6af08c675aefdaf96c35181ade (diff) | |
download | enlightenment-6638a10e20c06c0dab64e1eb8ae045550ccebb96.tar.gz |
FORMATTING
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
Diffstat (limited to 'src')
448 files changed, 0 insertions, 1368 deletions
diff --git a/src/bin/e.h b/src/bin/e.h index a337c12eef..c1c0eb3cc7 100644 --- a/src/bin/e.h +++ b/src/bin/e.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_H #define E_H diff --git a/src/bin/e_about.c b/src/bin/e_about.c index b5dde1e649..a3d476f2ed 100644 --- a/src/bin/e_about.c +++ b/src/bin/e_about.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_about.h b/src/bin/e_about.h index 9acb86668e..919b49c4d9 100644 --- a/src/bin/e_about.h +++ b/src/bin/e_about.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Obj_Dialog E_About; diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 3ce7e4661a..f98b36fd66 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #ifndef MAX diff --git a/src/bin/e_actions.h b/src/bin/e_actions.h index 29aa013868..0685f5432e 100644 --- a/src/bin/e_actions.h +++ b/src/bin/e_actions.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Action E_Action; diff --git a/src/bin/e_alert.c b/src/bin/e_alert.c index 25f156dc0e..50bd3c4974 100644 --- a/src/bin/e_alert.c +++ b/src/bin/e_alert.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_alert.h" #include <stdio.h> diff --git a/src/bin/e_alert.h b/src/bin/e_alert.h index a0a36fa9bc..d93309783a 100644 --- a/src/bin/e_alert.h +++ b/src/bin/e_alert.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_atoms.c b/src/bin/e_atoms.c index 1575186a12..44016de310 100644 --- a/src/bin/e_atoms.c +++ b/src/bin/e_atoms.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* Atoms */ diff --git a/src/bin/e_atoms.h b/src/bin/e_atoms.h index f7fef172de..4ffdd066d3 100644 --- a/src/bin/e_atoms.h +++ b/src/bin/e_atoms.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_ATOMS_H diff --git a/src/bin/e_bg.c b/src/bin/e_bg.c index 5098ccd160..b7daecfde5 100644 --- a/src/bin/e_bg.c +++ b/src/bin/e_bg.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_bg.h b/src/bin/e_bg.h index 98d4401a17..5e296b4a34 100644 --- a/src/bin/e_bg.h +++ b/src/bin/e_bg.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum { diff --git a/src/bin/e_bindings.c b/src/bin/e_bindings.c index 8da2491cbe..fc8324afe2 100644 --- a/src/bin/e_bindings.c +++ b/src/bin/e_bindings.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_bindings.h b/src/bin/e_bindings.h index 1a0cd6471f..f80c79d466 100644 --- a/src/bin/e_bindings.h +++ b/src/bin/e_bindings.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Binding_Context diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 3a0772b7c4..80e1b89fed 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" //#define INOUTDEBUG_MOUSE 1 diff --git a/src/bin/e_border.h b/src/bin/e_border.h index ec0053b2c7..bfcb04d9b8 100644 --- a/src/bin/e_border.h +++ b/src/bin/e_border.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Icon_Preference diff --git a/src/bin/e_box.c b/src/bin/e_box.c index d7e60326c2..c495f217fc 100644 --- a/src/bin/e_box.c +++ b/src/bin/e_box.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Smart_Data E_Smart_Data; diff --git a/src/bin/e_box.h b/src/bin/e_box.h index e846cb2a8f..6f6ce95c40 100644 --- a/src/bin/e_box.h +++ b/src/bin/e_box.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_BOX_H diff --git a/src/bin/e_canvas.c b/src/bin/e_canvas.c index d734ba10ce..78e2d8c40b 100644 --- a/src/bin/e_canvas.c +++ b/src/bin/e_canvas.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_canvas.h b/src/bin/e_canvas.h index d7cf0c486a..3285303a8d 100644 --- a/src/bin/e_canvas.h +++ b/src/bin/e_canvas.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_CANVAS_H diff --git a/src/bin/e_color.h b/src/bin/e_color.h index 10c7104737..dbf3b0be36 100644 --- a/src/bin/e_color.h +++ b/src/bin/e_color.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Color_Component E_Color_Component; diff --git a/src/bin/e_color_class.c b/src/bin/e_color_class.c index 3ce2ba9592..73f5dd6fd4 100644 --- a/src/bin/e_color_class.c +++ b/src/bin/e_color_class.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI int diff --git a/src/bin/e_color_class.h b/src/bin/e_color_class.h index 2479d29526..3c419124f1 100644 --- a/src/bin/e_color_class.h +++ b/src/bin/e_color_class.h @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #ifdef E_TYPEDEFS typedef struct _E_Color_Class E_Color_Class; diff --git a/src/bin/e_color_dialog.c b/src/bin/e_color_dialog.c index c763942492..d3b44439a7 100644 --- a/src/bin/e_color_dialog.c +++ b/src/bin/e_color_dialog.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" static void _e_color_dialog_button1_click(void *data, E_Dialog *edia); diff --git a/src/bin/e_color_dialog.h b/src/bin/e_color_dialog.h index b8f5289079..00b12358f0 100644 --- a/src/bin/e_color_dialog.h +++ b/src/bin/e_color_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Color_Dialog E_Color_Dialog; diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 6bcb37c735..168d349570 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #if ((E17_PROFILE >= LOWRES_PDA) && (E17_PROFILE <= HIRES_PDA)) diff --git a/src/bin/e_config.h b/src/bin/e_config.h index e0e741bfbf..29e35e96be 100644 --- a/src/bin/e_config.h +++ b/src/bin/e_config.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_CONFIG_LIMIT(v, min, max) {if (v > max) v = max; else if (v < min) v = min;} diff --git a/src/bin/e_config_data.c b/src/bin/e_config_data.c index 5cf7aa41c5..f99616fabf 100644 --- a/src/bin/e_config_data.c +++ b/src/bin/e_config_data.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI E_Config_DD * diff --git a/src/bin/e_config_data.h b/src/bin/e_config_data.h index d27e4f8264..bfb645dbf5 100644 --- a/src/bin/e_config_data.h +++ b/src/bin/e_config_data.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_CONFIG_DD_NEW(str, typ) \ diff --git a/src/bin/e_config_dialog.c b/src/bin/e_config_dialog.c index 69ae30465a..54f1894b07 100644 --- a/src/bin/e_config_dialog.c +++ b/src/bin/e_config_dialog.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_config_dialog.h b/src/bin/e_config_dialog.h index 645bb4d8cf..021be4b6be 100644 --- a/src/bin/e_config_dialog.h +++ b/src/bin/e_config_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Config_Dialog_CFData_Type diff --git a/src/bin/e_configure.c b/src/bin/e_configure.c index 63d99c37b2..7043b0924c 100644 --- a/src/bin/e_configure.c +++ b/src/bin/e_configure.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_configure_efreet_desktop_update(void); diff --git a/src/bin/e_confirm_dialog.c b/src/bin/e_confirm_dialog.c index cec832fd85..b3840c511a 100644 --- a/src/bin/e_confirm_dialog.c +++ b/src/bin/e_confirm_dialog.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /******** private function definitions **********/ diff --git a/src/bin/e_confirm_dialog.h b/src/bin/e_confirm_dialog.h index 48f9de88d7..1defc6e5a4 100644 --- a/src/bin/e_confirm_dialog.h +++ b/src/bin/e_confirm_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Confirm_Dialog E_Confirm_Dialog; diff --git a/src/bin/e_container.c b/src/bin/e_container.c index 9ae6a734d6..70913fccc4 100644 --- a/src/bin/e_container.c +++ b/src/bin/e_container.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* TODO List: diff --git a/src/bin/e_container.h b/src/bin/e_container.h index 86051d09f4..70030ab305 100644 --- a/src/bin/e_container.h +++ b/src/bin/e_container.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Container_Shape_Change diff --git a/src/bin/e_datastore.c b/src/bin/e_datastore.c index d9676a239a..c0bb87c086 100644 --- a/src/bin/e_datastore.c +++ b/src/bin/e_datastore.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_datastore.h b/src/bin/e_datastore.h index 5e36d02867..f22e2b90b4 100644 --- a/src/bin/e_datastore.h +++ b/src/bin/e_datastore.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_desk.c b/src/bin/e_desk.c index 85e50e85d8..077d20995d 100644 --- a/src/bin/e_desk.c +++ b/src/bin/e_desk.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* E_Desk is a child object of E_Zone. A desk is essentially a background diff --git a/src/bin/e_desk.h b/src/bin/e_desk.h index e6e7b940ea..57f17c2843 100644 --- a/src/bin/e_desk.h +++ b/src/bin/e_desk.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Desk E_Desk; diff --git a/src/bin/e_desklock.c b/src/bin/e_desklock.c index 7d28733576..3ef3ca7266 100644 --- a/src/bin/e_desklock.c +++ b/src/bin/e_desklock.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #ifdef HAVE_PAM # include <security/pam_appl.h> diff --git a/src/bin/e_dialog.c b/src/bin/e_dialog.c index e4bffaf69a..69233ed9cf 100644 --- a/src/bin/e_dialog.c +++ b/src/bin/e_dialog.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_dialog.h b/src/bin/e_dialog.h index f7ff606369..f69236087e 100644 --- a/src/bin/e_dialog.h +++ b/src/bin/e_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Dialog E_Dialog; diff --git a/src/bin/e_dnd.c b/src/bin/e_dnd.c index 36cd100bf2..254d1f6993 100644 --- a/src/bin/e_dnd.c +++ b/src/bin/e_dnd.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* FIXME: broken when drop areas intersect diff --git a/src/bin/e_dnd.h b/src/bin/e_dnd.h index dc142efb64..cbcb164944 100644 --- a/src/bin/e_dnd.h +++ b/src/bin/e_dnd.h @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #ifdef E_TYPEDEFS typedef enum _E_Drag_Type diff --git a/src/bin/e_dpms.c b/src/bin/e_dpms.c index 392fcac137..8fb73cf338 100644 --- a/src/bin/e_dpms.c +++ b/src/bin/e_dpms.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static Ecore_Event_Handler *_e_dpms_handler_config_mode = NULL; diff --git a/src/bin/e_eap_editor.c b/src/bin/e_eap_editor.c index 5ea4ba31d5..c191f93f27 100644 --- a/src/bin/e_eap_editor.c +++ b/src/bin/e_eap_editor.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" struct _E_Config_Dialog_Data diff --git a/src/bin/e_eap_editor.h b/src/bin/e_eap_editor.h index ea508d6236..fd70d25cdb 100644 --- a/src/bin/e_eap_editor.h +++ b/src/bin/e_eap_editor.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #if 1 #ifdef E_TYPEDEFS diff --git a/src/bin/e_editable.c b/src/bin/e_editable.c index dedc5074a9..4d05511c63 100644 --- a/src/bin/e_editable.c +++ b/src/bin/e_editable.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define E_EDITABLE_CURSOR_MARGIN 5 diff --git a/src/bin/e_editable.h b/src/bin/e_editable.h index c09feaf828..542beb56fa 100644 --- a/src/bin/e_editable.h +++ b/src/bin/e_editable.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_EDITABLE_H diff --git a/src/bin/e_entry.c b/src/bin/e_entry.c index e4e1c4f327..cb78e9eea1 100644 --- a/src/bin/e_entry.c +++ b/src/bin/e_entry.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #ifdef HAVE_ECORE_IMF diff --git a/src/bin/e_entry.h b/src/bin/e_entry.h index e20a49cd0d..563242c766 100644 --- a/src/bin/e_entry.h +++ b/src/bin/e_entry.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_ENTRY_H diff --git a/src/bin/e_entry_dialog.h b/src/bin/e_entry_dialog.h index 222493839d..0aac8e3409 100644 --- a/src/bin/e_entry_dialog.h +++ b/src/bin/e_entry_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Entry_Dialog E_Entry_Dialog; diff --git a/src/bin/e_error.c b/src/bin/e_error.c index 4236b27e91..2c3acd5d94 100644 --- a/src/bin/e_error.c +++ b/src/bin/e_error.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_error.h b/src/bin/e_error.h index cd13e08686..d2c896839d 100644 --- a/src/bin/e_error.h +++ b/src/bin/e_error.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define e_error_message_show(args...) \ diff --git a/src/bin/e_exec.c b/src/bin/e_exec.c index 94962d0546..c456936a0c 100644 --- a/src/bin/e_exec.c +++ b/src/bin/e_exec.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define MAX_OUTPUT_CHARACTERS 5000 diff --git a/src/bin/e_exec.h b/src/bin/e_exec.h index 0c8be0c6a4..3d6ea60715 100644 --- a/src/bin/e_exec.h +++ b/src/bin/e_exec.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Exec_Instance E_Exec_Instance; diff --git a/src/bin/e_exehist.c b/src/bin/e_exehist.c index 3e38232965..0a3b501c8b 100644 --- a/src/bin/e_exehist.c +++ b/src/bin/e_exehist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include <libgen.h> diff --git a/src/bin/e_exehist.h b/src/bin/e_exehist.h index a668073f69..bf74a3e85e 100644 --- a/src/bin/e_exehist.h +++ b/src/bin/e_exehist.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_filereg.c b/src/bin/e_filereg.c index b2e0e1f833..5717ac82de 100644 --- a/src/bin/e_filereg.c +++ b/src/bin/e_filereg.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* diff --git a/src/bin/e_filereg.h b/src/bin/e_filereg.h index 98b794d5d4..45ac3e9ac3 100644 --- a/src/bin/e_filereg.h +++ b/src/bin/e_filereg.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_flowlayout.c b/src/bin/e_flowlayout.c index 3cd35a6012..f81fe9a22b 100644 --- a/src/bin/e_flowlayout.c +++ b/src/bin/e_flowlayout.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Smart_Data E_Smart_Data; diff --git a/src/bin/e_flowlayout.h b/src/bin/e_flowlayout.h index 70727bb153..a36cdcf023 100644 --- a/src/bin/e_flowlayout.h +++ b/src/bin/e_flowlayout.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_FLOWLAYOUT_H diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index a004d45379..ee0ee7acbd 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_fm_dbus.h" #include "e_fm_op.h" diff --git a/src/bin/e_fm.h b/src/bin/e_fm.h index d23e1724ab..1509e50e0b 100644 --- a/src/bin/e_fm.h +++ b/src/bin/e_fm.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS /* IGNORE this code for now! */ diff --git a/src/bin/e_fm_custom.c b/src/bin/e_fm_custom.c index 4af6c35d80..45d8d2908b 100644 --- a/src/bin/e_fm_custom.c +++ b/src/bin/e_fm_custom.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static Eina_Bool _e_fm2_custom_file_hash_foreach_list(const Eina_Hash *hash, const void *key, void *data, void *fdata); diff --git a/src/bin/e_fm_custom.h b/src/bin/e_fm_custom.h index fc2513d0c7..58a3d2f377 100644 --- a/src/bin/e_fm_custom.h +++ b/src/bin/e_fm_custom.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Fm2_Custom_File E_Fm2_Custom_File; diff --git a/src/bin/e_fm_dbus.c b/src/bin/e_fm_dbus.c index 4bb6921952..8588d735e6 100644 --- a/src/bin/e_fm_dbus.c +++ b/src/bin/e_fm_dbus.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_fm_dbus.h" #define E_FM_SHARED_CODEC diff --git a/src/bin/e_fm_dbus.h b/src/bin/e_fm_dbus.h index 645b8b0c19..6839918159 100644 --- a/src/bin/e_fm_dbus.h +++ b/src/bin/e_fm_dbus.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_FM_DBUS_H #define E_FM_DBUS_H diff --git a/src/bin/e_fm_main.c b/src/bin/e_fm_main.c index 1eabf142ad..02110c3096 100644 --- a/src/bin/e_fm_main.c +++ b/src/bin/e_fm_main.c @@ -1,7 +1,3 @@ -/* - * vim:cindent:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "config.h" #ifndef _FILE_OFFSET_BITS diff --git a/src/bin/e_fm_mime.c b/src/bin/e_fm_mime.c index 4eb057cffe..7f707d536e 100644 --- a/src/bin/e_fm_mime.c +++ b/src/bin/e_fm_mime.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local types */ diff --git a/src/bin/e_fm_mime.h b/src/bin/e_fm_mime.h index eba2a2dbbd..7b673ffb4e 100644 --- a/src/bin/e_fm_mime.h +++ b/src/bin/e_fm_mime.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_fm_op.c b/src/bin/e_fm_op.c index 2bcddc64ee..5390a56e78 100644 --- a/src/bin/e_fm_op.c +++ b/src/bin/e_fm_op.c @@ -1,7 +1,3 @@ -/* - * vim:cindent:ts=8:sw=3:sts=8:expandtab:cino=>5n-3f0^-2{2 - */ - #include "config.h" #ifndef _FILE_OFFSET_BITS diff --git a/src/bin/e_fm_op.h b/src/bin/e_fm_op.h index 08af888e0d..645167f74d 100644 --- a/src/bin/e_fm_op.h +++ b/src/bin/e_fm_op.h @@ -1,6 +1,3 @@ -/* - * vim:cindent:ts=8:sw=3:sts=8:expandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_FM_OP_DEBUG(...) fprintf(stderr, __VA_ARGS__) diff --git a/src/bin/e_fm_op_registry.c b/src/bin/e_fm_op_registry.c index b785173c7b..0168e76f28 100644 --- a/src/bin/e_fm_op_registry.c +++ b/src/bin/e_fm_op_registry.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI int E_EVENT_FM_OP_REGISTRY_ADD = 0; diff --git a/src/bin/e_fm_op_registry.h b/src/bin/e_fm_op_registry.h index f05345c754..59dceb9b48 100644 --- a/src/bin/e_fm_op_registry.h +++ b/src/bin/e_fm_op_registry.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Fm2_Op_Status diff --git a/src/bin/e_fm_prop.c b/src/bin/e_fm_prop.c index 51539fd5c3..dbfcccd5c0 100644 --- a/src/bin/e_fm_prop.c +++ b/src/bin/e_fm_prop.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* FIXME: diff --git a/src/bin/e_fm_prop.h b/src/bin/e_fm_prop.h index 52598b436e..275bfc860e 100644 --- a/src/bin/e_fm_prop.h +++ b/src/bin/e_fm_prop.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_FM_PROP_H diff --git a/src/bin/e_focus.c b/src/bin/e_focus.c index f0eefd8850..35609d6cea 100644 --- a/src/bin/e_focus.c +++ b/src/bin/e_focus.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_focus.h b/src/bin/e_focus.h index 1292458376..d34fc4254a 100644 --- a/src/bin/e_focus.h +++ b/src/bin/e_focus.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_FOCUS_H diff --git a/src/bin/e_font.c b/src/bin/e_font.c index ef8e10760b..cb895632e3 100644 --- a/src/bin/e_font.c +++ b/src/bin/e_font.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define E_TOK_STYLE ":style=" diff --git a/src/bin/e_font.h b/src/bin/e_font.h index a41035c2ea..49b69fd6b2 100644 --- a/src/bin/e_font.h +++ b/src/bin/e_font.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Font_Default E_Font_Default; diff --git a/src/bin/e_gadcon.c b/src/bin/e_gadcon.c index 252dda668e..a7058f0f3e 100644 --- a/src/bin/e_gadcon.c +++ b/src/bin/e_gadcon.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* diff --git a/src/bin/e_gadcon.h b/src/bin/e_gadcon.h index 570e72496c..4f174e3f9b 100644 --- a/src/bin/e_gadcon.h +++ b/src/bin/e_gadcon.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_GADCON_CLIENT(x) ((E_Gadcon_Client *)(x)) diff --git a/src/bin/e_gadcon_popup.c b/src/bin/e_gadcon_popup.c index f973062091..c14d8442e4 100644 --- a/src/bin/e_gadcon_popup.c +++ b/src/bin/e_gadcon_popup.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_gadcon_popup.h b/src/bin/e_gadcon_popup.h index 41dc0ad59c..e4c74ac627 100644 --- a/src/bin/e_gadcon_popup.h +++ b/src/bin/e_gadcon_popup.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Gadcon_Popup E_Gadcon_Popup; diff --git a/src/bin/e_grabinput.c b/src/bin/e_grabinput.c index 0a4f0d43ff..6555657c14 100644 --- a/src/bin/e_grabinput.c +++ b/src/bin/e_grabinput.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_grabinput.h b/src/bin/e_grabinput.h index 1b138e86cb..6e9d6bfbeb 100644 --- a/src/bin/e_grabinput.h +++ b/src/bin/e_grabinput.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Focus_Method diff --git a/src/bin/e_hints.c b/src/bin/e_hints.c index 4396d23acc..154d4bc2f0 100644 --- a/src/bin/e_hints.c +++ b/src/bin/e_hints.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI Ecore_X_Atom ATM__QTOPIA_SOFT_MENU = 0; diff --git a/src/bin/e_hints.h b/src/bin/e_hints.h index ac0c2b1a34..03b670e7ff 100644 --- a/src/bin/e_hints.h +++ b/src/bin/e_hints.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_HINTS_H diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 5bbece3a96..eb81d5e6b7 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Smart_Data E_Smart_Data; diff --git a/src/bin/e_icon.h b/src/bin/e_icon.h index 070eabb9d3..7d0b7afd10 100644 --- a/src/bin/e_icon.h +++ b/src/bin/e_icon.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_ICON_H diff --git a/src/bin/e_ilist.c b/src/bin/e_ilist.c index e8ff3b2931..257d1c71af 100644 --- a/src/bin/e_ilist.c +++ b/src/bin/e_ilist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_ilist" diff --git a/src/bin/e_imc_main.c b/src/bin/e_imc_main.c index 1b78363df8..0dd120cd4f 100644 --- a/src/bin/e_imc_main.c +++ b/src/bin/e_imc_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_help(void); diff --git a/src/bin/e_includes.h b/src/bin/e_includes.h index 244c5d37b5..1f18433b92 100644 --- a/src/bin/e_includes.h +++ b/src/bin/e_includes.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_mmx.h" #include "e_object.h" #include "e_user.h" diff --git a/src/bin/e_init.c b/src/bin/e_init.c index e56d0fe4e2..49a7296ef6 100644 --- a/src/bin/e_init.c +++ b/src/bin/e_init.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI int E_EVENT_INIT_DONE = 0; diff --git a/src/bin/e_init.h b/src/bin/e_init.h index 45526054aa..db00ff4941 100644 --- a/src/bin/e_init.h +++ b/src/bin/e_init.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INIT_H diff --git a/src/bin/e_init_main.c b/src/bin/e_init_main.c index dd4e387bd2..3b1d34d7c0 100644 --- a/src/bin/e_init_main.c +++ b/src/bin/e_init_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "config.h" #include <stdio.h> #include <stdlib.h> diff --git a/src/bin/e_int_border_locks.c b/src/bin/e_int_border_locks.c index e5a20b0bba..718e9fd414 100644 --- a/src/bin/e_int_border_locks.c +++ b/src/bin/e_int_border_locks.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/bin/e_int_border_locks.h b/src/bin/e_int_border_locks.h index 1f0f59696b..1d3b943750 100644 --- a/src/bin/e_int_border_locks.h +++ b/src/bin/e_int_border_locks.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_BORDER_LOCKS_H diff --git a/src/bin/e_int_border_menu.c b/src/bin/e_int_border_menu.c index 4d2a32be55..8450436a63 100644 --- a/src/bin/e_int_border_menu.c +++ b/src/bin/e_int_border_menu.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_border_cb_border_menu_end(void *data, E_Menu *m); diff --git a/src/bin/e_int_border_menu.h b/src/bin/e_int_border_menu.h index 42819afd6b..1d349d49a9 100644 --- a/src/bin/e_int_border_menu.h +++ b/src/bin/e_int_border_menu.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_int_border_prop.h b/src/bin/e_int_border_prop.h index d0e2471ede..089a9837c3 100644 --- a/src/bin/e_int_border_prop.h +++ b/src/bin/e_int_border_prop.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_BORDER_PROP_H diff --git a/src/bin/e_int_border_remember.c b/src/bin/e_int_border_remember.c index 7d9ebb0d90..27a8236d50 100644 --- a/src/bin/e_int_border_remember.c +++ b/src/bin/e_int_border_remember.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/bin/e_int_border_remember.h b/src/bin/e_int_border_remember.h index 1ed0f52a89..cb77669fb4 100644 --- a/src/bin/e_int_border_remember.h +++ b/src/bin/e_int_border_remember.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_BORDER_REMEMBER_H diff --git a/src/bin/e_int_config_modules.c b/src/bin/e_int_config_modules.c index c079dc84a7..0153e13b7f 100644 --- a/src/bin/e_int_config_modules.c +++ b/src/bin/e_int_config_modules.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 -*/ #include "e.h" #include <assert.h> diff --git a/src/bin/e_int_config_modules.h b/src/bin/e_int_config_modules.h index 1fa80c4b91..f1ad81ce72 100644 --- a/src/bin/e_int_config_modules.h +++ b/src/bin/e_int_config_modules.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_MODULES_H diff --git a/src/bin/e_int_gadcon_config.h b/src/bin/e_int_gadcon_config.h index 76a2d071a9..3b763e4bf6 100644 --- a/src/bin/e_int_gadcon_config.h +++ b/src/bin/e_int_gadcon_config.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_GADCON_CONFIG_H diff --git a/src/bin/e_int_menus.c b/src/bin/e_int_menus.c index d8a3a799c2..b5bac24584 100644 --- a/src/bin/e_int_menus.c +++ b/src/bin/e_int_menus.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* diff --git a/src/bin/e_int_menus.h b/src/bin/e_int_menus.h index a522eb620b..88c339e2bd 100644 --- a/src/bin/e_int_menus.h +++ b/src/bin/e_int_menus.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Int_Menu_Augmentation E_Int_Menu_Augmentation; diff --git a/src/bin/e_int_shelf_config.h b/src/bin/e_int_shelf_config.h index 393bcaafc1..5289aba763 100644 --- a/src/bin/e_int_shelf_config.h +++ b/src/bin/e_int_shelf_config.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_SHELF_CONFIG_H diff --git a/src/bin/e_intl.c b/src/bin/e_intl.c index df43bd7728..6adc964a1f 100644 --- a/src/bin/e_intl.c +++ b/src/bin/e_intl.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static Ecore_Exe *_e_intl_input_method_exec = NULL; diff --git a/src/bin/e_intl.h b/src/bin/e_intl.h index e648c111b9..e1730bd287 100644 --- a/src/bin/e_intl.h +++ b/src/bin/e_intl.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #if E_INTERNAL diff --git a/src/bin/e_intl_data.c b/src/bin/e_intl_data.c index 2d50ed8d8b..cc8caafe3d 100644 --- a/src/bin/e_intl_data.c +++ b/src/bin/e_intl_data.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* This file is the counterpart for data storage of e_intl */ diff --git a/src/bin/e_intl_data.h b/src/bin/e_intl_data.h index 9554c865d7..139217f479 100644 --- a/src/bin/e_intl_data.h +++ b/src/bin/e_intl_data.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Input_Method_Config E_Input_Method_Config; diff --git a/src/bin/e_ipc.h b/src/bin/e_ipc.h index b8b912f2f1..19ef94cb83 100644 --- a/src/bin/e_ipc.h +++ b/src/bin/e_ipc.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #ifdef USE_IPC diff --git a/src/bin/e_ipc_codec.h b/src/bin/e_ipc_codec.h index 3104ca919c..04ae940e77 100644 --- a/src/bin/e_ipc_codec.h +++ b/src/bin/e_ipc_codec.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #ifdef USE_IPC diff --git a/src/bin/e_layout.c b/src/bin/e_layout.c index f596704b47..296ef8c6b4 100644 --- a/src/bin/e_layout.c +++ b/src/bin/e_layout.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* FIXME: something is weird here - i had to reverse all stacking logic to make diff --git a/src/bin/e_layout.h b/src/bin/e_layout.h index 2ea9cf5ab4..c05fc33adc 100644 --- a/src/bin/e_layout.h +++ b/src/bin/e_layout.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_LAYOUT_H diff --git a/src/bin/e_livethumb.c b/src/bin/e_livethumb.c index 3f260c3554..ce1da8ea25 100644 --- a/src/bin/e_livethumb.c +++ b/src/bin/e_livethumb.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_livethumb" diff --git a/src/bin/e_livethumb.h b/src/bin/e_livethumb.h index 9f0a6210b4..a7bcd84d09 100644 --- a/src/bin/e_livethumb.h +++ b/src/bin/e_livethumb.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_LIVETHUMB_H diff --git a/src/bin/e_main.c b/src/bin/e_main.c index d43a23951e..69f01b76b1 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #define _GNU_SOURCE #include "e.h" diff --git a/src/bin/e_manager.c b/src/bin/e_manager.c index ba1f89fdd1..d05fc6056f 100644 --- a/src/bin/e_manager.c +++ b/src/bin/e_manager.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_manager.h b/src/bin/e_manager.h index 58e369b5ee..e4e18b386c 100644 --- a/src/bin/e_manager.h +++ b/src/bin/e_manager.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Manager E_Manager; diff --git a/src/bin/e_maximize.c b/src/bin/e_maximize.c index 5442d2d858..e430ac992e 100644 --- a/src/bin/e_maximize.c +++ b/src/bin/e_maximize.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Maximize_Rect E_Maximize_Rect; diff --git a/src/bin/e_maximize.h b/src/bin/e_maximize.h index f22c8f204a..e081e059b3 100644 --- a/src/bin/e_maximize.h +++ b/src/bin/e_maximize.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_MAXIMIZE_H diff --git a/src/bin/e_menu.c b/src/bin/e_menu.c index cece8050a4..bcc9c35483 100644 --- a/src/bin/e_menu.c +++ b/src/bin/e_menu.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* TODO List: diff --git a/src/bin/e_menu.h b/src/bin/e_menu.h index ec44662112..939278b278 100644 --- a/src/bin/e_menu.h +++ b/src/bin/e_menu.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_MENU_POP_DIRECTION_NONE 0 diff --git a/src/bin/e_module.c b/src/bin/e_module.c index 8b27905e89..eab6402a42 100644 --- a/src/bin/e_module.c +++ b/src/bin/e_module.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* TODO List: diff --git a/src/bin/e_module.h b/src/bin/e_module.h index a809477876..cce2d6c15f 100644 --- a/src/bin/e_module.h +++ b/src/bin/e_module.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #define E_MODULE_API_VERSION 7 diff --git a/src/bin/e_mouse.c b/src/bin/e_mouse.c index 42f0fa35fa..babe55aaa5 100644 --- a/src/bin/e_mouse.c +++ b/src/bin/e_mouse.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI int diff --git a/src/bin/e_moveresize.c b/src/bin/e_moveresize.c index 80f0ee4ca0..7cb33a92ca 100644 --- a/src/bin/e_moveresize.c +++ b/src/bin/e_moveresize.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_resize_begin(void *data, void *bd); diff --git a/src/bin/e_moveresize.h b/src/bin/e_moveresize.h index 9f45d8be39..934768cdec 100644 --- a/src/bin/e_moveresize.h +++ b/src/bin/e_moveresize.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_msg.c b/src/bin/e_msg.c index 06fe8064f6..eb0436eb08 100644 --- a/src/bin/e_msg.c +++ b/src/bin/e_msg.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Msg_Event E_Msg_Event; diff --git a/src/bin/e_msg.h b/src/bin/e_msg.h index 2ca679d9d5..78483312f2 100644 --- a/src/bin/e_msg.h +++ b/src/bin/e_msg.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Msg_Handler E_Msg_Handler; diff --git a/src/bin/e_msgbus.h b/src/bin/e_msgbus.h index ac7eff32ec..c5a4789757 100644 --- a/src/bin/e_msgbus.h +++ b/src/bin/e_msgbus.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Msgbus_Data E_Msgbus_Data; diff --git a/src/bin/e_obj_dialog.c b/src/bin/e_obj_dialog.c index 88d87152e3..7d678b206d 100644 --- a/src/bin/e_obj_dialog.c +++ b/src/bin/e_obj_dialog.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_obj_dialog.h b/src/bin/e_obj_dialog.h index 6fdf2c1b18..45452ebaaf 100644 --- a/src/bin/e_obj_dialog.h +++ b/src/bin/e_obj_dialog.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Obj_Dialog E_Obj_Dialog; diff --git a/src/bin/e_object.c b/src/bin/e_object.c index 1ff2216ae0..8e60aa1528 100644 --- a/src/bin/e_object.c +++ b/src/bin/e_object.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* yes - i know. glibc specific... but i like being able to do my own */ diff --git a/src/bin/e_object.h b/src/bin/e_object.h index f3ebe75cbe..363c330f3d 100644 --- a/src/bin/e_object.h +++ b/src/bin/e_object.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS /* Object safety/debugging checks */ diff --git a/src/bin/e_order.c b/src/bin/e_order.c index 093339ad99..706bf2c9cf 100644 --- a/src/bin/e_order.c +++ b/src/bin/e_order.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_order.h b/src/bin/e_order.h index 3f22326737..44dac53683 100644 --- a/src/bin/e_order.h +++ b/src/bin/e_order.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Order E_Order; diff --git a/src/bin/e_pan.c b/src/bin/e_pan.c index a23261b6db..cf54f16b42 100644 --- a/src/bin/e_pan.c +++ b/src/bin/e_pan.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_pan" diff --git a/src/bin/e_pan.h b/src/bin/e_pan.h index bff3736abd..0f210b43df 100644 --- a/src/bin/e_pan.h +++ b/src/bin/e_pan.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_PAN_H diff --git a/src/bin/e_path.c b/src/bin/e_path.c index df8a39ccf1..7a81c7d617 100644 --- a/src/bin/e_path.c +++ b/src/bin/e_path.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_path.h b/src/bin/e_path.h index 426336414e..bcdf61fe55 100644 --- a/src/bin/e_path.h +++ b/src/bin/e_path.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Path E_Path; diff --git a/src/bin/e_place.c b/src/bin/e_place.c index fbcaba7b1d..8e11f8f40a 100644 --- a/src/bin/e_place.c +++ b/src/bin/e_place.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI void diff --git a/src/bin/e_place.h b/src/bin/e_place.h index 8b0897b005..b7e35e6b5c 100644 --- a/src/bin/e_place.h +++ b/src/bin/e_place.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_PLACE_H diff --git a/src/bin/e_pointer.c b/src/bin/e_pointer.c index d4d1e83ff6..4e308b614b 100644 --- a/src/bin/e_pointer.c +++ b/src/bin/e_pointer.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* diff --git a/src/bin/e_pointer.h b/src/bin/e_pointer.h index 9b5e3f1a0b..99fae9deaa 100644 --- a/src/bin/e_pointer.h +++ b/src/bin/e_pointer.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Pointer E_Pointer; diff --git a/src/bin/e_popup.c b/src/bin/e_popup.c index 687646aacd..506fade195 100644 --- a/src/bin/e_popup.c +++ b/src/bin/e_popup.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_popup.h b/src/bin/e_popup.h index 48ac41e201..af820b150d 100644 --- a/src/bin/e_popup.h +++ b/src/bin/e_popup.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Popup E_Popup; diff --git a/src/bin/e_powersave.c b/src/bin/e_powersave.c index 84b3761e1c..cf59117476 100644 --- a/src/bin/e_powersave.c +++ b/src/bin/e_powersave.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" struct _E_Powersave_Deferred_Action diff --git a/src/bin/e_powersave.h b/src/bin/e_powersave.h index d6d9e54f16..235500e9c4 100644 --- a/src/bin/e_powersave.h +++ b/src/bin/e_powersave.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Powersave_Mode diff --git a/src/bin/e_prefix.c b/src/bin/e_prefix.c index 3a92f45587..765bf69f4a 100644 --- a/src/bin/e_prefix.c +++ b/src/bin/e_prefix.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_prefix.h b/src/bin/e_prefix.h index 65c58d7a7a..1332e6a8bb 100644 --- a/src/bin/e_prefix.h +++ b/src/bin/e_prefix.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_remember.c b/src/bin/e_remember.c index e7a56a9b20..8e8664e22e 100644 --- a/src/bin/e_remember.c +++ b/src/bin/e_remember.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define REMEMBER_HIERARCHY 1 diff --git a/src/bin/e_remember.h b/src/bin/e_remember.h index 12d8de4435..63a25ae4b0 100644 --- a/src/bin/e_remember.h +++ b/src/bin/e_remember.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Remember E_Remember; diff --git a/src/bin/e_resist.c b/src/bin/e_resist.c index 773485f822..38c4916e52 100644 --- a/src/bin/e_resist.c +++ b/src/bin/e_resist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Resist_Rect E_Resist_Rect; diff --git a/src/bin/e_resist.h b/src/bin/e_resist.h index 861a067836..212fc983a9 100644 --- a/src/bin/e_resist.h +++ b/src/bin/e_resist.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_RESIST_H diff --git a/src/bin/e_scale.c b/src/bin/e_scale.c index 8ad7c61c90..acdbaa6c7f 100644 --- a/src/bin/e_scale.c +++ b/src/bin/e_scale.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI double e_scale = 1.0; diff --git a/src/bin/e_scale.h b/src/bin/e_scale.h index a270278848..86d7e78698 100644 --- a/src/bin/e_scale.h +++ b/src/bin/e_scale.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_SCALE_H diff --git a/src/bin/e_screensaver.c b/src/bin/e_screensaver.c index 05e7eecf07..3df9b6f44b 100644 --- a/src/bin/e_screensaver.c +++ b/src/bin/e_screensaver.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static Ecore_Event_Handler *_e_screensaver_handler_config_mode = NULL; diff --git a/src/bin/e_scrollframe.c b/src/bin/e_scrollframe.c index 8b75363183..4eafab050f 100644 --- a/src/bin/e_scrollframe.c +++ b/src/bin/e_scrollframe.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_scrollframe" diff --git a/src/bin/e_scrollframe.h b/src/bin/e_scrollframe.h index bcde1f0fb3..558fb1ea17 100644 --- a/src/bin/e_scrollframe.h +++ b/src/bin/e_scrollframe.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_SCROLLFRAME_H diff --git a/src/bin/e_sha1.c b/src/bin/e_sha1.c index 028f90739d..f1d5399ddc 100644 --- a/src/bin/e_sha1.c +++ b/src/bin/e_sha1.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_sha1.h" #include <string.h> #include <arpa/inet.h> diff --git a/src/bin/e_sha1.h b/src/bin/e_sha1.h index 679079663c..2f5ad6950c 100644 --- a/src/bin/e_sha1.h +++ b/src/bin/e_sha1.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_shelf.c b/src/bin/e_shelf.c index b6ddf505c8..11f49f5d02 100644 --- a/src/bin/e_shelf.c +++ b/src/bin/e_shelf.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_shelf_free(E_Shelf *es); diff --git a/src/bin/e_shelf.h b/src/bin/e_shelf.h index 2e4ffc98e2..53fe7f2fad 100644 --- a/src/bin/e_shelf.h +++ b/src/bin/e_shelf.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Shelf E_Shelf; diff --git a/src/bin/e_signals.c b/src/bin/e_signals.c index c29c4609ab..a77e2fa9d0 100644 --- a/src/bin/e_signals.c +++ b/src/bin/e_signals.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - * NOTE TO FreeBSD users. Install libexecinfo from * ports/devel/libexecinfo and add -lexecinfo to LDFLAGS * to add backtrace support. */ diff --git a/src/bin/e_signals.h b/src/bin/e_signals.h index e9ac10f0d5..b4fc5b8219 100644 --- a/src/bin/e_signals.h +++ b/src/bin/e_signals.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_slidecore.c b/src/bin/e_slidecore.c index dd1d387d62..7ffbbe4d86 100644 --- a/src/bin/e_slidecore.c +++ b/src/bin/e_slidecore.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_slidecore" diff --git a/src/bin/e_slidecore.h b/src/bin/e_slidecore.h index c5026eb87f..4af1663c53 100644 --- a/src/bin/e_slidecore.h +++ b/src/bin/e_slidecore.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_SLIDECORE_H diff --git a/src/bin/e_slider.c b/src/bin/e_slider.c index 1c30728bcb..15cf88344b 100644 --- a/src/bin/e_slider.c +++ b/src/bin/e_slider.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #define _XOPEN_SOURCE 600 #include "e.h" diff --git a/src/bin/e_slider.h b/src/bin/e_slider.h index a8a5f06eff..f97a32b7c4 100644 --- a/src/bin/e_slider.h +++ b/src/bin/e_slider.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_SLIDER_H diff --git a/src/bin/e_slidesel.c b/src/bin/e_slidesel.c index cf7d4fecce..ff3deac6c7 100644 --- a/src/bin/e_slidesel.c +++ b/src/bin/e_slidesel.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_slidesel" diff --git a/src/bin/e_slidesel.h b/src/bin/e_slidesel.h index f1133107f8..eacd910955 100644 --- a/src/bin/e_slidesel.h +++ b/src/bin/e_slidesel.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_SLIDESEL_H diff --git a/src/bin/e_spectrum.c b/src/bin/e_spectrum.c index c59e26c843..4193bdc213 100644 --- a/src/bin/e_spectrum.c +++ b/src/bin/e_spectrum.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" Evas_Smart *_e_spectrum_smart = NULL; diff --git a/src/bin/e_startup.c b/src/bin/e_startup.c index 6cfe11e08f..2edb2ded7c 100644 --- a/src/bin/e_startup.c +++ b/src/bin/e_startup.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* TODO: diff --git a/src/bin/e_startup.h b/src/bin/e_startup.h index 02e5d098c3..5abf51ba92 100644 --- a/src/bin/e_startup.h +++ b/src/bin/e_startup.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Startup_Mode diff --git a/src/bin/e_stolen.c b/src/bin/e_stolen.c index e7740df222..4fe0ab8aa7 100644 --- a/src/bin/e_stolen.c +++ b/src/bin/e_stolen.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Stolen_Window E_Stolen_Window; diff --git a/src/bin/e_stolen.h b/src/bin/e_stolen.h index 66827bd25b..36205ac7e4 100644 --- a/src/bin/e_stolen.h +++ b/src/bin/e_stolen.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_STOLEN_H diff --git a/src/bin/e_sys.c b/src/bin/e_sys.c index e81545c761..a53868297c 100644 --- a/src/bin/e_sys.c +++ b/src/bin/e_sys.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_sys.h b/src/bin/e_sys.h index 94ab976fc2..55abb74596 100644 --- a/src/bin/e_sys.h +++ b/src/bin/e_sys.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Sys_Con_Action E_Sys_Con_Action; diff --git a/src/bin/e_sys_main.c b/src/bin/e_sys_main.c index 41ad5bfda6..b7f97089ed 100644 --- a/src/bin/e_sys_main.c +++ b/src/bin/e_sys_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "config.h" #include <stdio.h> diff --git a/src/bin/e_table.c b/src/bin/e_table.c index aae1958dea..bd63ff9ccc 100644 --- a/src/bin/e_table.c +++ b/src/bin/e_table.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Smart_Data E_Smart_Data; diff --git a/src/bin/e_table.h b/src/bin/e_table.h index 0371ffd5a2..9d21830de1 100644 --- a/src/bin/e_table.h +++ b/src/bin/e_table.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_TABLE_H diff --git a/src/bin/e_test.c b/src/bin/e_test.c index ab09db1574..53509db839 100644 --- a/src/bin/e_test.c +++ b/src/bin/e_test.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_test_internal(E_Container *con); diff --git a/src/bin/e_test.h b/src/bin/e_test.h index 5bdf6fc58d..e3167e8625 100644 --- a/src/bin/e_test.h +++ b/src/bin/e_test.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_TEST_H diff --git a/src/bin/e_theme.c b/src/bin/e_theme.c index 64d8f3a624..d332db4bc3 100644 --- a/src/bin/e_theme.c +++ b/src/bin/e_theme.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_theme.h b/src/bin/e_theme.h index e8ece5c9a7..4058d74150 100644 --- a/src/bin/e_theme.h +++ b/src/bin/e_theme.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_THEME_H diff --git a/src/bin/e_theme_about.c b/src/bin/e_theme_about.c index f5ccab73b8..294c8b67a1 100644 --- a/src/bin/e_theme_about.c +++ b/src/bin/e_theme_about.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_theme_about.h b/src/bin/e_theme_about.h index 4000f2ed58..6f2906def0 100644 --- a/src/bin/e_theme_about.h +++ b/src/bin/e_theme_about.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Obj_Dialog E_Theme_About; diff --git a/src/bin/e_thumb.c b/src/bin/e_thumb.c index 33a59bca2c..594405c8f0 100644 --- a/src/bin/e_thumb.c +++ b/src/bin/e_thumb.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Thumb E_Thumb; diff --git a/src/bin/e_thumb.h b/src/bin/e_thumb.h index f239cf6589..63b0240129 100644 --- a/src/bin/e_thumb.h +++ b/src/bin/e_thumb.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/bin/e_thumb_main.c b/src/bin/e_thumb_main.c index 19e7b3f8af..5ea89912ec 100644 --- a/src/bin/e_thumb_main.c +++ b/src/bin/e_thumb_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "config.h" #ifdef HAVE_ALLOCA_H diff --git a/src/bin/e_user.c b/src/bin/e_user.c index aa4e892422..c17d4ba083 100644 --- a/src/bin/e_user.c +++ b/src/bin/e_user.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" diff --git a/src/bin/e_user.h b/src/bin/e_user.h index 1e6a9d7b34..13e49efe20 100644 --- a/src/bin/e_user.h +++ b/src/bin/e_user.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_USER_H diff --git a/src/bin/e_utils.c b/src/bin/e_utils.c index 247b1dbe0d..5c7b8079ba 100644 --- a/src/bin/e_utils.c +++ b/src/bin/e_utils.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" EAPI E_Path *path_data = NULL; diff --git a/src/bin/e_utils.h b/src/bin/e_utils.h index f630f19c53..2e96fab0d1 100644 --- a/src/bin/e_utils.h +++ b/src/bin/e_utils.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Util_Image_Import_Handle E_Util_Image_Import_Handle; diff --git a/src/bin/e_widget.c b/src/bin/e_widget.c index c3f7b789d8..e2af2fe9af 100644 --- a/src/bin/e_widget.c +++ b/src/bin/e_widget.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define SMART_NAME "e_widget" diff --git a/src/bin/e_widget.h b/src/bin/e_widget.h index 87877bc9ca..88fd27c964 100644 --- a/src/bin/e_widget.h +++ b/src/bin/e_widget.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_H diff --git a/src/bin/e_widget_aspect.c b/src/bin/e_widget_aspect.c index 480ff0e7ba..52e27cb07f 100644 --- a/src/bin/e_widget_aspect.c +++ b/src/bin/e_widget_aspect.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - /* TODO: support different preference modes ala edje */ #include "e.h" diff --git a/src/bin/e_widget_button.c b/src/bin/e_widget_button.c index dc11e1bf92..ed947bc9ff 100644 --- a/src/bin/e_widget_button.c +++ b/src/bin/e_widget_button.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef enum _E_Widget_Button_Type E_Widget_Button_Type; diff --git a/src/bin/e_widget_button.h b/src/bin/e_widget_button.h index 723ce8d69a..0ebe6d86c9 100644 --- a/src/bin/e_widget_button.h +++ b/src/bin/e_widget_button.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_BUTTON_H diff --git a/src/bin/e_widget_check.c b/src/bin/e_widget_check.c index daae2d5e4c..6c93fd3b86 100644 --- a/src/bin/e_widget_check.c +++ b/src/bin/e_widget_check.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_check.h b/src/bin/e_widget_check.h index eb870d666a..82a02fa77e 100644 --- a/src/bin/e_widget_check.h +++ b/src/bin/e_widget_check.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_CHECK_H diff --git a/src/bin/e_widget_color_well.c b/src/bin/e_widget_color_well.c index 5563c1d74b..ba14e7c9b7 100644 --- a/src/bin/e_widget_color_well.c +++ b/src/bin/e_widget_color_well.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_config_list.c b/src/bin/e_widget_config_list.c index 41d13b9ab0..42021bf963 100644 --- a/src/bin/e_widget_config_list.c +++ b/src/bin/e_widget_config_list.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_config_list.h b/src/bin/e_widget_config_list.h index 1d5909d2b0..2c9dce1eaf 100644 --- a/src/bin/e_widget_config_list.h +++ b/src/bin/e_widget_config_list.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_CONFIG_LIST_H diff --git a/src/bin/e_widget_csel.c b/src/bin/e_widget_csel.c index e5d550a387..b8db3ca65e 100644 --- a/src/bin/e_widget_csel.c +++ b/src/bin/e_widget_csel.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_cslider.c b/src/bin/e_widget_cslider.c index f3bc5c8e62..2ecd528011 100644 --- a/src/bin/e_widget_cslider.c +++ b/src/bin/e_widget_cslider.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_deskpreview.c b/src/bin/e_widget_deskpreview.c index 5decec3c39..b99ce53c68 100644 --- a/src/bin/e_widget_deskpreview.c +++ b/src/bin/e_widget_deskpreview.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_entry.c b/src/bin/e_widget_entry.c index f6aaf793fa..9878e513d7 100644 --- a/src/bin/e_widget_entry.c +++ b/src/bin/e_widget_entry.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_entry.h b/src/bin/e_widget_entry.h index 37d2d478da..863debb4d4 100644 --- a/src/bin/e_widget_entry.h +++ b/src/bin/e_widget_entry.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_ENTRY_H diff --git a/src/bin/e_widget_font_preview.c b/src/bin/e_widget_font_preview.c index 76f4d22f54..7fcee68ac5 100644 --- a/src/bin/e_widget_font_preview.c +++ b/src/bin/e_widget_font_preview.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_font_preview.h b/src/bin/e_widget_font_preview.h index c80c6ec6d0..20d12c274b 100644 --- a/src/bin/e_widget_font_preview.h +++ b/src/bin/e_widget_font_preview.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_FONT_PREVIEW_H diff --git a/src/bin/e_widget_framelist.c b/src/bin/e_widget_framelist.c index 444f68eb9b..6348fb44b6 100644 --- a/src/bin/e_widget_framelist.c +++ b/src/bin/e_widget_framelist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_framelist.h b/src/bin/e_widget_framelist.h index 12d6b5deee..2f0b3c6592 100644 --- a/src/bin/e_widget_framelist.h +++ b/src/bin/e_widget_framelist.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_FRAMELIST_H diff --git a/src/bin/e_widget_frametable.c b/src/bin/e_widget_frametable.c index ba4c71d1cb..dd1cd30857 100644 --- a/src/bin/e_widget_frametable.c +++ b/src/bin/e_widget_frametable.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_frametable.h b/src/bin/e_widget_frametable.h index d2cbbfb89c..ec175ba301 100644 --- a/src/bin/e_widget_frametable.h +++ b/src/bin/e_widget_frametable.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_FRAMETABLE_H diff --git a/src/bin/e_widget_fsel.c b/src/bin/e_widget_fsel.c index 9849ce5236..6e011144a0 100644 --- a/src/bin/e_widget_fsel.c +++ b/src/bin/e_widget_fsel.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_fsel.h b/src/bin/e_widget_fsel.h index 79dfca11c7..40bc4ae33c 100644 --- a/src/bin/e_widget_fsel.h +++ b/src/bin/e_widget_fsel.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_FSEL_H diff --git a/src/bin/e_widget_ilist.c b/src/bin/e_widget_ilist.c index 99c0064b20..1289b53699 100644 --- a/src/bin/e_widget_ilist.c +++ b/src/bin/e_widget_ilist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Queue_Item E_Widget_Queue_Item; diff --git a/src/bin/e_widget_ilist.h b/src/bin/e_widget_ilist.h index 4deefe2e21..ffde0f8599 100644 --- a/src/bin/e_widget_ilist.h +++ b/src/bin/e_widget_ilist.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_ILIST_H diff --git a/src/bin/e_widget_image.c b/src/bin/e_widget_image.c index 5f6c0eddea..98b8235a2d 100644 --- a/src/bin/e_widget_image.c +++ b/src/bin/e_widget_image.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_image.h b/src/bin/e_widget_image.h index 3fd69e1b71..cd097524b4 100644 --- a/src/bin/e_widget_image.h +++ b/src/bin/e_widget_image.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_IMAGE_H diff --git a/src/bin/e_widget_label.c b/src/bin/e_widget_label.c index 60d2486c4c..5224ebdbdd 100644 --- a/src/bin/e_widget_label.c +++ b/src/bin/e_widget_label.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_label.h b/src/bin/e_widget_label.h index 3c79f65102..281e3960fe 100644 --- a/src/bin/e_widget_label.h +++ b/src/bin/e_widget_label.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_LABEL_H diff --git a/src/bin/e_widget_list.c b/src/bin/e_widget_list.c index e072d2a4dc..798c8658b3 100644 --- a/src/bin/e_widget_list.c +++ b/src/bin/e_widget_list.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_list.h b/src/bin/e_widget_list.h index f30c4da79e..e2c758c000 100644 --- a/src/bin/e_widget_list.h +++ b/src/bin/e_widget_list.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_LIST_H diff --git a/src/bin/e_widget_preview.c b/src/bin/e_widget_preview.c index 01ea526848..60ff1c9673 100644 --- a/src/bin/e_widget_preview.c +++ b/src/bin/e_widget_preview.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_preview.h b/src/bin/e_widget_preview.h index 7fbf594c56..4c52e902b3 100644 --- a/src/bin/e_widget_preview.h +++ b/src/bin/e_widget_preview.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_PREVIEW_H diff --git a/src/bin/e_widget_radio.c b/src/bin/e_widget_radio.c index 71201e2135..75fd4fc400 100644 --- a/src/bin/e_widget_radio.c +++ b/src/bin/e_widget_radio.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" struct _E_Radio_Group diff --git a/src/bin/e_widget_radio.h b/src/bin/e_widget_radio.h index a10ae77f8e..7ed3b91a8a 100644 --- a/src/bin/e_widget_radio.h +++ b/src/bin/e_widget_radio.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_RADIO_H diff --git a/src/bin/e_widget_scrollframe.c b/src/bin/e_widget_scrollframe.c index fcdd510f15..8fb3a6e78a 100644 --- a/src/bin/e_widget_scrollframe.c +++ b/src/bin/e_widget_scrollframe.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_scrollframe.h b/src/bin/e_widget_scrollframe.h index b7ee9987ff..4eb59add95 100644 --- a/src/bin/e_widget_scrollframe.h +++ b/src/bin/e_widget_scrollframe.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_SCROLLFRAME_H diff --git a/src/bin/e_widget_slider.c b/src/bin/e_widget_slider.c index 3ef4e58f98..39be27afbb 100644 --- a/src/bin/e_widget_slider.c +++ b/src/bin/e_widget_slider.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_slider.h b/src/bin/e_widget_slider.h index dbe383a4d7..011dccca9e 100644 --- a/src/bin/e_widget_slider.h +++ b/src/bin/e_widget_slider.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_SLIDER_H diff --git a/src/bin/e_widget_spectrum.c b/src/bin/e_widget_spectrum.c index b0d0753939..b667de45d8 100644 --- a/src/bin/e_widget_spectrum.c +++ b/src/bin/e_widget_spectrum.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_table.c b/src/bin/e_widget_table.c index 0e18d75d34..313b244af1 100644 --- a/src/bin/e_widget_table.c +++ b/src/bin/e_widget_table.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_table.h b/src/bin/e_widget_table.h index d877759d93..54ec6fb445 100644 --- a/src/bin/e_widget_table.h +++ b/src/bin/e_widget_table.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_TABLE_H diff --git a/src/bin/e_widget_textblock.c b/src/bin/e_widget_textblock.c index a9223f7bdd..71e3ee0ef4 100644 --- a/src/bin/e_widget_textblock.c +++ b/src/bin/e_widget_textblock.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_textblock.h b/src/bin/e_widget_textblock.h index 9a0eeddd05..22f3febb92 100644 --- a/src/bin/e_widget_textblock.h +++ b/src/bin/e_widget_textblock.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_TEXTBLOCK_H diff --git a/src/bin/e_widget_toolbar.c b/src/bin/e_widget_toolbar.c index 5b1899bcb4..e155924337 100644 --- a/src/bin/e_widget_toolbar.c +++ b/src/bin/e_widget_toolbar.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_toolbar.h b/src/bin/e_widget_toolbar.h index 7395035cc4..3d10614da2 100644 --- a/src/bin/e_widget_toolbar.h +++ b/src/bin/e_widget_toolbar.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_TOOLBAR_H diff --git a/src/bin/e_widget_toolbook.c b/src/bin/e_widget_toolbook.c index 7607260254..e0c34dc5bc 100644 --- a/src/bin/e_widget_toolbook.c +++ b/src/bin/e_widget_toolbook.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Widget_Data E_Widget_Data; diff --git a/src/bin/e_widget_toolbook.h b/src/bin/e_widget_toolbook.h index b617485ab8..2e9ae4526c 100644 --- a/src/bin/e_widget_toolbook.h +++ b/src/bin/e_widget_toolbook.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_WIDGET_TOOLBOOK_H diff --git a/src/bin/e_win.c b/src/bin/e_win.c index b7283a4f66..bd1e9dcf95 100644 --- a/src/bin/e_win.c +++ b/src/bin/e_win.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* local subsystem functions */ diff --git a/src/bin/e_win.h b/src/bin/e_win.h index ae1e204a3b..64d9317893 100644 --- a/src/bin/e_win.h +++ b/src/bin/e_win.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Win E_Win; diff --git a/src/bin/e_xinerama.c b/src/bin/e_xinerama.c index 0b246938a9..aefaba183d 100644 --- a/src/bin/e_xinerama.c +++ b/src/bin/e_xinerama.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _e_xinerama_clean(void); diff --git a/src/bin/e_xinerama.h b/src/bin/e_xinerama.h index 49cb9f5114..8a0df11180 100644 --- a/src/bin/e_xinerama.h +++ b/src/bin/e_xinerama.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Screen E_Screen; diff --git a/src/bin/e_zone.c b/src/bin/e_zone.c index aff568314a..41ab162be7 100644 --- a/src/bin/e_zone.c +++ b/src/bin/e_zone.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* E_Zone is a child object of E_Container. There is one zone per screen diff --git a/src/bin/e_zone.h b/src/bin/e_zone.h index b3285ae974..5b18920377 100644 --- a/src/bin/e_zone.h +++ b/src/bin/e_zone.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef enum _E_Zone_Edge diff --git a/src/modules/battery/batget.c b/src/modules/battery/batget.c index f384b0c41c..c72d0f53c9 100644 --- a/src/modules/battery/batget.c +++ b/src/modules/battery/batget.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/modules/battery/e_mod_main.c b/src/modules/battery/e_mod_main.c index 67dc765faa..4e6cf68988 100644 --- a/src/modules/battery/e_mod_main.c +++ b/src/modules/battery/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/battery/e_mod_main.h b/src/modules/battery/e_mod_main.h index dc5f77d87c..8e8d5067f5 100644 --- a/src/modules/battery/e_mod_main.h +++ b/src/modules/battery/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/bluez/e_mod_main.h b/src/modules/bluez/e_mod_main.h index 05b070286e..2dc59a3589 100644 --- a/src/modules/bluez/e_mod_main.h +++ b/src/modules/bluez/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/clock/e_mod_main.c b/src/modules/clock/e_mod_main.c index dc8d04ed06..245edc12d2 100644 --- a/src/modules/clock/e_mod_main.c +++ b/src/modules/clock/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/clock/e_mod_main.h b/src/modules/clock/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/clock/e_mod_main.h +++ b/src/modules/clock/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf/e_mod_main.c b/src/modules/conf/e_mod_main.c index e9c6953702..735bd53134 100644 --- a/src/modules/conf/e_mod_main.c +++ b/src/modules/conf/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf/e_mod_main.h b/src/modules/conf/e_mod_main.h index 054b7ec11c..90c79e1449 100644 --- a/src/modules/conf/e_mod_main.h +++ b/src/modules/conf/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_acpibindings/e_mod_main.c b/src/modules/conf_acpibindings/e_mod_main.c index 071bb054b0..7691f1180c 100644 --- a/src/modules/conf_acpibindings/e_mod_main.c +++ b/src/modules/conf_acpibindings/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_acpibindings/e_mod_main.h b/src/modules/conf_acpibindings/e_mod_main.h index 6733c788d4..2fb7323dea 100644 --- a/src/modules/conf_acpibindings/e_mod_main.h +++ b/src/modules/conf_acpibindings/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_applications/e_mod_main.c b/src/modules/conf_applications/e_mod_main.c index 781de99bee..2f48d5721f 100644 --- a/src/modules/conf_applications/e_mod_main.c +++ b/src/modules/conf_applications/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_applications/e_mod_main.h b/src/modules/conf_applications/e_mod_main.h index 35116cbde0..740b7e3ec7 100644 --- a/src/modules/conf_applications/e_mod_main.h +++ b/src/modules/conf_applications/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_borders/e_mod_main.c b/src/modules/conf_borders/e_mod_main.c index 85f84b0ead..a809e87d8b 100644 --- a/src/modules/conf_borders/e_mod_main.c +++ b/src/modules/conf_borders/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_borders/e_mod_main.h b/src/modules/conf_borders/e_mod_main.h index ff7aed1d84..e1455f77df 100644 --- a/src/modules/conf_borders/e_mod_main.h +++ b/src/modules/conf_borders/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_clientlist/e_int_config_clientlist.c b/src/modules/conf_clientlist/e_int_config_clientlist.c index 0722f92158..c7df7c27d2 100644 --- a/src/modules/conf_clientlist/e_int_config_clientlist.c +++ b/src/modules/conf_clientlist/e_int_config_clientlist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void _fill_data(E_Config_Dialog_Data *cfdata); diff --git a/src/modules/conf_clientlist/e_mod_main.c b/src/modules/conf_clientlist/e_mod_main.c index 7a09cad23b..32f46ae8cd 100644 --- a/src/modules/conf_clientlist/e_mod_main.c +++ b/src/modules/conf_clientlist/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_clientlist/e_mod_main.h b/src/modules/conf_clientlist/e_mod_main.h index dea82a1f4f..08ed92482e 100644 --- a/src/modules/conf_clientlist/e_mod_main.h +++ b/src/modules/conf_clientlist/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_colors/e_int_config_color_classes.c b/src/modules/conf_colors/e_int_config_color_classes.c index 9168691cd7..1f123203a7 100644 --- a/src/modules/conf_colors/e_int_config_color_classes.c +++ b/src/modules/conf_colors/e_int_config_color_classes.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _CFColor_Class CFColor_Class; diff --git a/src/modules/conf_colors/e_mod_main.c b/src/modules/conf_colors/e_mod_main.c index 01c1ea9a38..94e4301a6b 100644 --- a/src/modules/conf_colors/e_mod_main.c +++ b/src/modules/conf_colors/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_colors/e_mod_main.h b/src/modules/conf_colors/e_mod_main.h index e002d886c3..6cbb7b7332 100644 --- a/src/modules/conf_colors/e_mod_main.h +++ b/src/modules/conf_colors/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_desk/e_mod_main.c b/src/modules/conf_desk/e_mod_main.c index 7db9e05f60..d4b2bab78d 100644 --- a/src/modules/conf_desk/e_mod_main.c +++ b/src/modules/conf_desk/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_desk/e_mod_main.h b/src/modules/conf_desk/e_mod_main.h index 024ed2e33e..86c15e8b48 100644 --- a/src/modules/conf_desk/e_mod_main.h +++ b/src/modules/conf_desk/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_desklock/e_int_config_desklock.c b/src/modules/conf_desklock/e_int_config_desklock.c index 5756e38ee7..579f9fd71a 100644 --- a/src/modules/conf_desklock/e_int_config_desklock.c +++ b/src/modules/conf_desklock/e_int_config_desklock.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_desklock/e_mod_main.c b/src/modules/conf_desklock/e_mod_main.c index 4404ec6970..5ba105d773 100644 --- a/src/modules/conf_desklock/e_mod_main.c +++ b/src/modules/conf_desklock/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_desklock/e_mod_main.h b/src/modules/conf_desklock/e_mod_main.h index cfc7bae444..d2625c9cc0 100644 --- a/src/modules/conf_desklock/e_mod_main.h +++ b/src/modules/conf_desklock/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_desks/e_int_config_desks.c b/src/modules/conf_desks/e_int_config_desks.c index 5b27a447c3..89927caa6e 100644 --- a/src/modules/conf_desks/e_int_config_desks.c +++ b/src/modules/conf_desks/e_int_config_desks.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/modules/conf_desks/e_int_config_desks.h b/src/modules/conf_desks/e_int_config_desks.h index f164d259f5..4c5d6c20f5 100644 --- a/src/modules/conf_desks/e_int_config_desks.h +++ b/src/modules/conf_desks/e_int_config_desks.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_DESKS_H diff --git a/src/modules/conf_desks/e_mod_main.c b/src/modules/conf_desks/e_mod_main.c index 5d20b99d26..f83b251d51 100644 --- a/src/modules/conf_desks/e_mod_main.c +++ b/src/modules/conf_desks/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_desks/e_mod_main.h b/src/modules/conf_desks/e_mod_main.h index 28be880d7e..d73f63479a 100644 --- a/src/modules/conf_desks/e_mod_main.h +++ b/src/modules/conf_desks/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_dialogs/e_mod_main.c b/src/modules/conf_dialogs/e_mod_main.c index 9355da9ba3..9ba06947ed 100644 --- a/src/modules/conf_dialogs/e_mod_main.c +++ b/src/modules/conf_dialogs/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_dialogs/e_mod_main.h b/src/modules/conf_dialogs/e_mod_main.h index 65a11a2d5c..0ecc3c3356 100644 --- a/src/modules/conf_dialogs/e_mod_main.h +++ b/src/modules/conf_dialogs/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_display/e_int_config_display.c b/src/modules/conf_display/e_int_config_display.c index d188820bad..235e2cbffb 100644 --- a/src/modules/conf_display/e_int_config_display.c +++ b/src/modules/conf_display/e_int_config_display.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* TODO: diff --git a/src/modules/conf_display/e_mod_main.c b/src/modules/conf_display/e_mod_main.c index 43f6f5cdde..fb6c142340 100644 --- a/src/modules/conf_display/e_mod_main.c +++ b/src/modules/conf_display/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_display/e_mod_main.h b/src/modules/conf_display/e_mod_main.h index 0245399ade..90487c1af5 100644 --- a/src/modules/conf_display/e_mod_main.h +++ b/src/modules/conf_display/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_dpms/e_mod_main.c b/src/modules/conf_dpms/e_mod_main.c index f9f6e7db8c..aa169ffebd 100644 --- a/src/modules/conf_dpms/e_mod_main.c +++ b/src/modules/conf_dpms/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_dpms/e_mod_main.h b/src/modules/conf_dpms/e_mod_main.h index b12c9955cc..8c0d2880a6 100644 --- a/src/modules/conf_dpms/e_mod_main.h +++ b/src/modules/conf_dpms/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_edgebindings/e_int_config_edgebindings.c b/src/modules/conf_edgebindings/e_int_config_edgebindings.c index edde057640..6950ba2a1d 100644 --- a/src/modules/conf_edgebindings/e_int_config_edgebindings.c +++ b/src/modules/conf_edgebindings/e_int_config_edgebindings.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define TEXT_NONE_ACTION_EDGE _("<None>") diff --git a/src/modules/conf_edgebindings/e_mod_main.c b/src/modules/conf_edgebindings/e_mod_main.c index 17d1694c7a..62b851d02b 100644 --- a/src/modules/conf_edgebindings/e_mod_main.c +++ b/src/modules/conf_edgebindings/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_edgebindings/e_mod_main.h b/src/modules/conf_edgebindings/e_mod_main.h index d24a08faeb..91f7cfdc5a 100644 --- a/src/modules/conf_edgebindings/e_mod_main.h +++ b/src/modules/conf_edgebindings/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_engine/e_mod_main.c b/src/modules/conf_engine/e_mod_main.c index fb836809ff..0c7b38297f 100644 --- a/src/modules/conf_engine/e_mod_main.c +++ b/src/modules/conf_engine/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_engine/e_mod_main.h b/src/modules/conf_engine/e_mod_main.h index 56eb73da12..2d55b47800 100644 --- a/src/modules/conf_engine/e_mod_main.h +++ b/src/modules/conf_engine/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_fonts/e_int_config_fonts.c b/src/modules/conf_fonts/e_int_config_fonts.c index a5e44e6b84..23c72746ae 100644 --- a/src/modules/conf_fonts/e_int_config_fonts.c +++ b/src/modules/conf_fonts/e_int_config_fonts.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Font_Size_Data E_Font_Size_Data; diff --git a/src/modules/conf_fonts/e_int_config_fonts.h b/src/modules/conf_fonts/e_int_config_fonts.h index d7d8a4dd7e..76eab7605f 100644 --- a/src/modules/conf_fonts/e_int_config_fonts.h +++ b/src/modules/conf_fonts/e_int_config_fonts.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_FONTS_H diff --git a/src/modules/conf_fonts/e_mod_main.c b/src/modules/conf_fonts/e_mod_main.c index 4ea4041d6f..8ac9d4bf79 100644 --- a/src/modules/conf_fonts/e_mod_main.c +++ b/src/modules/conf_fonts/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_fonts/e_mod_main.h b/src/modules/conf_fonts/e_mod_main.h index 2f88a7237e..82d0a09194 100644 --- a/src/modules/conf_fonts/e_mod_main.h +++ b/src/modules/conf_fonts/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_icon_theme/e_int_config_icon_themes.c b/src/modules/conf_icon_theme/e_int_config_icon_themes.c index 6db047f143..e32f9f7f74 100644 --- a/src/modules/conf_icon_theme/e_int_config_icon_themes.c +++ b/src/modules/conf_icon_theme/e_int_config_icon_themes.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void *_create_data(E_Config_Dialog *cfd); diff --git a/src/modules/conf_icon_theme/e_int_config_icon_themes.h b/src/modules/conf_icon_theme/e_int_config_icon_themes.h index c32c3300fe..7aa28db51e 100644 --- a/src/modules/conf_icon_theme/e_int_config_icon_themes.h +++ b/src/modules/conf_icon_theme/e_int_config_icon_themes.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_ICON_THEMES_H diff --git a/src/modules/conf_icon_theme/e_mod_main.c b/src/modules/conf_icon_theme/e_mod_main.c index f32d622afd..95013a7ede 100644 --- a/src/modules/conf_icon_theme/e_mod_main.c +++ b/src/modules/conf_icon_theme/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_icon_theme/e_mod_main.h b/src/modules/conf_icon_theme/e_mod_main.h index ddc81fb597..883dd0bb55 100644 --- a/src/modules/conf_icon_theme/e_mod_main.h +++ b/src/modules/conf_icon_theme/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_imc/e_int_config_imc.c b/src/modules/conf_imc/e_int_config_imc.c index cb3ff37527..b644eecec5 100644 --- a/src/modules/conf_imc/e_int_config_imc.c +++ b/src/modules/conf_imc/e_int_config_imc.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_int_config_imc.h" #include "e_int_config_imc_import.h" diff --git a/src/modules/conf_imc/e_int_config_imc.h b/src/modules/conf_imc/e_int_config_imc.h index 7617c6954b..c05403794b 100644 --- a/src/modules/conf_imc/e_int_config_imc.h +++ b/src/modules/conf_imc/e_int_config_imc.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_IMC_H diff --git a/src/modules/conf_imc/e_mod_main.c b/src/modules/conf_imc/e_mod_main.c index 6e32bc4a56..25d3adf622 100644 --- a/src/modules/conf_imc/e_mod_main.c +++ b/src/modules/conf_imc/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_imc/e_mod_main.h b/src/modules/conf_imc/e_mod_main.h index d8ab113342..4d8ab8b1ea 100644 --- a/src/modules/conf_imc/e_mod_main.h +++ b/src/modules/conf_imc/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_interaction/e_mod_main.c b/src/modules/conf_interaction/e_mod_main.c index c88686c7ab..73a2a7cb21 100644 --- a/src/modules/conf_interaction/e_mod_main.c +++ b/src/modules/conf_interaction/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_interaction/e_mod_main.h b/src/modules/conf_interaction/e_mod_main.h index 9270465d95..74c8c50dc9 100644 --- a/src/modules/conf_interaction/e_mod_main.h +++ b/src/modules/conf_interaction/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_intl/e_int_config_intl.c b/src/modules/conf_intl/e_int_config_intl.c index 7c6f02927a..332af40862 100644 --- a/src/modules/conf_intl/e_int_config_intl.c +++ b/src/modules/conf_intl/e_int_config_intl.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Intl_Pair E_Intl_Pair; diff --git a/src/modules/conf_intl/e_int_config_intl.h b/src/modules/conf_intl/e_int_config_intl.h index 22ca1e62ad..72b4e1bd4b 100644 --- a/src/modules/conf_intl/e_int_config_intl.h +++ b/src/modules/conf_intl/e_int_config_intl.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_INTL_H diff --git a/src/modules/conf_intl/e_mod_main.c b/src/modules/conf_intl/e_mod_main.c index 4f703bb5f7..8fd0e30df3 100644 --- a/src/modules/conf_intl/e_mod_main.c +++ b/src/modules/conf_intl/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_intl/e_mod_main.h b/src/modules/conf_intl/e_mod_main.h index 3f0ea8300e..dddeae5278 100644 --- a/src/modules/conf_intl/e_mod_main.h +++ b/src/modules/conf_intl/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_keybindings/e_int_config_keybindings.c b/src/modules/conf_keybindings/e_int_config_keybindings.c index 4e124dec19..ceb586c2cb 100644 --- a/src/modules/conf_keybindings/e_int_config_keybindings.c +++ b/src/modules/conf_keybindings/e_int_config_keybindings.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #define TEXT_NONE_ACTION_KEY _("<None>") diff --git a/src/modules/conf_keybindings/e_mod_main.c b/src/modules/conf_keybindings/e_mod_main.c index 7638b84d51..d1f0fed810 100644 --- a/src/modules/conf_keybindings/e_mod_main.c +++ b/src/modules/conf_keybindings/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_keybindings/e_mod_main.h b/src/modules/conf_keybindings/e_mod_main.h index 11539ebd1e..0bcac3f6ed 100644 --- a/src/modules/conf_keybindings/e_mod_main.h +++ b/src/modules/conf_keybindings/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_menus/e_mod_main.c b/src/modules/conf_menus/e_mod_main.c index 7e1ca4c58b..a80334ad6b 100644 --- a/src/modules/conf_menus/e_mod_main.c +++ b/src/modules/conf_menus/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_menus/e_mod_main.h b/src/modules/conf_menus/e_mod_main.h index bc32a6c828..3f6eb03542 100644 --- a/src/modules/conf_menus/e_mod_main.h +++ b/src/modules/conf_menus/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_mime/e_int_config_mime.c b/src/modules/conf_mime/e_int_config_mime.c index ccf9fbef1e..d99195bf5c 100644 --- a/src/modules/conf_mime/e_int_config_mime.c +++ b/src/modules/conf_mime/e_int_config_mime.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_int_config_mime_edit.h" diff --git a/src/modules/conf_mime/e_mod_main.c b/src/modules/conf_mime/e_mod_main.c index a126186814..06e36a67c8 100644 --- a/src/modules/conf_mime/e_mod_main.c +++ b/src/modules/conf_mime/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_mime/e_mod_main.h b/src/modules/conf_mime/e_mod_main.h index ea5a6a7360..f1594d92ee 100644 --- a/src/modules/conf_mime/e_mod_main.h +++ b/src/modules/conf_mime/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_mouse/e_mod_main.c b/src/modules/conf_mouse/e_mod_main.c index af2684be83..3a55ae68f9 100644 --- a/src/modules/conf_mouse/e_mod_main.c +++ b/src/modules/conf_mouse/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_mouse/e_mod_main.h b/src/modules/conf_mouse/e_mod_main.h index 6817c719a8..784a10b6ef 100644 --- a/src/modules/conf_mouse/e_mod_main.h +++ b/src/modules/conf_mouse/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_mouse_cursor/e_mod_main.c b/src/modules/conf_mouse_cursor/e_mod_main.c index eca31d3173..ee802fbfd2 100644 --- a/src/modules/conf_mouse_cursor/e_mod_main.c +++ b/src/modules/conf_mouse_cursor/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_mouse_cursor/e_mod_main.h b/src/modules/conf_mouse_cursor/e_mod_main.h index 3fc9866cbc..13b456f05f 100644 --- a/src/modules/conf_mouse_cursor/e_mod_main.h +++ b/src/modules/conf_mouse_cursor/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_mousebindings/e_mod_main.c b/src/modules/conf_mousebindings/e_mod_main.c index 8946f942f3..964ad4d638 100644 --- a/src/modules/conf_mousebindings/e_mod_main.c +++ b/src/modules/conf_mousebindings/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_mousebindings/e_mod_main.h b/src/modules/conf_mousebindings/e_mod_main.h index 7ce6adc796..3843b705e5 100644 --- a/src/modules/conf_mousebindings/e_mod_main.h +++ b/src/modules/conf_mousebindings/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_paths/e_int_config_paths.c b/src/modules/conf_paths/e_int_config_paths.c index 24f2bbdf91..eee00a8f33 100644 --- a/src/modules/conf_paths/e_int_config_paths.c +++ b/src/modules/conf_paths/e_int_config_paths.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" typedef struct _E_Path_Pair E_Path_Pair; diff --git a/src/modules/conf_paths/e_int_config_paths.h b/src/modules/conf_paths/e_int_config_paths.h index e4d2086f46..ae25a919a5 100644 --- a/src/modules/conf_paths/e_int_config_paths.h +++ b/src/modules/conf_paths/e_int_config_paths.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_PATHS_H diff --git a/src/modules/conf_paths/e_mod_main.c b/src/modules/conf_paths/e_mod_main.c index fbdbe60973..8459aedc24 100644 --- a/src/modules/conf_paths/e_mod_main.c +++ b/src/modules/conf_paths/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_paths/e_mod_main.h b/src/modules/conf_paths/e_mod_main.h index acc5fced2c..bbfd56ef2e 100644 --- a/src/modules/conf_paths/e_mod_main.h +++ b/src/modules/conf_paths/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_performance/e_mod_main.c b/src/modules/conf_performance/e_mod_main.c index 2cad35090c..0e63848010 100644 --- a/src/modules/conf_performance/e_mod_main.c +++ b/src/modules/conf_performance/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_performance/e_mod_main.h b/src/modules/conf_performance/e_mod_main.h index 0da9f3b7f9..f880be9f07 100644 --- a/src/modules/conf_performance/e_mod_main.h +++ b/src/modules/conf_performance/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_profiles/e_mod_main.c b/src/modules/conf_profiles/e_mod_main.c index da148b32a2..8c1b64831e 100644 --- a/src/modules/conf_profiles/e_mod_main.c +++ b/src/modules/conf_profiles/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_profiles/e_mod_main.h b/src/modules/conf_profiles/e_mod_main.h index 3647247283..d4487f2e14 100644 --- a/src/modules/conf_profiles/e_mod_main.h +++ b/src/modules/conf_profiles/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_scale/e_mod_main.c b/src/modules/conf_scale/e_mod_main.c index 999fc3e775..a8c0f985ce 100644 --- a/src/modules/conf_scale/e_mod_main.c +++ b/src/modules/conf_scale/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_scale/e_mod_main.h b/src/modules/conf_scale/e_mod_main.h index c60e441c91..1d022fdd15 100644 --- a/src/modules/conf_scale/e_mod_main.h +++ b/src/modules/conf_scale/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_screensaver/e_mod_main.c b/src/modules/conf_screensaver/e_mod_main.c index f60cb2cccd..4e97cdf0e5 100644 --- a/src/modules/conf_screensaver/e_mod_main.c +++ b/src/modules/conf_screensaver/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_screensaver/e_mod_main.h b/src/modules/conf_screensaver/e_mod_main.h index 2b6619d262..b739a43657 100644 --- a/src/modules/conf_screensaver/e_mod_main.h +++ b/src/modules/conf_screensaver/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_shelves/e_mod_main.c b/src/modules/conf_shelves/e_mod_main.c index 49a9bffc4e..e1795abf5d 100644 --- a/src/modules/conf_shelves/e_mod_main.c +++ b/src/modules/conf_shelves/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_shelves/e_mod_main.h b/src/modules/conf_shelves/e_mod_main.h index ac22d50ce0..390dc9e518 100644 --- a/src/modules/conf_shelves/e_mod_main.h +++ b/src/modules/conf_shelves/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_startup/e_mod_main.c b/src/modules/conf_startup/e_mod_main.c index 8bad61d87a..2d3b5df7d5 100644 --- a/src/modules/conf_startup/e_mod_main.c +++ b/src/modules/conf_startup/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_startup/e_mod_main.h b/src/modules/conf_startup/e_mod_main.h index 02ce92bf7b..ba0f1dc6dc 100644 --- a/src/modules/conf_startup/e_mod_main.h +++ b/src/modules/conf_startup/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_theme/e_int_config_theme.c b/src/modules/conf_theme/e_int_config_theme.c index 5e1c4e7d99..4c768df593 100644 --- a/src/modules/conf_theme/e_int_config_theme.c +++ b/src/modules/conf_theme/e_int_config_theme.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_int_config_theme_import.h" #include "e_int_config_theme_web.h" diff --git a/src/modules/conf_theme/e_int_config_theme.h b/src/modules/conf_theme/e_int_config_theme.h index 3601972e3b..d38f9bcc73 100644 --- a/src/modules/conf_theme/e_int_config_theme.h +++ b/src/modules/conf_theme/e_int_config_theme.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_THEME_H diff --git a/src/modules/conf_theme/e_int_config_theme_web.c b/src/modules/conf_theme/e_int_config_theme_web.c index 90cc79d272..68b5559538 100644 --- a/src/modules/conf_theme/e_int_config_theme_web.c +++ b/src/modules/conf_theme/e_int_config_theme_web.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_int_config_theme.h" #include "e_int_config_theme_web.h" diff --git a/src/modules/conf_theme/e_mod_main.c b/src/modules/conf_theme/e_mod_main.c index 52984bf626..905e00e37c 100644 --- a/src/modules/conf_theme/e_mod_main.c +++ b/src/modules/conf_theme/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_theme/e_mod_main.h b/src/modules/conf_theme/e_mod_main.h index 0a76699867..2e78ceb60c 100644 --- a/src/modules/conf_theme/e_mod_main.h +++ b/src/modules/conf_theme/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_transitions/e_mod_main.c b/src/modules/conf_transitions/e_mod_main.c index 891c1ec904..cfaced7c8f 100644 --- a/src/modules/conf_transitions/e_mod_main.c +++ b/src/modules/conf_transitions/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_transitions/e_mod_main.h b/src/modules/conf_transitions/e_mod_main.h index 8990df9480..ee7dec6664 100644 --- a/src/modules/conf_transitions/e_mod_main.h +++ b/src/modules/conf_transitions/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper.c b/src/modules/conf_wallpaper/e_int_config_wallpaper.c index 5391b8ec67..0f5cb215cf 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper.h b/src/modules/conf_wallpaper/e_int_config_wallpaper.h index d69b766320..3ec4a5710a 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper.h +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Config_Wallpaper E_Config_Wallpaper; #else diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper_gradient.c b/src/modules/conf_wallpaper/e_int_config_wallpaper_gradient.c index 7cbb79502b..12ef8550ee 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper_gradient.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper_gradient.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper_import.c b/src/modules/conf_wallpaper/e_int_config_wallpaper_import.c index fb56366351..2585a81031 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper_import.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper_import.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c b/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c index da7b58d065..94e12b2f60 100644 --- a/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c +++ b/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_int_config_wallpaper.h" #include "e_int_config_wallpaper_web.h" diff --git a/src/modules/conf_wallpaper/e_mod_main.c b/src/modules/conf_wallpaper/e_mod_main.c index 0fc31bf474..98a4e578b0 100644 --- a/src/modules/conf_wallpaper/e_mod_main.c +++ b/src/modules/conf_wallpaper/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper/e_mod_main.h b/src/modules/conf_wallpaper/e_mod_main.h index 3a525bcf08..92980cea47 100644 --- a/src/modules/conf_wallpaper/e_mod_main.h +++ b/src/modules/conf_wallpaper/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_wallpaper2/e_int_config_wallpaper.c b/src/modules/conf_wallpaper2/e_int_config_wallpaper.c index 5020ae35f5..f34f343645 100644 --- a/src/modules/conf_wallpaper2/e_int_config_wallpaper.c +++ b/src/modules/conf_wallpaper2/e_int_config_wallpaper.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper2/e_int_config_wallpaper.h b/src/modules/conf_wallpaper2/e_int_config_wallpaper.h index 53ad2ffe48..7786f77931 100644 --- a/src/modules/conf_wallpaper2/e_int_config_wallpaper.h +++ b/src/modules/conf_wallpaper2/e_int_config_wallpaper.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS //typedef struct _E_Config_Wallpaper E_Config_Wallpaper; #else diff --git a/src/modules/conf_wallpaper2/e_mod_main.c b/src/modules/conf_wallpaper2/e_mod_main.c index 3d5be4ed7d..fb0475d1df 100644 --- a/src/modules/conf_wallpaper2/e_mod_main.c +++ b/src/modules/conf_wallpaper2/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_wallpaper2/e_mod_main.h b/src/modules/conf_wallpaper2/e_mod_main.h index 2f38510560..e6e0f05c51 100644 --- a/src/modules/conf_wallpaper2/e_mod_main.h +++ b/src/modules/conf_wallpaper2/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_window_display/e_int_config_window_display.c b/src/modules/conf_window_display/e_int_config_window_display.c index 4e5ecaaab3..5eba9ae4d8 100644 --- a/src/modules/conf_window_display/e_int_config_window_display.c +++ b/src/modules/conf_window_display/e_int_config_window_display.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void *_create_data(E_Config_Dialog *cfd); diff --git a/src/modules/conf_window_display/e_int_config_window_display.h b/src/modules/conf_window_display/e_int_config_window_display.h index 930617469f..070348f2e9 100644 --- a/src/modules/conf_window_display/e_int_config_window_display.h +++ b/src/modules/conf_window_display/e_int_config_window_display.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_WINDOW_DISPLAY_H diff --git a/src/modules/conf_window_display/e_mod_main.c b/src/modules/conf_window_display/e_mod_main.c index 5e8269c4e6..533292f49f 100644 --- a/src/modules/conf_window_display/e_mod_main.c +++ b/src/modules/conf_window_display/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_window_display/e_mod_main.h b/src/modules/conf_window_display/e_mod_main.h index fa21946802..2b2bc07272 100644 --- a/src/modules/conf_window_display/e_mod_main.h +++ b/src/modules/conf_window_display/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_window_focus/e_int_config_focus.c b/src/modules/conf_window_focus/e_int_config_focus.c index 776ebeff42..f6c5074326 100644 --- a/src/modules/conf_window_focus/e_int_config_focus.c +++ b/src/modules/conf_window_focus/e_int_config_focus.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/modules/conf_window_focus/e_int_config_focus.h b/src/modules/conf_window_focus/e_int_config_focus.h index 913158c877..53d4553058 100644 --- a/src/modules/conf_window_focus/e_int_config_focus.h +++ b/src/modules/conf_window_focus/e_int_config_focus.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_FOCUS_H diff --git a/src/modules/conf_window_focus/e_mod_main.c b/src/modules/conf_window_focus/e_mod_main.c index 774889be34..db047ae92e 100644 --- a/src/modules/conf_window_focus/e_mod_main.c +++ b/src/modules/conf_window_focus/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_window_focus/e_mod_main.h b/src/modules/conf_window_focus/e_mod_main.h index d76921ea08..11af4f2997 100644 --- a/src/modules/conf_window_focus/e_mod_main.h +++ b/src/modules/conf_window_focus/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_window_manipulation/e_int_config_window_geometry.c b/src/modules/conf_window_manipulation/e_int_config_window_geometry.c index 83c0f747ed..03aae6cdac 100644 --- a/src/modules/conf_window_manipulation/e_int_config_window_geometry.c +++ b/src/modules/conf_window_manipulation/e_int_config_window_geometry.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/modules/conf_window_manipulation/e_int_config_window_manip.h b/src/modules/conf_window_manipulation/e_int_config_window_manip.h index b30b1c793b..3b60273a9f 100644 --- a/src/modules/conf_window_manipulation/e_int_config_window_manip.h +++ b/src/modules/conf_window_manipulation/e_int_config_window_manip.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else #ifndef E_INT_CONFIG_WINDOW_MANIPULATION_H diff --git a/src/modules/conf_window_manipulation/e_int_config_window_maxpolicy.c b/src/modules/conf_window_manipulation/e_int_config_window_maxpolicy.c index 301a763e7d..0c4f3bb95b 100644 --- a/src/modules/conf_window_manipulation/e_int_config_window_maxpolicy.c +++ b/src/modules/conf_window_manipulation/e_int_config_window_maxpolicy.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" static void *_create_data(E_Config_Dialog *cfd); diff --git a/src/modules/conf_window_manipulation/e_int_config_window_stacking.c b/src/modules/conf_window_manipulation/e_int_config_window_stacking.c index 72f9210e51..73c248a86f 100644 --- a/src/modules/conf_window_manipulation/e_int_config_window_stacking.c +++ b/src/modules/conf_window_manipulation/e_int_config_window_stacking.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" /* PROTOTYPES - same all the time */ diff --git a/src/modules/conf_window_manipulation/e_mod_main.c b/src/modules/conf_window_manipulation/e_mod_main.c index c22fe5ca4d..3625123419 100644 --- a/src/modules/conf_window_manipulation/e_mod_main.c +++ b/src/modules/conf_window_manipulation/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_window_manipulation/e_mod_main.h b/src/modules/conf_window_manipulation/e_mod_main.h index 31bbf7572b..b8f80031b9 100644 --- a/src/modules/conf_window_manipulation/e_mod_main.h +++ b/src/modules/conf_window_manipulation/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/conf_winlist/e_mod_main.c b/src/modules/conf_winlist/e_mod_main.c index c786da90ce..20c0162565 100644 --- a/src/modules/conf_winlist/e_mod_main.c +++ b/src/modules/conf_winlist/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/conf_winlist/e_mod_main.h b/src/modules/conf_winlist/e_mod_main.h index af4f54eb7d..d506da5d99 100644 --- a/src/modules/conf_winlist/e_mod_main.h +++ b/src/modules/conf_winlist/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/connman/e_mod_main.c b/src/modules/connman/e_mod_main.c index fc333beb1c..10bcfc552f 100644 --- a/src/modules/connman/e_mod_main.c +++ b/src/modules/connman/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/connman/e_mod_main.h b/src/modules/connman/e_mod_main.h index 8143fb3b6a..d86906a68e 100644 --- a/src/modules/connman/e_mod_main.h +++ b/src/modules/connman/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/cpufreq/e_mod_main.c b/src/modules/cpufreq/e_mod_main.c index 6596edaeef..b98749e516 100644 --- a/src/modules/cpufreq/e_mod_main.c +++ b/src/modules/cpufreq/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/cpufreq/freqset.c b/src/modules/cpufreq/freqset.c index 675e5f4bf7..fd7a1275c3 100644 --- a/src/modules/cpufreq/freqset.c +++ b/src/modules/cpufreq/freqset.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include <stdio.h> #include <stdlib.h> #include <sys/types.h> diff --git a/src/modules/everything-apps/e_mod_main.c b/src/modules/everything-apps/e_mod_main.c index a76d53dd7c..055b099acf 100644 --- a/src/modules/everything-apps/e_mod_main.c +++ b/src/modules/everything-apps/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" #include "evry_api.h" diff --git a/src/modules/everything-apps/e_mod_main.h b/src/modules/everything-apps/e_mod_main.h index ed0894145e..d164d0cd8c 100644 --- a/src/modules/everything-apps/e_mod_main.h +++ b/src/modules/everything-apps/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything-aspell/e_mod_main.c b/src/modules/everything-aspell/e_mod_main.c index 444bc5e0f3..a1cf03e7f7 100644 --- a/src/modules/everything-aspell/e_mod_main.c +++ b/src/modules/everything-aspell/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" #include "evry_api.h" diff --git a/src/modules/everything-aspell/e_mod_main.h b/src/modules/everything-aspell/e_mod_main.h index 33ac9b2191..9445713efc 100644 --- a/src/modules/everything-aspell/e_mod_main.h +++ b/src/modules/everything-aspell/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything-calc/e_mod_main.c b/src/modules/everything-calc/e_mod_main.c index 162b8527b9..cfe64d7b9a 100644 --- a/src/modules/everything-calc/e_mod_main.c +++ b/src/modules/everything-calc/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" #include "evry_api.h" diff --git a/src/modules/everything-calc/e_mod_main.h b/src/modules/everything-calc/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/everything-calc/e_mod_main.h +++ b/src/modules/everything-calc/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything-files/e_mod_main.c b/src/modules/everything-files/e_mod_main.c index 36e8bb7913..8d1e87b490 100644 --- a/src/modules/everything-files/e_mod_main.c +++ b/src/modules/everything-files/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - /*************************************************** TODO option for maximum items to cache TODO keep common list for recent file instances diff --git a/src/modules/everything-files/e_mod_main.h b/src/modules/everything-files/e_mod_main.h index 03a8040803..c99ca44d87 100644 --- a/src/modules/everything-files/e_mod_main.h +++ b/src/modules/everything-files/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything-settings/e_mod_main.c b/src/modules/everything-settings/e_mod_main.c index d3a9b26e01..4239c4d485 100644 --- a/src/modules/everything-settings/e_mod_main.c +++ b/src/modules/everything-settings/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" #include "evry_api.h" diff --git a/src/modules/everything-settings/e_mod_main.h b/src/modules/everything-settings/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/everything-settings/e_mod_main.h +++ b/src/modules/everything-settings/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything-windows/e_mod_main.c b/src/modules/everything-windows/e_mod_main.c index 5fd5f9e6ec..0c114bca55 100644 --- a/src/modules/everything-windows/e_mod_main.c +++ b/src/modules/everything-windows/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" #include "evry_api.h" diff --git a/src/modules/everything-windows/e_mod_main.h b/src/modules/everything-windows/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/everything-windows/e_mod_main.h +++ b/src/modules/everything-windows/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/everything/e_mod_main.c b/src/modules/everything/e_mod_main.c index cd7e170162..d553310c5a 100644 --- a/src/modules/everything/e_mod_main.c +++ b/src/modules/everything/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e_mod_main.h" diff --git a/src/modules/everything/evry_gadget.c b/src/modules/everything/evry_gadget.c index c8660e16bd..c9cbb4e874 100644 --- a/src/modules/everything/evry_gadget.c +++ b/src/modules/everything/evry_gadget.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/everything/evry_plug_collection.c b/src/modules/everything/evry_plug_collection.c index 9ab5a1d9e5..e58870ada0 100644 --- a/src/modules/everything/evry_plug_collection.c +++ b/src/modules/everything/evry_plug_collection.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e_mod_main.h" diff --git a/src/modules/everything/evry_plugin.c b/src/modules/everything/evry_plugin.c index 20a479a39e..6db5ee97f4 100644 --- a/src/modules/everything/evry_plugin.c +++ b/src/modules/everything/evry_plugin.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e_mod_main.h" static Eina_List *actions = NULL; diff --git a/src/modules/fileman/e_fwin.c b/src/modules/fileman/e_fwin.c index bdd4e6e7f2..5df19234b5 100644 --- a/src/modules/fileman/e_fwin.c +++ b/src/modules/fileman/e_fwin.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/fileman/e_fwin.h b/src/modules/fileman/e_fwin.h index 396a810985..c2724d706d 100644 --- a/src/modules/fileman/e_fwin.h +++ b/src/modules/fileman/e_fwin.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/modules/fileman/e_mod_config.c b/src/modules/fileman/e_mod_config.c index cd20ca3309..092bd4f13c 100644 --- a/src/modules/fileman/e_mod_config.c +++ b/src/modules/fileman/e_mod_config.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" #include "e_mod_config.h" diff --git a/src/modules/fileman/e_mod_main.c b/src/modules/fileman/e_mod_main.c index 20236564fb..fd3d796a74 100644 --- a/src/modules/fileman/e_mod_main.c +++ b/src/modules/fileman/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_fm_dbus.h" #include "e_mod_main.h" diff --git a/src/modules/fileman/e_mod_main.h b/src/modules/fileman/e_mod_main.h index de92f490d4..de90a4fcba 100644 --- a/src/modules/fileman/e_mod_main.h +++ b/src/modules/fileman/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/fileman_opinfo/e_mod_main.c b/src/modules/fileman_opinfo/e_mod_main.c index 36c37f8133..0845875a40 100644 --- a/src/modules/fileman_opinfo/e_mod_main.c +++ b/src/modules/fileman_opinfo/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/fileman_opinfo/e_mod_main.h b/src/modules/fileman_opinfo/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/fileman_opinfo/e_mod_main.h +++ b/src/modules/fileman_opinfo/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/ibar/e_mod_config.c b/src/modules/ibar/e_mod_config.c index 4f9494fa07..d7d6968a5b 100644 --- a/src/modules/ibar/e_mod_config.c +++ b/src/modules/ibar/e_mod_config.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/ibar/e_mod_main.c b/src/modules/ibar/e_mod_main.c index ec9eda471e..c44d4f3639 100644 --- a/src/modules/ibar/e_mod_main.c +++ b/src/modules/ibar/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/ibar/e_mod_main.h b/src/modules/ibar/e_mod_main.h index 21f837cd26..da4390e97c 100644 --- a/src/modules/ibar/e_mod_main.h +++ b/src/modules/ibar/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/ibox/e_mod_config.c b/src/modules/ibox/e_mod_config.c index 8f06a8d10c..fd97f38ce7 100644 --- a/src/modules/ibox/e_mod_config.c +++ b/src/modules/ibox/e_mod_config.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/ibox/e_mod_main.c b/src/modules/ibox/e_mod_main.c index af09489825..6c277dc87d 100644 --- a/src/modules/ibox/e_mod_main.c +++ b/src/modules/ibox/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/ibox/e_mod_main.h b/src/modules/ibox/e_mod_main.h index 96e70f2750..34fe2d823f 100644 --- a/src/modules/ibox/e_mod_main.h +++ b/src/modules/ibox/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/illume/e_simplelock.c b/src/modules/illume/e_simplelock.c index 9b01c80b5e..2f09214a54 100644 --- a/src/modules/illume/e_simplelock.c +++ b/src/modules/illume/e_simplelock.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_simplelock.h" diff --git a/src/modules/layout/e_mod_main.c b/src/modules/layout/e_mod_main.c index 619a4142e4..ca74b3396d 100644 --- a/src/modules/layout/e_mod_main.c +++ b/src/modules/layout/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/layout/e_mod_main.h b/src/modules/layout/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/layout/e_mod_main.h +++ b/src/modules/layout/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/msgbus/e_mod_main.c b/src/modules/msgbus/e_mod_main.c index b1f6bc7b2e..2f651f43c2 100644 --- a/src/modules/msgbus/e_mod_main.c +++ b/src/modules/msgbus/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_mod_main.h" /* actual module specifics */ diff --git a/src/modules/msgbus/e_mod_main.h b/src/modules/msgbus/e_mod_main.h index a87f12bcca..dc8ddc1d64 100644 --- a/src/modules/msgbus/e_mod_main.h +++ b/src/modules/msgbus/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/msgbus/msgbus_desktop.c b/src/modules/msgbus/msgbus_desktop.c index d8746232d9..299cc8fd2b 100644 --- a/src/modules/msgbus/msgbus_desktop.c +++ b/src/modules/msgbus/msgbus_desktop.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_mod_main.h" static int _log_dom = -1; diff --git a/src/modules/msgbus/msgbus_lang.c b/src/modules/msgbus/msgbus_lang.c index ec4f633edd..c78d4955d4 100644 --- a/src/modules/msgbus/msgbus_lang.c +++ b/src/modules/msgbus/msgbus_lang.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e_mod_main.h" static int _log_dom = -1; diff --git a/src/modules/ofono/e_mod_main.c b/src/modules/ofono/e_mod_main.c index ed28698c51..36e9a9f905 100644 --- a/src/modules/ofono/e_mod_main.c +++ b/src/modules/ofono/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - /* TODO: config dialog to select which modem to monitor */ #include "e.h" diff --git a/src/modules/ofono/e_mod_main.h b/src/modules/ofono/e_mod_main.h index 51c702e6a3..321c02d028 100644 --- a/src/modules/ofono/e_mod_main.h +++ b/src/modules/ofono/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/pager/e_mod_main.c b/src/modules/pager/e_mod_main.c index b12db9bf00..cf987fcda2 100644 --- a/src/modules/pager/e_mod_main.c +++ b/src/modules/pager/e_mod_main.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/pager/e_mod_main.h b/src/modules/pager/e_mod_main.h index 76d749b54d..dd1a667598 100644 --- a/src/modules/pager/e_mod_main.h +++ b/src/modules/pager/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/start/e_mod_main.c b/src/modules/start/e_mod_main.c index 7ff4e5c6c8..ae7cb4c6b5 100644 --- a/src/modules/start/e_mod_main.c +++ b/src/modules/start/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/start/e_mod_main.h b/src/modules/start/e_mod_main.h index 2eb60362ec..4adf2f1fbe 100644 --- a/src/modules/start/e_mod_main.h +++ b/src/modules/start/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/syscon/e_mod_main.c b/src/modules/syscon/e_mod_main.c index e009b7c770..f035ca77dd 100644 --- a/src/modules/syscon/e_mod_main.c +++ b/src/modules/syscon/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/syscon/e_mod_main.h b/src/modules/syscon/e_mod_main.h index 80737e6f5b..9bb82ab931 100644 --- a/src/modules/syscon/e_mod_main.h +++ b/src/modules/syscon/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/syscon/e_syscon.c b/src/modules/syscon/e_syscon.c index ae706f85e5..3978d66b15 100644 --- a/src/modules/syscon/e_syscon.c +++ b/src/modules/syscon/e_syscon.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/syscon/e_syscon.h b/src/modules/syscon/e_syscon.h index 5392158f3f..6fe4237b95 100644 --- a/src/modules/syscon/e_syscon.h +++ b/src/modules/syscon/e_syscon.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/modules/temperature/e_mod_main.c b/src/modules/temperature/e_mod_main.c index 29dcc80e0f..83c33509c0 100644 --- a/src/modules/temperature/e_mod_main.c +++ b/src/modules/temperature/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/temperature/e_mod_main.h b/src/modules/temperature/e_mod_main.h index c97aa184de..aefee401bc 100644 --- a/src/modules/temperature/e_mod_main.h +++ b/src/modules/temperature/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/temperature/e_mod_main_private.h b/src/modules/temperature/e_mod_main_private.h index 87e907b95d..626b9bd85e 100644 --- a/src/modules/temperature/e_mod_main_private.h +++ b/src/modules/temperature/e_mod_main_private.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_PRIVATE_H #define E_MOD_MAIN_PRIVATE_H diff --git a/src/modules/temperature/tempget.c b/src/modules/temperature/tempget.c index 4d77a50f0f..144363767b 100644 --- a/src/modules/temperature/tempget.c +++ b/src/modules/temperature/tempget.c @@ -1,7 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/modules/winlist/e_mod_main.c b/src/modules/winlist/e_mod_main.c index f4b6cff97f..a282f9bc84 100644 --- a/src/modules/winlist/e_mod_main.c +++ b/src/modules/winlist/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/winlist/e_mod_main.h b/src/modules/winlist/e_mod_main.h index 9060a1e48a..a4c2a7dbfe 100644 --- a/src/modules/winlist/e_mod_main.h +++ b/src/modules/winlist/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/winlist/e_winlist.c b/src/modules/winlist/e_winlist.c index e819ba34cb..2660bdb7f4 100644 --- a/src/modules/winlist/e_winlist.c +++ b/src/modules/winlist/e_winlist.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_winlist.h" diff --git a/src/modules/winlist/e_winlist.h b/src/modules/winlist/e_winlist.h index 6ce997f59a..5dd30fca75 100644 --- a/src/modules/winlist/e_winlist.h +++ b/src/modules/winlist/e_winlist.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS #else diff --git a/src/modules/wizard/e_mod_main.c b/src/modules/wizard/e_mod_main.c index 88a8edade7..a33d88a53b 100644 --- a/src/modules/wizard/e_mod_main.c +++ b/src/modules/wizard/e_mod_main.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/e_mod_main.h b/src/modules/wizard/e_mod_main.h index d1d38a5693..3d898ada17 100644 --- a/src/modules/wizard/e_mod_main.h +++ b/src/modules/wizard/e_mod_main.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifndef E_MOD_MAIN_H #define E_MOD_MAIN_H diff --git a/src/modules/wizard/e_wizard.c b/src/modules/wizard/e_wizard.c index 678844afdc..cd04072637 100644 --- a/src/modules/wizard/e_wizard.c +++ b/src/modules/wizard/e_wizard.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/e_wizard.h b/src/modules/wizard/e_wizard.h index a05f65ab88..575cfb5abe 100644 --- a/src/modules/wizard/e_wizard.h +++ b/src/modules/wizard/e_wizard.h @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #ifdef E_TYPEDEFS typedef struct _E_Wizard_Page E_Wizard_Page; diff --git a/src/modules/wizard/page_000.c b/src/modules/wizard/page_000.c index 5c0ff9afe9..302de14c8b 100644 --- a/src/modules/wizard/page_000.c +++ b/src/modules/wizard/page_000.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Splash Screen */ #include "e.h" diff --git a/src/modules/wizard/page_010.c b/src/modules/wizard/page_010.c index 7bac8849c5..f42dde1099 100644 --- a/src/modules/wizard/page_010.c +++ b/src/modules/wizard/page_010.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Language chooser */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_020.c b/src/modules/wizard/page_020.c index 3cfc84fea6..cf7c5703e4 100644 --- a/src/modules/wizard/page_020.c +++ b/src/modules/wizard/page_020.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Profile chooser */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_030.c b/src/modules/wizard/page_030.c index 0d65786ce4..25147ad67f 100644 --- a/src/modules/wizard/page_030.c +++ b/src/modules/wizard/page_030.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Menu chooser */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_040.c b/src/modules/wizard/page_040.c index 69bd3fc6e3..6dbe04490b 100644 --- a/src/modules/wizard/page_040.c +++ b/src/modules/wizard/page_040.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_050.c b/src/modules/wizard/page_050.c index 6dd9da4e8f..00aba97831 100644 --- a/src/modules/wizard/page_050.c +++ b/src/modules/wizard/page_050.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_060.c b/src/modules/wizard/page_060.c index 0df0667476..c648666a20 100644 --- a/src/modules/wizard/page_060.c +++ b/src/modules/wizard/page_060.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_070.c b/src/modules/wizard/page_070.c index de96392744..b4be02dd52 100644 --- a/src/modules/wizard/page_070.c +++ b/src/modules/wizard/page_070.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Adding application icons */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_080.c b/src/modules/wizard/page_080.c index 930739a0c3..654f5be07f 100644 --- a/src/modules/wizard/page_080.c +++ b/src/modules/wizard/page_080.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ /* Quick launch chooser */ #include "e.h" #include "e_mod_main.h" diff --git a/src/modules/wizard/page_200.c b/src/modules/wizard/page_200.c index 35d08673d3..1c358fdf54 100644 --- a/src/modules/wizard/page_200.c +++ b/src/modules/wizard/page_200.c @@ -1,6 +1,3 @@ -/* - * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2 - */ #include "e.h" #include "e_mod_main.h" |