diff --git a/python/PyKDDockWidgets/__init__.py.cmake b/python/PyKDDockWidgets/__init__.py.cmake index ba817b75..0caf4601 100644 --- a/python/PyKDDockWidgets/__init__.py.cmake +++ b/python/PyKDDockWidgets/__init__.py.cmake @@ -36,15 +36,3 @@ except Exception: raise setupLibraryPath() - - -# -# This file is part of KDDockWidgets. -# -# SPDX-FileCopyrightText: 2020-2021 Klarälvdalens Datakonsult AB, a KDAB Group company -# Author: Renato Araujo Oliveira Filho -# -# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only -# -# Contact KDAB at for commercial licensing options. -# \ No newline at end of file diff --git a/python/tests/config.py.cmake b/python/tests/config.py.cmake index 8edb398a..d9636c27 100644 --- a/python/tests/config.py.cmake +++ b/python/tests/config.py.cmake @@ -1,2 +1,12 @@ +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + class TstConfig(object): bindingsNamespace = "@PYTHON_BINDING_NAMESPACE@" diff --git a/python/tests/tst_importModule.py b/python/tests/tst_importModule.py index df26ab88..a2681180 100644 --- a/python/tests/tst_importModule.py +++ b/python/tests/tst_importModule.py @@ -1,3 +1,13 @@ +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2021 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + import unittest import importlib import inspect