1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Files
archived-web-php/copyright.php
2003-12-31 23:01:57 +00:00

80 lines
2.4 KiB
PHP

<?php
// $Id$
$_SERVER['BASE_PAGE'] = 'copyright.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
site_header("License, Copyright and Contact");
?>
<h1>License, Copyright and Contact</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 &copy; 2001-2004
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>
<a name="contact"></a>
<h2>Contact</h2>
<p>
Please report problems you find on PHP.net and mirror sites in
<a href="http://bugs.php.net/">the bug system</a>. Categorize the bug
as "PHP.net Website Problem". This allows us to follow the progress of
the problem until it is fixed.
</p>
<p>
If you have problems setting up PHP or using some functionality,
or especially a program written in PHP, please ask your question on a
<a href="/support.php">support channel</a>, since the webmasters will
not answer any such questions.
</p>
<p>
If you would like to contact the webmasters for some other reason, please
write to <a href="mailto:webmaster@php.net">webmaster@php.net</a>.
Note that this address is mapped to a mailing list and a newsgroup, so
every message you send will be stored in public archives at multiple
servers.
</p>
<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(); ?>