| 1 | Box Backup, http://www.boxbackup.org/ |
|---|
| 2 | |
|---|
| 3 | Copyright (c) 2003-2010, Ben Summers and contributors. |
|---|
| 4 | All rights reserved. |
|---|
| 5 | |
|---|
| 6 | The license of the code was changed on 23-Jan-2010 in order to meet the |
|---|
| 7 | Fedora Project's definition of Free Software, and therefore allow inclusion |
|---|
| 8 | in Fedora, Red Hat Linux and CentOS. This also solves a long-standing |
|---|
| 9 | incompatibility with the GNU Readline library that prevented us from |
|---|
| 10 | distributing Box Backup binaries compiled against that library. You can |
|---|
| 11 | review our discussions of the change in the mailing list archives at: |
|---|
| 12 | http://lists.boxbackup.org/pipermail/boxbackup/2010-January/000005.html |
|---|
| 13 | |
|---|
| 14 | Note that this project uses mixed licensing. Different parts of the project |
|---|
| 15 | may be used and distributed under different licenses, as described below. |
|---|
| 16 | The two licenses used are "Box Backup GPL" and a BSD-style license. |
|---|
| 17 | |
|---|
| 18 | For full details of the license, please read the included COPYING.txt file. |
|---|
| 19 | |
|---|
| 20 | Unless stated otherwise in the file, all files in the following directories |
|---|
| 21 | fall under the "Box Backup GPL" license, described below: |
|---|
| 22 | |
|---|
| 23 | bin/bbackupctl |
|---|
| 24 | bin/bbackupd |
|---|
| 25 | bin/bbackupobjdump |
|---|
| 26 | bin/bbackupquery |
|---|
| 27 | bin/bbstoreaccounts |
|---|
| 28 | bin/bbstored |
|---|
| 29 | bin/s3simulator |
|---|
| 30 | lib/backupclient |
|---|
| 31 | lib/backupstore |
|---|
| 32 | test/backupdiff |
|---|
| 33 | test/backupstore |
|---|
| 34 | test/backupstorefix |
|---|
| 35 | test/backupstorepatch |
|---|
| 36 | test/bbackupd |
|---|
| 37 | contrib/bbadmin |
|---|
| 38 | contrib/bbreporter |
|---|
| 39 | contrib/cygwin |
|---|
| 40 | contrib/debian |
|---|
| 41 | contrib/mac_osx |
|---|
| 42 | contrib/redhat |
|---|
| 43 | contrib/rpm |
|---|
| 44 | contrib/solaris |
|---|
| 45 | contrib/suse |
|---|
| 46 | contrib/windows |
|---|
| 47 | distribution/boxbackup |
|---|
| 48 | |
|---|
| 49 | The "Box Backup GPL" license text may be found in the file |
|---|
| 50 | LICENSE-GPL.txt, or online at: |
|---|
| 51 | [https://www.boxbackup.org/svn/box/trunk/LICENSE-GPL.txt] |
|---|
| 52 | |
|---|
| 53 | Unless stated otherwise in the file, all files in the following directories |
|---|
| 54 | are dual licensed under the BSD and GPL licenses. You may use and distribute |
|---|
| 55 | them providing that you comply EITHER with the terms of the BSD license, |
|---|
| 56 | OR the GPL license. It is not necessary to comply with both licenses, |
|---|
| 57 | only one. |
|---|
| 58 | |
|---|
| 59 | lib/common |
|---|
| 60 | lib/compress |
|---|
| 61 | lib/crypto |
|---|
| 62 | lib/httpserver |
|---|
| 63 | lib/intercept |
|---|
| 64 | lib/raidfile |
|---|
| 65 | lib/server |
|---|
| 66 | lib/win32 |
|---|
| 67 | test/basicserver |
|---|
| 68 | test/common |
|---|
| 69 | test/compress |
|---|
| 70 | test/crypto |
|---|
| 71 | test/httpserver |
|---|
| 72 | test/raidfile |
|---|
| 73 | test/win32 |
|---|
| 74 | infrastructure |
|---|
| 75 | distribution |
|---|
| 76 | |
|---|
| 77 | The dual license text may be found in the file |
|---|
| 78 | LICENSE-DUAL.txt, or online at: |
|---|
| 79 | [https://www.boxbackup.org/svn/box/trunk/LICENSE-DUAL.txt] |
|---|