From 15886656187565d990230b681cdcd1221ffc3d8b Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 7 Jul 2008 22:00:56 +0000 Subject: Added copyright-tags to templates --- modules/freifunk/luasrc/view/freifunk/contact.htm | 14 ++++++++++++++ modules/freifunk/luasrc/view/freifunk/index.htm | 14 ++++++++++++++ modules/freifunk/luasrc/view/public_status/index.htm | 14 ++++++++++++++ 3 files changed, 42 insertions(+) (limited to 'modules/freifunk/luasrc/view') diff --git a/modules/freifunk/luasrc/view/freifunk/contact.htm b/modules/freifunk/luasrc/view/freifunk/contact.htm index a1edb2e7f6..8de7b8d1cd 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 +Copyright 2008 Jo-Philipp Wich + +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") %>

<%:contact%>

diff --git a/modules/freifunk/luasrc/view/freifunk/index.htm b/modules/freifunk/luasrc/view/freifunk/index.htm index 7fa2b4e4b0..2d9b5a63ef 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 +Copyright 2008 Jo-Philipp Wich + +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") %>

<%:hellonet%> <%=ff.community.name%>!

diff --git a/modules/freifunk/luasrc/view/public_status/index.htm b/modules/freifunk/luasrc/view/public_status/index.htm index ee1504dc38..5789e3ad91 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 +Copyright 2008 Jo-Philipp Wich + +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%>

<%:status%>

<%:system%>

-- cgit v1.2.3