X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fomf%2Fapplication.py;fp=src%2Fnepi%2Fresources%2Fomf%2Fomf_application.py;h=ad52c89c87bac6463044d80e3e4974de715947f0;hb=4896d77f40a611a22f9f1f8f2ae0e63e9008fee1;hp=5196ecd0c302fd0e2d600cdefd040379d0c46ea2;hpb=eb111746f316ddd70f6eed77e432151c8ab96fe6;p=nepi.git diff --git a/src/nepi/resources/omf/omf_application.py b/src/nepi/resources/omf/application.py similarity index 87% rename from src/nepi/resources/omf/omf_application.py rename to src/nepi/resources/omf/application.py index 5196ecd0..ad52c89c 100644 --- a/src/nepi/resources/omf/omf_application.py +++ b/src/nepi/resources/omf/application.py @@ -1,4 +1,21 @@ -#!/usr/bin/env python +""" + 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 . + +""" from nepi.execution.resource import ResourceManager, clsinit from nepi.execution.attribute import Attribute, Flags