diff options
author | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 14:56:34 +0200 |
---|---|---|
committer | Andi Albrecht <albrecht.andi@gmail.com> | 2016-09-14 14:56:34 +0200 |
commit | 4430c5c163d8b6ffc89d83b506c8a478037d26ea (patch) | |
tree | 692b89f4580c7c8d7d42ef80427a5fc1be6660dc /sqlparse/utils.py | |
parent | 358ad4b9754721f69c6b40333653bd84edb8634f (diff) | |
download | sqlparse-4430c5c163d8b6ffc89d83b506c8a478037d26ea.tar.gz |
Correct license link (fixes #288).
Diffstat (limited to 'sqlparse/utils.py')
-rw-r--r-- | sqlparse/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlparse/utils.py b/sqlparse/utils.py index c3542b8..ee3e982 100644 --- a/sqlparse/utils.py +++ b/sqlparse/utils.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 import itertools import re |