/ LICENSE.txt
LICENSE.txt
1 # SPDX-FileCopyrightText: Copyright (C) 2026 Marek Küthe <m.k@mk16.de> 2 # 3 # SPDX-License-Identifier: GPL-3.0-or-later 4 5 crazytrace is a network simulation program designed to test how traceroute implementations respond when a hop along the path replies with different addresses. It can also be used to build network topologies when it is sufficient for the hops to respond to pings. 6 7 crazytrace uses various libraries to provide its functionality. These are available under different licenses. Below is a list. 8 - libtuntap: ISC, https://github.com/LaKabane/libtuntap 9 - libtins: BSD-2-Clause, https://github.com/mfontanini/libtins/ 10 - yaml-cpp: MIT, https://github.com/jbeder/yaml-cpp 11 - boost: BSL-1.0, https://www.boost.org/ 12 13 Depending on the build configuration, the following libraries are also used: 14 - libcap-ng: LGPL-2.1-or-later, https://github.com/stevegrubb/libcap-ng/ 15 - libseccomp: LGPL-2.1-or-later, https://github.com/seccomp/libseccomp/ 16 - landlock: https://landlock.io/ 17 - capsicum 18 19 crazytrace itself is available under the GPL-3.0-or-later license. Each file is REUSE-compliant and includes a SPDX header.