summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2020-10-07 08:54:27 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2020-10-07 08:54:27 +0200
commit10b0ec24cefc4e2c36a04e1250a0635051071f35 (patch)
treee08b0b000c200998498b2ee51eafea03cb48e3fd /setup.py
parent9a9c88701236406ce4d415ab40a84e3d0dc872d5 (diff)
downloadsqlparse-10b0ec24cefc4e2c36a04e1250a0635051071f35.tar.gz
Update copyright notice.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 135f981..ede0aff 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#
-# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This setup script is part of python-sqlparse and is released under