From 93dd2e867547a4bca08b3f75d1c78de74a99345b Mon Sep 17 00:00:00 2001 From: PhoneDroid <73050054+PhoneDroid@users.noreply.github.com> Date: Sun, 2 Nov 2025 16:57:53 -0500 Subject: [PATCH] [ Tux ]: Update SPDX License Identifiers --- src/Mod/Tux/CMakeLists.txt | 2 ++ src/Mod/Tux/InitGui.py | 2 ++ src/Mod/Tux/NavigationIndicatorGui.py | 2 ++ src/Mod/Tux/PersistentToolbars.py | 2 ++ src/Mod/Tux/PersistentToolbarsGui.py | 2 ++ 5 files changed, 10 insertions(+) diff --git a/src/Mod/Tux/CMakeLists.txt b/src/Mod/Tux/CMakeLists.txt index 78995ffec2..a5e1a8306f 100644 --- a/src/Mod/Tux/CMakeLists.txt +++ b/src/Mod/Tux/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + IF (BUILD_GUI) PYSIDE_WRAP_RC(Tux_QRC_SRCS Resources/Tux.qrc) ENDIF (BUILD_GUI) diff --git a/src/Mod/Tux/InitGui.py b/src/Mod/Tux/InitGui.py index 4e058b2ac3..508eeb678f 100644 --- a/src/Mod/Tux/InitGui.py +++ b/src/Mod/Tux/InitGui.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # Tux module for FreeCAD # Copyright (C) 2017 triplus @ FreeCAD # diff --git a/src/Mod/Tux/NavigationIndicatorGui.py b/src/Mod/Tux/NavigationIndicatorGui.py index 194ead53ab..fd740138b6 100644 --- a/src/Mod/Tux/NavigationIndicatorGui.py +++ b/src/Mod/Tux/NavigationIndicatorGui.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # Navigation indicator for FreeCAD # Copyright (C) 2016, 2017, 2018 triplus @ FreeCAD # diff --git a/src/Mod/Tux/PersistentToolbars.py b/src/Mod/Tux/PersistentToolbars.py index 3c8393115c..75ba3a226b 100644 --- a/src/Mod/Tux/PersistentToolbars.py +++ b/src/Mod/Tux/PersistentToolbars.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # Persistent toolbars for FreeCAD. # Copyright (C) 2016, 2017 triplus @ FreeCAD # diff --git a/src/Mod/Tux/PersistentToolbarsGui.py b/src/Mod/Tux/PersistentToolbarsGui.py index de612c694b..f2695bc98d 100644 --- a/src/Mod/Tux/PersistentToolbarsGui.py +++ b/src/Mod/Tux/PersistentToolbarsGui.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + # Persistent toolbars for FreeCAD # Copyright (C) 2016, 2017 triplus @ FreeCAD #