diff --git a/CMakeLists.txt b/CMakeLists.txt index 451de7b..75c6f58 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ # # EuropaTools # -# (C) 2021-2022 modeco80 +# (C) 2021-2025 modeco80 # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later # cmake_minimum_required(VERSION 3.10) diff --git a/cmake/Policies.cmake b/cmake/Policies.cmake index 29cf1ff..cf57a60 100755 --- a/cmake/Policies.cmake +++ b/cmake/Policies.cmake @@ -1,9 +1,9 @@ # # EuropaTools # -# (C) 2021-2022 modeco80 +# (C) 2021-2025 modeco80 # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later # # CMake policy configuration diff --git a/hexpat/mesh_researcher_pro_msh.py b/hexpat/mesh_researcher_pro_msh.py index 7a4f45b..a83976c 100644 --- a/hexpat/mesh_researcher_pro_msh.py +++ b/hexpat/mesh_researcher_pro_msh.py @@ -1,9 +1,9 @@ # # EuropaTools # -# (C) 2021-2022 modeco80 +# (C) 2021-2025 modeco80 # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later # # This is a Model Researcher Pro script which can be used diff --git a/hexpat/msh.hexpat b/hexpat/msh.hexpat index eeef44d..3671977 100644 --- a/hexpat/msh.hexpat +++ b/hexpat/msh.hexpat @@ -3,7 +3,7 @@ // // (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // import std.io; diff --git a/hexpat/pak.hexpat b/hexpat/pak.hexpat index 18b4852..8b0f7bd 100644 --- a/hexpat/pak.hexpat +++ b/hexpat/pak.hexpat @@ -3,7 +3,7 @@ // // (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #pragma endian little diff --git a/hexpat/yatf.hexpat b/hexpat/yatf.hexpat index 7532ab0..cd2310c 100644 --- a/hexpat/yatf.hexpat +++ b/hexpat/yatf.hexpat @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // // YATF pattern diff --git a/include/europa/io/PakFile.hpp b/include/europa/io/PakFile.hpp index 016fe91..389d5b0 100644 --- a/include/europa/io/PakFile.hpp +++ b/include/europa/io/PakFile.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_IO_PAKFILE_H diff --git a/include/europa/io/PakProgressReportSink.hpp b/include/europa/io/PakProgressReportSink.hpp index 4ed3237..db9f16c 100644 --- a/include/europa/io/PakProgressReportSink.hpp +++ b/include/europa/io/PakProgressReportSink.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_IO_PAKPROGRESSREPORTSINK_H diff --git a/include/europa/io/PakReader.hpp b/include/europa/io/PakReader.hpp index 9059c2e..69bb9f9 100644 --- a/include/europa/io/PakReader.hpp +++ b/include/europa/io/PakReader.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_IO_PAKREADER_H diff --git a/include/europa/io/PakWriter.hpp b/include/europa/io/PakWriter.hpp index e4f7631..d344a2e 100644 --- a/include/europa/io/PakWriter.hpp +++ b/include/europa/io/PakWriter.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_IO_PAKWRITER_H diff --git a/include/europa/io/YatfReader.hpp b/include/europa/io/YatfReader.hpp index 40fb2ae..e3a5d37 100644 --- a/include/europa/io/YatfReader.hpp +++ b/include/europa/io/YatfReader.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_IO_YATFREADER_H diff --git a/include/europa/structs/ImHexAdapter.hpp b/include/europa/structs/ImHexAdapter.hpp index af2e153..9a28032 100644 --- a/include/europa/structs/ImHexAdapter.hpp +++ b/include/europa/structs/ImHexAdapter.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // // laziness.. should probably remove this file diff --git a/include/europa/structs/Pak.hpp b/include/europa/structs/Pak.hpp index 5e9627f..cde98a6 100644 --- a/include/europa/structs/Pak.hpp +++ b/include/europa/structs/Pak.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_STRUCTS_PAK_H diff --git a/include/europa/structs/Yatf.hpp b/include/europa/structs/Yatf.hpp index 23d3a54..a6faad8 100644 --- a/include/europa/structs/Yatf.hpp +++ b/include/europa/structs/Yatf.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_STRUCTS_YATF_H diff --git a/include/europa/util/FixedString.hpp b/include/europa/util/FixedString.hpp index d40c4eb..53d84d4 100644 --- a/include/europa/util/FixedString.hpp +++ b/include/europa/util/FixedString.hpp @@ -1,7 +1,7 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // // SPDX-License-Identifier: LGPL-3.0-or-later // diff --git a/include/europa/util/FourCC.hpp b/include/europa/util/FourCC.hpp index 1d834dc..e98a418 100644 --- a/include/europa/util/FourCC.hpp +++ b/include/europa/util/FourCC.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_FOURCC_H diff --git a/include/europa/util/TupleElement.hpp b/include/europa/util/TupleElement.hpp index 76d5d9d..3325063 100644 --- a/include/europa/util/TupleElement.hpp +++ b/include/europa/util/TupleElement.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_UTIL_TUPLEELEMENT_H diff --git a/src/libeuropa/io/PakReader.cpp b/src/libeuropa/io/PakReader.cpp index 36fd483..03613c2 100644 --- a/src/libeuropa/io/PakReader.cpp +++ b/src/libeuropa/io/PakReader.cpp @@ -1,7 +1,7 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // // SPDX-License-Identifier: LGPL-3.0-or-later // diff --git a/src/libeuropa/io/StreamUtils.cpp b/src/libeuropa/io/StreamUtils.cpp index 7b5db62..9f16460 100644 --- a/src/libeuropa/io/StreamUtils.cpp +++ b/src/libeuropa/io/StreamUtils.cpp @@ -1,7 +1,7 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // // SPDX-License-Identifier: LGPL-3.0-or-later // diff --git a/src/libeuropa/io/StreamUtils.h b/src/libeuropa/io/StreamUtils.h index 712ce9a..b3b0616 100644 --- a/src/libeuropa/io/StreamUtils.h +++ b/src/libeuropa/io/StreamUtils.h @@ -1,7 +1,7 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // // SPDX-License-Identifier: LGPL-3.0-or-later // diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 1d1b524..2b06115 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,9 +1,9 @@ # # EuropaTools # -# (C) 2021-2022 modeco80 +# (C) 2021-2025 modeco80 # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later # add_subdirectory(eupak) diff --git a/src/tools/eupak/CMakeLists.txt b/src/tools/eupak/CMakeLists.txt index 6e648f9..9a890a7 100644 --- a/src/tools/eupak/CMakeLists.txt +++ b/src/tools/eupak/CMakeLists.txt @@ -1,9 +1,9 @@ # # EuropaTools # -# (C) 2021-2022 modeco80 +# (C) 2021-2025 modeco80 # -# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-License-Identifier: LGPL-3.0-or-later # add_executable(eupak diff --git a/src/tools/eupak/CommonDefs.hpp b/src/tools/eupak/CommonDefs.hpp index 33f1735..edda7b3 100644 --- a/src/tools/eupak/CommonDefs.hpp +++ b/src/tools/eupak/CommonDefs.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_EUPAK_COMMONDEFS_HPP diff --git a/src/tools/eupak/EupakConfig.hpp.in b/src/tools/eupak/EupakConfig.hpp.in index 9b3ca10..3f155fb 100644 --- a/src/tools/eupak/EupakConfig.hpp.in +++ b/src/tools/eupak/EupakConfig.hpp.in @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #define EUPAK_VERSION_STR "@PROJECT_VERSION@" diff --git a/src/tools/eupak/Utils.cpp b/src/tools/eupak/Utils.cpp index a7e7ef7..cf2d2f2 100644 --- a/src/tools/eupak/Utils.cpp +++ b/src/tools/eupak/Utils.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // // MinGW bodges are cool. diff --git a/src/tools/eupak/Utils.hpp b/src/tools/eupak/Utils.hpp index d21ac6b..67e4880 100644 --- a/src/tools/eupak/Utils.hpp +++ b/src/tools/eupak/Utils.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_EUPAK_UTILS_HPP diff --git a/src/tools/eupak/main.cpp b/src/tools/eupak/main.cpp index f06fc65..6a550fa 100644 --- a/src/tools/eupak/main.cpp +++ b/src/tools/eupak/main.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #include diff --git a/src/tools/eupak/tasks/CreateTask.cpp b/src/tools/eupak/tasks/CreateTask.cpp index a9145dc..31d0309 100644 --- a/src/tools/eupak/tasks/CreateTask.cpp +++ b/src/tools/eupak/tasks/CreateTask.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #include diff --git a/src/tools/eupak/tasks/CreateTask.hpp b/src/tools/eupak/tasks/CreateTask.hpp index 5259780..96e6016 100644 --- a/src/tools/eupak/tasks/CreateTask.hpp +++ b/src/tools/eupak/tasks/CreateTask.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_EUPAK_TASKS_CREATETASK_HPP diff --git a/src/tools/eupak/tasks/ExtractTask.cpp b/src/tools/eupak/tasks/ExtractTask.cpp index 2e8b6c4..71be28a 100644 --- a/src/tools/eupak/tasks/ExtractTask.cpp +++ b/src/tools/eupak/tasks/ExtractTask.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #include diff --git a/src/tools/eupak/tasks/ExtractTask.hpp b/src/tools/eupak/tasks/ExtractTask.hpp index 92cebbe..c14c550 100644 --- a/src/tools/eupak/tasks/ExtractTask.hpp +++ b/src/tools/eupak/tasks/ExtractTask.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_EUPAK_TASKS_EXTRACTTASK_HPP diff --git a/src/tools/eupak/tasks/InfoTask.cpp b/src/tools/eupak/tasks/InfoTask.cpp index 3a5486c..fbc1b09 100644 --- a/src/tools/eupak/tasks/InfoTask.cpp +++ b/src/tools/eupak/tasks/InfoTask.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #include diff --git a/src/tools/eupak/tasks/InfoTask.hpp b/src/tools/eupak/tasks/InfoTask.hpp index f4d93a2..5f5b561 100644 --- a/src/tools/eupak/tasks/InfoTask.hpp +++ b/src/tools/eupak/tasks/InfoTask.hpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #ifndef EUROPA_EUPAK_TASKS_INFOTASK_HPP diff --git a/src/tools/jsfscramble.cpp b/src/tools/jsfscramble.cpp index 20ece1f..b6fb3bd 100755 --- a/src/tools/jsfscramble.cpp +++ b/src/tools/jsfscramble.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2023 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // // A utility to scramble strings. diff --git a/src/tools/paktest.cpp b/src/tools/paktest.cpp index d444cc2..1555670 100644 --- a/src/tools/paktest.cpp +++ b/src/tools/paktest.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // // A test utility to regurgitate a pak. diff --git a/src/tools/texdump.cpp b/src/tools/texdump.cpp index 34fdb31..6c30951 100644 --- a/src/tools/texdump.cpp +++ b/src/tools/texdump.cpp @@ -1,9 +1,9 @@ // // EuropaTools // -// (C) 2021-2022 modeco80 +// (C) 2021-2025 modeco80 // -// SPDX-License-Identifier: GPL-3.0-or-later +// SPDX-License-Identifier: LGPL-3.0-or-later // #include