From ca9d9a7a3dd307acf425b8f7cbd20899c2d34619 Mon Sep 17 00:00:00 2001 From: PhoneDroid <73050054+PhoneDroid@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:44:48 -0500 Subject: [PATCH] [ Inventor ]: Update SPDX License Identifiers --- src/Gui/Inventor/Draggers/SoLinearDragger.cpp | 2 ++ src/Gui/Inventor/Draggers/SoLinearDragger.h | 2 ++ src/Gui/Inventor/Draggers/SoPlanarDragger.cpp | 2 ++ src/Gui/Inventor/Draggers/SoPlanarDragger.h | 2 ++ src/Gui/Inventor/Draggers/SoRotationDragger.cpp | 2 ++ src/Gui/Inventor/Draggers/SoRotationDragger.h | 2 ++ src/Gui/Inventor/Draggers/SoTransformDragger.cpp | 2 ++ src/Gui/Inventor/Draggers/SoTransformDragger.h | 2 ++ src/Gui/Inventor/MarkerBitmaps.cpp | 2 ++ src/Gui/Inventor/MarkerBitmaps.h | 2 ++ src/Gui/Inventor/SmSwitchboard.cpp | 2 ++ src/Gui/Inventor/SmSwitchboard.h | 2 ++ src/Gui/Inventor/So3DAnnotation.cpp | 2 ++ src/Gui/Inventor/So3DAnnotation.h | 2 ++ src/Gui/Inventor/SoAutoZoomTranslation.cpp | 2 ++ src/Gui/Inventor/SoAutoZoomTranslation.h | 2 ++ src/Gui/Inventor/SoAxisCrossKit.cpp | 2 ++ src/Gui/Inventor/SoAxisCrossKit.h | 2 ++ src/Gui/Inventor/SoDrawingGrid.cpp | 2 ++ src/Gui/Inventor/SoDrawingGrid.h | 2 ++ src/Gui/Inventor/SoFCBackgroundGradient.cpp | 2 ++ src/Gui/Inventor/SoFCBackgroundGradient.h | 2 ++ src/Gui/Inventor/SoFCBoundingBox.cpp | 2 ++ src/Gui/Inventor/SoFCBoundingBox.h | 2 ++ src/Gui/Inventor/SoMouseWheelEvent.cpp | 2 ++ src/Gui/Inventor/SoMouseWheelEvent.h | 2 ++ 26 files changed, 52 insertions(+) diff --git a/src/Gui/Inventor/Draggers/SoLinearDragger.cpp b/src/Gui/Inventor/Draggers/SoLinearDragger.cpp index 987a50d45c..dd18877625 100644 --- a/src/Gui/Inventor/Draggers/SoLinearDragger.cpp +++ b/src/Gui/Inventor/Draggers/SoLinearDragger.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoLinearDragger.h b/src/Gui/Inventor/Draggers/SoLinearDragger.h index 4774b5c665..a1678c9c78 100644 --- a/src/Gui/Inventor/Draggers/SoLinearDragger.h +++ b/src/Gui/Inventor/Draggers/SoLinearDragger.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoPlanarDragger.cpp b/src/Gui/Inventor/Draggers/SoPlanarDragger.cpp index c52fec6d14..610c0af183 100644 --- a/src/Gui/Inventor/Draggers/SoPlanarDragger.cpp +++ b/src/Gui/Inventor/Draggers/SoPlanarDragger.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoPlanarDragger.h b/src/Gui/Inventor/Draggers/SoPlanarDragger.h index d90ea337e0..665470bbdf 100644 --- a/src/Gui/Inventor/Draggers/SoPlanarDragger.h +++ b/src/Gui/Inventor/Draggers/SoPlanarDragger.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoRotationDragger.cpp b/src/Gui/Inventor/Draggers/SoRotationDragger.cpp index 1a2063ad3f..6d7ce52d77 100644 --- a/src/Gui/Inventor/Draggers/SoRotationDragger.cpp +++ b/src/Gui/Inventor/Draggers/SoRotationDragger.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoRotationDragger.h b/src/Gui/Inventor/Draggers/SoRotationDragger.h index 12358d19db..512f17e552 100644 --- a/src/Gui/Inventor/Draggers/SoRotationDragger.h +++ b/src/Gui/Inventor/Draggers/SoRotationDragger.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoTransformDragger.cpp b/src/Gui/Inventor/Draggers/SoTransformDragger.cpp index dfdfd913ee..23198be67d 100644 --- a/src/Gui/Inventor/Draggers/SoTransformDragger.cpp +++ b/src/Gui/Inventor/Draggers/SoTransformDragger.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/Draggers/SoTransformDragger.h b/src/Gui/Inventor/Draggers/SoTransformDragger.h index 877c68b4e7..a732d4a033 100644 --- a/src/Gui/Inventor/Draggers/SoTransformDragger.h +++ b/src/Gui/Inventor/Draggers/SoTransformDragger.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2015 Thomas Anderson * * * diff --git a/src/Gui/Inventor/MarkerBitmaps.cpp b/src/Gui/Inventor/MarkerBitmaps.cpp index e4fe016291..b90fa8e670 100644 --- a/src/Gui/Inventor/MarkerBitmaps.cpp +++ b/src/Gui/Inventor/MarkerBitmaps.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2016 Werner Mayer * * * diff --git a/src/Gui/Inventor/MarkerBitmaps.h b/src/Gui/Inventor/MarkerBitmaps.h index 5ada6f8bf8..1fe87f46e3 100644 --- a/src/Gui/Inventor/MarkerBitmaps.h +++ b/src/Gui/Inventor/MarkerBitmaps.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2016 Werner Mayer * * * diff --git a/src/Gui/Inventor/SmSwitchboard.cpp b/src/Gui/Inventor/SmSwitchboard.cpp index 57663a3650..0eacae6d3f 100644 --- a/src/Gui/Inventor/SmSwitchboard.cpp +++ b/src/Gui/Inventor/SmSwitchboard.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: BSD-3-Clause + /**************************************************************************\ * Copyright (c) Kongsberg Oil & Gas Technologies AS * All rights reserved. diff --git a/src/Gui/Inventor/SmSwitchboard.h b/src/Gui/Inventor/SmSwitchboard.h index c1aab2cc10..3bce360cba 100644 --- a/src/Gui/Inventor/SmSwitchboard.h +++ b/src/Gui/Inventor/SmSwitchboard.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: BSD-3-Clause + #ifndef SMALLCHANGE_SWITCHBOARD_H #define SMALLCHANGE_SWITCHBOARD_H diff --git a/src/Gui/Inventor/So3DAnnotation.cpp b/src/Gui/Inventor/So3DAnnotation.cpp index fa533edca7..f143a27d90 100644 --- a/src/Gui/Inventor/So3DAnnotation.cpp +++ b/src/Gui/Inventor/So3DAnnotation.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2024 Kacper Donat * * * diff --git a/src/Gui/Inventor/So3DAnnotation.h b/src/Gui/Inventor/So3DAnnotation.h index 6fe3b859a0..de494779a3 100644 --- a/src/Gui/Inventor/So3DAnnotation.h +++ b/src/Gui/Inventor/So3DAnnotation.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2024 Kacper Donat * * * diff --git a/src/Gui/Inventor/SoAutoZoomTranslation.cpp b/src/Gui/Inventor/SoAutoZoomTranslation.cpp index 217a4637f7..48ab0cc430 100644 --- a/src/Gui/Inventor/SoAutoZoomTranslation.cpp +++ b/src/Gui/Inventor/SoAutoZoomTranslation.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2011 Luke Parry * * * diff --git a/src/Gui/Inventor/SoAutoZoomTranslation.h b/src/Gui/Inventor/SoAutoZoomTranslation.h index cefa026e39..8087ecf46f 100644 --- a/src/Gui/Inventor/SoAutoZoomTranslation.h +++ b/src/Gui/Inventor/SoAutoZoomTranslation.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2011 Luke Parry * * * diff --git a/src/Gui/Inventor/SoAxisCrossKit.cpp b/src/Gui/Inventor/SoAxisCrossKit.cpp index 8f64c0467e..e3c0ce6f6b 100644 --- a/src/Gui/Inventor/SoAxisCrossKit.cpp +++ b/src/Gui/Inventor/SoAxisCrossKit.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2010 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoAxisCrossKit.h b/src/Gui/Inventor/SoAxisCrossKit.h index 344fcd1f37..b3ce9e6293 100644 --- a/src/Gui/Inventor/SoAxisCrossKit.h +++ b/src/Gui/Inventor/SoAxisCrossKit.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2010 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoDrawingGrid.cpp b/src/Gui/Inventor/SoDrawingGrid.cpp index 41a4766b60..86311b41ac 100644 --- a/src/Gui/Inventor/SoDrawingGrid.cpp +++ b/src/Gui/Inventor/SoDrawingGrid.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2010 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoDrawingGrid.h b/src/Gui/Inventor/SoDrawingGrid.h index 63ca309f6b..fa3a164bb2 100644 --- a/src/Gui/Inventor/SoDrawingGrid.h +++ b/src/Gui/Inventor/SoDrawingGrid.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2010 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoFCBackgroundGradient.cpp b/src/Gui/Inventor/SoFCBackgroundGradient.cpp index ab937512aa..4911df7c4b 100644 --- a/src/Gui/Inventor/SoFCBackgroundGradient.cpp +++ b/src/Gui/Inventor/SoFCBackgroundGradient.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2005 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoFCBackgroundGradient.h b/src/Gui/Inventor/SoFCBackgroundGradient.h index 3b4031df4d..c0d23887a4 100644 --- a/src/Gui/Inventor/SoFCBackgroundGradient.h +++ b/src/Gui/Inventor/SoFCBackgroundGradient.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2005 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoFCBoundingBox.cpp b/src/Gui/Inventor/SoFCBoundingBox.cpp index 61750ddbb1..6b9267c038 100644 --- a/src/Gui/Inventor/SoFCBoundingBox.cpp +++ b/src/Gui/Inventor/SoFCBoundingBox.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2007 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoFCBoundingBox.h b/src/Gui/Inventor/SoFCBoundingBox.h index 620c2f4c40..84aea44955 100644 --- a/src/Gui/Inventor/SoFCBoundingBox.h +++ b/src/Gui/Inventor/SoFCBoundingBox.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2007 Werner Mayer * * * diff --git a/src/Gui/Inventor/SoMouseWheelEvent.cpp b/src/Gui/Inventor/SoMouseWheelEvent.cpp index dbae475c05..6a2fd11108 100644 --- a/src/Gui/Inventor/SoMouseWheelEvent.cpp +++ b/src/Gui/Inventor/SoMouseWheelEvent.cpp @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Victor Titov (DeepSOIC) * * * diff --git a/src/Gui/Inventor/SoMouseWheelEvent.h b/src/Gui/Inventor/SoMouseWheelEvent.h index 002ca48759..d311ffeb4d 100644 --- a/src/Gui/Inventor/SoMouseWheelEvent.h +++ b/src/Gui/Inventor/SoMouseWheelEvent.h @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: LGPL-2.1-or-later + /*************************************************************************** * Copyright (c) 2020 Victor Titov (DeepSOIC) * * *