]> git.sur5r.net Git - bacula/docs/blob - docs/home-page/de/pages/license.php
Tweak bacula.org html meta data
[bacula/docs] / docs / home-page / de / pages / license.php
1 <? require_once("inc/header.php"); ?>
2 <table>
3 <tr> no longer needed, the link on the website points to the dev-manual
4         <td class="contentTopic">
5                 Bacula Urheberrecht, Handelsmarke und Lizenz
6         </td>
7 </tr>
8 <tr>
9   <td class="content">
10         Bacula verwendet eine Reihe unterschiedlicher Lizenzen.
11      <h3>GPL</h3>
12         Der wesentliche Teil des Quelltextes ist unter der 
13      <a href="rel-manual/gpl.html">GNU General Public License version 2.</a>
14         ver&ouml;ffentlicht.
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/lesser.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"); ?>