summaryrefslogtreecommitdiff
path: root/tests
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
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')
-rwxr-xr-xtests/__init__.py2
-rwxr-xr-xtests/test_async.py2
-rwxr-xr-xtests/test_async_keyword.py2
-rwxr-xr-xtests/test_bugX000.py2
-rwxr-xr-xtests/test_bug_gc.py2
-rwxr-xr-xtests/test_cancel.py2
-rwxr-xr-xtests/test_connection.py2
-rwxr-xr-xtests/test_copy.py2
-rwxr-xr-xtests/test_cursor.py2
-rwxr-xr-xtests/test_dates.py2
-rwxr-xr-xtests/test_errcodes.py2
-rwxr-xr-xtests/test_errors.py2
-rwxr-xr-xtests/test_extras_dictcursor.py2
-rwxr-xr-xtests/test_fast_executemany.py2
-rwxr-xr-xtests/test_green.py2
-rwxr-xr-xtests/test_ipaddress.py2
-rwxr-xr-xtests/test_lobject.py2
-rwxr-xr-xtests/test_module.py2
-rwxr-xr-xtests/test_notify.py2
-rwxr-xr-xtests/test_psycopg2_dbapi20.py2
-rwxr-xr-xtests/test_quote.py2
-rwxr-xr-xtests/test_replication.py2
-rwxr-xr-xtests/test_sql.py2
-rwxr-xr-xtests/test_transaction.py2
-rwxr-xr-xtests/test_types_basic.py2
-rwxr-xr-xtests/test_types_extras.py2
-rwxr-xr-xtests/test_with.py2
-rw-r--r--tests/testutils.py2
28 files changed, 28 insertions, 28 deletions
diff --git a/tests/__init__.py b/tests/__init__.py
index 5c57849..cad2a9a 100755
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -2,7 +2,7 @@
# psycopg2 test suite
#
-# Copyright (C) 2007-2011 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.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
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
diff --git a/tests/test_async_keyword.py b/tests/test_async_keyword.py
index 86a4ad2..7a2e040 100755
--- a/tests/test_async_keyword.py
+++ b/tests/test_async_keyword.py
@@ -3,7 +3,7 @@
# test_async_keyword.py - test for objects using 'async' as attribute/param
#
-# Copyright (C) 2017 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2017-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_bugX000.py b/tests/test_bugX000.py
index 1ab3cfd..8ad025d 100755
--- a/tests/test_bugX000.py
+++ b/tests/test_bugX000.py
@@ -2,7 +2,7 @@
# bugX000.py - test for DateTime object allocation bug
#
-# Copyright (C) 2007-2011 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_bug_gc.py b/tests/test_bug_gc.py
index c04756b..6bfd70a 100755
--- a/tests/test_bug_gc.py
+++ b/tests/test_bug_gc.py
@@ -2,7 +2,7 @@
# bug_gc.py - test for refcounting/GC bug
#
-# Copyright (C) 2010-2011 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2010-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_cancel.py b/tests/test_cancel.py
index d257f3d..cc17be7 100755
--- a/tests/test_cancel.py
+++ b/tests/test_cancel.py
@@ -3,7 +3,7 @@
# test_cancel.py - unit test for query cancellation
#
-# 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
diff --git a/tests/test_connection.py b/tests/test_connection.py
index 24f2e22..e60b7dd 100755
--- a/tests/test_connection.py
+++ b/tests/test_connection.py
@@ -2,7 +2,7 @@
# test_connection.py - unit test for connection attributes
#
-# Copyright (C) 2008-2011 James Henstridge <james@jamesh.id.au>
+# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_copy.py b/tests/test_copy.py
index 11ab492..e800aed 100755
--- a/tests/test_copy.py
+++ b/tests/test_copy.py
@@ -2,7 +2,7 @@
# test_copy.py - unit test for COPY support
#
-# Copyright (C) 2010-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_cursor.py b/tests/test_cursor.py
index 82338d3..6b5b5f8 100755
--- a/tests/test_cursor.py
+++ b/tests/test_cursor.py
@@ -2,7 +2,7 @@
# test_cursor.py - unit test for cursor attributes
#
-# Copyright (C) 2010-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_dates.py b/tests/test_dates.py
index 4c2ba84..95f4090 100755
--- a/tests/test_dates.py
+++ b/tests/test_dates.py
@@ -2,7 +2,7 @@
# test_dates.py - unit test for dates handling
#
-# Copyright (C) 2008-2011 James Henstridge <james@jamesh.id.au>
+# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_errcodes.py b/tests/test_errcodes.py
index 34d214b..c510f72 100755
--- a/tests/test_errcodes.py
+++ b/tests/test_errcodes.py
@@ -2,7 +2,7 @@
# test_errcodes.py - unit test for psycopg2.errcodes module
#
-# Copyright (C) 2015 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_errors.py b/tests/test_errors.py
index e8c61a8..4369960 100755
--- a/tests/test_errors.py
+++ b/tests/test_errors.py
@@ -2,7 +2,7 @@
# test_errors.py - unit test for psycopg2.errors module
#
-# Copyright (C) 2018 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_extras_dictcursor.py b/tests/test_extras_dictcursor.py
index 92a25b6..c1aa9ae 100755
--- a/tests/test_extras_dictcursor.py
+++ b/tests/test_extras_dictcursor.py
@@ -2,7 +2,7 @@
#
# extras_dictcursor - test if DictCursor extension class works
#
-# Copyright (C) 2004-2010 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_fast_executemany.py b/tests/test_fast_executemany.py
index 661089a..a7a9a5f 100755
--- a/tests/test_fast_executemany.py
+++ b/tests/test_fast_executemany.py
@@ -2,7 +2,7 @@
#
# test_fast_executemany.py - tests for fast executemany implementations
#
-# Copyright (C) 2017 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2017-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_green.py b/tests/test_green.py
index 491a720..0ef37ff 100755
--- a/tests/test_green.py
+++ b/tests/test_green.py
@@ -2,7 +2,7 @@
# test_green.py - unit test for async wait callback
#
-# Copyright (C) 2010-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_ipaddress.py b/tests/test_ipaddress.py
index bd87ef3..ca7031a 100755
--- a/tests/test_ipaddress.py
+++ b/tests/test_ipaddress.py
@@ -2,7 +2,7 @@
#
# test_ipaddress.py - tests for ipaddress support
#
-# Copyright (C) 2016 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_lobject.py b/tests/test_lobject.py
index 291a734..e91a2d0 100755
--- a/tests/test_lobject.py
+++ b/tests/test_lobject.py
@@ -2,7 +2,7 @@
# test_lobject.py - unit test for large objects support
#
-# Copyright (C) 2008-2011 James Henstridge <james@jamesh.id.au>
+# Copyright (C) 2008-2019 James Henstridge <james@jamesh.id.au>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_module.py b/tests/test_module.py
index b5cbb7b..41d8d6d 100755
--- a/tests/test_module.py
+++ b/tests/test_module.py
@@ -2,7 +2,7 @@
# test_module.py - unit test for the module interface
#
-# Copyright (C) 2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_notify.py b/tests/test_notify.py
index b0196e7..127eb06 100755
--- a/tests/test_notify.py
+++ b/tests/test_notify.py
@@ -2,7 +2,7 @@
# test_notify.py - unit test for async notifications
#
-# Copyright (C) 2010-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_psycopg2_dbapi20.py b/tests/test_psycopg2_dbapi20.py
index 183c40f..46f3ceb 100755
--- a/tests/test_psycopg2_dbapi20.py
+++ b/tests/test_psycopg2_dbapi20.py
@@ -2,7 +2,7 @@
# test_psycopg2_dbapi20.py - DB API conformance test for psycopg2
#
-# Copyright (C) 2006-2011 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2006-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_quote.py b/tests/test_quote.py
index b4679cd..4a8db04 100755
--- a/tests/test_quote.py
+++ b/tests/test_quote.py
@@ -2,7 +2,7 @@
# test_quote.py - unit test for strings quoting
#
-# Copyright (C) 2007-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2007-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_replication.py b/tests/test_replication.py
index f686d2b..18175b3 100755
--- a/tests/test_replication.py
+++ b/tests/test_replication.py
@@ -2,7 +2,7 @@
# test_replication.py - unit test for replication protocol
#
-# Copyright (C) 2015 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2015-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_sql.py b/tests/test_sql.py
index 6d684a9..cc7f6cd 100755
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -2,7 +2,7 @@
# test_sql.py - tests for the psycopg2.sql module
#
-# Copyright (C) 2016 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2016-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/test_transaction.py b/tests/test_transaction.py
index b3648fe..b48633f 100755
--- a/tests/test_transaction.py
+++ b/tests/test_transaction.py
@@ -2,7 +2,7 @@
# test_transaction - unit test on transaction behaviour
#
-# Copyright (C) 2007-2011 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2007-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_types_basic.py b/tests/test_types_basic.py
index b5660b6..9f1fd6d 100755
--- a/tests/test_types_basic.py
+++ b/tests/test_types_basic.py
@@ -2,7 +2,7 @@
#
# types_basic.py - tests for basic types conversions
#
-# Copyright (C) 2004-2010 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2004-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_types_extras.py b/tests/test_types_extras.py
index 81b74df..2b99678 100755
--- a/tests/test_types_extras.py
+++ b/tests/test_types_extras.py
@@ -2,7 +2,7 @@
#
# types_extras.py - tests for extras types conversions
#
-# Copyright (C) 2008-2010 Federico Di Gregorio <fog@debian.org>
+# Copyright (C) 2008-2019 Federico Di Gregorio <fog@debian.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
diff --git a/tests/test_with.py b/tests/test_with.py
index ced425d..df95b92 100755
--- a/tests/test_with.py
+++ b/tests/test_with.py
@@ -2,7 +2,7 @@
# test_ctxman.py - unit test for connection and cursor used as context manager
#
-# Copyright (C) 2012 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2012-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published
diff --git a/tests/testutils.py b/tests/testutils.py
index 227c044..24e52f1 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -1,7 +1,7 @@
# testutils.py - utility module for psycopg2 testing.
#
-# Copyright (C) 2010-2011 Daniele Varrazzo <daniele.varrazzo@gmail.com>
+# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published