From 35cbcbda284428b35f0331c67ce22a64d87e42c2 Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 2 Jan 2021 09:43:11 -0500 Subject: [PATCH] update copyright year Change-Id: I7e05890e8d9573644ebccbcd05e63d62b51fbd41 Reviewed-on: https://codereview.kdab.com/c/kdab/KDToolBox/+/89461 Reviewed-by: Marc Mutz Tested-by: Continuous Integration --- LICENSE.MIT.txt | 2 +- README.md | 2 +- cpp/future-backports/include/k20/deque.h | 2 +- cpp/future-backports/include/k20/detail/erase_if.h | 2 +- cpp/future-backports/include/k20/forward_list.h | 2 +- cpp/future-backports/include/k20/list.h | 2 +- cpp/future-backports/include/k20/map.h | 2 +- cpp/future-backports/include/k20/set.h | 2 +- cpp/future-backports/include/k20/string.h | 2 +- cpp/future-backports/include/k20/unordered_map.h | 2 +- cpp/future-backports/include/k20/unordered_set.h | 2 +- cpp/future-backports/include/k20/vector.h | 2 +- cpp/future-backports/tests/k20/erase_if/tst_erase_if.cpp | 2 +- qt/cmake-project/cmake-project | 2 +- qt/eventfilter/eventfilter.h | 2 +- qt/messagehandler/example/main.cpp | 2 +- qt/messagehandler/src/messagehandler.cpp | 2 +- qt/messagehandler/src/messagehandler.h | 2 +- qt/messagehandler/tests/messagehandler/tst_messagehandler.cpp | 2 +- qt/model_view/KDFunctionalSortFilterProxyModel/example/main.cpp | 2 +- .../src/KDFunctionalSortFilterProxyModel.cpp | 2 +- .../src/KDFunctionalSortFilterProxyModel.h | 2 +- .../test/tst_kdfunctionalsortfilterproxymodel.cpp | 2 +- .../KDTableToListProxyModel/examples/countries/main.cpp | 2 +- .../KDTableToListProxyModel/examples/countries/main.qml | 2 +- .../KDTableToListProxyModel/src/KDTableToListProxyModel.cpp | 2 +- .../KDTableToListProxyModel/src/KDTableToListProxyModel.h | 2 +- .../tests/tst_kdtabletolistproxymodel.cpp | 2 +- qt/model_view/ModelIterator/example/main.cpp | 2 +- qt/model_view/ModelIterator/src/ModelIterator.cpp | 2 +- qt/model_view/ModelIterator/src/ModelIterator.h | 2 +- qt/model_view/sortProxyModel/sortproxymodel.cpp | 2 +- qt/model_view/sortProxyModel/sortproxymodel.h | 2 +- qt/model_view/sortProxyModel/test/tst_sortproxymodeltest.cpp | 2 +- qt/model_view/sortProxyModel/test/vectormodel.h | 2 +- qt/model_view/updateableModel/UpdateableModel.h | 2 +- qt/model_view/updateableModel/example/Data.h | 2 +- qt/model_view/updateableModel/example/MainWindow.cpp | 2 +- qt/model_view/updateableModel/example/MainWindow.h | 2 +- qt/model_view/updateableModel/example/main.cpp | 2 +- qt/model_view/updateableModel/example/tableModel.cpp | 2 +- qt/model_view/updateableModel/example/tableModel.h | 2 +- qt/notify_guard/src/notifyguard.cpp | 2 +- qt/notify_guard/src/notifyguard.h | 2 +- qt/notify_guard/test/tst_notifyguard.cpp | 2 +- qt/qml/PropertySelector/PropertySelector.cpp | 2 +- qt/qml/PropertySelector/PropertySelector.h | 2 +- qt/qml/QmlStackTraceHelper/QmlStackTraceHelper.cpp | 2 +- qt/qml/QmlStackTraceHelper/example/main.cpp | 2 +- qt/qml/QmlStackTraceHelper/example/main.qml | 2 +- qt/qt_hasher/qt_hasher.h | 2 +- qt/qt_hasher/test/tst_qt_hasher.cpp | 2 +- qt/qt_hasher/test/tst_qt_hasher.h | 2 +- qt/singleshot_connect/singleshot_connect.h | 2 +- qt/singleshot_connect/test/tst_singleshot_connect.cpp | 2 +- qt/stringtokenizer/include/qstringtokenizer.h | 2 +- qt/stringtokenizer/src/qstringtokenizer.cpp | 2 +- .../tests/qstringtokenizer/tst_qstringtokenizer.cpp | 2 +- qt/tabWindow/example/main.cpp | 2 +- qt/tabWindow/src/tabwindow.cpp | 2 +- qt/tabWindow/src/tabwindow.h | 2 +- qt/ui_watchdog/uiwatchdog.h | 2 +- 62 files changed, 62 insertions(+), 62 deletions(-) diff --git a/LICENSE.MIT.txt b/LICENSE.MIT.txt index 7adba4e..64f39b3 100644 --- a/LICENSE.MIT.txt +++ b/LICENSE.MIT.txt @@ -1,6 +1,6 @@ MIT License -Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3348110..de6bba4 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Other code snippets Licensing ========= -KDToolBox is (C) 2019-2020, Klarälvdalens Datakonsult AB, and is available under the +KDToolBox is (C) 2019-2021, Klarälvdalens Datakonsult AB, and is available under the terms of the MIT license (see the LICENSE.MIT.txt file in this repository [1]). For the "Other code snippets", which are hosted outside of this repo, please consult diff --git a/cpp/future-backports/include/k20/deque.h b/cpp/future-backports/include/k20/deque.h index 0b73665..eb943b0 100644 --- a/cpp/future-backports/include/k20/deque.h +++ b/cpp/future-backports/include/k20/deque.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/detail/erase_if.h b/cpp/future-backports/include/k20/detail/erase_if.h index 8ce5027..b7bace6 100644 --- a/cpp/future-backports/include/k20/detail/erase_if.h +++ b/cpp/future-backports/include/k20/detail/erase_if.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/forward_list.h b/cpp/future-backports/include/k20/forward_list.h index c492af4..808e7a7 100644 --- a/cpp/future-backports/include/k20/forward_list.h +++ b/cpp/future-backports/include/k20/forward_list.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/list.h b/cpp/future-backports/include/k20/list.h index 95a9ccb..e1f8fec 100644 --- a/cpp/future-backports/include/k20/list.h +++ b/cpp/future-backports/include/k20/list.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/map.h b/cpp/future-backports/include/k20/map.h index c9e5388..bfa7221 100644 --- a/cpp/future-backports/include/k20/map.h +++ b/cpp/future-backports/include/k20/map.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/set.h b/cpp/future-backports/include/k20/set.h index 90f9437..eee87b8 100644 --- a/cpp/future-backports/include/k20/set.h +++ b/cpp/future-backports/include/k20/set.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/string.h b/cpp/future-backports/include/k20/string.h index 1961688..6f53183 100644 --- a/cpp/future-backports/include/k20/string.h +++ b/cpp/future-backports/include/k20/string.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/unordered_map.h b/cpp/future-backports/include/k20/unordered_map.h index 6bc98a7..2859f79 100644 --- a/cpp/future-backports/include/k20/unordered_map.h +++ b/cpp/future-backports/include/k20/unordered_map.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/unordered_set.h b/cpp/future-backports/include/k20/unordered_set.h index e73107d..b03bdd3 100644 --- a/cpp/future-backports/include/k20/unordered_set.h +++ b/cpp/future-backports/include/k20/unordered_set.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/include/k20/vector.h b/cpp/future-backports/include/k20/vector.h index c2f2ee6..1c72e62 100644 --- a/cpp/future-backports/include/k20/vector.h +++ b/cpp/future-backports/include/k20/vector.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/cpp/future-backports/tests/k20/erase_if/tst_erase_if.cpp b/cpp/future-backports/tests/k20/erase_if/tst_erase_if.cpp index 05e3caf..a0b79ab 100644 --- a/cpp/future-backports/tests/k20/erase_if/tst_erase_if.cpp +++ b/cpp/future-backports/tests/k20/erase_if/tst_erase_if.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/cmake-project/cmake-project b/qt/cmake-project/cmake-project index d55c254..2b30691 100755 --- a/qt/cmake-project/cmake-project +++ b/qt/cmake-project/cmake-project @@ -1,5 +1,5 @@ #!/bin/sh -# SPDX-FileCopyrightText: 2020 Klaravdalens Datakonsult AB (KDAB), author David Faure +# SPDX-FileCopyrightText: 2020-2021 Klaravdalens Datakonsult AB (KDAB), author David Faure # SPDX-License-Identifier: MIT # Generate a CMakeLists.txt based on the .cpp files in the current directory diff --git a/qt/eventfilter/eventfilter.h b/qt/eventfilter/eventfilter.h index c5ce767..9a81c99 100644 --- a/qt/eventfilter/eventfilter.h +++ b/qt/eventfilter/eventfilter.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Sérgio Martins ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/messagehandler/example/main.cpp b/qt/messagehandler/example/main.cpp index a25d6b9..080b508 100644 --- a/qt/messagehandler/example/main.cpp +++ b/qt/messagehandler/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Giuseppe D'Angelo ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/messagehandler/src/messagehandler.cpp b/qt/messagehandler/src/messagehandler.cpp index 5ddbc78..141f8ad 100644 --- a/qt/messagehandler/src/messagehandler.cpp +++ b/qt/messagehandler/src/messagehandler.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Giuseppe D'Angelo ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/messagehandler/src/messagehandler.h b/qt/messagehandler/src/messagehandler.h index 9ec46e1..78efca9 100644 --- a/qt/messagehandler/src/messagehandler.h +++ b/qt/messagehandler/src/messagehandler.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Giuseppe D'Angelo ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/messagehandler/tests/messagehandler/tst_messagehandler.cpp b/qt/messagehandler/tests/messagehandler/tst_messagehandler.cpp index 6f704f7..8f8efa2 100644 --- a/qt/messagehandler/tests/messagehandler/tst_messagehandler.cpp +++ b/qt/messagehandler/tests/messagehandler/tst_messagehandler.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDFunctionalSortFilterProxyModel/example/main.cpp b/qt/model_view/KDFunctionalSortFilterProxyModel/example/main.cpp index 0e3e8e2..0088c25 100644 --- a/qt/model_view/KDFunctionalSortFilterProxyModel/example/main.cpp +++ b/qt/model_view/KDFunctionalSortFilterProxyModel/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.cpp b/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.cpp index 2a95a22..73ab500 100644 --- a/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.cpp +++ b/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.h b/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.h index bea6f44..f0af927 100644 --- a/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.h +++ b/qt/model_view/KDFunctionalSortFilterProxyModel/src/KDFunctionalSortFilterProxyModel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDFunctionalSortFilterProxyModel/test/tst_kdfunctionalsortfilterproxymodel.cpp b/qt/model_view/KDFunctionalSortFilterProxyModel/test/tst_kdfunctionalsortfilterproxymodel.cpp index 2b04ed8..cced2c4 100644 --- a/qt/model_view/KDFunctionalSortFilterProxyModel/test/tst_kdfunctionalsortfilterproxymodel.cpp +++ b/qt/model_view/KDFunctionalSortFilterProxyModel/test/tst_kdfunctionalsortfilterproxymodel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDTableToListProxyModel/examples/countries/main.cpp b/qt/model_view/KDTableToListProxyModel/examples/countries/main.cpp index 25cfbc1..61e531d 100644 --- a/qt/model_view/KDTableToListProxyModel/examples/countries/main.cpp +++ b/qt/model_view/KDTableToListProxyModel/examples/countries/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDTableToListProxyModel/examples/countries/main.qml b/qt/model_view/KDTableToListProxyModel/examples/countries/main.qml index b82108b..78050aa 100644 --- a/qt/model_view/KDTableToListProxyModel/examples/countries/main.qml +++ b/qt/model_view/KDTableToListProxyModel/examples/countries/main.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.cpp b/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.cpp index 98bf6df..a2d0a0e 100644 --- a/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.cpp +++ b/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.h b/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.h index 00acfea..df5d247 100644 --- a/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.h +++ b/qt/model_view/KDTableToListProxyModel/src/KDTableToListProxyModel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/KDTableToListProxyModel/tests/tst_kdtabletolistproxymodel.cpp b/qt/model_view/KDTableToListProxyModel/tests/tst_kdtabletolistproxymodel.cpp index e862ad3..d7939ad 100644 --- a/qt/model_view/KDTableToListProxyModel/tests/tst_kdtabletolistproxymodel.cpp +++ b/qt/model_view/KDTableToListProxyModel/tests/tst_kdtabletolistproxymodel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/ModelIterator/example/main.cpp b/qt/model_view/ModelIterator/example/main.cpp index 911ac8b..ca5138a 100644 --- a/qt/model_view/ModelIterator/example/main.cpp +++ b/qt/model_view/ModelIterator/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/ModelIterator/src/ModelIterator.cpp b/qt/model_view/ModelIterator/src/ModelIterator.cpp index e99e6ec..c0cf89b 100644 --- a/qt/model_view/ModelIterator/src/ModelIterator.cpp +++ b/qt/model_view/ModelIterator/src/ModelIterator.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/ModelIterator/src/ModelIterator.h b/qt/model_view/ModelIterator/src/ModelIterator.h index 76d5cc8..fc0d98b 100644 --- a/qt/model_view/ModelIterator/src/ModelIterator.h +++ b/qt/model_view/ModelIterator/src/ModelIterator.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/sortProxyModel/sortproxymodel.cpp b/qt/model_view/sortProxyModel/sortproxymodel.cpp index 58fd01f..5851ed6 100644 --- a/qt/model_view/sortProxyModel/sortproxymodel.cpp +++ b/qt/model_view/sortProxyModel/sortproxymodel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/sortProxyModel/sortproxymodel.h b/qt/model_view/sortProxyModel/sortproxymodel.h index 765a63b..dc33390 100644 --- a/qt/model_view/sortProxyModel/sortproxymodel.h +++ b/qt/model_view/sortProxyModel/sortproxymodel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/sortProxyModel/test/tst_sortproxymodeltest.cpp b/qt/model_view/sortProxyModel/test/tst_sortproxymodeltest.cpp index 01ad6e0..a0d562b 100644 --- a/qt/model_view/sortProxyModel/test/tst_sortproxymodeltest.cpp +++ b/qt/model_view/sortProxyModel/test/tst_sortproxymodeltest.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/sortProxyModel/test/vectormodel.h b/qt/model_view/sortProxyModel/test/vectormodel.h index 9c06d64..dcb75ab 100644 --- a/qt/model_view/sortProxyModel/test/vectormodel.h +++ b/qt/model_view/sortProxyModel/test/vectormodel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/UpdateableModel.h b/qt/model_view/updateableModel/UpdateableModel.h index 8f69af6..d0b6deb 100644 --- a/qt/model_view/updateableModel/UpdateableModel.h +++ b/qt/model_view/updateableModel/UpdateableModel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/example/Data.h b/qt/model_view/updateableModel/example/Data.h index 014a114..7e328ec 100644 --- a/qt/model_view/updateableModel/example/Data.h +++ b/qt/model_view/updateableModel/example/Data.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/example/MainWindow.cpp b/qt/model_view/updateableModel/example/MainWindow.cpp index b43b0af..4d62cd6 100644 --- a/qt/model_view/updateableModel/example/MainWindow.cpp +++ b/qt/model_view/updateableModel/example/MainWindow.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/example/MainWindow.h b/qt/model_view/updateableModel/example/MainWindow.h index fae0aae..a547403 100644 --- a/qt/model_view/updateableModel/example/MainWindow.h +++ b/qt/model_view/updateableModel/example/MainWindow.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/example/main.cpp b/qt/model_view/updateableModel/example/main.cpp index 6f8691d..b958232 100644 --- a/qt/model_view/updateableModel/example/main.cpp +++ b/qt/model_view/updateableModel/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/model_view/updateableModel/example/tableModel.cpp b/qt/model_view/updateableModel/example/tableModel.cpp index 5bd17c1..2e8e7a7 100644 --- a/qt/model_view/updateableModel/example/tableModel.cpp +++ b/qt/model_view/updateableModel/example/tableModel.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/model_view/updateableModel/example/tableModel.h b/qt/model_view/updateableModel/example/tableModel.h index 2353dd1..eadaacd 100644 --- a/qt/model_view/updateableModel/example/tableModel.h +++ b/qt/model_view/updateableModel/example/tableModel.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/notify_guard/src/notifyguard.cpp b/qt/notify_guard/src/notifyguard.cpp index a084a01..c8297fc 100644 --- a/qt/notify_guard/src/notifyguard.cpp +++ b/qt/notify_guard/src/notifyguard.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/notify_guard/src/notifyguard.h b/qt/notify_guard/src/notifyguard.h index d5fa28e..1b810ce 100644 --- a/qt/notify_guard/src/notifyguard.h +++ b/qt/notify_guard/src/notifyguard.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/notify_guard/test/tst_notifyguard.cpp b/qt/notify_guard/test/tst_notifyguard.cpp index fe60934..753b63d 100644 --- a/qt/notify_guard/test/tst_notifyguard.cpp +++ b/qt/notify_guard/test/tst_notifyguard.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/qml/PropertySelector/PropertySelector.cpp b/qt/qml/PropertySelector/PropertySelector.cpp index 5a10ed0..0f204ce 100644 --- a/qt/qml/PropertySelector/PropertySelector.cpp +++ b/qt/qml/PropertySelector/PropertySelector.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/qml/PropertySelector/PropertySelector.h b/qt/qml/PropertySelector/PropertySelector.h index cae6244..10c0ad9 100644 --- a/qt/qml/PropertySelector/PropertySelector.h +++ b/qt/qml/PropertySelector/PropertySelector.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: André Somers ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/qml/QmlStackTraceHelper/QmlStackTraceHelper.cpp b/qt/qml/QmlStackTraceHelper/QmlStackTraceHelper.cpp index e0431e7..30dcaf6 100644 --- a/qt/qml/QmlStackTraceHelper/QmlStackTraceHelper.cpp +++ b/qt/qml/QmlStackTraceHelper/QmlStackTraceHelper.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Sérgio Martins ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/qml/QmlStackTraceHelper/example/main.cpp b/qt/qml/QmlStackTraceHelper/example/main.cpp index 215f326..e8e4911 100644 --- a/qt/qml/QmlStackTraceHelper/example/main.cpp +++ b/qt/qml/QmlStackTraceHelper/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/qml/QmlStackTraceHelper/example/main.qml b/qt/qml/QmlStackTraceHelper/example/main.qml index d96693e..5988b77 100644 --- a/qt/qml/QmlStackTraceHelper/example/main.qml +++ b/qt/qml/QmlStackTraceHelper/example/main.qml @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/qt_hasher/qt_hasher.h b/qt/qt_hasher/qt_hasher.h index e8efb68..a357659 100644 --- a/qt/qt_hasher/qt_hasher.h +++ b/qt/qt_hasher/qt_hasher.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Giuseppe D'Angelo ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/qt_hasher/test/tst_qt_hasher.cpp b/qt/qt_hasher/test/tst_qt_hasher.cpp index f1771ff..c8f2f10 100644 --- a/qt/qt_hasher/test/tst_qt_hasher.cpp +++ b/qt/qt_hasher/test/tst_qt_hasher.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/qt_hasher/test/tst_qt_hasher.h b/qt/qt_hasher/test/tst_qt_hasher.h index 9e1ab1f..74b7593 100644 --- a/qt/qt_hasher/test/tst_qt_hasher.h +++ b/qt/qt_hasher/test/tst_qt_hasher.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/singleshot_connect/singleshot_connect.h b/qt/singleshot_connect/singleshot_connect.h index 1d00ea2..682afcd 100644 --- a/qt/singleshot_connect/singleshot_connect.h +++ b/qt/singleshot_connect/singleshot_connect.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Giuseppe D'Angelo ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/singleshot_connect/test/tst_singleshot_connect.cpp b/qt/singleshot_connect/test/tst_singleshot_connect.cpp index a429961..bee18c5 100644 --- a/qt/singleshot_connect/test/tst_singleshot_connect.cpp +++ b/qt/singleshot_connect/test/tst_singleshot_connect.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2019-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/stringtokenizer/include/qstringtokenizer.h b/qt/stringtokenizer/include/qstringtokenizer.h index 948defd..6e39f4b 100644 --- a/qt/stringtokenizer/include/qstringtokenizer.h +++ b/qt/stringtokenizer/include/qstringtokenizer.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/stringtokenizer/src/qstringtokenizer.cpp b/qt/stringtokenizer/src/qstringtokenizer.cpp index a3e00a1..5578602 100644 --- a/qt/stringtokenizer/src/qstringtokenizer.cpp +++ b/qt/stringtokenizer/src/qstringtokenizer.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/stringtokenizer/tests/qstringtokenizer/tst_qstringtokenizer.cpp b/qt/stringtokenizer/tests/qstringtokenizer/tst_qstringtokenizer.cpp index f981e54..15f9dfe 100644 --- a/qt/stringtokenizer/tests/qstringtokenizer/tst_qstringtokenizer.cpp +++ b/qt/stringtokenizer/tests/qstringtokenizer/tst_qstringtokenizer.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Marc Mutz ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). ** diff --git a/qt/tabWindow/example/main.cpp b/qt/tabWindow/example/main.cpp index b04387f..3ce5218 100644 --- a/qt/tabWindow/example/main.cpp +++ b/qt/tabWindow/example/main.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Nicolas Arnaud-Cormos ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/tabWindow/src/tabwindow.cpp b/qt/tabWindow/src/tabwindow.cpp index 16ead9f..d99c144 100644 --- a/qt/tabWindow/src/tabwindow.cpp +++ b/qt/tabWindow/src/tabwindow.cpp @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Nicolas Arnaud-Cormos ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/tabWindow/src/tabwindow.h b/qt/tabWindow/src/tabwindow.h index ace891e..919da38 100644 --- a/qt/tabWindow/src/tabwindow.h +++ b/qt/tabWindow/src/tabwindow.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Nicolas Arnaud-Cormos ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox). diff --git a/qt/ui_watchdog/uiwatchdog.h b/qt/ui_watchdog/uiwatchdog.h index 3688794..4a069cc 100644 --- a/qt/ui_watchdog/uiwatchdog.h +++ b/qt/ui_watchdog/uiwatchdog.h @@ -1,7 +1,7 @@ /**************************************************************************** ** MIT License ** -** Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com +** Copyright (C) 2018-2021 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com ** Author: Sérgio Martins ** ** This file is part of KDToolBox (https://github.com/KDAB/KDToolBox).