0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/website synced 2025-03-02 07:12:18 +00:00
website/copyright.php
2001-06-06 07:40:03 +00:00

18 lines
634 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>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
?>