From 10b0ec24cefc4e2c36a04e1250a0635051071f35 Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Wed, 7 Oct 2020 08:54:27 +0200 Subject: Update copyright notice. --- examples/column_defs_lowlevel.py | 2 +- examples/extract_table_names.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/column_defs_lowlevel.py b/examples/column_defs_lowlevel.py index 2c5f3b8..11ff4f3 100644 --- a/examples/column_defs_lowlevel.py +++ b/examples/column_defs_lowlevel.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2009-2018 the sqlparse authors and contributors +# Copyright (C) 2009-2020 the sqlparse authors and contributors # # # This example is part of python-sqlparse and is released under diff --git a/examples/extract_table_names.py b/examples/extract_table_names.py index 4f6b4b0..9837806 100644 --- a/examples/extract_table_names.py +++ b/examples/extract_table_names.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright (C) 2009-2018 the sqlparse authors and contributors +# Copyright (C) 2009-2020 the sqlparse authors and contributors # # # This example is part of python-sqlparse and is released under -- cgit v1.2.1