]> git.sur5r.net Git - bacula/bacula/blob - bacula/LICENSE
This patch has been in the FreeBSD port for some time.
[bacula/bacula] / bacula / LICENSE
1 Trademark:
2 The name Bacula is a registered trademark.
3
4 ===================================
5
6 License:
7 For the most part, Bacula is licensed under the GPL version 2         
8 and any code that is Copyright Kern Sibbald and John Walker or
9 Copyright Kern Sibbald (after November 2004) with the GPL
10 indication is so licensed, but with the following four additions:
11
12 Linking: 
13 Bacula may be linked with any libraries permitted under the GPL,
14 or with any non-GPLed libraries, including OpenSSL, that are
15 required for its proper functioning, providing the source code of
16 those non-GPLed libraries is non-proprietary and freely
17 available to the public.
18
19 IP rights:
20 Recipient understands that although each Contributor grants the
21 licenses to its Contributions set forth herein, no assurances are
22 provided by any Contributor that the Program does not infringe
23 the patent or other intellectual property rights of any other
24 entity.  Each Contributor disclaims any liability to Recipient
25 for claims brought by any other entity based on infringement of
26 intellectual property rights or otherwise.  As a condition to
27 exercising the rights and licenses granted hereunder, each
28 Recipient hereby assumes sole responsibility to secure any other
29 intellectual property rights needed, if any.  For example, if a
30 third party patent license is required to allow Recipient to
31 distribute the Program, it is Recipient's responsibility to
32 acquire that license before distributing the Program.
33
34 Copyrights:
35 Each Contributor represents that to its knowledge it has
36 sufficient copyright rights in its Contribution, if any, to grant
37 the copyright license set forth in this Agreement.
38
39 Code falling under the above conditions will be marked as follows:
40
41    Copyright (C) 2000-2006 Kern Sibbald
42
43    This program is free software; you can redistribute it and/or
44    modify it under the terms of the GNU General Public License
45    version 2 as amended with additional clauses defined in the
46    file LICENSE in the main source directory.
47
48    This program is distributed in the hope that it will be useful,
49    but WITHOUT ANY WARRANTY; without even the implied warranty of
50    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
51    the file LICENSE for additional details.
52
53
54 Windows:
55 Certain source code used to build the Windows version of the Bacula
56 File daemon is copyrighted and or trademarked by Microsoft and may
57 contain Microsoft intellectual property (examples: Microsoft VC++, the
58 source to the VSS libraries, the Microsoft C runtime libraries).  As
59 such we cannot and do not distribute that software. We are permitted
60 however to distribute Bacula in binary form with the necessary Microsoft
61 libraries linked in.
62
63 You may obtain the parts that we cannot distribute as follows.  The
64 Microsoft compiler available for purchase, and Microsoft provides a free
65 version of the compiler.  The source code and libraries are available for
66 download from Microsoft public Web servers.  We have documented in the
67 src/win32 directory the URLs from which we obtained the library source, and
68 how we build the Windows File daemon and many users have succeeded in doing
69 so themselves.  Our intention is to respect as closely as possible Open
70 Source practices while maintaining full respect for proprietary and
71 copyrighted code.
72
73 =====================================
74
75 The entire GPL is reproduced in the manuals distributed with the
76 Bacula documentation and can also be found online on the GNU web site
77 as well as at www.bacula.org. You may also obtain a copy of the
78 GPL (or LGPL) by writing to: Free Software Foundation, Inc., 
79 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
80
81 Certain parts of the Bacula software are licensed by their
82 copyright holder(s) under the GPL with no modifications.  These
83 software files are clearly marked as such.
84
85 There are parts of Bacula that are licensed under the LGPL so
86 that they may be used in proprietary code to interface with
87 Bacula.
88
89 Finally there are parts of Bacula that are in the public domain.
90              
91 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
92 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
93 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
94 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
95 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
96 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
97 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
98 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
99 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
100 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
101 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.