diff options
Diffstat (limited to 'bin/sqlformat')
| -rwxr-xr-x | bin/sqlformat | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/sqlformat b/bin/sqlformat index 234393f..fa20ded 100755 --- a/bin/sqlformat +++ b/bin/sqlformat @@ -1,9 +1,10 @@ #!/usr/bin/env python - -# Copyright (C) 2008 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 import optparse import os |
