summaryrefslogtreecommitdiff
path: root/clcommands.py
diff options
context:
space:
mode:
authorSylvain <syt@logilab.fr>2007-03-06 15:01:20 +0100
committerSylvain <syt@logilab.fr>2007-03-06 15:01:20 +0100
commit9b6590fc20ac401f10fafcbfd93188bd7a9f76c6 (patch)
tree198a477fd48cfe0bec8e028d5e88d5a53caf04be /clcommands.py
parent9d434c15d951d0acb34b43e1c54bc5072f23672c (diff)
downloadlogilab-common-9b6590fc20ac401f10fafcbfd93188bd7a9f76c6.tar.gz
replace - by _ in dot node id
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 54bd6ff..8d3676f 100644
--- a/clcommands.py
+++ b/clcommands.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2006 LOGILAB S.A. (Paris, FRANCE).
+# Copyright (c) 2004-2007 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
#
# This program is free software; you can redistribute it and/or modify it under
@@ -26,7 +26,7 @@ from logilab.common.configuration import Configuration
DEFAULT_COPYRIGHT = '''\
-Copyright (c) 2004-2006 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+Copyright (c) 2004-2007 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
http://www.logilab.fr/ -- mailto:contact@logilab.fr'''