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/keywords.py | |
| parent | d488a0c05ca9ec66097bb6ee702c3b50d68ae378 (diff) | |
| download | sqlparse-af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb.tar.gz | |
Add or Update copyright year to files
Diffstat (limited to 'sqlparse/keywords.py')
| -rw-r--r-- | sqlparse/keywords.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sqlparse/keywords.py b/sqlparse/keywords.py index 9cda48a..c6db0a9 100644 --- a/sqlparse/keywords.py +++ b/sqlparse/keywords.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 tokens |
