diff options
-rw-r--r-- | src/plugins/php/weechat-php-api.c | 2 | ||||
-rw-r--r-- | src/plugins/php/weechat-php-api.h | 2 | ||||
-rw-r--r-- | src/plugins/php/weechat-php.c | 2 | ||||
-rw-r--r-- | src/plugins/php/weechat-php.h | 2 | ||||
-rw-r--r-- | tests/scripts/python/testapi.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/testapigen.py | 2 | ||||
-rwxr-xr-x | tests/scripts/python/unparse.py | 2 | ||||
-rw-r--r-- | tests/scripts/test-scripts.cpp | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/src/plugins/php/weechat-php-api.c b/src/plugins/php/weechat-php-api.c index 6620543bd..2a4a55b9e 100644 --- a/src/plugins/php/weechat-php-api.c +++ b/src/plugins/php/weechat-php-api.c @@ -2,7 +2,7 @@ * weechat-php-api.c - PHP API functions * * Copyright (C) 2006-2017 Adam Saponara <as@php.net> - * Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/php/weechat-php-api.h b/src/plugins/php/weechat-php-api.h index 132340fee..45929ec4c 100644 --- a/src/plugins/php/weechat-php-api.h +++ b/src/plugins/php/weechat-php-api.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2017 Adam Saponara <as@php.net> - * Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/php/weechat-php.c b/src/plugins/php/weechat-php.c index 159f5aad2..a75d842fa 100644 --- a/src/plugins/php/weechat-php.c +++ b/src/plugins/php/weechat-php.c @@ -2,7 +2,7 @@ * weechat-php.c - PHP plugin for WeeChat * * Copyright (C) 2006-2017 Adam Saponara <as@php.net> - * Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/plugins/php/weechat-php.h b/src/plugins/php/weechat-php.h index 333840745..79f5f2fe3 100644 --- a/src/plugins/php/weechat-php.h +++ b/src/plugins/php/weechat-php.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2006-2017 Adam Saponara <as@php.net> - * Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index ea35ed256..eae2024ba 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2018 Sébastien Helleu <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/tests/scripts/python/testapigen.py b/tests/scripts/python/testapigen.py index 415898e99..bdab6eb72 100755 --- a/tests/scripts/python/testapigen.py +++ b/tests/scripts/python/testapigen.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2018 Sébastien Helleu <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/tests/scripts/python/unparse.py b/tests/scripts/python/unparse.py index 1e9bea96a..d0664e73a 100755 --- a/tests/scripts/python/unparse.py +++ b/tests/scripts/python/unparse.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2018 Sébastien Helleu <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/tests/scripts/test-scripts.cpp b/tests/scripts/test-scripts.cpp index 2af1a0124..eb6d545f9 100644 --- a/tests/scripts/test-scripts.cpp +++ b/tests/scripts/test-scripts.cpp @@ -1,7 +1,7 @@ /* * test-scripts.cpp - test scripting API * - * Copyright (C) 2017 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |