From a2dc9519160c77881c6c4a751a7ceeefc24e9ce4 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sun, 2 Jan 2011 00:27:12 +0100 Subject: Removed year of copyright. --- utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 4832914c..67849e0a 100755 --- a/utils.py +++ b/utils.py @@ -22,7 +22,7 @@ __author__ = "Cedric Bonhomme" __version__ = "$Revision: 1.1 $" __date__ = "$Date: 2010/12/07 $" -__copyright__ = "Copyright (c) 2010 Cedric Bonhomme" +__copyright__ = "Copyright (c) Cedric Bonhomme" __license__ = "GPLv3" import re -- cgit