From b23c3a70af8fdfaecbb6d8c48eaf390ce0235154 Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Fri, 29 Dec 2023 20:56:54 +0100 Subject: [PATCH] Remove unneeded statements about files being part of clazy --- .cmake_has_filesystem_test.cpp | 4 +--- .cmake_has_regex_test.cpp | 2 -- checks.json.h.in | 2 -- dev-scripts/generate.py | 2 -- dev-scripts/make_appimage.py | 3 --- dev-scripts/templates/check.cpp | 4 +--- dev-scripts/templates/check.h | 4 +--- scripts/fix_json_database.py | 4 +--- src/AccessSpecifierManager.cpp | 3 +-- src/AccessSpecifierManager.h | 2 -- src/Checks.h | 4 +--- src/Clazy.cpp | 2 -- src/Clazy.h | 2 -- src/ClazyContext.cpp | 2 -- src/ClazyContext.h | 2 -- src/ClazyStandaloneMain.cpp | 2 -- src/ContextUtils.cpp | 2 -- src/ContextUtils.h | 2 -- src/FixItExporter.cpp | 2 -- src/FixItExporter.h | 2 -- src/FixItUtils.cpp | 2 -- src/FixItUtils.h | 2 -- src/FunctionUtils.h | 2 -- src/HierarchyUtils.h | 2 -- src/LoopUtils.cpp | 2 -- src/LoopUtils.h | 2 -- src/MacroUtils.h | 2 -- src/MiniAstDumper.cpp | 2 -- src/MiniAstDumper.h | 2 -- src/PreProcessorVisitor.cpp | 2 -- src/PreProcessorVisitor.h | 2 -- src/QtUtils.cpp | 2 -- src/QtUtils.h | 2 -- src/SourceCompatibilityHelpers.h | 2 -- src/StmtBodyRange.h | 4 +--- src/StringUtils.cpp | 2 -- src/StringUtils.h | 2 -- src/SuppressionManager.cpp | 2 -- src/SuppressionManager.h | 2 -- src/TemplateUtils.cpp | 2 -- src/TemplateUtils.h | 2 -- src/TypeUtils.cpp | 2 -- src/TypeUtils.h | 2 -- src/Utils.cpp | 2 -- src/Utils.h | 6 ++---- src/checkbase.cpp | 2 -- src/checkbase.h | 2 -- src/checkmanager.cpp | 2 -- src/checkmanager.h | 2 -- src/checks/detachingbase.cpp | 2 -- src/checks/detachingbase.h | 2 -- src/checks/level0/connect-by-name.cpp | 2 -- src/checks/level0/connect-by-name.h | 2 -- src/checks/level0/connect-non-signal.cpp | 2 -- src/checks/level0/connect-non-signal.h | 2 -- src/checks/level0/connect-not-normalized.cpp | 2 -- src/checks/level0/connect-not-normalized.h | 2 -- src/checks/level0/container-anti-pattern.cpp | 2 -- src/checks/level0/container-anti-pattern.h | 2 -- src/checks/level0/empty-qstringliteral.cpp | 2 -- src/checks/level0/empty-qstringliteral.h | 2 -- src/checks/level0/fully-qualified-moc-types.cpp | 2 -- src/checks/level0/fully-qualified-moc-types.h | 2 -- src/checks/level0/lambda-in-connect.cpp | 2 -- src/checks/level0/lambda-in-connect.h | 2 -- src/checks/level0/lambda-unique-connection.cpp | 2 -- src/checks/level0/lambda-unique-connection.h | 2 -- src/checks/level0/lowercase-qml-type-name.cpp | 2 -- src/checks/level0/lowercase-qml-type-name.h | 2 -- src/checks/level0/mutable-container-key.cpp | 2 -- src/checks/level0/mutable-container-key.h | 2 -- src/checks/level0/no-module-include.cpp | 2 -- src/checks/level0/no-module-include.h | 2 -- src/checks/level0/overloaded-signal.cpp | 4 +--- src/checks/level0/overloaded-signal.h | 4 +--- src/checks/level0/qcolor-from-literal.cpp | 2 -- src/checks/level0/qcolor-from-literal.h | 2 -- src/checks/level0/qdatetime-utc.cpp | 2 -- src/checks/level0/qdatetime-utc.h | 2 -- src/checks/level0/qenums.cpp | 2 -- src/checks/level0/qenums.h | 2 -- src/checks/level0/qfileinfo-exists.cpp | 2 -- src/checks/level0/qfileinfo-exists.h | 2 -- src/checks/level0/qgetenv.cpp | 2 -- src/checks/level0/qgetenv.h | 2 -- src/checks/level0/qmap-with-pointer-key.cpp | 2 -- src/checks/level0/qmap-with-pointer-key.h | 2 -- src/checks/level0/qstring-arg.cpp | 2 -- src/checks/level0/qstring-arg.h | 2 -- src/checks/level0/qstring-comparison-to-implicit-char.cpp | 4 +--- src/checks/level0/qstring-comparison-to-implicit-char.h | 4 +--- src/checks/level0/qstring-insensitive-allocation.cpp | 2 -- src/checks/level0/qstring-insensitive-allocation.h | 2 -- src/checks/level0/qstring-ref.cpp | 2 -- src/checks/level0/qstring-ref.h | 2 -- src/checks/level0/qt-macros.cpp | 2 -- src/checks/level0/qt-macros.h | 2 -- src/checks/level0/strict-iterators.cpp | 2 -- src/checks/level0/strict-iterators.h | 2 -- src/checks/level0/temporary-iterator.cpp | 2 -- src/checks/level0/temporary-iterator.h | 2 -- src/checks/level0/unused-non-trivial-variable.cpp | 2 -- src/checks/level0/unused-non-trivial-variable.h | 2 -- src/checks/level0/use-static-qregularexpression.cpp | 4 +--- src/checks/level0/use-static-qregularexpression.h | 4 +--- src/checks/level0/writing-to-temporary.cpp | 2 -- src/checks/level0/writing-to-temporary.h | 2 -- src/checks/level0/wrong-qevent-cast.cpp | 2 -- src/checks/level0/wrong-qevent-cast.h | 2 -- src/checks/level0/wrong-qglobalstatic.cpp | 2 -- src/checks/level0/wrong-qglobalstatic.h | 2 -- src/checks/level1/auto-unexpected-qstringbuilder.cpp | 2 -- src/checks/level1/auto-unexpected-qstringbuilder.h | 2 -- src/checks/level1/child-event-qobject-cast.cpp | 2 -- src/checks/level1/child-event-qobject-cast.h | 2 -- src/checks/level1/connect-3arg-lambda.cpp | 2 -- src/checks/level1/connect-3arg-lambda.h | 2 -- src/checks/level1/const-signal-or-slot.cpp | 2 -- src/checks/level1/const-signal-or-slot.h | 2 -- src/checks/level1/detaching-temporary.cpp | 2 -- src/checks/level1/detaching-temporary.h | 2 -- src/checks/level1/foreach.cpp | 2 -- src/checks/level1/foreach.h | 2 -- src/checks/level1/incorrect-emit.cpp | 2 -- src/checks/level1/incorrect-emit.h | 2 -- src/checks/level1/install-event-filter.cpp | 2 -- src/checks/level1/install-event-filter.h | 2 -- src/checks/level1/non-pod-global-static.cpp | 2 -- src/checks/level1/non-pod-global-static.h | 2 -- src/checks/level1/overridden-signal.cpp | 2 -- src/checks/level1/overridden-signal.h | 2 -- src/checks/level1/post-event.cpp | 2 -- src/checks/level1/post-event.h | 2 -- src/checks/level1/qdeleteall.cpp | 2 -- src/checks/level1/qdeleteall.h | 2 -- src/checks/level1/qhash-namespace.cpp | 2 -- src/checks/level1/qhash-namespace.h | 2 -- src/checks/level1/qlatin1string-non-ascii.cpp | 2 -- src/checks/level1/qlatin1string-non-ascii.h | 2 -- src/checks/level1/qproperty-without-notify.cpp | 2 -- src/checks/level1/qproperty-without-notify.h | 2 -- src/checks/level1/qstring-left.cpp | 2 -- src/checks/level1/qstring-left.h | 2 -- src/checks/level1/range-loop-detach.cpp | 2 -- src/checks/level1/range-loop-detach.h | 2 -- src/checks/level1/range-loop-reference.cpp | 2 -- src/checks/level1/range-loop-reference.h | 2 -- src/checks/level1/returning-data-from-temporary.cpp | 2 -- src/checks/level1/returning-data-from-temporary.h | 2 -- src/checks/level1/rule-of-two-soft.cpp | 2 -- src/checks/level1/rule-of-two-soft.h | 2 -- src/checks/level1/skipped-base-method.cpp | 2 -- src/checks/level1/skipped-base-method.h | 2 -- src/checks/level1/virtual-signal.cpp | 2 -- src/checks/level1/virtual-signal.h | 2 -- src/checks/level2/base-class-event.cpp | 2 -- src/checks/level2/base-class-event.h | 2 -- src/checks/level2/copyable-polymorphic.cpp | 2 -- src/checks/level2/copyable-polymorphic.h | 2 -- src/checks/level2/ctor-missing-parent-argument.cpp | 2 -- src/checks/level2/ctor-missing-parent-argument.h | 2 -- src/checks/level2/function-args-by-ref.cpp | 2 -- src/checks/level2/function-args-by-ref.h | 2 -- src/checks/level2/function-args-by-value.cpp | 2 -- src/checks/level2/function-args-by-value.h | 2 -- src/checks/level2/global-const-char-pointer.cpp | 2 -- src/checks/level2/global-const-char-pointer.h | 2 -- src/checks/level2/implicit-casts.cpp | 2 -- src/checks/level2/implicit-casts.h | 2 -- src/checks/level2/missing-qobject-macro.cpp | 2 -- src/checks/level2/missing-qobject-macro.h | 2 -- src/checks/level2/missing-typeinfo.cpp | 2 -- src/checks/level2/missing-typeinfo.h | 2 -- src/checks/level2/old-style-connect.cpp | 2 -- src/checks/level2/old-style-connect.h | 2 -- src/checks/level2/qstring-allocations.cpp | 2 -- src/checks/level2/qstring-allocations.h | 2 -- src/checks/level2/returning-void-expression.cpp | 2 -- src/checks/level2/returning-void-expression.h | 2 -- src/checks/level2/rule-of-three.cpp | 2 -- src/checks/level2/rule-of-three.h | 2 -- src/checks/level2/static-pmf.cpp | 2 -- src/checks/level2/static-pmf.h | 2 -- src/checks/level2/virtual-call-ctor.cpp | 2 -- src/checks/level2/virtual-call-ctor.h | 2 -- src/checks/manuallevel/assert-with-side-effects.cpp | 2 -- src/checks/manuallevel/assert-with-side-effects.h | 2 -- src/checks/manuallevel/container-inside-loop.cpp | 2 -- src/checks/manuallevel/container-inside-loop.h | 2 -- src/checks/manuallevel/detaching-member.cpp | 2 -- src/checks/manuallevel/detaching-member.h | 2 -- .../manuallevel/heap-allocated-small-trivial-type.cpp | 4 +--- src/checks/manuallevel/heap-allocated-small-trivial-type.h | 4 +--- src/checks/manuallevel/ifndef-define-typo.cpp | 2 -- src/checks/manuallevel/ifndef-define-typo.h | 2 -- src/checks/manuallevel/isempty-vs-count.cpp | 2 -- src/checks/manuallevel/isempty-vs-count.h | 2 -- src/checks/manuallevel/jnisignatures.cpp | 2 -- src/checks/manuallevel/jnisignatures.h | 2 -- src/checks/manuallevel/qhash-with-char-pointer-key.cpp | 2 -- src/checks/manuallevel/qhash-with-char-pointer-key.h | 2 -- src/checks/manuallevel/qproperty-type-mismatch.cpp | 2 -- src/checks/manuallevel/qproperty-type-mismatch.h | 2 -- src/checks/manuallevel/qrequiredresult-candidates.cpp | 2 -- src/checks/manuallevel/qrequiredresult-candidates.h | 2 -- src/checks/manuallevel/qstring-varargs.cpp | 2 -- src/checks/manuallevel/qstring-varargs.h | 2 -- src/checks/manuallevel/qt-keyword-emit.cpp | 2 -- src/checks/manuallevel/qt-keyword-emit.h | 4 +--- src/checks/manuallevel/qt-keywords.cpp | 2 -- src/checks/manuallevel/qt-keywords.h | 2 -- src/checks/manuallevel/qt4-qstring-from-array.cpp | 2 -- src/checks/manuallevel/qt4-qstring-from-array.h | 2 -- src/checks/manuallevel/qt6-deprecated-api-fixes.cpp | 2 -- src/checks/manuallevel/qt6-deprecated-api-fixes.h | 2 -- src/checks/manuallevel/qt6-fwd-fixes.cpp | 2 -- src/checks/manuallevel/qt6-fwd-fixes.h | 2 -- src/checks/manuallevel/qt6-header-fixes.cpp | 2 -- src/checks/manuallevel/qt6-header-fixes.h | 2 -- src/checks/manuallevel/qt6-qhash-signature.cpp | 2 -- src/checks/manuallevel/qt6-qhash-signature.h | 2 -- src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp | 2 -- src/checks/manuallevel/qt6-qlatin1stringchar-to-u.h | 2 -- src/checks/manuallevel/qvariant-template-instantiation.cpp | 2 -- src/checks/manuallevel/qvariant-template-instantiation.h | 2 -- src/checks/manuallevel/raw-environment-function.cpp | 2 -- src/checks/manuallevel/raw-environment-function.h | 2 -- src/checks/manuallevel/reserve-candidates.cpp | 2 -- src/checks/manuallevel/reserve-candidates.h | 2 -- src/checks/manuallevel/sanitize-inline-keyword.cpp | 4 +--- src/checks/manuallevel/sanitize-inline-keyword.h | 4 +--- src/checks/manuallevel/signal-with-return-value.cpp | 4 +--- src/checks/manuallevel/signal-with-return-value.h | 4 +--- src/checks/manuallevel/thread-with-slots.cpp | 2 -- src/checks/manuallevel/thread-with-slots.h | 2 -- src/checks/manuallevel/tr-non-literal.cpp | 2 -- src/checks/manuallevel/tr-non-literal.h | 2 -- src/checks/manuallevel/unexpected-flag-enumerator-value.cpp | 4 +--- src/checks/manuallevel/unexpected-flag-enumerator-value.h | 4 +--- src/checks/manuallevel/unneeded-cast.cpp | 2 -- src/checks/manuallevel/unneeded-cast.h | 2 -- src/checks/manuallevel/unused-result-check.cpp | 2 -- src/checks/manuallevel/unused-result-check.h | 2 -- .../manuallevel/use-arrow-operator-instead-of-data.cpp | 4 +--- src/checks/manuallevel/use-arrow-operator-instead-of-data.h | 4 +--- src/checks/manuallevel/use-chrono-in-qtimer.cpp | 4 +--- src/checks/manuallevel/use-chrono-in-qtimer.h | 4 +--- src/checks/requiredresults.cpp | 2 -- src/checks/requiredresults.h | 2 -- src/checks/ruleofbase.cpp | 2 -- src/checks/ruleofbase.h | 2 -- src/clazy_stl.h | 2 -- 252 files changed, 28 insertions(+), 532 deletions(-) diff --git a/.cmake_has_filesystem_test.cpp b/.cmake_has_filesystem_test.cpp index b9406def0..5861c1410 100644 --- a/.cmake_has_filesystem_test.cpp +++ b/.cmake_has_filesystem_test.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - Copyright (C) 2015 Sergio Martins + Copyright (C) 2015 Sergio Martins This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public diff --git a/.cmake_has_regex_test.cpp b/.cmake_has_regex_test.cpp index b0e20e733..9089d2f24 100644 --- a/.cmake_has_regex_test.cpp +++ b/.cmake_has_regex_test.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - Copyright (C) 2015 Sergio Martins This library is free software; you can redistribute it and/or diff --git a/checks.json.h.in b/checks.json.h.in index 50d5f0966..e80e768b1 100644 --- a/checks.json.h.in +++ b/checks.json.h.in @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Nikolai Kosjar SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/dev-scripts/generate.py b/dev-scripts/generate.py index 92b3d6427..fda3e00b0 100755 --- a/dev-scripts/generate.py +++ b/dev-scripts/generate.py @@ -2,8 +2,6 @@ _license_text = \ """/* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/dev-scripts/make_appimage.py b/dev-scripts/make_appimage.py index f0609b9f2..0112ce867 100644 --- a/dev-scripts/make_appimage.py +++ b/dev-scripts/make_appimage.py @@ -1,10 +1,7 @@ #!/usr/bin/env python -# This file is part of the clazy static checker. - # SPDX-FileCopyrightText: 2018 Klaralvdalens Datakonsult AB a KDAB Group company info@kdab.com - # SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/dev-scripts/templates/check.cpp b/dev-scripts/templates/check.cpp index 705fd1a19..a9d91c1f1 100644 --- a/dev-scripts/templates/check.cpp +++ b/dev-scripts/templates/check.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - %3 + %3 SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/dev-scripts/templates/check.h b/dev-scripts/templates/check.h index 7069974cb..fe2dbd6dd 100644 --- a/dev-scripts/templates/check.h +++ b/dev-scripts/templates/check.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - %4 + %4 SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/scripts/fix_json_database.py b/scripts/fix_json_database.py index 8d52f0b84..9acb69c7e 100755 --- a/scripts/fix_json_database.py +++ b/scripts/fix_json_database.py @@ -1,9 +1,7 @@ #!/usr/bin/env python2 -# This file is part of the clazy static checker. - -# SPDX-FileCopyrightText: 2017 Sergio Martins +# # SPDX-FileCopyrightText: 2017 Sergio Martins # SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/AccessSpecifierManager.cpp b/src/AccessSpecifierManager.cpp index 2de071924..824d2ee80 100644 --- a/src/AccessSpecifierManager.cpp +++ b/src/AccessSpecifierManager.cpp @@ -1,6 +1,5 @@ /* - This file is part of the clazy static checker. - + SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com diff --git a/src/AccessSpecifierManager.h b/src/AccessSpecifierManager.h index d792938cc..0d68483e3 100644 --- a/src/AccessSpecifierManager.h +++ b/src/AccessSpecifierManager.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com diff --git a/src/Checks.h b/src/Checks.h index 09a941563..ed996d764 100644 --- a/src/Checks.h +++ b/src/Checks.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/Clazy.cpp b/src/Clazy.cpp index 4ac96ce9f..9d537c225 100644 --- a/src/Clazy.cpp +++ b/src/Clazy.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/Clazy.h b/src/Clazy.h index eb1815bb3..71ee44709 100644 --- a/src/Clazy.h +++ b/src/Clazy.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/ClazyContext.cpp b/src/ClazyContext.cpp index 738f45a29..3f0e9c8c5 100644 --- a/src/ClazyContext.cpp +++ b/src/ClazyContext.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/ClazyContext.h b/src/ClazyContext.h index 20ad486d1..62080e740 100644 --- a/src/ClazyContext.h +++ b/src/ClazyContext.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/ClazyStandaloneMain.cpp b/src/ClazyStandaloneMain.cpp index 4c26ec8e7..a5e7da5c4 100644 --- a/src/ClazyStandaloneMain.cpp +++ b/src/ClazyStandaloneMain.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/ContextUtils.cpp b/src/ContextUtils.cpp index 748063e8c..c7c8c9153 100644 --- a/src/ContextUtils.cpp +++ b/src/ContextUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/ContextUtils.h b/src/ContextUtils.h index 52d617c80..1b23783e6 100644 --- a/src/ContextUtils.h +++ b/src/ContextUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/FixItExporter.cpp b/src/FixItExporter.cpp index 6138cd521..9ee477bef 100644 --- a/src/FixItExporter.cpp +++ b/src/FixItExporter.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Christian Gagneraud SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/FixItExporter.h b/src/FixItExporter.h index c06b7590b..7ac084bed 100644 --- a/src/FixItExporter.h +++ b/src/FixItExporter.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Christian Gagneraud SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/FixItUtils.cpp b/src/FixItUtils.cpp index 47d96ffad..d01d99aa8 100644 --- a/src/FixItUtils.cpp +++ b/src/FixItUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/FixItUtils.h b/src/FixItUtils.h index 827f275c7..5b96ce41a 100644 --- a/src/FixItUtils.h +++ b/src/FixItUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/FunctionUtils.h b/src/FunctionUtils.h index 2f2d2aa18..6aad54e07 100644 --- a/src/FunctionUtils.h +++ b/src/FunctionUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/HierarchyUtils.h b/src/HierarchyUtils.h index 77bee16b6..ae4b34204 100644 --- a/src/HierarchyUtils.h +++ b/src/HierarchyUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/LoopUtils.cpp b/src/LoopUtils.cpp index 4446c9a98..4707ab848 100644 --- a/src/LoopUtils.cpp +++ b/src/LoopUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/LoopUtils.h b/src/LoopUtils.h index 9ca936b46..9e24c5cc2 100644 --- a/src/LoopUtils.h +++ b/src/LoopUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/MacroUtils.h b/src/MacroUtils.h index 4551e67c0..566fc3f27 100644 --- a/src/MacroUtils.h +++ b/src/MacroUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/MiniAstDumper.cpp b/src/MiniAstDumper.cpp index 37cbe0dfd..2716e82b3 100644 --- a/src/MiniAstDumper.cpp +++ b/src/MiniAstDumper.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/MiniAstDumper.h b/src/MiniAstDumper.h index 59cc056b7..1bde03931 100644 --- a/src/MiniAstDumper.h +++ b/src/MiniAstDumper.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/PreProcessorVisitor.cpp b/src/PreProcessorVisitor.cpp index d28856200..8687ef5d6 100644 --- a/src/PreProcessorVisitor.cpp +++ b/src/PreProcessorVisitor.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/PreProcessorVisitor.h b/src/PreProcessorVisitor.h index 03d1a082b..10f32066f 100644 --- a/src/PreProcessorVisitor.h +++ b/src/PreProcessorVisitor.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/QtUtils.cpp b/src/QtUtils.cpp index 8db593a3a..b6d8314fd 100644 --- a/src/QtUtils.cpp +++ b/src/QtUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015-2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/QtUtils.h b/src/QtUtils.h index 07028be95..81e990229 100644 --- a/src/QtUtils.h +++ b/src/QtUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015-2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/SourceCompatibilityHelpers.h b/src/SourceCompatibilityHelpers.h index 157d9d06e..bf1017680 100644 --- a/src/SourceCompatibilityHelpers.h +++ b/src/SourceCompatibilityHelpers.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/StmtBodyRange.h b/src/StmtBodyRange.h index f912df587..6d67900ff 100644 --- a/src/StmtBodyRange.h +++ b/src/StmtBodyRange.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - Copyright (C) Sérgio Martins + Copyright (C) Sérgio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/StringUtils.cpp b/src/StringUtils.cpp index 054af7469..b73556dd3 100644 --- a/src/StringUtils.cpp +++ b/src/StringUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/StringUtils.h b/src/StringUtils.h index fb4d12caa..3d0c92c8f 100644 --- a/src/StringUtils.h +++ b/src/StringUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/SuppressionManager.cpp b/src/SuppressionManager.cpp index 2cd326791..51c2c6984 100644 --- a/src/SuppressionManager.cpp +++ b/src/SuppressionManager.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/SuppressionManager.h b/src/SuppressionManager.h index dac030f45..81d899054 100644 --- a/src/SuppressionManager.h +++ b/src/SuppressionManager.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/TemplateUtils.cpp b/src/TemplateUtils.cpp index 55422e291..004b97d69 100644 --- a/src/TemplateUtils.cpp +++ b/src/TemplateUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/TemplateUtils.h b/src/TemplateUtils.h index b566ec5de..db8b18ce8 100644 --- a/src/TemplateUtils.h +++ b/src/TemplateUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/TypeUtils.cpp b/src/TypeUtils.cpp index a8e9d26a4..305eb2de1 100644 --- a/src/TypeUtils.cpp +++ b/src/TypeUtils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/TypeUtils.h b/src/TypeUtils.h index c376214bd..f1e6d961e 100644 --- a/src/TypeUtils.h +++ b/src/TypeUtils.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/Utils.cpp b/src/Utils.cpp index 85f9c7061..afc1ef6df 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/Utils.h b/src/Utils.h index c4830c51f..01b6d02fd 100644 --- a/src/Utils.h +++ b/src/Utils.h @@ -1,10 +1,8 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins - SPDX-FileCopyrightText: 2015-2016 Sergio Martins + SPDX-FileCopyrightText: 2015-2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checkbase.cpp b/src/checkbase.cpp index 6d51e2a9d..7dda8fd53 100644 --- a/src/checkbase.cpp +++ b/src/checkbase.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checkbase.h b/src/checkbase.h index 83e01d5fb..5ea6eba1b 100644 --- a/src/checkbase.h +++ b/src/checkbase.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checkmanager.cpp b/src/checkmanager.cpp index d97dc5840..46741e204 100644 --- a/src/checkmanager.cpp +++ b/src/checkmanager.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checkmanager.h b/src/checkmanager.h index 0e325018f..2575bd5ba 100644 --- a/src/checkmanager.h +++ b/src/checkmanager.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/detachingbase.cpp b/src/checks/detachingbase.cpp index 2d5102ff7..811a7bd69 100644 --- a/src/checks/detachingbase.cpp +++ b/src/checks/detachingbase.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/detachingbase.h b/src/checks/detachingbase.h index e698613f8..50484fe27 100644 --- a/src/checks/detachingbase.h +++ b/src/checks/detachingbase.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/connect-by-name.cpp b/src/checks/level0/connect-by-name.cpp index 229060c69..f718ead9a 100644 --- a/src/checks/level0/connect-by-name.cpp +++ b/src/checks/level0/connect-by-name.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/connect-by-name.h b/src/checks/level0/connect-by-name.h index d10c5bfa2..02a8ccf10 100644 --- a/src/checks/level0/connect-by-name.h +++ b/src/checks/level0/connect-by-name.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/connect-non-signal.cpp b/src/checks/level0/connect-non-signal.cpp index d43f68146..5f172c2d4 100644 --- a/src/checks/level0/connect-non-signal.cpp +++ b/src/checks/level0/connect-non-signal.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.coms diff --git a/src/checks/level0/connect-non-signal.h b/src/checks/level0/connect-non-signal.h index 838491ec1..fe7254c22 100644 --- a/src/checks/level0/connect-non-signal.h +++ b/src/checks/level0/connect-non-signal.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-FileCopyrightText: 2016 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com diff --git a/src/checks/level0/connect-not-normalized.cpp b/src/checks/level0/connect-not-normalized.cpp index fba4bfcea..47fe74513 100644 --- a/src/checks/level0/connect-not-normalized.cpp +++ b/src/checks/level0/connect-not-normalized.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/connect-not-normalized.h b/src/checks/level0/connect-not-normalized.h index cf6f70a74..79dfb2fc3 100644 --- a/src/checks/level0/connect-not-normalized.h +++ b/src/checks/level0/connect-not-normalized.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/container-anti-pattern.cpp b/src/checks/level0/container-anti-pattern.cpp index 7aca0064c..efe18bcbc 100644 --- a/src/checks/level0/container-anti-pattern.cpp +++ b/src/checks/level0/container-anti-pattern.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/container-anti-pattern.h b/src/checks/level0/container-anti-pattern.h index 11291febc..10df5bddb 100644 --- a/src/checks/level0/container-anti-pattern.h +++ b/src/checks/level0/container-anti-pattern.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/empty-qstringliteral.cpp b/src/checks/level0/empty-qstringliteral.cpp index f5e3485bd..90b9f011f 100644 --- a/src/checks/level0/empty-qstringliteral.cpp +++ b/src/checks/level0/empty-qstringliteral.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/empty-qstringliteral.h b/src/checks/level0/empty-qstringliteral.h index 23a86ab32..a45afd1b8 100644 --- a/src/checks/level0/empty-qstringliteral.h +++ b/src/checks/level0/empty-qstringliteral.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/fully-qualified-moc-types.cpp b/src/checks/level0/fully-qualified-moc-types.cpp index 52e633234..a84092b6a 100644 --- a/src/checks/level0/fully-qualified-moc-types.cpp +++ b/src/checks/level0/fully-qualified-moc-types.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/fully-qualified-moc-types.h b/src/checks/level0/fully-qualified-moc-types.h index 4b70ef6de..3fcc73191 100644 --- a/src/checks/level0/fully-qualified-moc-types.h +++ b/src/checks/level0/fully-qualified-moc-types.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lambda-in-connect.cpp b/src/checks/level0/lambda-in-connect.cpp index 255b13934..242cfb3e5 100644 --- a/src/checks/level0/lambda-in-connect.cpp +++ b/src/checks/level0/lambda-in-connect.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lambda-in-connect.h b/src/checks/level0/lambda-in-connect.h index ea5a78092..aa39ea5bd 100644 --- a/src/checks/level0/lambda-in-connect.h +++ b/src/checks/level0/lambda-in-connect.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lambda-unique-connection.cpp b/src/checks/level0/lambda-unique-connection.cpp index 7cacd19b1..fa1105487 100644 --- a/src/checks/level0/lambda-unique-connection.cpp +++ b/src/checks/level0/lambda-unique-connection.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lambda-unique-connection.h b/src/checks/level0/lambda-unique-connection.h index c20a0b9a8..f0eabbfc6 100644 --- a/src/checks/level0/lambda-unique-connection.h +++ b/src/checks/level0/lambda-unique-connection.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lowercase-qml-type-name.cpp b/src/checks/level0/lowercase-qml-type-name.cpp index 2f0cfa81e..071d7beae 100644 --- a/src/checks/level0/lowercase-qml-type-name.cpp +++ b/src/checks/level0/lowercase-qml-type-name.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/lowercase-qml-type-name.h b/src/checks/level0/lowercase-qml-type-name.h index f2066df12..30093cc82 100644 --- a/src/checks/level0/lowercase-qml-type-name.h +++ b/src/checks/level0/lowercase-qml-type-name.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/mutable-container-key.cpp b/src/checks/level0/mutable-container-key.cpp index 21f011591..de6d76b0e 100644 --- a/src/checks/level0/mutable-container-key.cpp +++ b/src/checks/level0/mutable-container-key.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/mutable-container-key.h b/src/checks/level0/mutable-container-key.h index 3659464ec..259093441 100644 --- a/src/checks/level0/mutable-container-key.h +++ b/src/checks/level0/mutable-container-key.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/no-module-include.cpp b/src/checks/level0/no-module-include.cpp index cdc63572e..3be138c94 100644 --- a/src/checks/level0/no-module-include.cpp +++ b/src/checks/level0/no-module-include.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2023 Johnny Jazeix SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/no-module-include.h b/src/checks/level0/no-module-include.h index c3a92aeb5..96e161c8d 100644 --- a/src/checks/level0/no-module-include.h +++ b/src/checks/level0/no-module-include.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2023 Johnny Jazeix SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/overloaded-signal.cpp b/src/checks/level0/overloaded-signal.cpp index dd44399e3..a8d51ef03 100644 --- a/src/checks/level0/overloaded-signal.cpp +++ b/src/checks/level0/overloaded-signal.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Sergio Martins + SPDX-FileCopyrightText: 2019 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/level0/overloaded-signal.h b/src/checks/level0/overloaded-signal.h index 3948cf9a5..ea0624167 100644 --- a/src/checks/level0/overloaded-signal.h +++ b/src/checks/level0/overloaded-signal.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Sergio Martins + SPDX-FileCopyrightText: 2019 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/level0/qcolor-from-literal.cpp b/src/checks/level0/qcolor-from-literal.cpp index ef510da46..40c460954 100644 --- a/src/checks/level0/qcolor-from-literal.cpp +++ b/src/checks/level0/qcolor-from-literal.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qcolor-from-literal.h b/src/checks/level0/qcolor-from-literal.h index ca5dae051..1e6f1c6b1 100644 --- a/src/checks/level0/qcolor-from-literal.h +++ b/src/checks/level0/qcolor-from-literal.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qdatetime-utc.cpp b/src/checks/level0/qdatetime-utc.cpp index 24ba611cd..350d38b27 100644 --- a/src/checks/level0/qdatetime-utc.cpp +++ b/src/checks/level0/qdatetime-utc.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qdatetime-utc.h b/src/checks/level0/qdatetime-utc.h index 8d19203ca..dec09f63f 100644 --- a/src/checks/level0/qdatetime-utc.h +++ b/src/checks/level0/qdatetime-utc.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qenums.cpp b/src/checks/level0/qenums.cpp index 7cfdf89d1..7fe70e4b3 100644 --- a/src/checks/level0/qenums.cpp +++ b/src/checks/level0/qenums.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qenums.h b/src/checks/level0/qenums.h index 926657b21..8c0f97b91 100644 --- a/src/checks/level0/qenums.h +++ b/src/checks/level0/qenums.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qfileinfo-exists.cpp b/src/checks/level0/qfileinfo-exists.cpp index f9fb55f70..850195221 100644 --- a/src/checks/level0/qfileinfo-exists.cpp +++ b/src/checks/level0/qfileinfo-exists.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qfileinfo-exists.h b/src/checks/level0/qfileinfo-exists.h index c0256eaaa..b964ecd93 100644 --- a/src/checks/level0/qfileinfo-exists.h +++ b/src/checks/level0/qfileinfo-exists.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qgetenv.cpp b/src/checks/level0/qgetenv.cpp index 3ca1ad28d..45d0015cd 100644 --- a/src/checks/level0/qgetenv.cpp +++ b/src/checks/level0/qgetenv.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qgetenv.h b/src/checks/level0/qgetenv.h index 1f722f967..22feaed14 100644 --- a/src/checks/level0/qgetenv.h +++ b/src/checks/level0/qgetenv.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qmap-with-pointer-key.cpp b/src/checks/level0/qmap-with-pointer-key.cpp index b8dbbca88..b3924d7a1 100644 --- a/src/checks/level0/qmap-with-pointer-key.cpp +++ b/src/checks/level0/qmap-with-pointer-key.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qmap-with-pointer-key.h b/src/checks/level0/qmap-with-pointer-key.h index 019d8c010..24451ba06 100644 --- a/src/checks/level0/qmap-with-pointer-key.h +++ b/src/checks/level0/qmap-with-pointer-key.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/qstring-arg.cpp b/src/checks/level0/qstring-arg.cpp index 67071b0f5..5d8f66d35 100644 --- a/src/checks/level0/qstring-arg.cpp +++ b/src/checks/level0/qstring-arg.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qstring-arg.h b/src/checks/level0/qstring-arg.h index f53fa2d55..cef38a9ac 100644 --- a/src/checks/level0/qstring-arg.h +++ b/src/checks/level0/qstring-arg.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qstring-comparison-to-implicit-char.cpp b/src/checks/level0/qstring-comparison-to-implicit-char.cpp index 16fdcf82f..a0ddf7555 100644 --- a/src/checks/level0/qstring-comparison-to-implicit-char.cpp +++ b/src/checks/level0/qstring-comparison-to-implicit-char.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2020 Sergio Martins + SPDX-FileCopyrightText: 2020 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/level0/qstring-comparison-to-implicit-char.h b/src/checks/level0/qstring-comparison-to-implicit-char.h index 7a875dd74..80b2e1d77 100644 --- a/src/checks/level0/qstring-comparison-to-implicit-char.h +++ b/src/checks/level0/qstring-comparison-to-implicit-char.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2020 Sergio Martins + SPDX-FileCopyrightText: 2020 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/level0/qstring-insensitive-allocation.cpp b/src/checks/level0/qstring-insensitive-allocation.cpp index 8ed4f068f..a19e9fe4f 100644 --- a/src/checks/level0/qstring-insensitive-allocation.cpp +++ b/src/checks/level0/qstring-insensitive-allocation.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qstring-insensitive-allocation.h b/src/checks/level0/qstring-insensitive-allocation.h index 00bd3fe79..d6e56666a 100644 --- a/src/checks/level0/qstring-insensitive-allocation.h +++ b/src/checks/level0/qstring-insensitive-allocation.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qstring-ref.cpp b/src/checks/level0/qstring-ref.cpp index eb59918c1..6f04194eb 100644 --- a/src/checks/level0/qstring-ref.cpp +++ b/src/checks/level0/qstring-ref.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qstring-ref.h b/src/checks/level0/qstring-ref.h index 30f5b157d..23de932cb 100644 --- a/src/checks/level0/qstring-ref.h +++ b/src/checks/level0/qstring-ref.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qt-macros.cpp b/src/checks/level0/qt-macros.cpp index 6b7cf8fd9..6fd32b304 100644 --- a/src/checks/level0/qt-macros.cpp +++ b/src/checks/level0/qt-macros.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/qt-macros.h b/src/checks/level0/qt-macros.h index 4a9b85714..013ea0c1b 100644 --- a/src/checks/level0/qt-macros.h +++ b/src/checks/level0/qt-macros.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/strict-iterators.cpp b/src/checks/level0/strict-iterators.cpp index 6c916ad08..58f4d94f3 100644 --- a/src/checks/level0/strict-iterators.cpp +++ b/src/checks/level0/strict-iterators.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/strict-iterators.h b/src/checks/level0/strict-iterators.h index 1c66d32d5..857fb6ed3 100644 --- a/src/checks/level0/strict-iterators.h +++ b/src/checks/level0/strict-iterators.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/temporary-iterator.cpp b/src/checks/level0/temporary-iterator.cpp index a87a8017e..8c1f3ee86 100644 --- a/src/checks/level0/temporary-iterator.cpp +++ b/src/checks/level0/temporary-iterator.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/temporary-iterator.h b/src/checks/level0/temporary-iterator.h index 2da9cd08a..394737ed8 100644 --- a/src/checks/level0/temporary-iterator.h +++ b/src/checks/level0/temporary-iterator.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/unused-non-trivial-variable.cpp b/src/checks/level0/unused-non-trivial-variable.cpp index edd26483e..47dda5ab6 100644 --- a/src/checks/level0/unused-non-trivial-variable.cpp +++ b/src/checks/level0/unused-non-trivial-variable.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-FileCopyrightText: 2023 Alexander Lohnau diff --git a/src/checks/level0/unused-non-trivial-variable.h b/src/checks/level0/unused-non-trivial-variable.h index e75ee38d4..0a1a6b76b 100644 --- a/src/checks/level0/unused-non-trivial-variable.h +++ b/src/checks/level0/unused-non-trivial-variable.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/use-static-qregularexpression.cpp b/src/checks/level0/use-static-qregularexpression.cpp index a0bf8f89e..cd5727e1a 100644 --- a/src/checks/level0/use-static-qregularexpression.cpp +++ b/src/checks/level0/use-static-qregularexpression.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-FileCopyrightText: 2021 Waqar Ahmed diff --git a/src/checks/level0/use-static-qregularexpression.h b/src/checks/level0/use-static-qregularexpression.h index 9cb99b955..70c24c117 100644 --- a/src/checks/level0/use-static-qregularexpression.h +++ b/src/checks/level0/use-static-qregularexpression.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-FileCopyrightText: 2021 Waqar Ahmed diff --git a/src/checks/level0/writing-to-temporary.cpp b/src/checks/level0/writing-to-temporary.cpp index 90010773d..00f89bbde 100644 --- a/src/checks/level0/writing-to-temporary.cpp +++ b/src/checks/level0/writing-to-temporary.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/writing-to-temporary.h b/src/checks/level0/writing-to-temporary.h index 492247c34..f0aa7bf1b 100644 --- a/src/checks/level0/writing-to-temporary.h +++ b/src/checks/level0/writing-to-temporary.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level0/wrong-qevent-cast.cpp b/src/checks/level0/wrong-qevent-cast.cpp index 6322af604..c533b3bed 100644 --- a/src/checks/level0/wrong-qevent-cast.cpp +++ b/src/checks/level0/wrong-qevent-cast.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/wrong-qevent-cast.h b/src/checks/level0/wrong-qevent-cast.h index b486a583f..32a3aae25 100644 --- a/src/checks/level0/wrong-qevent-cast.h +++ b/src/checks/level0/wrong-qevent-cast.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/wrong-qglobalstatic.cpp b/src/checks/level0/wrong-qglobalstatic.cpp index f540960fc..35234f44a 100644 --- a/src/checks/level0/wrong-qglobalstatic.cpp +++ b/src/checks/level0/wrong-qglobalstatic.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level0/wrong-qglobalstatic.h b/src/checks/level0/wrong-qglobalstatic.h index a8b0c251d..792fc9e59 100644 --- a/src/checks/level0/wrong-qglobalstatic.h +++ b/src/checks/level0/wrong-qglobalstatic.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/auto-unexpected-qstringbuilder.cpp b/src/checks/level1/auto-unexpected-qstringbuilder.cpp index 3780e7ba4..ea465e516 100644 --- a/src/checks/level1/auto-unexpected-qstringbuilder.cpp +++ b/src/checks/level1/auto-unexpected-qstringbuilder.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-FileCopyrightText: 2015 Mathias Hasselmann diff --git a/src/checks/level1/auto-unexpected-qstringbuilder.h b/src/checks/level1/auto-unexpected-qstringbuilder.h index 28bce50ff..2bb74c5a7 100644 --- a/src/checks/level1/auto-unexpected-qstringbuilder.h +++ b/src/checks/level1/auto-unexpected-qstringbuilder.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/child-event-qobject-cast.cpp b/src/checks/level1/child-event-qobject-cast.cpp index 411f74c5b..8988324d2 100644 --- a/src/checks/level1/child-event-qobject-cast.cpp +++ b/src/checks/level1/child-event-qobject-cast.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/child-event-qobject-cast.h b/src/checks/level1/child-event-qobject-cast.h index 385086a48..4ecddb3b1 100644 --- a/src/checks/level1/child-event-qobject-cast.h +++ b/src/checks/level1/child-event-qobject-cast.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/connect-3arg-lambda.cpp b/src/checks/level1/connect-3arg-lambda.cpp index 255ae8264..4c961d569 100644 --- a/src/checks/level1/connect-3arg-lambda.cpp +++ b/src/checks/level1/connect-3arg-lambda.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/connect-3arg-lambda.h b/src/checks/level1/connect-3arg-lambda.h index f1ab62ab5..e07ad4791 100644 --- a/src/checks/level1/connect-3arg-lambda.h +++ b/src/checks/level1/connect-3arg-lambda.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/const-signal-or-slot.cpp b/src/checks/level1/const-signal-or-slot.cpp index 95ad2d2ea..a04b7f312 100644 --- a/src/checks/level1/const-signal-or-slot.cpp +++ b/src/checks/level1/const-signal-or-slot.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/const-signal-or-slot.h b/src/checks/level1/const-signal-or-slot.h index c51cc60cc..2939014be 100644 --- a/src/checks/level1/const-signal-or-slot.h +++ b/src/checks/level1/const-signal-or-slot.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/detaching-temporary.cpp b/src/checks/level1/detaching-temporary.cpp index 9d6c18fdd..49c9158a9 100644 --- a/src/checks/level1/detaching-temporary.cpp +++ b/src/checks/level1/detaching-temporary.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/detaching-temporary.h b/src/checks/level1/detaching-temporary.h index 3e557b82e..0d601d858 100644 --- a/src/checks/level1/detaching-temporary.h +++ b/src/checks/level1/detaching-temporary.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/foreach.cpp b/src/checks/level1/foreach.cpp index b342d7c53..8fc13c9b0 100644 --- a/src/checks/level1/foreach.cpp +++ b/src/checks/level1/foreach.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/foreach.h b/src/checks/level1/foreach.h index 40535b011..67a36fe64 100644 --- a/src/checks/level1/foreach.h +++ b/src/checks/level1/foreach.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/incorrect-emit.cpp b/src/checks/level1/incorrect-emit.cpp index b42138968..a3ba33817 100644 --- a/src/checks/level1/incorrect-emit.cpp +++ b/src/checks/level1/incorrect-emit.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/incorrect-emit.h b/src/checks/level1/incorrect-emit.h index e5b8b248f..e5ce63ffc 100644 --- a/src/checks/level1/incorrect-emit.h +++ b/src/checks/level1/incorrect-emit.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/install-event-filter.cpp b/src/checks/level1/install-event-filter.cpp index 3bcc15c98..037b1d63b 100644 --- a/src/checks/level1/install-event-filter.cpp +++ b/src/checks/level1/install-event-filter.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/install-event-filter.h b/src/checks/level1/install-event-filter.h index 828f57aab..74ec7410b 100644 --- a/src/checks/level1/install-event-filter.h +++ b/src/checks/level1/install-event-filter.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/non-pod-global-static.cpp b/src/checks/level1/non-pod-global-static.cpp index 2f209d6a4..e309c757b 100644 --- a/src/checks/level1/non-pod-global-static.cpp +++ b/src/checks/level1/non-pod-global-static.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/non-pod-global-static.h b/src/checks/level1/non-pod-global-static.h index 3b775e2f6..2f48e1085 100644 --- a/src/checks/level1/non-pod-global-static.h +++ b/src/checks/level1/non-pod-global-static.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/overridden-signal.cpp b/src/checks/level1/overridden-signal.cpp index 75ba721d2..92216587a 100644 --- a/src/checks/level1/overridden-signal.cpp +++ b/src/checks/level1/overridden-signal.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/overridden-signal.h b/src/checks/level1/overridden-signal.h index a6bdc9179..384e60794 100644 --- a/src/checks/level1/overridden-signal.h +++ b/src/checks/level1/overridden-signal.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/post-event.cpp b/src/checks/level1/post-event.cpp index dd6bf2af6..024b03185 100644 --- a/src/checks/level1/post-event.cpp +++ b/src/checks/level1/post-event.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/post-event.h b/src/checks/level1/post-event.h index 1c48ed648..0548e8d02 100644 --- a/src/checks/level1/post-event.h +++ b/src/checks/level1/post-event.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qdeleteall.cpp b/src/checks/level1/qdeleteall.cpp index ad6f8a50a..f7ccf578d 100644 --- a/src/checks/level1/qdeleteall.cpp +++ b/src/checks/level1/qdeleteall.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Albert Astals Cid SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qdeleteall.h b/src/checks/level1/qdeleteall.h index 7b86aa7e8..68208c39d 100644 --- a/src/checks/level1/qdeleteall.h +++ b/src/checks/level1/qdeleteall.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Albert Astals Cid SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qhash-namespace.cpp b/src/checks/level1/qhash-namespace.cpp index 3247ad5be..63d66cc94 100644 --- a/src/checks/level1/qhash-namespace.cpp +++ b/src/checks/level1/qhash-namespace.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qhash-namespace.h b/src/checks/level1/qhash-namespace.h index c1a952c5b..9aa1a4ba3 100644 --- a/src/checks/level1/qhash-namespace.h +++ b/src/checks/level1/qhash-namespace.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qlatin1string-non-ascii.cpp b/src/checks/level1/qlatin1string-non-ascii.cpp index 0d8051859..a0cdfe3be 100644 --- a/src/checks/level1/qlatin1string-non-ascii.cpp +++ b/src/checks/level1/qlatin1string-non-ascii.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/qlatin1string-non-ascii.h b/src/checks/level1/qlatin1string-non-ascii.h index 25eb7c876..67d6f64ba 100644 --- a/src/checks/level1/qlatin1string-non-ascii.h +++ b/src/checks/level1/qlatin1string-non-ascii.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/qproperty-without-notify.cpp b/src/checks/level1/qproperty-without-notify.cpp index 637247454..260c0ebbe 100644 --- a/src/checks/level1/qproperty-without-notify.cpp +++ b/src/checks/level1/qproperty-without-notify.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qproperty-without-notify.h b/src/checks/level1/qproperty-without-notify.h index 7bb5a2f67..81419bb4f 100644 --- a/src/checks/level1/qproperty-without-notify.h +++ b/src/checks/level1/qproperty-without-notify.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qstring-left.cpp b/src/checks/level1/qstring-left.cpp index 3e84677dc..08b9adcb7 100644 --- a/src/checks/level1/qstring-left.cpp +++ b/src/checks/level1/qstring-left.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/qstring-left.h b/src/checks/level1/qstring-left.h index e6207c53f..4d2760fc5 100644 --- a/src/checks/level1/qstring-left.h +++ b/src/checks/level1/qstring-left.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/range-loop-detach.cpp b/src/checks/level1/range-loop-detach.cpp index b637acb4f..789627ed5 100644 --- a/src/checks/level1/range-loop-detach.cpp +++ b/src/checks/level1/range-loop-detach.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/range-loop-detach.h b/src/checks/level1/range-loop-detach.h index 7f88ae5a4..8a293e86f 100644 --- a/src/checks/level1/range-loop-detach.h +++ b/src/checks/level1/range-loop-detach.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/range-loop-reference.cpp b/src/checks/level1/range-loop-reference.cpp index 4b5929171..2bfa0ebbe 100644 --- a/src/checks/level1/range-loop-reference.cpp +++ b/src/checks/level1/range-loop-reference.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/range-loop-reference.h b/src/checks/level1/range-loop-reference.h index 7273f2fad..3eb003dc2 100644 --- a/src/checks/level1/range-loop-reference.h +++ b/src/checks/level1/range-loop-reference.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level1/returning-data-from-temporary.cpp b/src/checks/level1/returning-data-from-temporary.cpp index 30e295d4a..7cc96751d 100644 --- a/src/checks/level1/returning-data-from-temporary.cpp +++ b/src/checks/level1/returning-data-from-temporary.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/returning-data-from-temporary.h b/src/checks/level1/returning-data-from-temporary.h index f675b1c1f..4887ec937 100644 --- a/src/checks/level1/returning-data-from-temporary.h +++ b/src/checks/level1/returning-data-from-temporary.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/rule-of-two-soft.cpp b/src/checks/level1/rule-of-two-soft.cpp index e923787c7..c296ca0c1 100644 --- a/src/checks/level1/rule-of-two-soft.cpp +++ b/src/checks/level1/rule-of-two-soft.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/rule-of-two-soft.h b/src/checks/level1/rule-of-two-soft.h index 1c21af4ac..db3f44e15 100644 --- a/src/checks/level1/rule-of-two-soft.h +++ b/src/checks/level1/rule-of-two-soft.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/skipped-base-method.cpp b/src/checks/level1/skipped-base-method.cpp index ea33ddc93..b791b2f4d 100644 --- a/src/checks/level1/skipped-base-method.cpp +++ b/src/checks/level1/skipped-base-method.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/skipped-base-method.h b/src/checks/level1/skipped-base-method.h index 171aa52af..4d5ab86ca 100644 --- a/src/checks/level1/skipped-base-method.h +++ b/src/checks/level1/skipped-base-method.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/virtual-signal.cpp b/src/checks/level1/virtual-signal.cpp index e310d4568..1c758b24e 100644 --- a/src/checks/level1/virtual-signal.cpp +++ b/src/checks/level1/virtual-signal.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level1/virtual-signal.h b/src/checks/level1/virtual-signal.h index e481dffb7..f6349b5fa 100644 --- a/src/checks/level1/virtual-signal.h +++ b/src/checks/level1/virtual-signal.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/base-class-event.cpp b/src/checks/level2/base-class-event.cpp index df0d6869b..4bd2f002f 100644 --- a/src/checks/level2/base-class-event.cpp +++ b/src/checks/level2/base-class-event.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/base-class-event.h b/src/checks/level2/base-class-event.h index 307541742..c5c65d20b 100644 --- a/src/checks/level2/base-class-event.h +++ b/src/checks/level2/base-class-event.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/copyable-polymorphic.cpp b/src/checks/level2/copyable-polymorphic.cpp index c784a035a..6d499b9b0 100644 --- a/src/checks/level2/copyable-polymorphic.cpp +++ b/src/checks/level2/copyable-polymorphic.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/copyable-polymorphic.h b/src/checks/level2/copyable-polymorphic.h index aa0d7a6ea..c5d61d42d 100644 --- a/src/checks/level2/copyable-polymorphic.h +++ b/src/checks/level2/copyable-polymorphic.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/ctor-missing-parent-argument.cpp b/src/checks/level2/ctor-missing-parent-argument.cpp index ccf664369..73ab955c0 100644 --- a/src/checks/level2/ctor-missing-parent-argument.cpp +++ b/src/checks/level2/ctor-missing-parent-argument.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/ctor-missing-parent-argument.h b/src/checks/level2/ctor-missing-parent-argument.h index fa017cf03..4f3992587 100644 --- a/src/checks/level2/ctor-missing-parent-argument.h +++ b/src/checks/level2/ctor-missing-parent-argument.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/function-args-by-ref.cpp b/src/checks/level2/function-args-by-ref.cpp index 5cfc348a3..06aac3105 100644 --- a/src/checks/level2/function-args-by-ref.cpp +++ b/src/checks/level2/function-args-by-ref.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/function-args-by-ref.h b/src/checks/level2/function-args-by-ref.h index 5ede13121..8660e6192 100644 --- a/src/checks/level2/function-args-by-ref.h +++ b/src/checks/level2/function-args-by-ref.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/function-args-by-value.cpp b/src/checks/level2/function-args-by-value.cpp index 90b05099b..47ce63995 100644 --- a/src/checks/level2/function-args-by-value.cpp +++ b/src/checks/level2/function-args-by-value.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016-2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/function-args-by-value.h b/src/checks/level2/function-args-by-value.h index a74d261bf..ff7b28b8e 100644 --- a/src/checks/level2/function-args-by-value.h +++ b/src/checks/level2/function-args-by-value.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/global-const-char-pointer.cpp b/src/checks/level2/global-const-char-pointer.cpp index 4e9c75509..eddc0ef51 100644 --- a/src/checks/level2/global-const-char-pointer.cpp +++ b/src/checks/level2/global-const-char-pointer.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/global-const-char-pointer.h b/src/checks/level2/global-const-char-pointer.h index 39bb95e3e..af03a7217 100644 --- a/src/checks/level2/global-const-char-pointer.h +++ b/src/checks/level2/global-const-char-pointer.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/implicit-casts.cpp b/src/checks/level2/implicit-casts.cpp index f6a9e771e..400a8507d 100644 --- a/src/checks/level2/implicit-casts.cpp +++ b/src/checks/level2/implicit-casts.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/implicit-casts.h b/src/checks/level2/implicit-casts.h index cfb3d5997..5b3c02df3 100644 --- a/src/checks/level2/implicit-casts.h +++ b/src/checks/level2/implicit-casts.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/missing-qobject-macro.cpp b/src/checks/level2/missing-qobject-macro.cpp index 78c03051f..7966ec032 100644 --- a/src/checks/level2/missing-qobject-macro.cpp +++ b/src/checks/level2/missing-qobject-macro.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/missing-qobject-macro.h b/src/checks/level2/missing-qobject-macro.h index 9f6c4a87e..5521eb120 100644 --- a/src/checks/level2/missing-qobject-macro.h +++ b/src/checks/level2/missing-qobject-macro.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/missing-typeinfo.cpp b/src/checks/level2/missing-typeinfo.cpp index 01d0d18d7..374b34072 100644 --- a/src/checks/level2/missing-typeinfo.cpp +++ b/src/checks/level2/missing-typeinfo.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/missing-typeinfo.h b/src/checks/level2/missing-typeinfo.h index b74c8b0f2..131b3f70c 100644 --- a/src/checks/level2/missing-typeinfo.h +++ b/src/checks/level2/missing-typeinfo.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/old-style-connect.cpp b/src/checks/level2/old-style-connect.cpp index fa22e8f90..ed62a5af5 100644 --- a/src/checks/level2/old-style-connect.cpp +++ b/src/checks/level2/old-style-connect.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/old-style-connect.h b/src/checks/level2/old-style-connect.h index 9757c5a5e..424c289c6 100644 --- a/src/checks/level2/old-style-connect.h +++ b/src/checks/level2/old-style-connect.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/qstring-allocations.cpp b/src/checks/level2/qstring-allocations.cpp index 5136bef90..2e4d92375 100644 --- a/src/checks/level2/qstring-allocations.cpp +++ b/src/checks/level2/qstring-allocations.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/qstring-allocations.h b/src/checks/level2/qstring-allocations.h index 9a22a7a4c..66fb7052b 100644 --- a/src/checks/level2/qstring-allocations.h +++ b/src/checks/level2/qstring-allocations.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/returning-void-expression.cpp b/src/checks/level2/returning-void-expression.cpp index 4212ae9d6..193c7178b 100644 --- a/src/checks/level2/returning-void-expression.cpp +++ b/src/checks/level2/returning-void-expression.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/returning-void-expression.h b/src/checks/level2/returning-void-expression.h index a2998dc32..3de8b06e2 100644 --- a/src/checks/level2/returning-void-expression.h +++ b/src/checks/level2/returning-void-expression.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/rule-of-three.cpp b/src/checks/level2/rule-of-three.cpp index 187ffbd4d..d1d563c27 100644 --- a/src/checks/level2/rule-of-three.cpp +++ b/src/checks/level2/rule-of-three.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/rule-of-three.h b/src/checks/level2/rule-of-three.h index ab585c4e3..7d7d1efad 100644 --- a/src/checks/level2/rule-of-three.h +++ b/src/checks/level2/rule-of-three.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/static-pmf.cpp b/src/checks/level2/static-pmf.cpp index d5567d108..f95c8cf60 100644 --- a/src/checks/level2/static-pmf.cpp +++ b/src/checks/level2/static-pmf.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/static-pmf.h b/src/checks/level2/static-pmf.h index cae8de1a3..44eed63d6 100644 --- a/src/checks/level2/static-pmf.h +++ b/src/checks/level2/static-pmf.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/level2/virtual-call-ctor.cpp b/src/checks/level2/virtual-call-ctor.cpp index ee9fde877..428d1e60d 100644 --- a/src/checks/level2/virtual-call-ctor.cpp +++ b/src/checks/level2/virtual-call-ctor.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/level2/virtual-call-ctor.h b/src/checks/level2/virtual-call-ctor.h index 65c1ecd5f..22b5ca95a 100644 --- a/src/checks/level2/virtual-call-ctor.h +++ b/src/checks/level2/virtual-call-ctor.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/assert-with-side-effects.cpp b/src/checks/manuallevel/assert-with-side-effects.cpp index 864aa69d5..0b79a24ec 100644 --- a/src/checks/manuallevel/assert-with-side-effects.cpp +++ b/src/checks/manuallevel/assert-with-side-effects.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/assert-with-side-effects.h b/src/checks/manuallevel/assert-with-side-effects.h index 85faa5d6a..e5b62b64a 100644 --- a/src/checks/manuallevel/assert-with-side-effects.h +++ b/src/checks/manuallevel/assert-with-side-effects.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/container-inside-loop.cpp b/src/checks/manuallevel/container-inside-loop.cpp index 8d2b3569f..ebe06fc5a 100644 --- a/src/checks/manuallevel/container-inside-loop.cpp +++ b/src/checks/manuallevel/container-inside-loop.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/container-inside-loop.h b/src/checks/manuallevel/container-inside-loop.h index 738863868..3324bef6b 100644 --- a/src/checks/manuallevel/container-inside-loop.h +++ b/src/checks/manuallevel/container-inside-loop.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/detaching-member.cpp b/src/checks/manuallevel/detaching-member.cpp index 68780c224..fe1822bd5 100644 --- a/src/checks/manuallevel/detaching-member.cpp +++ b/src/checks/manuallevel/detaching-member.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/detaching-member.h b/src/checks/manuallevel/detaching-member.h index a841a71d1..85a0b40da 100644 --- a/src/checks/manuallevel/detaching-member.h +++ b/src/checks/manuallevel/detaching-member.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp b/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp index 31d2da3a3..17053daf7 100644 --- a/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp +++ b/src/checks/manuallevel/heap-allocated-small-trivial-type.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Sergio Martins + SPDX-FileCopyrightText: 2019 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/heap-allocated-small-trivial-type.h b/src/checks/manuallevel/heap-allocated-small-trivial-type.h index 73867529e..fa879c8ea 100644 --- a/src/checks/manuallevel/heap-allocated-small-trivial-type.h +++ b/src/checks/manuallevel/heap-allocated-small-trivial-type.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Sergio Martins + SPDX-FileCopyrightText: 2019 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/ifndef-define-typo.cpp b/src/checks/manuallevel/ifndef-define-typo.cpp index 1f7194942..d3fc22e31 100644 --- a/src/checks/manuallevel/ifndef-define-typo.cpp +++ b/src/checks/manuallevel/ifndef-define-typo.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/ifndef-define-typo.h b/src/checks/manuallevel/ifndef-define-typo.h index 8f9a2f002..2c0ba2a58 100644 --- a/src/checks/manuallevel/ifndef-define-typo.h +++ b/src/checks/manuallevel/ifndef-define-typo.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/isempty-vs-count.cpp b/src/checks/manuallevel/isempty-vs-count.cpp index 8c7824180..995b75608 100644 --- a/src/checks/manuallevel/isempty-vs-count.cpp +++ b/src/checks/manuallevel/isempty-vs-count.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/isempty-vs-count.h b/src/checks/manuallevel/isempty-vs-count.h index 77c3954b6..381f8d300 100644 --- a/src/checks/manuallevel/isempty-vs-count.h +++ b/src/checks/manuallevel/isempty-vs-count.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/jnisignatures.cpp b/src/checks/manuallevel/jnisignatures.cpp index 7d33a51b6..afb0baab3 100644 --- a/src/checks/manuallevel/jnisignatures.cpp +++ b/src/checks/manuallevel/jnisignatures.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Nicolas Fella diff --git a/src/checks/manuallevel/jnisignatures.h b/src/checks/manuallevel/jnisignatures.h index d5ee5bcf0..53c985849 100644 --- a/src/checks/manuallevel/jnisignatures.h +++ b/src/checks/manuallevel/jnisignatures.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Nicolas Fella diff --git a/src/checks/manuallevel/qhash-with-char-pointer-key.cpp b/src/checks/manuallevel/qhash-with-char-pointer-key.cpp index 8ed33912f..62d9e5534 100644 --- a/src/checks/manuallevel/qhash-with-char-pointer-key.cpp +++ b/src/checks/manuallevel/qhash-with-char-pointer-key.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qhash-with-char-pointer-key.h b/src/checks/manuallevel/qhash-with-char-pointer-key.h index a4e15ac56..bb966f2a9 100644 --- a/src/checks/manuallevel/qhash-with-char-pointer-key.h +++ b/src/checks/manuallevel/qhash-with-char-pointer-key.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qproperty-type-mismatch.cpp b/src/checks/manuallevel/qproperty-type-mismatch.cpp index d721e7593..fd84c74c9 100644 --- a/src/checks/manuallevel/qproperty-type-mismatch.cpp +++ b/src/checks/manuallevel/qproperty-type-mismatch.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Jean-Michaël Celerier SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qproperty-type-mismatch.h b/src/checks/manuallevel/qproperty-type-mismatch.h index e0aa4db8e..5dd5f5310 100644 --- a/src/checks/manuallevel/qproperty-type-mismatch.h +++ b/src/checks/manuallevel/qproperty-type-mismatch.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2019 Jean-Michaël Celerier SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qrequiredresult-candidates.cpp b/src/checks/manuallevel/qrequiredresult-candidates.cpp index 196005d95..0d67f7fbe 100644 --- a/src/checks/manuallevel/qrequiredresult-candidates.cpp +++ b/src/checks/manuallevel/qrequiredresult-candidates.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qrequiredresult-candidates.h b/src/checks/manuallevel/qrequiredresult-candidates.h index 4435700ec..1f93bba58 100644 --- a/src/checks/manuallevel/qrequiredresult-candidates.h +++ b/src/checks/manuallevel/qrequiredresult-candidates.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qstring-varargs.cpp b/src/checks/manuallevel/qstring-varargs.cpp index 0f9339c1f..ad2794da0 100644 --- a/src/checks/manuallevel/qstring-varargs.cpp +++ b/src/checks/manuallevel/qstring-varargs.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qstring-varargs.h b/src/checks/manuallevel/qstring-varargs.h index 35c353f56..0b1a3ac98 100644 --- a/src/checks/manuallevel/qstring-varargs.h +++ b/src/checks/manuallevel/qstring-varargs.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qt-keyword-emit.cpp b/src/checks/manuallevel/qt-keyword-emit.cpp index 72246a396..adadb65ca 100644 --- a/src/checks/manuallevel/qt-keyword-emit.cpp +++ b/src/checks/manuallevel/qt-keyword-emit.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-FileCopyrightText: 2023 Ahmad Samir diff --git a/src/checks/manuallevel/qt-keyword-emit.h b/src/checks/manuallevel/qt-keyword-emit.h index 1197f0e51..d93209d43 100644 --- a/src/checks/manuallevel/qt-keyword-emit.h +++ b/src/checks/manuallevel/qt-keyword-emit.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2018 Sergio Martins + SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-FileCopyrightText: 2023 Ahmad Samir SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qt-keywords.cpp b/src/checks/manuallevel/qt-keywords.cpp index dcb243f39..e9f9f8b69 100644 --- a/src/checks/manuallevel/qt-keywords.cpp +++ b/src/checks/manuallevel/qt-keywords.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qt-keywords.h b/src/checks/manuallevel/qt-keywords.h index 11eae55e2..1ffc15be2 100644 --- a/src/checks/manuallevel/qt-keywords.h +++ b/src/checks/manuallevel/qt-keywords.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/qt4-qstring-from-array.cpp b/src/checks/manuallevel/qt4-qstring-from-array.cpp index b5c03965b..48650334e 100644 --- a/src/checks/manuallevel/qt4-qstring-from-array.cpp +++ b/src/checks/manuallevel/qt4-qstring-from-array.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/qt4-qstring-from-array.h b/src/checks/manuallevel/qt4-qstring-from-array.h index 7283222e8..6f736adf3 100644 --- a/src/checks/manuallevel/qt4-qstring-from-array.h +++ b/src/checks/manuallevel/qt4-qstring-from-array.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp b/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp index 961c3e61d..e963c20f8 100644 --- a/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp +++ b/src/checks/manuallevel/qt6-deprecated-api-fixes.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-deprecated-api-fixes.h b/src/checks/manuallevel/qt6-deprecated-api-fixes.h index 9aad4cfcf..4043ef4ac 100644 --- a/src/checks/manuallevel/qt6-deprecated-api-fixes.h +++ b/src/checks/manuallevel/qt6-deprecated-api-fixes.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-fwd-fixes.cpp b/src/checks/manuallevel/qt6-fwd-fixes.cpp index dd9d27915..e632f3cde 100644 --- a/src/checks/manuallevel/qt6-fwd-fixes.cpp +++ b/src/checks/manuallevel/qt6-fwd-fixes.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-fwd-fixes.h b/src/checks/manuallevel/qt6-fwd-fixes.h index efdc68180..6f1fe975d 100644 --- a/src/checks/manuallevel/qt6-fwd-fixes.h +++ b/src/checks/manuallevel/qt6-fwd-fixes.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-header-fixes.cpp b/src/checks/manuallevel/qt6-header-fixes.cpp index 10f4129a3..1e33689de 100644 --- a/src/checks/manuallevel/qt6-header-fixes.cpp +++ b/src/checks/manuallevel/qt6-header-fixes.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-header-fixes.h b/src/checks/manuallevel/qt6-header-fixes.h index 404022a15..b980f549b 100644 --- a/src/checks/manuallevel/qt6-header-fixes.h +++ b/src/checks/manuallevel/qt6-header-fixes.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-qhash-signature.cpp b/src/checks/manuallevel/qt6-qhash-signature.cpp index d22dc2bce..c5e4486bc 100644 --- a/src/checks/manuallevel/qt6-qhash-signature.cpp +++ b/src/checks/manuallevel/qt6-qhash-signature.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-qhash-signature.h b/src/checks/manuallevel/qt6-qhash-signature.h index eb6fd7df6..06ebba7a0 100644 --- a/src/checks/manuallevel/qt6-qhash-signature.h +++ b/src/checks/manuallevel/qt6-qhash-signature.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp b/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp index 49e097b46..cea4ca743 100644 --- a/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp +++ b/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.h b/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.h index df00df123..ea44f83ff 100644 --- a/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.h +++ b/src/checks/manuallevel/qt6-qlatin1stringchar-to-u.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2020 The Qt Company Ltd. SPDX-FileCopyrightText: 2020 Lucie Gerard diff --git a/src/checks/manuallevel/qvariant-template-instantiation.cpp b/src/checks/manuallevel/qvariant-template-instantiation.cpp index 29657480f..12fe3d6c1 100644 --- a/src/checks/manuallevel/qvariant-template-instantiation.cpp +++ b/src/checks/manuallevel/qvariant-template-instantiation.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/qvariant-template-instantiation.h b/src/checks/manuallevel/qvariant-template-instantiation.h index 1a029684a..aec3e36eb 100644 --- a/src/checks/manuallevel/qvariant-template-instantiation.h +++ b/src/checks/manuallevel/qvariant-template-instantiation.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/raw-environment-function.cpp b/src/checks/manuallevel/raw-environment-function.cpp index a2b494f1a..0a2644c7f 100644 --- a/src/checks/manuallevel/raw-environment-function.cpp +++ b/src/checks/manuallevel/raw-environment-function.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/raw-environment-function.h b/src/checks/manuallevel/raw-environment-function.h index bd748845b..9ddc62a9f 100644 --- a/src/checks/manuallevel/raw-environment-function.h +++ b/src/checks/manuallevel/raw-environment-function.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2018 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/reserve-candidates.cpp b/src/checks/manuallevel/reserve-candidates.cpp index cc64e8544..1ee67bb9a 100644 --- a/src/checks/manuallevel/reserve-candidates.cpp +++ b/src/checks/manuallevel/reserve-candidates.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/reserve-candidates.h b/src/checks/manuallevel/reserve-candidates.h index fbbc41bd8..e22e98554 100644 --- a/src/checks/manuallevel/reserve-candidates.h +++ b/src/checks/manuallevel/reserve-candidates.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/sanitize-inline-keyword.cpp b/src/checks/manuallevel/sanitize-inline-keyword.cpp index 89e9c5c78..bb980a5e9 100644 --- a/src/checks/manuallevel/sanitize-inline-keyword.cpp +++ b/src/checks/manuallevel/sanitize-inline-keyword.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2023 Ahmad Samir + SPDX-FileCopyrightText: 2023 Ahmad Samir SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/sanitize-inline-keyword.h b/src/checks/manuallevel/sanitize-inline-keyword.h index c12573d6c..51f50de7b 100644 --- a/src/checks/manuallevel/sanitize-inline-keyword.h +++ b/src/checks/manuallevel/sanitize-inline-keyword.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2023 Ahmad Samir + SPDX-FileCopyrightText: 2023 Ahmad Samir SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/signal-with-return-value.cpp b/src/checks/manuallevel/signal-with-return-value.cpp index f8c5766a1..aeb442e12 100644 --- a/src/checks/manuallevel/signal-with-return-value.cpp +++ b/src/checks/manuallevel/signal-with-return-value.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Sergio Martins + SPDX-FileCopyrightText: 2019 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/signal-with-return-value.h b/src/checks/manuallevel/signal-with-return-value.h index 60799dbfa..6bd3a7c01 100644 --- a/src/checks/manuallevel/signal-with-return-value.h +++ b/src/checks/manuallevel/signal-with-return-value.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2019 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/thread-with-slots.cpp b/src/checks/manuallevel/thread-with-slots.cpp index 06a57a4d0..a6fdd9cef 100644 --- a/src/checks/manuallevel/thread-with-slots.cpp +++ b/src/checks/manuallevel/thread-with-slots.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/thread-with-slots.h b/src/checks/manuallevel/thread-with-slots.h index 15db1214a..2b6bc401f 100644 --- a/src/checks/manuallevel/thread-with-slots.h +++ b/src/checks/manuallevel/thread-with-slots.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/tr-non-literal.cpp b/src/checks/manuallevel/tr-non-literal.cpp index 8b29b2b18..33ab6d535 100644 --- a/src/checks/manuallevel/tr-non-literal.cpp +++ b/src/checks/manuallevel/tr-non-literal.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/tr-non-literal.h b/src/checks/manuallevel/tr-non-literal.h index 265d25138..8978dec20 100644 --- a/src/checks/manuallevel/tr-non-literal.h +++ b/src/checks/manuallevel/tr-non-literal.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2017 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/unexpected-flag-enumerator-value.cpp b/src/checks/manuallevel/unexpected-flag-enumerator-value.cpp index 33ad606ad..ad8d5691d 100644 --- a/src/checks/manuallevel/unexpected-flag-enumerator-value.cpp +++ b/src/checks/manuallevel/unexpected-flag-enumerator-value.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/unexpected-flag-enumerator-value.h b/src/checks/manuallevel/unexpected-flag-enumerator-value.h index 4f3a71dea..70d6b80db 100644 --- a/src/checks/manuallevel/unexpected-flag-enumerator-value.h +++ b/src/checks/manuallevel/unexpected-flag-enumerator-value.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/manuallevel/unneeded-cast.cpp b/src/checks/manuallevel/unneeded-cast.cpp index 7d9ec06a2..cee73a16b 100644 --- a/src/checks/manuallevel/unneeded-cast.cpp +++ b/src/checks/manuallevel/unneeded-cast.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/unneeded-cast.h b/src/checks/manuallevel/unneeded-cast.h index a39fd69a7..b6711ed29 100644 --- a/src/checks/manuallevel/unneeded-cast.h +++ b/src/checks/manuallevel/unneeded-cast.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/manuallevel/unused-result-check.cpp b/src/checks/manuallevel/unused-result-check.cpp index 41374b6b1..ad0839a16 100644 --- a/src/checks/manuallevel/unused-result-check.cpp +++ b/src/checks/manuallevel/unused-result-check.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Shivam Kunwar diff --git a/src/checks/manuallevel/unused-result-check.h b/src/checks/manuallevel/unused-result-check.h index 4523dd495..5e6c35e9c 100644 --- a/src/checks/manuallevel/unused-result-check.h +++ b/src/checks/manuallevel/unused-result-check.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2023 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Shivam Kunwar diff --git a/src/checks/manuallevel/use-arrow-operator-instead-of-data.cpp b/src/checks/manuallevel/use-arrow-operator-instead-of-data.cpp index 5e5ee4671..a347a5346 100644 --- a/src/checks/manuallevel/use-arrow-operator-instead-of-data.cpp +++ b/src/checks/manuallevel/use-arrow-operator-instead-of-data.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-FileCopyrightText: 2021 Waqar Ahmed diff --git a/src/checks/manuallevel/use-arrow-operator-instead-of-data.h b/src/checks/manuallevel/use-arrow-operator-instead-of-data.h index cdea43c54..4cbdbc60b 100644 --- a/src/checks/manuallevel/use-arrow-operator-instead-of-data.h +++ b/src/checks/manuallevel/use-arrow-operator-instead-of-data.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com + SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Waqar Ahmed SPDX-FileCopyrightText: 2021 Waqar Ahmed diff --git a/src/checks/manuallevel/use-chrono-in-qtimer.cpp b/src/checks/manuallevel/use-chrono-in-qtimer.cpp index df4a9b014..621dfbe19 100644 --- a/src/checks/manuallevel/use-chrono-in-qtimer.cpp +++ b/src/checks/manuallevel/use-chrono-in-qtimer.cpp @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2020 Jesper K. Pedersen + SPDX-FileCopyrightText: 2020 Jesper K. Pedersen SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/manuallevel/use-chrono-in-qtimer.h b/src/checks/manuallevel/use-chrono-in-qtimer.h index 93973d82a..bd2950d15 100644 --- a/src/checks/manuallevel/use-chrono-in-qtimer.h +++ b/src/checks/manuallevel/use-chrono-in-qtimer.h @@ -1,7 +1,5 @@ /* - This file is part of the clazy static checker. - - SPDX-FileCopyrightText: 2020 Jesper K. Pedersen + SPDX-FileCopyrightText: 2020 Jesper K. Pedersen SPDX-License-Identifier: LGPL-2.0-or-later */ diff --git a/src/checks/requiredresults.cpp b/src/checks/requiredresults.cpp index 545e0431a..42d147bc8 100644 --- a/src/checks/requiredresults.cpp +++ b/src/checks/requiredresults.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/requiredresults.h b/src/checks/requiredresults.h index a04efa510..319cf652a 100644 --- a/src/checks/requiredresults.h +++ b/src/checks/requiredresults.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Klarälvdalens Datakonsult AB a KDAB Group company info@kdab.com Author: Sérgio Martins diff --git a/src/checks/ruleofbase.cpp b/src/checks/ruleofbase.cpp index 187f09d78..43d560907 100644 --- a/src/checks/ruleofbase.cpp +++ b/src/checks/ruleofbase.cpp @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/checks/ruleofbase.h b/src/checks/ruleofbase.h index 1be8e006b..9f2f43eb7 100644 --- a/src/checks/ruleofbase.h +++ b/src/checks/ruleofbase.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2015 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later diff --git a/src/clazy_stl.h b/src/clazy_stl.h index 5f0b72dc6..2df70fa0a 100644 --- a/src/clazy_stl.h +++ b/src/clazy_stl.h @@ -1,6 +1,4 @@ /* - This file is part of the clazy static checker. - SPDX-FileCopyrightText: 2016 Sergio Martins SPDX-License-Identifier: LGPL-2.0-or-later