diff options
Diffstat (limited to 'src/plugins/scripts/python')
-rw-r--r-- | src/plugins/scripts/python/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/scripts/python/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/scripts/python/weechat-python-api.c | 2 | ||||
-rw-r--r-- | src/plugins/scripts/python/weechat-python-api.h | 2 | ||||
-rw-r--r-- | src/plugins/scripts/python/weechat-python.c | 2 | ||||
-rw-r--r-- | src/plugins/scripts/python/weechat-python.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/plugins/scripts/python/CMakeLists.txt b/src/plugins/scripts/python/CMakeLists.txt index 004fa190a..8495c3290 100644 --- a/src/plugins/scripts/python/CMakeLists.txt +++ b/src/plugins/scripts/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2009 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/plugins/scripts/python/Makefile.am b/src/plugins/scripts/python/Makefile.am index a63fabb2c..d40e48359 100644 --- a/src/plugins/scripts/python/Makefile.am +++ b/src/plugins/scripts/python/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2008 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2009 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/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index d4097b242..c400e0997 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 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/plugins/scripts/python/weechat-python-api.h b/src/plugins/scripts/python/weechat-python-api.h index 404a92182..8b56e565c 100644 --- a/src/plugins/scripts/python/weechat-python-api.h +++ b/src/plugins/scripts/python/weechat-python-api.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 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/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index 721f7dcdf..8865532c9 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 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/plugins/scripts/python/weechat-python.h b/src/plugins/scripts/python/weechat-python.h index d973ec38a..a506c0763 100644 --- a/src/plugins/scripts/python/weechat-python.h +++ b/src/plugins/scripts/python/weechat-python.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2008 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2009 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 |