From 382f9b3d95f05e119fd34b276ab92aca047b889f Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 6 Apr 2012 08:08:59 +0900 Subject: [PATCH] Use the original file license This file is based on code distributed under GPL3 or later so it should stick to the same license. Signed-off-by: FUJITA Tomonori --- ryu/app/wsapi.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ryu/app/wsapi.py b/ryu/app/wsapi.py index 6205565a..1b7b35fb 100644 --- a/ryu/app/wsapi.py +++ b/ryu/app/wsapi.py @@ -3,7 +3,8 @@ # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation, version 3 of the License +# the Free Software Foundation, version 3 of the License, or +# (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of