summaryrefslogtreecommitdiff
path: root/psycopg/python.h
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 /psycopg/python.h
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 'psycopg/python.h')
-rw-r--r--psycopg/python.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/python.h b/psycopg/python.h
index 1276ecf..3922f88 100644
--- a/psycopg/python.h
+++ b/psycopg/python.h
@@ -1,6 +1,6 @@
/* python.h - python version compatibility stuff
*
- * Copyright (C) 2003-2010 Federico Di Gregorio <fog@debian.org>
+ * Copyright (C) 2003-2019 Federico Di Gregorio <fog@debian.org>
*
* This file is part of psycopg.
*