mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-10 15:22:13 +00:00
18 lines
631 B
PHP
18 lines
631 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>Website Copyright © 1999,2000 contributors of the QuakeForge Project.
|
|
|
|
<P>QuakeForge is Copyright © 1999,2000 contributors of the QuakeForge project.<BR>
|
|
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
|
|
?>
|