diff options
Diffstat (limited to 'modules/luci-base/luasrc/view')
-rw-r--r-- | modules/luci-base/luasrc/view/error404.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/error500.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/footer.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/header.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/indexer.htm | 2 | ||||
-rw-r--r-- | modules/luci-base/luasrc/view/sysauth.htm | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/modules/luci-base/luasrc/view/error404.htm b/modules/luci-base/luasrc/view/error404.htm index e5fe89b956..c2be29ed58 100644 --- a/modules/luci-base/luasrc/view/error404.htm +++ b/modules/luci-base/luasrc/view/error404.htm @@ -1,6 +1,6 @@ <%# 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. -%> diff --git a/modules/luci-base/luasrc/view/error500.htm b/modules/luci-base/luasrc/view/error500.htm index 54d88b48af..8fb18ed076 100644 --- a/modules/luci-base/luasrc/view/error500.htm +++ b/modules/luci-base/luasrc/view/error500.htm @@ -1,6 +1,6 @@ <%# 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. -%> diff --git a/modules/luci-base/luasrc/view/footer.htm b/modules/luci-base/luasrc/view/footer.htm index a9ba2baef0..f3574b6b10 100644 --- a/modules/luci-base/luasrc/view/footer.htm +++ b/modules/luci-base/luasrc/view/footer.htm @@ -1,6 +1,6 @@ <%# 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. -%> diff --git a/modules/luci-base/luasrc/view/header.htm b/modules/luci-base/luasrc/view/header.htm index 9a35eba6c1..f6e20c9a40 100644 --- a/modules/luci-base/luasrc/view/header.htm +++ b/modules/luci-base/luasrc/view/header.htm @@ -1,6 +1,6 @@ <%# 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. -%> diff --git a/modules/luci-base/luasrc/view/indexer.htm b/modules/luci-base/luasrc/view/indexer.htm index 37e7297ec5..28fc3debc3 100644 --- a/modules/luci-base/luasrc/view/indexer.htm +++ b/modules/luci-base/luasrc/view/indexer.htm @@ -1,6 +1,6 @@ <%# 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. -%> diff --git a/modules/luci-base/luasrc/view/sysauth.htm b/modules/luci-base/luasrc/view/sysauth.htm index a23c61bb77..7f0f0a622b 100644 --- a/modules/luci-base/luasrc/view/sysauth.htm +++ b/modules/luci-base/luasrc/view/sysauth.htm @@ -1,6 +1,6 @@ <%# Copyright 2008 Steven Barth <steven@midlink.org> - Copyright 2008-2012 Jo-Philipp Wich <xm@subsignal.org> + Copyright 2008-2012 Jo-Philipp Wich <jow@openwrt.org> Licensed to the public under the Apache License 2.0. -%> |