X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2F__init__.py;h=72fac8268dc35e9cd29dc21822ab1b9a6ac75876;hb=80aa1aca24da91d4d83afe122449513f9ddae699;hp=00e54fead1391fc690e8a5a1956ed4f8a03a9731;hpb=eb111746f316ddd70f6eed77e432151c8ab96fe6;p=nepi.git diff --git a/src/nepi/__init__.py b/src/nepi/__init__.py index 00e54fea..72fac826 100644 --- a/src/nepi/__init__.py +++ b/src/nepi/__init__.py @@ -1,3 +1,22 @@ +""" + NEPI, a framework to manage network experiments + Copyright (C) 2013 INRIA + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +""" + import logging import os import traceback