From 534bee877103b438ea727818d3c38a12ea42f728 Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Wed, 25 Aug 2010 15:44:00 +0200 Subject: licensing information --- hg.py | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'hg.py') 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 . +"""mercurial utilities (mercurial should be installed)""" + +__docformat__ = "restructuredtext en" + import os.path as osp try: -- cgit v1.2.1