summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan@xfce.org>2010-12-16 20:04:34 +0100
committerOlivier Fourdan <fourdan@xfce.org>2010-12-16 20:04:34 +0100
commitb52af4eae35a93f21a7e648bc5f6ab42a9d48e64 (patch)
tree56ae194a0da766111d03c3b0506ffdf4d82f105c
parent14604225895e9d6cd3d22f7cea65936c5f86bf0e (diff)
downloadxfwm4-b52af4eae35a93f21a7e648bc5f6ab42a9d48e64.tar.gz
Mass update: Update (c) year
-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/cycle.c2
-rw-r--r--src/cycle.h2
-rw-r--r--src/display.c2
-rw-r--r--src/display.h2
-rw-r--r--src/event_filter.c2
-rw-r--r--src/event_filter.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/moveresize.c2
-rw-r--r--src/moveresize.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/stock_icons.c2
-rw-r--r--src/stock_icons.h2
-rw-r--r--src/tabwin.c2
-rw-r--r--src/tabwin.h2
-rw-r--r--src/terminate.c2
-rw-r--r--src/terminate.h2
-rw-r--r--src/transients.c2
-rw-r--r--src/transients.h2
-rw-r--r--src/ui_style.c2
-rw-r--r--src/ui_style.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
-rw-r--r--src/xsync.c2
-rw-r--r--src/xsync.h2
69 files changed, 69 insertions, 69 deletions
diff --git a/src/client.c b/src/client.c
index fc6886b6a..35355ad7a 100644
--- a/src/client.c
+++ b/src/client.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/client.h b/src/client.h
index 00a3eddd7..d835a8991 100644
--- a/src/client.h
+++ b/src/client.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/compositor.c b/src/compositor.c
index f9408c294..c6ac0e6e8 100644
--- a/src/compositor.c
+++ b/src/compositor.c
@@ -18,7 +18,7 @@
xcompmgr - (c) 2003 Keith Packard
metacity - (c) 2003, 2004 Red Hat, Inc.
- xfwm4 - (c) 2005-2009 Olivier Fourdan
+ xfwm4 - (c) 2005-2010 Olivier Fourdan
*/
diff --git a/src/compositor.h b/src/compositor.h
index 767cbbb82..b7f966e9f 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -17,7 +17,7 @@
xcompmgr - (c) 2003 Keith Packard
- xfwm4 - (c) 2005-2009 Olivier Fourdan
+ xfwm4 - (c) 2005-2010 Olivier Fourdan
*/
diff --git a/src/cycle.c b/src/cycle.c
index bc5bc73e9..902d0e4f7 100644
--- a/src/cycle.c
+++ b/src/cycle.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/cycle.h b/src/cycle.h
index d3d29b7fe..e193c5857 100644
--- a/src/cycle.h
+++ b/src/cycle.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/display.c b/src/display.c
index 201914ec9..9d092ae38 100644
--- a/src/display.c
+++ b/src/display.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/display.h b/src/display.h
index 9132b0069..e4bbcc6a4 100644
--- a/src/display.h
+++ b/src/display.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/event_filter.c b/src/event_filter.c
index 045d949e1..6830ce46f 100644
--- a/src/event_filter.c
+++ b/src/event_filter.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/event_filter.h b/src/event_filter.h
index 7aaca47ec..7db29d7fe 100644
--- a/src/event_filter.h
+++ b/src/event_filter.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/events.c b/src/events.c
index 64f3d7172..360f4d166 100644
--- a/src/events.c
+++ b/src/events.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/events.h b/src/events.h
index 55c196dd4..9b623c81d 100644
--- a/src/events.h
+++ b/src/events.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/focus.c b/src/focus.c
index 08eedbb3a..47a756241 100644
--- a/src/focus.c
+++ b/src/focus.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/focus.h b/src/focus.h
index 0dc805598..107cd283a 100644
--- a/src/focus.h
+++ b/src/focus.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/frame.c b/src/frame.c
index 4ef8545bc..601e54d89 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/frame.h b/src/frame.h
index 90472e76d..c1d38408b 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/hints.c b/src/hints.c
index be1f3225c..926236fb4 100644
--- a/src/hints.c
+++ b/src/hints.c
@@ -18,7 +18,7 @@
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/hints.h b/src/hints.h
index 96b110db5..0607800f6 100644
--- a/src/hints.h
+++ b/src/hints.h
@@ -18,7 +18,7 @@
oroborus - (c) 2001 Ken Lynch
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/icons.c b/src/icons.c
index 364f8f469..a4431694c 100644
--- a/src/icons.c
+++ b/src/icons.c
@@ -18,7 +18,7 @@
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/icons.h b/src/icons.h
index 40119e7dd..6e8ae617d 100644
--- a/src/icons.h
+++ b/src/icons.h
@@ -18,7 +18,7 @@
Metacity - (c) 2001 Havoc Pennington
libwnck - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
#ifndef INC_ICONS_H
diff --git a/src/keyboard.c b/src/keyboard.c
index 153ab2171..a48ca9f19 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan,
+ xfwm4 - (c) 2002-2010 Olivier Fourdan,
2008 Jannis Pohlmann
*/
diff --git a/src/keyboard.h b/src/keyboard.h
index 8b7ba09d5..1f2ffb971 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/main.c b/src/main.c
index d97df067d..6a6312db1 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/menu.c b/src/menu.c
index a784e384e..b887dbfec 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -17,7 +17,7 @@
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/menu.h b/src/menu.h
index 6c6b91d23..975dfd3c7 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -17,7 +17,7 @@
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/misc.c b/src/misc.c
index b4e56e821..3c1d53b28 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/misc.h b/src/misc.h
index 552eab59d..8cf0fc2e0 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/moveresize.c b/src/moveresize.c
index 57c303c65..e9e4022cd 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/moveresize.h b/src/moveresize.h
index b5663acf0..af7a9184d 100644
--- a/src/moveresize.h
+++ b/src/moveresize.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/mypixmap.c b/src/mypixmap.c
index 84156151a..9b67a9d92 100644
--- a/src/mypixmap.c
+++ b/src/mypixmap.c
@@ -28,7 +28,7 @@
XPM color substitution used by the themes to apply gtk+ colors.
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/mypixmap.h b/src/mypixmap.h
index 242d86ab7..74f5bdcd9 100644
--- a/src/mypixmap.h
+++ b/src/mypixmap.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/mywindow.c b/src/mywindow.c
index 7ab02063f..6d2a0007b 100644
--- a/src/mywindow.c
+++ b/src/mywindow.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/mywindow.h b/src/mywindow.h
index c7637ba13..e7cb7d144 100644
--- a/src/mywindow.h
+++ b/src/mywindow.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/netwm.c b/src/netwm.c
index 8d6bad0cc..8de8c9be3 100644
--- a/src/netwm.c
+++ b/src/netwm.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/netwm.h b/src/netwm.h
index 7b54be482..f24f9ceb9 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/parserc.c b/src/parserc.c
index ac1e0fcb9..32d570e6a 100644
--- a/src/parserc.c
+++ b/src/parserc.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/parserc.h b/src/parserc.h
index 662266c2c..70ce4f950 100644
--- a/src/parserc.h
+++ b/src/parserc.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/placement.c b/src/placement.c
index 0a76c1212..ee740e549 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/placement.h b/src/placement.h
index aa5dbc786..409a8237a 100644
--- a/src/placement.h
+++ b/src/placement.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/poswin.c b/src/poswin.c
index 4f180e00e..7ce2ff659 100644
--- a/src/poswin.c
+++ b/src/poswin.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 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 30df83cad..4142d9949 100644
--- a/src/poswin.h
+++ b/src/poswin.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 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 f210349c4..734666ce7 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/screen.h b/src/screen.h
index 2c6c1b1c7..0f4443673 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/session.c b/src/session.c
index 70c857622..3db6d4ab9 100644
--- a/src/session.c
+++ b/src/session.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
/* Initially inspired by xfwm, fvwm2, enlightment and twm implementations */
diff --git a/src/session.h b/src/session.h
index 7dc8edecc..7526093c7 100644
--- a/src/session.h
+++ b/src/session.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/settings.c b/src/settings.c
index 543859202..51995d693 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan,
+ xfwm4 - (c) 2002-2010 Olivier Fourdan,
2008 Jannis Pohlmann
*/
diff --git a/src/settings.h b/src/settings.h
index 8de402904..11a90d12d 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.c b/src/spinning_cursor.c
index 55dfab5d3..53176d1ca 100644
--- a/src/spinning_cursor.c
+++ b/src/spinning_cursor.c
@@ -17,7 +17,7 @@
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.h b/src/spinning_cursor.h
index 38cf7594e..7598c8632 100644
--- a/src/spinning_cursor.h
+++ b/src/spinning_cursor.h
@@ -17,7 +17,7 @@
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/stacking.c b/src/stacking.c
index e49bcb2e0..f634559d0 100644
--- a/src/stacking.c
+++ b/src/stacking.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/stacking.h b/src/stacking.h
index b7eccc44e..7d705dd7d 100644
--- a/src/stacking.h
+++ b/src/stacking.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/startup_notification.c b/src/startup_notification.c
index c91292a85..c40d55725 100644
--- a/src/startup_notification.c
+++ b/src/startup_notification.c
@@ -17,7 +17,7 @@
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/startup_notification.h b/src/startup_notification.h
index a180bda5e..7e9e4cc04 100644
--- a/src/startup_notification.h
+++ b/src/startup_notification.h
@@ -17,7 +17,7 @@
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/stock_icons.c b/src/stock_icons.c
index 916c12440..57b8487b4 100644
--- a/src/stock_icons.c
+++ b/src/stock_icons.c
@@ -18,7 +18,7 @@
metacity - Copyright (C) 2002 Havoc Pennington
stock icon code Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org>
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/stock_icons.h b/src/stock_icons.h
index 693d68854..4386c4c9b 100644
--- a/src/stock_icons.h
+++ b/src/stock_icons.h
@@ -18,7 +18,7 @@
metacity - Copyright (C) 2002 Havoc Pennington
stock icon code Copyright (C) 2002 Jorn Baayen <jorn@nl.linux.org>
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/tabwin.c b/src/tabwin.c
index 0be875d08..6480bb6aa 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/tabwin.h b/src/tabwin.h
index 202ceb7b4..ffefed75f 100644
--- a/src/tabwin.h
+++ b/src/tabwin.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/terminate.c b/src/terminate.c
index af9c05c29..44264ab89 100644
--- a/src/terminate.c
+++ b/src/terminate.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
metacity - (c) 2001, 2002 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/terminate.h b/src/terminate.h
index 99299ee7e..c84cfb7b2 100644
--- a/src/terminate.h
+++ b/src/terminate.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
metacity - (c) 2001, 2002 Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/transients.c b/src/transients.c
index a3bd027e1..ca5e65b1a 100644
--- a/src/transients.c
+++ b/src/transients.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/transients.h b/src/transients.h
index dc544fd28..afb128a33 100644
--- a/src/transients.h
+++ b/src/transients.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/ui_style.c b/src/ui_style.c
index f7f19875d..735cb20be 100644
--- a/src/ui_style.c
+++ b/src/ui_style.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/ui_style.h b/src/ui_style.h
index 6e853d421..8fa815c0a 100644
--- a/src/ui_style.h
+++ b/src/ui_style.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/wireframe.c b/src/wireframe.c
index b6ccfaf5c..e97fe46be 100644
--- a/src/wireframe.c
+++ b/src/wireframe.c
@@ -17,7 +17,7 @@
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/wireframe.h b/src/wireframe.h
index 5efbc92c9..430b5e787 100644
--- a/src/wireframe.h
+++ b/src/wireframe.h
@@ -17,7 +17,7 @@
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/workspaces.c b/src/workspaces.c
index 1dbd555f0..60040e56d 100644
--- a/src/workspaces.c
+++ b/src/workspaces.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/workspaces.h b/src/workspaces.h
index c45f797c6..a808088b5 100644
--- a/src/workspaces.h
+++ b/src/workspaces.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/xsync.c b/src/xsync.c
index 383da6bad..ccde28f14 100644
--- a/src/xsync.c
+++ b/src/xsync.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/
diff --git a/src/xsync.h b/src/xsync.h
index c33b94dd4..05f93f376 100644
--- a/src/xsync.h
+++ b/src/xsync.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2009 Olivier Fourdan
+ xfwm4 - (c) 2002-2010 Olivier Fourdan
*/