diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-16 23:46:42 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-16 23:49:44 +0100 |
commit | 41d2b33087da393453c45f5d923d690c88ee5474 (patch) | |
tree | 7e9bca3c2759a82e61f69da89644bf21799657c0 /applications/luci-app-siitwizard | |
parent | 7a3493b1f7d75a3945279115324cf2ff4da26b7b (diff) |
Update my email addresses in the license headers
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-siitwizard')
-rw-r--r-- | applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua | 2 | ||||
-rw-r--r-- | applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua index 6cbe99034..4d1c140b0 100644 --- a/applications/luci-app-siitwizard/luasrc/controller/siitwizard.lua +++ b/applications/luci-app-siitwizard/luasrc/controller/siitwizard.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.controller.siitwizard" diff --git a/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua index 32ba1da6f..4068cdbf5 100644 --- a/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.lua +++ b/applications/luci-app-siitwizard/luasrc/model/cbi/siitwizard.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. local uci = require "luci.model.uci".cursor() |