From 9b91b8b13dc38c36d29c5ae3975f7cb3df3bcb5d Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 16 Jan 2024 15:58:39 -0500 Subject: [PATCH] Remove the date range from KDAB copyrights Keep the file creationYear as part of the copyright but no longer worry about extending the date range to include the currentYear. This standardizes to KDAB copyright policy. --- LICENSE.GPL.txt | 2 +- scripts/check_kallsyms.py | 2 +- scripts/check_mmaps.py | 2 +- scripts/create_tarballs.sh | 2 +- src/aboutdialog.cpp | 2 +- src/aboutdialog.h | 2 +- src/costcontextmenu.cpp | 2 +- src/costcontextmenu.h | 2 +- src/costheaderview.cpp | 2 +- src/costheaderview.h | 2 +- src/dockwidgetsetup.cpp | 2 +- src/dockwidgetsetup.h | 2 +- src/flamegraph.cpp | 2 +- src/flamegraph.h | 2 +- src/frequencypage.cpp | 2 +- src/frequencypage.h | 2 +- src/main.cpp | 2 +- src/mainwindow.cpp | 2 +- src/mainwindow.h | 2 +- src/models/callercalleemodel.cpp | 2 +- src/models/callercalleemodel.h | 2 +- src/models/callercalleeproxy.cpp | 2 +- src/models/callercalleeproxy.h | 2 +- src/models/costdelegate.cpp | 2 +- src/models/costdelegate.h | 2 +- src/models/costproxy.h | 2 +- src/models/data.cpp | 2 +- src/models/data.h | 2 +- src/models/disassemblymodel.cpp | 2 +- src/models/disassemblymodel.h | 2 +- src/models/disassemblyoutput.cpp | 2 +- src/models/disassemblyoutput.h | 2 +- src/models/eventmodel.cpp | 2 +- src/models/eventmodel.h | 2 +- src/models/filterandzoomstack.cpp | 2 +- src/models/filterandzoomstack.h | 2 +- src/models/frequencymodel.cpp | 2 +- src/models/frequencymodel.h | 2 +- src/models/hashmodel.h | 2 +- src/models/processfiltermodel.cpp | 2 +- src/models/processfiltermodel.h | 2 +- src/models/processmodel.cpp | 2 +- src/models/processmodel.h | 2 +- src/models/timeaxisheaderview.cpp | 2 +- src/models/timeaxisheaderview.h | 2 +- src/models/timelinedelegate.cpp | 2 +- src/models/timelinedelegate.h | 2 +- src/models/topproxy.cpp | 2 +- src/models/topproxy.h | 2 +- src/models/treemodel.cpp | 2 +- src/models/treemodel.h | 2 +- src/multiconfigwidget.cpp | 2 +- src/multiconfigwidget.h | 2 +- src/parsers/perf/perfparser.cpp | 2 +- src/parsers/perf/perfparser.h | 2 +- src/perfoutputwidget.cpp | 2 +- src/perfoutputwidget.h | 2 +- src/perfoutputwidgetkonsole.cpp | 2 +- src/perfoutputwidgetkonsole.h | 2 +- src/perfoutputwidgettext.cpp | 2 +- src/perfoutputwidgettext.h | 2 +- src/perfrecord.cpp | 2 +- src/perfrecord.h | 2 +- src/recordpage.cpp | 2 +- src/recordpage.h | 2 +- src/resultsbottomuppage.cpp | 2 +- src/resultsbottomuppage.h | 2 +- src/resultscallercalleepage.cpp | 2 +- src/resultscallercalleepage.h | 2 +- src/resultsdisassemblypage.cpp | 2 +- src/resultsdisassemblypage.h | 2 +- src/resultsflamegraphpage.cpp | 2 +- src/resultsflamegraphpage.h | 2 +- src/resultspage.cpp | 2 +- src/resultspage.h | 2 +- src/resultssummarypage.cpp | 2 +- src/resultssummarypage.h | 2 +- src/resultstopdownpage.cpp | 2 +- src/resultstopdownpage.h | 2 +- src/resultsutil.cpp | 2 +- src/resultsutil.h | 2 +- src/settings.cpp | 2 +- src/settings.h | 2 +- src/settingsdialog.cpp | 2 +- src/settingsdialog.h | 2 +- src/startpage.cpp | 2 +- src/startpage.h | 2 +- src/timelinewidget.cpp | 2 +- src/timelinewidget.h | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- tests/integrationtests/dump_perf_data.cpp | 2 +- tests/integrationtests/elfwalk.cpp | 2 +- tests/integrationtests/tst_perfparser.cpp | 2 +- tests/modeltests/tst_disassemblyoutput.cpp | 2 +- tests/modeltests/tst_models.cpp | 2 +- tests/modeltests/tst_timelinedelegate.cpp | 2 +- tests/test-clients/c-fork/c-fork.c | 2 +- tests/test-clients/c-syscalls/main.c | 2 +- tests/test-clients/cpp-inlining/main.cpp | 2 +- tests/test-clients/cpp-locking/main.cpp | 2 +- tests/test-clients/cpp-minimal-static/main.cpp | 2 +- tests/test-clients/cpp-parallel/main.cpp | 2 +- tests/test-clients/cpp-recursion/main.cpp | 2 +- tests/test-clients/cpp-sleep/main.cpp | 2 +- tests/test-clients/cpp-stdin/main.cpp | 2 +- tests/test-clients/cpp-threadnames/main.cpp | 2 +- tests/testutils.h | 2 +- 108 files changed, 108 insertions(+), 108 deletions(-) diff --git a/LICENSE.GPL.txt b/LICENSE.GPL.txt index 79a026ec6..02f6c37a2 100644 --- a/LICENSE.GPL.txt +++ b/LICENSE.GPL.txt @@ -1,4 +1,4 @@ - The Hotspot software is Copyright (C) 2016-2020 Klaralvdalens Datakonsult AB. + The Hotspot software is © Klaralvdalens Datakonsult AB. You may use, distribute and copy the Hotspot software under the terms of the GNU General Public License version 2 or under the terms of GNU General diff --git a/scripts/check_kallsyms.py b/scripts/check_kallsyms.py index c1e9c9f3f..86460fd2d 100755 --- a/scripts/check_kallsyms.py +++ b/scripts/check_kallsyms.py @@ -1,7 +1,7 @@ #!/bin/env python3 # # SPDX-FileCopyrightText: Milian Wolff -# SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com # # SPDX-License-Identifier: GPL-2.0-or-later # diff --git a/scripts/check_mmaps.py b/scripts/check_mmaps.py index 58d5e5493..fb76c9032 100755 --- a/scripts/check_mmaps.py +++ b/scripts/check_mmaps.py @@ -1,7 +1,7 @@ #!/bin/env python3 # # SPDX-FileCopyrightText: Milian Wolff -# SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com # # SPDX-License-Identifier: GPL-2.0-or-later # diff --git a/scripts/create_tarballs.sh b/scripts/create_tarballs.sh index 0d73f3589..c864251a0 100755 --- a/scripts/create_tarballs.sh +++ b/scripts/create_tarballs.sh @@ -1,7 +1,7 @@ #!/bin/bash # # SPDX-FileCopyrightText: Milian Wolff -# SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +# SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com # # SPDX-License-Identifier: GPL-2.0-or-later # diff --git a/src/aboutdialog.cpp b/src/aboutdialog.cpp index 0bde5f582..9a79d7703 100644 --- a/src/aboutdialog.cpp +++ b/src/aboutdialog.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Volker Krause SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/aboutdialog.h b/src/aboutdialog.h index 5a8edc8c5..e77fd0a63 100644 --- a/src/aboutdialog.h +++ b/src/aboutdialog.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Volker Krause SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/costcontextmenu.cpp b/src/costcontextmenu.cpp index 64182d9a9..84db9f15e 100644 --- a/src/costcontextmenu.cpp +++ b/src/costcontextmenu.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/costcontextmenu.h b/src/costcontextmenu.h index af1d3b0b7..8f32b6b6b 100644 --- a/src/costcontextmenu.h +++ b/src/costcontextmenu.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/costheaderview.cpp b/src/costheaderview.cpp index 2665d287e..316fd6393 100644 --- a/src/costheaderview.cpp +++ b/src/costheaderview.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/costheaderview.h b/src/costheaderview.h index edcb5e6f6..f7d6285ab 100644 --- a/src/costheaderview.h +++ b/src/costheaderview.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/dockwidgetsetup.cpp b/src/dockwidgetsetup.cpp index 7c7ff118b..e2a0159b4 100644 --- a/src/dockwidgetsetup.cpp +++ b/src/dockwidgetsetup.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/dockwidgetsetup.h b/src/dockwidgetsetup.h index 3881abe2a..f9b80e521 100644 --- a/src/dockwidgetsetup.h +++ b/src/dockwidgetsetup.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/flamegraph.cpp b/src/flamegraph.cpp index 898af8b4b..5bcf7a411 100644 --- a/src/flamegraph.cpp +++ b/src/flamegraph.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/flamegraph.h b/src/flamegraph.h index 8aa1aab79..349c331e4 100644 --- a/src/flamegraph.h +++ b/src/flamegraph.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/frequencypage.cpp b/src/frequencypage.cpp index f0d45a8e3..469d70016 100644 --- a/src/frequencypage.cpp +++ b/src/frequencypage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/frequencypage.h b/src/frequencypage.h index 142211da5..4a9050f14 100644 --- a/src/frequencypage.h +++ b/src/frequencypage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/main.cpp b/src/main.cpp index 4de9b970d..a1221c564 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 233526f2e..95dd49f10 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/mainwindow.h b/src/mainwindow.h index 7c4820fd9..bc8f20ff3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/callercalleemodel.cpp b/src/models/callercalleemodel.cpp index 176e8b082..52b5aa630 100644 --- a/src/models/callercalleemodel.cpp +++ b/src/models/callercalleemodel.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/callercalleemodel.h b/src/models/callercalleemodel.h index bf6ae1a14..98d3e4797 100644 --- a/src/models/callercalleemodel.h +++ b/src/models/callercalleemodel.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/callercalleeproxy.cpp b/src/models/callercalleeproxy.cpp index 38b15346a..5d7f43b68 100644 --- a/src/models/callercalleeproxy.cpp +++ b/src/models/callercalleeproxy.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/callercalleeproxy.h b/src/models/callercalleeproxy.h index cbee59cd5..8e0a23af4 100644 --- a/src/models/callercalleeproxy.h +++ b/src/models/callercalleeproxy.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/costdelegate.cpp b/src/models/costdelegate.cpp index 79487f495..24cf5c9a9 100644 --- a/src/models/costdelegate.cpp +++ b/src/models/costdelegate.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/costdelegate.h b/src/models/costdelegate.h index c3d9990a5..176e14e9f 100644 --- a/src/models/costdelegate.h +++ b/src/models/costdelegate.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/costproxy.h b/src/models/costproxy.h index 3490254b7..7ccc47bc9 100644 --- a/src/models/costproxy.h +++ b/src/models/costproxy.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/data.cpp b/src/models/data.cpp index d01111bd9..d86094fc1 100644 --- a/src/models/data.cpp +++ b/src/models/data.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/data.h b/src/models/data.h index c00fd7dea..6a2c0cffe 100644 --- a/src/models/data.h +++ b/src/models/data.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/disassemblymodel.cpp b/src/models/disassemblymodel.cpp index d350b1fd3..923683249 100644 --- a/src/models/disassemblymodel.cpp +++ b/src/models/disassemblymodel.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/disassemblymodel.h b/src/models/disassemblymodel.h index 120b9fb18..7c65a546f 100644 --- a/src/models/disassemblymodel.h +++ b/src/models/disassemblymodel.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/disassemblyoutput.cpp b/src/models/disassemblyoutput.cpp index 9aefc9b71..f83d75267 100644 --- a/src/models/disassemblyoutput.cpp +++ b/src/models/disassemblyoutput.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/disassemblyoutput.h b/src/models/disassemblyoutput.h index d4d636eef..8ada324f1 100644 --- a/src/models/disassemblyoutput.h +++ b/src/models/disassemblyoutput.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/eventmodel.cpp b/src/models/eventmodel.cpp index 5f8ca7474..27343d656 100644 --- a/src/models/eventmodel.cpp +++ b/src/models/eventmodel.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/eventmodel.h b/src/models/eventmodel.h index 53fc03949..9554be52a 100644 --- a/src/models/eventmodel.h +++ b/src/models/eventmodel.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/filterandzoomstack.cpp b/src/models/filterandzoomstack.cpp index 50d83fcf8..d2f95f764 100644 --- a/src/models/filterandzoomstack.cpp +++ b/src/models/filterandzoomstack.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/filterandzoomstack.h b/src/models/filterandzoomstack.h index 9a528b581..da999f858 100644 --- a/src/models/filterandzoomstack.h +++ b/src/models/filterandzoomstack.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/frequencymodel.cpp b/src/models/frequencymodel.cpp index 0c81a58a8..5544b5e8c 100644 --- a/src/models/frequencymodel.cpp +++ b/src/models/frequencymodel.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/frequencymodel.h b/src/models/frequencymodel.h index 467978949..31ea241d5 100644 --- a/src/models/frequencymodel.h +++ b/src/models/frequencymodel.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/hashmodel.h b/src/models/hashmodel.h index fb240040a..bd09bccaf 100644 --- a/src/models/hashmodel.h +++ b/src/models/hashmodel.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/processfiltermodel.cpp b/src/models/processfiltermodel.cpp index 835f73d2b..10a6cbe74 100644 --- a/src/models/processfiltermodel.cpp +++ b/src/models/processfiltermodel.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Milian Wolff SPDX-FileCopyrightText: Nate Rogers - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/processfiltermodel.h b/src/models/processfiltermodel.h index 66979b2d8..42a0e119b 100644 --- a/src/models/processfiltermodel.h +++ b/src/models/processfiltermodel.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Milian Wolff SPDX-FileCopyrightText: Nate Rogers - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/processmodel.cpp b/src/models/processmodel.cpp index 40c1fa5d5..33bce6331 100644 --- a/src/models/processmodel.cpp +++ b/src/models/processmodel.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Milian Wolff SPDX-FileCopyrightText: Nate Rogers - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/processmodel.h b/src/models/processmodel.h index a74e158b8..ba20be5b1 100644 --- a/src/models/processmodel.h +++ b/src/models/processmodel.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Milian Wolff SPDX-FileCopyrightText: Nate Rogers - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/timeaxisheaderview.cpp b/src/models/timeaxisheaderview.cpp index 1cec5e179..0481d02a4 100644 --- a/src/models/timeaxisheaderview.cpp +++ b/src/models/timeaxisheaderview.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Koen Poppe SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/timeaxisheaderview.h b/src/models/timeaxisheaderview.h index 6e25ca580..4cc5e2387 100644 --- a/src/models/timeaxisheaderview.h +++ b/src/models/timeaxisheaderview.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Koen Poppe SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/timelinedelegate.cpp b/src/models/timelinedelegate.cpp index b8adc401b..b567f280b 100644 --- a/src/models/timelinedelegate.cpp +++ b/src/models/timelinedelegate.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/timelinedelegate.h b/src/models/timelinedelegate.h index d3e1298fb..3332f6cd8 100644 --- a/src/models/timelinedelegate.h +++ b/src/models/timelinedelegate.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/topproxy.cpp b/src/models/topproxy.cpp index 95ee39756..cce2fd76d 100644 --- a/src/models/topproxy.cpp +++ b/src/models/topproxy.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/topproxy.h b/src/models/topproxy.h index f8c9b88df..86d55b3c3 100644 --- a/src/models/topproxy.h +++ b/src/models/topproxy.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/treemodel.cpp b/src/models/treemodel.cpp index 6f1c1df6e..17bca930c 100644 --- a/src/models/treemodel.cpp +++ b/src/models/treemodel.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/models/treemodel.h b/src/models/treemodel.h index f33094aa9..55cfb5cfd 100644 --- a/src/models/treemodel.h +++ b/src/models/treemodel.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/multiconfigwidget.cpp b/src/multiconfigwidget.cpp index 5225111f1..8a2ce2a50 100644 --- a/src/multiconfigwidget.cpp +++ b/src/multiconfigwidget.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/multiconfigwidget.h b/src/multiconfigwidget.h index 5f7b71f05..813398dd3 100644 --- a/src/multiconfigwidget.h +++ b/src/multiconfigwidget.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/parsers/perf/perfparser.cpp b/src/parsers/perf/perfparser.cpp index 1689deb9a..3f61382df 100644 --- a/src/parsers/perf/perfparser.cpp +++ b/src/parsers/perf/perfparser.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/parsers/perf/perfparser.h b/src/parsers/perf/perfparser.h index 21ef39053..984b80a26 100644 --- a/src/parsers/perf/perfparser.h +++ b/src/parsers/perf/perfparser.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidget.cpp b/src/perfoutputwidget.cpp index 65878d4f9..776b9bdd2 100644 --- a/src/perfoutputwidget.cpp +++ b/src/perfoutputwidget.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidget.h b/src/perfoutputwidget.h index f808b8b53..c0295177e 100644 --- a/src/perfoutputwidget.h +++ b/src/perfoutputwidget.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidgetkonsole.cpp b/src/perfoutputwidgetkonsole.cpp index ec8ef11e6..e40523fbe 100644 --- a/src/perfoutputwidgetkonsole.cpp +++ b/src/perfoutputwidgetkonsole.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidgetkonsole.h b/src/perfoutputwidgetkonsole.h index 420fa7b3c..61086dff0 100644 --- a/src/perfoutputwidgetkonsole.h +++ b/src/perfoutputwidgetkonsole.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidgettext.cpp b/src/perfoutputwidgettext.cpp index ba5da517d..c1908fa36 100644 --- a/src/perfoutputwidgettext.cpp +++ b/src/perfoutputwidgettext.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfoutputwidgettext.h b/src/perfoutputwidgettext.h index 27b3aa28f..ea7ac9851 100644 --- a/src/perfoutputwidgettext.h +++ b/src/perfoutputwidgettext.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Lieven Hey SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfrecord.cpp b/src/perfrecord.cpp index 2f5c4f93d..aa13acf03 100644 --- a/src/perfrecord.cpp +++ b/src/perfrecord.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/perfrecord.h b/src/perfrecord.h index ebcc4ce28..bf4436fb7 100644 --- a/src/perfrecord.h +++ b/src/perfrecord.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/recordpage.cpp b/src/recordpage.cpp index 34ddb0bd4..08d2e2f3a 100644 --- a/src/recordpage.cpp +++ b/src/recordpage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/recordpage.h b/src/recordpage.h index c11b122fe..02bb1517b 100644 --- a/src/recordpage.h +++ b/src/recordpage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsbottomuppage.cpp b/src/resultsbottomuppage.cpp index d701a6e9e..f9729b444 100644 --- a/src/resultsbottomuppage.cpp +++ b/src/resultsbottomuppage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsbottomuppage.h b/src/resultsbottomuppage.h index d321c4a30..c906e491b 100644 --- a/src/resultsbottomuppage.h +++ b/src/resultsbottomuppage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultscallercalleepage.cpp b/src/resultscallercalleepage.cpp index 35936a568..5976d3915 100644 --- a/src/resultscallercalleepage.cpp +++ b/src/resultscallercalleepage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultscallercalleepage.h b/src/resultscallercalleepage.h index b742500a1..c32e163ad 100644 --- a/src/resultscallercalleepage.h +++ b/src/resultscallercalleepage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsdisassemblypage.cpp b/src/resultsdisassemblypage.cpp index d1cdb368a..9067ef57b 100644 --- a/src/resultsdisassemblypage.cpp +++ b/src/resultsdisassemblypage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsdisassemblypage.h b/src/resultsdisassemblypage.h index 4421cb02b..d00e99081 100644 --- a/src/resultsdisassemblypage.h +++ b/src/resultsdisassemblypage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsflamegraphpage.cpp b/src/resultsflamegraphpage.cpp index c8ac4eb9d..e5301d97b 100644 --- a/src/resultsflamegraphpage.cpp +++ b/src/resultsflamegraphpage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsflamegraphpage.h b/src/resultsflamegraphpage.h index 9584ace73..fe0f038fe 100644 --- a/src/resultsflamegraphpage.h +++ b/src/resultsflamegraphpage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultspage.cpp b/src/resultspage.cpp index 8832f9e72..2f4ddbf9f 100644 --- a/src/resultspage.cpp +++ b/src/resultspage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultspage.h b/src/resultspage.h index 139421abe..baf1bb189 100644 --- a/src/resultspage.h +++ b/src/resultspage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultssummarypage.cpp b/src/resultssummarypage.cpp index 66fa43639..747b8ae94 100644 --- a/src/resultssummarypage.cpp +++ b/src/resultssummarypage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultssummarypage.h b/src/resultssummarypage.h index 501cd0f26..13add3b39 100644 --- a/src/resultssummarypage.h +++ b/src/resultssummarypage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultstopdownpage.cpp b/src/resultstopdownpage.cpp index 1d1c5c4df..9e1f403fe 100644 --- a/src/resultstopdownpage.cpp +++ b/src/resultstopdownpage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultstopdownpage.h b/src/resultstopdownpage.h index b013e84a0..85e0b3bf9 100644 --- a/src/resultstopdownpage.h +++ b/src/resultstopdownpage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsutil.cpp b/src/resultsutil.cpp index bf5ad5cf8..21a4a44fb 100644 --- a/src/resultsutil.cpp +++ b/src/resultsutil.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/resultsutil.h b/src/resultsutil.h index 77288b73d..1dffcf849 100644 --- a/src/resultsutil.h +++ b/src/resultsutil.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/settings.cpp b/src/settings.cpp index 1f8ab125c..8f1f13c76 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Erik Johansson SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/settings.h b/src/settings.h index abca4c9e7..90d7d16be 100644 --- a/src/settings.h +++ b/src/settings.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Erik Johansson SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/settingsdialog.cpp b/src/settingsdialog.cpp index d831468e2..e41defd2b 100644 --- a/src/settingsdialog.cpp +++ b/src/settingsdialog.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Petr Lyapidevskiy SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 0b396d1a9..33e99ff45 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Petr Lyapidevskiy SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/startpage.cpp b/src/startpage.cpp index 4acd46145..b3c21e2dc 100644 --- a/src/startpage.cpp +++ b/src/startpage.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/startpage.h b/src/startpage.h index 1ef690894..d66390723 100644 --- a/src/startpage.h +++ b/src/startpage.h @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/timelinewidget.cpp b/src/timelinewidget.cpp index de165b2a3..16b95c43c 100644 --- a/src/timelinewidget.cpp +++ b/src/timelinewidget.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/timelinewidget.h b/src/timelinewidget.h index 497a6e903..c3d293575 100644 --- a/src/timelinewidget.h +++ b/src/timelinewidget.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/util.cpp b/src/util.cpp index 492a6a1da..50234b7c1 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/src/util.h b/src/util.h index 4113c646d..cd72922da 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/integrationtests/dump_perf_data.cpp b/tests/integrationtests/dump_perf_data.cpp index e30545928..bf80ea0cc 100644 --- a/tests/integrationtests/dump_perf_data.cpp +++ b/tests/integrationtests/dump_perf_data.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/integrationtests/elfwalk.cpp b/tests/integrationtests/elfwalk.cpp index b44a1e29c..b2a6fcf9b 100644 --- a/tests/integrationtests/elfwalk.cpp +++ b/tests/integrationtests/elfwalk.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/integrationtests/tst_perfparser.cpp b/tests/integrationtests/tst_perfparser.cpp index 421c82bab..da75784cb 100644 --- a/tests/integrationtests/tst_perfparser.cpp +++ b/tests/integrationtests/tst_perfparser.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Nate Rogers SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/modeltests/tst_disassemblyoutput.cpp b/tests/modeltests/tst_disassemblyoutput.cpp index 3f90dde05..9a4e4d576 100644 --- a/tests/modeltests/tst_disassemblyoutput.cpp +++ b/tests/modeltests/tst_disassemblyoutput.cpp @@ -1,7 +1,7 @@ /* SPDX-FileCopyrightText: Darya Knysh SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/modeltests/tst_models.cpp b/tests/modeltests/tst_models.cpp index 7845fece0..5e4cee09d 100644 --- a/tests/modeltests/tst_models.cpp +++ b/tests/modeltests/tst_models.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/modeltests/tst_timelinedelegate.cpp b/tests/modeltests/tst_timelinedelegate.cpp index ef46ffe60..745ce936a 100644 --- a/tests/modeltests/tst_timelinedelegate.cpp +++ b/tests/modeltests/tst_timelinedelegate.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/c-fork/c-fork.c b/tests/test-clients/c-fork/c-fork.c index b028f7aa2..c8f10a860 100644 --- a/tests/test-clients/c-fork/c-fork.c +++ b/tests/test-clients/c-fork/c-fork.c @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/c-syscalls/main.c b/tests/test-clients/c-syscalls/main.c index 885d6bb0d..6b9b562c4 100644 --- a/tests/test-clients/c-syscalls/main.c +++ b/tests/test-clients/c-syscalls/main.c @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-inlining/main.cpp b/tests/test-clients/cpp-inlining/main.cpp index cfb82a772..b55c177be 100644 --- a/tests/test-clients/cpp-inlining/main.cpp +++ b/tests/test-clients/cpp-inlining/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-locking/main.cpp b/tests/test-clients/cpp-locking/main.cpp index b5c299602..a643d430f 100644 --- a/tests/test-clients/cpp-locking/main.cpp +++ b/tests/test-clients/cpp-locking/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-minimal-static/main.cpp b/tests/test-clients/cpp-minimal-static/main.cpp index e93bba74e..632089a05 100644 --- a/tests/test-clients/cpp-minimal-static/main.cpp +++ b/tests/test-clients/cpp-minimal-static/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-parallel/main.cpp b/tests/test-clients/cpp-parallel/main.cpp index f7fa1dbba..c5a08cb24 100644 --- a/tests/test-clients/cpp-parallel/main.cpp +++ b/tests/test-clients/cpp-parallel/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-recursion/main.cpp b/tests/test-clients/cpp-recursion/main.cpp index 68eec57e7..126a36d11 100644 --- a/tests/test-clients/cpp-recursion/main.cpp +++ b/tests/test-clients/cpp-recursion/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-sleep/main.cpp b/tests/test-clients/cpp-sleep/main.cpp index 1e813d52a..7b415b911 100644 --- a/tests/test-clients/cpp-sleep/main.cpp +++ b/tests/test-clients/cpp-sleep/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-stdin/main.cpp b/tests/test-clients/cpp-stdin/main.cpp index 3d4a437d5..2c2d2de34 100644 --- a/tests/test-clients/cpp-stdin/main.cpp +++ b/tests/test-clients/cpp-stdin/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/test-clients/cpp-threadnames/main.cpp b/tests/test-clients/cpp-threadnames/main.cpp index 2ca99a1c6..27c288173 100644 --- a/tests/test-clients/cpp-threadnames/main.cpp +++ b/tests/test-clients/cpp-threadnames/main.cpp @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */ diff --git a/tests/testutils.h b/tests/testutils.h index b9b548841..7d7499d17 100644 --- a/tests/testutils.h +++ b/tests/testutils.h @@ -1,6 +1,6 @@ /* SPDX-FileCopyrightText: Milian Wolff - SPDX-FileCopyrightText: 2016-2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com SPDX-License-Identifier: GPL-2.0-or-later */