mirror of
https://github.com/php/web-php.git
synced 2026-03-24 15:22:19 +01:00
57 lines
1.5 KiB
PHP
57 lines
1.5 KiB
PHP
<?php
|
|
// $Id$
|
|
$_SERVER['BASE_PAGE'] = 'copyright.php';
|
|
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
|
|
site_header("License and Copyright");
|
|
?>
|
|
|
|
<h1>License and Copyright</h1>
|
|
|
|
<a name="license"></a>
|
|
<h2>PHP License</h2>
|
|
|
|
<p>
|
|
For information on the PHP License (i.e. using the PHP language),
|
|
<a href="/license/">see our licensing information page</a>.
|
|
</p>
|
|
|
|
<a name="copyright"></a>
|
|
<h2>Website Copyright</h2>
|
|
|
|
<p>
|
|
The code, text, PHP logo, and graphical elements on this website
|
|
and the mirror websites (the "Site") are Copyright © 2001-2006
|
|
The PHP Group. All rights reserved.
|
|
</p>
|
|
|
|
<p>
|
|
Except as otherwise indicated elsewhere on this Site, you are free
|
|
to view, download and print the documents and information available
|
|
on this Site subject to the following conditions:
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
You may not remove any copyright or other proprietary notices
|
|
contained in the documents and information on this Site.
|
|
</li>
|
|
<li>
|
|
The rights granted to you constitute a license and not a transfer
|
|
of title.
|
|
</li>
|
|
<li>
|
|
The rights specified above to view, download and print the
|
|
documents and information available on this Site are not applicable
|
|
to the graphical elements, design or layout of this Site. These
|
|
elements of the Site are protected by trade dress and other laws
|
|
and may not be copied or imitated in whole or in part.
|
|
</li>
|
|
</ul>
|
|
|
|
<p>
|
|
For more information on the PHP Group and the PHP project, please see
|
|
<a href="http://www.php.net/">the PHP homepage</a>.
|
|
</p>
|
|
|
|
<?php site_footer(); ?>
|