Globally reduce copyright headers
[project/luci.git] / themes / luci-theme-openwrt / luasrc / view / themes / openwrt.org / footer.htm
1 <%#
2  Copyright 2008 Steven Barth <steven@midlink.org>
3  Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net>
4  Licensed to the public under the Apache License 2.0.
5 -%>
6
7 <div class="clear"></div>
8 </div>
9 </div>
10
11 <p class="luci">
12         <% local ver = require "luci.version" -%>
13         Powered by <%= ver.luciname %> (<%= ver.luciversion %>)
14 </p>
15 </body>
16 </html>