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/python.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/scripts/python/CMakeLists.txt b/src/plugins/scripts/python/CMakeLists.txt index 4815a4e01..cb61b4e9a 100644 --- a/src/plugins/scripts/python/CMakeLists.txt +++ b/src/plugins/scripts/python/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2007 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2008 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 f59727f00..853803a12 100644 --- a/src/plugins/scripts/python/Makefile.am +++ b/src/plugins/scripts/python/Makefile.am @@ -1,4 +1,4 @@ -# Copyright (c) 2003-2007 FlashCode <flashcode@flashtux.org> +# Copyright (c) 2003-2008 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/python.c b/src/plugins/scripts/python/python.c index 383d90e30..ae29b1752 100644 --- a/src/plugins/scripts/python/python.c +++ b/src/plugins/scripts/python/python.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003-2007 by FlashCode <flashcode@flashtux.org> + * Copyright (c) 2003-2008 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 |