From 3507d8cc487742ca8c3cfdba5256fe5bbeee2ae2 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 May 2005 17:16:40 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=6093 --- doc/docutil.php | 16 +++++++--------- doc/index.php | 1 - 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/doc/docutil.php b/doc/docutil.php index f601776515..6d5d7f9904 100644 --- a/doc/docutil.php +++ b/doc/docutil.php @@ -29,24 +29,22 @@ function page_head($title) { } function copyright() { + $y = date("Y "); echo " - Copyright © $y University of California - "; - return; - echo " -

- - \"Creative
+ + Copyright © $y University of California. + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, + Version 1.2 or any later version published by the Free Software Foundation. "; } function page_tail() { - $y = date("Y "); echo "

Return to BOINC main page -

+

"; copyright(); echo " diff --git a/doc/index.php b/doc/index.php index f42daca49a..104dcbe9c7 100644 --- a/doc/index.php +++ b/doc/index.php @@ -137,7 +137,6 @@ echo "
-
"; copyright(); ?>