diff --git a/.reuse/dep5 b/.reuse/dep5 index 2cf19d55..37d56a77 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -5,22 +5,22 @@ Source: https://www.github.com/KDAB/KDReports #misc source code Files: *.qrc *.ui *.xml *.csv *.bat *.ts -Copyright: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #artwork Files: images/*.png images/*.svg docs/api/*.png pics/*.png examples/*/*.png examples/*/*.jpg python/examples/*/*.jpg python/examples/*/*.png python/examples-qt6/*.jpg python/examples-qt6/*/*.png -Copyright: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #misc documentation Files: *md *.txt *.html docs/manual/*.pdf -Copyright: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: MIT #misc config files Files: .pre-commit-config.yaml .codespellrc .krazy .cmake-format.py .clang-format .clang-tidy .clazy .gitignore .mdlrc .mdlrc.rb .pep8 .pylintrc appveyor.yml docs/api/Doxyfile.cmake distro/* -Copyright: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +Copyright: Klarälvdalens Datakonsult AB, a KDAB Group company License: BSD-3-Clause #3rdparty diff --git a/CMakeLists.txt b/CMakeLists.txt index c926a26a..ced0b3b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/LICENSE.txt b/LICENSE.txt index 3bb2e60a..110b8840 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ License ======= -The KD Reports Software is Copyright 2007-2023 Klarälvdalens Datakonsult AB (KDAB), +The KD Reports Software is © 2007 Klarälvdalens Datakonsult AB (KDAB), and is available under the terms of the MIT license. See the full license text in the LICENSES folder. diff --git a/README.md b/README.md index b89d8889..80e1ef7d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Please submit your contributions or issue reports from our GitHub space at ## License -The KD Reports Software is Copyright 2007-2023 Klarälvdalens Datakonsult AB (KDAB), +The KD Reports Software is © 2007 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 2afaff58..8a187e9e 100644 --- a/conan/conanfile.py +++ b/conan/conanfile.py @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/docs/CMakeLists.txt b/docs/CMakeLists.txt index 2a5eca79..1b25cf1a 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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 f02bb7d3..22e3319d 100644 --- a/docs/api/CMakeLists.txt +++ b/docs/api/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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 021f06c4..8bb8963b 100644 --- a/docs/api/footer.html +++ b/docs/api/footer.html @@ -1,7 +1,7 @@
- © 2007-2023 Klarälvdalens Datakonsult AB (KDAB) + © Klarälvdalens Datakonsult AB (KDAB)
"The Qt, C++ and OpenGL Experts"
https://www.kdab.com/ diff --git a/examples/BigImage/BigImage.cpp b/examples/BigImage/BigImage.cpp index c77cbbb9..56ca799f 100644 --- a/examples/BigImage/BigImage.cpp +++ b/examples/BigImage/BigImage.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/BigImage/CMakeLists.txt b/examples/BigImage/CMakeLists.txt index 3215b34a..1c4db487 100644 --- a/examples/BigImage/CMakeLists.txt +++ b/examples/BigImage/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0183285e..77f79ba5 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/ChartXML/CMakeLists.txt b/examples/ChartXML/CMakeLists.txt index 5f1c7e3a..6a0a07b6 100644 --- a/examples/ChartXML/CMakeLists.txt +++ b/examples/ChartXML/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/ChartXML/ChartXML.cpp b/examples/ChartXML/ChartXML.cpp index 3aad2a3d..5ed7a271 100644 --- a/examples/ChartXML/ChartXML.cpp +++ b/examples/ChartXML/ChartXML.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Database/CMakeLists.txt b/examples/Database/CMakeLists.txt index a1760f78..c6412003 100644 --- a/examples/Database/CMakeLists.txt +++ b/examples/Database/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/Database/Database.cpp b/examples/Database/Database.cpp index 0c6db068..3bfc5bd4 100644 --- a/examples/Database/Database.cpp +++ b/examples/Database/Database.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DatabaseXML/CMakeLists.txt b/examples/DatabaseXML/CMakeLists.txt index b138dcf2..97682937 100644 --- a/examples/DatabaseXML/CMakeLists.txt +++ b/examples/DatabaseXML/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/DatabaseXML/DatabaseXML.cpp b/examples/DatabaseXML/DatabaseXML.cpp index 30b68b75..3b254771 100644 --- a/examples/DatabaseXML/DatabaseXML.cpp +++ b/examples/DatabaseXML/DatabaseXML.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DemoWasm/CMakeLists.txt b/examples/DemoWasm/CMakeLists.txt index b59cf933..aa1f1fab 100644 --- a/examples/DemoWasm/CMakeLists.txt +++ b/examples/DemoWasm/CMakeLists.txt @@ -1,7 +1,6 @@ -## # This file is part of the KD Reports library. # -# 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/examples/DemoWasm/ResultModel.cpp b/examples/DemoWasm/ResultModel.cpp index 7b84cab7..fc4ac70c 100644 --- a/examples/DemoWasm/ResultModel.cpp +++ b/examples/DemoWasm/ResultModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DemoWasm/ResultModel.h b/examples/DemoWasm/ResultModel.h index 7c993ed7..5abfa013 100644 --- a/examples/DemoWasm/ResultModel.h +++ b/examples/DemoWasm/ResultModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DemoWasm/TableModel.cpp b/examples/DemoWasm/TableModel.cpp index cdfb8b05..ae8c4851 100644 --- a/examples/DemoWasm/TableModel.cpp +++ b/examples/DemoWasm/TableModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DemoWasm/TableModel.h b/examples/DemoWasm/TableModel.h index 4f3b522d..f11dfb6f 100644 --- a/examples/DemoWasm/TableModel.h +++ b/examples/DemoWasm/TableModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/DemoWasm/kdreportswindow.cpp b/examples/DemoWasm/kdreportswindow.cpp index 38646a5d..b2aed901 100644 --- a/examples/DemoWasm/kdreportswindow.cpp +++ b/examples/DemoWasm/kdreportswindow.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/examples/DemoWasm/kdreportswindow.h b/examples/DemoWasm/kdreportswindow.h index 889e36dd..375979a9 100644 --- a/examples/DemoWasm/kdreportswindow.h +++ b/examples/DemoWasm/kdreportswindow.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/examples/DemoWasm/main.cpp b/examples/DemoWasm/main.cpp index c7f71fbf..f68be1f1 100644 --- a/examples/DemoWasm/main.cpp +++ b/examples/DemoWasm/main.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/examples/DemoWasm/tools_export.h b/examples/DemoWasm/tools_export.h index 135ef696..7f8b6ce3 100644 --- a/examples/DemoWasm/tools_export.h +++ b/examples/DemoWasm/tools_export.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HelloWorld/CMakeLists.txt b/examples/HelloWorld/CMakeLists.txt index 6bbdfbd6..39c72466 100644 --- a/examples/HelloWorld/CMakeLists.txt +++ b/examples/HelloWorld/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/HelloWorld/HelloWorld.cpp b/examples/HelloWorld/HelloWorld.cpp index eac5ab18..b4c1ddae 100644 --- a/examples/HelloWorld/HelloWorld.cpp +++ b/examples/HelloWorld/HelloWorld.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/HelloWorldXML/CMakeLists.txt b/examples/HelloWorldXML/CMakeLists.txt index 4ead6108..3d1ae9a1 100644 --- a/examples/HelloWorldXML/CMakeLists.txt +++ b/examples/HelloWorldXML/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/HelloWorldXML/HelloWorldXML.cpp b/examples/HelloWorldXML/HelloWorldXML.cpp index 72bbfe2e..6e6e417a 100644 --- a/examples/HelloWorldXML/HelloWorldXML.cpp +++ b/examples/HelloWorldXML/HelloWorldXML.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Labels/CMakeLists.txt b/examples/Labels/CMakeLists.txt index afe74e11..0456de00 100644 --- a/examples/Labels/CMakeLists.txt +++ b/examples/Labels/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/Labels/Labels.cpp b/examples/Labels/Labels.cpp index 938dc086..9f88f7ee 100644 --- a/examples/Labels/Labels.cpp +++ b/examples/Labels/Labels.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/Letter/CMakeLists.txt b/examples/Letter/CMakeLists.txt index 9d63dea1..d6ce3107 100644 --- a/examples/Letter/CMakeLists.txt +++ b/examples/Letter/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/Letter/Letter.cpp b/examples/Letter/Letter.cpp index 727087b0..7c350a40 100644 --- a/examples/Letter/Letter.cpp +++ b/examples/Letter/Letter.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/LongTextReport/CMakeLists.txt b/examples/LongTextReport/CMakeLists.txt index 2e898b5b..b688f0c3 100644 --- a/examples/LongTextReport/CMakeLists.txt +++ b/examples/LongTextReport/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/LongTextReport/LongTextReport.cpp b/examples/LongTextReport/LongTextReport.cpp index 1b75c495..b6763f31 100644 --- a/examples/LongTextReport/LongTextReport.cpp +++ b/examples/LongTextReport/LongTextReport.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/MailMergeXML/CMakeLists.txt b/examples/MailMergeXML/CMakeLists.txt index 62110a96..02bd7af9 100644 --- a/examples/MailMergeXML/CMakeLists.txt +++ b/examples/MailMergeXML/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/MailMergeXML/MailMergeXML.cpp b/examples/MailMergeXML/MailMergeXML.cpp index 5c738a2d..f0ee701c 100644 --- a/examples/MailMergeXML/MailMergeXML.cpp +++ b/examples/MailMergeXML/MailMergeXML.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/PriceList/CMakeLists.txt b/examples/PriceList/CMakeLists.txt index 9a490987..28f392e6 100644 --- a/examples/PriceList/CMakeLists.txt +++ b/examples/PriceList/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/PriceList/PriceList.cpp b/examples/PriceList/PriceList.cpp index 034d73ec..118ef4af 100644 --- a/examples/PriceList/PriceList.cpp +++ b/examples/PriceList/PriceList.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/PriceListXML/CMakeLists.txt b/examples/PriceListXML/CMakeLists.txt index b4f65f00..e2d8dc13 100644 --- a/examples/PriceListXML/CMakeLists.txt +++ b/examples/PriceListXML/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/PriceListXML/PriceListXML.cpp b/examples/PriceListXML/PriceListXML.cpp index 3377f50a..f7de71e9 100644 --- a/examples/PriceListXML/PriceListXML.cpp +++ b/examples/PriceListXML/PriceListXML.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ReferenceReport/CMakeLists.txt b/examples/ReferenceReport/CMakeLists.txt index ed4f06a9..fdc1d86d 100644 --- a/examples/ReferenceReport/CMakeLists.txt +++ b/examples/ReferenceReport/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/ReferenceReport/ReferenceReport.cpp b/examples/ReferenceReport/ReferenceReport.cpp index 4452b06d..98e774d1 100644 --- a/examples/ReferenceReport/ReferenceReport.cpp +++ b/examples/ReferenceReport/ReferenceReport.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ReferenceReport/ResultModel.cpp b/examples/ReferenceReport/ResultModel.cpp index 7b84cab7..fc4ac70c 100644 --- a/examples/ReferenceReport/ResultModel.cpp +++ b/examples/ReferenceReport/ResultModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ReferenceReport/ResultModel.h b/examples/ReferenceReport/ResultModel.h index 4fa9a899..2b2bbf3b 100644 --- a/examples/ReferenceReport/ResultModel.h +++ b/examples/ReferenceReport/ResultModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/ReportSection/CMakeLists.txt b/examples/ReportSection/CMakeLists.txt index 17e34d77..e69a35a6 100644 --- a/examples/ReportSection/CMakeLists.txt +++ b/examples/ReportSection/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/ReportSection/ReportSection.cpp b/examples/ReportSection/ReportSection.cpp index c7717c8e..edfba8ec 100644 --- a/examples/ReportSection/ReportSection.cpp +++ b/examples/ReportSection/ReportSection.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/SpreadsheetAutoTable/CMakeLists.txt b/examples/SpreadsheetAutoTable/CMakeLists.txt index b3ba1fab..48ea8a65 100644 --- a/examples/SpreadsheetAutoTable/CMakeLists.txt +++ b/examples/SpreadsheetAutoTable/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/SpreadsheetAutoTable/SpreadsheetAutoTable.cpp b/examples/SpreadsheetAutoTable/SpreadsheetAutoTable.cpp index 7d92850d..a1025f52 100644 --- a/examples/SpreadsheetAutoTable/SpreadsheetAutoTable.cpp +++ b/examples/SpreadsheetAutoTable/SpreadsheetAutoTable.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/CMakeLists.txt b/examples/tools/CMakeLists.txt index ce6495ae..42648dee 100644 --- a/examples/tools/CMakeLists.txt +++ b/examples/tools/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/examples/tools/TableModel.cpp b/examples/tools/TableModel.cpp index 5a9323c8..24209d99 100644 --- a/examples/tools/TableModel.cpp +++ b/examples/tools/TableModel.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/TableModel.h b/examples/tools/TableModel.h index b588aa3b..1c498641 100644 --- a/examples/tools/TableModel.h +++ b/examples/tools/TableModel.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/examples/tools/tools_export.h b/examples/tools/tools_export.h index 135ef696..7f8b6ce3 100644 --- a/examples/tools/tools_export.h +++ b/examples/tools/tools_export.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/kdchart.pri b/kdchart.pri index d7ca8a35..726f6cdf 100644 --- a/kdchart.pri +++ b/kdchart.pri @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/kdreports.pri b/kdreports.pri index 267fd579..bbcfa324 100644 --- a/kdreports.pri +++ b/kdreports.pri @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/python/CMakeLists.txt b/python/CMakeLists.txt index dd758875..c559f393 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/python/PyKDReports/CMakeLists.txt b/python/PyKDReports/CMakeLists.txt index 11e0abb9..4fc51a03 100644 --- a/python/PyKDReports/CMakeLists.txt +++ b/python/PyKDReports/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/python/PyKDReports/__init__.py.cmake b/python/PyKDReports/__init__.py.cmake index 59e10ad9..ebc3f0aa 100644 --- a/python/PyKDReports/__init__.py.cmake +++ b/python/PyKDReports/__init__.py.cmake @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/python/PyKDReports/glue.cpp b/python/PyKDReports/glue.cpp index 91e4a60c..bb2b7560 100644 --- a/python/PyKDReports/glue.cpp +++ b/python/PyKDReports/glue.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/python/PyKDReports/kdreports_global.h b/python/PyKDReports/kdreports_global.h index d753d465..d6cfee09 100644 --- a/python/PyKDReports/kdreports_global.h +++ b/python/PyKDReports/kdreports_global.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/python/examples-qt6/HelloWorld/HelloWorld.py b/python/examples-qt6/HelloWorld/HelloWorld.py index 24a4367b..a5292f83 100644 --- a/python/examples-qt6/HelloWorld/HelloWorld.py +++ b/python/examples-qt6/HelloWorld/HelloWorld.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples-qt6/Labels/Labels.py b/python/examples-qt6/Labels/Labels.py index 0059ed00..831c9ee8 100644 --- a/python/examples-qt6/Labels/Labels.py +++ b/python/examples-qt6/Labels/Labels.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples-qt6/PriceList/PriceList.py b/python/examples-qt6/PriceList/PriceList.py index b9128147..22ae325b 100644 --- a/python/examples-qt6/PriceList/PriceList.py +++ b/python/examples-qt6/PriceList/PriceList.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples-qt6/PriceList/TableModel.py b/python/examples-qt6/PriceList/TableModel.py index ceea408f..d63f8651 100644 --- a/python/examples-qt6/PriceList/TableModel.py +++ b/python/examples-qt6/PriceList/TableModel.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples/HelloWorld/HelloWorld.py b/python/examples/HelloWorld/HelloWorld.py index a7e0d609..a9ffe7ac 100644 --- a/python/examples/HelloWorld/HelloWorld.py +++ b/python/examples/HelloWorld/HelloWorld.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples/Labels/Labels.py b/python/examples/Labels/Labels.py index cb2b1d87..8fb18474 100644 --- a/python/examples/Labels/Labels.py +++ b/python/examples/Labels/Labels.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples/PriceList/PriceList.py b/python/examples/PriceList/PriceList.py index b698d298..f0f92f2c 100644 --- a/python/examples/PriceList/PriceList.py +++ b/python/examples/PriceList/PriceList.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/examples/PriceList/TableModel.py b/python/examples/PriceList/TableModel.py index f2668b4f..b27073b2 100644 --- a/python/examples/PriceList/TableModel.py +++ b/python/examples/PriceList/TableModel.py @@ -3,7 +3,7 @@ # # This file is part of the KD Reports library. # -# SPDX-FileCopyrightText: 2007-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/python/tests/CMakeLists.txt b/python/tests/CMakeLists.txt index d78e957b..548fbb04 100644 --- a/python/tests/CMakeLists.txt +++ b/python/tests/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/python/tests/config.py.cmake b/python/tests/config.py.cmake index a5167420..99c03a5e 100644 --- a/python/tests/config.py.cmake +++ b/python/tests/config.py.cmake @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/python/tests/tst_importModule.py b/python/tests/tst_importModule.py index 4a439490..1e3914c6 100644 --- a/python/tests/tst_importModule.py +++ b/python/tests/tst_importModule.py @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/src/CMakeLists.txt b/src/CMakeLists.txt index 70d7c0de..03301d38 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/KDReports/KDReports.h b/src/KDReports/KDReports.h index f6d49179..c275f2e9 100644 --- a/src/KDReports/KDReports.h +++ b/src/KDReports/KDReports.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/src/KDReports/KDReportsAbstractReportLayout.cpp b/src/KDReports/KDReportsAbstractReportLayout.cpp index 598f5313..86da2de2 100644 --- a/src/KDReports/KDReportsAbstractReportLayout.cpp +++ b/src/KDReports/KDReportsAbstractReportLayout.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsAbstractReportLayout_p.h b/src/KDReports/KDReportsAbstractReportLayout_p.h index 7b46db9c..8bd2fc4c 100644 --- a/src/KDReports/KDReportsAbstractReportLayout_p.h +++ b/src/KDReports/KDReportsAbstractReportLayout_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsAbstractTableElement.cpp b/src/KDReports/KDReportsAbstractTableElement.cpp index ade8f592..3a186b4a 100644 --- a/src/KDReports/KDReportsAbstractTableElement.cpp +++ b/src/KDReports/KDReportsAbstractTableElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsAbstractTableElement.h b/src/KDReports/KDReportsAbstractTableElement.h index 07267932..8b8bfac9 100644 --- a/src/KDReports/KDReportsAbstractTableElement.h +++ b/src/KDReports/KDReportsAbstractTableElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsAutoTableElement.cpp b/src/KDReports/KDReportsAutoTableElement.cpp index ca8afb76..039889f2 100644 --- a/src/KDReports/KDReportsAutoTableElement.cpp +++ b/src/KDReports/KDReportsAutoTableElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsAutoTableElement.h b/src/KDReports/KDReportsAutoTableElement.h index 19de41f9..978a54a5 100644 --- a/src/KDReports/KDReportsAutoTableElement.h +++ b/src/KDReports/KDReportsAutoTableElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsCell.cpp b/src/KDReports/KDReportsCell.cpp index 081aa68d..bebbe226 100644 --- a/src/KDReports/KDReportsCell.cpp +++ b/src/KDReports/KDReportsCell.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsCell.h b/src/KDReports/KDReportsCell.h index eb8d5bb0..ea61de47 100644 --- a/src/KDReports/KDReportsCell.h +++ b/src/KDReports/KDReportsCell.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsChartElement.cpp b/src/KDReports/KDReportsChartElement.cpp index d56376ed..ba2d18b3 100644 --- a/src/KDReports/KDReportsChartElement.cpp +++ b/src/KDReports/KDReportsChartElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsChartElement.h b/src/KDReports/KDReportsChartElement.h index 67dd7444..a0bfadfb 100644 --- a/src/KDReports/KDReportsChartElement.h +++ b/src/KDReports/KDReportsChartElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsChartTextObject.cpp b/src/KDReports/KDReportsChartTextObject.cpp index f63aaedf..351bd236 100644 --- a/src/KDReports/KDReportsChartTextObject.cpp +++ b/src/KDReports/KDReportsChartTextObject.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsChartTextObject_p.h b/src/KDReports/KDReportsChartTextObject_p.h index 3247199e..2f55dc7c 100644 --- a/src/KDReports/KDReportsChartTextObject_p.h +++ b/src/KDReports/KDReportsChartTextObject_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsElement.cpp b/src/KDReports/KDReportsElement.cpp index 328a0bbb..c1070018 100644 --- a/src/KDReports/KDReportsElement.cpp +++ b/src/KDReports/KDReportsElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsElement.h b/src/KDReports/KDReportsElement.h index 9a72ff66..c9b2d4ef 100644 --- a/src/KDReports/KDReportsElement.h +++ b/src/KDReports/KDReportsElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsElementData_p.h b/src/KDReports/KDReportsElementData_p.h index 68174fa0..997471c7 100644 --- a/src/KDReports/KDReportsElementData_p.h +++ b/src/KDReports/KDReportsElementData_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsErrorDetails.cpp b/src/KDReports/KDReportsErrorDetails.cpp index 9fae459a..c86f8a70 100644 --- a/src/KDReports/KDReportsErrorDetails.cpp +++ b/src/KDReports/KDReportsErrorDetails.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsErrorDetails.h b/src/KDReports/KDReportsErrorDetails.h index 939ae33d..a53aabf2 100644 --- a/src/KDReports/KDReportsErrorDetails.h +++ b/src/KDReports/KDReportsErrorDetails.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsErrorDetails_p.h b/src/KDReports/KDReportsErrorDetails_p.h index b81d8127..4da4d6c6 100644 --- a/src/KDReports/KDReportsErrorDetails_p.h +++ b/src/KDReports/KDReportsErrorDetails_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsFontScaler.cpp b/src/KDReports/KDReportsFontScaler.cpp index c8a236a0..0976e160 100644 --- a/src/KDReports/KDReportsFontScaler.cpp +++ b/src/KDReports/KDReportsFontScaler.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsFontScaler_p.h b/src/KDReports/KDReportsFontScaler_p.h index e70aee9f..03663481 100644 --- a/src/KDReports/KDReportsFontScaler_p.h +++ b/src/KDReports/KDReportsFontScaler_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsFrame.cpp b/src/KDReports/KDReportsFrame.cpp index a83cf809..077b9983 100644 --- a/src/KDReports/KDReportsFrame.cpp +++ b/src/KDReports/KDReportsFrame.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsFrame.h b/src/KDReports/KDReportsFrame.h index ce54f6a0..8fd9045e 100644 --- a/src/KDReports/KDReportsFrame.h +++ b/src/KDReports/KDReportsFrame.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsGlobal.h b/src/KDReports/KDReportsGlobal.h index 5a0d7eb9..f94a4725 100644 --- a/src/KDReports/KDReportsGlobal.h +++ b/src/KDReports/KDReportsGlobal.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHLineElement.cpp b/src/KDReports/KDReportsHLineElement.cpp index 4b74645c..9f641528 100644 --- a/src/KDReports/KDReportsHLineElement.cpp +++ b/src/KDReports/KDReportsHLineElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHLineElement.h b/src/KDReports/KDReportsHLineElement.h index 3af1bae3..64a49e05 100644 --- a/src/KDReports/KDReportsHLineElement.h +++ b/src/KDReports/KDReportsHLineElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHLineTextObject.cpp b/src/KDReports/KDReportsHLineTextObject.cpp index d89ca521..92d6aa53 100644 --- a/src/KDReports/KDReportsHLineTextObject.cpp +++ b/src/KDReports/KDReportsHLineTextObject.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHLineTextObject_p.h b/src/KDReports/KDReportsHLineTextObject_p.h index 15c3671a..8369b717 100644 --- a/src/KDReports/KDReportsHLineTextObject_p.h +++ b/src/KDReports/KDReportsHLineTextObject_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHeader.cpp b/src/KDReports/KDReportsHeader.cpp index 6698e3ec..6e6389be 100644 --- a/src/KDReports/KDReportsHeader.cpp +++ b/src/KDReports/KDReportsHeader.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHeader.h b/src/KDReports/KDReportsHeader.h index 1b716e1d..7e65543d 100644 --- a/src/KDReports/KDReportsHeader.h +++ b/src/KDReports/KDReportsHeader.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHeader_p.h b/src/KDReports/KDReportsHeader_p.h index 87e73e6b..20565806 100644 --- a/src/KDReports/KDReportsHeader_p.h +++ b/src/KDReports/KDReportsHeader_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHtmlElement.cpp b/src/KDReports/KDReportsHtmlElement.cpp index f57006c7..f18e7eec 100644 --- a/src/KDReports/KDReportsHtmlElement.cpp +++ b/src/KDReports/KDReportsHtmlElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsHtmlElement.h b/src/KDReports/KDReportsHtmlElement.h index 981a4beb..b2f22aee 100644 --- a/src/KDReports/KDReportsHtmlElement.h +++ b/src/KDReports/KDReportsHtmlElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsImageElement.cpp b/src/KDReports/KDReportsImageElement.cpp index 89a82526..d6bfb333 100644 --- a/src/KDReports/KDReportsImageElement.cpp +++ b/src/KDReports/KDReportsImageElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsImageElement.h b/src/KDReports/KDReportsImageElement.h index 910728e2..e2899480 100644 --- a/src/KDReports/KDReportsImageElement.h +++ b/src/KDReports/KDReportsImageElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsLayoutHelper.cpp b/src/KDReports/KDReportsLayoutHelper.cpp index 2470beb0..e919b581 100644 --- a/src/KDReports/KDReportsLayoutHelper.cpp +++ b/src/KDReports/KDReportsLayoutHelper.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsLayoutHelper_p.h b/src/KDReports/KDReportsLayoutHelper_p.h index c0de5cd7..a1e03b0c 100644 --- a/src/KDReports/KDReportsLayoutHelper_p.h +++ b/src/KDReports/KDReportsLayoutHelper_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsMainTable.cpp b/src/KDReports/KDReportsMainTable.cpp index 30ba38b4..acd33430 100644 --- a/src/KDReports/KDReportsMainTable.cpp +++ b/src/KDReports/KDReportsMainTable.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsMainTable.h b/src/KDReports/KDReportsMainTable.h index 620b3e12..01ee7e55 100644 --- a/src/KDReports/KDReportsMainTable.h +++ b/src/KDReports/KDReportsMainTable.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsPreviewDialog.cpp b/src/KDReports/KDReportsPreviewDialog.cpp index d49310fb..add8dbd9 100644 --- a/src/KDReports/KDReportsPreviewDialog.cpp +++ b/src/KDReports/KDReportsPreviewDialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsPreviewDialog.h b/src/KDReports/KDReportsPreviewDialog.h index 947334e3..87895113 100644 --- a/src/KDReports/KDReportsPreviewDialog.h +++ b/src/KDReports/KDReportsPreviewDialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsPreviewWidget.cpp b/src/KDReports/KDReportsPreviewWidget.cpp index 67f17910..e8287eb8 100644 --- a/src/KDReports/KDReportsPreviewWidget.cpp +++ b/src/KDReports/KDReportsPreviewWidget.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsPreviewWidget.h b/src/KDReports/KDReportsPreviewWidget.h index a7da6ed2..07799a92 100644 --- a/src/KDReports/KDReportsPreviewWidget.h +++ b/src/KDReports/KDReportsPreviewWidget.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsReport.cpp b/src/KDReports/KDReportsReport.cpp index 3bd59806..f17191dd 100644 --- a/src/KDReports/KDReportsReport.cpp +++ b/src/KDReports/KDReportsReport.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsReport.h b/src/KDReports/KDReportsReport.h index 405aef0f..efe3987e 100644 --- a/src/KDReports/KDReportsReport.h +++ b/src/KDReports/KDReportsReport.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsReportBuilder.cpp b/src/KDReports/KDReportsReportBuilder.cpp index 02c08d4a..2ff3061a 100644 --- a/src/KDReports/KDReportsReportBuilder.cpp +++ b/src/KDReports/KDReportsReportBuilder.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsReportBuilder_p.h b/src/KDReports/KDReportsReportBuilder_p.h index 91f9f0db..413a2f31 100644 --- a/src/KDReports/KDReportsReportBuilder_p.h +++ b/src/KDReports/KDReportsReportBuilder_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsReport_p.h b/src/KDReports/KDReportsReport_p.h index 758ead20..d6260f56 100644 --- a/src/KDReports/KDReportsReport_p.h +++ b/src/KDReports/KDReportsReport_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsSpreadsheetReportLayout.cpp b/src/KDReports/KDReportsSpreadsheetReportLayout.cpp index be170806..e2d272c0 100644 --- a/src/KDReports/KDReportsSpreadsheetReportLayout.cpp +++ b/src/KDReports/KDReportsSpreadsheetReportLayout.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsSpreadsheetReportLayout_p.h b/src/KDReports/KDReportsSpreadsheetReportLayout_p.h index a7980d5b..7bd25336 100644 --- a/src/KDReports/KDReportsSpreadsheetReportLayout_p.h +++ b/src/KDReports/KDReportsSpreadsheetReportLayout_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableBreakingLogic.cpp b/src/KDReports/KDReportsTableBreakingLogic.cpp index 12a7ac1f..781fdffb 100644 --- a/src/KDReports/KDReportsTableBreakingLogic.cpp +++ b/src/KDReports/KDReportsTableBreakingLogic.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableBreakingLogic_p.h b/src/KDReports/KDReportsTableBreakingLogic_p.h index c74c0387..80bf9595 100644 --- a/src/KDReports/KDReportsTableBreakingLogic_p.h +++ b/src/KDReports/KDReportsTableBreakingLogic_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableBreakingSettingsDialog.cpp b/src/KDReports/KDReportsTableBreakingSettingsDialog.cpp index 08688d4a..6afaccfa 100644 --- a/src/KDReports/KDReportsTableBreakingSettingsDialog.cpp +++ b/src/KDReports/KDReportsTableBreakingSettingsDialog.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableBreakingSettingsDialog.h b/src/KDReports/KDReportsTableBreakingSettingsDialog.h index b945b59f..69772f9d 100644 --- a/src/KDReports/KDReportsTableBreakingSettingsDialog.h +++ b/src/KDReports/KDReportsTableBreakingSettingsDialog.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableElement.cpp b/src/KDReports/KDReportsTableElement.cpp index 10d125ad..c3c9f020 100644 --- a/src/KDReports/KDReportsTableElement.cpp +++ b/src/KDReports/KDReportsTableElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableElement.h b/src/KDReports/KDReportsTableElement.h index c99bd0fb..ce70060b 100644 --- a/src/KDReports/KDReportsTableElement.h +++ b/src/KDReports/KDReportsTableElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableLayout.cpp b/src/KDReports/KDReportsTableLayout.cpp index e92d08a1..e745c4bf 100644 --- a/src/KDReports/KDReportsTableLayout.cpp +++ b/src/KDReports/KDReportsTableLayout.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTableLayout_p.h b/src/KDReports/KDReportsTableLayout_p.h index 1e5cb7c9..aaeceae5 100644 --- a/src/KDReports/KDReportsTableLayout_p.h +++ b/src/KDReports/KDReportsTableLayout_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocReportLayout.cpp b/src/KDReports/KDReportsTextDocReportLayout.cpp index e320edb4..a41a49cf 100644 --- a/src/KDReports/KDReportsTextDocReportLayout.cpp +++ b/src/KDReports/KDReportsTextDocReportLayout.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocReportLayout_p.h b/src/KDReports/KDReportsTextDocReportLayout_p.h index 188f559a..4275c026 100644 --- a/src/KDReports/KDReportsTextDocReportLayout_p.h +++ b/src/KDReports/KDReportsTextDocReportLayout_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocument.cpp b/src/KDReports/KDReportsTextDocument.cpp index 5598f0ee..b78c5d46 100644 --- a/src/KDReports/KDReportsTextDocument.cpp +++ b/src/KDReports/KDReportsTextDocument.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocumentData.cpp b/src/KDReports/KDReportsTextDocumentData.cpp index e78ef5d8..90015a6d 100644 --- a/src/KDReports/KDReportsTextDocumentData.cpp +++ b/src/KDReports/KDReportsTextDocumentData.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocumentData_p.h b/src/KDReports/KDReportsTextDocumentData_p.h index 80ef8180..df677265 100644 --- a/src/KDReports/KDReportsTextDocumentData_p.h +++ b/src/KDReports/KDReportsTextDocumentData_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextDocument_p.h b/src/KDReports/KDReportsTextDocument_p.h index d4aa147a..93c03fd0 100644 --- a/src/KDReports/KDReportsTextDocument_p.h +++ b/src/KDReports/KDReportsTextDocument_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextElement.cpp b/src/KDReports/KDReportsTextElement.cpp index a352aab3..070fd54f 100644 --- a/src/KDReports/KDReportsTextElement.cpp +++ b/src/KDReports/KDReportsTextElement.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsTextElement.h b/src/KDReports/KDReportsTextElement.h index ad2d2199..22ae7ce8 100644 --- a/src/KDReports/KDReportsTextElement.h +++ b/src/KDReports/KDReportsTextElement.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsUnit.h b/src/KDReports/KDReportsUnit.h index 6484f6ad..9b86d550 100644 --- a/src/KDReports/KDReportsUnit.h +++ b/src/KDReports/KDReportsUnit.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsVariableType.h b/src/KDReports/KDReportsVariableType.h index a865d182..b6df810c 100644 --- a/src/KDReports/KDReportsVariableType.h +++ b/src/KDReports/KDReportsVariableType.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsXmlElementHandler.cpp b/src/KDReports/KDReportsXmlElementHandler.cpp index 2cf3ac7e..3ec2c670 100644 --- a/src/KDReports/KDReportsXmlElementHandler.cpp +++ b/src/KDReports/KDReportsXmlElementHandler.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsXmlElementHandler.h b/src/KDReports/KDReportsXmlElementHandler.h index d5ff8d07..80d8af02 100644 --- a/src/KDReports/KDReportsXmlElementHandler.h +++ b/src/KDReports/KDReportsXmlElementHandler.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsXmlHelper.cpp b/src/KDReports/KDReportsXmlHelper.cpp index caf14d6b..d8554d23 100644 --- a/src/KDReports/KDReportsXmlHelper.cpp +++ b/src/KDReports/KDReportsXmlHelper.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/KDReports/KDReportsXmlHelper.h b/src/KDReports/KDReportsXmlHelper.h index ed7ea30a..a9979d6a 100644 --- a/src/KDReports/KDReportsXmlHelper.h +++ b/src/KDReports/KDReportsXmlHelper.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** 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/KDReports/KDReportsXmlParser.cpp b/src/KDReports/KDReportsXmlParser.cpp index d343cd93..44599e4a 100644 --- a/src/KDReports/KDReportsXmlParser.cpp +++ b/src/KDReports/KDReportsXmlParser.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReports/KDReportsXmlParser_p.h b/src/KDReports/KDReportsXmlParser_p.h index 5d1c13cb..f42763b0 100644 --- a/src/KDReports/KDReportsXmlParser_p.h +++ b/src/KDReports/KDReportsXmlParser_p.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/src/KDReportsConfig.cmake.in b/src/KDReportsConfig.cmake.in index f435045e..fa265171 100644 --- a/src/KDReportsConfig.cmake.in +++ b/src/KDReportsConfig.cmake.in @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/CMakeLists.txt b/unittests/CMakeLists.txt index c205c1e2..8823bdd4 100644 --- a/unittests/CMakeLists.txt +++ b/unittests/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/ElementCopying/CMakeLists.txt b/unittests/ElementCopying/CMakeLists.txt index 785d209c..5e7b9991 100644 --- a/unittests/ElementCopying/CMakeLists.txt +++ b/unittests/ElementCopying/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/ElementCopying/ElementCopying.cpp b/unittests/ElementCopying/ElementCopying.cpp index 8080be94..546eed88 100644 --- a/unittests/ElementCopying/ElementCopying.cpp +++ b/unittests/ElementCopying/ElementCopying.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/Headers/CMakeLists.txt b/unittests/Headers/CMakeLists.txt index cca269c8..3fd5362a 100644 --- a/unittests/Headers/CMakeLists.txt +++ b/unittests/Headers/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/Headers/Headers.cpp b/unittests/Headers/Headers.cpp index bad1f4ef..8c266a77 100644 --- a/unittests/Headers/Headers.cpp +++ b/unittests/Headers/Headers.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/InThread/CMakeLists.txt b/unittests/InThread/CMakeLists.txt index 2b279128..89a1cc93 100644 --- a/unittests/InThread/CMakeLists.txt +++ b/unittests/InThread/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/InThread/InThread.cpp b/unittests/InThread/InThread.cpp index 6903cee2..e0b436fe 100644 --- a/unittests/InThread/InThread.cpp +++ b/unittests/InThread/InThread.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/PageLayout/CMakeLists.txt b/unittests/PageLayout/CMakeLists.txt index ebaca1f6..b5522047 100644 --- a/unittests/PageLayout/CMakeLists.txt +++ b/unittests/PageLayout/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/PageLayout/PageLayout.cpp b/unittests/PageLayout/PageLayout.cpp index aa6a8ad6..0e0a3d92 100644 --- a/unittests/PageLayout/PageLayout.cpp +++ b/unittests/PageLayout/PageLayout.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/SpreadsheetMode/CMakeLists.txt b/unittests/SpreadsheetMode/CMakeLists.txt index 1b49b3c8..24ce6e07 100644 --- a/unittests/SpreadsheetMode/CMakeLists.txt +++ b/unittests/SpreadsheetMode/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/SpreadsheetMode/SpreadsheetMode.cpp b/unittests/SpreadsheetMode/SpreadsheetMode.cpp index 95eb2dd2..db1acc44 100644 --- a/unittests/SpreadsheetMode/SpreadsheetMode.cpp +++ b/unittests/SpreadsheetMode/SpreadsheetMode.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/TableBreakingLogic/CMakeLists.txt b/unittests/TableBreakingLogic/CMakeLists.txt index 235c107d..1aa5924d 100644 --- a/unittests/TableBreakingLogic/CMakeLists.txt +++ b/unittests/TableBreakingLogic/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/TableBreakingLogic/TableBreakingTest.cpp b/unittests/TableBreakingLogic/TableBreakingTest.cpp index cd1c4271..92a97197 100644 --- a/unittests/TableBreakingLogic/TableBreakingTest.cpp +++ b/unittests/TableBreakingLogic/TableBreakingTest.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/TextDocument/CMakeLists.txt b/unittests/TextDocument/CMakeLists.txt index fcc88702..9cbe36aa 100644 --- a/unittests/TextDocument/CMakeLists.txt +++ b/unittests/TextDocument/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/TextDocument/TextDocument.cpp b/unittests/TextDocument/TextDocument.cpp index b41667c8..b2a57378 100644 --- a/unittests/TextDocument/TextDocument.cpp +++ b/unittests/TextDocument/TextDocument.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/XmlParser/CMakeLists.txt b/unittests/XmlParser/CMakeLists.txt index 25ea31f0..7091599e 100644 --- a/unittests/XmlParser/CMakeLists.txt +++ b/unittests/XmlParser/CMakeLists.txt @@ -1,7 +1,6 @@ -# # This file is part of the KD Reports library. # -# 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/XmlParser/TestXmlElementHandler.cpp b/unittests/XmlParser/TestXmlElementHandler.cpp index 137c158e..6d33d75d 100644 --- a/unittests/XmlParser/TestXmlElementHandler.cpp +++ b/unittests/XmlParser/TestXmlElementHandler.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/XmlParser/TestXmlElementHandler.h b/unittests/XmlParser/TestXmlElementHandler.h index 3cc25418..7a700655 100644 --- a/unittests/XmlParser/TestXmlElementHandler.h +++ b/unittests/XmlParser/TestXmlElementHandler.h @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT ** diff --git a/unittests/XmlParser/XmlParser.cpp b/unittests/XmlParser/XmlParser.cpp index e0d16411..ade7b23b 100644 --- a/unittests/XmlParser/XmlParser.cpp +++ b/unittests/XmlParser/XmlParser.cpp @@ -2,7 +2,7 @@ ** ** This file is part of the KD Reports library. ** -** SPDX-FileCopyrightText: 2007-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +** SPDX-FileCopyrightText: 2007 Klarälvdalens Datakonsult AB, a KDAB Group company ** ** SPDX-License-Identifier: MIT **