Fixing wrong license
[nepi.git] / doc / user_manual / faq.tex
index 5a3bfc1..d4e4efc 100644 (file)
@@ -1,12 +1,11 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
 %    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.
+%    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
@@ -107,12 +106,12 @@ hostname = # Host that can be accessed with an SSH account
 username = # SSH user account on host
 ssh_key = # Path to SSH public key file to access host
 
-node = ec.register_resource("LinuxNode")
-ec.set(node, "hostname", host)
-ec.set(node, "username", user)
+node = ec.register_resource("linux::Node")
+ec.set(node, "hostname", hostname)
+ec.set(node, "username", username)
 ec.set(node, "identity", ssh_key)
 
-app = ec.register_resource("LinuxApplication")
+app = ec.register_resource("linux::Application")
 ec.set(app, "command", "ping -c3 nepi.inria.fr")
 ec.register_connection(app, node)
 
@@ -136,7 +135,7 @@ NEPI was developed at INRIA, Sophia Antipolis France.
 A first prototype was implemented in 2010. 
 Versions 1.0 and 2.0 were released in 2011 and 2012, respectively. 
 The current version is 3.0, and it was completely redesigned and
-rewritten to broaden the scope, and to include several cool 
+rewritten to broaden the scope, and to include several  
 new features, which will be described in detail in this document.
 The following people has contributed to the project: