summaryrefslogtreecommitdiff
path: root/clcommands.py
diff options
context:
space:
mode:
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 9f722b0..fe190f2 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-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+:copyright: 2003-2009 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-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+Copyright (c) 2004-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''