website/copyright.php
2002-09-10 20:18:55 +00:00

23 lines
855 B
PHP

<? // Preamble
$pageName = "Copyright Information";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
<!--SEARCHME-->
<P>Web site Copyright &copy; 1999-<? echo date("Y"); ?> the QuakeForge Project.
<P>QuakeForge is Copyright &copy; 1999-<? echo date("Y"); ?> the QuakeForge project.<BR>
Portions Copyright &copy; 1996-1997 id Software, Inc.
<P>The QuakeForge logo was designed by <A href="mailto:keiran69%40optusnet.com.au">&quot;Twisted&quot;</A>.
3D model by <A href="mailto:deek%40quakeforge.net">Jeff Teunissen</A>.
Custom renderings available on request.
<P>Quake&reg; and QuakeWorld&reg; are registered trademarks of id Software, Inc.
<P>Quake is Copyright &copy; 1996-1997 id Software, Inc.
<!--NOSEARCH-->
<?
require("parts/postamble.php"); // Finish this sucker up
?>