# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | > | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 | ||
3 | – | <!-- |
4 | – | $Author$ |
5 | – | $Id$ |
6 | – | --> |
7 | – | |
4 | <html> | |
5 | ||
6 | <head> | |
7 | < | <title>i-scream licensing</title> |
7 | > | <title>i-scream licensing</title> |
8 | > | <!--#include virtual="/style.inc" --> |
9 | </head> | |
10 | ||
11 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
11 | > | <body> |
12 | ||
13 | < | <table border="0" cellpadding="2" cellspacing="2"> |
17 | < | <tr> |
18 | < | <td valign="top"> |
19 | < | <!--#include virtual="left.inc" --> |
20 | < | </td> |
21 | < | <td valign="top"> |
22 | < | <!--#include virtual="title.inc" --> |
13 | > | <div id="container"> |
14 | ||
15 | < | <h2><font face="Arial">i-scream central monitoring system licensing</font></h2> |
15 | > | <div id="main"> |
16 | ||
17 | < | <p><font face="Arial" size="2"> |
17 | > | <!--#include virtual="/header.inc" --> |
18 | > | |
19 | > | <div id="contents"> |
20 | > | <h1 class="top">i-scream software licensing</h1> |
21 | > | |
22 | > | <p> |
23 | Unless explicitly mentioned the i-scream central monitoring system is | |
24 | licensed under the GNU General Public License (GPL). The full license | |
25 | can be found <a href="http://www.gnu.org/licenses/gpl.txt">here</a>, but | |
26 | is also given below for reference. | |
27 | < | </font></p> |
27 | > | </p> |
28 | ||
29 | <pre> | |
30 | GNU GENERAL PUBLIC LICENSE | |
# | Line 372 | Line 368 | consider it more useful to permit linking proprietary | |
368 | library. If this is what you want to do, use the GNU Library General | |
369 | Public License instead of this License. | |
370 | </pre> | |
371 | + | </div> |
372 | ||
373 | < | <!--#include virtual="bottom.inc" --> |
374 | < | </td> |
375 | < | </tr> |
376 | < | </table> |
373 | > | <!--#include virtual="/footer.inc" --> |
374 | > | |
375 | > | </div> |
376 | > | |
377 | > | <!--#include virtual="/menu.inc" --> |
378 | > | |
379 | > | </div> |
380 | ||
381 | </body> | |
382 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |