Ignore:
Timestamp:
23/01/2010 17:11:24 (2 years ago)
Author:
chris
Message:

Switch license to GPL for backup parts, and dual GPL/BSD for common
parts, as discussed and agreed in this thread:

 http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html

File:
1 moved

Legend:

Unmodified
Added
Removed
  • box/trunk/LICENSE-GPL.txt

    r2290 r2596  
    11Box Backup, http://www.boxbackup.org/ 
    22 
    3 Copyright (c) 2003-2008 Ben Summers and contributors. All rights reserved. 
    4   
    5 Redistribution and use in source and binary forms, with or without 
    6 modification, are permitted provided that the following conditions 
    7 are met: 
     3Copyright (c) 2003-2010, Ben Summers and contributors. 
     4All rights reserved. 
    85 
    9 1. Redistributions of source code must retain the above copyright 
    10    notice, this list of conditions and the following disclaimer. 
     6Note that this project uses mixed licensing. Any file with this license 
     7attached, or where the code LICENSE-GPL appears on the first line, falls 
     8under this license. See the file COPYING.txt for more information. 
    119 
    12 2. Redistributions in binary form must reproduce the above copyright 
    13    notice, this list of conditions and the following disclaimer in the 
    14    documentation and/or other materials provided with the distribution. 
     10This program is free software; you can redistribute it and/or 
     11modify it under the terms of the GNU General Public License 
     12as published by the Free Software Foundation; either version 2 
     13of the License, or (at your option) any later version. 
    1514 
    16 3. All use of this software and associated advertising materials must  
    17    display the following acknowledgement: 
     15This program is distributed in the hope that it will be useful, 
     16but WITHOUT ANY WARRANTY; without even the implied warranty of 
     17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     18GNU General Public License for more details. 
    1819 
    19         This product includes software developed by Ben Summers and 
    20         contributors. 
     20You should have received a copy of the GNU General Public License 
     21along with this program; if not, write to the Free Software 
     22Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA. 
    2123 
    22 4. The names of the Authors may not be used to endorse or promote 
    23    products derived from this software without specific prior written 
    24    permission. 
     24[http://www.gnu.org/licenses/old-licenses/gpl-2.0.html#SEC4] 
    2525 
    26 [Where legally impermissible the Authors do not disclaim liability for  
    27 direct physical injury or death caused solely by defects in the software  
    28 unless it is modified by a third party.] 
    29  
    30 THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR 
    31 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
    32 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
    33 DISCLAIMED.  IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, 
    34 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
    35 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
    36 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
    37 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 
    38 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
    39 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
    40 POSSIBILITY OF SUCH DAMAGE. 
     26You may find a full copy of the GPLv2 license at: 
     27[http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt] 
Note: See TracChangeset for help on using the changeset viewer.