diff --git a/clients/keramik/config/config.cpp b/clients/keramik/config/config.cpp index 8e3ba33eb0..954ebc24c4 100644 --- a/clients/keramik/config/config.cpp +++ b/clients/keramik/config/config.cpp @@ -2,7 +2,7 @@ * * Keramik KWin client configuration module * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * Based on the Quartz configuration module, * Copyright (c) 2001 Karol Szwed diff --git a/clients/keramik/config/config.h b/clients/keramik/config/config.h index 71090531db..9348599fa0 100644 --- a/clients/keramik/config/config.h +++ b/clients/keramik/config/config.h @@ -1,7 +1,7 @@ /* * Keramik KWin client configuration module * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * Based on the Quartz configuration module, * Copyright (c) 2001 Karol Szwed diff --git a/clients/keramik/keramik.h b/clients/keramik/keramik.h index cbaa68827d..b595b3fe44 100644 --- a/clients/keramik/keramik.h +++ b/clients/keramik/keramik.h @@ -2,7 +2,7 @@ * * Keramik KWin client (version 0.8) * - * Copyright (C) 2002 Fredrik Höglund + * Copyright (C) 2002 Fredrik Höglund * * 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 diff --git a/kompmgr/kompmgr.c b/kompmgr/kompmgr.c index dc3d1ddd4e..5308a3f645 100644 --- a/kompmgr/kompmgr.c +++ b/kompmgr/kompmgr.c @@ -30,7 +30,7 @@ /* Modified by Dan Doel*/ /* -Version 2.x of xcompmgr, kompmgr changes by Thomas Lübking and Heiko Przybyl +Version 2.x of xcompmgr, kompmgr changes by Thomas Lübking and Heiko Przybyl check baghira.sf.net for more infos */ #define _VERSION_ 2.02 @@ -2254,7 +2254,7 @@ ev_window (XEvent *ev) } void -setShadowColor(char *value){ /*format nach #xxxxxx (html) ändern?*/ +setShadowColor(char *value){ /*format nach #xxxxxx (html) ändern?*/ unsigned int tmp; char **res = NULL; tmp = strtoul(value, res, 16);