Adding authors and correcting licence information
authorAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 29 May 2013 22:39:49 +0000 (00:39 +0200)
committerAlina Quereilhac <alina.quereilhac@inria.fr>
Wed, 29 May 2013 22:39:49 +0000 (00:39 +0200)
commit62a8f5c90afe9033f532206c811cff8ea76b2c09
treec31b4cdedc93140ab4a3b93da95eaf9904747934
parent414330e13af67326e28650bfcac99459799f8a62
Adding authors and correcting licence information
65 files changed:
examples/linux/ccnx/vlc_2_hosts.py [changed mode: 0644->0755]
examples/linux/scalability.py [changed mode: 0644->0755]
examples/omf/automated_vlc_experiment_plexus.py [changed mode: 0644->0755]
examples/omf/manual_vlc_experiment_plexus.py [changed mode: 0644->0755]
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
src/nepi/resources/omf/channel.py
src/nepi/resources/omf/interface.py
src/nepi/resources/omf/messages_5_4.py
src/nepi/resources/omf/node.py
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/resources/planetlab/node.py
src/nepi/resources/planetlab/plcapi.py
src/nepi/util/__init__.py
src/nepi/util/environ.py
src/nepi/util/execfuncs.py
src/nepi/util/guid.py
src/nepi/util/logger.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 [changed mode: 0644->0755]
test/resources/linux/interface.py [changed mode: 0644->0755]
test/resources/linux/node.py [changed mode: 0644->0755]
test/resources/linux/test_utils.py
test/resources/ns3/ns3wrapper.py [changed mode: 0644->0755]
test/resources/omf/vlc.py
test/resources/planetlab/plcapi.py [changed mode: 0644->0755]
test/util/parser.py
test/util/plot.py
test/util/sshfuncs.py [changed mode: 0644->0755]