diff options
Diffstat (limited to 'modules/luci-base/luasrc/tools')
-rw-r--r-- | modules/luci-base/luasrc/tools/proto.lua | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/tools/status.lua | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/tools/webadmin.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/luci-base/luasrc/tools/proto.lua b/modules/luci-base/luasrc/tools/proto.lua index a2e20880a5..147688d2ca 100644 --- a/modules/luci-base/luasrc/tools/proto.lua +++ b/modules/luci-base/luasrc/tools/proto.lua @@ -1,4 +1,4 @@ --- Copyright 2012 Jo-Philipp Wich <xm@subsignal.org> +-- Copyright 2012 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.tools.proto", package.seeall) diff --git a/modules/luci-base/luasrc/tools/status.lua b/modules/luci-base/luasrc/tools/status.lua index 1723525980..6e588fe71d 100644 --- a/modules/luci-base/luasrc/tools/status.lua +++ b/modules/luci-base/luasrc/tools/status.lua @@ -1,4 +1,4 @@ --- Copyright 2011 Jo-Philipp Wich <xm@subsignal.org> +-- Copyright 2011 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.tools.status", package.seeall) diff --git a/modules/luci-base/luasrc/tools/webadmin.lua b/modules/luci-base/luasrc/tools/webadmin.lua index 75b2f2ebfa..9adac29bfa 100644 --- a/modules/luci-base/luasrc/tools/webadmin.lua +++ b/modules/luci-base/luasrc/tools/webadmin.lua @@ -1,5 +1,5 @@ -- Copyright 2008 Steven Barth <steven@midlink.org> --- Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> +-- Copyright 2008 Jo-Philipp Wich <jow@openwrt.org> -- Licensed to the public under the Apache License 2.0. module("luci.tools.webadmin", package.seeall) |