Skip to content

Commit 10b0ec2

Browse files
committed
Update copyright notice.
1 parent 9a9c887 commit 10b0ec2

24 files changed

+24
-24
lines changed

examples/column_defs_lowlevel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
3+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
44
# <see AUTHORS file>
55
#
66
# This example is part of python-sqlparse and is released under

examples/extract_table_names.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
3+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
44
# <see AUTHORS file>
55
#
66
# This example is part of python-sqlparse and is released under

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
3+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
44
# <see AUTHORS file>
55
#
66
# This setup script is part of python-sqlparse and is released under

sqlparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
2+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
33
# <see AUTHORS file>
44
#
55
# This module is part of python-sqlparse and is released under

sqlparse/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
3+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
44
# <see AUTHORS file>
55
#
66
# This module is part of python-sqlparse and is released under

sqlparse/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
#
3-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
3+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
44
# <see AUTHORS file>
55
#
66
# This module is part of python-sqlparse and is released under

sqlparse/engine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
2+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
33
# <see AUTHORS file>
44
#
55
# This module is part of python-sqlparse and is released under

sqlparse/engine/filter_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
2+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
33
# <see AUTHORS file>
44
#
55
# This module is part of python-sqlparse and is released under

sqlparse/engine/grouping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
2+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
33
# <see AUTHORS file>
44
#
55
# This module is part of python-sqlparse and is released under

sqlparse/engine/statement_splitter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2009-2018 the sqlparse authors and contributors
2+
# Copyright (C) 2009-2020 the sqlparse authors and contributors
33
# <see AUTHORS file>
44
#
55
# This module is part of python-sqlparse and is released under

0 commit comments

Comments
 (0)