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/engine/__init__.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sqlparse/engine/__init__.py') 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""" -- cgit v1.2.1