mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-14 05:30:42 +00:00
PHP 7 doesn't like the old short tags we were using (it's possible to re-enable them, but won't be for version 8, so we might as well switch now), and the old MySQL APIs are now gone entirely, replaced with something different. This should make everything work at least as well as it used to. Also, one file used to be checked in with CRLF line endings. ??
17 lines
893 B
PHP
17 lines
893 B
PHP
<?php // Preamble
|
|
$pageName = "Copyright Information";
|
|
require "parts/preamble.php"; // Load most of document
|
|
?>
|
|
<P>Web site Copyright © 1999-<?=date ("Y")?> the QuakeForge Project.
|
|
|
|
<P>QuakeForge is Copyright © 1999-<?=date ("Y")?> the QuakeForge project.<BR>
|
|
Portions Copyright © 1996-1997 id Software, Inc.
|
|
|
|
<P>The QuakeForge logo and in-game QuakeForge console background were designed by <A href="mailto:keiran69%40optusnet.com.au">"Twisted" (keiran69@optusnet.com.au)</A>.
|
|
The 3D model used for the logo on this web site was created by <A href="mailto:deek%40quakeforge.net">Jeff Teunissen (deek@quakeforge.net)</A>
|
|
using <A href="http://www.blender3d.com/">Blender</A>.
|
|
Custom renderings available on request.
|
|
|
|
<P>Quake® and QuakeWorld® are registered trademarks of id Software, Inc.
|
|
|
|
<P>Quake is Copyright © 1996-1997 id Software, Inc.
|