summaryrefslogtreecommitdiff
path: root/psycopg/replication_message_type.c
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 /psycopg/replication_message_type.c
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 'psycopg/replication_message_type.c')
-rw-r--r--psycopg/replication_message_type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/replication_message_type.c b/psycopg/replication_message_type.c
index aeff12b..a137f84 100644
--- a/psycopg/replication_message_type.c
+++ b/psycopg/replication_message_type.c
@@ -1,7 +1,7 @@
/* replication_message_type.c - python interface to ReplcationMessage objects
*
* Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
- * Copyright (C) 2020 The Psycopg Team
+ * Copyright (C) 2020-2021 The Psycopg Team
*
* This file is part of psycopg.
*