diff options
Diffstat (limited to 'sqlparse/lexer.py')
| -rw-r--r-- | sqlparse/lexer.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sqlparse/lexer.py b/sqlparse/lexer.py index bb7fb48..84c8e78 100644 --- a/sqlparse/lexer.py +++ b/sqlparse/lexer.py @@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- - -# Copyright (C) 2008 Andi Albrecht, albrecht.andi@gmail.com +# +# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com # # This module is part of python-sqlparse and is released under -# the BSD License: http://www.opensource.org/licenses/bsd-license.php. +# the BSD License: http://www.opensource.org/licenses/bsd-license.php """SQL Lexer""" |
