diff options
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | doc/source/getting_started.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -14,7 +14,7 @@ Ryu Official site is `<http://www.osrg.net/ryu/>`_. Overview ======== Ryu is an open-sourced Network Operating System (NOS) licensed under -GPL v3. It's fully written in Python. +Apache v2.0. It's fully written in Python. Ryu aims to provide a logically centralized control and well defined API that make it easy for operators to create new network management diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index dcd5fdd2..de7c0df4 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -6,7 +6,7 @@ Getting Started Overview/What's Ryu the Network Operating System ================================================ -Ryu is an open-sourced Network Operating System which is licensed under GPL v3. +Ryu is an open-sourced Network Operating System which is licensed under Apache v2.0. It supports openflow protocol. If you are not familiar with Software Defined Network(SDN) and |