summaryrefslogtreecommitdiff
path: root/pyro_ext.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyro_ext.py')
-rw-r--r--pyro_ext.py21
1 files changed, 19 insertions, 2 deletions
diff --git a/pyro_ext.py b/pyro_ext.py
index eb001bc..9c27d4c 100644
--- a/pyro_ext.py
+++ b/pyro_ext.py
@@ -1,3 +1,20 @@
+# 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 Foobar. If not, see <http://www.gnu.org/licenses/>.
"""Python Remote Object utilities
Main functions available:
@@ -8,8 +25,8 @@ Main functions available:
* `ns_get_proxy` get a pyro proxy from a nameserver object identifier.
:organization: Logilab
-:copyright: 2009-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
-:contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
+
+
"""
__docformat__ = "restructuredtext en"