|
From: <fli...@li...> - 2026-04-29 18:12:27
|
unknown user pushed a commit to branch next in repository simgear. SF URL: http://sourceforge.net/p/flightgear/simgear/ci/033af1dcd6a526bb538bd2d105451c51460016b0/ Commit: 033af1dcd6a526bb538bd2d105451c51460016b0 Author: James Hogan Committer: James Hogan AuthorDate: Tue Apr 28 21:40:01 2026 +0100 AC3D: Add SPDX-FileCopyrightText Looking at the OSG & SG history, the AC3D loader is based on ac3d.org code by Andy Colebourne, and adapted to OSG by Geoff Michel, and to SG by Fernando, so add these names as SPDX-FileCopyrightText tags to keep pre-commit happy. --- simgear/scene/model/ReaderWriterAC3D.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simgear/scene/model/ReaderWriterAC3D.cxx b/simgear/scene/model/ReaderWriterAC3D.cxx index 5a89b0a4..e824c44c 100644 --- a/simgear/scene/model/ReaderWriterAC3D.cxx +++ b/simgear/scene/model/ReaderWriterAC3D.cxx @@ -6,6 +6,9 @@ * Adapted for FlightGear by Fernando García Liñán, 2024. * * SPDX-License-Identifier: LGPL-2.1-or-later + * SPDX-FileCopyrightText: Andy Colebourne + * SPDX-FileCopyrightText: 2002 Geoff Michel + * SPDX-FileCopyrightText: 2024 Fernando García Liñán */ #include "ReaderWriterAC3D.hxx" |