From f99a6b3cbfdc92b317084d8e1347b1fb7f93a97e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=B4=A9=CA=9C=E1=B4=8F=C9=B4=E1=B4=87=E1=B4=85=CA=80?= =?UTF-8?q?=E1=B4=8F=C9=AA=E1=B4=85?= <73050054+PhoneDroid@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:02:53 -0400 Subject: [PATCH] [ Surface ]: Updated SPDX (#24560) --- src/Mod/Surface/App/AppSurface.cpp | 2 ++ src/Mod/Surface/App/Blending/BlendCurve.cpp | 2 ++ src/Mod/Surface/App/Blending/BlendCurve.h | 2 ++ src/Mod/Surface/App/Blending/BlendCurve.pyi | 2 ++ src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp | 2 ++ src/Mod/Surface/App/Blending/BlendPoint.cpp | 2 ++ src/Mod/Surface/App/Blending/BlendPoint.h | 2 ++ src/Mod/Surface/App/Blending/BlendPoint.pyi | 2 ++ src/Mod/Surface/App/Blending/BlendPointPyImp.cpp | 2 ++ src/Mod/Surface/App/Blending/FeatureBlendCurve.cpp | 2 ++ src/Mod/Surface/App/Blending/FeatureBlendCurve.h | 2 ++ src/Mod/Surface/App/CMakeLists.txt | 2 ++ src/Mod/Surface/App/FeatureCut.cpp | 2 ++ src/Mod/Surface/App/FeatureCut.h | 2 ++ src/Mod/Surface/App/FeatureExtend.cpp | 2 ++ src/Mod/Surface/App/FeatureExtend.h | 2 ++ src/Mod/Surface/App/FeatureFilling.cpp | 2 ++ src/Mod/Surface/App/FeatureFilling.h | 2 ++ src/Mod/Surface/App/FeatureGeomFillSurface.cpp | 2 ++ src/Mod/Surface/App/FeatureGeomFillSurface.h | 2 ++ src/Mod/Surface/App/FeatureSections.cpp | 2 ++ src/Mod/Surface/App/FeatureSections.h | 2 ++ src/Mod/Surface/App/FeatureSewing.cpp | 2 ++ src/Mod/Surface/App/FeatureSewing.h | 2 ++ src/Mod/Surface/App/PreCompiled.h | 2 ++ src/Mod/Surface/CMakeLists.txt | 1 + src/Mod/Surface/Gui/AppSurfaceGui.cpp | 2 ++ src/Mod/Surface/Gui/Blending/TaskBlendCurve.cpp | 2 ++ src/Mod/Surface/Gui/Blending/TaskBlendCurve.h | 2 ++ src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.cpp | 2 ++ src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.h | 2 ++ src/Mod/Surface/Gui/CMakeLists.txt | 2 ++ src/Mod/Surface/Gui/Command.cpp | 2 ++ src/Mod/Surface/Gui/PreCompiled.h | 2 ++ src/Mod/Surface/Gui/SelectionMode.h | 2 ++ src/Mod/Surface/Gui/TaskFilling.cpp | 2 ++ src/Mod/Surface/Gui/TaskFilling.h | 2 ++ src/Mod/Surface/Gui/TaskFillingEdge.cpp | 2 ++ src/Mod/Surface/Gui/TaskFillingEdge.h | 2 ++ src/Mod/Surface/Gui/TaskFillingVertex.cpp | 2 ++ src/Mod/Surface/Gui/TaskFillingVertex.h | 2 ++ src/Mod/Surface/Gui/TaskGeomFillSurface.cpp | 2 ++ src/Mod/Surface/Gui/TaskGeomFillSurface.h | 2 ++ src/Mod/Surface/Gui/TaskSections.cpp | 2 ++ src/Mod/Surface/Gui/TaskSections.h | 2 ++ src/Mod/Surface/Gui/ViewProviderExtend.cpp | 2 ++ src/Mod/Surface/Gui/ViewProviderExtend.h | 2 ++ src/Mod/Surface/Gui/Workbench.cpp | 2 ++ src/Mod/Surface/Gui/Workbench.h | 2 ++ src/Mod/Surface/Init.py | 2 ++ src/Mod/Surface/InitGui.py | 2 ++ src/Mod/Surface/SurfaceGlobal.h | 1 + src/Mod/Surface/SurfaceTests/TestBlendCurve.py | 2 ++ src/Mod/Surface/SurfaceTests/__init__.py | 1 + src/Mod/Surface/TestSurfaceApp.py | 1 + 55 files changed, 106 insertions(+) diff --git a/src/Mod/Surface/App/AppSurface.cpp b/src/Mod/Surface/App/AppSurface.cpp index 8a6ebe824b..cf85856acd 100644 --- a/src/Mod/Surface/App/AppSurface.cpp +++ b/src/Mod/Surface/App/AppSurface.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/Blending/BlendCurve.cpp b/src/Mod/Surface/App/Blending/BlendCurve.cpp index 47c6adc04a..25bbcb9f14 100644 --- a/src/Mod/Surface/App/Blending/BlendCurve.cpp +++ b/src/Mod/Surface/App/Blending/BlendCurve.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/Blending/BlendCurve.h b/src/Mod/Surface/App/Blending/BlendCurve.h index b580406e06..6408285ba1 100644 --- a/src/Mod/Surface/App/Blending/BlendCurve.h +++ b/src/Mod/Surface/App/Blending/BlendCurve.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/Blending/BlendCurve.pyi b/src/Mod/Surface/App/Blending/BlendCurve.pyi index f4fea1856a..da40d824b6 100644 --- a/src/Mod/Surface/App/Blending/BlendCurve.pyi +++ b/src/Mod/Surface/App/Blending/BlendCurve.pyi @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + from typing import Any from Base.BaseClass import PyObjectBase diff --git a/src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp b/src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp index 43b83684e6..c873b85444 100644 --- a/src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp +++ b/src/Mod/Surface/App/Blending/BlendCurvePyImp.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + ///*************************************************************************** // * Copyright (c) 2022 Matteo Grellier * // * * diff --git a/src/Mod/Surface/App/Blending/BlendPoint.cpp b/src/Mod/Surface/App/Blending/BlendPoint.cpp index 4be72afc77..077ea6bc07 100644 --- a/src/Mod/Surface/App/Blending/BlendPoint.cpp +++ b/src/Mod/Surface/App/Blending/BlendPoint.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/Blending/BlendPoint.h b/src/Mod/Surface/App/Blending/BlendPoint.h index 1b53be4539..460c36e4f9 100644 --- a/src/Mod/Surface/App/Blending/BlendPoint.h +++ b/src/Mod/Surface/App/Blending/BlendPoint.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/Blending/BlendPoint.pyi b/src/Mod/Surface/App/Blending/BlendPoint.pyi index de10747f85..d44c4b2978 100644 --- a/src/Mod/Surface/App/Blending/BlendPoint.pyi +++ b/src/Mod/Surface/App/Blending/BlendPoint.pyi @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + from typing import Any, Final from Base.BaseClass import PyObjectBase diff --git a/src/Mod/Surface/App/Blending/BlendPointPyImp.cpp b/src/Mod/Surface/App/Blending/BlendPointPyImp.cpp index d1709ad90c..531db8ac6f 100644 --- a/src/Mod/Surface/App/Blending/BlendPointPyImp.cpp +++ b/src/Mod/Surface/App/Blending/BlendPointPyImp.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + ///*************************************************************************** // * Copyright (c) 2022 Matteo Grellier * // * * diff --git a/src/Mod/Surface/App/Blending/FeatureBlendCurve.cpp b/src/Mod/Surface/App/Blending/FeatureBlendCurve.cpp index 7f9596be57..6226a46602 100644 --- a/src/Mod/Surface/App/Blending/FeatureBlendCurve.cpp +++ b/src/Mod/Surface/App/Blending/FeatureBlendCurve.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/Blending/FeatureBlendCurve.h b/src/Mod/Surface/App/Blending/FeatureBlendCurve.h index 717a66374a..39af352db3 100644 --- a/src/Mod/Surface/App/Blending/FeatureBlendCurve.h +++ b/src/Mod/Surface/App/Blending/FeatureBlendCurve.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Matteo Grellier * * * diff --git a/src/Mod/Surface/App/CMakeLists.txt b/src/Mod/Surface/App/CMakeLists.txt index cb2ed678a4..e5522e72e8 100644 --- a/src/Mod/Surface/App/CMakeLists.txt +++ b/src/Mod/Surface/App/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + file(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/Blending) generate_from_py(Blending/BlendPoint) diff --git a/src/Mod/Surface/App/FeatureCut.cpp b/src/Mod/Surface/App/FeatureCut.cpp index fb1c79e9d7..740755d447 100644 --- a/src/Mod/Surface/App/FeatureCut.cpp +++ b/src/Mod/Surface/App/FeatureCut.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/FeatureCut.h b/src/Mod/Surface/App/FeatureCut.h index ae9bba31ed..b4167472a7 100644 --- a/src/Mod/Surface/App/FeatureCut.h +++ b/src/Mod/Surface/App/FeatureCut.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/FeatureExtend.cpp b/src/Mod/Surface/App/FeatureExtend.cpp index 4fcac1f881..bf7ff0766c 100644 --- a/src/Mod/Surface/App/FeatureExtend.cpp +++ b/src/Mod/Surface/App/FeatureExtend.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/App/FeatureExtend.h b/src/Mod/Surface/App/FeatureExtend.h index ed4bfbef54..5bf2983cfd 100644 --- a/src/Mod/Surface/App/FeatureExtend.h +++ b/src/Mod/Surface/App/FeatureExtend.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/App/FeatureFilling.cpp b/src/Mod/Surface/App/FeatureFilling.cpp index ce9ffa920e..78813301c9 100644 --- a/src/Mod/Surface/App/FeatureFilling.cpp +++ b/src/Mod/Surface/App/FeatureFilling.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/FeatureFilling.h b/src/Mod/Surface/App/FeatureFilling.h index 39140c48d2..8ce5a2bb26 100644 --- a/src/Mod/Surface/App/FeatureFilling.h +++ b/src/Mod/Surface/App/FeatureFilling.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/FeatureGeomFillSurface.cpp b/src/Mod/Surface/App/FeatureGeomFillSurface.cpp index 1f2a907442..7b930b49ad 100644 --- a/src/Mod/Surface/App/FeatureGeomFillSurface.cpp +++ b/src/Mod/Surface/App/FeatureGeomFillSurface.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014-2015 Nathan Miller * * Balázs Bámer * diff --git a/src/Mod/Surface/App/FeatureGeomFillSurface.h b/src/Mod/Surface/App/FeatureGeomFillSurface.h index c45effe9a1..bba5288dbb 100644 --- a/src/Mod/Surface/App/FeatureGeomFillSurface.h +++ b/src/Mod/Surface/App/FeatureGeomFillSurface.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014-2015 Nathan Miller * * Balázs Bámer * diff --git a/src/Mod/Surface/App/FeatureSections.cpp b/src/Mod/Surface/App/FeatureSections.cpp index 36a5b652fa..217473478a 100644 --- a/src/Mod/Surface/App/FeatureSections.cpp +++ b/src/Mod/Surface/App/FeatureSections.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Werner Mayer * * * diff --git a/src/Mod/Surface/App/FeatureSections.h b/src/Mod/Surface/App/FeatureSections.h index 905f7ffc40..2e70516eae 100644 --- a/src/Mod/Surface/App/FeatureSections.h +++ b/src/Mod/Surface/App/FeatureSections.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Werner Mayer * * * diff --git a/src/Mod/Surface/App/FeatureSewing.cpp b/src/Mod/Surface/App/FeatureSewing.cpp index 061d942995..08b5a2aba3 100644 --- a/src/Mod/Surface/App/FeatureSewing.cpp +++ b/src/Mod/Surface/App/FeatureSewing.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/FeatureSewing.h b/src/Mod/Surface/App/FeatureSewing.h index 531f1a83b0..086098fb43 100644 --- a/src/Mod/Surface/App/FeatureSewing.h +++ b/src/Mod/Surface/App/FeatureSewing.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/App/PreCompiled.h b/src/Mod/Surface/App/PreCompiled.h index 24224bf263..fd1ae8e3a7 100644 --- a/src/Mod/Surface/App/PreCompiled.h +++ b/src/Mod/Surface/App/PreCompiled.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/CMakeLists.txt b/src/Mod/Surface/CMakeLists.txt index a11faa20c0..72506c76e5 100644 --- a/src/Mod/Surface/CMakeLists.txt +++ b/src/Mod/Surface/CMakeLists.txt @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later add_subdirectory(App) if(BUILD_GUI) diff --git a/src/Mod/Surface/Gui/AppSurfaceGui.cpp b/src/Mod/Surface/Gui/AppSurfaceGui.cpp index 4a83802a1a..1b1516bb61 100644 --- a/src/Mod/Surface/Gui/AppSurfaceGui.cpp +++ b/src/Mod/Surface/Gui/AppSurfaceGui.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * Copyright (c) 2014 Balázs Bámer * diff --git a/src/Mod/Surface/Gui/Blending/TaskBlendCurve.cpp b/src/Mod/Surface/Gui/Blending/TaskBlendCurve.cpp index d89787e9e3..cef2da14d8 100644 --- a/src/Mod/Surface/Gui/Blending/TaskBlendCurve.cpp +++ b/src/Mod/Surface/Gui/Blending/TaskBlendCurve.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2025 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/Blending/TaskBlendCurve.h b/src/Mod/Surface/Gui/Blending/TaskBlendCurve.h index 5b57a1deb7..25cb2451a1 100644 --- a/src/Mod/Surface/Gui/Blending/TaskBlendCurve.h +++ b/src/Mod/Surface/Gui/Blending/TaskBlendCurve.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2025 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.cpp b/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.cpp index 6f9c66bcd1..5fd73857ad 100644 --- a/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.cpp +++ b/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.h b/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.h index ce866d07e7..523bd5a31d 100644 --- a/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.h +++ b/src/Mod/Surface/Gui/Blending/ViewProviderBlendCurve.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Matteo Grellier * * * diff --git a/src/Mod/Surface/Gui/CMakeLists.txt b/src/Mod/Surface/Gui/CMakeLists.txt index 515a304575..61ebd25a6c 100644 --- a/src/Mod/Surface/Gui/CMakeLists.txt +++ b/src/Mod/Surface/Gui/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + set(SurfaceGui_LIBS Surface PartGui diff --git a/src/Mod/Surface/Gui/Command.cpp b/src/Mod/Surface/Gui/Command.cpp index 3ff5139e74..ff6981d611 100644 --- a/src/Mod/Surface/Gui/Command.cpp +++ b/src/Mod/Surface/Gui/Command.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014-2015 Nathan Miller * * Copyright (c) 2014-2015 Balázs Bámer * diff --git a/src/Mod/Surface/Gui/PreCompiled.h b/src/Mod/Surface/Gui/PreCompiled.h index f0b43e2bec..a38b1d12d7 100644 --- a/src/Mod/Surface/Gui/PreCompiled.h +++ b/src/Mod/Surface/Gui/PreCompiled.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/Gui/SelectionMode.h b/src/Mod/Surface/Gui/SelectionMode.h index a57749f191..aaba5f9f3f 100644 --- a/src/Mod/Surface/Gui/SelectionMode.h +++ b/src/Mod/Surface/Gui/SelectionMode.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2022 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskFilling.cpp b/src/Mod/Surface/Gui/TaskFilling.cpp index 94aa2437d6..5a4259e90b 100644 --- a/src/Mod/Surface/Gui/TaskFilling.cpp +++ b/src/Mod/Surface/Gui/TaskFilling.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskFilling.h b/src/Mod/Surface/Gui/TaskFilling.h index e54f96a756..66089103ec 100644 --- a/src/Mod/Surface/Gui/TaskFilling.h +++ b/src/Mod/Surface/Gui/TaskFilling.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskFillingEdge.cpp b/src/Mod/Surface/Gui/TaskFillingEdge.cpp index 06232670e4..93f1d2467f 100644 --- a/src/Mod/Surface/Gui/TaskFillingEdge.cpp +++ b/src/Mod/Surface/Gui/TaskFillingEdge.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * Copyright (c) 2017 Christophe Grellier * diff --git a/src/Mod/Surface/Gui/TaskFillingEdge.h b/src/Mod/Surface/Gui/TaskFillingEdge.h index 272c522adf..1ced410036 100644 --- a/src/Mod/Surface/Gui/TaskFillingEdge.h +++ b/src/Mod/Surface/Gui/TaskFillingEdge.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * Copyright (c) 2017 Christophe Grellier * diff --git a/src/Mod/Surface/Gui/TaskFillingVertex.cpp b/src/Mod/Surface/Gui/TaskFillingVertex.cpp index c7fe86a465..82a201b3e5 100644 --- a/src/Mod/Surface/Gui/TaskFillingVertex.cpp +++ b/src/Mod/Surface/Gui/TaskFillingVertex.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskFillingVertex.h b/src/Mod/Surface/Gui/TaskFillingVertex.h index 310e04dbe2..219a057aa2 100644 --- a/src/Mod/Surface/Gui/TaskFillingVertex.h +++ b/src/Mod/Surface/Gui/TaskFillingVertex.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp b/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp index ccbb74a30d..621ac32348 100644 --- a/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp +++ b/src/Mod/Surface/Gui/TaskGeomFillSurface.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Balázs Bámer * * Copyright (c) 2015 Werner Mayer * diff --git a/src/Mod/Surface/Gui/TaskGeomFillSurface.h b/src/Mod/Surface/Gui/TaskGeomFillSurface.h index be00049f82..0bde913692 100644 --- a/src/Mod/Surface/Gui/TaskGeomFillSurface.h +++ b/src/Mod/Surface/Gui/TaskGeomFillSurface.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Balázs Bámer * * * diff --git a/src/Mod/Surface/Gui/TaskSections.cpp b/src/Mod/Surface/Gui/TaskSections.cpp index 3ef26c3af5..672fe324fe 100644 --- a/src/Mod/Surface/Gui/TaskSections.cpp +++ b/src/Mod/Surface/Gui/TaskSections.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2017 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/TaskSections.h b/src/Mod/Surface/Gui/TaskSections.h index eb957ae03e..b40648151f 100644 --- a/src/Mod/Surface/Gui/TaskSections.h +++ b/src/Mod/Surface/Gui/TaskSections.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Werner Mayer * * * diff --git a/src/Mod/Surface/Gui/ViewProviderExtend.cpp b/src/Mod/Surface/Gui/ViewProviderExtend.cpp index 1449d2f60c..75f808e41a 100644 --- a/src/Mod/Surface/Gui/ViewProviderExtend.cpp +++ b/src/Mod/Surface/Gui/ViewProviderExtend.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Eliud Cabrera Castillo * * * diff --git a/src/Mod/Surface/Gui/ViewProviderExtend.h b/src/Mod/Surface/Gui/ViewProviderExtend.h index 158a0177df..e4e7f56c2b 100644 --- a/src/Mod/Surface/Gui/ViewProviderExtend.h +++ b/src/Mod/Surface/Gui/ViewProviderExtend.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Eliud Cabrera Castillo * * * diff --git a/src/Mod/Surface/Gui/Workbench.cpp b/src/Mod/Surface/Gui/Workbench.cpp index 02e32248c3..65b59e6d34 100644 --- a/src/Mod/Surface/Gui/Workbench.cpp +++ b/src/Mod/Surface/Gui/Workbench.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * Copyright (c) 2014 Balázs Bámer * diff --git a/src/Mod/Surface/Gui/Workbench.h b/src/Mod/Surface/Gui/Workbench.h index 42e48dfdb6..5b3e1087dd 100644 --- a/src/Mod/Surface/Gui/Workbench.h +++ b/src/Mod/Surface/Gui/Workbench.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2014 Nathan Miller * * * diff --git a/src/Mod/Surface/Init.py b/src/Mod/Surface/Init.py index 605013d32d..3c0f11c47c 100644 --- a/src/Mod/Surface/Init.py +++ b/src/Mod/Surface/Init.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # FreeCAD init script of the Surface module # (c) 2001 Juergen Riegel LGPL diff --git a/src/Mod/Surface/InitGui.py b/src/Mod/Surface/InitGui.py index 3bbd4c7424..d15538812e 100644 --- a/src/Mod/Surface/InitGui.py +++ b/src/Mod/Surface/InitGui.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # -*- coding: utf8 -*- # *************************************************************************** # * Copyright (c) 2014 Nathan Miller * diff --git a/src/Mod/Surface/SurfaceGlobal.h b/src/Mod/Surface/SurfaceGlobal.h index d180548cfa..67a5a8f5f7 100644 --- a/src/Mod/Surface/SurfaceGlobal.h +++ b/src/Mod/Surface/SurfaceGlobal.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later /*************************************************************************** * Copyright (c) 2021 Werner Mayer * * * diff --git a/src/Mod/Surface/SurfaceTests/TestBlendCurve.py b/src/Mod/Surface/SurfaceTests/TestBlendCurve.py index 21f89eaebb..add1e9d673 100644 --- a/src/Mod/Surface/SurfaceTests/TestBlendCurve.py +++ b/src/Mod/Surface/SurfaceTests/TestBlendCurve.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # *************************************************************************** # * * # * Copyright (c) 2022 Werner Mayer * diff --git a/src/Mod/Surface/SurfaceTests/__init__.py b/src/Mod/Surface/SurfaceTests/__init__.py index e69de29bb2..bd4fba4dfe 100644 --- a/src/Mod/Surface/SurfaceTests/__init__.py +++ b/src/Mod/Surface/SurfaceTests/__init__.py @@ -0,0 +1 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later diff --git a/src/Mod/Surface/TestSurfaceApp.py b/src/Mod/Surface/TestSurfaceApp.py index 2b77c3fee5..7168ab654f 100644 --- a/src/Mod/Surface/TestSurfaceApp.py +++ b/src/Mod/Surface/TestSurfaceApp.py @@ -1,3 +1,4 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later # *************************************************************************** # * * # * Copyright (c) 2022 Werner Mayer *