summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-25 15:44:00 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2010-08-25 15:44:00 +0200
commit534bee877103b438ea727818d3c38a12ea42f728 (patch)
tree7b1cd23e1b77cb47cf19714d6dd5103f88506840
parent46f649845c87006c28a14bfeae055ee17341e0b4 (diff)
downloadlogilab-common-534bee877103b438ea727818d3c38a12ea42f728.tar.gz
licensing information
-rw-r--r--hg.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/hg.py b/hg.py
index f9c4d69..406c856 100644
--- a/hg.py
+++ b/hg.py
@@ -1,3 +1,24 @@
+# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
+#
+# This file is part of logilab-common.
+#
+# logilab-common is free software: you can redistribute it and/or modify it under
+# the terms of the GNU Lesser General Public License as published by the Free
+# Software Foundation, either version 2.1 of the License, or (at your option) any
+# later version.
+#
+# logilab-common is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+# details.
+#
+# You should have received a copy of the GNU Lesser General Public License along
+# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
+"""mercurial utilities (mercurial should be installed)"""
+
+__docformat__ = "restructuredtext en"
+
import os.path as osp
try: