summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 00:37:22 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2021-06-15 00:37:22 +0100
commit1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1 (patch)
treecc588eac9e6112a29698839f2e898d15e41fc38b /scripts
parentaf05c3a1ec8d90875cc3ff47cb721baafc8503f8 (diff)
downloadpsycopg2-1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1.tar.gz
Copyright year updated to 2021
ag -l Copyright | xargs sed -i \ "s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*Psycopg Team.*\)/\1-$(date +%Y)\3/I"
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/make_errorcodes.py2
-rwxr-xr-xscripts/make_errors.py2
-rwxr-xr-xscripts/refcounter.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/scripts/make_errorcodes.py b/scripts/make_errorcodes.py
index 6152db7..66ca87b 100755
--- a/scripts/make_errorcodes.py
+++ b/scripts/make_errorcodes.py
@@ -5,7 +5,7 @@ The script can be run at a new PostgreSQL release to refresh the module.
"""
# Copyright (C) 2010-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# 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/scripts/make_errors.py b/scripts/make_errors.py
index 0b4f0b1..fb22708 100755
--- a/scripts/make_errors.py
+++ b/scripts/make_errors.py
@@ -5,7 +5,7 @@ The script can be run at a new PostgreSQL release to refresh the module.
"""
# Copyright (C) 2018-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# 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/scripts/refcounter.py b/scripts/refcounter.py
index 6de2f6d..e916dfa 100755
--- a/scripts/refcounter.py
+++ b/scripts/refcounter.py
@@ -7,7 +7,7 @@ script exits with error 1.
"""
# Copyright (C) 2011-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com>
-# Copyright (C) 2020 The Psycopg Team
+# Copyright (C) 2020-2021 The Psycopg Team
#
# psycopg2 is free software: you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published