summaryrefslogtreecommitdiff
path: root/tests/test_async.py
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-02-17 01:34:52 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-02-17 01:36:36 +0000
commit599432552aae4941c2b282e9251330f1357b2a45 (patch)
treeac98b65422d95ddec935cc11f060abf3a7fc2714 /tests/test_async.py
parentd177fa9bd01841193b06606ce2c396a945f86b0c (diff)
downloadpsycopg2-599432552aae4941c2b282e9251330f1357b2a45.tar.gz
Copyright year updated
ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
Diffstat (limited to 'tests/test_async.py')
-rwxr-xr-xtests/test_async.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_async.py b/tests/test_async.py
index 5e70337..894d810 100755
--- a/tests/test_async.py
+++ b/tests/test_async.py
@@ -3,7 +3,7 @@
# test_async.py - unit test for asynchronous API
#
-# Copyright (C) 2010-2011 Jan Urbański <wulczer@wulczer.org>
+# Copyright (C) 2010-2019 Jan Urbański <wulczer@wulczer.org>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published