diff --git a/src/openflow/examples/openflow-switch.cc b/src/openflow/examples/openflow-switch.cc index a2c21bec9..05e09170b 100644 --- a/src/openflow/examples/openflow-switch.cc +++ b/src/openflow/examples/openflow-switch.cc @@ -1,4 +1,5 @@ /* + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; @@ -11,6 +12,9 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * Author: Blake Hurd + * Modified by: Josh Pelkey */ // Network topology diff --git a/src/openflow/examples/openflow-switch.py b/src/openflow/examples/openflow-switch.py index d39abc41b..7e6e77002 100644 --- a/src/openflow/examples/openflow-switch.py +++ b/src/openflow/examples/openflow-switch.py @@ -1,4 +1,5 @@ # +# # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 as # published by the Free Software Foundation; @@ -12,7 +13,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# Modified by: Gabriel Ferreira +# Author: Blake Hurd +# Modified by: Josh Pelkey +# Gabriel Ferreira # from ns import ns