Hi, To make further integration into IaaS OSS (OpenStack and CloudStack) easier, we switch to Apache 2.0 license.
I've just sent the diff stat since no interesting things are there. = COPYING | 674 ------------------------------------ LICENSE | 203 +++++++++++- README.rst | 2 +- bin/ryu-client | 19 +- bin/ryu-manager | 19 +- doc/source/getting_started.rst | 2 +- ryu/app/cbench.py | 14 + ryu/app/client.py | 19 +- ryu/app/event_dumper.py | 20 +- ryu/app/rest.py | 19 +- ryu/app/rest_nw_id.py | 20 +- ryu/app/simple_isolation.py | 19 +- ryu/app/simple_switch.py | 19 +- ryu/app/wsapi.py | 3 +- ryu/base/app_manager.py | 19 +- ryu/controller/__init__.py | 14 - ryu/controller/controller.py | 19 +- ryu/controller/dispatcher.py | 20 +- ryu/controller/dp_type.py | 19 +- ryu/controller/dpset.py | 19 +- ryu/controller/event.py | 20 +- ryu/controller/handler.py | 19 +- ryu/controller/mac_to_network.py | 19 +- ryu/controller/mac_to_port.py | 19 +- ryu/controller/network.py | 19 +- ryu/controller/ofp_event.py | 19 +- ryu/exception.py | 19 +- ryu/flags.py | 19 +- ryu/lib/mac.py | 20 +- ryu/lib/track_instances.py | 20 +- ryu/log.py | 19 +- ryu/ofproto/__init__.py | 19 +- ryu/ofproto/nx_match.py | 19 +- ryu/ofproto/ofproto_parser.py | 19 +- ryu/ofproto/ofproto_v1_0.py | 19 +- ryu/ofproto/ofproto_v1_0_parser.py | 19 +- ryu/ofproto/ofproto_v1_2.py | 19 +- ryu/ofproto/ofproto_v1_2_parser.py | 19 +- ryu/utils.py | 20 +- setup.py | 21 +- 40 files changed, 555 insertions(+), 993 deletions(-) ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
