diff options
author | Steven Barth <steven@midlink.org> | 2008-07-07 22:00:56 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-07 22:00:56 +0000 |
commit | 15886656187565d990230b681cdcd1221ffc3d8b (patch) | |
tree | 91cd154ced169ba2a45f2efe2fa2f4cc585c22fe /applications/luci-splash | |
parent | 2fda23522360e4a800012b052bb7426dda4a9fe1 (diff) |
Added copyright-tags to templates
Diffstat (limited to 'applications/luci-splash')
3 files changed, 42 insertions, 0 deletions
diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index 36eb6545a..1988224d7 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -1,3 +1,17 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth <steven@midlink.org> +Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> <% local c = luci.model.uci.get_all("freifunk", "community") %> <h1>Willkommen!</h1> diff --git a/applications/luci-splash/luasrc/view/splash_splash/index.htm b/applications/luci-splash/luasrc/view/splash_splash/index.htm index 75aa02658..ab754913d 100644 --- a/applications/luci-splash/luasrc/view/splash_splash/index.htm +++ b/applications/luci-splash/luasrc/view/splash_splash/index.htm @@ -1,2 +1,16 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth <steven@midlink.org> +Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> <%+header%> <%+footer%>
\ No newline at end of file diff --git a/applications/luci-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-splash/luasrc/view/splash_splash/splash.htm index aa3198663..39640eb6c 100644 --- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm @@ -1,3 +1,17 @@ +<%# +LuCI - Lua Configuration Interface +Copyright 2008 Steven Barth <steven@midlink.org> +Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +$Id$ + +-%> <%+header%> <%+splash/splash%> <form method="get" action="<%=controller%>/splash/splash/activate"> |