aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--callbacks.c1
-rw-r--r--callbacks.h5
-rw-r--r--events.c5
-rw-r--r--events.h5
4 files changed, 9 insertions, 7 deletions
diff --git a/callbacks.c b/callbacks.c
index e55d15b..d65d09a 100644
--- a/callbacks.c
+++ b/callbacks.c
@@ -1,6 +1,5 @@
/*
** Callbacks
- **
** (c) 2009 by Robert Manea et al.
*/
diff --git a/callbacks.h b/callbacks.h
index f4562c8..16ff48a 100644
--- a/callbacks.h
+++ b/callbacks.h
@@ -1,5 +1,6 @@
-/* (c) 2009 by Robert Manea
- * Callbacks
+/*
+ ** Callbacks
+ ** (c) 2009 by Robert Manea et al.
*/
void
diff --git a/events.c b/events.c
index 91cfe57..a55bba7 100644
--- a/events.c
+++ b/events.c
@@ -1,5 +1,6 @@
-/* Uzbl event routines
- * (c) 2009 by Robert Manea
+/*
+ ** Uzbl event routines
+ ** (c) 2009 by Robert Manea
*/
#include "uzbl-core.h"
diff --git a/events.h b/events.h
index 782243d..9a4382e 100644
--- a/events.h
+++ b/events.h
@@ -1,5 +1,6 @@
-/* Uzbl event routines
- * (c) 2009 by Robert Manea
+/*
+ ** Uzbl event routines
+ ** (c) 2009 by Robert Manea
*/
/* Event system */