From 4430c5c163d8b6ffc89d83b506c8a478037d26ea Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Wed, 14 Sep 2016 14:56:34 +0200 Subject: Correct license link (fixes #288). --- sqlparse/compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlparse/compat.py') diff --git a/sqlparse/compat.py b/sqlparse/compat.py index 933e0be..15bf0bf 100644 --- a/sqlparse/compat.py +++ b/sqlparse/compat.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 """Python 2/3 compatibility. -- cgit v1.2.1