diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-01-02 21:34:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-01-02 21:34:16 +0100 |
commit | efc7a588d641ea4a29fa9e9860e75dab4a1ec3b6 (patch) | |
tree | 5b9a0b7b1a5baadb99820fbe5dc03a7a213c00a9 /tests/scripts | |
parent | df4b9170f10c0f1e916b99f146a58ed5422b8ac5 (diff) | |
download | weechat-efc7a588d641ea4a29fa9e9860e75dab4a1ec3b6.zip |
core: update copyright dates
Diffstat (limited to 'tests/scripts')
-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 |
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py index aaa03157a..0ee094750 100644 --- a/tests/scripts/python/testapi.py +++ b/tests/scripts/python/testapi.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2021 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 5797861b7..28d42c0c9 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-2020 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2021 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 da480fe1e..53d809a91 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-2020 Sébastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2017-2021 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 756ae35a6..92aaca9fc 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-2020 Sébastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2017-2021 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * |