~ubuntu-branches/ubuntu/intrepid/bacula-doc/intrepid

« back to all changes in this revision

Viewing changes to home-page/pages/license.php

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-03-13 11:36:32 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070313113632-q3be8j8m32f3q45q
Tags: 2.0.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<? require_once("inc/header.php"); ?>
2
 
<table>
3
 
<tr>
4
 
        <td class="contentTopic">
5
 
                Bacula Copyright, Trademark, and Licenses
6
 
        </td>
7
 
</tr>
8
 
<tr>
9
 
        <td class="content">
10
 
                There are a number of different licenses that are used in
11
 
                Bacula.
12
 
                <h3>GPL</h3>
13
 
                The vast bulk of the code is released under the
14
 
 
15
 
                <a href="rel-manual/gpl.html">GNU General Public License version 2.</a>
16
 
                Most of this code is copyrighted:
17
 
                Copyright (C) 2000-2005 Kern Sibbald and John Walker.
18
 
                <p>Portions may be copyrighted by other people (ATT, the
19
 
                Free Software Foundation, ...).
20
 
                <h3>LGPL</h3>
21
 
                Some of the Bacula library source code is released under the
22
 
                <a href="rel-manual/lesser.html">GNU Lesser General Public License.</a>
23
 
                This permits third parties to use these parts of our code in
24
 
                their proprietary programs to interface to Bacula.
25
 
                <h3>Public Domain</h3>
26
 
                Some of the Bacula code has been released to the public domain.
27
 
                E.g. md5.c, SQLite.
28
 
                <h3>Trademark</h3>
29
 
                Bacula<sup>&reg;</sup>is a registered trademark of Kern Sibbald and John
30
 
                Walker.
31
 
 
32
 
                <p>We have done this to ensure that any variant of Bacula will
33
 
                be exactly compatible with the program that we have released.
34
 
                The use of the name <b>Bacula</b> is restricted to software systems
35
 
                that agree exactly with the program presented here.
36
 
                </p>
37
 
        </td>
38
 
</tr>
39
 
</table>
40
 
 
41
 
<? require_once("inc/footer.php"); ?>
 
1
<? require_once("inc/header.php"); ?>
 
2
<table>
 
3
<tr>
 
4
        <td class="contentTopic">
 
5
                Bacula Copyright, Trademark, and Licenses
 
6
        </td>
 
7
</tr>
 
8
<tr>
 
9
        <td class="content">
 
10
                There are a number of different licenses that are used in
 
11
                Bacula.
 
12
                <h3>GPL</h3>
 
13
                The vast bulk of the code is released under the
 
14
 
 
15
                <a href="rel-manual/gpl.html">GNU General Public License version 2.</a>
 
16
                Most of this code is copyrighted:
 
17
                Copyright (C) 2000-2005 Kern Sibbald and John Walker.
 
18
                <p>Portions may be copyrighted by other people (ATT, the
 
19
                Free Software Foundation, ...).
 
20
                <h3>LGPL</h3>
 
21
                Some of the Bacula library source code is released under the
 
22
                <a href="rel-manual/lesser.html">GNU Lesser General Public License.</a>
 
23
                This permits third parties to use these parts of our code in
 
24
                their proprietary programs to interface to Bacula.
 
25
                <h3>Public Domain</h3>
 
26
                Some of the Bacula code has been released to the public domain.
 
27
                E.g. md5.c, SQLite.
 
28
                <h3>Trademark</h3>
 
29
                Bacula<sup>&reg;</sup>is a registered trademark of Kern Sibbald and John
 
30
                Walker.
 
31
 
 
32
                <p>We have done this to ensure that any variant of Bacula will
 
33
                be exactly compatible with the program that we have released.
 
34
                The use of the name <b>Bacula</b> is restricted to software systems
 
35
                that agree exactly with the program presented here.
 
36
                </p>
 
37
        </td>
 
38
</tr>
 
39
</table>
 
40
 
 
41
<? require_once("inc/footer.php"); ?>