summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 35355ad7a..b21e27fbd 100644
--- a/src/client.c
+++ b/src/client.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/client.h b/src/client.h
index d835a8991..10137f7a9 100644
--- a/src/client.h
+++ b/src/client.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/compositor.c b/src/compositor.c
index c6ac0e6e8..470b2d34a 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2005-2011 Olivier Fourdan
*/
diff --git a/src/compositor.h b/src/compositor.h
index b7f966e9f..017ffc1f3 100644
--- a/src/compositor.h
+++ b/src/compositor.h
@@ -17,7 +17,7 @@
xcompmgr - (c) 2003 Keith Packard
- xfwm4 - (c) 2005-2010 Olivier Fourdan
+ xfwm4 - (c) 2005-2011 Olivier Fourdan
*/
diff --git a/src/cycle.c b/src/cycle.c
index 902d0e4f7..b81bbc20b 100644
--- a/src/cycle.c
+++ b/src/cycle.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/cycle.h b/src/cycle.h
index e193c5857..58c192d77 100644
--- a/src/cycle.h
+++ b/src/cycle.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/display.c b/src/display.c
index 9d092ae38..d370f26c5 100644
--- a/src/display.c
+++ b/src/display.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/display.h b/src/display.h
index e4bbcc6a4..6bf7094c5 100644
--- a/src/display.h
+++ b/src/display.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/event_filter.c b/src/event_filter.c
index 6830ce46f..918483ec7 100644
--- a/src/event_filter.c
+++ b/src/event_filter.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/event_filter.h b/src/event_filter.h
index 7db29d7fe..953775e72 100644
--- a/src/event_filter.h
+++ b/src/event_filter.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/events.c b/src/events.c
index 360f4d166..7a8d5f446 100644
--- a/src/events.c
+++ b/src/events.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/events.h b/src/events.h
index 9b623c81d..a6b5e635e 100644
--- a/src/events.h
+++ b/src/events.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/focus.c b/src/focus.c
index 47a756241..7c6ccf5a6 100644
--- a/src/focus.c
+++ b/src/focus.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/focus.h b/src/focus.h
index 107cd283a..620c63e89 100644
--- a/src/focus.h
+++ b/src/focus.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/frame.c b/src/frame.c
index 601e54d89..68e1eedff 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/frame.h b/src/frame.h
index c1d38408b..9e40eef19 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/hints.c b/src/hints.c
index 926236fb4..8a28b0fbc 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/hints.h b/src/hints.h
index 0607800f6..e1f0aa997 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/icons.c b/src/icons.c
index a4431694c..60094bc99 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
#ifdef HAVE_CONFIG_H
diff --git a/src/icons.h b/src/icons.h
index 6e8ae617d..fce66c196 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
#ifndef INC_ICONS_H
diff --git a/src/keyboard.c b/src/keyboard.c
index a48ca9f19..d67b72bab 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan,
+ xfwm4 - (c) 2002-2011 Olivier Fourdan,
2008 Jannis Pohlmann
*/
diff --git a/src/keyboard.h b/src/keyboard.h
index 1f2ffb971..f50583207 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/main.c b/src/main.c
index 6a6312db1..b6d3def1a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/menu.c b/src/menu.c
index b887dbfec..5be596dbf 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -17,7 +17,7 @@
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/menu.h b/src/menu.h
index 975dfd3c7..662ac1f2f 100644
--- a/src/menu.h
+++ b/src/menu.h
@@ -17,7 +17,7 @@
Metacity - (c) 2001 Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/misc.c b/src/misc.c
index 3c1d53b28..27f7ee144 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/misc.h b/src/misc.h
index 8cf0fc2e0..5b274391f 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/moveresize.c b/src/moveresize.c
index e9e4022cd..0ee9ebf97 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/moveresize.h b/src/moveresize.h
index af7a9184d..cd5c7703d 100644
--- a/src/moveresize.h
+++ b/src/moveresize.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/mypixmap.c b/src/mypixmap.c
index 9b67a9d92..906f851d9 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/mypixmap.h b/src/mypixmap.h
index 74f5bdcd9..19302bc93 100644
--- a/src/mypixmap.h
+++ b/src/mypixmap.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/mywindow.c b/src/mywindow.c
index 6d2a0007b..4a333737f 100644
--- a/src/mywindow.c
+++ b/src/mywindow.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/mywindow.h b/src/mywindow.h
index e7cb7d144..8de31fb98 100644
--- a/src/mywindow.h
+++ b/src/mywindow.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/netwm.c b/src/netwm.c
index 8de8c9be3..7ff5c2e8a 100644
--- a/src/netwm.c
+++ b/src/netwm.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/netwm.h b/src/netwm.h
index f24f9ceb9..92b0bf1e4 100644
--- a/src/netwm.h
+++ b/src/netwm.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/parserc.c b/src/parserc.c
index 32d570e6a..150d8cc7c 100644
--- a/src/parserc.c
+++ b/src/parserc.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/parserc.h b/src/parserc.h
index 70ce4f950..e04161267 100644
--- a/src/parserc.h
+++ b/src/parserc.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/placement.c b/src/placement.c
index ee740e549..1624277da 100644
--- a/src/placement.c
+++ b/src/placement.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/placement.h b/src/placement.h
index 409a8237a..3ecd3d504 100644
--- a/src/placement.h
+++ b/src/placement.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/poswin.c b/src/poswin.c
index 7ce2ff659..f4437746f 100644
--- a/src/poswin.c
+++ b/src/poswin.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 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 4142d9949..598492fec 100644
--- a/src/poswin.h
+++ b/src/poswin.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 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 734666ce7..98513874b 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/screen.h b/src/screen.h
index 0f4443673..01e656418 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/session.c b/src/session.c
index 3db6d4ab9..e46407c19 100644
--- a/src/session.c
+++ b/src/session.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
/* Initially inspired by xfwm, fvwm2, enlightment and twm implementations */
diff --git a/src/session.h b/src/session.h
index 7526093c7..49c07c5e9 100644
--- a/src/session.h
+++ b/src/session.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/settings.c b/src/settings.c
index 51995d693..78e07c6c7 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan,
+ xfwm4 - (c) 2002-2011 Olivier Fourdan,
2008 Jannis Pohlmann
*/
diff --git a/src/settings.h b/src/settings.h
index 11a90d12d..76ffa62f3 100644
--- a/src/settings.h
+++ b/src/settings.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.c b/src/spinning_cursor.c
index 53176d1ca..60517721a 100644
--- a/src/spinning_cursor.c
+++ b/src/spinning_cursor.c
@@ -17,7 +17,7 @@
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/spinning_cursor.h b/src/spinning_cursor.h
index 7598c8632..f8e35fe08 100644
--- a/src/spinning_cursor.h
+++ b/src/spinning_cursor.h
@@ -17,7 +17,7 @@
mozilla - (c) 1998 mozilla.org
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/stacking.c b/src/stacking.c
index f634559d0..c299d74ac 100644
--- a/src/stacking.c
+++ b/src/stacking.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/stacking.h b/src/stacking.h
index 7d705dd7d..cfe4121c1 100644
--- a/src/stacking.h
+++ b/src/stacking.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/startup_notification.c b/src/startup_notification.c
index c40d55725..a1405aa4c 100644
--- a/src/startup_notification.c
+++ b/src/startup_notification.c
@@ -17,7 +17,7 @@
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/startup_notification.h b/src/startup_notification.h
index 7e9e4cc04..711520e30 100644
--- a/src/startup_notification.h
+++ b/src/startup_notification.h
@@ -17,7 +17,7 @@
Metacity - (c) 2003 Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/stock_icons.c b/src/stock_icons.c
index 57b8487b4..4e54c5dd6 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/stock_icons.h b/src/stock_icons.h
index 4386c4c9b..8ff927b14 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/tabwin.c b/src/tabwin.c
index 6480bb6aa..bd0ad271a 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/tabwin.h b/src/tabwin.h
index ffefed75f..558bef731 100644
--- a/src/tabwin.h
+++ b/src/tabwin.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/terminate.c b/src/terminate.c
index 44264ab89..69692b956 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/terminate.h b/src/terminate.h
index c84cfb7b2..6929a2438 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-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/transients.c b/src/transients.c
index ca5e65b1a..7910fe77f 100644
--- a/src/transients.c
+++ b/src/transients.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/transients.h b/src/transients.h
index afb128a33..702fe79a2 100644
--- a/src/transients.h
+++ b/src/transients.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/ui_style.c b/src/ui_style.c
index 735cb20be..1443ea348 100644
--- a/src/ui_style.c
+++ b/src/ui_style.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/ui_style.h b/src/ui_style.h
index 8fa815c0a..aec3e3e9e 100644
--- a/src/ui_style.h
+++ b/src/ui_style.h
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/wireframe.c b/src/wireframe.c
index e97fe46be..f57f28fc5 100644
--- a/src/wireframe.c
+++ b/src/wireframe.c
@@ -17,7 +17,7 @@
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/wireframe.h b/src/wireframe.h
index 430b5e787..2fc10bf97 100644
--- a/src/wireframe.h
+++ b/src/wireframe.h
@@ -17,7 +17,7 @@
metacity - (c) 2001 Anders Carlsson, Havoc Pennington
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/workspaces.c b/src/workspaces.c
index 60040e56d..0f8d8ac51 100644
--- a/src/workspaces.c
+++ b/src/workspaces.c
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/workspaces.h b/src/workspaces.h
index a808088b5..0087743d9 100644
--- a/src/workspaces.h
+++ b/src/workspaces.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/xsync.c b/src/xsync.c
index ccde28f14..5165842ee 100644
--- a/src/xsync.c
+++ b/src/xsync.c
@@ -16,7 +16,7 @@
MA 02110-1301, USA.
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/
diff --git a/src/xsync.h b/src/xsync.h
index 05f93f376..a6ff8782e 100644
--- a/src/xsync.h
+++ b/src/xsync.h
@@ -17,7 +17,7 @@
oroborus - (c) 2001 Ken Lynch
- xfwm4 - (c) 2002-2010 Olivier Fourdan
+ xfwm4 - (c) 2002-2011 Olivier Fourdan
*/