summaryrefslogtreecommitdiff
path: root/tests/scripts/python
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:13:12 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-09-01 08:13:12 +0200
commit796859b8735a11bad9c6fec86a0ee63452f7b41b (patch)
treeeebe4cf7dacf3df4d77072200d29c27152377188 /tests/scripts/python
parent533dbf972d36d08a8b8dfc5da092bf405a4d052b (diff)
downloadweechat-796859b8735a11bad9c6fec86a0ee63452f7b41b.zip
core: fix copyright dates
Diffstat (limited to 'tests/scripts/python')
-rw-r--r--tests/scripts/python/testapi.py2
-rwxr-xr-xtests/scripts/python/testapigen.py2
-rwxr-xr-xtests/scripts/python/unparse.py2
3 files changed, 3 insertions, 3 deletions
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