]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/fr/pages/license.php
Add French home-page, correct build of French manual
[bacula/docs] / docs / home-page / fr / pages / license.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"); ?>