diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-15 00:37:22 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2021-06-15 00:37:22 +0100 |
| commit | 1d3a89a0bba621dc1cc9b32db6d241bd2da85ad1 (patch) | |
| tree | cc588eac9e6112a29698839f2e898d15e41fc38b /psycopg/error.h | |
| parent | af05c3a1ec8d90875cc3ff47cb721baafc8503f8 (diff) | |
| download | psycopg2-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 'psycopg/error.h')
| -rw-r--r-- | psycopg/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/error.h b/psycopg/error.h index 44b7619..3312899 100644 --- a/psycopg/error.h +++ b/psycopg/error.h @@ -1,7 +1,7 @@ /* error.h - definition for the psycopg base Error type * * Copyright (C) 2013-2019 Daniele Varrazzo <daniele.varrazzo@gmail.com> - * Copyright (C) 2020 The Psycopg Team + * Copyright (C) 2020-2021 The Psycopg Team * * This file is part of psycopg. * |
