summaryrefslogtreecommitdiff
path: root/tests/scripts
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-01-01 15:40:51 +0100
committerSébastien Helleu <flashcode@flashtux.org>2019-01-01 15:40:51 +0100
commit2b0057239b15204a787e8e81497e150d163089dd (patch)
treebc68bef635b2d4d15670e281f205ab09cfbff7e7 /tests/scripts
parent169a84384c7faa0e27c744cb7d0e606f69af90e2 (diff)
downloadweechat-2b0057239b15204a787e8e81497e150d163089dd.zip
core: update copyright dates
Diffstat (limited to 'tests/scripts')
-rw-r--r--tests/scripts/python/testapi.py2
-rwxr-xr-xtests/scripts/python/testapigen.py2
-rwxr-xr-xtests/scripts/python/unparse.py2
-rw-r--r--tests/scripts/test-scripts.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/scripts/python/testapi.py b/tests/scripts/python/testapi.py
index 2d75002bd..26ff6f27c 100644
--- a/tests/scripts/python/testapi.py
+++ b/tests/scripts/python/testapi.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2017-2018 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2019 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 25fa4fb72..f20c40c60 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-2018 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2019 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 f678763a4..23b07aec3 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-2018 Sébastien Helleu <flashcode@flashtux.org>
+# Copyright (C) 2017-2019 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 2426b83e7..b7c4a0d60 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-2018 Sébastien Helleu <flashcode@flashtux.org>
+ * Copyright (C) 2017-2019 Sébastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
*