summaryrefslogtreecommitdiff
path: root/sqlparse/tokens.py
diff options
context:
space:
mode:
authorVictor Uriarte <victor.m.uriarte@intel.com>2016-06-03 13:47:04 -0700
committerVictor Uriarte <victor.m.uriarte@intel.com>2016-06-04 11:08:20 -0700
commitaf2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb (patch)
treed98b9c5f5603bbd44bf337b1fe9cf2727d6095f8 /sqlparse/tokens.py
parentd488a0c05ca9ec66097bb6ee702c3b50d68ae378 (diff)
downloadsqlparse-af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb.tar.gz
Add or Update copyright year to files
Diffstat (limited to 'sqlparse/tokens.py')
-rw-r--r--sqlparse/tokens.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/sqlparse/tokens.py b/sqlparse/tokens.py
index b259627..73868b6 100644
--- a/sqlparse/tokens.py
+++ b/sqlparse/tokens.py
@@ -1,8 +1,10 @@
-# 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
+#
# The Token implementation is based on pygment's token system written
# by Georg Brandl.
# http://pygments.org/