diff --git a/examples/08-managing-connections/CMakeLists.txt b/examples/08-managing-connections/CMakeLists.txt index 0bc9b3c..b3fdb89 100644 --- a/examples/08-managing-connections/CMakeLists.txt +++ b/examples/08-managing-connections/CMakeLists.txt @@ -1,6 +1,6 @@ # This file is part of KDBindings. # -# SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company # Author: Leon Matthes # # SPDX-License-Identifier: MIT diff --git a/examples/08-managing-connections/main.cpp b/examples/08-managing-connections/main.cpp index 8048ddb..330e057 100644 --- a/examples/08-managing-connections/main.cpp +++ b/examples/08-managing-connections/main.cpp @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Leon Matthes SPDX-License-Identifier: MIT @@ -39,7 +39,7 @@ int main() signal.emit(2); - ConnectionHandle handle = signal.connect(displayLabelled, "Connection is not blocked"); + ConnectionHandle handle = signal.connect(displayLabelled, "Connection is not blocked"); signal.emit(3); { diff --git a/src/kdbindings/connection_handle.h b/src/kdbindings/connection_handle.h index a0a1811..81eb447 100644 --- a/src/kdbindings/connection_handle.h +++ b/src/kdbindings/connection_handle.h @@ -1,7 +1,7 @@ /* This file is part of KDBindings. - SPDX-FileCopyrightText: 2021-2023 Klarälvdalens Datakonsult AB, a KDAB Group company + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sean Harmer SPDX-License-Identifier: MIT