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/engine | |
| parent | 358ad4b9754721f69c6b40333653bd84edb8634f (diff) | |
| download | sqlparse-4430c5c163d8b6ffc89d83b506c8a478037d26ea.tar.gz | |
Correct license link (fixes #288).
Diffstat (limited to 'sqlparse/engine')
| -rw-r--r-- | sqlparse/engine/__init__.py | 2 | ||||
| -rw-r--r-- | sqlparse/engine/filter_stack.py | 2 | ||||
| -rw-r--r-- | sqlparse/engine/grouping.py | 2 | ||||
| -rw-r--r-- | sqlparse/engine/statement_splitter.py | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sqlparse/engine/__init__.py b/sqlparse/engine/__init__.py index 2c3599e..af27dee 100644 --- a/sqlparse/engine/__init__.py +++ b/sqlparse/engine/__init__.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 from sqlparse.engine import grouping from sqlparse.engine.filter_stack import FilterStack diff --git a/sqlparse/engine/filter_stack.py b/sqlparse/engine/filter_stack.py index e51c6f2..02cd901 100644 --- a/sqlparse/engine/filter_stack.py +++ b/sqlparse/engine/filter_stack.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 """filter""" diff --git a/sqlparse/engine/grouping.py b/sqlparse/engine/grouping.py index 258abc8..bae3e24 100644 --- a/sqlparse/engine/grouping.py +++ b/sqlparse/engine/grouping.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 from sqlparse import sql from sqlparse import tokens as T diff --git a/sqlparse/engine/statement_splitter.py b/sqlparse/engine/statement_splitter.py index ee0e9e1..6c5b599 100644 --- a/sqlparse/engine/statement_splitter.py +++ b/sqlparse/engine/statement_splitter.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 from sqlparse import sql, tokens as T |
