diff options
Diffstat (limited to 'sqlparse/lexer.py')
-rw-r--r-- | sqlparse/lexer.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sqlparse/lexer.py b/sqlparse/lexer.py index d1b1699..66e0689 100644 --- a/sqlparse/lexer.py +++ b/sqlparse/lexer.py @@ -1,6 +1,7 @@ # -*- 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 module is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause |