diff options
author | Steven Barth <steven@midlink.org> | 2008-07-07 19:57:08 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-07-07 19:57:08 +0000 |
commit | c9a5aedeb0ad336e0999f0251b0281907d19f43d (patch) | |
tree | 4b18b9dc5bb6c35d5a6399eb00490c1193e53439 | |
parent | 7e674adf8284ce991ee5721994c294adc1a04810 (diff) |
Updated notice and contributors information
-rw-r--r-- | NOTICE | 5 | ||||
-rw-r--r-- | THANKYOU | 9 | ||||
-rw-r--r-- | modules/admin-core/luasrc/view/about.htm | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -7,8 +7,3 @@ Contains code from: BinDecHex - Copyright 2007 Tim Kelly/Dialectronics coxpcall - Copyright 2005 - Kepler Project (www.keplerproject.org) ltn12/luasocket - Copyright 2004-2007 Diego Nehab - - -Luci-Statistics - Statistics for LuCI -Copyright 2008 Jo-Philipp Wich <xm@leipzig.freifunk.net> -Licensed under the Apache License, Version 2.0. @@ -1,4 +1,13 @@ I'd like to thank the following people for contributing to this software: + +* Anton Popov + - for rewriting the openwrt.org theme + +* Florian Fainelli (OpenWRT) + - for the french translation + + +Also a big thank you goes to: * Mono (Freifunk Halle) - for donating a Linksys WRT54GL for development purposes diff --git a/modules/admin-core/luasrc/view/about.htm b/modules/admin-core/luasrc/view/about.htm index 20c208943..dd37483a6 100644 --- a/modules/admin-core/luasrc/view/about.htm +++ b/modules/admin-core/luasrc/view/about.htm @@ -15,6 +15,8 @@ <h2><%:c_contributors%></h2> <ul style="font-weight: bold"> + <li><a href="mailto:mail-at-antonpopov-dot-de">Anton "xyron" Popov</a></li> + <li><a href="mailto:florian-at-openwrt-dot-org">Florian Fainelli</a> (OpenWRT)</li> </ul> <br /> |