summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Reveman <davidr@novell.com>2006-12-22 18:27:13 +0100
committerDavid Reveman <davidr@novell.com>2006-12-22 18:27:13 +0100
commit79cc0661d0a9e11713bc5a493b4f445219064aef (patch)
treef0e42781a547d32b6049831dc8907eb34bbae60b
parentbfd8c2e6e8d8f7b5ccc57c91bf61374b3fd24ba9 (diff)
Add author to some headers where it's missing.
-rw-r--r--gtk/window-decorator/gtk-window-decorator.c2
-rw-r--r--kde/window-decorator/decorator.cpp26
-rw-r--r--kde/window-decorator/decorator.h2
-rw-r--r--kde/window-decorator/main.cpp2
-rw-r--r--kde/window-decorator/options.cpp2
-rw-r--r--kde/window-decorator/options.h2
-rw-r--r--kde/window-decorator/utils.cpp2
-rw-r--r--kde/window-decorator/utils.h2
-rw-r--r--kde/window-decorator/window.cpp2
-rw-r--r--kde/window-decorator/window.h2
-rw-r--r--libdecoration/decoration.c2
11 files changed, 34 insertions, 12 deletions
diff --git a/gtk/window-decorator/gtk-window-decorator.c b/gtk/window-decorator/gtk-window-decorator.c
index 2b9e92c5..92e35e50 100644
--- a/gtk/window-decorator/gtk-window-decorator.c
+++ b/gtk/window-decorator/gtk-window-decorator.c
@@ -15,6 +15,8 @@
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifdef HAVE_CONFIG_H
diff --git a/kde/window-decorator/decorator.cpp b/kde/window-decorator/decorator.cpp
index e206dc05..dc42c129 100644
--- a/kde/window-decorator/decorator.cpp
+++ b/kde/window-decorator/decorator.cpp
@@ -3,20 +3,22 @@
* Copyright © 2006 Dennis Kasprzyk <onestone@beryl-project.org>
* Copyright © 2006 Volker Krause <vkrause@kde.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- * MA 02110-1301, USA.
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#include <qglobal.h>
diff --git a/kde/window-decorator/decorator.h b/kde/window-decorator/decorator.h
index 61e66e9c..dd8f6062 100644
--- a/kde/window-decorator/decorator.h
+++ b/kde/window-decorator/decorator.h
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifndef _DECORATOR_H
diff --git a/kde/window-decorator/main.cpp b/kde/window-decorator/main.cpp
index 5677260f..0900ae1b 100644
--- a/kde/window-decorator/main.cpp
+++ b/kde/window-decorator/main.cpp
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#include <X11/Xlib.h>
diff --git a/kde/window-decorator/options.cpp b/kde/window-decorator/options.cpp
index f8bbb422..46b50591 100644
--- a/kde/window-decorator/options.cpp
+++ b/kde/window-decorator/options.cpp
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#include "options.h"
diff --git a/kde/window-decorator/options.h b/kde/window-decorator/options.h
index 7a53b1f6..785e8550 100644
--- a/kde/window-decorator/options.h
+++ b/kde/window-decorator/options.h
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifndef _OPTIONS_H
diff --git a/kde/window-decorator/utils.cpp b/kde/window-decorator/utils.cpp
index 837fd034..b55dc63e 100644
--- a/kde/window-decorator/utils.cpp
+++ b/kde/window-decorator/utils.cpp
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#include "utils.h"
diff --git a/kde/window-decorator/utils.h b/kde/window-decorator/utils.h
index dda72ef8..6582052b 100644
--- a/kde/window-decorator/utils.h
+++ b/kde/window-decorator/utils.h
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifndef _UTILS_H
diff --git a/kde/window-decorator/window.cpp b/kde/window-decorator/window.cpp
index 950a6c14..c1fb3617 100644
--- a/kde/window-decorator/window.cpp
+++ b/kde/window-decorator/window.cpp
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#include "window.h"
diff --git a/kde/window-decorator/window.h b/kde/window-decorator/window.h
index e509d640..b3423e61 100644
--- a/kde/window-decorator/window.h
+++ b/kde/window-decorator/window.h
@@ -17,6 +17,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
* MA 02110-1301, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifndef _WINDOW_H
diff --git a/libdecoration/decoration.c b/libdecoration/decoration.c
index a9549387..91486e78 100644
--- a/libdecoration/decoration.c
+++ b/libdecoration/decoration.c
@@ -15,6 +15,8 @@
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
+ *
+ * Author: David Reveman <davidr@novell.com>
*/
#ifdef HAVE_CONFIG_H