From a670547a7e108d87a54b032e4fd90db40d3deca5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 30 Sep 2007 18:55:00 +0000 Subject: [PATCH] Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5700 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/COPYRIGHT | 2 + bacula/LICENSE | 104 ++++++++++++----------------------------------- 2 files changed, 28 insertions(+), 78 deletions(-) create mode 100644 bacula/COPYRIGHT diff --git a/bacula/COPYRIGHT b/bacula/COPYRIGHT new file mode 100644 index 0000000000..062c2fbb48 --- /dev/null +++ b/bacula/COPYRIGHT @@ -0,0 +1,2 @@ +Please see the file LICENSE concerning the terms of the license, +copying and such. diff --git a/bacula/LICENSE b/bacula/LICENSE index 07a17f8eee..231067831d 100644 --- a/bacula/LICENSE +++ b/bacula/LICENSE @@ -12,27 +12,24 @@ The name Bacula is a registered trademark. License: For the most part, Bacula is licensed under the GPL version 2 this code is listed under Copyright Free Software Foundation -Europe e.V. A small part of the code (less than 10 files) is -copyrighted under the GPL by FSF, or under BSD licenses by various -authors (see below). - -What follows is information from the authors of the code: +Europe e.V. What follows are the addition(s) to the GPL version +2 license, for code that is copyrighted as noted above. Linking: -Bacula may be linked with any libraries permitted under the GPL. -However, if configured with encryption Bacula does use the -OpenSSL libraries which are, unfortunately, not compatible with -GPL v2. To the best of our knowledge these libraries are not -distributed with Bacula code because they are shared objects, and -as such there is no conflict with the GPL according what I (Kern) -understand in talking to FSFE, and in any case, for the code that -I have written, I have no problems linking in OpenSSL (of course -this does not speak for the few files in Bacula that are -copyrighted by others). If you take a more severe stance on this -issue, and you are going to distribute Bacula, then simply do not -use the --with-openssl when building your package, and no use of -OpenSSL even through dynamic linking will be included. +As a special exception to the GPLv2, the Bacula Project gives +permission to link the code of its release of Bacula with the OpenSSL +project's "OpenSSL" library (or with modified versions of it that use +the same license as the "OpenSSL" library), and distribute the linked +executables. You must obey the GNU General Public License in all +respects for all of the code used other than "OpenSSL". If you modify +a particular file, you may extend this exception to your version of the file, +but you are not obligated to do so. If you do not wish this exception +to apply to your code, clearly indicate so in the file. +=================================== + + +What follows is information from the authors of the code: IP rights: Recipient understands that although each Contributor grants the @@ -64,8 +61,8 @@ Code falling under the above conditions will be marked as follows: many others, a complete list can be found in the file AUTHORS. This program is Free Software; you can redistribute it and/or modify it under the terms of version two of the GNU General Public - License as published by the Free Software Foundation, a copy of which - is in the LICENSE file + License as published by the Free Software Foundation plus additions + that are listed in the file LICENSE. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -102,67 +99,12 @@ so themselves. Our intention is to respect as closely as possible Open Source practices while maintaining full respect for proprietary and copyrighted code. -BSD code used in the Windows version only: -Code falling under the BSD license has the following license: - - Copyright (c)2002-2003 Mark K. Kim - All rights reserved. - - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - - * Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - - * Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - - * Neither the original author of this software nor the names of its - contributors may be used to endorse or promote products derived - from this software without specific prior written permission. - - 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. - - -===================================== - -The entire GPL is reproduced below, in the manuals distributed with the -Bacula documentation and can also be found online on the GNU web site -as well as at www.bacula.org. You may also obtain a copy of the -GPL (or LGPL) by writing to: Free Software Foundation, Inc., -51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - -The Four Freedoms Guaranteed by the GPL: -Freedom zero is the freedom to run the program as you wish for any purpose. - -Freedom one is the freedom to study the source code and change it -to do what you wish. - -Freedom two is the freedom to help your neighbour, that's the -freedom to make copies and distribute them to others when you -wish. - -Freedom three is the freedom to help your community, that's the -freedom to publish or distribute modified versions when you wish. Other Licenses: Certain parts of the Bacula software are licensed by their -copyright holder(s) under the GPL or under the BSD license. -These software files are clearly marked as such. +copyright holder(s) under the BSD license or an IBM license. +These software files are clearly marked as such. The Bacula authors +have no copyright or other claim over that software. Bacula can be enabled with data encryption and/or communications encryption. If this is the case, you will be including OpenSSL code that @@ -191,6 +133,12 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ===================================== +The entire GPL is reproduced below, in the manuals distributed with the +Bacula documentation and can also be found online on the GNU web site +as well as at www.bacula.org. You may also obtain a copy of the +GPL (or LGPL) by writing to: Free Software Foundation, Inc., +51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + ============== Text of GPL version 2 license ======== GNU GENERAL PUBLIC LICENSE -- 2.39.5