]> git.sur5r.net Git - bacula/bacula/blob - bacula/LICENSE
Clarify license points
[bacula/bacula] / bacula / LICENSE
1 History:
2 The original Bacula code was Copyright Kern Sibbald and John Walker.
3 After November 2004, it became Copyright Kern Sibbald, and finally,
4 the copyright was transferred to the Free Software Foundation Europe
5 on 15 November 2006.
6
7 Trademark:
8 The name Bacula is a registered trademark.
9
10 ===================================
11
12 License:
13 For the most part, Bacula is licensed under the GPL version 2
14 this code is listed under Copyright Free Software Foundation
15 Europe e.V. A small part of the code (less than 20 files) is
16 copyrighted under the GPL by other people (FSF, Sun, ...). 
17
18 What follows is information from the authors of the code:
19
20 Linking: 
21 Bacula may be linked with any libraries permitted under the GPL.
22 However, if configured with encryption Bacula does use the
23 OpenSSL libraries which are, unfortunately, not compatible with
24 GPL v2.  To the best of our knowledge these libaries are not
25 distributed with Bacula code because they are shared objects, and
26 as such there is no conflict with the GPL according what I (Kern)
27 understand in talking to FSFE, and in any case, for the code that
28 I have written, I have no problems linking in OpenSSL (of course
29 this does not speak for the few files in Bacula that are
30 copyrighted by others).  If you take a more severe stance on this
31 issue, and you are going to distribute Bacula, then simply do not
32 use the --with-openssl when building your package, and no use of
33 OpenSSL even through dynamic linking will be included.
34              
35
36 IP rights:
37 Recipient understands that although each Contributor grants the
38 licenses to its Contributions set forth herein, no assurances are
39 provided by any Contributor that the Program does not infringe
40 the patent or other intellectual property rights of any other
41 entity.  Each Contributor disclaims any liability to Recipient
42 for claims brought by any other entity based on infringement of
43 intellectual property rights or otherwise.  As a condition to
44 exercising the rights and licenses granted hereunder, each
45 Recipient hereby assumes sole responsibility to secure any other
46 intellectual property rights needed, if any.  For example, if a
47 third party patent license is required to allow Recipient to
48 distribute the Program, it is Recipient's responsibility to
49 acquire that license before distributing the Program.
50
51 Copyrights:
52 Each Contributor represents that to its knowledge it has
53 sufficient copyright rights in its Contribution, if any, to grant
54 the copyright license set forth in this Agreement.
55
56 Code falling under the above conditions will be marked as follows:
57
58    Bacula® - The Network Backup Solution
59
60    Copyright (C) 2000-2006 Free Software Foundation Europe e.V.
61
62    The main author of Bacula is Kern Sibbald, with contributions from
63    many others, a complete list can be found in the file AUTHORS.
64    This program is Free Software; you can redistribute it and/or
65    modify it under the terms of version two of the GNU General Public
66    License as published by the Free Software Foundation, a copy of which
67    is in the LICENSE file
68
69    This program is distributed in the hope that it will be useful, but
70    WITHOUT ANY WARRANTY; without even the implied warranty of
71    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
72    General Public License for more details.
73
74    You should have received a copy of the GNU General Public License
75    along with this program; if not, write to the Free Software
76    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
77    02110-1301, USA.
78
79    Bacula® is a registered trademark of John Walker.
80    The licensor of Bacula is the Free Software Foundation Europe
81    (FSFE), Fiduciary Program, Sumatrastrasse 25, 8006 Zürich,
82    Switzerland, email:ftf@fsfeurope.org.
83
84
85 Windows:
86 Certain source code used to build the Windows version of the
87 Bacula File daemon is copyrighted and or trademarked by Microsoft
88 and may contain Microsoft intellectual property (examples:
89 Microsoft VC++, the source to the VSS libraries, the Microsoft C
90 runtime libraries).  As such we cannot and do not distribute that
91 software.  We are permitted however to distribut Bacula with the
92 necessary Microsoft libraries in binary form.
93
94 You may obtain the parts that we cannot distribute as follows.  The
95 Microsoft compiler available for purchase, and Microsoft provides a free
96 version of the compiler.  The source code and libraries are available for
97 download from Microsoft public Web servers.  We have documented in the
98 src/win32 directory the URLs from which we obtained the library source, and
99 how we build the Windows File daemon and many users have succeeded in doing
100 so themselves.  Our intention is to respect as closely as possible Open
101 Source practices while maintaining full respect for proprietary and
102 copyrighted code.
103
104 =====================================
105
106 The entire GPL is reproduced below, in the manuals distributed with the
107 Bacula documentation and can also be found online on the GNU web site
108 as well as at www.bacula.org. You may also obtain a copy of the
109 GPL (or LGPL) by writing to: Free Software Foundation, Inc., 
110 51 Franklin St, Fifth Floor, Boston, MA 02110-1301  USA
111
112 The Four Freedoms Guaranteed by the GPL:
113 Freedom zero is the freedom to run the program as you wish for any purpose. 
114
115 Freedom one is the freedom to study the source code and change it
116 to do what you wish.
117
118 Freedom two is the freedom to help your neighbour, that's the
119 freedom to make copies and distribute them to others when you
120 wish.
121
122 Freedom three is the freedom to help your community, that's the
123 freedom to publish or distribute modified versions when you wish.
124
125 Other Licenses:
126 Certain parts of the Bacula software are licensed by their
127 copyright holder(s) under the GPL. These software files are
128 clearly marked as such.
129
130 There are parts of Bacula that are licensed under the LGPL so
131 that they may be used in proprietary code to interface with
132 Bacula.
133
134 Finally there are parts of Bacula that are in the public domain.
135              
136 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
137 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
138 TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
139 PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
140 OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
141 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
142 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
143 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
144 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
145 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
146 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
147
148 ============== Text of GPL version 2 license ========
149
150                     GNU GENERAL PUBLIC LICENSE
151                        Version 2, June 1991
152
153  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
154  51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
155  Everyone is permitted to copy and distribute verbatim copies
156  of this license document, but changing it is not allowed.
157
158                             Preamble
159
160   The licenses for most software are designed to take away your
161 freedom to share and change it.  By contrast, the GNU General Public
162 License is intended to guarantee your freedom to share and change free
163 software--to make sure the software is free for all its users.  This
164 General Public License applies to most of the Free Software
165 Foundation's software and to any other program whose authors commit to
166 using it.  (Some other Free Software Foundation software is covered by
167 the GNU Library General Public License instead.)  You can apply it to
168 your programs, too.
169
170   When we speak of free software, we are referring to freedom, not
171 price.  Our General Public Licenses are designed to make sure that you
172 have the freedom to distribute copies of free software (and charge for
173 this service if you wish), that you receive source code or can get it
174 if you want it, that you can change the software or use pieces of it
175 in new free programs; and that you know you can do these things.
176
177   To protect your rights, we need to make restrictions that forbid
178 anyone to deny you these rights or to ask you to surrender the rights.
179 These restrictions translate to certain responsibilities for you if you
180 distribute copies of the software, or if you modify it.
181
182   For example, if you distribute copies of such a program, whether
183 gratis or for a fee, you must give the recipients all the rights that
184 you have.  You must make sure that they, too, receive or can get the
185 source code.  And you must show them these terms so they know their
186 rights.
187
188   We protect your rights with two steps: (1) copyright the software, and
189 (2) offer you this license which gives you legal permission to copy,
190 distribute and/or modify the software.
191
192   Also, for each author's protection and ours, we want to make certain
193 that everyone understands that there is no warranty for this free
194 software.  If the software is modified by someone else and passed on, we
195 want its recipients to know that what they have is not the original, so
196 that any problems introduced by others will not reflect on the original
197 authors' reputations.
198
199   Finally, any free program is threatened constantly by software
200 patents.  We wish to avoid the danger that redistributors of a free
201 program will individually obtain patent licenses, in effect making the
202 program proprietary.  To prevent this, we have made it clear that any
203 patent must be licensed for everyone's free use or not licensed at all.
204
205   The precise terms and conditions for copying, distribution and
206 modification follow.
207 \f
208                     GNU GENERAL PUBLIC LICENSE
209    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
210
211   0. This License applies to any program or other work which contains
212 a notice placed by the copyright holder saying it may be distributed
213 under the terms of this General Public License.  The "Program", below,
214 refers to any such program or work, and a "work based on the Program"
215 means either the Program or any derivative work under copyright law:
216 that is to say, a work containing the Program or a portion of it,
217 either verbatim or with modifications and/or translated into another
218 language.  (Hereinafter, translation is included without limitation in
219 the term "modification".)  Each licensee is addressed as "you".
220
221 Activities other than copying, distribution and modification are not
222 covered by this License; they are outside its scope.  The act of
223 running the Program is not restricted, and the output from the Program
224 is covered only if its contents constitute a work based on the
225 Program (independent of having been made by running the Program).
226 Whether that is true depends on what the Program does.
227
228   1. You may copy and distribute verbatim copies of the Program's
229 source code as you receive it, in any medium, provided that you
230 conspicuously and appropriately publish on each copy an appropriate
231 copyright notice and disclaimer of warranty; keep intact all the
232 notices that refer to this License and to the absence of any warranty;
233 and give any other recipients of the Program a copy of this License
234 along with the Program.
235
236 You may charge a fee for the physical act of transferring a copy, and
237 you may at your option offer warranty protection in exchange for a fee.
238
239   2. You may modify your copy or copies of the Program or any portion
240 of it, thus forming a work based on the Program, and copy and
241 distribute such modifications or work under the terms of Section 1
242 above, provided that you also meet all of these conditions:
243
244     a) You must cause the modified files to carry prominent notices
245     stating that you changed the files and the date of any change.
246
247     b) You must cause any work that you distribute or publish, that in
248     whole or in part contains or is derived from the Program or any
249     part thereof, to be licensed as a whole at no charge to all third
250     parties under the terms of this License.
251
252     c) If the modified program normally reads commands interactively
253     when run, you must cause it, when started running for such
254     interactive use in the most ordinary way, to print or display an
255     announcement including an appropriate copyright notice and a
256     notice that there is no warranty (or else, saying that you provide
257     a warranty) and that users may redistribute the program under
258     these conditions, and telling the user how to view a copy of this
259     License.  (Exception: if the Program itself is interactive but
260     does not normally print such an announcement, your work based on
261     the Program is not required to print an announcement.)
262 \f
263 These requirements apply to the modified work as a whole.  If
264 identifiable sections of that work are not derived from the Program,
265 and can be reasonably considered independent and separate works in
266 themselves, then this License, and its terms, do not apply to those
267 sections when you distribute them as separate works.  But when you
268 distribute the same sections as part of a whole which is a work based
269 on the Program, the distribution of the whole must be on the terms of
270 this License, whose permissions for other licensees extend to the
271 entire whole, and thus to each and every part regardless of who wrote it.
272
273 Thus, it is not the intent of this section to claim rights or contest
274 your rights to work written entirely by you; rather, the intent is to
275 exercise the right to control the distribution of derivative or
276 collective works based on the Program.
277
278 In addition, mere aggregation of another work not based on the Program
279 with the Program (or with a work based on the Program) on a volume of
280 a storage or distribution medium does not bring the other work under
281 the scope of this License.
282
283   3. You may copy and distribute the Program (or a work based on it,
284 under Section 2) in object code or executable form under the terms of
285 Sections 1 and 2 above provided that you also do one of the following:
286
287     a) Accompany it with the complete corresponding machine-readable
288     source code, which must be distributed under the terms of Sections
289     1 and 2 above on a medium customarily used for software interchange; or,
290
291     b) Accompany it with a written offer, valid for at least three
292     years, to give any third party, for a charge no more than your
293     cost of physically performing source distribution, a complete
294     machine-readable copy of the corresponding source code, to be
295     distributed under the terms of Sections 1 and 2 above on a medium
296     customarily used for software interchange; or,
297
298     c) Accompany it with the information you received as to the offer
299     to distribute corresponding source code.  (This alternative is
300     allowed only for noncommercial distribution and only if you
301     received the program in object code or executable form with such
302     an offer, in accord with Subsection b above.)
303
304 The source code for a work means the preferred form of the work for
305 making modifications to it.  For an executable work, complete source
306 code means all the source code for all modules it contains, plus any
307 associated interface definition files, plus the scripts used to
308 control compilation and installation of the executable.  However, as a
309 special exception, the source code distributed need not include
310 anything that is normally distributed (in either source or binary
311 form) with the major components (compiler, kernel, and so on) of the
312 operating system on which the executable runs, unless that component
313 itself accompanies the executable.
314
315 If distribution of executable or object code is made by offering
316 access to copy from a designated place, then offering equivalent
317 access to copy the source code from the same place counts as
318 distribution of the source code, even though third parties are not
319 compelled to copy the source along with the object code.
320 \f
321   4. You may not copy, modify, sublicense, or distribute the Program
322 except as expressly provided under this License.  Any attempt
323 otherwise to copy, modify, sublicense or distribute the Program is
324 void, and will automatically terminate your rights under this License.
325 However, parties who have received copies, or rights, from you under
326 this License will not have their licenses terminated so long as such
327 parties remain in full compliance.
328
329   5. You are not required to accept this License, since you have not
330 signed it.  However, nothing else grants you permission to modify or
331 distribute the Program or its derivative works.  These actions are
332 prohibited by law if you do not accept this License.  Therefore, by
333 modifying or distributing the Program (or any work based on the
334 Program), you indicate your acceptance of this License to do so, and
335 all its terms and conditions for copying, distributing or modifying
336 the Program or works based on it.
337
338   6. Each time you redistribute the Program (or any work based on the
339 Program), the recipient automatically receives a license from the
340 original licensor to copy, distribute or modify the Program subject to
341 these terms and conditions.  You may not impose any further
342 restrictions on the recipients' exercise of the rights granted herein.
343 You are not responsible for enforcing compliance by third parties to
344 this License.
345
346   7. If, as a consequence of a court judgment or allegation of patent
347 infringement or for any other reason (not limited to patent issues),
348 conditions are imposed on you (whether by court order, agreement or
349 otherwise) that contradict the conditions of this License, they do not
350 excuse you from the conditions of this License.  If you cannot
351 distribute so as to satisfy simultaneously your obligations under this
352 License and any other pertinent obligations, then as a consequence you
353 may not distribute the Program at all.  For example, if a patent
354 license would not permit royalty-free redistribution of the Program by
355 all those who receive copies directly or indirectly through you, then
356 the only way you could satisfy both it and this License would be to
357 refrain entirely from distribution of the Program.
358
359 If any portion of this section is held invalid or unenforceable under
360 any particular circumstance, the balance of the section is intended to
361 apply and the section as a whole is intended to apply in other
362 circumstances.
363
364 It is not the purpose of this section to induce you to infringe any
365 patents or other property right claims or to contest validity of any
366 such claims; this section has the sole purpose of protecting the
367 integrity of the free software distribution system, which is
368 implemented by public license practices.  Many people have made
369 generous contributions to the wide range of software distributed
370 through that system in reliance on consistent application of that
371 system; it is up to the author/donor to decide if he or she is willing
372 to distribute software through any other system and a licensee cannot
373 impose that choice.
374
375 This section is intended to make thoroughly clear what is believed to
376 be a consequence of the rest of this License.
377 \f
378   8. If the distribution and/or use of the Program is restricted in
379 certain countries either by patents or by copyrighted interfaces, the
380 original copyright holder who places the Program under this License
381 may add an explicit geographical distribution limitation excluding
382 those countries, so that distribution is permitted only in or among
383 countries not thus excluded.  In such case, this License incorporates
384 the limitation as if written in the body of this License.
385
386   9. The Free Software Foundation may publish revised and/or new versions
387 of the General Public License from time to time.  Such new versions will
388 be similar in spirit to the present version, but may differ in detail to
389 address new problems or concerns.
390
391 Each version is given a distinguishing version number.  If the Program
392 specifies a version number of this License which applies to it and "any
393 later version", you have the option of following the terms and conditions
394 either of that version or of any later version published by the Free
395 Software Foundation.  If the Program does not specify a version number of
396 this License, you may choose any version ever published by the Free Software
397 Foundation.
398
399   10. If you wish to incorporate parts of the Program into other free
400 programs whose distribution conditions are different, write to the author
401 to ask for permission.  For software which is copyrighted by the Free
402 Software Foundation, write to the Free Software Foundation; we sometimes
403 make exceptions for this.  Our decision will be guided by the two goals
404 of preserving the free status of all derivatives of our free software and
405 of promoting the sharing and reuse of software generally.
406
407                             NO WARRANTY
408
409   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
410 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
411 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
412 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
413 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
414 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
415 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
416 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
417 REPAIR OR CORRECTION.
418
419   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
420 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
421 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
422 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
423 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
424 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
425 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
426 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
427 POSSIBILITY OF SUCH DAMAGES.
428
429                      END OF TERMS AND CONDITIONS
430 \f
431             How to Apply These Terms to Your New Programs
432
433   If you develop a new program, and you want it to be of the greatest
434 possible use to the public, the best way to achieve this is to make it
435 free software which everyone can redistribute and change under these terms.
436
437   To do so, attach the following notices to the program.  It is safest
438 to attach them to the start of each source file to most effectively
439 convey the exclusion of warranty; and each file should have at least
440 the "copyright" line and a pointer to where the full notice is found.
441
442     <one line to give the program's name and a brief idea of what it does.>
443     Copyright (C) <year>  <name of author>
444
445     This program is free software; you can redistribute it and/or modify
446     it under the terms of the GNU General Public License as published by
447     the Free Software Foundation; either version 2 of the License, or
448     (at your option) any later version.
449
450     This program is distributed in the hope that it will be useful,
451     but WITHOUT ANY WARRANTY; without even the implied warranty of
452     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
453     GNU General Public License for more details.
454
455     You should have received a copy of the GNU General Public License
456     along with this program; if not, write to the Free Software
457     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
458
459
460 Also add information on how to contact you by electronic and paper mail.
461
462 If the program is interactive, make it output a short notice like this
463 when it starts in an interactive mode:
464
465     Gnomovision version 69, Copyright (C) year name of author
466     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
467     This is free software, and you are welcome to redistribute it
468     under certain conditions; type `show c' for details.
469
470 The hypothetical commands `show w' and `show c' should show the appropriate
471 parts of the General Public License.  Of course, the commands you use may
472 be called something other than `show w' and `show c'; they could even be
473 mouse-clicks or menu items--whatever suits your program.
474
475 You should also get your employer (if you work as a programmer) or your
476 school, if any, to sign a "copyright disclaimer" for the program, if
477 necessary.  Here is a sample; alter the names:
478
479   Yoyodyne, Inc., hereby disclaims all copyright interest in the program
480   `Gnomovision' (which makes passes at compilers) written by James Hacker.
481
482   <signature of Ty Coon>, 1 April 1989
483   Ty Coon, President of Vice
484
485 This General Public License does not permit incorporating your program into
486 proprietary programs.  If your program is a subroutine library, you may
487 consider it more useful to permit linking proprietary applications with the
488 library.  If this is what you want to do, use the GNU Lesser General
489 Public License instead of this License.
490
491 ===========================================