summaryrefslogtreecommitdiff
path: root/clcommands.py
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2009-09-24 15:00:13 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2009-09-24 15:00:13 +0200
commit5d66c0cfc8db22a1946dc8cc63ee77440b950f45 (patch)
treef6d1959fd91ea191cbe85cb4f0f6cba04fbe3fdb /clcommands.py
parent7036bbe00c6c699eac86a65467c583ee901d754d (diff)
downloadlogilab-common-5d66c0cfc8db22a1946dc8cc63ee77440b950f45.tar.gz
update copyright
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'''