From af2a3fa7eb75c534ca76b8c0cc2ca6731fdb2efb Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Fri, 3 Jun 2016 13:47:04 -0700 Subject: Add or Update copyright year to files --- sqlparse/utils.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sqlparse/utils.py') diff --git a/sqlparse/utils.py b/sqlparse/utils.py index 90acb5c..2513c26 100644 --- a/sqlparse/utils.py +++ b/sqlparse/utils.py @@ -1,3 +1,10 @@ +# -*- 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 + import itertools import re from collections import OrderedDict, deque -- cgit v1.2.1