diff --git a/CMakeLists.txt b/CMakeLists.txt index 59945a2..282abff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # MassBuilderSaveTool -# Copyright (C) 2021-2022 Guillaume Jacquemin +# Copyright (C) 2021-2024 Guillaume Jacquemin # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application.cpp b/src/Application/Application.cpp index c5a25bc..c066d29 100644 --- a/src/Application/Application.cpp +++ b/src/Application/Application.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application.h b/src/Application/Application.h index 71141b1..bb3190a 100644 --- a/src/Application/Application.h +++ b/src/Application/Application.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_FileWatcher.cpp b/src/Application/Application_FileWatcher.cpp index f99f40b..5dfdf8d 100644 --- a/src/Application/Application_FileWatcher.cpp +++ b/src/Application/Application_FileWatcher.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_Initialisation.cpp b/src/Application/Application_Initialisation.cpp index 606f7cc..87621ce 100644 --- a/src/Application/Application_Initialisation.cpp +++ b/src/Application/Application_Initialisation.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_MainManager.cpp b/src/Application/Application_MainManager.cpp index 7fc52b5..e3fb5e7 100644 --- a/src/Application/Application_MainManager.cpp +++ b/src/Application/Application_MainManager.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_MassViewer.cpp b/src/Application/Application_MassViewer.cpp index 192ce5e..34d13a8 100644 --- a/src/Application/Application_MassViewer.cpp +++ b/src/Application/Application_MassViewer.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_MassViewer_Armour.cpp b/src/Application/Application_MassViewer_Armour.cpp index 21916bb..5579f96 100644 --- a/src/Application/Application_MassViewer_Armour.cpp +++ b/src/Application/Application_MassViewer_Armour.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_MassViewer_Frame.cpp b/src/Application/Application_MassViewer_Frame.cpp index 0674791..347374d 100644 --- a/src/Application/Application_MassViewer_Frame.cpp +++ b/src/Application/Application_MassViewer_Frame.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_MassViewer_Weapons.cpp b/src/Application/Application_MassViewer_Weapons.cpp index a46f08d..96b3c9f 100644 --- a/src/Application/Application_MassViewer_Weapons.cpp +++ b/src/Application/Application_MassViewer_Weapons.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_ProfileManager.cpp b/src/Application/Application_ProfileManager.cpp index a8f4030..5f77c59 100644 --- a/src/Application/Application_ProfileManager.cpp +++ b/src/Application/Application_ProfileManager.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_UpdateChecker.cpp b/src/Application/Application_UpdateChecker.cpp index 6fe63c1..828c7a6 100644 --- a/src/Application/Application_UpdateChecker.cpp +++ b/src/Application/Application_UpdateChecker.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_drawAbout.cpp b/src/Application/Application_drawAbout.cpp index ab52c74..c8ef16c 100644 --- a/src/Application/Application_drawAbout.cpp +++ b/src/Application/Application_drawAbout.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Application/Application_drawMainMenu.cpp b/src/Application/Application_drawMainMenu.cpp index 290e8cd..de66c4b 100644 --- a/src/Application/Application_drawMainMenu.cpp +++ b/src/Application/Application_drawMainMenu.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ed96a2f..7ce39ed 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,5 +1,5 @@ # MassBuilderSaveTool -# Copyright (C) 2021-2023 Guillaume Jacquemin +# Copyright (C) 2021-2024 Guillaume Jacquemin # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Configuration/Configuration.cpp b/src/Configuration/Configuration.cpp index 038b5c8..70d4255 100644 --- a/src/Configuration/Configuration.cpp +++ b/src/Configuration/Configuration.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Configuration/Configuration.h b/src/Configuration/Configuration.h index c3be643..dcf4c46 100644 --- a/src/Configuration/Configuration.h +++ b/src/Configuration/Configuration.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/BinaryReader.cpp b/src/Gvas/BinaryReader.cpp index 91e69c8..bc876fe 100644 --- a/src/Gvas/BinaryReader.cpp +++ b/src/Gvas/BinaryReader.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/BinaryReader.h b/src/Gvas/BinaryReader.h index d6c9d36..4fc52b9 100644 --- a/src/Gvas/BinaryReader.h +++ b/src/Gvas/BinaryReader.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/BinaryWriter.cpp b/src/Gvas/BinaryWriter.cpp index 05a04e0..1b3d904 100644 --- a/src/Gvas/BinaryWriter.cpp +++ b/src/Gvas/BinaryWriter.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/BinaryWriter.h b/src/Gvas/BinaryWriter.h index 7dfceba..9018a9b 100644 --- a/src/Gvas/BinaryWriter.h +++ b/src/Gvas/BinaryWriter.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/CMakeLists.txt b/src/Gvas/CMakeLists.txt index c635c3c..5f16a0b 100644 --- a/src/Gvas/CMakeLists.txt +++ b/src/Gvas/CMakeLists.txt @@ -1,5 +1,5 @@ # MassBuilderSaveTool -# Copyright (C) 2021-2023 Guillaume Jacquemin +# Copyright (C) 2021-2024 Guillaume Jacquemin # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Debug.cpp b/src/Gvas/Debug.cpp index 56f2141..8afbb74 100644 --- a/src/Gvas/Debug.cpp +++ b/src/Gvas/Debug.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Debug.h b/src/Gvas/Debug.h index 55dacd2..f26c87b 100644 --- a/src/Gvas/Debug.h +++ b/src/Gvas/Debug.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/File.cpp b/src/Gvas/File.cpp index c9b9d24..7e9b0aa 100644 --- a/src/Gvas/File.cpp +++ b/src/Gvas/File.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/File.h b/src/Gvas/File.h index 0af071c..117252b 100644 --- a/src/Gvas/File.h +++ b/src/Gvas/File.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Gvas.h b/src/Gvas/Gvas.h index fad929c..0d52b13 100644 --- a/src/Gvas/Gvas.h +++ b/src/Gvas/Gvas.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/PropertySerialiser.cpp b/src/Gvas/PropertySerialiser.cpp index 2aa5c10..e60cfae 100644 --- a/src/Gvas/PropertySerialiser.cpp +++ b/src/Gvas/PropertySerialiser.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/PropertySerialiser.h b/src/Gvas/PropertySerialiser.h index 79889d9..4989642 100644 --- a/src/Gvas/PropertySerialiser.h +++ b/src/Gvas/PropertySerialiser.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/AbstractUnrealCollectionProperty.h b/src/Gvas/Serialisers/AbstractUnrealCollectionProperty.h index 8d7a390..a4cefb6 100644 --- a/src/Gvas/Serialisers/AbstractUnrealCollectionProperty.h +++ b/src/Gvas/Serialisers/AbstractUnrealCollectionProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/AbstractUnrealProperty.h b/src/Gvas/Serialisers/AbstractUnrealProperty.h index 11c8359..f0945f2 100644 --- a/src/Gvas/Serialisers/AbstractUnrealProperty.h +++ b/src/Gvas/Serialisers/AbstractUnrealProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/AbstractUnrealStruct.h b/src/Gvas/Serialisers/AbstractUnrealStruct.h index e08dfc9..1232e21 100644 --- a/src/Gvas/Serialisers/AbstractUnrealStruct.h +++ b/src/Gvas/Serialisers/AbstractUnrealStruct.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ArrayProperty.cpp b/src/Gvas/Serialisers/ArrayProperty.cpp index 83829ae..d1305ad 100644 --- a/src/Gvas/Serialisers/ArrayProperty.cpp +++ b/src/Gvas/Serialisers/ArrayProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ArrayProperty.h b/src/Gvas/Serialisers/ArrayProperty.h index 6f50b95..078a79c 100644 --- a/src/Gvas/Serialisers/ArrayProperty.h +++ b/src/Gvas/Serialisers/ArrayProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/BoolProperty.cpp b/src/Gvas/Serialisers/BoolProperty.cpp index c67e6ec..0d831f5 100644 --- a/src/Gvas/Serialisers/BoolProperty.cpp +++ b/src/Gvas/Serialisers/BoolProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/BoolProperty.h b/src/Gvas/Serialisers/BoolProperty.h index 58171e4..9af5fab 100644 --- a/src/Gvas/Serialisers/BoolProperty.h +++ b/src/Gvas/Serialisers/BoolProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ByteProperty.cpp b/src/Gvas/Serialisers/ByteProperty.cpp index 1463798..7f92233 100644 --- a/src/Gvas/Serialisers/ByteProperty.cpp +++ b/src/Gvas/Serialisers/ByteProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ByteProperty.h b/src/Gvas/Serialisers/ByteProperty.h index adb4201..fccbad0 100644 --- a/src/Gvas/Serialisers/ByteProperty.h +++ b/src/Gvas/Serialisers/ByteProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ColourProperty.cpp b/src/Gvas/Serialisers/ColourProperty.cpp index 1af0ea1..4d5a7b0 100644 --- a/src/Gvas/Serialisers/ColourProperty.cpp +++ b/src/Gvas/Serialisers/ColourProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ColourProperty.h b/src/Gvas/Serialisers/ColourProperty.h index 173c6f2..6d5f5a7 100644 --- a/src/Gvas/Serialisers/ColourProperty.h +++ b/src/Gvas/Serialisers/ColourProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/DateTimeProperty.cpp b/src/Gvas/Serialisers/DateTimeProperty.cpp index 1be9685..8eb2ed8 100644 --- a/src/Gvas/Serialisers/DateTimeProperty.cpp +++ b/src/Gvas/Serialisers/DateTimeProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/DateTimeProperty.h b/src/Gvas/Serialisers/DateTimeProperty.h index ca604a2..d96c86c 100644 --- a/src/Gvas/Serialisers/DateTimeProperty.h +++ b/src/Gvas/Serialisers/DateTimeProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/EnumProperty.cpp b/src/Gvas/Serialisers/EnumProperty.cpp index 4e8125a..dbb133e 100644 --- a/src/Gvas/Serialisers/EnumProperty.cpp +++ b/src/Gvas/Serialisers/EnumProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/EnumProperty.h b/src/Gvas/Serialisers/EnumProperty.h index be1ade7..86ebd8f 100644 --- a/src/Gvas/Serialisers/EnumProperty.h +++ b/src/Gvas/Serialisers/EnumProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/FloatProperty.cpp b/src/Gvas/Serialisers/FloatProperty.cpp index e3cf14c..0833533 100644 --- a/src/Gvas/Serialisers/FloatProperty.cpp +++ b/src/Gvas/Serialisers/FloatProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/FloatProperty.h b/src/Gvas/Serialisers/FloatProperty.h index bde9188..752c194 100644 --- a/src/Gvas/Serialisers/FloatProperty.h +++ b/src/Gvas/Serialisers/FloatProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/GuidProperty.cpp b/src/Gvas/Serialisers/GuidProperty.cpp index ff173b8..9b8ccc0 100644 --- a/src/Gvas/Serialisers/GuidProperty.cpp +++ b/src/Gvas/Serialisers/GuidProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/GuidProperty.h b/src/Gvas/Serialisers/GuidProperty.h index 8de587c..0fe5378 100644 --- a/src/Gvas/Serialisers/GuidProperty.h +++ b/src/Gvas/Serialisers/GuidProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/IntProperty.cpp b/src/Gvas/Serialisers/IntProperty.cpp index 94f51d7..156118f 100644 --- a/src/Gvas/Serialisers/IntProperty.cpp +++ b/src/Gvas/Serialisers/IntProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/IntProperty.h b/src/Gvas/Serialisers/IntProperty.h index 777d625..9f8108d 100644 --- a/src/Gvas/Serialisers/IntProperty.h +++ b/src/Gvas/Serialisers/IntProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/MapProperty.cpp b/src/Gvas/Serialisers/MapProperty.cpp index 7893447..992e5d7 100644 --- a/src/Gvas/Serialisers/MapProperty.cpp +++ b/src/Gvas/Serialisers/MapProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/MapProperty.h b/src/Gvas/Serialisers/MapProperty.h index f992653..7bf2231 100644 --- a/src/Gvas/Serialisers/MapProperty.h +++ b/src/Gvas/Serialisers/MapProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ResourceProperty.cpp b/src/Gvas/Serialisers/ResourceProperty.cpp index da63c1e..2564fe1 100644 --- a/src/Gvas/Serialisers/ResourceProperty.cpp +++ b/src/Gvas/Serialisers/ResourceProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/ResourceProperty.h b/src/Gvas/Serialisers/ResourceProperty.h index db97155..7f933a5 100644 --- a/src/Gvas/Serialisers/ResourceProperty.h +++ b/src/Gvas/Serialisers/ResourceProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/RotatorProperty.cpp b/src/Gvas/Serialisers/RotatorProperty.cpp index 66ce58e..d468e20 100644 --- a/src/Gvas/Serialisers/RotatorProperty.cpp +++ b/src/Gvas/Serialisers/RotatorProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/RotatorProperty.h b/src/Gvas/Serialisers/RotatorProperty.h index a2df613..6eb7f1c 100644 --- a/src/Gvas/Serialisers/RotatorProperty.h +++ b/src/Gvas/Serialisers/RotatorProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/Serialisers.h b/src/Gvas/Serialisers/Serialisers.h index 182a7d7..8c8470c 100644 --- a/src/Gvas/Serialisers/Serialisers.h +++ b/src/Gvas/Serialisers/Serialisers.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/SetProperty.cpp b/src/Gvas/Serialisers/SetProperty.cpp index 5237483..61eb199 100644 --- a/src/Gvas/Serialisers/SetProperty.cpp +++ b/src/Gvas/Serialisers/SetProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/SetProperty.h b/src/Gvas/Serialisers/SetProperty.h index ca2629e..d95a39c 100644 --- a/src/Gvas/Serialisers/SetProperty.h +++ b/src/Gvas/Serialisers/SetProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/StringProperty.cpp b/src/Gvas/Serialisers/StringProperty.cpp index e3fee8e..b329628 100644 --- a/src/Gvas/Serialisers/StringProperty.cpp +++ b/src/Gvas/Serialisers/StringProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/StringProperty.h b/src/Gvas/Serialisers/StringProperty.h index f66fd98..cc783da 100644 --- a/src/Gvas/Serialisers/StringProperty.h +++ b/src/Gvas/Serialisers/StringProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/Struct.cpp b/src/Gvas/Serialisers/Struct.cpp index 3602d66..65b5074 100644 --- a/src/Gvas/Serialisers/Struct.cpp +++ b/src/Gvas/Serialisers/Struct.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/Struct.h b/src/Gvas/Serialisers/Struct.h index c26740c..19931f2 100644 --- a/src/Gvas/Serialisers/Struct.h +++ b/src/Gvas/Serialisers/Struct.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/TextProperty.cpp b/src/Gvas/Serialisers/TextProperty.cpp index 4850cd0..3b51846 100644 --- a/src/Gvas/Serialisers/TextProperty.cpp +++ b/src/Gvas/Serialisers/TextProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/TextProperty.h b/src/Gvas/Serialisers/TextProperty.h index 496c955..3d47cbe 100644 --- a/src/Gvas/Serialisers/TextProperty.h +++ b/src/Gvas/Serialisers/TextProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/UnrealProperty.h b/src/Gvas/Serialisers/UnrealProperty.h index 4ba6b24..507dde8 100644 --- a/src/Gvas/Serialisers/UnrealProperty.h +++ b/src/Gvas/Serialisers/UnrealProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/Vector2DProperty.cpp b/src/Gvas/Serialisers/Vector2DProperty.cpp index 40f69eb..f58fde0 100644 --- a/src/Gvas/Serialisers/Vector2DProperty.cpp +++ b/src/Gvas/Serialisers/Vector2DProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/Vector2DProperty.h b/src/Gvas/Serialisers/Vector2DProperty.h index daee73d..4789d6b 100644 --- a/src/Gvas/Serialisers/Vector2DProperty.h +++ b/src/Gvas/Serialisers/Vector2DProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/VectorProperty.cpp b/src/Gvas/Serialisers/VectorProperty.cpp index 2dc84db..7c8294f 100644 --- a/src/Gvas/Serialisers/VectorProperty.cpp +++ b/src/Gvas/Serialisers/VectorProperty.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Serialisers/VectorProperty.h b/src/Gvas/Serialisers/VectorProperty.h index d0af522..e24881f 100644 --- a/src/Gvas/Serialisers/VectorProperty.h +++ b/src/Gvas/Serialisers/VectorProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/ArrayProperty.h b/src/Gvas/Types/ArrayProperty.h index 65d73d6..2453443 100644 --- a/src/Gvas/Types/ArrayProperty.h +++ b/src/Gvas/Types/ArrayProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/BoolProperty.h b/src/Gvas/Types/BoolProperty.h index eda8b72..b32c888 100644 --- a/src/Gvas/Types/BoolProperty.h +++ b/src/Gvas/Types/BoolProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/ByteProperty.h b/src/Gvas/Types/ByteProperty.h index cc9065a..ec95ac4 100644 --- a/src/Gvas/Types/ByteProperty.h +++ b/src/Gvas/Types/ByteProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/ColourStructProperty.h b/src/Gvas/Types/ColourStructProperty.h index cc69b1d..f614db4 100644 --- a/src/Gvas/Types/ColourStructProperty.h +++ b/src/Gvas/Types/ColourStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/DateTimeStructProperty.h b/src/Gvas/Types/DateTimeStructProperty.h index a917055..b20604d 100644 --- a/src/Gvas/Types/DateTimeStructProperty.h +++ b/src/Gvas/Types/DateTimeStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/EnumProperty.h b/src/Gvas/Types/EnumProperty.h index 834cf8f..e042578 100644 --- a/src/Gvas/Types/EnumProperty.h +++ b/src/Gvas/Types/EnumProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/FloatProperty.h b/src/Gvas/Types/FloatProperty.h index 7d9ea3f..433d7d8 100644 --- a/src/Gvas/Types/FloatProperty.h +++ b/src/Gvas/Types/FloatProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/GenericStructProperty.h b/src/Gvas/Types/GenericStructProperty.h index 409d601..deea124 100644 --- a/src/Gvas/Types/GenericStructProperty.h +++ b/src/Gvas/Types/GenericStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/GuidStructProperty.h b/src/Gvas/Types/GuidStructProperty.h index 1b53b56..e822273 100644 --- a/src/Gvas/Types/GuidStructProperty.h +++ b/src/Gvas/Types/GuidStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/IntProperty.h b/src/Gvas/Types/IntProperty.h index c966397..6ca3de3 100644 --- a/src/Gvas/Types/IntProperty.h +++ b/src/Gvas/Types/IntProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/MapProperty.h b/src/Gvas/Types/MapProperty.h index 44f8ec8..0d8575a 100644 --- a/src/Gvas/Types/MapProperty.h +++ b/src/Gvas/Types/MapProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/NoneProperty.h b/src/Gvas/Types/NoneProperty.h index 4d8dfdd..e8e339c 100644 --- a/src/Gvas/Types/NoneProperty.h +++ b/src/Gvas/Types/NoneProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/ResourceItemValue.h b/src/Gvas/Types/ResourceItemValue.h index a6f0e63..5ae9683 100644 --- a/src/Gvas/Types/ResourceItemValue.h +++ b/src/Gvas/Types/ResourceItemValue.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/RotatorStructProperty.h b/src/Gvas/Types/RotatorStructProperty.h index 5579a33..ad2d676 100644 --- a/src/Gvas/Types/RotatorStructProperty.h +++ b/src/Gvas/Types/RotatorStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/SetProperty.h b/src/Gvas/Types/SetProperty.h index deffd22..dac31d1 100644 --- a/src/Gvas/Types/SetProperty.h +++ b/src/Gvas/Types/SetProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/StringProperty.h b/src/Gvas/Types/StringProperty.h index cfc4ebe..d29f7cb 100644 --- a/src/Gvas/Types/StringProperty.h +++ b/src/Gvas/Types/StringProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/StructProperty.h b/src/Gvas/Types/StructProperty.h index 541f0db..bcb48a8 100644 --- a/src/Gvas/Types/StructProperty.h +++ b/src/Gvas/Types/StructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/TextProperty.h b/src/Gvas/Types/TextProperty.h index 7392dfe..15a4432 100644 --- a/src/Gvas/Types/TextProperty.h +++ b/src/Gvas/Types/TextProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/Types.h b/src/Gvas/Types/Types.h index 8ebe58a..584f8c6 100644 --- a/src/Gvas/Types/Types.h +++ b/src/Gvas/Types/Types.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/UnrealProperty.h b/src/Gvas/Types/UnrealProperty.h index 6f9fe39..ce1fd3e 100644 --- a/src/Gvas/Types/UnrealProperty.h +++ b/src/Gvas/Types/UnrealProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/UnrealPropertyBase.h b/src/Gvas/Types/UnrealPropertyBase.h index 01ca885..2cf2883 100644 --- a/src/Gvas/Types/UnrealPropertyBase.h +++ b/src/Gvas/Types/UnrealPropertyBase.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/Vector2DStructProperty.h b/src/Gvas/Types/Vector2DStructProperty.h index 67f1127..3ad8338 100644 --- a/src/Gvas/Types/Vector2DStructProperty.h +++ b/src/Gvas/Types/Vector2DStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Gvas/Types/VectorStructProperty.h b/src/Gvas/Types/VectorStructProperty.h index c7e277d..1960d17 100644 --- a/src/Gvas/Types/VectorStructProperty.h +++ b/src/Gvas/Types/VectorStructProperty.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger/CMakeLists.txt b/src/Logger/CMakeLists.txt index 2f4611e..8ce4672 100644 --- a/src/Logger/CMakeLists.txt +++ b/src/Logger/CMakeLists.txt @@ -1,5 +1,5 @@ # MassBuilderSaveTool -# Copyright (C) 2021-2023 Guillaume Jacquemin +# Copyright (C) 2021-2024 Guillaume Jacquemin # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/Logger/EntryType.h b/src/Logger/EntryType.h index 2fd79b9..1a8af03 100644 --- a/src/Logger/EntryType.h +++ b/src/Logger/EntryType.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger/Logger.cpp b/src/Logger/Logger.cpp index b550f99..b3d9f03 100644 --- a/src/Logger/Logger.cpp +++ b/src/Logger/Logger.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger/Logger.h b/src/Logger/Logger.h index cbe309d..e75dbfe 100644 --- a/src/Logger/Logger.h +++ b/src/Logger/Logger.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger/MagnumLogBuffer.cpp b/src/Logger/MagnumLogBuffer.cpp index 82f3d4a..7f2f0e8 100644 --- a/src/Logger/MagnumLogBuffer.cpp +++ b/src/Logger/MagnumLogBuffer.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger/MagnumLogBuffer.h b/src/Logger/MagnumLogBuffer.h index da45b04..60872d7 100644 --- a/src/Logger/MagnumLogBuffer.h +++ b/src/Logger/MagnumLogBuffer.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/Accessories.h b/src/Maps/Accessories.h index 8f8b7b4..7ac7529 100644 --- a/src/Maps/Accessories.h +++ b/src/Maps/Accessories.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/ArmourSets.h b/src/Maps/ArmourSets.h index 6aeb01b..85c1762 100644 --- a/src/Maps/ArmourSets.h +++ b/src/Maps/ArmourSets.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/ArmourSlots.hpp b/src/Maps/ArmourSlots.hpp index 0db50e7..46fbabb 100644 --- a/src/Maps/ArmourSlots.hpp +++ b/src/Maps/ArmourSlots.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/BulletLauncherAttachmentStyles.hpp b/src/Maps/BulletLauncherAttachmentStyles.hpp index 20cb257..95d9d44 100644 --- a/src/Maps/BulletLauncherAttachmentStyles.hpp +++ b/src/Maps/BulletLauncherAttachmentStyles.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/BulletLauncherSockets.hpp b/src/Maps/BulletLauncherSockets.hpp index 50114ec..c6819f6 100644 --- a/src/Maps/BulletLauncherSockets.hpp +++ b/src/Maps/BulletLauncherSockets.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/DamageTypes.hpp b/src/Maps/DamageTypes.hpp index f80064e..1022a5d 100644 --- a/src/Maps/DamageTypes.hpp +++ b/src/Maps/DamageTypes.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/EffectColourModes.hpp b/src/Maps/EffectColourModes.hpp index f5fb64d..13b37e6 100644 --- a/src/Maps/EffectColourModes.hpp +++ b/src/Maps/EffectColourModes.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/LastMissionId.h b/src/Maps/LastMissionId.h index f535ca1..3f041c8 100644 --- a/src/Maps/LastMissionId.h +++ b/src/Maps/LastMissionId.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/StoryProgress.h b/src/Maps/StoryProgress.h index e5f4938..d620c53 100644 --- a/src/Maps/StoryProgress.h +++ b/src/Maps/StoryProgress.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/StyleNames.h b/src/Maps/StyleNames.h index 575f63f..3dbe5b8 100644 --- a/src/Maps/StyleNames.h +++ b/src/Maps/StyleNames.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/WeaponParts.h b/src/Maps/WeaponParts.h index f8f49ae..e0fb8d8 100644 --- a/src/Maps/WeaponParts.h +++ b/src/Maps/WeaponParts.h @@ -1,6 +1,6 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Maps/WeaponTypes.hpp b/src/Maps/WeaponTypes.hpp index 878846a..9a4e048 100644 --- a/src/Maps/WeaponTypes.hpp +++ b/src/Maps/WeaponTypes.hpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Accessory.h b/src/Mass/Accessory.h index c72600a..6779d2e 100644 --- a/src/Mass/Accessory.h +++ b/src/Mass/Accessory.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/ArmourPart.h b/src/Mass/ArmourPart.h index e4314a4..1b8076d 100644 --- a/src/Mass/ArmourPart.h +++ b/src/Mass/ArmourPart.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/BulletLauncherAttachment.h b/src/Mass/BulletLauncherAttachment.h index b111064..7f9b58b 100644 --- a/src/Mass/BulletLauncherAttachment.h +++ b/src/Mass/BulletLauncherAttachment.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/CustomStyle.h b/src/Mass/CustomStyle.h index bfdcdd4..b041f8c 100644 --- a/src/Mass/CustomStyle.h +++ b/src/Mass/CustomStyle.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Decal.h b/src/Mass/Decal.h index 4c057b5..f071791 100644 --- a/src/Mass/Decal.h +++ b/src/Mass/Decal.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Joints.h b/src/Mass/Joints.h index ce30800..e731e91 100644 --- a/src/Mass/Joints.h +++ b/src/Mass/Joints.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass.cpp b/src/Mass/Mass.cpp index 901f820..9e6f35f 100644 --- a/src/Mass/Mass.cpp +++ b/src/Mass/Mass.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass.h b/src/Mass/Mass.h index ec1b419..4696347 100644 --- a/src/Mass/Mass.h +++ b/src/Mass/Mass.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass_Armour.cpp b/src/Mass/Mass_Armour.cpp index 796a1e9..720026a 100644 --- a/src/Mass/Mass_Armour.cpp +++ b/src/Mass/Mass_Armour.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass_DecalsAccessories.cpp b/src/Mass/Mass_DecalsAccessories.cpp index 91fcc71..fe68000 100644 --- a/src/Mass/Mass_DecalsAccessories.cpp +++ b/src/Mass/Mass_DecalsAccessories.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass_Frame.cpp b/src/Mass/Mass_Frame.cpp index 1c44096..58df0d7 100644 --- a/src/Mass/Mass_Frame.cpp +++ b/src/Mass/Mass_Frame.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass_Styles.cpp b/src/Mass/Mass_Styles.cpp index 48a3f94..9db7c05 100644 --- a/src/Mass/Mass_Styles.cpp +++ b/src/Mass/Mass_Styles.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Mass_Weapons.cpp b/src/Mass/Mass_Weapons.cpp index 11a5ca6..01f6f96 100644 --- a/src/Mass/Mass_Weapons.cpp +++ b/src/Mass/Mass_Weapons.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Weapon.cpp b/src/Mass/Weapon.cpp index a89e936..9f3b230 100644 --- a/src/Mass/Weapon.cpp +++ b/src/Mass/Weapon.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/Weapon.h b/src/Mass/Weapon.h index c8a44a8..68c99dc 100644 --- a/src/Mass/Weapon.h +++ b/src/Mass/Weapon.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mass/WeaponPart.h b/src/Mass/WeaponPart.h index 2340baf..595754b 100644 --- a/src/Mass/WeaponPart.h +++ b/src/Mass/WeaponPart.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/MassManager/MassManager.cpp b/src/MassManager/MassManager.cpp index 7753e00..fb3a84a 100644 --- a/src/MassManager/MassManager.cpp +++ b/src/MassManager/MassManager.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/MassManager/MassManager.h b/src/MassManager/MassManager.h index 708e42e..4b36dcb 100644 --- a/src/MassManager/MassManager.h +++ b/src/MassManager/MassManager.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Profile/Profile.cpp b/src/Profile/Profile.cpp index bc2fb3a..d770ffd 100644 --- a/src/Profile/Profile.cpp +++ b/src/Profile/Profile.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Profile/Profile.h b/src/Profile/Profile.h index ef299e6..54d04c2 100644 --- a/src/Profile/Profile.h +++ b/src/Profile/Profile.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Profile/ResourceIDs.h b/src/Profile/ResourceIDs.h index 37f4b7f..d070355 100644 --- a/src/Profile/ResourceIDs.h +++ b/src/Profile/ResourceIDs.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ProfileManager/ProfileManager.cpp b/src/ProfileManager/ProfileManager.cpp index 5037234..53b89c6 100644 --- a/src/ProfileManager/ProfileManager.cpp +++ b/src/ProfileManager/ProfileManager.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ProfileManager/ProfileManager.h b/src/ProfileManager/ProfileManager.h index c6dff6b..99eaab7 100644 --- a/src/ProfileManager/ProfileManager.h +++ b/src/ProfileManager/ProfileManager.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ToastQueue/ToastQueue.cpp b/src/ToastQueue/ToastQueue.cpp index 19f1ad9..06d610a 100644 --- a/src/ToastQueue/ToastQueue.cpp +++ b/src/ToastQueue/ToastQueue.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ToastQueue/ToastQueue.h b/src/ToastQueue/ToastQueue.h index 1d175e7..0a0e222 100644 --- a/src/ToastQueue/ToastQueue.h +++ b/src/ToastQueue/ToastQueue.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/UpdateChecker/UpdateChecker.cpp b/src/UpdateChecker/UpdateChecker.cpp index e4b3225..f65d807 100644 --- a/src/UpdateChecker/UpdateChecker.cpp +++ b/src/UpdateChecker/UpdateChecker.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/UpdateChecker/UpdateChecker.h b/src/UpdateChecker/UpdateChecker.h index 2e567d0..5da13dc 100644 --- a/src/UpdateChecker/UpdateChecker.h +++ b/src/UpdateChecker/UpdateChecker.h @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Utilities/Crc32.cpp b/src/Utilities/Crc32.cpp index 66b6d8b..a4417aa 100644 --- a/src/Utilities/Crc32.cpp +++ b/src/Utilities/Crc32.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Utilities/Crc32.h b/src/Utilities/Crc32.h index a2f7af9..d3dc1cf 100644 --- a/src/Utilities/Crc32.h +++ b/src/Utilities/Crc32.h @@ -1,7 +1,7 @@ #pragma once // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Version/Version.cpp b/src/Version/Version.cpp index 88016f7..9b9d0d0 100644 --- a/src/Version/Version.cpp +++ b/src/Version/Version.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Version/Version.h b/src/Version/Version.h index 71e2acb..e89af93 100644 --- a/src/Version/Version.h +++ b/src/Version/Version.h @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 85eb88e..3415679 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/resource.rc b/src/resource.rc index 1adeb1e..1658ac8 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -1,5 +1,5 @@ // MassBuilderSaveTool -// Copyright (C) 2021-2023 Guillaume Jacquemin +// Copyright (C) 2021-2024 Guillaume Jacquemin // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by