Changing the copyright
This commit is contained in:
parent
12d775aa53
commit
ee35651ed1
2 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
--[[
|
--[[
|
||||||
LuCI - Lua Configuration Interface
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
@ -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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with 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 netmod = luci.model.network
|
||||||
|
|
||||||
local _, p
|
|
||||||
|
|
||||||
local proto = netmod:register_protocol("hso")
|
local proto = netmod:register_protocol("hso")
|
||||||
|
|
||||||
function proto.ifname(self)
|
function proto.ifname(self)
|
||||||
|
|
Loading…
Reference in a new issue