diff --git a/copyright.php b/copyright.php
new file mode 100644
index 000000000..10864a5cc
--- /dev/null
+++ b/copyright.php
@@ -0,0 +1,67 @@
+
+
+
Copyright and Licence
+
+
+PHP License
+
+
+For information on the PHP License (i.e. using the PHP language),
+.
+
+
+
+Website Copyright
+
+
+The code, text, PHP logo, and graphical elements on this website
+and the mirror websites (the "Site") are Copyright © 2001
+The PHP Group. All rights reserved.
+
+
+
+Except as otherwise indicated elsewhere on this Site, you are free
+view, download and print the documents and information available
+on this Site subject to the following conditions:
+
+
+- The documents and information may be used solely for personal,
+informational, internal, non-commercial purposes.
+
- The documents and information may not be modified or altered
+in any way without giving credit to the original source.
+
- You may not remove any copyright or other proprietary notices
+contained in the documents and information.
+
- The PHP Group reserves the right to revoke the authorization
+to view, download and print the documents and information available
+on this Site at any time, and any such use shall be discontinued
+immediately upon written notice from The PHP Group.
+
- The rights granted to you constitute a license and not a transfer
+of title.
+
- The rights specified above to view, download and print the
+documents and information available on this Site are not applicable
+to the graphical elements, design or layout of this Site. Elements
+of this Site are protected by trade dress and other laws and may not
+be copied or imitated in whole or in part.
+
+
+
+You can contact the webmaster at
+.
+
+
+
+For more information on the PHP Group and the PHP project, please see
+.
+
+
+
+
+
+
diff --git a/include/layout.inc b/include/layout.inc
index 2e17ff25b..e0fa32b88 100644
--- a/include/layout.inc
+++ b/include/layout.inc
@@ -264,7 +264,7 @@ function commonHeader($title="",$dont_enclose=0,$headers_gone=0) {
|
@@ -347,7 +347,7 @@ function commonFooter() {
- Copyright © 1998-2001 The PHP Group
+
All rights reserved.
|
diff --git a/license.html b/license.html
deleted file mode 100644
index 067949e57..000000000
--- a/license.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-require_once 'prepend.inc';
-commonHeader('PHP License');
-?>
-
- --------------------------------------------------------------------
- Copyright (c) 2000 The PHP Development Team. All rights reserved.
- --------------------------------------------------------------------
-
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
-
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
-
- 2. Redistributions in binary form must reproduce the above
- copyright notice, this list of conditions and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
-
- 3. All advertising materials mentioning features or use of this
- software must display the following acknowledgment:
- "This product includes software written by the PHP Development
- Team"
-
- 4. The name "PHP" must not be used to endorse or promote products
- derived from this software without prior written permission
- from the PHP Development Team. This does not apply to add-on
- libraries or tools that work in conjunction with PHP. In such
- a case the PHP name may be used to indicate that the product
- supports PHP.
-
- 5. Redistributions of any form whatsoever must retain the following
- acknowledgment:
- "This product includes software written by the PHP Development
- Team".
-
- THIS SOFTWARE IS PROVIDED BY THE PHP DEVELOPMENT TEAM ``AS IS'' AND
- ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE PHP
- DEVELOPMENT TEAM OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
- INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
- (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
- OF THE POSSIBILITY OF SUCH DAMAGE.
-
- --------------------------------------------------------------------
-
- This software consists of voluntary contributions made by many
- individuals on behalf of the PHP Development Team.
-
- The PHP Development Team can be contacted via Email at core@php.net.
-
- For more information on the PHP Development Team and the PHP
- project, please see www.php.net.
-
-
-commonFooter();
-?>
diff --git a/style.css b/style.css
index f7fa0445b..f0fdc644f 100644
--- a/style.css
+++ b/style.css
@@ -14,6 +14,10 @@ em {
color: #6666cc;
}
+.sidebar {
+ font-size: 85%;
+}
+
pre,code {
font-family: "andale mono", "monotype.com", "courier new", monospace;
font-size: 90%;