-
Notifications
You must be signed in to change notification settings - Fork 0
/
LICENSE-FAQ
116 lines (94 loc) · 4.84 KB
/
LICENSE-FAQ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Affero General Public License
History:
The original Bacula code was Copyright Kern Sibbald and John Walker.
After November 2004, it became Copyright Kern Sibbald, and finally,
the copyright was transferred to the Free Software Foundation Europe
on 15 November 2006. The license was changed from GPLv2 to AGPLv3
on 24 July 2010.
Trademark:
The name Bacula is a registered trademark of Kern Sibbald.
"Fair use" of the trademark is permitted following standard customs
that any prominent use (e.g. cover of a book) or the first use of
the name Bacula will include a trademark symbol. If you fork the
Bacula project and make any significant changes to the functionality
of Bacula, to avoid confusion between your fork and Bacula, you must
give your fork another name. You are not required to remove all
references to Bacula in the source code or "fair uses" in the
documentation.
===================================
What follows is information from the authors of the code:
License:
To the best of our knowledge, all code used in Bacula, which is
copyrighted by a third party, has licenses that are compatible
with the OpenSSL license, and so given the exceptions that we have
made to the AGPLv3 above, Bacula can be freely linked and distributed
with the OpenSSL libraries, and in binary form with the Microsoft
VSS libraries.
Intellectual Property rights:
Recipient understands that although each Contributor to Bacula grants
the licenses to its Contributions set forth herein, no assurances are
provided by any Contributor that the Program does not infringe the
patent or other intellectual property rights of any other entity.
Each Contributor disclaims any liability to Recipient for claims
brought by any other entity based on infringement of intellectual
property rights or otherwise. As a condition to exercising the rights
and licenses granted hereunder, each Recipient hereby assumes sole
responsibility to secure any other intellectual property rights
needed, if any. For example, if a third party patent license is
required to allow Recipient to distribute the Program, it is
Recipient's responsibility to acquire that license before distributing
the Program.
Copyrights:
Each Contributor to Bacula represents that to its knowledge it has
sufficient copyright rights in its Contribution, if any, to grant
the copyright license set forth in this Agreement.
Other Licenses used in some source files:
GPLv2 or later license:
src/tools/bsmtp.c
Copyright (C) 1997 Ralf S. Engelschall, All Rights Reserved.
(note, bsmtp.c does not use OpenSSL, nor is it used with the code
of any other part of Bacula)
3 clause BSD License notice for inclusion with the binary:
src/lib/fnmatch.c
* Copyright (c) 1989, 1993, 1994
* The Regents of the University of California. All rights reserved.
src/lib/fnmatch.h
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
Permissive licenses:
src/lib/var.c/h
** OSSP var - Variable Expansion
** Copyright (c) 2001-2002 Ralf S. Engelschall <[email protected]>
** Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
** Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
src/lib/bsnprintf.c
* Copyright Patrick Powell 1995
src/bregex.c/h
* Copyright (c) 1991 Tatu Ylonen, Espoo, Finland
src/lib/sha1.c/h
Copyright (C) The Internet Society (2001). All Rights Reserved.
src/win32/compat/getopt.c
"... licensed under IBM copyrights to use the IBM-provided source code
in any way he or she deems fit ..."
src/win32/compat/sys/mtio.h (LGPL)
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Bacula can be enabled with data encryption and/or communications
encryption. If this is the case, you will be including OpenSSL code that
that contains cryptographic software written by Eric Young
([email protected]) and also software written by Tim Hudson
There are parts of Bacula that are licensed under the LGPL so
that those files may be used in proprietary code to interface with
Bacula.
Finally there are parts of Bacula that are in the public domain.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.