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/engine/__init__.py | 3 ++- sqlparse/engine/filter_stack.py | 3 ++- sqlparse/engine/grouping.py | 3 ++- sqlparse/engine/statement_splitter.py | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'sqlparse/engine') diff --git a/sqlparse/engine/__init__.py b/sqlparse/engine/__init__.py index af27dee..0b3f3eb 100644 --- a/sqlparse/engine/__init__.py +++ b/sqlparse/engine/__init__.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 diff --git a/sqlparse/engine/filter_stack.py b/sqlparse/engine/filter_stack.py index 02cd901..fc77fd6 100644 --- a/sqlparse/engine/filter_stack.py +++ b/sqlparse/engine/filter_stack.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 diff --git a/sqlparse/engine/grouping.py b/sqlparse/engine/grouping.py index 5078389..2cc7601 100644 --- a/sqlparse/engine/grouping.py +++ b/sqlparse/engine/grouping.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 diff --git a/sqlparse/engine/statement_splitter.py b/sqlparse/engine/statement_splitter.py index 87fe993..d610b5e 100644 --- a/sqlparse/engine/statement_splitter.py +++ b/sqlparse/engine/statement_splitter.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