summaryrefslogtreecommitdiff
path: root/sqlparse/engine
diff options
context:
space:
mode:
Diffstat (limited to 'sqlparse/engine')
-rw-r--r--sqlparse/engine/__init__.py2
-rw-r--r--sqlparse/engine/filter_stack.py2
-rw-r--r--sqlparse/engine/grouping.py2
-rw-r--r--sqlparse/engine/statement_splitter.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/sqlparse/engine/__init__.py b/sqlparse/engine/__init__.py
index 67ecc6e..6d54d51 100644
--- a/sqlparse/engine/__init__.py
+++ b/sqlparse/engine/__init__.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This module is part of python-sqlparse and is released under
diff --git a/sqlparse/engine/filter_stack.py b/sqlparse/engine/filter_stack.py
index 295c2c1..9665a22 100644
--- a/sqlparse/engine/filter_stack.py
+++ b/sqlparse/engine/filter_stack.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This module is part of python-sqlparse and is released under
diff --git a/sqlparse/engine/grouping.py b/sqlparse/engine/grouping.py
index fd1b18d..175ae8e 100644
--- a/sqlparse/engine/grouping.py
+++ b/sqlparse/engine/grouping.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This module is part of python-sqlparse and is released under
diff --git a/sqlparse/engine/statement_splitter.py b/sqlparse/engine/statement_splitter.py
index afe53d0..a991959 100644
--- a/sqlparse/engine/statement_splitter.py
+++ b/sqlparse/engine/statement_splitter.py
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2009-2018 the sqlparse authors and contributors
+# Copyright (C) 2009-2020 the sqlparse authors and contributors
# <see AUTHORS file>
#
# This module is part of python-sqlparse and is released under