diff --git a/CMakeLists.txt b/CMakeLists.txt index acf1f30..6d29b15 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/api/CMakeLists.txt b/docs/api/CMakeLists.txt index e61b35a..7580a3b 100644 --- a/docs/api/CMakeLists.txt +++ b/docs/api/CMakeLists.txt @@ -6,6 +6,7 @@ # SPDX-License-Identifier: MIT # # Contact KDAB at for commercial licensing options. +# # dot should come with Doxygen find_package(Doxygen) if(DOXYGEN_DOT_EXECUTABLE) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 466f292..467448e 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/examples/widgetsingleapplication/CMakeLists.txt b/examples/widgetsingleapplication/CMakeLists.txt index 0ee049f..3e4a0a9 100644 --- a/examples/widgetsingleapplication/CMakeLists.txt +++ b/examples/widgetsingleapplication/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/examples/widgetsingleapplication/main.cpp b/examples/widgetsingleapplication/main.cpp index e7d7aa3..c38b493 100644 --- a/examples/widgetsingleapplication/main.cpp +++ b/examples/widgetsingleapplication/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/examples/widgetsingleapplication/primaryinstancewidget.cpp b/examples/widgetsingleapplication/primaryinstancewidget.cpp index f4e1269..e546eed 100644 --- a/examples/widgetsingleapplication/primaryinstancewidget.cpp +++ b/examples/widgetsingleapplication/primaryinstancewidget.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/examples/widgetsingleapplication/primaryinstancewidget.h b/examples/widgetsingleapplication/primaryinstancewidget.h index cf743d4..4d769a2 100644 --- a/examples/widgetsingleapplication/primaryinstancewidget.h +++ b/examples/widgetsingleapplication/primaryinstancewidget.h @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/examples/widgetsingleapplication/secondaryinstancewidget.cpp b/examples/widgetsingleapplication/secondaryinstancewidget.cpp index 6047d9c..16b3afc 100644 --- a/examples/widgetsingleapplication/secondaryinstancewidget.cpp +++ b/examples/widgetsingleapplication/secondaryinstancewidget.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/examples/widgetsingleapplication/secondaryinstancewidget.h b/examples/widgetsingleapplication/secondaryinstancewidget.h index 1fddd8e..8c3431a 100644 --- a/examples/widgetsingleapplication/secondaryinstancewidget.h +++ b/examples/widgetsingleapplication/secondaryinstancewidget.h @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 832a52e..77a0e81 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# SPDX-FileCopyrightText: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/KDSingleApplicationConfig.cmake.in b/src/KDSingleApplicationConfig.cmake.in index 9f72e72..34e60c1 100644 --- a/src/KDSingleApplicationConfig.cmake.in +++ b/src/KDSingleApplicationConfig.cmake.in @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# SPDX-FileCopyrightText: 2020-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company # # SPDX-License-Identifier: MIT # diff --git a/src/kdsingleapplication.cpp b/src/kdsingleapplication.cpp index d0945bb..0ad111e 100644 --- a/src/kdsingleapplication.cpp +++ b/src/kdsingleapplication.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/src/kdsingleapplication.h b/src/kdsingleapplication.h index e8cc35c..b686349 100644 --- a/src/kdsingleapplication.h +++ b/src/kdsingleapplication.h @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/src/kdsingleapplication_lib.h b/src/kdsingleapplication_lib.h index 060dd67..50a3082 100644 --- a/src/kdsingleapplication_lib.h +++ b/src/kdsingleapplication_lib.h @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/src/kdsingleapplication_localsocket.cpp b/src/kdsingleapplication_localsocket.cpp index 8b3b632..688e48d 100644 --- a/src/kdsingleapplication_localsocket.cpp +++ b/src/kdsingleapplication_localsocket.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/src/kdsingleapplication_localsocket_p.h b/src/kdsingleapplication_localsocket_p.h index 2c58616..51a52be 100644 --- a/src/kdsingleapplication_localsocket_p.h +++ b/src/kdsingleapplication_localsocket_p.h @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ba594a7..e9aa0d3 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/CMakeLists.txt b/tests/auto/CMakeLists.txt index b2516d2..6b9fd97 100644 --- a/tests/auto/CMakeLists.txt +++ b/tests/auto/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/simpletest/CMakeLists.txt b/tests/auto/simpletest/CMakeLists.txt index 18a1f99..45a8b63 100644 --- a/tests/auto/simpletest/CMakeLists.txt +++ b/tests/auto/simpletest/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/simpletest/simpletest/CMakeLists.txt b/tests/auto/simpletest/simpletest/CMakeLists.txt index ebb43de..83915d6 100644 --- a/tests/auto/simpletest/simpletest/CMakeLists.txt +++ b/tests/auto/simpletest/simpletest/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/simpletest/simpletest/main.cpp b/tests/auto/simpletest/simpletest/main.cpp index d3aef3d..022dc80 100644 --- a/tests/auto/simpletest/simpletest/main.cpp +++ b/tests/auto/simpletest/simpletest/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/auto/simpletest/test/CMakeLists.txt b/tests/auto/simpletest/test/CMakeLists.txt index 196d9d3..9c1fca0 100644 --- a/tests/auto/simpletest/test/CMakeLists.txt +++ b/tests/auto/simpletest/test/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/simpletest/tst_simpletest.cpp b/tests/auto/simpletest/tst_simpletest.cpp index 35f4d0f..451cf6e 100644 --- a/tests/auto/simpletest/tst_simpletest.cpp +++ b/tests/auto/simpletest/tst_simpletest.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/auto/stresstest/CMakeLists.txt b/tests/auto/stresstest/CMakeLists.txt index 459491e..7a69b38 100644 --- a/tests/auto/stresstest/CMakeLists.txt +++ b/tests/auto/stresstest/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/stresstest/stresstest/CMakeLists.txt b/tests/auto/stresstest/stresstest/CMakeLists.txt index 8b77262..d778e9e 100644 --- a/tests/auto/stresstest/stresstest/CMakeLists.txt +++ b/tests/auto/stresstest/stresstest/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/stresstest/stresstest/main.cpp b/tests/auto/stresstest/stresstest/main.cpp index 32aa826..8ec270f 100644 --- a/tests/auto/stresstest/stresstest/main.cpp +++ b/tests/auto/stresstest/stresstest/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/auto/stresstest/stresstest2/CMakeLists.txt b/tests/auto/stresstest/stresstest2/CMakeLists.txt index aed7f90..ed93df7 100644 --- a/tests/auto/stresstest/stresstest2/CMakeLists.txt +++ b/tests/auto/stresstest/stresstest2/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/stresstest/stresstest2/main.cpp b/tests/auto/stresstest/stresstest2/main.cpp index 274bf58..6105f16 100644 --- a/tests/auto/stresstest/stresstest2/main.cpp +++ b/tests/auto/stresstest/stresstest2/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/auto/stresstest/test/CMakeLists.txt b/tests/auto/stresstest/test/CMakeLists.txt index c64aa20..5264390 100644 --- a/tests/auto/stresstest/test/CMakeLists.txt +++ b/tests/auto/stresstest/test/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/auto/stresstest/tst_stresstest.cpp b/tests/auto/stresstest/tst_stresstest.cpp index 2155a0e..e930c56 100644 --- a/tests/auto/stresstest/tst_stresstest.cpp +++ b/tests/auto/stresstest/tst_stresstest.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT diff --git a/tests/manual/CMakeLists.txt b/tests/manual/CMakeLists.txt index 8ce4470..37f5dd0 100644 --- a/tests/manual/CMakeLists.txt +++ b/tests/manual/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/manual/simplesingleapp/CMakeLists.txt b/tests/manual/simplesingleapp/CMakeLists.txt index 3e06e5f..1072bab 100644 --- a/tests/manual/simplesingleapp/CMakeLists.txt +++ b/tests/manual/simplesingleapp/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDSingleApplication. # -# 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/tests/manual/simplesingleapp/main.cpp b/tests/manual/simplesingleapp/main.cpp index 9dd12a7..92896c2 100644 --- a/tests/manual/simplesingleapp/main.cpp +++ b/tests/manual/simplesingleapp/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDSingleApplication. - SPDX-FileCopyrightText: 2019-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB, a KDAB Group company SPDX-License-Identifier: MIT