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/keywords.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sqlparse/keywords.py') 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 -- cgit v1.2.1