Source of /copyright.php
<?
if ($_SERVER['SCRIPT_FILENAME'] == __FILE__)
$allowviewsource = 1;
require_once("common.php");
page_header("Copyright Information", 1);
?>
<p>All content of this site, including (but not limited to) text, images, layout and code, except where mentioned, is copyright © <?=$copyyears?> by Phillip Bradbury <<a href="mailto:%70%68%6C%69%70%40%6d%72%70%68%6C%69%70%2e%63%6f%6D">phlip@mrphlip.com</a>>.</p>
<p>The visible content (text, images and layout) of this site <em>may not</em> be reproduced without explicit permission (though permission is generally granted if I am asked).</p>
<p>The code (including PHP, CSS, HTML and Javascript code), on pages that have a "View Source" link, <em>may</em> be reproduced without explicit permission, provided credit is given to me, by name and with a link back to this site.</p>
<?
page_footer();
?>
![[Logo]](/images/logo.png)
