From 83bcbbaee1410c7d8b05208d7872ae6db2dab14a Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 13 Jan 2007 19:14:29 +0000 Subject: [PATCH] 2007. SVN revision: 27952 --- COPYING | 4 ++-- dox/README | 2 +- dox/dox.c | 2 +- dox/dox.h | 2 +- dox/file.c | 2 +- dox/format.c | 2 +- dox/text.c | 2 +- dox/ttfont.c | 2 +- eesh/E.h | 4 ++-- eesh/comms.c | 4 ++-- eesh/main.c | 4 ++-- lib/e16_hack.c | 4 ++-- man/e16.1 | 2 +- scripts/e_cache_clean | 2 +- scripts/e_cache_query | 2 +- scripts/e_gen_menu | 2 +- src/E.h | 4 ++-- src/about.c | 4 ++-- src/aclass.c | 4 ++-- src/aclass.h | 4 ++-- src/actions.c | 4 ++-- src/alert.c | 4 ++-- src/alert.h | 4 ++-- src/arrange.c | 4 ++-- src/backgrounds.c | 4 ++-- src/backgrounds.h | 4 ++-- src/borders.c | 4 ++-- src/borders.h | 4 ++-- src/buttons.c | 4 ++-- src/buttons.h | 4 ++-- src/cmclass.c | 2 +- src/comms.c | 4 ++-- src/conf.h | 2 +- src/config.c | 4 ++-- src/container.c | 4 ++-- src/container.h | 4 ++-- src/coords.c | 2 +- src/cursors.c | 4 ++-- src/cursors.h | 4 ++-- src/desktops.c | 4 ++-- src/desktops.h | 4 ++-- src/dialog.c | 4 ++-- src/dialog.h | 4 ++-- src/dock.c | 4 ++-- src/draw.c | 2 +- src/e16-ecore_hints.c | 2 +- src/e16-ecore_hints.h | 2 +- src/e16-ecore_list.c | 2 +- src/e16-ecore_list.h | 2 +- src/ecompmgr.c | 2 +- src/ecompmgr.h | 2 +- src/econfig.c | 2 +- src/econfig.h | 2 +- src/edebug.h | 2 +- src/edge.c | 4 ++-- src/eimage.c | 2 +- src/eimage.h | 2 +- src/emodule.c | 2 +- src/emodule.h | 2 +- src/eobj.c | 2 +- src/eobj.h | 2 +- src/etypes.h | 4 ++-- src/events.c | 4 ++-- src/events.h | 2 +- src/ewin-ops.c | 4 ++-- src/ewin-ops.h | 2 +- src/ewins.c | 4 ++-- src/ewins.h | 4 ++-- src/ewmh.c | 2 +- src/extinitwin.c | 4 ++-- src/file.c | 2 +- src/file.h | 2 +- src/finders.c | 2 +- src/focus.c | 4 ++-- src/focus.h | 2 +- src/fonts.c | 2 +- src/fx.c | 2 +- src/gnome.c | 4 ++-- src/grabs.c | 4 ++-- src/grabs.h | 4 ++-- src/groups.c | 4 ++-- src/groups.h | 4 ++-- src/handlers.c | 4 ++-- src/hints.c | 2 +- src/hints.h | 4 ++-- src/hiwin.c | 4 ++-- src/hiwin.h | 2 +- src/icccm.c | 4 ++-- src/iclass.c | 4 ++-- src/iclass.h | 4 ++-- src/iconify.c | 4 ++-- src/icons.c | 4 ++-- src/icons.h | 4 ++-- src/ipc.c | 4 ++-- src/lang.c | 4 ++-- src/lang.h | 4 ++-- src/main.c | 4 ++-- src/memory.c | 4 ++-- src/menus-misc.c | 4 ++-- src/menus.c | 4 ++-- src/menus.h | 4 ++-- src/misc.c | 4 ++-- src/mod-misc.c | 2 +- src/mod-trans.c | 4 ++-- src/moveresize.c | 4 ++-- src/mwm.c | 2 +- src/pager.c | 4 ++-- src/parse.c | 2 +- src/parse.h | 2 +- src/progress.c | 2 +- src/progress.h | 4 ++-- src/regex.c | 2 +- src/screen.c | 4 ++-- src/screen.h | 4 ++-- src/session.c | 4 ++-- src/session.h | 4 ++-- src/settings.c | 4 ++-- src/settings.h | 2 +- src/setup.c | 4 ++-- src/size.c | 4 ++-- src/slideout.c | 4 ++-- src/snaps.c | 4 ++-- src/snaps.h | 2 +- src/snprintf.c | 2 +- src/sound.c | 4 ++-- src/stacking.c | 2 +- src/startup.c | 4 ++-- src/systray.c | 2 +- src/tclass.c | 4 ++-- src/tclass.h | 4 ++-- src/text.c | 4 ++-- src/theme.c | 4 ++-- src/timers.c | 3 ++- src/timers.h | 4 ++-- src/tooltips.c | 4 ++-- src/tooltips.h | 4 ++-- src/ttfont.c | 4 ++-- src/user.c | 2 +- src/user.h | 2 +- src/util.h | 4 ++-- src/warp.c | 4 ++-- src/windowmatch.c | 4 ++-- src/windowmatch.h | 4 ++-- src/x.c | 4 ++-- src/xwin.h | 4 ++-- src/zoom.c | 4 ++-- 146 files changed, 238 insertions(+), 237 deletions(-) diff --git a/COPYING b/COPYING index 5993e0bf..f842d18d 100644 --- a/COPYING +++ b/COPYING @@ -1,5 +1,5 @@ -Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors -Copyright (C) 2004-2006 Kim Woelders +Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors +Copyright (C) 2004-2007 Kim Woelders Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/dox/README b/dox/README index dc3be5dd..73dfce52 100644 --- a/dox/README +++ b/dox/README @@ -1,4 +1,4 @@ This is DOX for Enlightenment - a very very very simple document viewer for Help docs for Enlightenment. This is part of the Enlightenment distribution. -It is Copyright (C) 1998-2006 by The Rasterman (Carsten Haitzler). It is under +It is Copyright (C) 1998-2007 by The Rasterman (Carsten Haitzler). It is under the license described in e/LICENSE diff --git a/dox/dox.c b/dox/dox.c index 16ba8829..9d504305 100644 --- a/dox/dox.c +++ b/dox/dox.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/dox/dox.h b/dox/dox.h index 81926ab1..0b92279f 100644 --- a/dox/dox.h +++ b/dox/dox.h @@ -2,7 +2,7 @@ /* Enlightenment - The Window Manager that dares to do what others don't */ /*****************************************************************************/ /* - Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/dox/file.c b/dox/file.c index 71c26bd4..318ca285 100644 --- a/dox/file.c +++ b/dox/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/dox/format.c b/dox/format.c index 6702d5c3..7f60c43c 100644 --- a/dox/format.c +++ b/dox/format.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/dox/text.c b/dox/text.c index e795bc8e..06da8fd3 100644 --- a/dox/text.c +++ b/dox/text.c @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/dox/ttfont.c b/dox/ttfont.c index 25683eda..5a63929b 100644 --- a/dox/ttfont.c +++ b/dox/ttfont.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/eesh/E.h b/eesh/E.h index cecdfc8b..37e78f4a 100644 --- a/eesh/E.h +++ b/eesh/E.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/eesh/comms.c b/eesh/comms.c index 50a199ce..86b2e4e3 100644 --- a/eesh/comms.c +++ b/eesh/comms.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/eesh/main.c b/eesh/main.c index e8967d69..9f5c9ca2 100644 --- a/eesh/main.c +++ b/eesh/main.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/lib/e16_hack.c b/lib/e16_hack.c index edac8625..89590e66 100644 --- a/lib/e16_hack.c +++ b/lib/e16_hack.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2005-2006 Carsten Haitzler - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2005-2007 Carsten Haitzler + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/man/e16.1 b/man/e16.1 index 66d9170e..54dc7c7e 100644 --- a/man/e16.1 +++ b/man/e16.1 @@ -203,7 +203,7 @@ We hope that you enjoy using Enlightenment as much as we have enjoyed writing it. We'd like to think that even if this isn't the right software for you, you at least can have fun playing around with what we have created. .PP -Copyright (C) 1997\-2006 The Enlightenment Development Team +Copyright (C) 1997\-2007 The Enlightenment Development Team .PP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \*(L"Software\*(R"), to diff --git a/scripts/e_cache_clean b/scripts/e_cache_clean index ef74ad59..7cd4d21b 100644 --- a/scripts/e_cache_clean +++ b/scripts/e_cache_clean @@ -2,7 +2,7 @@ ############################################################################## # cleans up parts of your enlightenment cache # # -# Copyright (C) 1999-2006 Carsten Haitzler, Geoff Harrison and various contributors +# Copyright (C) 1999-2007 Carsten Haitzler, Geoff Harrison and various contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/scripts/e_cache_query b/scripts/e_cache_query index 8ff62954..6db33151 100644 --- a/scripts/e_cache_query +++ b/scripts/e_cache_query @@ -2,7 +2,7 @@ ############################################################################## # queries sizes of your enlightenment cache # # -# Copyright (C) 1999-2006 Carsten Haitzler, Geoff Harrison and various contributors +# Copyright (C) 1999-2007 Carsten Haitzler, Geoff Harrison and various contributors # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/scripts/e_gen_menu b/scripts/e_gen_menu index 85069ebd..6c4f354d 100644 --- a/scripts/e_gen_menu +++ b/scripts/e_gen_menu @@ -2,7 +2,7 @@ ############################################################################## # generates a file.menu format for Enlightenment out of menu hierarchies # -# Copyright (C) 2003-2006 Kim Woelders +# Copyright (C) 2003-2007 Kim Woelders # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to diff --git a/src/E.h b/src/E.h index 729847bc..2856c3b9 100644 --- a/src/E.h +++ b/src/E.h @@ -2,8 +2,8 @@ /* Enlightenment - The Window Manager that dares to do what others don't */ /*****************************************************************************/ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/about.c b/src/about.c index f53ec90c..47fe5a73 100644 --- a/src/about.c +++ b/src/about.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/aclass.c b/src/aclass.c index a2834f0d..07737ed5 100644 --- a/src/aclass.c +++ b/src/aclass.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/aclass.h b/src/aclass.h index 3871a278..7e6346e6 100644 --- a/src/aclass.h +++ b/src/aclass.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/actions.c b/src/actions.c index 3c28147f..124dc7cc 100644 --- a/src/actions.c +++ b/src/actions.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/alert.c b/src/alert.c index 45489403..4f2e0e27 100644 --- a/src/alert.c +++ b/src/alert.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/alert.h b/src/alert.h index 84a6e726..d0888f1e 100644 --- a/src/alert.h +++ b/src/alert.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/arrange.c b/src/arrange.c index 698e8b9c..8f3622c8 100644 --- a/src/arrange.c +++ b/src/arrange.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/backgrounds.c b/src/backgrounds.c index f24503f0..89fa21a5 100644 --- a/src/backgrounds.c +++ b/src/backgrounds.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/backgrounds.h b/src/backgrounds.h index e014b954..b478be0b 100644 --- a/src/backgrounds.h +++ b/src/backgrounds.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/borders.c b/src/borders.c index e40234ef..0ecd4797 100644 --- a/src/borders.c +++ b/src/borders.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/borders.h b/src/borders.h index 1b1e93b3..f4d5896b 100644 --- a/src/borders.h +++ b/src/borders.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/buttons.c b/src/buttons.c index 5cfea937..2020f604 100644 --- a/src/buttons.c +++ b/src/buttons.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/buttons.h b/src/buttons.h index 223831f0..102100f2 100644 --- a/src/buttons.h +++ b/src/buttons.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/cmclass.c b/src/cmclass.c index 9a4145ed..ba896acf 100644 --- a/src/cmclass.c +++ b/src/cmclass.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/comms.c b/src/comms.c index b9a69454..1ad5d238 100644 --- a/src/comms.c +++ b/src/comms.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/conf.h b/src/conf.h index efc6631b..e1d9b04c 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/config.c b/src/config.c index 88ca23ff..0d5653cb 100644 --- a/src/config.c +++ b/src/config.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/container.c b/src/container.c index 95c95e59..3baaaa96 100644 --- a/src/container.c +++ b/src/container.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/container.h b/src/container.h index 3f65d7cf..c43fbdf9 100644 --- a/src/container.h +++ b/src/container.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/coords.c b/src/coords.c index 8ce83d44..88b1ebed 100644 --- a/src/coords.c +++ b/src/coords.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/cursors.c b/src/cursors.c index ebd969bc..9b9dbebc 100644 --- a/src/cursors.c +++ b/src/cursors.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/cursors.h b/src/cursors.h index 1c4e7c01..7335dcc0 100644 --- a/src/cursors.h +++ b/src/cursors.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/desktops.c b/src/desktops.c index bf62e885..06846694 100644 --- a/src/desktops.c +++ b/src/desktops.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/desktops.h b/src/desktops.h index 6678b624..c498ddd6 100644 --- a/src/desktops.h +++ b/src/desktops.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/dialog.c b/src/dialog.c index 15cbee7b..a88904b6 100644 --- a/src/dialog.c +++ b/src/dialog.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/dialog.h b/src/dialog.h index b2ada074..31d41571 100644 --- a/src/dialog.h +++ b/src/dialog.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/dock.c b/src/dock.c index d8c818c3..442a4db0 100644 --- a/src/dock.c +++ b/src/dock.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/draw.c b/src/draw.c index ba686d10..036b1715 100644 --- a/src/draw.c +++ b/src/draw.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/e16-ecore_hints.c b/src/e16-ecore_hints.c index 27b196f9..b43dd17c 100644 --- a/src/e16-ecore_hints.c +++ b/src/e16-ecore_hints.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/e16-ecore_hints.h b/src/e16-ecore_hints.h index 8ed6ce3f..9c61e893 100644 --- a/src/e16-ecore_hints.h +++ b/src/e16-ecore_hints.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/e16-ecore_list.c b/src/e16-ecore_list.c index 5f1978a5..982e8d18 100644 --- a/src/e16-ecore_list.c +++ b/src/e16-ecore_list.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler and various contributors (see AUTHORS) + * Copyright (C) 2000-2007 Carsten Haitzler and various contributors (see AUTHORS) * * Copyright (C) Nathan Ingersoll (author) * Copyright (C) Ibukun Olumuyiwa (ewd -> ecore) diff --git a/src/e16-ecore_list.h b/src/e16-ecore_list.h index 581903de..945d3ee2 100644 --- a/src/e16-ecore_list.h +++ b/src/e16-ecore_list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler and various contributors (see AUTHORS) + * Copyright (C) 2000-2007 Carsten Haitzler and various contributors (see AUTHORS) * * Copyright (C) Nathan Ingersoll (author) * Copyright (C) Ibukun Olumuyiwa (ewd -> ecore) diff --git a/src/ecompmgr.c b/src/ecompmgr.c index eab5335a..831c72ce 100644 --- a/src/ecompmgr.c +++ b/src/ecompmgr.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ecompmgr.h b/src/ecompmgr.h index 2ae518ff..a0453aad 100644 --- a/src/ecompmgr.h +++ b/src/ecompmgr.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/econfig.c b/src/econfig.c index 4fb8a954..659f0b7c 100644 --- a/src/econfig.c +++ b/src/econfig.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/econfig.h b/src/econfig.h index c1c83ee3..c3f6ad81 100644 --- a/src/econfig.h +++ b/src/econfig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/edebug.h b/src/edebug.h index f19e37dd..2908093b 100644 --- a/src/edebug.h +++ b/src/edebug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/edge.c b/src/edge.c index a86c7e44..7cbc7ef2 100644 --- a/src/edge.c +++ b/src/edge.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/eimage.c b/src/eimage.c index d585896b..d701c5bb 100644 --- a/src/eimage.c +++ b/src/eimage.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/eimage.h b/src/eimage.h index 5bb56a36..36472938 100644 --- a/src/eimage.h +++ b/src/eimage.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/emodule.c b/src/emodule.c index 79186d9e..32b37572 100644 --- a/src/emodule.c +++ b/src/emodule.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/emodule.h b/src/emodule.h index 520b7b84..fdacbbe7 100644 --- a/src/emodule.h +++ b/src/emodule.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/eobj.c b/src/eobj.c index a76b4c7d..714e221d 100644 --- a/src/eobj.c +++ b/src/eobj.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/eobj.h b/src/eobj.h index 703b7754..347d500f 100644 --- a/src/eobj.h +++ b/src/eobj.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/etypes.h b/src/etypes.h index 083d061e..d800b118 100644 --- a/src/etypes.h +++ b/src/etypes.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/events.c b/src/events.c index 03625d4c..4ce6723b 100644 --- a/src/events.c +++ b/src/events.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/events.h b/src/events.h index 7dc76f81..2aa00d15 100644 --- a/src/events.h +++ b/src/events.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ewin-ops.c b/src/ewin-ops.c index 9f5cf5dc..01fdeb54 100644 --- a/src/ewin-ops.c +++ b/src/ewin-ops.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ewin-ops.h b/src/ewin-ops.h index 7b11b6e4..78a57535 100644 --- a/src/ewin-ops.h +++ b/src/ewin-ops.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Kim Woelders + * Copyright (C) 2005-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ewins.c b/src/ewins.c index 4a5ef769..374880f4 100644 --- a/src/ewins.c +++ b/src/ewins.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ewins.h b/src/ewins.h index abfd821d..001d8755 100644 --- a/src/ewins.h +++ b/src/ewins.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ewmh.c b/src/ewmh.c index d9ade891..f3707b6c 100644 --- a/src/ewmh.c +++ b/src/ewmh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/extinitwin.c b/src/extinitwin.c index 7a1f4367..90fdb2ac 100644 --- a/src/extinitwin.c +++ b/src/extinitwin.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/file.c b/src/file.c index 356d18b6..9bb5fed1 100644 --- a/src/file.c +++ b/src/file.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/file.h b/src/file.h index 4a704625..c056c80a 100644 --- a/src/file.h +++ b/src/file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/finders.c b/src/finders.c index 4b8f01ff..01c6c911 100644 --- a/src/finders.c +++ b/src/finders.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/focus.c b/src/focus.c index a3aed71f..76e73217 100644 --- a/src/focus.c +++ b/src/focus.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/focus.h b/src/focus.h index 9e783ee8..bec84501 100644 --- a/src/focus.h +++ b/src/focus.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/fonts.c b/src/fonts.c index a843b615..260e6a21 100644 --- a/src/fonts.c +++ b/src/fonts.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/fx.c b/src/fx.c index 4a29739f..2c598704 100644 --- a/src/fx.c +++ b/src/fx.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/gnome.c b/src/gnome.c index ebc1c928..3e2e5ab6 100644 --- a/src/gnome.c +++ b/src/gnome.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/grabs.c b/src/grabs.c index 219ccb32..61f8330b 100644 --- a/src/grabs.c +++ b/src/grabs.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/grabs.h b/src/grabs.h index dc74b75e..ef1d1094 100644 --- a/src/grabs.h +++ b/src/grabs.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/groups.c b/src/groups.c index 5beeb5cf..64f5e6be 100644 --- a/src/groups.c +++ b/src/groups.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/groups.h b/src/groups.h index 3e4a51e1..c7a9f4af 100644 --- a/src/groups.h +++ b/src/groups.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/handlers.c b/src/handlers.c index 87c7e0ca..c6006fdd 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/hints.c b/src/hints.c index 1886ec3f..277fbacd 100644 --- a/src/hints.c +++ b/src/hints.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/hints.h b/src/hints.h index ba9a0c17..7bdeb56a 100644 --- a/src/hints.h +++ b/src/hints.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/hiwin.c b/src/hiwin.c index a7848b7a..58687ec1 100644 --- a/src/hiwin.c +++ b/src/hiwin.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/hiwin.h b/src/hiwin.h index 577c0d51..3f55e60d 100644 --- a/src/hiwin.h +++ b/src/hiwin.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Kim Woelders + * Copyright (C) 2005-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/icccm.c b/src/icccm.c index b0a33716..bfb43fe2 100644 --- a/src/icccm.c +++ b/src/icccm.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/iclass.c b/src/iclass.c index 38201247..6a3c7b13 100644 --- a/src/iclass.c +++ b/src/iclass.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/iclass.h b/src/iclass.h index 96c1434f..e6839071 100644 --- a/src/iclass.h +++ b/src/iclass.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/iconify.c b/src/iconify.c index 559a2c25..1a6d00a9 100644 --- a/src/iconify.c +++ b/src/iconify.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/icons.c b/src/icons.c index d316e08e..279ba09d 100644 --- a/src/icons.c +++ b/src/icons.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/icons.h b/src/icons.h index 55d736a4..74db4408 100644 --- a/src/icons.h +++ b/src/icons.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ipc.c b/src/ipc.c index 1f4aa628..c5a37849 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/lang.c b/src/lang.c index 2b595ab1..7491dbcb 100644 --- a/src/lang.c +++ b/src/lang.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/lang.h b/src/lang.h index 712c9d59..da5d9c7f 100644 --- a/src/lang.h +++ b/src/lang.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/main.c b/src/main.c index 8911fefc..6ed23323 100644 --- a/src/main.c +++ b/src/main.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/memory.c b/src/memory.c index 2d967bd8..3e79f3a4 100644 --- a/src/memory.c +++ b/src/memory.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2005-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2005-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/menus-misc.c b/src/menus-misc.c index ac7195b8..bfaa9bbe 100644 --- a/src/menus-misc.c +++ b/src/menus-misc.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/menus.c b/src/menus.c index 146fc94f..a146e4a8 100644 --- a/src/menus.c +++ b/src/menus.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/menus.h b/src/menus.h index 57cbbde2..62a74500 100644 --- a/src/menus.h +++ b/src/menus.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/misc.c b/src/misc.c index 8faf6156..00396986 100644 --- a/src/misc.c +++ b/src/misc.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/mod-misc.c b/src/mod-misc.c index fd13bded..08a1fea8 100644 --- a/src/mod-misc.c +++ b/src/mod-misc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/mod-trans.c b/src/mod-trans.c index fc4e07fb..c3800e68 100644 --- a/src/mod-trans.c +++ b/src/mod-trans.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2004-2006 Jaron Omega - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Jaron Omega + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/moveresize.c b/src/moveresize.c index c96a08d8..43d6b688 100644 --- a/src/moveresize.c +++ b/src/moveresize.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/mwm.c b/src/mwm.c index 53a59616..e8d0f503 100644 --- a/src/mwm.c +++ b/src/mwm.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/pager.c b/src/pager.c index d3444f6d..502eea84 100644 --- a/src/pager.c +++ b/src/pager.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/parse.c b/src/parse.c index 8843b725..d396aa43 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/parse.h b/src/parse.h index 1e3cfc19..95683d29 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/progress.c b/src/progress.c index 8c73f787..52b64f21 100644 --- a/src/progress.c +++ b/src/progress.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/progress.h b/src/progress.h index a370a637..9809b4aa 100644 --- a/src/progress.h +++ b/src/progress.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/regex.c b/src/regex.c index c1ab8ee6..97cc9489 100644 --- a/src/regex.c +++ b/src/regex.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/screen.c b/src/screen.c index c19771ad..93776ada 100644 --- a/src/screen.c +++ b/src/screen.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/screen.h b/src/screen.h index bf25ed7c..248fc3d1 100644 --- a/src/screen.h +++ b/src/screen.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/session.c b/src/session.c index 39686278..548b5068 100644 --- a/src/session.c +++ b/src/session.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/session.h b/src/session.h index 1abcc772..0eb5e178 100644 --- a/src/session.h +++ b/src/session.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/settings.c b/src/settings.c index 57a02deb..603f7f94 100644 --- a/src/settings.c +++ b/src/settings.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/settings.h b/src/settings.h index c0fe4064..1d3174ab 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/setup.c b/src/setup.c index 186efa2a..4c876b08 100644 --- a/src/setup.c +++ b/src/setup.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/size.c b/src/size.c index 60fc406b..c816f05d 100644 --- a/src/size.c +++ b/src/size.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2003-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2003-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/slideout.c b/src/slideout.c index 0e60efb0..3ec117f2 100644 --- a/src/slideout.c +++ b/src/slideout.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/snaps.c b/src/snaps.c index 0739e878..3b8a329c 100644 --- a/src/snaps.c +++ b/src/snaps.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/snaps.h b/src/snaps.h index e5014110..3d5fdcf0 100644 --- a/src/snaps.h +++ b/src/snaps.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2006 Kim Woelders + * Copyright (C) 2005-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/snprintf.c b/src/snprintf.c index 72f530c0..3b9a1fef 100644 --- a/src/snprintf.c +++ b/src/snprintf.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/sound.c b/src/sound.c index 0136de94..e1f8daba 100644 --- a/src/sound.c +++ b/src/sound.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/stacking.c b/src/stacking.c index 708d93a6..efa11786 100644 --- a/src/stacking.c +++ b/src/stacking.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/startup.c b/src/startup.c index 0786a748..4d7730a8 100644 --- a/src/startup.c +++ b/src/startup.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/systray.c b/src/systray.c index e5245af2..ee1b7a2e 100644 --- a/src/systray.c +++ b/src/systray.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/tclass.c b/src/tclass.c index d5ddb0f7..3c17215c 100644 --- a/src/tclass.c +++ b/src/tclass.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/tclass.h b/src/tclass.h index 9aa4c629..e79386d4 100644 --- a/src/tclass.h +++ b/src/tclass.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/text.c b/src/text.c index 354ee40f..df7f93aa 100644 --- a/src/text.c +++ b/src/text.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/theme.c b/src/theme.c index 1ae709df..4baa4dc5 100644 --- a/src/theme.c +++ b/src/theme.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/timers.c b/src/timers.c index f74e5a16..d5d0c723 100644 --- a/src/timers.c +++ b/src/timers.c @@ -1,5 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/timers.h b/src/timers.h index 53ed9090..9088eca6 100644 --- a/src/timers.h +++ b/src/timers.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/tooltips.c b/src/tooltips.c index 69b7b264..66c12313 100644 --- a/src/tooltips.c +++ b/src/tooltips.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/tooltips.h b/src/tooltips.h index 24cb8cc8..579b96ea 100644 --- a/src/tooltips.h +++ b/src/tooltips.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/ttfont.c b/src/ttfont.c index 7262b052..f92ce788 100644 --- a/src/ttfont.c +++ b/src/ttfont.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/user.c b/src/user.c index 8b8f7529..4a665bd2 100644 --- a/src/user.c +++ b/src/user.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/user.h b/src/user.h index 9d9ca17c..d0f1a753 100644 --- a/src/user.h +++ b/src/user.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/util.h b/src/util.h index c4fbbd53..a6b72f13 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/warp.c b/src/warp.c index 0a9322b1..d2ead69e 100644 --- a/src/warp.c +++ b/src/warp.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/windowmatch.c b/src/windowmatch.c index 5c3e6363..f4e9f289 100644 --- a/src/windowmatch.c +++ b/src/windowmatch.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2005-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2005-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/windowmatch.h b/src/windowmatch.h index 5047c3f3..18332dc5 100644 --- a/src/windowmatch.h +++ b/src/windowmatch.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2006-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/x.c b/src/x.c index 7aefe25a..d4fd6a9b 100644 --- a/src/x.c +++ b/src/x.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/xwin.h b/src/xwin.h index 158ddb02..61cf0277 100644 --- a/src/xwin.h +++ b/src/xwin.h @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to diff --git a/src/zoom.c b/src/zoom.c index 779fe2f5..91a4a9bc 100644 --- a/src/zoom.c +++ b/src/zoom.c @@ -1,6 +1,6 @@ /* - * Copyright (C) 2000-2006 Carsten Haitzler, Geoff Harrison and various contributors - * Copyright (C) 2004-2006 Kim Woelders + * Copyright (C) 2000-2007 Carsten Haitzler, Geoff Harrison and various contributors + * Copyright (C) 2004-2007 Kim Woelders * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to