diff options
Diffstat (limited to 'applications/luci-app-p2pblock/luasrc')
-rw-r--r-- | applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua | 2 | ||||
-rw-r--r-- | applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua b/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua index 695b5a1dea..eaedda282a 100644 --- a/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua +++ b/applications/luci-app-p2pblock/luasrc/controller/ff_p2pblock.lua @@ -1,4 +1,4 @@ --- Copyright 2009 Jo-Philipp Wich <xm@subsignal.org> +-- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.controller.ff_p2pblock", package.seeall) diff --git a/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua b/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua index ce316ffeb3..1f21429c0d 100644 --- a/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua +++ b/applications/luci-app-p2pblock/luasrc/model/cbi/luci_fw/p2pblock.lua @@ -1,4 +1,4 @@ --- Copyright 2009 Jo-Philipp Wich <xm@subsignal.org> +-- Copyright 2009 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. local sys = require "luci.sys" |