Project

General

Profile

Download (12.9 KB) Statistics
| Branch: | Tag: | Revision:
1
<?php
2
/* $Id$ */
3
/*
4
    license.php
5

    
6
    Redistribution and use in source and binary forms, with or without
7
    modification, are permitted provided that the following conditions are met:
8

    
9
    1. Redistributions of source code must retain the above copyright notice,
10
       this list of conditions and the following disclaimer.
11

    
12
    2. Redistributions in binary form must reproduce the above copyright
13
       notice, this list of conditions and the following disclaimer in the
14
       documentation and/or other materials provided with the distribution.
15

    
16
    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
17
    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
18
    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
19
    AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
20
    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22
    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23
    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25
    POSSIBILITY OF SUCH DAMAGE.
26
*/
27

    
28
##|+PRIV
29
##|*IDENT=page-system-license
30
##|*NAME=System: License page
31
##|*DESCR=Allow access to the 'System: License' page.
32
##|*MATCH=license.php*
33
##|-PRIV
34

    
35
require("guiconfig.inc");
36
include("head.inc");
37

    
38
?>
39

    
40
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
41
<?php include("fbegin.inc"); ?>
42
<p class="pgtitle">License</p>
43

    
44
            <p><strong>{$g['product_name']} is Copyright &copy; {$g['product_copyright_years']} by {$g['product_copyright']}
45
              (<a href="mailto:geekgod@geekgod.com">geekgod@geekgod.com</a>).<br>
46
              All rights reserved.</strong></p>
47

    
48
            <p><strong>m0n0wall is Copyright &copy; 2002-2007 by Manuel Kasper
49
              (<a href="mailto:mk@neon1.net">mk@neon1.net</a>).<br>
50
              All rights reserved.</strong></p>
51
            <p> Redistribution and use in source and binary forms, with or without<br>
52
              modification, are permitted provided that the following conditions
53
              are met:<br>
54
              <br>
55
              1. Redistributions of source code must retain the above copyright
56
              notice,<br>
57
              this list of conditions and the following disclaimer.<br>
58
              <br>
59
              2. Redistributions in binary form must reproduce the above copyright<br>
60
              notice, this list of conditions and the following disclaimer in
61
              the<br>
62
              documentation and/or other materials provided with the distribution.<br>
63
              <br>
64
              <strong>THIS SOFTWARE IS PROVIDED &quot;AS IS'' AND ANY EXPRESS
65
              OR IMPLIED WARRANTIES,<br>
66
              INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY<br>
67
              AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
68
              SHALL THE<br>
69
              AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
70
              EXEMPLARY,<br>
71
              OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
72
              OF<br>
73
              SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
74
              BUSINESS<br>
75
              INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
76
              IN<br>
77
              CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)<br>
78
              ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
79
              OF THE<br>
80
              POSSIBILITY OF SUCH DAMAGE</strong>.</p>
81
            <hr size="1">
82
            <p>The following persons have contributed code to m0n0wall:</p>
83
            <p>Bob Zoller (<a href="mailto:bob@kludgebox.com">bob@kludgebox.com</a>)<br>
84
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Diagnostics: Ping
85
              function; WLAN channel auto-select; DNS forwarder</font></em><br>
86
              <br>
87
              Michael Mee (<a href="mailto:mikemee2002@pobox.com">mikemee2002@pobox.com</a>)<br>
88
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Timezone and NTP
89
              client support</font></em><br>
90
              <br>
91
              Magne Andreassen (<a href="mailto:magne.andreassen@bluezone.no">magne.andreassen@bluezone.no</a>)<br>
92
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Remote syslog'ing;
93
              some code bits for DHCP server on optional interfaces</font></em><br>
94
              <br>
95
              Rob Whyte (<a href="mailto:rob@g-labs.com">rob@g-labs.com</a>)<br>
96
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Idea/code bits
97
              for encrypted webConfigurator passwords; minimalized SNMP agent</font></em><br>
98
              <br>
99
              Petr Verner (<a href="mailto:verner@ipps.cz">verner@ipps.cz</a>)<br>
100
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Advanced outbound
101
              NAT: destination selection</font></em><br>
102
              <br>
103
              Bruce A. Mah (<a href="mailto:bmah@acm.org">bmah@acm.org</a>)<br>
104
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Filtering bridge
105
              patches </font></em><br>
106
              <br>
107
              Jim McBeath (<a href="mailto:monowall@j.jimmc.org">monowall@j.jimmc.org</a>)<br>
108
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">Filter rule patches
109
              (ordering, block/pass, disabled); better status page;<br>
110
              &nbsp;&nbsp;&nbsp;&nbsp;webConfigurator assign network ports page </font></em><br>
111
              <br>
112
              Chris Olive (<a href="mailto:chris@technologEase.com">chris@technologEase.com</a>)<br>
113
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">enhanced &quot;execute
114
              command&quot; page</font></em><br>
115
              <br>
116
              Pauline Middelink (<a href="mailto:middelink@polyware.nl">middelink@polyware.nl</a>)<br>
117
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">DHCP client: send hostname patch</font></em><br>
118
              <br>
119
              Bj?rn P?lsson (<a href="mailto:bjorn@networksab.com">bjorn@networksab.com</a>)<br>
120
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">DHCP lease list page</font></em><br>
121
              <br>
122
              Peter Allgeyer (<a href="mailto:allgeyer@web.de">allgeyer@web.de</a>)<br>
123
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">&quot;reject&quot; type filter rules; dial-on-demand</font></em><br>
124
              <br>
125
              Thierry Lechat (<a href="mailto:dev@lechat.org">dev@lechat.org</a>)<br>
126
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">SVG-based traffic grapher</font></em><br>
127
              <br>
128
              Steven Honson (<a href="mailto:steven@honson.org">steven@honson.org</a>)<br>
129
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">per-user IP address assignments for PPTP VPN</font></em><br>
130
              <br>
131
              Kurt Inge Sm?dal (<a href="mailto:kurt@emsp.no">kurt@emsp.no</a>)<br>
132
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">NAT on optional interfaces</font></em><br>
133
              <br>
134
              Dinesh Nair (<a href="mailto:dinesh@alphaque.com">dinesh@alphaque.com</a>)<br>
135
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">captive portal: pass-through MAC/IP addresses, RADIUS authentication &amp; accounting;<br>
136
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666"></font></em>HTTP server concurrency limit</font></em><br>
137
              <br>
138
              Justin Ellison (<a href="mailto:justin@techadvise.com">justin@techadvise.com</a>)<br>
139
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">traffic shaper TOS matching; magic shaper; DHCP deny unknown clients;<br>
140
			  &nbsp;&nbsp;&nbsp;&nbsp;IPsec user FQDNs; DHCP relay</font></em><br>
141
			  <br>
142
              Michael Hanselmann (<a href="mailto:m0n0@hansmi.ch">m0n0@hansmi.ch</a>)<br>
143
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">IDE hard disk standby</font></em><br>
144
			  <br>
145
              Audun Larsen (<a href="mailto:larsen@xqus.com">larsen@xqus.com</a>)<br>
146
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">CPU/memory usage display</font></em><br>
147
			  <br>
148
              Peter Curran (<a href="mailto:peter@closeconsultants.com">peter@closeconsultants.com</a>)<br>
149
              &nbsp;&nbsp;&nbsp;&nbsp;<em><font color="#666666">OpenVPN support</font></em></p>
150
            <hr size="1">
151
            <p>{$g['product_name']} is based upon/includes various free software packages,
152
              listed below.<br>
153
              The author of {$g['product_name']} would like to thank the authors of these
154
              software packages for their efforts.</p>
155
            <p>FreeBSD (<a href="http://www.freebsd.org" target="_blank">http://www.freebsd.org</a>)<br>
156
              Copyright &copy; 1994-2003 FreeBSD, Inc. All rights reserved.<br>
157
              <br>
158
              This product includes PHP, freely available from <a href="http://www.php.net/" target="_blank">http://www.php.net</a>.<br>
159
              Copyright &copy; 1999 - 2003 The PHP Group. All rights reserved.<br>
160
              <br>
161
              LightTPD (<a href="http://www.lighttpd.net" target="_blank">http://www.lighttpd.net)</a><br>
162
              Copyright &copy; 2004 by Jan Kneschke <jan@kneschke.de>
163
              All rights reserved.<br>
164
              <br>
165
              ISC DHCP server (<a href="http://www.isc.org/products/DHCP/" target="_blank">http://www.isc.org/products/DHCP</a>)<br>
166
              Copyright &copy; 1996-2003 Internet Software Consortium. All rights
167
              reserved.<br>
168
              <br>
169
              PF (<a href="http://www.openbsd.org/faq/pf" target="_blank">http://www.openbsd.org</a>)<br>
170
			  <br>
171
              MPD - Multi-link PPP daemon for FreeBSD (<a href="http://www.dellroad.org/mpd" target="_blank">http://www.dellroad.org/mpd</a>)<br>
172
              Copyright &copy; 2003-2004, Archie L. Cobbs, Michael Bretterklieber, Alexander Motin<br>
173
			  All rights reserved.<br>
174
              <br>
175
              Circular log support for FreeBSD syslogd (<a href="http://software.wwwi.com/syslogd/" target="_blank">http://software.wwwi.com/syslogd</a>)<br>
176
              Copyright &copy; 2001 Jeff Wheelhouse (jdw@wwwi.com)<br>
177
              <br>
178
              Dnsmasq - a DNS forwarder for NAT firewalls (<a href="http://www.thekelleys.org.uk" target="_blank">http://www.thekelleys.org.uk</a>)<br>
179
              Copyright &copy; 2000-2003 Simon Kelley.<br>
180
              <br>
181
              Racoon (<a href="http://www.kame.net/racoon" target="_blank">http://www.kame.net/racoon</a>)<br>
182
              Copyright &copy; 1995-2002 WIDE Project. All rights reserved.<br>
183
              <br>
184
              msntp (<a href="http://www.hpcf.cam.ac.uk/export" target="_blank">http://www.hpcf.cam.ac.uk/export</a>)<br>
185
              Copyright &copy; 1996, 1997, 2000 N.M. Maclaren, University of Cambridge.
186
              All rights reserved.<br>
187
              <br>
188
              UCD-SNMP (<a href="http://www.ece.ucdavis.edu/ucd-snmp" target="_blank">http://www.ece.ucdavis.edu/ucd-snmp</a>)<br>
189
              Copyright &copy; 1989, 1991, 1992 by Carnegie Mellon University.<br>
190
              Copyright &copy; 1996, 1998-2000 The Regents of the University of
191
              California. All rights reserved.<br>
192
              Copyright &copy; 2001-2002, Network Associates Technology, Inc.
193
              All rights reserved.<br>
194
              Portions of this code are copyright &copy; 2001-2002, Cambridge
195
              Broadband Ltd. All rights reserved.<br>
196
              <br>
197
              choparp (<a href="http://choparp.sourceforge.net/" target="_blank">http://choparp.sourceforge.net</a>)<br>
198
              Copyright &copy; 1997 Takamichi Tateoka (tree@mma.club.uec.ac.jp)<br>
199
			 Copyright &copy; 2002 Thomas Quinot (thomas@cuivre.fr.eu.org)<br>
200
              <br>
201
              BPALogin (<a href="http://bpalogin.sourceforge.net/" target="_blank">http://bpalogin.sourceforge.net</a>) - lightweight portable BIDS2 login client<br>
202
              Copyright &copy; 2001-3 Shane Hyde, and others.<br>
203
              <br>
204
              php-radius (<a href="http://www.mavetju.org/programming/php.php" target="_blank">http://www.mavetju.org/programming/php.php</a>)<br>
205
              Copyright 2000, 2001, 2002 by Edwin Groothuis. All rights reserved.<br>
206
			  This product includes software developed by Edwin Groothuis.<br>
207
			  <br>
208
			  wol (<a href="http://ahh.sourceforge.net/wol" target="_blank">http://ahh.sourceforge.net/wol</a>)<br>
209
			  Copyright &copy; 2000,2001,2002,2003,2004 Thomas Krennwallner &lt;krennwallner@aon.at&gt;
210
			  <br>
211
			  OpenVPN (<a href="http://openvpn.net/" target="_blank">http://openvpn.net/</a>)
212
			  Copyright (C) 2002-2005 OpenVPN Solutions LLC <info@openvpn.net>
213
			  <?php include("fend.inc"); ?>
214
</body>
215
</html>
(91-91/210)