M8Thor includes rsync 3.4.4 =========================== M8Thor copies your SD card with rsync, which ships inside the app as a separate program (Contents/MacOS/rsync). M8Thor starts it as its own process; rsync is not part of M8Thor's code. rsync is free software, licensed under the GNU General Public License, version 3 — see COPYING in this folder. Copyright (C) 1996-2026 by Andrew Tridgell, Wayne Davison, and others. https://rsync.samba.org/ Source code ----------- The complete corresponding source ships with the app, in this folder: rsync-3.4.4.tar.gz the unmodified upstream release https://download.samba.org/pub/rsync/src/rsync-3.4.4.tar.gz SHA-256 bd88cf82fa653da32314fb229136407c5c90f80d1758d8f4b091767877d8fa96 xxHash-0.8.3.tar.gz the unmodified xxHash release linked into the binary https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz SHA-256 aae608dfe8213dfd05d909a57718ef82f30722c392344583d3f39050c7f29a80 build-rsync.sh the script that built the included binary from them You may copy, modify and redistribute rsync under the terms of the GPLv3. Components compiled into rsync ------------------------------ popt Copyright (c) 1998 Red Hat Software — MIT license, see popt-COPYING zlib Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler — zlib license, see zlib-LICENSE xxHash Copyright (c) 2012-2021 Yann Collet — BSD 2-Clause license (the library; its xxhsum tool is not included), see xxhash-LICENSE rsync is provided WITHOUT ANY WARRANTY; see sections 15 and 16 of the GPLv3.