Skip to content

Commit 3853a07

Browse files
committed
Update copyright header (fixes andialbrecht#372).
1 parent ceda430 commit 3853a07

25 files changed

+50
-25
lines changed

examples/column_defs_lowlevel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2016 Andi Albrecht, [email protected]
4+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
5+
# <see AUTHORS file>
56
#
67
# This example is part of python-sqlparse and is released under
78
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

examples/extract_table_names.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2016 Andi Albrecht, [email protected]
4+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
5+
# <see AUTHORS file>
56
#
67
# This example is part of python-sqlparse and is released under
78
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2016 Andi Albrecht, [email protected]
4+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
5+
# <see AUTHORS file>
56
#
67
# This setup script is part of python-sqlparse and is released under
78
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2016 Andi Albrecht, [email protected]
3+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
4+
# <see AUTHORS file>
45
#
56
# This module is part of python-sqlparse and is released under
67
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/__main__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2016 Andi Albrecht, [email protected]
4+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
5+
# <see AUTHORS file>
56
#
67
# This module is part of python-sqlparse and is released under
78
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/cli.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33
#
4-
# Copyright (C) 2016 Andi Albrecht, [email protected]
4+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
5+
# <see AUTHORS file>
56
#
67
# This module is part of python-sqlparse and is released under
78
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/compat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2016 Andi Albrecht, [email protected]
3+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
4+
# <see AUTHORS file>
45
#
56
# This module is part of python-sqlparse and is released under
67
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/engine/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2016 Andi Albrecht, [email protected]
3+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
4+
# <see AUTHORS file>
45
#
56
# This module is part of python-sqlparse and is released under
67
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/engine/filter_stack.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2016 Andi Albrecht, [email protected]
3+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
4+
# <see AUTHORS file>
45
#
56
# This module is part of python-sqlparse and is released under
67
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

sqlparse/engine/grouping.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# Copyright (C) 2016 Andi Albrecht, [email protected]
3+
# Copyright (C) 2009-2018 the sqlparse authors and contributors
4+
# <see AUTHORS file>
45
#
56
# This module is part of python-sqlparse and is released under
67
# the BSD License: https://opensource.org/licenses/BSD-3-Clause

0 commit comments

Comments
 (0)