summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2018-07-31 08:12:54 +0200
committerAndi Albrecht <albrecht.andi@gmail.com>2018-07-31 08:12:54 +0200
commit3853a076c63493f43e969cf4ddd2e642e92f02fb (patch)
tree94b77da1cf704ccd2aee446cc23c2f4c0ab8b545 /setup.py
parentceda430172967e5edf64434fd6831acf577ce7f9 (diff)
downloadsqlparse-3853a076c63493f43e969cf4ddd2e642e92f02fb.tar.gz
Update copyright header (fixes #372).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 65578af..f1eec62 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
-# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com
+# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# <see AUTHORS file>
#
# This setup script is part of python-sqlparse and is released under
# the BSD License: https://opensource.org/licenses/BSD-3-Clause