From 8ad613edee70e2f68a52eba458a82f55b103ad44 Mon Sep 17 00:00:00 2001 From: fattori_g Date: Wed, 14 May 2025 10:58:38 +0200 Subject: [PATCH] Add third_party_licenses.txt --- third_party_licenses.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 third_party_licenses.txt diff --git a/third_party_licenses.txt b/third_party_licenses.txt new file mode 100644 index 0000000..e90bbcb --- /dev/null +++ b/third_party_licenses.txt @@ -0,0 +1,24 @@ +This project uses the following third-party libraries: + +--- + +GDCM (Grassroots DICOM) +Website: https://github.com/malaterre/GDCM +License: BSD-style license + +--- + +VTK (The Visualization Toolkit) +Website: https://vtk.org/ +License: BSD 3-Clause License + +--- + +ITK (Insight Segmentation and Registration Toolkit) +Website: https://itk.org/ +License: Apache License 2.0 + +--- + +These libraries are used as external dependencies and are not redistributed with this source code. +Please refer to their respective websites for full license texts. \ No newline at end of file