]> i-scream Git - www.i-scream.org.git/blobdiff - www/license.xhtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / license.xhtml
index 97657a5d7882d9f6a1913e669c5d67be2cf22db7..930604ec4fe9f6e97569baf39d68aa8cae47b157 100644 (file)
@@ -1,34 +1,27 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-
-<!--
-    $Author$
-    $Id$
--->
-
-<html>
+<!--#include virtual="/doctype.inc" -->
 
 <head>
-  <title>i-scream licensing</title>
+<title>i-scream licensing</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
-<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
+<body>
+
+<div id="container">
+
+<div id="main">
 
-<table border="0" cellpadding="2" cellspacing="2">
-  <tr>
-    <td valign="top">
-<!--#include virtual="left.inc" -->
-    </td>
-    <td valign="top">
-<!--#include virtual="title.inc" -->
+<!--#include virtual="/header.inc" -->
 
-<h2><font face="Arial">i-scream central monitoring system licensing</font></h2>
+<div id="contents">
+<h1 class="top">i-scream software licensing</h1>
 
-<p><font face="Arial" size="2">
-The i-scream central monitoring system is licensed under the GNU General
-Public License (GPL). The full license can be found
-<a href="http://www.gnu.org/licenses/gpl.txt">here</a>, but is also given
-below for reference.
-</font></p>
+<p>
+Unless explicitly mentioned the i-scream central monitoring system is
+licensed under the GNU General Public License (GPL). The full license
+can be found <a href="http://www.gnu.org/licenses/gpl.txt">here</a>, but
+is also given below for reference.
+</p>
 
 <pre>
                    GNU GENERAL PUBLIC LICENSE
@@ -323,8 +316,8 @@ to attach them to the start of each source file to most effectively
 convey the exclusion of warranty; and each file should have at least
 the "copyright" line and a pointer to where the full notice is found.
 
-    <one line to give the program's name and a brief idea of what it does.>
-    Copyright (C) <year>  <name of author>
+    &lt;one line to give the program's name and a brief idea of what it does.&gt;
+    Copyright (C) &lt;year&gt;  &lt;name of author&gt;
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -363,7 +356,7 @@ necessary.  Here is a sample; alter the names:
   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
   `Gnomovision' (which makes passes at compilers) written by James Hacker.
 
-  <signature of Ty Coon>, 1 April 1989
+  &lt;signature of Ty Coon&gt;, 1 April 1989
   Ty Coon, President of Vice
 
 This General Public License does not permit incorporating your program into
@@ -372,11 +365,15 @@ consider it more useful to permit linking proprietary applications with the
 library.  If this is what you want to do, use the GNU Library General
 Public License instead of this License.
 </pre>
+</div>
+
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
 
-<!--#include virtual="bottom.inc" -->
-    </td>
-  </tr>
-</table>
+</div>
 
 </body>
 </html>