]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/fr/pages/license.php
Update trademark citation
[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             <a href="rel-manual/GNU_General_Public_License.html">GNU General Public License version 2.</a>
15             Most of this code is copyrighted:
16             Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
17             <p>Portions may be copyrighted by other people (ATT, the
18             Free Software Foundation, ...).
19             <h3>LGPL</h3>
20             Some of the Bacula library source code is released under the
21             <a href="rel-manual/GNU_Lesser_General_Public.html">GNU Lesser General Public License.</a>
22             This permits third parties to use these parts of our code in
23             their proprietary programs to interface to Bacula.
24             <h3>Public Domain</h3>
25             Some of the Bacula code has been released to the public domain.
26             E.g. md5.c, SQLite.
27             <h3>Trademark</h3>
28             Bacula<sup>&reg;</sup>is a registered trademark of Kern Sibbald.
29
30             <p>We have done this to ensure that any variant of Bacula will
31             be exactly compatible with the program that we have released.
32             The use of the name <b>Bacula</b> is restricted to software systems
33             that agree exactly with the program presented here.
34             </p>
35     </td>
36 </tr>
37 </table>
38
39 <? require_once("inc/footer.php"); ?>