diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-03 19:31:55 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-01-03 19:31:55 +0100 |
commit | 2133eb30ff4bf9672e1fb870da07627154199b39 (patch) | |
tree | dcb86c5e750799ab0589566076b9fe4b76479f7d /src/gui/gtk | |
parent | 236374f0670d39065f29140867cb33eb98a94141 (diff) | |
download | weechat-2133eb30ff4bf9672e1fb870da07627154199b39.zip |
Update copyright dates
Diffstat (limited to 'src/gui/gtk')
-rw-r--r-- | src/gui/gtk/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/gui/gtk/Makefile.am | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-bar-window.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-chat.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-color.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-keyboard.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-main.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk-window.c | 2 | ||||
-rw-r--r-- | src/gui/gtk/gui-gtk.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/src/gui/gtk/CMakeLists.txt b/src/gui/gtk/CMakeLists.txt index 2f63c67f0..348ef2e16 100644 --- a/src/gui/gtk/CMakeLists.txt +++ b/src/gui/gtk/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2009 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index 26e654b08..42301e482 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2009 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/gui/gtk/gui-gtk-bar-window.c b/src/gui/gtk/gui-gtk-bar-window.c index 95a6e9850..562be9da5 100644 --- a/src/gui/gtk/gui-gtk-bar-window.c +++ b/src/gui/gtk/gui-gtk-bar-window.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk-chat.c b/src/gui/gtk/gui-gtk-chat.c index 2cdd395a7..363fecede 100644 --- a/src/gui/gtk/gui-gtk-chat.c +++ b/src/gui/gtk/gui-gtk-chat.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk-color.c b/src/gui/gtk/gui-gtk-color.c index b25e7baed..c38fcdae5 100644 --- a/src/gui/gtk/gui-gtk-color.c +++ b/src/gui/gtk/gui-gtk-color.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk-keyboard.c b/src/gui/gtk/gui-gtk-keyboard.c index e49c29610..78c7c3b6c 100644 --- a/src/gui/gtk/gui-gtk-keyboard.c +++ b/src/gui/gtk/gui-gtk-keyboard.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk-main.c b/src/gui/gtk/gui-gtk-main.c index eff99b2c2..b064b3d0b 100644 --- a/src/gui/gtk/gui-gtk-main.c +++ b/src/gui/gtk/gui-gtk-main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c index f0f9b9a3a..c329b1c9f 100644 --- a/src/gui/gtk/gui-gtk-window.c +++ b/src/gui/gtk/gui-gtk-window.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h index a7955cf13..954b74c77 100644 --- a/src/gui/gtk/gui-gtk.h +++ b/src/gui/gtk/gui-gtk.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2009 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> * See README for License detail, AUTHORS for developers list. * * This program is free software; you can redistribute it and/or modify |