diff options
| author | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-03 13:47:04 -0700 |
|---|---|---|
| committer | Victor Uriarte <victor.m.uriarte@intel.com> | 2016-06-04 11:08:20 -0700 |
| commit | af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb (patch) | |
| tree | d98b9c5f5603bbd44bf337b1fe9cf2727d6095f8 /sqlparse/engine | |
| parent | d488a0c05ca9ec66097bb6ee702c3b50d68ae378 (diff) | |
| download | sqlparse-af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb.tar.gz | |
Add or Update copyright year to files
Diffstat (limited to 'sqlparse/engine')
| -rw-r--r-- | sqlparse/engine/__init__.py | 6 | ||||
| -rw-r--r-- | sqlparse/engine/filter.py | 5 | ||||
| -rw-r--r-- | sqlparse/engine/grouping.py | 5 |
3 files changed, 14 insertions, 2 deletions
diff --git a/sqlparse/engine/__init__.py b/sqlparse/engine/__init__.py index c6b8b0c..1c2bf09 100644 --- a/sqlparse/engine/__init__.py +++ b/sqlparse/engine/__init__.py @@ -1,7 +1,9 @@ -# Copyright (C) 2008 Andi Albrecht, albrecht.andi@gmail.com +# -*- coding: utf-8 -*- +# +# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com # # This module is part of python-sqlparse and is released under -# the BSD License: http://www.opensource.org/licenses/bsd-license.php. +# the BSD License: http://www.opensource.org/licenses/bsd-license.php """filter""" diff --git a/sqlparse/engine/filter.py b/sqlparse/engine/filter.py index adf48ad..71020e7 100644 --- a/sqlparse/engine/filter.py +++ b/sqlparse/engine/filter.py @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +# +# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com +# +# This module is part of python-sqlparse and is released under +# the BSD License: http://www.opensource.org/licenses/bsd-license.php from sqlparse.sql import Statement, Token from sqlparse import tokens as T diff --git a/sqlparse/engine/grouping.py b/sqlparse/engine/grouping.py index 7a93b5e..0ac1cb3 100644 --- a/sqlparse/engine/grouping.py +++ b/sqlparse/engine/grouping.py @@ -1,4 +1,9 @@ # -*- coding: utf-8 -*- +# +# Copyright (C) 2016 Andi Albrecht, albrecht.andi@gmail.com +# +# This module is part of python-sqlparse and is released under +# the BSD License: http://www.opensource.org/licenses/bsd-license.php from sqlparse import sql from sqlparse import tokens as T |
