summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mcs-plugin/margins.c2
-rw-r--r--mcs-plugin/margins.h2
-rw-r--r--mcs-plugin/wmtweaks_plugin.c2
-rw-r--r--mcs-plugin/xfwm4_plugin.c2
-rw-r--r--mcs-plugin/xfwm4_plugin.h2
-rw-r--r--src/client.c2
-rw-r--r--src/client.h2
-rw-r--r--src/compositor.c2
-rw-r--r--src/compositor.h2
-rw-r--r--src/display.c2
-rw-r--r--src/display.h2
-rw-r--r--src/events.c2
-rw-r--r--src/events.h2
-rw-r--r--src/focus.c2
-rw-r--r--src/focus.h2
-rw-r--r--src/frame.c2
-rw-r--r--src/frame.h2
-rw-r--r--src/hints.c2
-rw-r--r--src/hints.h2
-rw-r--r--src/icons.c2
-rw-r--r--src/icons.h2
-rw-r--r--src/keyboard.c2
-rw-r--r--src/keyboard.h2
-rw-r--r--src/main.c2
-rw-r--r--src/menu.c2
-rw-r--r--src/menu.h2
-rw-r--r--src/misc.c2
-rw-r--r--src/misc.h2
-rw-r--r--src/mypixmap.c2
-rw-r--r--src/mypixmap.h2
-rw-r--r--src/mywindow.c2
-rw-r--r--src/mywindow.h2
-rw-r--r--src/netwm.c2
-rw-r--r--src/netwm.h2
-rw-r--r--src/parserc.c2
-rw-r--r--src/parserc.h2
-rw-r--r--src/placement.c2
-rw-r--r--src/placement.h2
-rw-r--r--src/poswin.c2
-rw-r--r--src/poswin.h2
-rw-r--r--src/screen.c2
-rw-r--r--src/screen.h2
-rw-r--r--src/session.c2
-rw-r--r--src/session.h2
-rw-r--r--src/settings.c2
-rw-r--r--src/settings.h2
-rw-r--r--src/spinning_cursor.c2
-rw-r--r--src/spinning_cursor.h2
-rw-r--r--src/stacking.c2
-rw-r--r--src/stacking.h2
-rw-r--r--src/startup_notification.c2
-rw-r--r--src/startup_notification.h2
-rw-r--r--src/tabwin.c2
-rw-r--r--src/tabwin.h2
-rw-r--r--src/transients.c2
-rw-r--r--src/transients.h2
-rw-r--r--src/wireframe.c2
-rw-r--r--src/wireframe.h2
-rw-r--r--src/workspaces.c2
-rw-r--r--src/workspaces.h2
60 files changed, 60 insertions, 60 deletions
diff --git a/mcs-plugin/margins.c b/mcs-plugin/margins.c
index ea11661b2..c4cf46208 100644
--- a/mcs-plugin/margins.c
+++ b/mcs-plugin/margins.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- Copyright (C) 2002-2005 Jasper Huijsmans (huysmans@users.sourceforge.net)
+ Copyright (C) 2002-2006 Jasper Huijsmans (huysmans@users.sourceforge.net)
Olivier Fourdan (fourdan@xfce.org)
*/
diff --git a/mcs-plugin/margins.h b/mcs-plugin/margins.h
index f554a77da..802808bf7 100644
--- a/mcs-plugin/margins.h
+++ b/mcs-plugin/margins.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- Copyright (C) 2002-2005 Jasper Huijsmans (huysmans@users.sourceforge.net)
+ Copyright (C) 2002-2006 Jasper Huijsmans (huysmans@users.sourceforge.net)
Olivier Fourdan (fourdan@xfce.org)
*/
diff --git a/mcs-plugin/wmtweaks_plugin.c b/mcs-plugin/wmtweaks_plugin.c
index 92c437630..258729541 100644
--- a/mcs-plugin/wmtweaks_plugin.c
+++ b/mcs-plugin/wmtweaks_plugin.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfce4 mcs plugin - (c) 2005 Olivier Fourdan
+ xfce4 mcs plugin - (c) 2005-2006 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/mcs-plugin/xfwm4_plugin.c b/mcs-plugin/xfwm4_plugin.c
index 1b3d779a5..7abf1249c 100644
--- a/mcs-plugin/xfwm4_plugin.c
+++ b/mcs-plugin/xfwm4_plugin.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfce4 mcs plugin - (c) 2002-2005 Olivier Fourdan
+ xfce4 mcs plugin - (c) 2002-2006 Olivier Fourdan
Buttons DnD inspired by Michael Terry's implementation for xpad
*/
diff --git a/mcs-plugin/xfwm4_plugin.h b/mcs-plugin/xfwm4_plugin.h
index fe6b5ecb8..a68b3f3d6 100644
--- a/mcs-plugin/xfwm4_plugin.h
+++ b/mcs-plugin/xfwm4_plugin.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfce4 mcs plugin - (c) 2005 Olivier Fourdan
+ xfce4 mcs plugin - (c) 2005-2006 Olivier Fourdan
*/
diff --git a/src/client.c b/src/client.c
index 0d64100e1..2c4d0c93b 100644
--- a/src/client.c
+++ b/src/client.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/client.h b/src/client.h
index ba1c5930d..8b817b205 100644
--- a/src/client.h
+++ b/src/client.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/compositor.c b/src/compositor.c
index ffbdeb44f..0b29ae0be 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -16,7 +16,7 @@
xcompmgr - (c) 2003 Keith Packard
metacity - (c) 2003, 2004 Red Hat, Inc.
- xfwm4 - (c) 2005 Olivier Fourdan
+ xfwm4 - (c) 2005-2006 Olivier Fourdan
*/
diff --git a/src/compositor.h b/src/compositor.h
index a630ec0a6..57a9f1b58 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
xcompmgr - (c) 2003 Keith Packard
- xfwm4 - (c) 2005 Olivier Fourdan
+ xfwm4 - (c) 2005-2006 Olivier Fourdan
*/
diff --git a/src/display.c b/src/display.c
index 54dba54ee..9f7de5a68 100644
--- a/src/display.c
+++ b/src/display.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/display.h b/src/display.h
index fc8513de9..e1de3fe93 100644
--- a/src/display.h
+++ b/src/display.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/events.c b/src/events.c
index 7aa1f0d1a..e6f77a772 100644
--- a/src/events.c
+++ b/src/events.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/events.h b/src/events.h
index e473e4f48..9453b3c2d 100644
--- a/src/events.h
+++ b/src/events.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/focus.c b/src/focus.c
index 206b0d1b2..df6f942f8 100644
--- a/src/focus.c
+++ b/src/focus.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/focus.h b/src/focus.h
index 71d7cf6ce..f7f60ed5b 100644
--- a/src/focus.h
+++ b/src/focus.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/frame.c b/src/frame.c
index e935d2e7c..83f9e65de 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/frame.h b/src/frame.h
index ed4aa0b77..36646e4d5 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/hints.c b/src/hints.c
index 29a5f3920..52987e89e 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -16,7 +16,7 @@
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/hints.h b/src/hints.h
index 74978ed6e..d0e217eea 100644
--- a/src/hints.h
+++ b/src/hints.h
@@ -16,7 +16,7 @@
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/icons.c b/src/icons.c
index 17715687b..d96c550a1 100644
--- a/src/icons.c
+++ b/src/icons.c
@@ -16,7 +16,7 @@
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/icons.h b/src/icons.h
index 73624cb0e..5d6f44ea3 100644
--- a/src/icons.h
+++ b/src/icons.h
@@ -16,7 +16,7 @@
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/keyboard.c b/src/keyboard.c
index d7bd03fec..3fb844280 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/keyboard.h b/src/keyboard.h
index 26696c19f..7ce8fea6a 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/main.c b/src/main.c
index 1f8feb7b2..2f62a28e4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/menu.c b/src/menu.c
index 920bcb700..75713568a 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/menu.h b/src/menu.h
index 703b7711f..3791b3972 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/misc.c b/src/misc.c
index 5fa2a732b..64b98de9f 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/misc.h b/src/misc.h
index 062a1c6a8..b1e9a0e03 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/mypixmap.c b/src/mypixmap.c
index 4fed18af9..3e8ba30eb 100644
--- a/src/mypixmap.c
+++ b/src/mypixmap.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/mypixmap.h b/src/mypixmap.h
index ea4243717..04b7534c0 100644
--- a/src/mypixmap.h
+++ b/src/mypixmap.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/mywindow.c b/src/mywindow.c
index 374f2cb3e..9140351a8 100644
--- a/src/mywindow.c
+++ b/src/mywindow.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/mywindow.h b/src/mywindow.h
index 4d40d8638..3e0caff19 100644
--- a/src/mywindow.h
+++ b/src/mywindow.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/netwm.c b/src/netwm.c
index a881de565..8ef016161 100644
--- a/src/netwm.c
+++ b/src/netwm.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/netwm.h b/src/netwm.h
index e02a6581c..ff5781457 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/parserc.c b/src/parserc.c
index ea93aaa63..c7dd411dd 100644
--- a/src/parserc.c
+++ b/src/parserc.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/parserc.h b/src/parserc.h
index cd7395642..204ac28eb 100644
--- a/src/parserc.h
+++ b/src/parserc.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/placement.c b/src/placement.c
index effdbb8cf..6e269a88f 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/placement.h b/src/placement.h
index 3b6829700..bd75e1e97 100644
--- a/src/placement.h
+++ b/src/placement.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/poswin.c b/src/poswin.c
index 369d177cc..87a833d01 100644
--- a/src/poswin.c
+++ b/src/poswin.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
based on a patch from Joshua Blanton <jblanton@irg.cs.ohiou.edu>
*/
diff --git a/src/poswin.h b/src/poswin.h
index 256641f0c..55ce91829 100644
--- a/src/poswin.h
+++ b/src/poswin.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
based on a patch from Joshua Blanton <jblanton@irg.cs.ohiou.edu>
*/
diff --git a/src/screen.c b/src/screen.c
index ffc72cf18..4a458dfea 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/screen.h b/src/screen.h
index 433c6ed27..64a696f71 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/session.c b/src/session.c
index c01cc9173..954f0da93 100644
--- a/src/session.c
+++ b/src/session.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
/* Initially inspired by xfwm, fvwm2, enlightment and twm implementations */
diff --git a/src/session.h b/src/session.h
index 550e57acc..bf44f3208 100644
--- a/src/session.h
+++ b/src/session.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/settings.c b/src/settings.c
index ac88af13f..3ee7e0064 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/settings.h b/src/settings.h
index 05d15b2a0..db719868b 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.c b/src/spinning_cursor.c
index dc341224a..04c444441 100644
--- a/src/spinning_cursor.c
+++ b/src/spinning_cursor.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.h b/src/spinning_cursor.h
index 832838921..6a188cf0b 100644
--- a/src/spinning_cursor.h
+++ b/src/spinning_cursor.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/stacking.c b/src/stacking.c
index bac631eb9..b46649ee1 100644
--- a/src/stacking.c
+++ b/src/stacking.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/stacking.h b/src/stacking.h
index 1c43e56df..67557f1a8 100644
--- a/src/stacking.h
+++ b/src/stacking.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/startup_notification.c b/src/startup_notification.c
index 65c720a35..72848be6c 100644
--- a/src/startup_notification.c
+++ b/src/startup_notification.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/startup_notification.h b/src/startup_notification.h
index 7a9908953..eab482f23 100644
--- a/src/startup_notification.h
+++ b/src/startup_notification.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/tabwin.c b/src/tabwin.c
index 313340358..3f124e16f 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/tabwin.h b/src/tabwin.h
index e48c9a552..d4efa89d4 100644
--- a/src/tabwin.h
+++ b/src/tabwin.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/transients.c b/src/transients.c
index d963fa5d2..29de0f68f 100644
--- a/src/transients.c
+++ b/src/transients.c
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/transients.h b/src/transients.h
index d723565a2..ee30bccb9 100644
--- a/src/transients.h
+++ b/src/transients.h
@@ -14,7 +14,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/wireframe.c b/src/wireframe.c
index 4954cbe9e..ee3bbfcc2 100644
--- a/src/wireframe.c
+++ b/src/wireframe.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/wireframe.h b/src/wireframe.h
index 61eeb29fb..35874eda8 100644
--- a/src/wireframe.h
+++ b/src/wireframe.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/workspaces.c b/src/workspaces.c
index 034435a8e..1a0128af2 100644
--- a/src/workspaces.c
+++ b/src/workspaces.c
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/
diff --git a/src/workspaces.h b/src/workspaces.h
index cb53ad2f7..d6942b858 100644
--- a/src/workspaces.h
+++ b/src/workspaces.h
@@ -15,7 +15,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2005 Olivier Fourdan
+ xfwm4 - (c) 2002-2006 Olivier Fourdan
*/