From 3853a076c63493f43e969cf4ddd2e642e92f02fb Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Tue, 31 Jul 2018 08:12:54 +0200 Subject: Update copyright header (fixes #372). --- sqlparse/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sqlparse/utils.py') diff --git a/sqlparse/utils.py b/sqlparse/utils.py index ffa029b..3283274 100644 --- a/sqlparse/utils.py +++ b/sqlparse/utils.py @@ -1,6 +1,7 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com +# Copyright (C) 2009-2018 the sqlparse authors and contributors +# # # This module is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause -- cgit v1.2.1