Added LICENSE
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Mon, 20 May 2013 15:15:29 +0000 (17:15 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Mon, 20 May 2013 15:15:29 +0000 (17:15 +0200)
commit4896d77f40a611a22f9f1f8f2ae0e63e9008fee1
tree59cd8fd22b984e235fa248698f35538975145621
parenteb111746f316ddd70f6eed77e432151c8ab96fe6
Added LICENSE
60 files changed:
COPYING [new file with mode: 0644]
LICENSE [deleted file]
examples/linux/ccnx/vlc_2_hosts.py [moved from examples/linux/ccnx/simple_topo.py with 87% similarity]
examples/linux/scalability.py
examples/omf/automated_vlc_experiment_plexus.py [moved from examples/automated_vlc_experiment_plexus.py with 82% similarity]
examples/omf/manual_vlc_experiment_plexus.py [moved from examples/manual_vlc_experiment_plexus.py with 81% similarity]
setup.py
src/nepi/__init__.py
src/nepi/design/__init__.py
src/nepi/design/box.py
src/nepi/execution/__init__.py
src/nepi/execution/attribute.py
src/nepi/execution/ec.py
src/nepi/execution/resource.py
src/nepi/execution/scheduler.py
src/nepi/execution/tags.py
src/nepi/execution/trace.py
src/nepi/resources/__init__.py
src/nepi/resources/linux/__init__.py
src/nepi/resources/linux/application.py
src/nepi/resources/linux/channel.py
src/nepi/resources/linux/debfuncs.py
src/nepi/resources/linux/interface.py
src/nepi/resources/linux/node.py
src/nepi/resources/linux/rpmfuncs.py
src/nepi/resources/netns/__init__.py
src/nepi/resources/ns3/__init__.py
src/nepi/resources/ns3/ns3wrapper.py
src/nepi/resources/ns3/ns3wrapper_server.py
src/nepi/resources/omf/__init__.py
src/nepi/resources/omf/application.py [moved from src/nepi/resources/omf/omf_application.py with 87% similarity]
src/nepi/resources/omf/channel.py [moved from src/nepi/resources/omf/omf_channel.py with 86% similarity]
src/nepi/resources/omf/interface.py [moved from src/nepi/resources/omf/omf_interface.py with 87% similarity]
src/nepi/resources/omf/messages_5_4.py [moved from src/nepi/resources/omf/omf_messages_5_4.py with 91% similarity]
src/nepi/resources/omf/node.py [moved from src/nepi/resources/omf/omf_node.py with 88% similarity]
src/nepi/resources/omf/omf_api.py
src/nepi/resources/omf/omf_client.py
src/nepi/resources/omf/xx_omf_resource.py
src/nepi/resources/planetlab/__init__.py
src/nepi/util/__init__.py
src/nepi/util/environ.py
src/nepi/util/execfuncs.py
src/nepi/util/guid.py
src/nepi/util/parallel.py
src/nepi/util/parser.py
src/nepi/util/plot.py
src/nepi/util/rmatcher.py
src/nepi/util/sfa_api.py
src/nepi/util/sfa_sfav1.py
src/nepi/util/sshfuncs.py
src/nepi/util/timefuncs.py
test/design/box.py
test/execution/ec.py
test/execution/resource.py
test/resources/linux/application.py
test/resources/linux/interface.py
test/resources/linux/node.py
test/resources/linux/test_utils.py
test/resources/ns3/ns3wrapper.py
test/resources/omf/vlc.py [moved from test/resources/omf/omf_vlc_exp.py with 94% similarity]