summaryrefslogtreecommitdiff
path: root/clcommands.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-01-26 10:20:59 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-01-26 10:20:59 +0100
commit0ac140c511190dcfe5db91c3fc16d17e7999a656 (patch)
treee7489250ca10ffbf4cfa257cb3ad5e02a85645dd /clcommands.py
parent7b6a2b4e1c0c15f49c2f0747a9ef4ed524b755a2 (diff)
downloadlogilab-common-0ac140c511190dcfe5db91c3fc16d17e7999a656.tar.gz
update copyrights
Diffstat (limited to 'clcommands.py')
-rw-r--r--clcommands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/clcommands.py b/clcommands.py
index c8586f1..8fb0ec7 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -4,7 +4,7 @@ one command.
e.g called as "tool command [options] args..." where <options> and <args> are
command'specific
-:copyright: 2003-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
:license: General Public License version 2 - http://www.gnu.org/licenses
"""
@@ -18,7 +18,7 @@ from logilab.common.configuration import Configuration
DEFAULT_COPYRIGHT = '''\
-Copyright (c) 2004-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+Copyright (c) 2004-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''