2000-05-08 02:39:55 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Copyright Information";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("parts/preamble.php"); // Load most of document
|
2000-04-07 17:17:38 +00:00
|
|
|
?>
|
2000-05-08 02:39:55 +00:00
|
|
|
<!--SEARCHME-->
|
2001-06-06 07:40:03 +00:00
|
|
|
<P>Web site Copyright © 1999-<? echo date("Y"); ?> the QuakeForge Project.
|
2000-04-07 17:17:38 +00:00
|
|
|
|
2001-06-06 07:40:03 +00:00
|
|
|
<P>QuakeForge is Copyright © 1999-<? echo date("Y"); ?> the QuakeForge project.<BR>
|
2000-05-08 02:39:55 +00:00
|
|
|
Portions Copyright © 1996-1997 id Software, Inc.
|
|
|
|
|
|
|
|
<P>Quake® and QuakeWorld® are registered trademarks of id Software, Inc.
|
|
|
|
|
|
|
|
<P>Quake is Copyright © 1996-1997 id Software, Inc.
|
|
|
|
<!--NOSEARCH-->
|
|
|
|
<?
|
|
|
|
require("parts/postamble.php"); // Finish this sucker up
|
|
|
|
?>
|