From ecd4e49345ef4075240318d02a095f011ffcdbf8 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Thu, 21 Nov 2024 06:15:12 -0500 Subject: [PATCH] reuse - convert to REUSE.toml --- .reuse/dep5 | 66 ------------------------------------- REUSE.toml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+), 66 deletions(-) delete mode 100644 .reuse/dep5 create mode 100644 REUSE.toml diff --git a/.reuse/dep5 b/.reuse/dep5 deleted file mode 100644 index c77edb5f..00000000 --- a/.reuse/dep5 +++ /dev/null @@ -1,66 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: KDSoap -Upstream-Contact: -Source: https://www.github.com/KDAB/KDSoap - -#misc source code -Files: unittests/*/*.xsd unittests/*/*.wsdl unittests/*/*.XSD unittests/*/*.xml testtools/*.qrc examples/*/*.qrc examples/*/*.wsdl *.html *.css docs/manual/*.pdf *.bat *.pem -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#artwork -Files: images/*.png docs/api/*.png docs/*.png docs/*.odg examples/*/*.mng examples/*/*.gif -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc documentation -Files: *md *.txt *.html docs/manual/*.pdf -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: MIT - -#misc config files -Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clang-tidy .clazy .codedocs .gitignore .gitmodules .mdlrc .mdlrc.rb .pep8 .pylintrc docs/api/Doxyfile.cmake distro/* -Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company -License: BSD-3-Clause - -Files: kdwsdl2cpp/schemas/soapenc-1.1.xsd -Copyright: 2001 DevelopMentor and 2001 W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. -License: W3C - -Files: kdwsdl2cpp/schemas/soapenc-1.2.xsd -Copyright: 2003 W3C(R) (MIT, ERCIM, Keio), All Rights Reserved. -License: W3C - -Files: kdwsdl2cpp/schemas/schemas.qrc -Copyright: 2005 Tobias Koenig -License: MIT - -#3rdparty -Files: cmake/ECM/modules/* -Copyright: The KDE Project -License: BSD-3-Clause - -Files: unittests/groupwise_wsdl/*.xsd unittests/groupwise_wsdl/*.wsdl -Copyright: 2005-2006 Novell, Inc All Rights reserved. -License: GPL-2.0-only OR LicenseRef-Novell - -Files: unittests/salesforce_wsdl/*.wsdl -Copyright: 1999-2010 salesforce.com, inc. All Rights reserved. -License: BSD-3-Clause - -Files: unittests/soap_over_udp/*.wsdl unittests/soap_over_udp/docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-schema-os.xsd unittests/soap_over_udp/www.w3.org/2006/03/addressing/ws-addr.xsd -Copyright: 2009 OASIS(r) All Rights reserved. -License: LicenseRef-OASIS - -Files: unittests/webcalls_wsdl/*.wsdl -Copyright: 2003-2004 The Sporting Exchange Limited. All rights reserved. -License: LicenseRef-SportingExchange - -Files: unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2005/04/discovery/ws-discovery.xsd unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2004/08/addressing unittests/ws_discovery_wsdl/*.wsdl -Copyright: pyright © 2002-2004 BEA Systems Inc., International Business Machines Corporation, Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights reserved. -License: LicenseRef-Microsoft - -# doxygen awesome -Files: docs/api/doxygen-awesome.css -Copyright: 2021 - 2023 jothepro -License: MIT diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 00000000..098fe992 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,94 @@ +version = 1 +SPDX-PackageName = "KDSoap" +SPDX-PackageSupplier = "" +SPDX-PackageDownloadLocation = "https://www.github.com/KDAB/KDSoap" + +#misc source code +[[annotations]] +path = ["unittests/**/**.xsd", "unittests/**/**.wsdl", "unittests/**/**.XSD", "unittests/**/**.xml", "testtools/**.qrc", "examples/**/**.qrc", "examples/**/**.wsdl", "**.html", "**.css", "docs/manual/**.pdf", "**.bat", "**.pem"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT" + +#artwork +[[annotations]] +path = ["images/**.png", "docs/api/**.png", "docs/**.png", "docs/**.odg", "examples/**/**.mng", "examples/**/**.gif"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT" + +#misc documentation +[[annotations]] +path = ["**md", "**.txt", "**.html", "docs/manual/**.pdf"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "MIT" + +#misc config files +[[annotations]] +path = [".pre-commit-config.yaml", ".codespellrc", ".krazy", ".cmake-format.py", ".clang-format", ".clang-tidy", ".clazy", ".codedocs", ".gitignore", ".gitmodules", ".mdlrc", ".mdlrc.rb", ".pep8", ".pylintrc", "docs/api/Doxyfile.cmake", "distro/**", "REUSE.toml"] +precedence = "aggregate" +SPDX-FileCopyrightText = "Klarälvdalens Datakonsult AB, a KDAB Group company " +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = "kdwsdl2cpp/schemas/soapenc-1.1.xsd" +precedence = "aggregate" +SPDX-FileCopyrightText = "2001 DevelopMentor and 2001 W3C (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved." +SPDX-License-Identifier = "W3C" + +[[annotations]] +path = "kdwsdl2cpp/schemas/soapenc-1.2.xsd" +precedence = "aggregate" +SPDX-FileCopyrightText = "2003 W3C(R) (MIT, ERCIM, Keio), All Rights Reserved." +SPDX-License-Identifier = "W3C" + +[[annotations]] +path = "kdwsdl2cpp/schemas/schemas.qrc" +precedence = "aggregate" +SPDX-FileCopyrightText = "2005 Tobias Koenig " +SPDX-License-Identifier = "MIT" + +#3rdparty +[[annotations]] +path = "cmake/ECM/modules/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "The KDE Project" +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = ["unittests/groupwise_wsdl/**.xsd", "unittests/groupwise_wsdl/**.wsdl"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2005-2006 Novell, Inc All Rights reserved." +SPDX-License-Identifier = "GPL-2.0-only OR LicenseRef-Novell" + +[[annotations]] +path = "unittests/salesforce_wsdl/**.wsdl" +precedence = "aggregate" +SPDX-FileCopyrightText = "1999-2010 salesforce.com, inc. All Rights reserved." +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = ["unittests/soap_over_udp/**.wsdl", "unittests/soap_over_udp/docs.oasis-open.org/ws-dd/discovery/1.1/os/wsdd-discovery-1.1-schema-os.xsd", "unittests/soap_over_udp/www.w3.org/2006/03/addressing/ws-addr.xsd"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2009 OASIS(r) All Rights reserved." +SPDX-License-Identifier = "LicenseRef-OASIS" + +[[annotations]] +path = "unittests/webcalls_wsdl/**.wsdl" +precedence = "aggregate" +SPDX-FileCopyrightText = "2003-2004 The Sporting Exchange Limited. All rights reserved." +SPDX-License-Identifier = "LicenseRef-SportingExchange" + +[[annotations]] +path = ["unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2005/04/discovery/ws-discovery.xsd", "unittests/ws_discovery_wsdl/schemas.xmlsoap.org/ws/2004/08/addressing", "unittests/ws_discovery_wsdl/**.wsdl"] +precedence = "aggregate" +SPDX-FileCopyrightText = "pyright © 2002-2004 BEA Systems Inc., International Business Machines Corporation, Microsoft Corporation, Inc, SAP AG, and Sun Microsystems, Inc.. All rights reserved." +SPDX-License-Identifier = "LicenseRef-Microsoft" + +# doxygen awesome +[[annotations]] +path = "docs/api/doxygen-awesome.css" +precedence = "aggregate" +SPDX-FileCopyrightText = "2021 - 2023 jothepro" +SPDX-License-Identifier = "MIT"