diff options
Diffstat (limited to 'sqlparse/exceptions.py')
-rw-r--r-- | sqlparse/exceptions.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sqlparse/exceptions.py b/sqlparse/exceptions.py index ec25afa..d2948ca 100644 --- a/sqlparse/exceptions.py +++ b/sqlparse/exceptions.py @@ -1,7 +1,9 @@ -# Copyright (C) 2012 Andi Albrecht, albrecht.andi@gmail.com +# -*- coding: utf-8 -*- +# +# 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 """Exceptions used in this package.""" |