diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-02-17 01:34:52 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-02-17 01:36:36 +0000 |
commit | 599432552aae4941c2b282e9251330f1357b2a45 (patch) | |
tree | ac98b65422d95ddec935cc11f060abf3a7fc2714 /scripts/make_errors.py | |
parent | d177fa9bd01841193b06606ce2c396a945f86b0c (diff) |
Copyright year updated
ag -l Copyright | xargs sed -i \
"s/\(.*copyright (C) [0-9]\+\)\(-[0-9]\+\)\?\(.*\)/\1-$(date +%Y)\3/I"
Diffstat (limited to 'scripts/make_errors.py')
-rwxr-xr-x | scripts/make_errors.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_errors.py b/scripts/make_errors.py index 8e5f4f38..91c07780 100755 --- a/scripts/make_errors.py +++ b/scripts/make_errors.py @@ -4,7 +4,7 @@ The script can be run at a new PostgreSQL release to refresh the 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 |