Author: kwade Update of /cvs/fedora/web/html/licenses In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15400/web/html/licenses Modified Files: index.php Log Message: Applying patch from bz#189069 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/licenses/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ index.php 13 Oct 2006 17:20:16 -0000 1.2 @@ -1,29 +1,11 @@ -<? -include("site.inc"); +<?php +// +// Easily-changeable template for redirection. +// -$template = new Page; -$template->initCommon(); +//$NEWURL="http://fedora.redhat.com/About/legal/licenses/"; +$NEWURL="http://fedoraproject.org/wiki/Legal/Licenses"; -$template->displayHeader(); +include("redirect.inc"); ?> - -<h1>Fedora License Agreements</h1> - -<p> -Releases of software from <? print $THE_PROJECT_NAME; ?> are covered by an End User License Agreement. The text of some license agreements may be found below. -At this time, all license agreements shown are governed by the contractual laws of the State of North Carolina and the intellectual -property laws of the United States of America, unless otherwise indicated. -</p> -<p> -<ul> -<li><a href="eula.php"><? print $TRADEMARK_NAME; ?> Core Release</a></li> -<li><a href="beta_eula.php"><? print $TRADEMARK_NAME; ?> Core Test Release</a></li> -</ul> -</p> - -<? - -$template->displayFooter('$Date$'); - -?>