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 /modules/freifunk | |
parent | 2fda23522360e4a800012b052bb7426dda4a9fe1 (diff) |
Added copyright-tags to templates
Diffstat (limited to 'modules/freifunk')
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/contact.htm | 14 | ||||
-rw-r--r-- | modules/freifunk/luasrc/view/freifunk/index.htm | 14 | ||||
-rw-r--r-- | modules/freifunk/luasrc/view/public_status/index.htm | 14 |
3 files changed, 42 insertions, 0 deletions
diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index a1edb2e7f..8de7b8d1c 100644 --- a/modules/freifunk/luasrc/view/freifunk/contact.htm +++ b/modules/freifunk/luasrc/view/freifunk/contact.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%> <% local contact = luci.model.uci.get_all("freifunk", "contact") %> <h1><%:contact%></h1> diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 7fa2b4e4b..2d9b5a63e 100644 --- a/modules/freifunk/luasrc/view/freifunk/index.htm +++ b/modules/freifunk/luasrc/view/freifunk/index.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%> <% local ff = luci.model.uci.get_all("freifunk") %> <h1><%:hellonet%> <%=ff.community.name%>!</h1> diff --git a/modules/freifunk/luasrc/view/public_status/index.htm b/modules/freifunk/luasrc/view/public_status/index.htm index ee1504dc3..5789e3ad9 100644 --- a/modules/freifunk/luasrc/view/public_status/index.htm +++ b/modules/freifunk/luasrc/view/public_status/index.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%> <h1><%:status%></h1> <h2><%:system%></h2> |