Changing the copyright 263/head
authorStanislas Bertrand <stanislas.bertrand@gmail.com>
Mon, 5 Jan 2015 23:19:14 +0000 (00:19 +0100)
committerStanislas Bertrand <stanislas.bertrand@gmail.com>
Mon, 5 Jan 2015 23:19:14 +0000 (00:19 +0100)
protocols/hso/luasrc/model/cbi/admin_network/proto_hso.lua
protocols/hso/luasrc/model/network/proto_hso.lua

index 1515df1..cf90e62 100644 (file)
@@ -1,7 +1,7 @@
 --[[
 LuCI - Lua Configuration Interface
 
-Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
+Copyright 2015 Stanislas Bertrand <stanislasbertrand@gmail.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
index 5323e83..f734003 100644 (file)
@@ -1,7 +1,7 @@
 --[[
-LuCI - Network model - 3G, PPP, PPtP, PPPoE and PPPoA protocol extension
+LuCI - Network model - HSO protocol extension
 
-Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
+Copyright 2015 Stanislas Bertrand <stanislasbertrand@gmail.com>
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
@@ -19,8 +19,6 @@ limitations under the License.
 
 local netmod = luci.model.network
 
-local _, p
-
 local proto = netmod:register_protocol("hso")
 
 function proto.ifname(self)