From d4e020eb4a9cac5246d3b144aed4baa830d22e99 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Wed, 13 Jul 2022 08:50:25 -0400 Subject: [PATCH] reuse compliance --- .pre-commit-config.yaml | 2 +- .reuse/dep5 | 13 +++++++++++-- LICENSES/MIT.txt | 9 +++++++++ 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 LICENSES/MIT.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a89efbc2..9074dcaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks -exclude: ^(cmake/ECM|cmake/KDAB/) +exclude: ^(cmake/ECM|cmake/KDAB/|src/3rdparty/) repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 diff --git a/.reuse/dep5 b/.reuse/dep5 index ec0227e8..88b9c0f9 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -9,12 +9,12 @@ Copyright: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company License: GPL-2.0-only OR GPL-3.0-only #misc config files -Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format .clang-format .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc appveyor.yml code.dev-*.code-workspace docs/api/Doxyfile.cmake distro/* +Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format .clang-format .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc appveyor.yml mkdocs.yml code.dev-*.code-workspace code.dev*.code-workspace docs/api/Doxyfile.cmake distro/* Copyright: 2019-2022 Klarälvdalens Datakonsult AB, a KDAB Group company License: GPL-2.0-only OR GPL-3.0-only License: BSD-3-Clause @@ -28,3 +28,12 @@ License: GPL-2.0-only OR GPL-3.0-only Files: cmake/ECM/modules/* Copyright: The KDE Project License: BSD-3-Clause + +#3rdparty C++ +Files: src/3rdparty/kdbindings/genindex_array.h +Copyright: 2021 Jeremy Burns +License: MIT + +Files: src/3rdparty/doctest/doctest.h +Copyright: 2016-2021 Viktor Kirilov +License: MIT diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt new file mode 100644 index 00000000..2071b23b --- /dev/null +++ b/LICENSES/MIT.txt @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.