diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b9b49064..49bcc737 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,10 +9,12 @@ on: branches: - master - kdsoap-2.1 + - kdsoap-2.2 pull_request: branches: - master - kdsoap-2.1 + - kdsoap-2.2 jobs: build: diff --git a/.reuse/dep5 b/.reuse/dep5 index b447364a..006b93a3 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -5,22 +5,22 @@ 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: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2010-2024 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: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2010-2024 Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #misc documentation Files: *md *.txt *.html docs/manual/*.pdf -Copyright: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2010-2024 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 appveyor.yml docs/api/Doxyfile.cmake distro/* -Copyright: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: 2010-2024 Klarälvdalens Datakonsult AB, a KDAB Group company License: BSD-3-Clause Files: kdwsdl2cpp/schemas/soapenc-1.1.xsd diff --git a/CMakeLists.txt b/CMakeLists.txt index 128a80de..51405047 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,3 @@ -# # This file is part of the KD Soap project. # # SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company diff --git a/FindKDSoap.cmake b/FindKDSoap.cmake index bdc9d207..5d17a611 100644 --- a/FindKDSoap.cmake +++ b/FindKDSoap.cmake @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/KDSoapConfig-buildtree.cmake.in b/KDSoapConfig-buildtree.cmake.in index 0bdf5fca..bb3a27cc 100644 --- a/KDSoapConfig-buildtree.cmake.in +++ b/KDSoapConfig-buildtree.cmake.in @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2013-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2013 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/KDSoapConfig.cmake.in b/KDSoapConfig.cmake.in index f7bfa82b..03ee6d3c 100644 --- a/KDSoapConfig.cmake.in +++ b/KDSoapConfig.cmake.in @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/KDSoapMacros.cmake.in b/KDSoapMacros.cmake.in index 5bbcb6ad..b019032b 100644 --- a/KDSoapMacros.cmake.in +++ b/KDSoapMacros.cmake.in @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/LICENSE.txt b/LICENSE.txt index 7522dcef..50ea7043 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ License ======= -The KD Soap Software is Copyright 2010-2023 Klarälvdalens Datakonsult AB (KDAB), +The KD Soap Software is Copyright 2010-2024 Klarälvdalens Datakonsult AB (KDAB), and is available under the terms of the MIT license. Note that this project requires the 3rd party 'libkode' submodule diff --git a/README.md b/README.md index 86cd0653..3f40facf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Thanks to our [contributors](CONTRIBUTORS.txt). ## License -The KD Soap Software is Copyright 2010-2023, Klarälvdalens Datakonsult AB (KDAB), +The KD Soap Software is Copyright 2010-2024, Klarälvdalens Datakonsult AB (KDAB), and is available under the terms of the [MIT](LICENSES/MIT.txt) license. Contact KDAB at for any licensing queries. diff --git a/conan/conanfile.py b/conan/conanfile.py index daba3ea3..1b0c06ca 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index dca2a391..4623d072 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/api/CMakeLists.txt b/docs/api/CMakeLists.txt index 845ea8ed..71dd0694 100644 --- a/docs/api/CMakeLists.txt +++ b/docs/api/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/docs/api/footer.html b/docs/api/footer.html index 7851949c..54aa82b9 100644 --- a/docs/api/footer.html +++ b/docs/api/footer.html @@ -1,7 +1,7 @@
- © 2010-2023 Klarälvdalens Datakonsult AB (KDAB) + © 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/ diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 5664f274..17a8263d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/bank_gui/CMakeLists.txt b/examples/bank_gui/CMakeLists.txt index 3e039fe0..e5b7978b 100644 --- a/examples/bank_gui/CMakeLists.txt +++ b/examples/bank_gui/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/bank_gui/bank_gui.cpp b/examples/bank_gui/bank_gui.cpp index a3f28039..a33821ab 100644 --- a/examples/bank_gui/bank_gui.cpp +++ b/examples/bank_gui/bank_gui.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/bank_gui/mainwindow.cpp b/examples/bank_gui/mainwindow.cpp index a92aae22..f97fdd98 100644 --- a/examples/bank_gui/mainwindow.cpp +++ b/examples/bank_gui/mainwindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/bank_gui/mainwindow.h b/examples/bank_gui/mainwindow.h index cb75c3c5..142985ff 100644 --- a/examples/bank_gui/mainwindow.h +++ b/examples/bank_gui/mainwindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/bank_wsdl/CMakeLists.txt b/examples/bank_wsdl/CMakeLists.txt index 795471d9..037d1554 100644 --- a/examples/bank_wsdl/CMakeLists.txt +++ b/examples/bank_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/bank_wsdl/bank_wsdl.cpp b/examples/bank_wsdl/bank_wsdl.cpp index f0850e18..96619d2f 100644 --- a/examples/bank_wsdl/bank_wsdl.cpp +++ b/examples/bank_wsdl/bank_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/helloworld_client/CMakeLists.txt b/examples/helloworld_client/CMakeLists.txt index ccee4385..59cd92fe 100644 --- a/examples/helloworld_client/CMakeLists.txt +++ b/examples/helloworld_client/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/helloworld_client/helloworld_client.h b/examples/helloworld_client/helloworld_client.h index 3676a97b..3fe031d2 100644 --- a/examples/helloworld_client/helloworld_client.h +++ b/examples/helloworld_client/helloworld_client.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/helloworld_client/main.cpp b/examples/helloworld_client/main.cpp index 5f90c8d8..2454cf44 100644 --- a/examples/helloworld_client/main.cpp +++ b/examples/helloworld_client/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/helloworld_server/CMakeLists.txt b/examples/helloworld_server/CMakeLists.txt index 7eb69db4..37acbe2f 100644 --- a/examples/helloworld_server/CMakeLists.txt +++ b/examples/helloworld_server/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/examples/helloworld_server/helloworld_serverobject.cpp b/examples/helloworld_server/helloworld_serverobject.cpp index 1cf03aed..3193a906 100644 --- a/examples/helloworld_server/helloworld_serverobject.cpp +++ b/examples/helloworld_server/helloworld_serverobject.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/helloworld_server/helloworld_serverobject.h b/examples/helloworld_server/helloworld_serverobject.h index 30cb0471..19123874 100644 --- a/examples/helloworld_server/helloworld_serverobject.h +++ b/examples/helloworld_server/helloworld_serverobject.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/helloworld_server/main.cpp b/examples/helloworld_server/main.cpp index f9ea5f22..11d6e615 100644 --- a/examples/helloworld_server/main.cpp +++ b/examples/helloworld_server/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/features/CMakeLists.txt b/features/CMakeLists.txt index 40389ec9..334d7a21 100644 --- a/features/CMakeLists.txt +++ b/features/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/features/kdsoap.prf b/features/kdsoap.prf index b9e15c0b..d2790617 100644 --- a/features/kdsoap.prf +++ b/features/kdsoap.prf @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/kdsoap.pri b/kdsoap.pri index 5c726540..abecce68 100644 --- a/kdsoap.pri +++ b/kdsoap.pri @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/kdwsdl2cpp.pri b/kdwsdl2cpp.pri index be68d46d..1056d641 100644 --- a/kdwsdl2cpp.pri +++ b/kdwsdl2cpp.pri @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/kdwsdl2cpp/CMakeLists.txt b/kdwsdl2cpp/CMakeLists.txt index c72ab8cd..85fc635e 100644 --- a/kdwsdl2cpp/CMakeLists.txt +++ b/kdwsdl2cpp/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/kdwsdl2cpp/kode_export.h b/kdwsdl2cpp/kode_export.h index 58b4e716..db17ea0f 100644 --- a/kdwsdl2cpp/kode_export.h +++ b/kdwsdl2cpp/kode_export.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/scripts/genignore.py b/scripts/genignore.py index 822d93c5..2765774a 100644 --- a/scripts/genignore.py +++ b/scripts/genignore.py @@ -5,7 +5,7 @@ # # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2022-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2022 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5fc6cf71..41b4b0f5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDSoapClient/CMakeLists.txt b/src/KDSoapClient/CMakeLists.txt index d17044f7..fd3e167f 100644 --- a/src/KDSoapClient/CMakeLists.txt +++ b/src/KDSoapClient/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDSoapClient/KDDateTime.cpp b/src/KDSoapClient/KDDateTime.cpp index f4661264..d94323c6 100644 --- a/src/KDSoapClient/KDDateTime.cpp +++ b/src/KDSoapClient/KDDateTime.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDDateTime.h b/src/KDSoapClient/KDDateTime.h index c8572b1d..49ad0348 100644 --- a/src/KDSoapClient/KDDateTime.h +++ b/src/KDSoapClient/KDDateTime.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoap.h b/src/KDSoapClient/KDSoap.h index 74710fbb..cd94c451 100644 --- a/src/KDSoapClient/KDSoap.h +++ b/src/KDSoapClient/KDSoap.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapAuthentication.cpp b/src/KDSoapClient/KDSoapAuthentication.cpp index 11ae1659..f630d20d 100644 --- a/src/KDSoapClient/KDSoapAuthentication.cpp +++ b/src/KDSoapClient/KDSoapAuthentication.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapAuthentication.h b/src/KDSoapClient/KDSoapAuthentication.h index 8b7b15c4..dda02271 100644 --- a/src/KDSoapClient/KDSoapAuthentication.h +++ b/src/KDSoapClient/KDSoapAuthentication.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapClientInterface.cpp b/src/KDSoapClient/KDSoapClientInterface.cpp index 64016e6b..05d2b743 100644 --- a/src/KDSoapClient/KDSoapClientInterface.cpp +++ b/src/KDSoapClient/KDSoapClientInterface.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapClientInterface.h b/src/KDSoapClient/KDSoapClientInterface.h index a70da259..1b9f23a5 100644 --- a/src/KDSoapClient/KDSoapClientInterface.h +++ b/src/KDSoapClient/KDSoapClientInterface.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapClientInterface_p.h b/src/KDSoapClient/KDSoapClientInterface_p.h index 5037aee3..800ba94e 100644 --- a/src/KDSoapClient/KDSoapClientInterface_p.h +++ b/src/KDSoapClient/KDSoapClientInterface_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapClientThread.cpp b/src/KDSoapClient/KDSoapClientThread.cpp index 154fb42f..7b7c789c 100644 --- a/src/KDSoapClient/KDSoapClientThread.cpp +++ b/src/KDSoapClient/KDSoapClientThread.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapClientThread_p.h b/src/KDSoapClient/KDSoapClientThread_p.h index 9c1b2279..c7da5f45 100644 --- a/src/KDSoapClient/KDSoapClientThread_p.h +++ b/src/KDSoapClient/KDSoapClientThread_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapEndpointReference.cpp b/src/KDSoapClient/KDSoapEndpointReference.cpp index 16c5e0cf..c4951fbd 100644 --- a/src/KDSoapClient/KDSoapEndpointReference.cpp +++ b/src/KDSoapClient/KDSoapEndpointReference.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapEndpointReference.h b/src/KDSoapClient/KDSoapEndpointReference.h index ac97a037..b305178d 100644 --- a/src/KDSoapClient/KDSoapEndpointReference.h +++ b/src/KDSoapClient/KDSoapEndpointReference.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapFaultException.cpp b/src/KDSoapClient/KDSoapFaultException.cpp index 56b31795..8b6467b0 100644 --- a/src/KDSoapClient/KDSoapFaultException.cpp +++ b/src/KDSoapClient/KDSoapFaultException.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapFaultException.h b/src/KDSoapClient/KDSoapFaultException.h index 4ffac029..6c524874 100644 --- a/src/KDSoapClient/KDSoapFaultException.h +++ b/src/KDSoapClient/KDSoapFaultException.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapGlobal.h b/src/KDSoapClient/KDSoapGlobal.h index 0fa7feb3..f9059cd4 100644 --- a/src/KDSoapClient/KDSoapGlobal.h +++ b/src/KDSoapClient/KDSoapGlobal.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapJob.cpp b/src/KDSoapClient/KDSoapJob.cpp index 77ea3646..16644467 100644 --- a/src/KDSoapClient/KDSoapJob.cpp +++ b/src/KDSoapClient/KDSoapJob.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapJob.h b/src/KDSoapClient/KDSoapJob.h index de3918bf..fc75af4c 100644 --- a/src/KDSoapClient/KDSoapJob.h +++ b/src/KDSoapClient/KDSoapJob.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessage.cpp b/src/KDSoapClient/KDSoapMessage.cpp index d98c96a6..6b6d5c97 100644 --- a/src/KDSoapClient/KDSoapMessage.cpp +++ b/src/KDSoapClient/KDSoapMessage.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessage.h b/src/KDSoapClient/KDSoapMessage.h index 446b6f34..28b84fd8 100644 --- a/src/KDSoapClient/KDSoapMessage.h +++ b/src/KDSoapClient/KDSoapMessage.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageAddressingProperties.cpp b/src/KDSoapClient/KDSoapMessageAddressingProperties.cpp index 9e3587eb..76174a94 100644 --- a/src/KDSoapClient/KDSoapMessageAddressingProperties.cpp +++ b/src/KDSoapClient/KDSoapMessageAddressingProperties.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageAddressingProperties.h b/src/KDSoapClient/KDSoapMessageAddressingProperties.h index 8beec80d..4f6b84e6 100644 --- a/src/KDSoapClient/KDSoapMessageAddressingProperties.h +++ b/src/KDSoapClient/KDSoapMessageAddressingProperties.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageReader.cpp b/src/KDSoapClient/KDSoapMessageReader.cpp index 74c940c2..edf05efc 100644 --- a/src/KDSoapClient/KDSoapMessageReader.cpp +++ b/src/KDSoapClient/KDSoapMessageReader.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageReader_p.h b/src/KDSoapClient/KDSoapMessageReader_p.h index dbe4a66d..8520e8e7 100644 --- a/src/KDSoapClient/KDSoapMessageReader_p.h +++ b/src/KDSoapClient/KDSoapMessageReader_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageWriter.cpp b/src/KDSoapClient/KDSoapMessageWriter.cpp index 35c7aaa1..cdffe40a 100644 --- a/src/KDSoapClient/KDSoapMessageWriter.cpp +++ b/src/KDSoapClient/KDSoapMessageWriter.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapMessageWriter_p.h b/src/KDSoapClient/KDSoapMessageWriter_p.h index 1aad62f0..e50cec25 100644 --- a/src/KDSoapClient/KDSoapMessageWriter_p.h +++ b/src/KDSoapClient/KDSoapMessageWriter_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapNamespaceManager.cpp b/src/KDSoapClient/KDSoapNamespaceManager.cpp index eb75ec86..0358398b 100644 --- a/src/KDSoapClient/KDSoapNamespaceManager.cpp +++ b/src/KDSoapClient/KDSoapNamespaceManager.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapNamespaceManager.h b/src/KDSoapClient/KDSoapNamespaceManager.h index bc73e30f..501b9482 100644 --- a/src/KDSoapClient/KDSoapNamespaceManager.h +++ b/src/KDSoapClient/KDSoapNamespaceManager.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapNamespacePrefixes.cpp b/src/KDSoapClient/KDSoapNamespacePrefixes.cpp index eebfa7c6..0ec80cca 100644 --- a/src/KDSoapClient/KDSoapNamespacePrefixes.cpp +++ b/src/KDSoapClient/KDSoapNamespacePrefixes.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapNamespacePrefixes_p.h b/src/KDSoapClient/KDSoapNamespacePrefixes_p.h index 50990aab..8cc2a922 100644 --- a/src/KDSoapClient/KDSoapNamespacePrefixes_p.h +++ b/src/KDSoapClient/KDSoapNamespacePrefixes_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCall.cpp b/src/KDSoapClient/KDSoapPendingCall.cpp index 27ab0665..8c2029d3 100644 --- a/src/KDSoapClient/KDSoapPendingCall.cpp +++ b/src/KDSoapClient/KDSoapPendingCall.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCall.h b/src/KDSoapClient/KDSoapPendingCall.h index 9ec52f86..288e9783 100644 --- a/src/KDSoapClient/KDSoapPendingCall.h +++ b/src/KDSoapClient/KDSoapPendingCall.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCallWatcher.cpp b/src/KDSoapClient/KDSoapPendingCallWatcher.cpp index 0e8d5d2f..8f2cad2c 100644 --- a/src/KDSoapClient/KDSoapPendingCallWatcher.cpp +++ b/src/KDSoapClient/KDSoapPendingCallWatcher.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCallWatcher.h b/src/KDSoapClient/KDSoapPendingCallWatcher.h index b287e725..b3bbb8a2 100644 --- a/src/KDSoapClient/KDSoapPendingCallWatcher.h +++ b/src/KDSoapClient/KDSoapPendingCallWatcher.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCallWatcher_p.h b/src/KDSoapClient/KDSoapPendingCallWatcher_p.h index b8332e5d..63233688 100644 --- a/src/KDSoapClient/KDSoapPendingCallWatcher_p.h +++ b/src/KDSoapClient/KDSoapPendingCallWatcher_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapPendingCall_p.h b/src/KDSoapClient/KDSoapPendingCall_p.h index a7006152..af8f0672 100644 --- a/src/KDSoapClient/KDSoapPendingCall_p.h +++ b/src/KDSoapClient/KDSoapPendingCall_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapReplySslHandler.cpp b/src/KDSoapClient/KDSoapReplySslHandler.cpp index 073998e7..ef548390 100644 --- a/src/KDSoapClient/KDSoapReplySslHandler.cpp +++ b/src/KDSoapClient/KDSoapReplySslHandler.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapReplySslHandler_p.h b/src/KDSoapClient/KDSoapReplySslHandler_p.h index 4bba7d1c..5d022dce 100644 --- a/src/KDSoapClient/KDSoapReplySslHandler_p.h +++ b/src/KDSoapClient/KDSoapReplySslHandler_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapSslHandler.cpp b/src/KDSoapClient/KDSoapSslHandler.cpp index 83b5eddf..c9088bbb 100644 --- a/src/KDSoapClient/KDSoapSslHandler.cpp +++ b/src/KDSoapClient/KDSoapSslHandler.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapSslHandler.h b/src/KDSoapClient/KDSoapSslHandler.h index f6c24049..a8143db9 100644 --- a/src/KDSoapClient/KDSoapSslHandler.h +++ b/src/KDSoapClient/KDSoapSslHandler.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapUdpClient.cpp b/src/KDSoapClient/KDSoapUdpClient.cpp index 641cdd43..126a1405 100644 --- a/src/KDSoapClient/KDSoapUdpClient.cpp +++ b/src/KDSoapClient/KDSoapUdpClient.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapUdpClient.h b/src/KDSoapClient/KDSoapUdpClient.h index 434622d9..4c11f6f4 100644 --- a/src/KDSoapClient/KDSoapUdpClient.h +++ b/src/KDSoapClient/KDSoapUdpClient.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapUdpClient_p.h b/src/KDSoapClient/KDSoapUdpClient_p.h index 782ef8ff..9711fa63 100644 --- a/src/KDSoapClient/KDSoapUdpClient_p.h +++ b/src/KDSoapClient/KDSoapUdpClient_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapValue.cpp b/src/KDSoapClient/KDSoapValue.cpp index e9cf901e..a104fe34 100644 --- a/src/KDSoapClient/KDSoapValue.cpp +++ b/src/KDSoapClient/KDSoapValue.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/KDSoapValue.h b/src/KDSoapClient/KDSoapValue.h index e523ab42..5a2b6535 100644 --- a/src/KDSoapClient/KDSoapValue.h +++ b/src/KDSoapClient/KDSoapValue.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapClient/doxygen.cpp b/src/KDSoapClient/doxygen.cpp index 9e2d2b15..e5514935 100644 --- a/src/KDSoapClient/doxygen.cpp +++ b/src/KDSoapClient/doxygen.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2011-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2011 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/CMakeLists.txt b/src/KDSoapServer/CMakeLists.txt index 364ec042..db4930f4 100644 --- a/src/KDSoapServer/CMakeLists.txt +++ b/src/KDSoapServer/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDSoapServer/KDSoapDelayedResponseHandle.cpp b/src/KDSoapServer/KDSoapDelayedResponseHandle.cpp index 2c7ac81e..075fdbaa 100644 --- a/src/KDSoapServer/KDSoapDelayedResponseHandle.cpp +++ b/src/KDSoapServer/KDSoapDelayedResponseHandle.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapDelayedResponseHandle.h b/src/KDSoapServer/KDSoapDelayedResponseHandle.h index edcadcbe..f872e169 100644 --- a/src/KDSoapServer/KDSoapDelayedResponseHandle.h +++ b/src/KDSoapServer/KDSoapDelayedResponseHandle.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServer.cpp b/src/KDSoapServer/KDSoapServer.cpp index 22f4bd46..139fdfb3 100644 --- a/src/KDSoapServer/KDSoapServer.cpp +++ b/src/KDSoapServer/KDSoapServer.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServer.h b/src/KDSoapServer/KDSoapServer.h index 0664c9a8..67dce462 100644 --- a/src/KDSoapServer/KDSoapServer.h +++ b/src/KDSoapServer/KDSoapServer.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerAuthInterface.cpp b/src/KDSoapServer/KDSoapServerAuthInterface.cpp index 0c9ed80c..358e9aee 100644 --- a/src/KDSoapServer/KDSoapServerAuthInterface.cpp +++ b/src/KDSoapServer/KDSoapServerAuthInterface.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerAuthInterface.h b/src/KDSoapServer/KDSoapServerAuthInterface.h index 022fd1fe..9122eac1 100644 --- a/src/KDSoapServer/KDSoapServerAuthInterface.h +++ b/src/KDSoapServer/KDSoapServerAuthInterface.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.cpp b/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.cpp index 2e85282a..52a819a9 100644 --- a/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.cpp +++ b/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.h b/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.h index e775729c..bcf579b5 100644 --- a/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.h +++ b/src/KDSoapServer/KDSoapServerCustomVerbRequestInterface.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerGlobal.h b/src/KDSoapServer/KDSoapServerGlobal.h index 398e989d..61611e2f 100644 --- a/src/KDSoapServer/KDSoapServerGlobal.h +++ b/src/KDSoapServer/KDSoapServerGlobal.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerObjectInterface.cpp b/src/KDSoapServer/KDSoapServerObjectInterface.cpp index 712c2503..f7f18796 100644 --- a/src/KDSoapServer/KDSoapServerObjectInterface.cpp +++ b/src/KDSoapServer/KDSoapServerObjectInterface.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerObjectInterface.h b/src/KDSoapServer/KDSoapServerObjectInterface.h index 14e1f433..8dd3e475 100644 --- a/src/KDSoapServer/KDSoapServerObjectInterface.h +++ b/src/KDSoapServer/KDSoapServerObjectInterface.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerRawXMLInterface.cpp b/src/KDSoapServer/KDSoapServerRawXMLInterface.cpp index 6b198373..887eaf0f 100644 --- a/src/KDSoapServer/KDSoapServerRawXMLInterface.cpp +++ b/src/KDSoapServer/KDSoapServerRawXMLInterface.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerRawXMLInterface.h b/src/KDSoapServer/KDSoapServerRawXMLInterface.h index 1a0c83c2..2f52c19a 100644 --- a/src/KDSoapServer/KDSoapServerRawXMLInterface.h +++ b/src/KDSoapServer/KDSoapServerRawXMLInterface.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerSocket.cpp b/src/KDSoapServer/KDSoapServerSocket.cpp index db8baa12..6533cf7d 100644 --- a/src/KDSoapServer/KDSoapServerSocket.cpp +++ b/src/KDSoapServer/KDSoapServerSocket.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerSocket_p.h b/src/KDSoapServer/KDSoapServerSocket_p.h index d3b6c823..240c209c 100644 --- a/src/KDSoapServer/KDSoapServerSocket_p.h +++ b/src/KDSoapServer/KDSoapServerSocket_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerThread.cpp b/src/KDSoapServer/KDSoapServerThread.cpp index 7122cbc2..5805e004 100644 --- a/src/KDSoapServer/KDSoapServerThread.cpp +++ b/src/KDSoapServer/KDSoapServerThread.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapServerThread_p.h b/src/KDSoapServer/KDSoapServerThread_p.h index adbb349e..aa53548d 100644 --- a/src/KDSoapServer/KDSoapServerThread_p.h +++ b/src/KDSoapServer/KDSoapServerThread_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapSocketList.cpp b/src/KDSoapServer/KDSoapSocketList.cpp index 8f2aa59c..ccd1f5a3 100644 --- a/src/KDSoapServer/KDSoapSocketList.cpp +++ b/src/KDSoapServer/KDSoapSocketList.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapSocketList_p.h b/src/KDSoapServer/KDSoapSocketList_p.h index 0d06e049..3965ca15 100644 --- a/src/KDSoapServer/KDSoapSocketList_p.h +++ b/src/KDSoapServer/KDSoapSocketList_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapThreadPool.cpp b/src/KDSoapServer/KDSoapThreadPool.cpp index 7fd2f471..1fcdd793 100644 --- a/src/KDSoapServer/KDSoapThreadPool.cpp +++ b/src/KDSoapServer/KDSoapThreadPool.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDSoapServer/KDSoapThreadPool.h b/src/KDSoapServer/KDSoapThreadPool.h index 72163a93..087a79b5 100644 --- a/src/KDSoapServer/KDSoapThreadPool.h +++ b/src/KDSoapServer/KDSoapThreadPool.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/testtools/CMakeLists.txt b/testtools/CMakeLists.txt index ddc3f1f7..fcd2dff5 100644 --- a/testtools/CMakeLists.txt +++ b/testtools/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/testtools/httpserver_p.cpp b/testtools/httpserver_p.cpp index bdb0c928..3791cace 100644 --- a/testtools/httpserver_p.cpp +++ b/testtools/httpserver_p.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/testtools/httpserver_p.h b/testtools/httpserver_p.h index 53231916..137ad7b5 100644 --- a/testtools/httpserver_p.h +++ b/testtools/httpserver_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/CMakeLists.txt b/unittests/CMakeLists.txt index 662dff10..75370f1e 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/QSharedPointer_include/CMakeLists.txt b/unittests/QSharedPointer_include/CMakeLists.txt index 381f4292..5bdecbbe 100644 --- a/unittests/QSharedPointer_include/CMakeLists.txt +++ b/unittests/QSharedPointer_include/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/QSharedPointer_include/test_qsharedpointer_include.cpp b/unittests/QSharedPointer_include/test_qsharedpointer_include.cpp index c2b4aa4d..fe4205ed 100644 --- a/unittests/QSharedPointer_include/test_qsharedpointer_include.cpp +++ b/unittests/QSharedPointer_include/test_qsharedpointer_include.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/add_test_subdir.sh b/unittests/add_test_subdir.sh index 4a3cf27d..39ca8561 100644 --- a/unittests/add_test_subdir.sh +++ b/unittests/add_test_subdir.sh @@ -2,7 +2,7 @@ # # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/basic/CMakeLists.txt b/unittests/basic/CMakeLists.txt index eb1b01cf..7cd54915 100644 --- a/unittests/basic/CMakeLists.txt +++ b/unittests/basic/CMakeLists.txt @@ -1,11 +1,10 @@ -project(basic) -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # +project(basic) set(basic_SRCS test_basic.cpp) add_unittest(${basic_SRCS}) diff --git a/unittests/basic/test_basic.cpp b/unittests/basic/test_basic.cpp index 24dabfd9..821fd888 100644 --- a/unittests/basic/test_basic.cpp +++ b/unittests/basic/test_basic.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/builtinhttp/CMakeLists.txt b/unittests/builtinhttp/CMakeLists.txt index 2d468d35..15fbaa34 100644 --- a/unittests/builtinhttp/CMakeLists.txt +++ b/unittests/builtinhttp/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/builtinhttp/test_builtinhttp.cpp b/unittests/builtinhttp/test_builtinhttp.cpp index 8229d57f..a9b8de07 100644 --- a/unittests/builtinhttp/test_builtinhttp.cpp +++ b/unittests/builtinhttp/test_builtinhttp.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/clearbooks/CMakeLists.txt b/unittests/clearbooks/CMakeLists.txt index dcaeb6e5..1d368500 100644 --- a/unittests/clearbooks/CMakeLists.txt +++ b/unittests/clearbooks/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/clearbooks/test_clearbooks.cpp b/unittests/clearbooks/test_clearbooks.cpp index 8551f87e..f1771af0 100644 --- a/unittests/clearbooks/test_clearbooks.cpp +++ b/unittests/clearbooks/test_clearbooks.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/cribis/CMakeLists.txt b/unittests/cribis/CMakeLists.txt index bd145c98..4e6a6c3d 100644 --- a/unittests/cribis/CMakeLists.txt +++ b/unittests/cribis/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/cribis/test_cribis.cpp b/unittests/cribis/test_cribis.cpp index 0f1c40df..48fd239b 100644 --- a/unittests/cribis/test_cribis.cpp +++ b/unittests/cribis/test_cribis.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/date_example/CMakeLists.txt b/unittests/date_example/CMakeLists.txt index 71879017..0d5daef7 100644 --- a/unittests/date_example/CMakeLists.txt +++ b/unittests/date_example/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/date_example/test_date_example.cpp b/unittests/date_example/test_date_example.cpp index 09a397f5..bb26d37f 100644 --- a/unittests/date_example/test_date_example.cpp +++ b/unittests/date_example/test_date_example.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/default_attribute_value_wsdl/CMakeLists.txt b/unittests/default_attribute_value_wsdl/CMakeLists.txt index c98c2228..f62c8754 100644 --- a/unittests/default_attribute_value_wsdl/CMakeLists.txt +++ b/unittests/default_attribute_value_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/default_attribute_value_wsdl/test_default_attribute_value_wsdl.cpp b/unittests/default_attribute_value_wsdl/test_default_attribute_value_wsdl.cpp index 65371fb4..187992bc 100644 --- a/unittests/default_attribute_value_wsdl/test_default_attribute_value_wsdl.cpp +++ b/unittests/default_attribute_value_wsdl/test_default_attribute_value_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/dv_terminalauth/CMakeLists.txt b/unittests/dv_terminalauth/CMakeLists.txt index e3ca4943..eb24c51c 100644 --- a/unittests/dv_terminalauth/CMakeLists.txt +++ b/unittests/dv_terminalauth/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/dv_terminalauth/test_dv_terminalauth.cpp b/unittests/dv_terminalauth/test_dv_terminalauth.cpp index b85858bb..ac2092ae 100644 --- a/unittests/dv_terminalauth/test_dv_terminalauth.cpp +++ b/unittests/dv_terminalauth/test_dv_terminalauth.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/dwservice_12_wsdl/CMakeLists.txt b/unittests/dwservice_12_wsdl/CMakeLists.txt index b7099622..7cc2c1bf 100644 --- a/unittests/dwservice_12_wsdl/CMakeLists.txt +++ b/unittests/dwservice_12_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/dwservice_12_wsdl/test_dwservice_12_wsdl.cpp b/unittests/dwservice_12_wsdl/test_dwservice_12_wsdl.cpp index 9906c5a1..458887eb 100644 --- a/unittests/dwservice_12_wsdl/test_dwservice_12_wsdl.cpp +++ b/unittests/dwservice_12_wsdl/test_dwservice_12_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/dwservice_combined_wsdl/CMakeLists.txt b/unittests/dwservice_combined_wsdl/CMakeLists.txt index 09a77030..3b470e1a 100644 --- a/unittests/dwservice_combined_wsdl/CMakeLists.txt +++ b/unittests/dwservice_combined_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/dwservice_combined_wsdl/test_dwservice_combined_wsdl.cpp b/unittests/dwservice_combined_wsdl/test_dwservice_combined_wsdl.cpp index ddd4233e..6cf5adc0 100644 --- a/unittests/dwservice_combined_wsdl/test_dwservice_combined_wsdl.cpp +++ b/unittests/dwservice_combined_wsdl/test_dwservice_combined_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/dwservice_wsdl/CMakeLists.txt b/unittests/dwservice_wsdl/CMakeLists.txt index 6293565a..bc5edaca 100644 --- a/unittests/dwservice_wsdl/CMakeLists.txt +++ b/unittests/dwservice_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/dwservice_wsdl/test_dwservice_wsdl.cpp b/unittests/dwservice_wsdl/test_dwservice_wsdl.cpp index 3cd932ed..7648c54d 100644 --- a/unittests/dwservice_wsdl/test_dwservice_wsdl.cpp +++ b/unittests/dwservice_wsdl/test_dwservice_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/element_ns_wsdl/CMakeLists.txt b/unittests/element_ns_wsdl/CMakeLists.txt index 5c12e234..c1ae0d90 100644 --- a/unittests/element_ns_wsdl/CMakeLists.txt +++ b/unittests/element_ns_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/element_ns_wsdl/test_element_ns_wsdl.cpp b/unittests/element_ns_wsdl/test_element_ns_wsdl.cpp index ac952e5c..ab337c0a 100644 --- a/unittests/element_ns_wsdl/test_element_ns_wsdl.cpp +++ b/unittests/element_ns_wsdl/test_element_ns_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/element_ns_wsdl/test_element_ns_wsdl.h b/unittests/element_ns_wsdl/test_element_ns_wsdl.h index 174a3233..16bc3903 100644 --- a/unittests/element_ns_wsdl/test_element_ns_wsdl.h +++ b/unittests/element_ns_wsdl/test_element_ns_wsdl.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/empty_element_wsdl/CMakeLists.txt b/unittests/empty_element_wsdl/CMakeLists.txt index d5f31727..fd6098fb 100644 --- a/unittests/empty_element_wsdl/CMakeLists.txt +++ b/unittests/empty_element_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2018-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2018 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/empty_element_wsdl/test_empty_element_wsdl.cpp b/unittests/empty_element_wsdl/test_empty_element_wsdl.cpp index fddb385a..37b7088d 100644 --- a/unittests/empty_element_wsdl/test_empty_element_wsdl.cpp +++ b/unittests/empty_element_wsdl/test_empty_element_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/empty_list_wsdl/CMakeLists.txt b/unittests/empty_list_wsdl/CMakeLists.txt index d5585512..bd6d290b 100644 --- a/unittests/empty_list_wsdl/CMakeLists.txt +++ b/unittests/empty_list_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2018-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2018 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/empty_list_wsdl/test_empty_list_wsdl.cpp b/unittests/empty_list_wsdl/test_empty_list_wsdl.cpp index bb1fa167..f4d4be49 100644 --- a/unittests/empty_list_wsdl/test_empty_list_wsdl.cpp +++ b/unittests/empty_list_wsdl/test_empty_list_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/empty_response_wsdl/CMakeLists.txt b/unittests/empty_response_wsdl/CMakeLists.txt index 8392fd68..e295f759 100644 --- a/unittests/empty_response_wsdl/CMakeLists.txt +++ b/unittests/empty_response_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/empty_response_wsdl/test_issue1.cpp b/unittests/empty_response_wsdl/test_issue1.cpp index 08497733..7528651d 100644 --- a/unittests/empty_response_wsdl/test_issue1.cpp +++ b/unittests/empty_response_wsdl/test_issue1.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/encapsecurity/CMakeLists.txt b/unittests/encapsecurity/CMakeLists.txt index 1ee81919..73603981 100644 --- a/unittests/encapsecurity/CMakeLists.txt +++ b/unittests/encapsecurity/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/encapsecurity/test_encapsecurity.cpp b/unittests/encapsecurity/test_encapsecurity.cpp index 803e9f44..6c895f26 100644 --- a/unittests/encapsecurity/test_encapsecurity.cpp +++ b/unittests/encapsecurity/test_encapsecurity.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/enum_escape/CMakeLists.txt b/unittests/enum_escape/CMakeLists.txt index f9d70ba0..e0aa52fc 100644 --- a/unittests/enum_escape/CMakeLists.txt +++ b/unittests/enum_escape/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/enum_escape/test_enum.cpp b/unittests/enum_escape/test_enum.cpp index 6126c1f8..bcb8ca5d 100644 --- a/unittests/enum_escape/test_enum.cpp +++ b/unittests/enum_escape/test_enum.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/enum_with_length_restriction/CMakeLists.txt b/unittests/enum_with_length_restriction/CMakeLists.txt index 73d37cb6..7f6365b9 100644 --- a/unittests/enum_with_length_restriction/CMakeLists.txt +++ b/unittests/enum_with_length_restriction/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/enum_with_length_restriction/test_enum.cpp b/unittests/enum_with_length_restriction/test_enum.cpp index 6126c1f8..bcb8ca5d 100644 --- a/unittests/enum_with_length_restriction/test_enum.cpp +++ b/unittests/enum_with_length_restriction/test_enum.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/enum_with_length_restriction/test_enum_length_restriction.cpp b/unittests/enum_with_length_restriction/test_enum_length_restriction.cpp index bcf77793..d19e8297 100644 --- a/unittests/enum_with_length_restriction/test_enum_length_restriction.cpp +++ b/unittests/enum_with_length_restriction/test_enum_length_restriction.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/enzo/CMakeLists.txt b/unittests/enzo/CMakeLists.txt index f388096a..2869a91a 100644 --- a/unittests/enzo/CMakeLists.txt +++ b/unittests/enzo/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2018-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2018 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/enzo/test_enzo.cpp b/unittests/enzo/test_enzo.cpp index 96ddd55c..5d54239b 100644 --- a/unittests/enzo/test_enzo.cpp +++ b/unittests/enzo/test_enzo.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/fault_namespace/CMakeLists.txt b/unittests/fault_namespace/CMakeLists.txt index 0d7ed3a4..035295fc 100644 --- a/unittests/fault_namespace/CMakeLists.txt +++ b/unittests/fault_namespace/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2018-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2018 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/fault_namespace/test_fault_namespace.cpp b/unittests/fault_namespace/test_fault_namespace.cpp index 0a99ce95..79661735 100644 --- a/unittests/fault_namespace/test_fault_namespace.cpp +++ b/unittests/fault_namespace/test_fault_namespace.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/groupwise_wsdl/CMakeLists.txt b/unittests/groupwise_wsdl/CMakeLists.txt index 4d36033c..e63d6502 100644 --- a/unittests/groupwise_wsdl/CMakeLists.txt +++ b/unittests/groupwise_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/groupwise_wsdl/test_groupwise_wsdl.cpp b/unittests/groupwise_wsdl/test_groupwise_wsdl.cpp index 8edefba4..d2cf31bf 100644 --- a/unittests/groupwise_wsdl/test_groupwise_wsdl.cpp +++ b/unittests/groupwise_wsdl/test_groupwise_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/ihc_wsdl/CMakeLists.txt b/unittests/ihc_wsdl/CMakeLists.txt index fe68d0ae..13666286 100644 --- a/unittests/ihc_wsdl/CMakeLists.txt +++ b/unittests/ihc_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/ihc_wsdl/test_ihc.cpp b/unittests/ihc_wsdl/test_ihc.cpp index 00e26d8f..02dba31c 100644 --- a/unittests/ihc_wsdl/test_ihc.cpp +++ b/unittests/ihc_wsdl/test_ihc.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/import_definition/CMakeLists.txt b/unittests/import_definition/CMakeLists.txt index 12bf3efc..1cedb545 100644 --- a/unittests/import_definition/CMakeLists.txt +++ b/unittests/import_definition/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/import_definition/test_import_definition.cpp b/unittests/import_definition/test_import_definition.cpp index bd62bcfc..84f9596a 100644 --- a/unittests/import_definition/test_import_definition.cpp +++ b/unittests/import_definition/test_import_definition.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/kddatetime/CMakeLists.txt b/unittests/kddatetime/CMakeLists.txt index 44c48ce4..c1a1554b 100644 --- a/unittests/kddatetime/CMakeLists.txt +++ b/unittests/kddatetime/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/kddatetime/test_kddatetime.cpp b/unittests/kddatetime/test_kddatetime.cpp index 010a0d16..237f0b16 100644 --- a/unittests/kddatetime/test_kddatetime.cpp +++ b/unittests/kddatetime/test_kddatetime.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/keep_unused_types/CMakeLists.txt b/unittests/keep_unused_types/CMakeLists.txt index 9be88530..7534e151 100644 --- a/unittests/keep_unused_types/CMakeLists.txt +++ b/unittests/keep_unused_types/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/keep_unused_types/keep_unused_types.cpp b/unittests/keep_unused_types/keep_unused_types.cpp index a11278a3..9706c5e5 100644 --- a/unittests/keep_unused_types/keep_unused_types.cpp +++ b/unittests/keep_unused_types/keep_unused_types.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/literal_true_false/CMakeLists.txt b/unittests/literal_true_false/CMakeLists.txt index 918029c6..9edba881 100644 --- a/unittests/literal_true_false/CMakeLists.txt +++ b/unittests/literal_true_false/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/literal_true_false/test_literal.cpp b/unittests/literal_true_false/test_literal.cpp index fa111745..c633d540 100644 --- a/unittests/literal_true_false/test_literal.cpp +++ b/unittests/literal_true_false/test_literal.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/logbook_wsdl/CMakeLists.txt b/unittests/logbook_wsdl/CMakeLists.txt index be21ae7b..c3eb35d2 100644 --- a/unittests/logbook_wsdl/CMakeLists.txt +++ b/unittests/logbook_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/logbook_wsdl/test_logbook_wsdl.cpp b/unittests/logbook_wsdl/test_logbook_wsdl.cpp index 7d455eb1..364542a1 100644 --- a/unittests/logbook_wsdl/test_logbook_wsdl.cpp +++ b/unittests/logbook_wsdl/test_logbook_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/messagereader/CMakeLists.txt b/unittests/messagereader/CMakeLists.txt index 31040095..f2eb6fe4 100644 --- a/unittests/messagereader/CMakeLists.txt +++ b/unittests/messagereader/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/messagereader/test_messagereader.cpp b/unittests/messagereader/test_messagereader.cpp index 0367dc6f..b8776273 100644 --- a/unittests/messagereader/test_messagereader.cpp +++ b/unittests/messagereader/test_messagereader.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/msexchange_noservice_wsdl/CMakeLists.txt b/unittests/msexchange_noservice_wsdl/CMakeLists.txt index db035aa1..9404868c 100644 --- a/unittests/msexchange_noservice_wsdl/CMakeLists.txt +++ b/unittests/msexchange_noservice_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/msexchange_noservice_wsdl/test_msexchange_noservice_wsdl.cpp b/unittests/msexchange_noservice_wsdl/test_msexchange_noservice_wsdl.cpp index 332d6ccb..b6e9c362 100644 --- a/unittests/msexchange_noservice_wsdl/test_msexchange_noservice_wsdl.cpp +++ b/unittests/msexchange_noservice_wsdl/test_msexchange_noservice_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/msexchange_wsdl/CMakeLists.txt b/unittests/msexchange_wsdl/CMakeLists.txt index 82d9c7a6..b445b028 100644 --- a/unittests/msexchange_wsdl/CMakeLists.txt +++ b/unittests/msexchange_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/msexchange_wsdl/test_msexchange_wsdl.cpp b/unittests/msexchange_wsdl/test_msexchange_wsdl.cpp index 4730e67c..d75ac08e 100644 --- a/unittests/msexchange_wsdl/test_msexchange_wsdl.cpp +++ b/unittests/msexchange_wsdl/test_msexchange_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/multiple_input_param/CMakeLists.txt b/unittests/multiple_input_param/CMakeLists.txt index 2a78cf20..cdc9d1de 100644 --- a/unittests/multiple_input_param/CMakeLists.txt +++ b/unittests/multiple_input_param/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/multiple_input_param/test_multiple_input_param.cpp b/unittests/multiple_input_param/test_multiple_input_param.cpp index e98fa079..c3d4f32a 100644 --- a/unittests/multiple_input_param/test_multiple_input_param.cpp +++ b/unittests/multiple_input_param/test_multiple_input_param.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_boost_optional/CMakeLists.txt b/unittests/optionaltype_boost_optional/CMakeLists.txt index c2b6f426..9949a099 100644 --- a/unittests/optionaltype_boost_optional/CMakeLists.txt +++ b/unittests/optionaltype_boost_optional/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/optionaltype_boost_optional/test_boostapi.cpp b/unittests/optionaltype_boost_optional/test_boostapi.cpp index ecacdf0b..731e99f7 100644 --- a/unittests/optionaltype_boost_optional/test_boostapi.cpp +++ b/unittests/optionaltype_boost_optional/test_boostapi.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_boost_optional/test_boostapi.h b/unittests/optionaltype_boost_optional/test_boostapi.h index 9f68630c..777e13ad 100644 --- a/unittests/optionaltype_boost_optional/test_boostapi.h +++ b/unittests/optionaltype_boost_optional/test_boostapi.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_pointer/CMakeLists.txt b/unittests/optionaltype_pointer/CMakeLists.txt index ede9eefb..67fac49c 100644 --- a/unittests/optionaltype_pointer/CMakeLists.txt +++ b/unittests/optionaltype_pointer/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/optionaltype_pointer/test_optionaltype_pointer.cpp b/unittests/optionaltype_pointer/test_optionaltype_pointer.cpp index 14820531..4ea0ab37 100644 --- a/unittests/optionaltype_pointer/test_optionaltype_pointer.cpp +++ b/unittests/optionaltype_pointer/test_optionaltype_pointer.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_pointer/test_optionaltype_pointer.h b/unittests/optionaltype_pointer/test_optionaltype_pointer.h index 7914b434..39d0bf0f 100644 --- a/unittests/optionaltype_pointer/test_optionaltype_pointer.h +++ b/unittests/optionaltype_pointer/test_optionaltype_pointer.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_regular/CMakeLists.txt b/unittests/optionaltype_regular/CMakeLists.txt index 4c7df695..c4ef16de 100644 --- a/unittests/optionaltype_regular/CMakeLists.txt +++ b/unittests/optionaltype_regular/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/optionaltype_regular/test_optionaltype_regular.cpp b/unittests/optionaltype_regular/test_optionaltype_regular.cpp index d5a3a76a..3eef7343 100644 --- a/unittests/optionaltype_regular/test_optionaltype_regular.cpp +++ b/unittests/optionaltype_regular/test_optionaltype_regular.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/optionaltype_regular/test_optionaltype_regular.h b/unittests/optionaltype_regular/test_optionaltype_regular.h index 4d53d404..7cee4de5 100644 --- a/unittests/optionaltype_regular/test_optionaltype_regular.h +++ b/unittests/optionaltype_regular/test_optionaltype_regular.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/pki.pca.dfn.de/CMakeLists.txt b/unittests/pki.pca.dfn.de/CMakeLists.txt index acf2ee32..a9469f2a 100644 --- a/unittests/pki.pca.dfn.de/CMakeLists.txt +++ b/unittests/pki.pca.dfn.de/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/pki.pca.dfn.de/test_pki.cpp b/unittests/pki.pca.dfn.de/test_pki.cpp index 8551f87e..f1771af0 100644 --- a/unittests/pki.pca.dfn.de/test_pki.cpp +++ b/unittests/pki.pca.dfn.de/test_pki.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/prefix_wsdl/CMakeLists.txt b/unittests/prefix_wsdl/CMakeLists.txt index cf6f2015..ce33fca1 100644 --- a/unittests/prefix_wsdl/CMakeLists.txt +++ b/unittests/prefix_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/prefix_wsdl/test_prefix.cpp b/unittests/prefix_wsdl/test_prefix.cpp index 2903ea8d..98e467f4 100644 --- a/unittests/prefix_wsdl/test_prefix.cpp +++ b/unittests/prefix_wsdl/test_prefix.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/salesforce_wsdl/CMakeLists.txt b/unittests/salesforce_wsdl/CMakeLists.txt index 6363422a..3d29e1a6 100644 --- a/unittests/salesforce_wsdl/CMakeLists.txt +++ b/unittests/salesforce_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/salesforce_wsdl/test_salesforce_wsdl.cpp b/unittests/salesforce_wsdl/test_salesforce_wsdl.cpp index a96e199a..77cd38d0 100644 --- a/unittests/salesforce_wsdl/test_salesforce_wsdl.cpp +++ b/unittests/salesforce_wsdl/test_salesforce_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/serverlib/CMakeLists.txt b/unittests/serverlib/CMakeLists.txt index 9ae2edcf..ddc22da3 100644 --- a/unittests/serverlib/CMakeLists.txt +++ b/unittests/serverlib/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/serverlib/test_serverlib.cpp b/unittests/serverlib/test_serverlib.cpp index f5fa4dee..22e671d2 100644 --- a/unittests/serverlib/test_serverlib.cpp +++ b/unittests/serverlib/test_serverlib.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/soap12/CMakeLists.txt b/unittests/soap12/CMakeLists.txt index 8d19fc5c..1a317a51 100644 --- a/unittests/soap12/CMakeLists.txt +++ b/unittests/soap12/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/soap12/test_soap12.cpp b/unittests/soap12/test_soap12.cpp index d38a82b2..700f7767 100644 --- a/unittests/soap12/test_soap12.cpp +++ b/unittests/soap12/test_soap12.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/soap_over_udp/CMakeLists.txt b/unittests/soap_over_udp/CMakeLists.txt index 956c4c78..c89c5fb8 100644 --- a/unittests/soap_over_udp/CMakeLists.txt +++ b/unittests/soap_over_udp/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/soap_over_udp/test_soap_over_udp.cpp b/unittests/soap_over_udp/test_soap_over_udp.cpp index 61c3c10f..57bc215f 100644 --- a/unittests/soap_over_udp/test_soap_over_udp.cpp +++ b/unittests/soap_over_udp/test_soap_over_udp.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/specialchars_wsdl/CMakeLists.txt b/unittests/specialchars_wsdl/CMakeLists.txt index 2190018c..a9ffff79 100644 --- a/unittests/specialchars_wsdl/CMakeLists.txt +++ b/unittests/specialchars_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/specialchars_wsdl/test_specialchars_wsdl.cpp b/unittests/specialchars_wsdl/test_specialchars_wsdl.cpp index d47b41aa..8b4d675c 100644 --- a/unittests/specialchars_wsdl/test_specialchars_wsdl.cpp +++ b/unittests/specialchars_wsdl/test_specialchars_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/sugar_wsdl/CMakeLists.txt b/unittests/sugar_wsdl/CMakeLists.txt index 92e9eaa7..b7afd1b6 100644 --- a/unittests/sugar_wsdl/CMakeLists.txt +++ b/unittests/sugar_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/sugar_wsdl/test_sugar_wsdl.cpp b/unittests/sugar_wsdl/test_sugar_wsdl.cpp index 6da25eed..31978651 100644 --- a/unittests/sugar_wsdl/test_sugar_wsdl.cpp +++ b/unittests/sugar_wsdl/test_sugar_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/tech3356_wsdl/CMakeLists.txt b/unittests/tech3356_wsdl/CMakeLists.txt index fc1789ea..6123f937 100644 --- a/unittests/tech3356_wsdl/CMakeLists.txt +++ b/unittests/tech3356_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/tech3356_wsdl/test_tech3356.cpp b/unittests/tech3356_wsdl/test_tech3356.cpp index ddf3b77e..883cc0cc 100644 --- a/unittests/tech3356_wsdl/test_tech3356.cpp +++ b/unittests/tech3356_wsdl/test_tech3356.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/test_calc/CMakeLists.txt b/unittests/test_calc/CMakeLists.txt index dc0aa368..c69bf6dd 100644 --- a/unittests/test_calc/CMakeLists.txt +++ b/unittests/test_calc/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/test_calc/test_calc.cpp b/unittests/test_calc/test_calc.cpp index 52eda0f9..eebbc871 100644 --- a/unittests/test_calc/test_calc.cpp +++ b/unittests/test_calc/test_calc.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/uitapi/CMakeLists.txt b/unittests/uitapi/CMakeLists.txt index e77fe1d9..09ad410e 100644 --- a/unittests/uitapi/CMakeLists.txt +++ b/unittests/uitapi/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/uitapi/test_uitapi.cpp b/unittests/uitapi/test_uitapi.cpp index 6d84e35d..87327012 100644 --- a/unittests/uitapi/test_uitapi.cpp +++ b/unittests/uitapi/test_uitapi.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/unqualified_formdefault/CMakeLists.txt b/unittests/unqualified_formdefault/CMakeLists.txt index 7f7af05f..92bd3007 100644 --- a/unittests/unqualified_formdefault/CMakeLists.txt +++ b/unittests/unqualified_formdefault/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/unqualified_formdefault/test_unqualified.cpp b/unittests/unqualified_formdefault/test_unqualified.cpp index c652c0b0..81d68fee 100644 --- a/unittests/unqualified_formdefault/test_unqualified.cpp +++ b/unittests/unqualified_formdefault/test_unqualified.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/vidyo/CMakeLists.txt b/unittests/vidyo/CMakeLists.txt index b9b845e5..eb4903ce 100644 --- a/unittests/vidyo/CMakeLists.txt +++ b/unittests/vidyo/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2015-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/vidyo/test_vidyo.cpp b/unittests/vidyo/test_vidyo.cpp index 8551f87e..f1771af0 100644 --- a/unittests/vidyo/test_vidyo.cpp +++ b/unittests/vidyo/test_vidyo.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2014-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2014 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/webcalls/CMakeLists.txt b/unittests/webcalls/CMakeLists.txt index 165d07a0..8ad91f14 100644 --- a/unittests/webcalls/CMakeLists.txt +++ b/unittests/webcalls/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/webcalls/test_webcalls.cpp b/unittests/webcalls/test_webcalls.cpp index a8dadcf1..c2b8b5b7 100644 --- a/unittests/webcalls/test_webcalls.cpp +++ b/unittests/webcalls/test_webcalls.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/webcalls_wsdl/CMakeLists.txt b/unittests/webcalls_wsdl/CMakeLists.txt index 30c8ef9a..27426631 100644 --- a/unittests/webcalls_wsdl/CMakeLists.txt +++ b/unittests/webcalls_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/webcalls_wsdl/test_webcalls_wsdl.cpp b/unittests/webcalls_wsdl/test_webcalls_wsdl.cpp index 74125656..a8b68417 100644 --- a/unittests/webcalls_wsdl/test_webcalls_wsdl.cpp +++ b/unittests/webcalls_wsdl/test_webcalls_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/ws_addressing_support/CMakeLists.txt b/unittests/ws_addressing_support/CMakeLists.txt index 6872358b..4212c1b3 100644 --- a/unittests/ws_addressing_support/CMakeLists.txt +++ b/unittests/ws_addressing_support/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2016-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/ws_addressing_support/test_wsaddressing.cpp b/unittests/ws_addressing_support/test_wsaddressing.cpp index 4a68ae17..9211743b 100644 --- a/unittests/ws_addressing_support/test_wsaddressing.cpp +++ b/unittests/ws_addressing_support/test_wsaddressing.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/ws_discovery_wsdl/CMakeLists.txt b/unittests/ws_discovery_wsdl/CMakeLists.txt index dd72425d..e63905ef 100644 --- a/unittests/ws_discovery_wsdl/CMakeLists.txt +++ b/unittests/ws_discovery_wsdl/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/ws_discovery_wsdl/test_ws_discovery_wsdl.cpp b/unittests/ws_discovery_wsdl/test_ws_discovery_wsdl.cpp index 3bcbc3b3..01882d32 100644 --- a/unittests/ws_discovery_wsdl/test_ws_discovery_wsdl.cpp +++ b/unittests/ws_discovery_wsdl/test_ws_discovery_wsdl.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/ws_usernametoken_support/CMakeLists.txt b/unittests/ws_usernametoken_support/CMakeLists.txt index bd14d7a1..e0cc4ec3 100644 --- a/unittests/ws_usernametoken_support/CMakeLists.txt +++ b/unittests/ws_usernametoken_support/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/ws_usernametoken_support/test_wsusernametoken.cpp b/unittests/ws_usernametoken_support/test_wsusernametoken.cpp index 2304eade..50513258 100644 --- a/unittests/ws_usernametoken_support/test_wsusernametoken.cpp +++ b/unittests/ws_usernametoken_support/test_wsusernametoken.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/wsdl_document/CMakeLists.txt b/unittests/wsdl_document/CMakeLists.txt index 90d0a1c0..2ca35287 100644 --- a/unittests/wsdl_document/CMakeLists.txt +++ b/unittests/wsdl_document/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/wsdl_document/test_wsdl_document.cpp b/unittests/wsdl_document/test_wsdl_document.cpp index 332a7850..90b2d47a 100644 --- a/unittests/wsdl_document/test_wsdl_document.cpp +++ b/unittests/wsdl_document/test_wsdl_document.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/wsdl_rpc-server/CMakeLists.txt b/unittests/wsdl_rpc-server/CMakeLists.txt index 77c4406f..6b645a19 100644 --- a/unittests/wsdl_rpc-server/CMakeLists.txt +++ b/unittests/wsdl_rpc-server/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2017-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/wsdl_rpc-server/test_wsdl_rpc_server.cpp b/unittests/wsdl_rpc-server/test_wsdl_rpc_server.cpp index 036fc169..2cc23e20 100644 --- a/unittests/wsdl_rpc-server/test_wsdl_rpc_server.cpp +++ b/unittests/wsdl_rpc-server/test_wsdl_rpc_server.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/wsdl_rpc/CMakeLists.txt b/unittests/wsdl_rpc/CMakeLists.txt index b36fabb2..aaa82efc 100644 --- a/unittests/wsdl_rpc/CMakeLists.txt +++ b/unittests/wsdl_rpc/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Soap project. # -# SPDX-FileCopyrightText: 2012-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2012 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/unittests/wsdl_rpc/test_wsdl_rpc.cpp b/unittests/wsdl_rpc/test_wsdl_rpc.cpp index 82b36129..582ddf0c 100644 --- a/unittests/wsdl_rpc/test_wsdl_rpc.cpp +++ b/unittests/wsdl_rpc/test_wsdl_rpc.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Soap project. ** -** SPDX-FileCopyrightText: 2010-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2010 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT **