X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Fresources%2Fns3%2Ftemplates%2Fresource_manager_template.txt;h=4ef2c1b453c1ff19ea0d015521a03003411a6487;hb=e55924b6886bd7382a28e1ae235c4810f852e163;hp=c3b6a582f487cea5e2a369a28ba8bab3b6cc5e41;hpb=3ea891e182293a3e39358192c66856a0f9e15329;p=nepi.git diff --git a/src/nepi/resources/ns3/templates/resource_manager_template.txt b/src/nepi/resources/ns3/templates/resource_manager_template.txt index c3b6a582..4ef2c1b4 100644 --- a/src/nepi/resources/ns3/templates/resource_manager_template.txt +++ b/src/nepi/resources/ns3/templates/resource_manager_template.txt @@ -3,9 +3,8 @@ # Copyright (C) 2014 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. +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -19,7 +18,7 @@ from nepi.execution.attribute import Attribute, Flags, Types from nepi.execution.trace import Trace, TraceAttr from nepi.execution.resource import ResourceManager, clsinit_copy, \ - ResourceState, reschedule_delay + ResourceState @clsinit_copy