diff options
Diffstat (limited to 'sqlparse/sql.py')
| -rw-r--r-- | sqlparse/sql.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/sql.py b/sqlparse/sql.py index 06347a0..c0f8306 100644 --- a/sqlparse/sql.py +++ b/sqlparse/sql.py @@ -3,7 +3,7 @@ # 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: https://opensource.org/licenses/BSD-3-Clause """This module contains classes representing syntactical elements of SQL.""" from __future__ import print_function |
