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). --- examples/column_defs_lowlevel.py | 3 ++- examples/extract_table_names.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/column_defs_lowlevel.py b/examples/column_defs_lowlevel.py index a027f54..eb28992 100644 --- a/examples/column_defs_lowlevel.py +++ b/examples/column_defs_lowlevel.py @@ -1,7 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com +# Copyright (C) 2009-2018 the sqlparse authors and contributors +# # # This example is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause diff --git a/examples/extract_table_names.py b/examples/extract_table_names.py index 31d78fb..a3ca333 100644 --- a/examples/extract_table_names.py +++ b/examples/extract_table_names.py @@ -1,7 +1,8 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com +# Copyright (C) 2009-2018 the sqlparse authors and contributors +# # # This example is part of python-sqlparse and is released under # the BSD License: https://opensource.org/licenses/BSD-3-Clause -- cgit v1.2.1