Revision 1b7647bd
Added by Renato Botelho almost 9 years ago
src/usr/local/www/license.php | ||
---|---|---|
34 | 34 |
<div class="panel-body content"> |
35 | 35 |
<p><strong><?php printf(gettext("%s is Copyright © %s %s. All rights reserved."), $g['product_name'], $g['product_copyright_years'], $g['product_copyright'])?></strong></p> |
36 | 36 |
<p><?=gettext("m0n0wall is Copyright © 2002-2015 by Manuel Kasper (mk@neon1.net). All rights reserved.")?></p> |
37 |
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
38 |
* you may not use this file except in compliance with the License. |
|
39 |
* You may obtain a copy of the License at |
|
40 |
* |
|
41 |
* http://www.apache.org/licenses/LICENSE-2.0 |
|
42 |
* |
|
43 |
* Unless required by applicable law or agreed to in writing, software |
|
44 |
* distributed under the License is distributed on an "AS IS" BASIS, |
|
45 |
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
46 |
* See the License for the specific language governing permissions and |
|
47 |
* limitations under the License. |
|
37 |
<p><?=gettext("Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:")?></p> |
|
38 |
<ol type="1"> |
|
39 |
<li><?=gettext("Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.")?></li> |
|
40 |
<li><?=gettext("Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.")?></li> |
|
41 |
<li><?=gettext("All advertising materials mentioning features or use of this software must display the following acknowledgment:")?> |
|
42 |
<p></p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s® software distribution."), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p> |
|
43 |
</li> |
|
44 |
<li><?php printf(gettext("The names \"%s\" and \"%s Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact"), $g['product_name'], $g['product_name'])?> <a href="mailto:<?=$g['product_email']?>"><?=$g['product_email']?></a>.</li> |
|
45 |
<li><?php printf(gettext("Products derived from this software may not be called \"%s\" nor may \"%s\" appear in their names without prior written permission of the %s."), $g['product_name'], $g['product_name'], $g['product_copyright'])?></li> |
|
46 |
<li><?=gettext("Redistributions of any form whatsoever must retain the following acknowledgment:")?> |
|
47 |
<p></p><p><?php printf(gettext("\"This product includes software developed by the %s Project for use in the %s software distribution"), $g['product_name'], $g['product_name'])?> (<a href="http://<?=$g['product_website']?>/" target="_blank">http://<?=$g['product_website']?>/</a>)."</p> |
|
48 |
</li> |
|
49 |
</ol> |
|
50 |
<p class="text-uppercase"><?php printf(gettext("THIS SOFTWARE IS PROVIDED BY THE %s PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES " |
|
51 |
. "OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE %s PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, " |
|
52 |
. "INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, " |
|
53 |
. "DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING " |
|
54 |
. "NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."), $g['product_name'], $g['product_name'])?></p> |
|
48 | 55 |
</div> |
49 | 56 |
</div> |
50 | 57 |
<div class="panel panel-default"> |
Also available in: Unified diff
Revert wrong conversion in license.php