[Xfce4-commits] <xfwm4:master> Mass update: Update (c) year

Olivier Fourdan noreply at xfce.org
Thu Dec 16 20:06:01 CET 2010


Updating branch refs/heads/master
         to b52af4eae35a93f21a7e648bc5f6ab42a9d48e64 (commit)
       from 14604225895e9d6cd3d22f7cea65936c5f86bf0e (commit)

commit b52af4eae35a93f21a7e648bc5f6ab42a9d48e64
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Thu Dec 16 20:04:34 2010 +0100

    Mass update: Update (c) year

 src/client.c               |    2 +-
 src/client.h               |    2 +-
 src/compositor.c           |    2 +-
 src/compositor.h           |    2 +-
 src/cycle.c                |    2 +-
 src/cycle.h                |    2 +-
 src/display.c              |    2 +-
 src/display.h              |    2 +-
 src/event_filter.c         |    2 +-
 src/event_filter.h         |    2 +-
 src/events.c               |    2 +-
 src/events.h               |    2 +-
 src/focus.c                |    2 +-
 src/focus.h                |    2 +-
 src/frame.c                |    2 +-
 src/frame.h                |    2 +-
 src/hints.c                |    2 +-
 src/hints.h                |    2 +-
 src/icons.c                |    2 +-
 src/icons.h                |    2 +-
 src/keyboard.c             |    2 +-
 src/keyboard.h             |    2 +-
 src/main.c                 |    2 +-
 src/menu.c                 |    2 +-
 src/menu.h                 |    2 +-
 src/misc.c                 |    2 +-
 src/misc.h                 |    2 +-
 src/moveresize.c           |    2 +-
 src/moveresize.h           |    2 +-
 src/mypixmap.c             |    2 +-
 src/mypixmap.h             |    2 +-
 src/mywindow.c             |    2 +-
 src/mywindow.h             |    2 +-
 src/netwm.c                |    2 +-
 src/netwm.h                |    2 +-
 src/parserc.c              |    2 +-
 src/parserc.h              |    2 +-
 src/placement.c            |    2 +-
 src/placement.h            |    2 +-
 src/poswin.c               |    2 +-
 src/poswin.h               |    2 +-
 src/screen.c               |    2 +-
 src/screen.h               |    2 +-
 src/session.c              |    2 +-
 src/session.h              |    2 +-
 src/settings.c             |    2 +-
 src/settings.h             |    2 +-
 src/spinning_cursor.c      |    2 +-
 src/spinning_cursor.h      |    2 +-
 src/stacking.c             |    2 +-
 src/stacking.h             |    2 +-
 src/startup_notification.c |    2 +-
 src/startup_notification.h |    2 +-
 src/stock_icons.c          |    2 +-
 src/stock_icons.h          |    2 +-
 src/tabwin.c               |    2 +-
 src/tabwin.h               |    2 +-
 src/terminate.c            |    2 +-
 src/terminate.h            |    2 +-
 src/transients.c           |    2 +-
 src/transients.h           |    2 +-
 src/ui_style.c             |    2 +-
 src/ui_style.h             |    2 +-
 src/wireframe.c            |    2 +-
 src/wireframe.h            |    2 +-
 src/workspaces.c           |    2 +-
 src/workspaces.h           |    2 +-
 src/xsync.c                |    2 +-
 src/xsync.h                |    2 +-
 69 files changed, 69 insertions(+), 69 deletions(-)

diff --git a/src/client.c b/src/client.c
index fc6886b..35355ad 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 00a3edd..d835a89 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 f9408c2..c6ac0e6 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 767cbbb..b7f966e 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 bc5bc73..902d0e4 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 d3d29b7..e193c58 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 201914e..9d092ae 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 9132b00..e4bbcc6 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 045d949..6830ce4 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 7aaca47..7db29d7 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 64f3d71..360f4d1 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 55c196d..9b623c8 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 08eedbb..47a7562 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 0dc8055..107cd28 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 4ef8545..601e54d 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 90472e7..c1d3840 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 be1f322..926236f 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 96b110d..0607800 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 364f8f4..a443169 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 40119e7..6e8ae61 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 153ab21..a48ca9f 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 8b7ba09..1f2ffb9 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 d97df06..6a6312d 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 a784e38..b887dbf 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 6c6b91d..975dfd3 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 b4e56e8..3c1d53b 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 552eab5..8cf0fc2 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 57c303c..e9e4022 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 b5663ac..af7a918 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 8415615..9b67a9d 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 242d86a..74f5bdc 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 7ab0206..6d2a000 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 c7637ba..e7cb7d1 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 8d6bad0..8de8c9b 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 7b54be4..f24f9ce 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 ac1e0fc..32d570e 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 662266c..70ce4f9 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 0a76c12..ee740e5 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 aa5dbc7..409a823 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 4f180e0..7ce2ff6 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 at irg.cs.ohiou.edu>
  */
 
diff --git a/src/poswin.h b/src/poswin.h
index 30df83c..4142d99 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 at irg.cs.ohiou.edu>
  */
 
diff --git a/src/screen.c b/src/screen.c
index f210349..734666c 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 2c6c1b1..0f44436 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 70c8576..3db6d4a 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 7dc8ede..7526093 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 5438592..51995d6 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 8de4029..11a90d1 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 55dfab5..53176d1 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 38cf759..7598c86 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 e49bcb2..f634559 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 b7eccc4..7d705dd 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 c91292a..c40d557 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 a180bda..7e9e4cc 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 916c124..57b8487 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 at 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 693d688..4386c4c 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 at 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 0be875d..6480bb6 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 202ceb7..ffefed7 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 af9c05c..44264ab 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 99299ee..c84cfb7 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 a3bd027..ca5e65b 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 dc544fd..afb128a 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 f7f1987..735cb20 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 6e853d4..8fa815c 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 b6ccfaf..e97fe46 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 5efbc92..430b5e7 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 1dbd555..60040e5 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 c45f797..a808088 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 383da6b..ccde28f 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 c33b94d..05f93f3 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
 
  */
 



More information about the Xfce4-commits mailing list