summaryrefslogtreecommitdiff
path: root/clcommands.py
diff options
context:
space:
mode:
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>2011-03-28 19:14:53 +0200
committerNicolas Chauvat <nicolas.chauvat@logilab.fr>2011-03-28 19:14:53 +0200
commitcbc1b47f64412ff077ca619da5d5bf77bd73be0b (patch)
tree832c375450c08fe08cbdd774a88080567aeb31c5 /clcommands.py
parentf5c44cc62b240848f38618448c8eeb549ad54c79 (diff)
downloadlogilab-common-cbc1b47f64412ff077ca619da5d5bf77bd73be0b.tar.gz
[packaging] prepare 0.55.1logilab-common-version-0.55.1
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 b8f3806..f230bbb 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -1,4 +1,4 @@
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This file is part of logilab-common.
@@ -296,7 +296,7 @@ class ListCommandsCommand(Command):
_COMMANDS = CommandLine()
DEFAULT_COPYRIGHT = '''\
-Copyright (c) 2004-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+Copyright (c) 2004-2011 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''
@deprecated('use cls.register(cli)')