Carbon Copy Cloner Public Source Code Credits |
|||
Localizations
I would like to thank the following people for their generous help in translating CCC into other languages:
- German: Martin Kowalewski
- Japanese: Tadahisa SUGISAKI
- Italian: Francesco Magariello
- Spanish: Victor Bottacco [website]
- Dutch: Alexander Henket
Opensource Credits
Carbon Copy Cloner contains portions of source code available under the Apple Public Source License. That code may be downloaded by clicking the links below.
- copyfile.c (Portions I borrowed: metadata.m)
- vsdbutil_main.c (View my modifications: vsdbutil.h and vsdbutil.c)
Carbon Copy Cloner also includes, independently in binary form, rsync version 3.0.3. rsync is made available under the GNU General Public License. Per the license requirements, the source code and my modifications may be downloaded via the links provided below. This modified software is provided at no cost and with no warranty, also per the GNU GPL.
- Download the complete rsync 3.0.3 project
- Download the rsync 3.0.3 patches
- Download the diff file (diff between 3.0.3 + [crtimes.diff, fileflags.diff, and backup-dir-dels.diff] and my modifications)
- View the GNU GPL
Carbon Copy Cloner is not a derivative work of rsync, nor does it depend on rsync for ordinary operation. Rsync is included as a convenience and an option, and called in binary form as required.
Disclaimer
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.