From bfbbc339d07ded9fce6d7605ef4a9da114738caf Mon Sep 17 00:00:00 2001 From: NovaRain Date: Tue, 2 Jan 2024 10:28:17 +0800 Subject: [PATCH] Updated version number and year --- artifacts/ddraw.ini | 2 +- sfall/CRC.cpp | 2 +- sfall/CRC.h | 2 +- sfall/Config.cpp | 2 +- sfall/Config.h | 2 +- sfall/ConsoleWindow.cpp | 2 +- sfall/ConsoleWindow.h | 2 +- sfall/Delegate.h | 2 +- sfall/FalloutEngine/AsmMacros.h | 2 +- sfall/FalloutEngine/EngineUtils.cpp | 2 +- sfall/FalloutEngine/EngineUtils.h | 2 +- sfall/FalloutEngine/Enums.h | 2 +- sfall/FalloutEngine/Fallout2.h | 2 +- sfall/FalloutEngine/FunctionOffsets.cpp | 2 +- sfall/FalloutEngine/FunctionOffsets.h | 2 +- sfall/FalloutEngine/Functions.cpp | 2 +- sfall/FalloutEngine/Functions.h | 2 +- sfall/FalloutEngine/Structs.h | 2 +- sfall/FalloutEngine/Variables.cpp | 2 +- sfall/FalloutEngine/Variables.h | 2 +- sfall/Game/AI/AIHelpers.cpp | 2 +- sfall/Game/AI/AIHelpers.h | 2 +- sfall/Game/GUI/Text.cpp | 2 +- sfall/Game/GUI/Text.h | 2 +- sfall/Game/GUI/render.cpp | 2 +- sfall/Game/GUI/render.h | 2 +- sfall/Game/combatAI.cpp | 2 +- sfall/Game/combatAI.h | 2 +- sfall/Game/inventory.cpp | 2 +- sfall/Game/inventory.h | 2 +- sfall/Game/items.cpp | 2 +- sfall/Game/items.h | 2 +- sfall/Game/objects.cpp | 2 +- sfall/Game/objects.h | 2 +- sfall/Game/skills.cpp | 2 +- sfall/Game/skills.h | 2 +- sfall/Game/stats.cpp | 2 +- sfall/Game/stats.h | 2 +- sfall/Game/template.cpp | 2 +- sfall/Game/template.h | 2 +- sfall/Game/tilemap.cpp | 2 +- sfall/Game/tilemap.h | 2 +- sfall/HRP/Character.cpp | 2 +- sfall/HRP/Character.h | 2 +- sfall/HRP/CreditsScreen.cpp | 2 +- sfall/HRP/CreditsScreen.h | 2 +- sfall/HRP/DeathScreen.cpp | 2 +- sfall/HRP/DeathScreen.h | 2 +- sfall/HRP/Dialog.cpp | 2 +- sfall/HRP/Dialog.h | 2 +- sfall/HRP/HelpScreen.cpp | 2 +- sfall/HRP/HelpScreen.h | 2 +- sfall/HRP/Image.cpp | 2 +- sfall/HRP/Image.h | 2 +- sfall/HRP/Init.cpp | 2 +- sfall/HRP/Init.h | 2 +- sfall/HRP/InterfaceBar.cpp | 2 +- sfall/HRP/InterfaceBar.h | 2 +- sfall/HRP/Inventory.cpp | 2 +- sfall/HRP/Inventory.h | 2 +- sfall/HRP/LoadSave.cpp | 2 +- sfall/HRP/LoadSave.h | 2 +- sfall/HRP/MainMenu.cpp | 2 +- sfall/HRP/MainMenu.h | 2 +- sfall/HRP/MiscInterface.cpp | 2 +- sfall/HRP/MiscInterface.h | 2 +- sfall/HRP/MoviesScreen.cpp | 2 +- sfall/HRP/MoviesScreen.h | 2 +- sfall/HRP/SlidesScreen.cpp | 2 +- sfall/HRP/SlidesScreen.h | 2 +- sfall/HRP/SplashScreen.cpp | 2 +- sfall/HRP/SplashScreen.h | 2 +- sfall/HRP/ViewMap/EdgeBorder.cpp | 2 +- sfall/HRP/ViewMap/EdgeBorder.h | 2 +- sfall/HRP/ViewMap/EdgeClipping.cpp | 2 +- sfall/HRP/ViewMap/EdgeClipping.h | 2 +- sfall/HRP/ViewMap/ViewMap.cpp | 2 +- sfall/HRP/ViewMap/ViewMap.h | 2 +- sfall/HRP/Worldmap.cpp | 2 +- sfall/HRP/Worldmap.h | 2 +- sfall/IniReader.cpp | 2 +- sfall/IniReader.h | 2 +- sfall/InputFuncs.cpp | 2 +- sfall/InputFuncs.h | 2 +- sfall/Logging.cpp | 2 +- sfall/Logging.h | 2 +- sfall/Modules/AI.cpp | 2 +- sfall/Modules/AI.h | 2 +- sfall/Modules/Animations.cpp | 2 +- sfall/Modules/Animations.h | 2 +- sfall/Modules/BarBoxes.cpp | 2 +- sfall/Modules/BarBoxes.h | 2 +- sfall/Modules/Books.cpp | 2 +- sfall/Modules/Books.h | 2 +- sfall/Modules/BugFixes.cpp | 2 +- sfall/Modules/BugFixes.h | 2 +- sfall/Modules/BurstMods.cpp | 2 +- sfall/Modules/BurstMods.h | 2 +- sfall/Modules/Combat.cpp | 2 +- sfall/Modules/Combat.h | 2 +- sfall/Modules/Console.cpp | 2 +- sfall/Modules/Console.h | 2 +- sfall/Modules/Credits.cpp | 2 +- sfall/Modules/Credits.h | 2 +- sfall/Modules/Criticals.cpp | 2 +- sfall/Modules/Criticals.h | 2 +- sfall/Modules/CritterPoison.cpp | 2 +- sfall/Modules/CritterPoison.h | 2 +- sfall/Modules/CritterStats.cpp | 2 +- sfall/Modules/CritterStats.h | 2 +- sfall/Modules/DamageMod.cpp | 2 +- sfall/Modules/DamageMod.h | 2 +- sfall/Modules/DebugEditor.cpp | 2 +- sfall/Modules/DebugEditor.h | 2 +- sfall/Modules/Drugs.cpp | 2 +- sfall/Modules/Drugs.h | 2 +- sfall/Modules/Elevators.cpp | 2 +- sfall/Modules/Elevators.h | 2 +- sfall/Modules/EngineTweaks.cpp | 2 +- sfall/Modules/EngineTweaks.h | 2 +- sfall/Modules/Explosions.cpp | 2 +- sfall/Modules/Explosions.h | 2 +- sfall/Modules/ExtraSaveSlots.cpp | 2 +- sfall/Modules/ExtraSaveSlots.h | 2 +- sfall/Modules/FileSystem.cpp | 2 +- sfall/Modules/FileSystem.h | 2 +- sfall/Modules/Graphics.cpp | 2 +- sfall/Modules/Graphics.h | 2 +- sfall/Modules/HeroAppearance.cpp | 2 +- sfall/Modules/HeroAppearance.h | 2 +- sfall/Modules/HookScripts.cpp | 2 +- sfall/Modules/HookScripts.h | 2 +- sfall/Modules/Input.cpp | 2 +- sfall/Modules/Input.h | 2 +- sfall/Modules/Interface.cpp | 2 +- sfall/Modules/Interface.h | 2 +- sfall/Modules/Inventory.cpp | 2 +- sfall/Modules/Inventory.h | 2 +- sfall/Modules/Karma.cpp | 2 +- sfall/Modules/Karma.h | 2 +- sfall/Modules/KillCounter.cpp | 2 +- sfall/Modules/KillCounter.h | 2 +- sfall/Modules/LoadGameHook.cpp | 2 +- sfall/Modules/LoadGameHook.h | 2 +- sfall/Modules/LoadOrder.cpp | 2 +- sfall/Modules/LoadOrder.h | 2 +- sfall/Modules/MainLoopHook.cpp | 2 +- sfall/Modules/MainLoopHook.h | 2 +- sfall/Modules/MainMenu.cpp | 2 +- sfall/Modules/MainMenu.h | 2 +- sfall/Modules/Message.cpp | 2 +- sfall/Modules/Message.h | 2 +- sfall/Modules/MetaruleExtender.cpp | 2 +- sfall/Modules/MetaruleExtender.h | 2 +- sfall/Modules/MiscPatches.cpp | 2 +- sfall/Modules/MiscPatches.h | 2 +- sfall/Modules/Module.h | 2 +- sfall/Modules/Movies.cpp | 2 +- sfall/Modules/Movies.h | 2 +- sfall/Modules/Objects.cpp | 2 +- sfall/Modules/Objects.h | 2 +- sfall/Modules/PartyControl.cpp | 2 +- sfall/Modules/PartyControl.h | 2 +- sfall/Modules/Perks.cpp | 2 +- sfall/Modules/Perks.h | 2 +- sfall/Modules/PlayerModel.cpp | 2 +- sfall/Modules/PlayerModel.h | 2 +- sfall/Modules/Premade.cpp | 2 +- sfall/Modules/Premade.h | 2 +- sfall/Modules/QuestList.cpp | 2 +- sfall/Modules/QuestList.h | 2 +- sfall/Modules/Reputations.cpp | 2 +- sfall/Modules/Reputations.h | 2 +- sfall/Modules/ScriptExtender.cpp | 2 +- sfall/Modules/ScriptExtender.h | 2 +- sfall/Modules/ScriptShaders.cpp | 2 +- sfall/Modules/ScriptShaders.h | 2 +- sfall/Modules/Scripting/Arrays.cpp | 2 +- sfall/Modules/Scripting/Arrays.h | 2 +- sfall/Modules/Scripting/Handlers/Anims.cpp | 2 +- sfall/Modules/Scripting/Handlers/Anims.h | 2 +- sfall/Modules/Scripting/Handlers/Arrays.cpp | 2 +- sfall/Modules/Scripting/Handlers/Arrays.h | 2 +- sfall/Modules/Scripting/Handlers/Combat.cpp | 2 +- sfall/Modules/Scripting/Handlers/Combat.h | 2 +- sfall/Modules/Scripting/Handlers/Core.cpp | 2 +- sfall/Modules/Scripting/Handlers/Core.h | 2 +- sfall/Modules/Scripting/Handlers/FileSystem.cpp | 2 +- sfall/Modules/Scripting/Handlers/FileSystem.h | 2 +- sfall/Modules/Scripting/Handlers/Graphics.cpp | 2 +- sfall/Modules/Scripting/Handlers/Graphics.h | 2 +- sfall/Modules/Scripting/Handlers/IniFiles.cpp | 2 +- sfall/Modules/Scripting/Handlers/IniFiles.h | 2 +- sfall/Modules/Scripting/Handlers/Interface.cpp | 2 +- sfall/Modules/Scripting/Handlers/Interface.h | 2 +- sfall/Modules/Scripting/Handlers/Inventory.cpp | 2 +- sfall/Modules/Scripting/Handlers/Inventory.h | 2 +- sfall/Modules/Scripting/Handlers/Math.cpp | 2 +- sfall/Modules/Scripting/Handlers/Math.h | 2 +- sfall/Modules/Scripting/Handlers/Memory.cpp | 2 +- sfall/Modules/Scripting/Handlers/Memory.h | 2 +- sfall/Modules/Scripting/Handlers/Metarule.cpp | 2 +- sfall/Modules/Scripting/Handlers/Metarule.h | 2 +- sfall/Modules/Scripting/Handlers/Misc.cpp | 2 +- sfall/Modules/Scripting/Handlers/Misc.h | 2 +- sfall/Modules/Scripting/Handlers/Objects.cpp | 2 +- sfall/Modules/Scripting/Handlers/Objects.h | 2 +- sfall/Modules/Scripting/Handlers/Perks.cpp | 2 +- sfall/Modules/Scripting/Handlers/Perks.h | 2 +- sfall/Modules/Scripting/Handlers/Stats.cpp | 2 +- sfall/Modules/Scripting/Handlers/Stats.h | 2 +- sfall/Modules/Scripting/Handlers/Utils.cpp | 2 +- sfall/Modules/Scripting/Handlers/Utils.h | 2 +- sfall/Modules/Scripting/Handlers/Worldmap.cpp | 2 +- sfall/Modules/Scripting/Handlers/Worldmap.h | 2 +- sfall/Modules/Scripting/OpcodeContext.cpp | 2 +- sfall/Modules/Scripting/OpcodeContext.h | 2 +- sfall/Modules/Scripting/Opcodes.cpp | 2 +- sfall/Modules/Scripting/Opcodes.h | 2 +- sfall/Modules/Scripting/ScriptValue.cpp | 2 +- sfall/Modules/Scripting/ScriptValue.h | 2 +- sfall/Modules/Skills.cpp | 2 +- sfall/Modules/Skills.h | 2 +- sfall/Modules/Sound.cpp | 2 +- sfall/Modules/Sound.h | 2 +- sfall/Modules/SpeedPatch.cpp | 2 +- sfall/Modules/SpeedPatch.h | 2 +- sfall/Modules/Stats.cpp | 2 +- sfall/Modules/Stats.h | 2 +- sfall/Modules/SubModules/CombatBlock.cpp | 2 +- sfall/Modules/SubModules/CombatBlock.h | 2 +- sfall/Modules/SubModules/DirectDraw.cpp | 2 +- sfall/Modules/SubModules/DirectDraw.h | 2 +- sfall/Modules/SubModules/EnginePerks.cpp | 2 +- sfall/Modules/SubModules/EnginePerks.h | 2 +- sfall/Modules/SubModules/ObjectName.cpp | 2 +- sfall/Modules/SubModules/ObjectName.h | 2 +- sfall/Modules/SubModules/WindowRender.cpp | 2 +- sfall/Modules/SubModules/WindowRender.h | 2 +- sfall/Modules/TalkingHeads.cpp | 2 +- sfall/Modules/TalkingHeads.h | 2 +- sfall/Modules/Tiles.cpp | 2 +- sfall/Modules/Tiles.h | 2 +- sfall/Modules/Unarmed.cpp | 2 +- sfall/Modules/Unarmed.h | 2 +- sfall/Modules/Worldmap.cpp | 2 +- sfall/Modules/Worldmap.h | 2 +- sfall/ReplacementFuncs.h | 2 +- sfall/Translate.cpp | 2 +- sfall/Translate.h | 2 +- sfall/WinProc.cpp | 2 +- sfall/WinProc.h | 2 +- sfall/ddraw.cpp | 2 +- sfall/main.cpp | 2 +- sfall/main.h | 2 +- sfall/version.h | 10 +++++----- 256 files changed, 260 insertions(+), 260 deletions(-) diff --git a/artifacts/ddraw.ini b/artifacts/ddraw.ini index 550aae01..c2f6cbc0 100644 --- a/artifacts/ddraw.ini +++ b/artifacts/ddraw.ini @@ -1,5 +1,5 @@ ;sfall configuration settings -;v4.4.1 +;v4.4.2 [Main] ;Set to 1 to enable the built-in High Resolution Patch mode that is similar to the hi-res patch by Mash diff --git a/sfall/CRC.cpp b/sfall/CRC.cpp index 3ceac33a..bda5c9f1 100644 --- a/sfall/CRC.cpp +++ b/sfall/CRC.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/CRC.h b/sfall/CRC.h index d6dc13bb..478ec26d 100644 --- a/sfall/CRC.h +++ b/sfall/CRC.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Config.cpp b/sfall/Config.cpp index 04e7860b..a44d135f 100644 --- a/sfall/Config.cpp +++ b/sfall/Config.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Config.h b/sfall/Config.h index f7003dcb..ed7b83d7 100644 --- a/sfall/Config.h +++ b/sfall/Config.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/ConsoleWindow.cpp b/sfall/ConsoleWindow.cpp index 5194a0cc..97998026 100644 --- a/sfall/ConsoleWindow.cpp +++ b/sfall/ConsoleWindow.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/ConsoleWindow.h b/sfall/ConsoleWindow.h index ecaf3074..7d5b4645 100644 --- a/sfall/ConsoleWindow.h +++ b/sfall/ConsoleWindow.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Delegate.h b/sfall/Delegate.h index 360c99de..f0d2f4f7 100644 --- a/sfall/Delegate.h +++ b/sfall/Delegate.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/AsmMacros.h b/sfall/FalloutEngine/AsmMacros.h index 9d49f977..6b164f81 100644 --- a/sfall/FalloutEngine/AsmMacros.h +++ b/sfall/FalloutEngine/AsmMacros.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/EngineUtils.cpp b/sfall/FalloutEngine/EngineUtils.cpp index 6156f260..00020dae 100644 --- a/sfall/FalloutEngine/EngineUtils.cpp +++ b/sfall/FalloutEngine/EngineUtils.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/EngineUtils.h b/sfall/FalloutEngine/EngineUtils.h index 0675e11c..579e084f 100644 --- a/sfall/FalloutEngine/EngineUtils.h +++ b/sfall/FalloutEngine/EngineUtils.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Enums.h b/sfall/FalloutEngine/Enums.h index c981bc1f..b7b77c72 100644 --- a/sfall/FalloutEngine/Enums.h +++ b/sfall/FalloutEngine/Enums.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Fallout2.h b/sfall/FalloutEngine/Fallout2.h index 365f6e30..74e985e2 100644 --- a/sfall/FalloutEngine/Fallout2.h +++ b/sfall/FalloutEngine/Fallout2.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/FunctionOffsets.cpp b/sfall/FalloutEngine/FunctionOffsets.cpp index 676213e5..08964b2e 100644 --- a/sfall/FalloutEngine/FunctionOffsets.cpp +++ b/sfall/FalloutEngine/FunctionOffsets.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/FunctionOffsets.h b/sfall/FalloutEngine/FunctionOffsets.h index d0a153a5..af6dd23d 100644 --- a/sfall/FalloutEngine/FunctionOffsets.h +++ b/sfall/FalloutEngine/FunctionOffsets.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Functions.cpp b/sfall/FalloutEngine/Functions.cpp index 81a1b443..ceeca8a6 100644 --- a/sfall/FalloutEngine/Functions.cpp +++ b/sfall/FalloutEngine/Functions.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Functions.h b/sfall/FalloutEngine/Functions.h index 560249a0..da7b3061 100644 --- a/sfall/FalloutEngine/Functions.h +++ b/sfall/FalloutEngine/Functions.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Structs.h b/sfall/FalloutEngine/Structs.h index d1c35e64..49f70729 100644 --- a/sfall/FalloutEngine/Structs.h +++ b/sfall/FalloutEngine/Structs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Variables.cpp b/sfall/FalloutEngine/Variables.cpp index cc2efedc..ef55ed15 100644 --- a/sfall/FalloutEngine/Variables.cpp +++ b/sfall/FalloutEngine/Variables.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/FalloutEngine/Variables.h b/sfall/FalloutEngine/Variables.h index 7a2de773..cc6596df 100644 --- a/sfall/FalloutEngine/Variables.h +++ b/sfall/FalloutEngine/Variables.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Game/AI/AIHelpers.cpp b/sfall/Game/AI/AIHelpers.cpp index 35f0d535..9aeefc48 100644 --- a/sfall/Game/AI/AIHelpers.cpp +++ b/sfall/Game/AI/AIHelpers.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/AI/AIHelpers.h b/sfall/Game/AI/AIHelpers.h index 68f0052b..86c29fb1 100644 --- a/sfall/Game/AI/AIHelpers.h +++ b/sfall/Game/AI/AIHelpers.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/GUI/Text.cpp b/sfall/Game/GUI/Text.cpp index d3a03532..d18d6d24 100644 --- a/sfall/Game/GUI/Text.cpp +++ b/sfall/Game/GUI/Text.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/GUI/Text.h b/sfall/Game/GUI/Text.h index 03bf7ff1..3edc62b7 100644 --- a/sfall/Game/GUI/Text.h +++ b/sfall/Game/GUI/Text.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/GUI/render.cpp b/sfall/Game/GUI/render.cpp index faa022a2..b862fcc6 100644 --- a/sfall/Game/GUI/render.cpp +++ b/sfall/Game/GUI/render.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/GUI/render.h b/sfall/Game/GUI/render.h index d8f6ee3f..f3b25038 100644 --- a/sfall/Game/GUI/render.h +++ b/sfall/Game/GUI/render.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/combatAI.cpp b/sfall/Game/combatAI.cpp index 45ea8b52..aefdaa5d 100644 --- a/sfall/Game/combatAI.cpp +++ b/sfall/Game/combatAI.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/combatAI.h b/sfall/Game/combatAI.h index 5e4a62e2..56da8b10 100644 --- a/sfall/Game/combatAI.h +++ b/sfall/Game/combatAI.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/inventory.cpp b/sfall/Game/inventory.cpp index aa344c7b..8421b69c 100644 --- a/sfall/Game/inventory.cpp +++ b/sfall/Game/inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/inventory.h b/sfall/Game/inventory.h index df7ddb67..211bd715 100644 --- a/sfall/Game/inventory.h +++ b/sfall/Game/inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/items.cpp b/sfall/Game/items.cpp index 62eef3ed..46f1f05a 100644 --- a/sfall/Game/items.cpp +++ b/sfall/Game/items.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/items.h b/sfall/Game/items.h index 066333ea..6ba3136a 100644 --- a/sfall/Game/items.h +++ b/sfall/Game/items.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/objects.cpp b/sfall/Game/objects.cpp index 7cf0f608..0b2ae907 100644 --- a/sfall/Game/objects.cpp +++ b/sfall/Game/objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/objects.h b/sfall/Game/objects.h index ed7d259f..f6e661cd 100644 --- a/sfall/Game/objects.h +++ b/sfall/Game/objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/skills.cpp b/sfall/Game/skills.cpp index ffb38a86..780c5822 100644 --- a/sfall/Game/skills.cpp +++ b/sfall/Game/skills.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/skills.h b/sfall/Game/skills.h index 26afe018..41ae3ef0 100644 --- a/sfall/Game/skills.h +++ b/sfall/Game/skills.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/stats.cpp b/sfall/Game/stats.cpp index 06f61792..893d39c9 100644 --- a/sfall/Game/stats.cpp +++ b/sfall/Game/stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/stats.h b/sfall/Game/stats.h index ecd7d7d9..b0958f3e 100644 --- a/sfall/Game/stats.h +++ b/sfall/Game/stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/template.cpp b/sfall/Game/template.cpp index 09ad6550..aa4599b2 100644 --- a/sfall/Game/template.cpp +++ b/sfall/Game/template.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/template.h b/sfall/Game/template.h index 14facad5..8ea89fdf 100644 --- a/sfall/Game/template.h +++ b/sfall/Game/template.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/tilemap.cpp b/sfall/Game/tilemap.cpp index 4066581c..0b6c1d78 100644 --- a/sfall/Game/tilemap.cpp +++ b/sfall/Game/tilemap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/Game/tilemap.h b/sfall/Game/tilemap.h index 627aa195..b3811e28 100644 --- a/sfall/Game/tilemap.h +++ b/sfall/Game/tilemap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Character.cpp b/sfall/HRP/Character.cpp index 91e113f9..ac97b967 100644 --- a/sfall/HRP/Character.cpp +++ b/sfall/HRP/Character.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Character.h b/sfall/HRP/Character.h index 41cc7b54..538d7e63 100644 --- a/sfall/HRP/Character.h +++ b/sfall/HRP/Character.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/CreditsScreen.cpp b/sfall/HRP/CreditsScreen.cpp index 1307c881..30d4cb6d 100644 --- a/sfall/HRP/CreditsScreen.cpp +++ b/sfall/HRP/CreditsScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/CreditsScreen.h b/sfall/HRP/CreditsScreen.h index 65c73403..3d21e22d 100644 --- a/sfall/HRP/CreditsScreen.h +++ b/sfall/HRP/CreditsScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/DeathScreen.cpp b/sfall/HRP/DeathScreen.cpp index 9e384d4d..bfb12478 100644 --- a/sfall/HRP/DeathScreen.cpp +++ b/sfall/HRP/DeathScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/DeathScreen.h b/sfall/HRP/DeathScreen.h index 74ff1381..24e8fa79 100644 --- a/sfall/HRP/DeathScreen.h +++ b/sfall/HRP/DeathScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Dialog.cpp b/sfall/HRP/Dialog.cpp index 6177ef6b..05b8feda 100644 --- a/sfall/HRP/Dialog.cpp +++ b/sfall/HRP/Dialog.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Dialog.h b/sfall/HRP/Dialog.h index e2cdf3d2..b72dbee7 100644 --- a/sfall/HRP/Dialog.h +++ b/sfall/HRP/Dialog.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/HelpScreen.cpp b/sfall/HRP/HelpScreen.cpp index 8bff6f73..e3f3b7c8 100644 --- a/sfall/HRP/HelpScreen.cpp +++ b/sfall/HRP/HelpScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/HelpScreen.h b/sfall/HRP/HelpScreen.h index dbcdc240..af68cbf4 100644 --- a/sfall/HRP/HelpScreen.h +++ b/sfall/HRP/HelpScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Image.cpp b/sfall/HRP/Image.cpp index 3bf65867..6c2ba600 100644 --- a/sfall/HRP/Image.cpp +++ b/sfall/HRP/Image.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Image.h b/sfall/HRP/Image.h index e27c98b6..0ddb9145 100644 --- a/sfall/HRP/Image.h +++ b/sfall/HRP/Image.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Init.cpp b/sfall/HRP/Init.cpp index 850f904c..7eec701b 100644 --- a/sfall/HRP/Init.cpp +++ b/sfall/HRP/Init.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Init.h b/sfall/HRP/Init.h index 0581bb69..6339cad0 100644 --- a/sfall/HRP/Init.h +++ b/sfall/HRP/Init.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/InterfaceBar.cpp b/sfall/HRP/InterfaceBar.cpp index 9e12d1d0..83e09987 100644 --- a/sfall/HRP/InterfaceBar.cpp +++ b/sfall/HRP/InterfaceBar.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/InterfaceBar.h b/sfall/HRP/InterfaceBar.h index 4b202d13..095231b8 100644 --- a/sfall/HRP/InterfaceBar.h +++ b/sfall/HRP/InterfaceBar.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Inventory.cpp b/sfall/HRP/Inventory.cpp index 88a60e94..f4045c8e 100644 --- a/sfall/HRP/Inventory.cpp +++ b/sfall/HRP/Inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Inventory.h b/sfall/HRP/Inventory.h index 3892831a..787fd68e 100644 --- a/sfall/HRP/Inventory.h +++ b/sfall/HRP/Inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/LoadSave.cpp b/sfall/HRP/LoadSave.cpp index f7df15ed..f403caab 100644 --- a/sfall/HRP/LoadSave.cpp +++ b/sfall/HRP/LoadSave.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/LoadSave.h b/sfall/HRP/LoadSave.h index 04d5425c..df8ff1ac 100644 --- a/sfall/HRP/LoadSave.h +++ b/sfall/HRP/LoadSave.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MainMenu.cpp b/sfall/HRP/MainMenu.cpp index 0e848fe2..f1e17436 100644 --- a/sfall/HRP/MainMenu.cpp +++ b/sfall/HRP/MainMenu.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MainMenu.h b/sfall/HRP/MainMenu.h index 460f6ea6..ecfd7e92 100644 --- a/sfall/HRP/MainMenu.h +++ b/sfall/HRP/MainMenu.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MiscInterface.cpp b/sfall/HRP/MiscInterface.cpp index 1710bf07..a1ba5268 100644 --- a/sfall/HRP/MiscInterface.cpp +++ b/sfall/HRP/MiscInterface.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MiscInterface.h b/sfall/HRP/MiscInterface.h index dc98def2..86c1510f 100644 --- a/sfall/HRP/MiscInterface.h +++ b/sfall/HRP/MiscInterface.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MoviesScreen.cpp b/sfall/HRP/MoviesScreen.cpp index 739f2106..99be9022 100644 --- a/sfall/HRP/MoviesScreen.cpp +++ b/sfall/HRP/MoviesScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/MoviesScreen.h b/sfall/HRP/MoviesScreen.h index 30703a9c..84471c65 100644 --- a/sfall/HRP/MoviesScreen.h +++ b/sfall/HRP/MoviesScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/SlidesScreen.cpp b/sfall/HRP/SlidesScreen.cpp index 59c3d9e0..9e3309bd 100644 --- a/sfall/HRP/SlidesScreen.cpp +++ b/sfall/HRP/SlidesScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/SlidesScreen.h b/sfall/HRP/SlidesScreen.h index 39bbbc80..fb64dd71 100644 --- a/sfall/HRP/SlidesScreen.h +++ b/sfall/HRP/SlidesScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/SplashScreen.cpp b/sfall/HRP/SplashScreen.cpp index 0a40dfc1..af559870 100644 --- a/sfall/HRP/SplashScreen.cpp +++ b/sfall/HRP/SplashScreen.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/SplashScreen.h b/sfall/HRP/SplashScreen.h index 81b2aefb..596e4814 100644 --- a/sfall/HRP/SplashScreen.h +++ b/sfall/HRP/SplashScreen.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/EdgeBorder.cpp b/sfall/HRP/ViewMap/EdgeBorder.cpp index 50fd7bbb..61dd3a79 100644 --- a/sfall/HRP/ViewMap/EdgeBorder.cpp +++ b/sfall/HRP/ViewMap/EdgeBorder.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/EdgeBorder.h b/sfall/HRP/ViewMap/EdgeBorder.h index 2427ebf6..a681e60b 100644 --- a/sfall/HRP/ViewMap/EdgeBorder.h +++ b/sfall/HRP/ViewMap/EdgeBorder.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/EdgeClipping.cpp b/sfall/HRP/ViewMap/EdgeClipping.cpp index c96b4ca7..9bf77255 100644 --- a/sfall/HRP/ViewMap/EdgeClipping.cpp +++ b/sfall/HRP/ViewMap/EdgeClipping.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/EdgeClipping.h b/sfall/HRP/ViewMap/EdgeClipping.h index ea502929..565d7db3 100644 --- a/sfall/HRP/ViewMap/EdgeClipping.h +++ b/sfall/HRP/ViewMap/EdgeClipping.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/ViewMap.cpp b/sfall/HRP/ViewMap/ViewMap.cpp index c40e21ef..6414d977 100644 --- a/sfall/HRP/ViewMap/ViewMap.cpp +++ b/sfall/HRP/ViewMap/ViewMap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/ViewMap/ViewMap.h b/sfall/HRP/ViewMap/ViewMap.h index 51afa019..9680b159 100644 --- a/sfall/HRP/ViewMap/ViewMap.h +++ b/sfall/HRP/ViewMap/ViewMap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Worldmap.cpp b/sfall/HRP/Worldmap.cpp index a8f1e306..44f6e081 100644 --- a/sfall/HRP/Worldmap.cpp +++ b/sfall/HRP/Worldmap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/HRP/Worldmap.h b/sfall/HRP/Worldmap.h index deb62ba8..a6ad7719 100644 --- a/sfall/HRP/Worldmap.h +++ b/sfall/HRP/Worldmap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * */ diff --git a/sfall/IniReader.cpp b/sfall/IniReader.cpp index b03490bc..35e11774 100644 --- a/sfall/IniReader.cpp +++ b/sfall/IniReader.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/IniReader.h b/sfall/IniReader.h index 3b8610ef..808c95cc 100644 --- a/sfall/IniReader.h +++ b/sfall/IniReader.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/InputFuncs.cpp b/sfall/InputFuncs.cpp index 8df1180c..b5c2dcc8 100644 --- a/sfall/InputFuncs.cpp +++ b/sfall/InputFuncs.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/InputFuncs.h b/sfall/InputFuncs.h index ec6dbea2..68913754 100644 --- a/sfall/InputFuncs.h +++ b/sfall/InputFuncs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Logging.cpp b/sfall/Logging.cpp index 41ebc405..6a882159 100644 --- a/sfall/Logging.cpp +++ b/sfall/Logging.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Logging.h b/sfall/Logging.h index b7278103..dbcba76c 100644 --- a/sfall/Logging.h +++ b/sfall/Logging.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/AI.cpp b/sfall/Modules/AI.cpp index 269113a3..f94090a9 100644 --- a/sfall/Modules/AI.cpp +++ b/sfall/Modules/AI.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/AI.h b/sfall/Modules/AI.h index 7fc6b470..0accad23 100644 --- a/sfall/Modules/AI.h +++ b/sfall/Modules/AI.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Animations.cpp b/sfall/Modules/Animations.cpp index 3685d903..e5f78146 100644 --- a/sfall/Modules/Animations.cpp +++ b/sfall/Modules/Animations.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Animations.h b/sfall/Modules/Animations.h index a57766fb..abc52330 100644 --- a/sfall/Modules/Animations.h +++ b/sfall/Modules/Animations.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BarBoxes.cpp b/sfall/Modules/BarBoxes.cpp index 1cc50ffe..ee0577d0 100644 --- a/sfall/Modules/BarBoxes.cpp +++ b/sfall/Modules/BarBoxes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BarBoxes.h b/sfall/Modules/BarBoxes.h index 34abbca9..33ae159c 100644 --- a/sfall/Modules/BarBoxes.h +++ b/sfall/Modules/BarBoxes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Books.cpp b/sfall/Modules/Books.cpp index 2a20dcd5..81a91693 100644 --- a/sfall/Modules/Books.cpp +++ b/sfall/Modules/Books.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Books.h b/sfall/Modules/Books.h index 59d14019..ee0ab79f 100644 --- a/sfall/Modules/Books.h +++ b/sfall/Modules/Books.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BugFixes.cpp b/sfall/Modules/BugFixes.cpp index a2f9fc13..b5d3ba0b 100644 --- a/sfall/Modules/BugFixes.cpp +++ b/sfall/Modules/BugFixes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BugFixes.h b/sfall/Modules/BugFixes.h index 8954ed51..ecab8bc1 100644 --- a/sfall/Modules/BugFixes.h +++ b/sfall/Modules/BugFixes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BurstMods.cpp b/sfall/Modules/BurstMods.cpp index 65037a63..08c56bb8 100644 --- a/sfall/Modules/BurstMods.cpp +++ b/sfall/Modules/BurstMods.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/BurstMods.h b/sfall/Modules/BurstMods.h index 948e3772..b722ee6b 100644 --- a/sfall/Modules/BurstMods.h +++ b/sfall/Modules/BurstMods.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Combat.cpp b/sfall/Modules/Combat.cpp index ed13e4fe..58dd169b 100644 --- a/sfall/Modules/Combat.cpp +++ b/sfall/Modules/Combat.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Combat.h b/sfall/Modules/Combat.h index 319a8d57..ee80b747 100644 --- a/sfall/Modules/Combat.h +++ b/sfall/Modules/Combat.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Console.cpp b/sfall/Modules/Console.cpp index 10971b28..95df2164 100644 --- a/sfall/Modules/Console.cpp +++ b/sfall/Modules/Console.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Console.h b/sfall/Modules/Console.h index c6bef370..86ce0fb4 100644 --- a/sfall/Modules/Console.h +++ b/sfall/Modules/Console.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Credits.cpp b/sfall/Modules/Credits.cpp index 4ff2df93..09918dfa 100644 --- a/sfall/Modules/Credits.cpp +++ b/sfall/Modules/Credits.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Credits.h b/sfall/Modules/Credits.h index 25bb0713..f66c67a1 100644 --- a/sfall/Modules/Credits.h +++ b/sfall/Modules/Credits.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Criticals.cpp b/sfall/Modules/Criticals.cpp index 4c3a637c..48060e4e 100644 --- a/sfall/Modules/Criticals.cpp +++ b/sfall/Modules/Criticals.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Criticals.h b/sfall/Modules/Criticals.h index 1a600261..fd3f0505 100644 --- a/sfall/Modules/Criticals.h +++ b/sfall/Modules/Criticals.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/CritterPoison.cpp b/sfall/Modules/CritterPoison.cpp index 3826e183..891c7899 100644 --- a/sfall/Modules/CritterPoison.cpp +++ b/sfall/Modules/CritterPoison.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/CritterPoison.h b/sfall/Modules/CritterPoison.h index 21894861..ae41ebca 100644 --- a/sfall/Modules/CritterPoison.h +++ b/sfall/Modules/CritterPoison.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/CritterStats.cpp b/sfall/Modules/CritterStats.cpp index 8e958297..4f46d7c0 100644 --- a/sfall/Modules/CritterStats.cpp +++ b/sfall/Modules/CritterStats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/CritterStats.h b/sfall/Modules/CritterStats.h index 430e7ae1..2a6d69c0 100644 --- a/sfall/Modules/CritterStats.h +++ b/sfall/Modules/CritterStats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/DamageMod.cpp b/sfall/Modules/DamageMod.cpp index ae7942ba..ca95825c 100644 --- a/sfall/Modules/DamageMod.cpp +++ b/sfall/Modules/DamageMod.cpp @@ -1,6 +1,6 @@ /* * sfall -* Copyright (C) 2008-2023 The sfall team +* Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/DamageMod.h b/sfall/Modules/DamageMod.h index ac14bd5a..f5fcfabc 100644 --- a/sfall/Modules/DamageMod.h +++ b/sfall/Modules/DamageMod.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/DebugEditor.cpp b/sfall/Modules/DebugEditor.cpp index 47490739..d4061db6 100644 --- a/sfall/Modules/DebugEditor.cpp +++ b/sfall/Modules/DebugEditor.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/DebugEditor.h b/sfall/Modules/DebugEditor.h index 34dda8ec..1431062a 100644 --- a/sfall/Modules/DebugEditor.h +++ b/sfall/Modules/DebugEditor.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Drugs.cpp b/sfall/Modules/Drugs.cpp index e1df6232..390c22e5 100644 --- a/sfall/Modules/Drugs.cpp +++ b/sfall/Modules/Drugs.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Drugs.h b/sfall/Modules/Drugs.h index 60fd3c0a..a8df8a12 100644 --- a/sfall/Modules/Drugs.h +++ b/sfall/Modules/Drugs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Elevators.cpp b/sfall/Modules/Elevators.cpp index 37346eb7..1d12e6b4 100644 --- a/sfall/Modules/Elevators.cpp +++ b/sfall/Modules/Elevators.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Elevators.h b/sfall/Modules/Elevators.h index ff3b0683..986a9ddc 100644 --- a/sfall/Modules/Elevators.h +++ b/sfall/Modules/Elevators.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/EngineTweaks.cpp b/sfall/Modules/EngineTweaks.cpp index 5df0761f..343fdf31 100644 --- a/sfall/Modules/EngineTweaks.cpp +++ b/sfall/Modules/EngineTweaks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/EngineTweaks.h b/sfall/Modules/EngineTweaks.h index 7c883f47..4866b563 100644 --- a/sfall/Modules/EngineTweaks.h +++ b/sfall/Modules/EngineTweaks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Explosions.cpp b/sfall/Modules/Explosions.cpp index 1aa944d1..b0895ab4 100644 --- a/sfall/Modules/Explosions.cpp +++ b/sfall/Modules/Explosions.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Explosions.h b/sfall/Modules/Explosions.h index b89c95bc..26d23ea0 100644 --- a/sfall/Modules/Explosions.h +++ b/sfall/Modules/Explosions.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ExtraSaveSlots.cpp b/sfall/Modules/ExtraSaveSlots.cpp index a7f88027..d7a84fa1 100644 --- a/sfall/Modules/ExtraSaveSlots.cpp +++ b/sfall/Modules/ExtraSaveSlots.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ExtraSaveSlots.h b/sfall/Modules/ExtraSaveSlots.h index a5850ae1..fa967845 100644 --- a/sfall/Modules/ExtraSaveSlots.h +++ b/sfall/Modules/ExtraSaveSlots.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/FileSystem.cpp b/sfall/Modules/FileSystem.cpp index ba1e9b6b..557363d6 100644 --- a/sfall/Modules/FileSystem.cpp +++ b/sfall/Modules/FileSystem.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/FileSystem.h b/sfall/Modules/FileSystem.h index 23f12eb3..9da6d2a9 100644 --- a/sfall/Modules/FileSystem.h +++ b/sfall/Modules/FileSystem.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Graphics.cpp b/sfall/Modules/Graphics.cpp index 1f24c4fb..9cf81b4a 100644 --- a/sfall/Modules/Graphics.cpp +++ b/sfall/Modules/Graphics.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Graphics.h b/sfall/Modules/Graphics.h index 72316996..4102bf0e 100644 --- a/sfall/Modules/Graphics.h +++ b/sfall/Modules/Graphics.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/HeroAppearance.cpp b/sfall/Modules/HeroAppearance.cpp index 869e272c..e5f4a75e 100644 --- a/sfall/Modules/HeroAppearance.cpp +++ b/sfall/Modules/HeroAppearance.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/HeroAppearance.h b/sfall/Modules/HeroAppearance.h index 9a8b4957..1ae96f61 100644 --- a/sfall/Modules/HeroAppearance.h +++ b/sfall/Modules/HeroAppearance.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/HookScripts.cpp b/sfall/Modules/HookScripts.cpp index a5be4b13..9ed79a47 100644 --- a/sfall/Modules/HookScripts.cpp +++ b/sfall/Modules/HookScripts.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/HookScripts.h b/sfall/Modules/HookScripts.h index a5b6334b..a8c5b755 100644 --- a/sfall/Modules/HookScripts.h +++ b/sfall/Modules/HookScripts.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Input.cpp b/sfall/Modules/Input.cpp index 386088d1..7ce82264 100644 --- a/sfall/Modules/Input.cpp +++ b/sfall/Modules/Input.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Input.h b/sfall/Modules/Input.h index b1d7accc..deab2c3b 100644 --- a/sfall/Modules/Input.h +++ b/sfall/Modules/Input.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Interface.cpp b/sfall/Modules/Interface.cpp index 4ce5c956..84ddf89f 100644 --- a/sfall/Modules/Interface.cpp +++ b/sfall/Modules/Interface.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Interface.h b/sfall/Modules/Interface.h index c83704b1..2d9ff6c5 100644 --- a/sfall/Modules/Interface.h +++ b/sfall/Modules/Interface.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Inventory.cpp b/sfall/Modules/Inventory.cpp index 26ca69ca..f91333de 100644 --- a/sfall/Modules/Inventory.cpp +++ b/sfall/Modules/Inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Inventory.h b/sfall/Modules/Inventory.h index cba01927..0ec567f9 100644 --- a/sfall/Modules/Inventory.h +++ b/sfall/Modules/Inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Karma.cpp b/sfall/Modules/Karma.cpp index daa9471e..602f30f6 100644 --- a/sfall/Modules/Karma.cpp +++ b/sfall/Modules/Karma.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Karma.h b/sfall/Modules/Karma.h index eb376ae6..fba9dc01 100644 --- a/sfall/Modules/Karma.h +++ b/sfall/Modules/Karma.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/KillCounter.cpp b/sfall/Modules/KillCounter.cpp index d96fcc58..0813f530 100644 --- a/sfall/Modules/KillCounter.cpp +++ b/sfall/Modules/KillCounter.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/KillCounter.h b/sfall/Modules/KillCounter.h index b0020a43..3c546728 100644 --- a/sfall/Modules/KillCounter.h +++ b/sfall/Modules/KillCounter.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/LoadGameHook.cpp b/sfall/Modules/LoadGameHook.cpp index 79453540..15edc8ab 100644 --- a/sfall/Modules/LoadGameHook.cpp +++ b/sfall/Modules/LoadGameHook.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/LoadGameHook.h b/sfall/Modules/LoadGameHook.h index 4834b7ea..054d1bac 100644 --- a/sfall/Modules/LoadGameHook.h +++ b/sfall/Modules/LoadGameHook.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/LoadOrder.cpp b/sfall/Modules/LoadOrder.cpp index 67039787..b2870867 100644 --- a/sfall/Modules/LoadOrder.cpp +++ b/sfall/Modules/LoadOrder.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/LoadOrder.h b/sfall/Modules/LoadOrder.h index 017d9337..abb50b12 100644 --- a/sfall/Modules/LoadOrder.h +++ b/sfall/Modules/LoadOrder.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MainLoopHook.cpp b/sfall/Modules/MainLoopHook.cpp index 3c155913..fb4bbab6 100644 --- a/sfall/Modules/MainLoopHook.cpp +++ b/sfall/Modules/MainLoopHook.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MainLoopHook.h b/sfall/Modules/MainLoopHook.h index 19ee86b9..3d1d611f 100644 --- a/sfall/Modules/MainLoopHook.h +++ b/sfall/Modules/MainLoopHook.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MainMenu.cpp b/sfall/Modules/MainMenu.cpp index e9dd2818..62f83068 100644 --- a/sfall/Modules/MainMenu.cpp +++ b/sfall/Modules/MainMenu.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MainMenu.h b/sfall/Modules/MainMenu.h index 889249dd..7eee4bc4 100644 --- a/sfall/Modules/MainMenu.h +++ b/sfall/Modules/MainMenu.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Message.cpp b/sfall/Modules/Message.cpp index dda461bb..6d61e843 100644 --- a/sfall/Modules/Message.cpp +++ b/sfall/Modules/Message.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Message.h b/sfall/Modules/Message.h index acb32ec3..3afb3ca0 100644 --- a/sfall/Modules/Message.h +++ b/sfall/Modules/Message.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MetaruleExtender.cpp b/sfall/Modules/MetaruleExtender.cpp index 133e45cd..64221535 100644 --- a/sfall/Modules/MetaruleExtender.cpp +++ b/sfall/Modules/MetaruleExtender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MetaruleExtender.h b/sfall/Modules/MetaruleExtender.h index 3e9293d5..2e5dc654 100644 --- a/sfall/Modules/MetaruleExtender.h +++ b/sfall/Modules/MetaruleExtender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MiscPatches.cpp b/sfall/Modules/MiscPatches.cpp index 3482128d..56b3711a 100644 --- a/sfall/Modules/MiscPatches.cpp +++ b/sfall/Modules/MiscPatches.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/MiscPatches.h b/sfall/Modules/MiscPatches.h index bd3d2c47..ff43fad3 100644 --- a/sfall/Modules/MiscPatches.h +++ b/sfall/Modules/MiscPatches.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Module.h b/sfall/Modules/Module.h index 463b5209..8a74df66 100644 --- a/sfall/Modules/Module.h +++ b/sfall/Modules/Module.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Movies.cpp b/sfall/Modules/Movies.cpp index a82b1f21..1375912c 100644 --- a/sfall/Modules/Movies.cpp +++ b/sfall/Modules/Movies.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Movies.h b/sfall/Modules/Movies.h index bb972181..800c562c 100644 --- a/sfall/Modules/Movies.h +++ b/sfall/Modules/Movies.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Objects.cpp b/sfall/Modules/Objects.cpp index d990f145..2c04c84c 100644 --- a/sfall/Modules/Objects.cpp +++ b/sfall/Modules/Objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Objects.h b/sfall/Modules/Objects.h index 72b117c7..9a4186ed 100644 --- a/sfall/Modules/Objects.h +++ b/sfall/Modules/Objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/PartyControl.cpp b/sfall/Modules/PartyControl.cpp index ab1ba203..251c3f4d 100644 --- a/sfall/Modules/PartyControl.cpp +++ b/sfall/Modules/PartyControl.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/PartyControl.h b/sfall/Modules/PartyControl.h index 3d118957..e57be0fb 100644 --- a/sfall/Modules/PartyControl.h +++ b/sfall/Modules/PartyControl.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Perks.cpp b/sfall/Modules/Perks.cpp index cc8b9801..cd734366 100644 --- a/sfall/Modules/Perks.cpp +++ b/sfall/Modules/Perks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Perks.h b/sfall/Modules/Perks.h index a283c1cf..e8abbb17 100644 --- a/sfall/Modules/Perks.h +++ b/sfall/Modules/Perks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/PlayerModel.cpp b/sfall/Modules/PlayerModel.cpp index 000d8079..95e742d0 100644 --- a/sfall/Modules/PlayerModel.cpp +++ b/sfall/Modules/PlayerModel.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/PlayerModel.h b/sfall/Modules/PlayerModel.h index 10ecef27..31c45cfa 100644 --- a/sfall/Modules/PlayerModel.h +++ b/sfall/Modules/PlayerModel.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Premade.cpp b/sfall/Modules/Premade.cpp index 0b0ed9fa..37537443 100644 --- a/sfall/Modules/Premade.cpp +++ b/sfall/Modules/Premade.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Premade.h b/sfall/Modules/Premade.h index 9d91fe13..1d919efd 100644 --- a/sfall/Modules/Premade.h +++ b/sfall/Modules/Premade.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/QuestList.cpp b/sfall/Modules/QuestList.cpp index 4b24d85d..1a98fea4 100644 --- a/sfall/Modules/QuestList.cpp +++ b/sfall/Modules/QuestList.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/QuestList.h b/sfall/Modules/QuestList.h index ccf948d0..dee88749 100644 --- a/sfall/Modules/QuestList.h +++ b/sfall/Modules/QuestList.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Reputations.cpp b/sfall/Modules/Reputations.cpp index 01505c93..0d0a6c2b 100644 --- a/sfall/Modules/Reputations.cpp +++ b/sfall/Modules/Reputations.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Reputations.h b/sfall/Modules/Reputations.h index d3c1a717..c7bd746c 100644 --- a/sfall/Modules/Reputations.h +++ b/sfall/Modules/Reputations.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ScriptExtender.cpp b/sfall/Modules/ScriptExtender.cpp index a6ae6f7f..5020ea30 100644 --- a/sfall/Modules/ScriptExtender.cpp +++ b/sfall/Modules/ScriptExtender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ScriptExtender.h b/sfall/Modules/ScriptExtender.h index 9e1cf5d1..a3c0209d 100644 --- a/sfall/Modules/ScriptExtender.h +++ b/sfall/Modules/ScriptExtender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ScriptShaders.cpp b/sfall/Modules/ScriptShaders.cpp index f049c795..d35040dd 100644 --- a/sfall/Modules/ScriptShaders.cpp +++ b/sfall/Modules/ScriptShaders.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/ScriptShaders.h b/sfall/Modules/ScriptShaders.h index b35015b1..b5bd43d4 100644 --- a/sfall/Modules/ScriptShaders.h +++ b/sfall/Modules/ScriptShaders.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Arrays.cpp b/sfall/Modules/Scripting/Arrays.cpp index c1dd5682..019285c3 100644 --- a/sfall/Modules/Scripting/Arrays.cpp +++ b/sfall/Modules/Scripting/Arrays.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Arrays.h b/sfall/Modules/Scripting/Arrays.h index 1fc0efdb..11581615 100644 --- a/sfall/Modules/Scripting/Arrays.h +++ b/sfall/Modules/Scripting/Arrays.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Anims.cpp b/sfall/Modules/Scripting/Handlers/Anims.cpp index 84365ffc..7b5cb8de 100644 --- a/sfall/Modules/Scripting/Handlers/Anims.cpp +++ b/sfall/Modules/Scripting/Handlers/Anims.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Anims.h b/sfall/Modules/Scripting/Handlers/Anims.h index 4cc23c8c..37098d08 100644 --- a/sfall/Modules/Scripting/Handlers/Anims.h +++ b/sfall/Modules/Scripting/Handlers/Anims.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Arrays.cpp b/sfall/Modules/Scripting/Handlers/Arrays.cpp index 9735469b..6717abef 100644 --- a/sfall/Modules/Scripting/Handlers/Arrays.cpp +++ b/sfall/Modules/Scripting/Handlers/Arrays.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Arrays.h b/sfall/Modules/Scripting/Handlers/Arrays.h index f8a40301..dc70dc08 100644 --- a/sfall/Modules/Scripting/Handlers/Arrays.h +++ b/sfall/Modules/Scripting/Handlers/Arrays.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Combat.cpp b/sfall/Modules/Scripting/Handlers/Combat.cpp index e556eb70..c0aed298 100644 --- a/sfall/Modules/Scripting/Handlers/Combat.cpp +++ b/sfall/Modules/Scripting/Handlers/Combat.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Combat.h b/sfall/Modules/Scripting/Handlers/Combat.h index 7ed5aae5..e7928246 100644 --- a/sfall/Modules/Scripting/Handlers/Combat.h +++ b/sfall/Modules/Scripting/Handlers/Combat.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Core.cpp b/sfall/Modules/Scripting/Handlers/Core.cpp index 2488277c..40d7e74d 100644 --- a/sfall/Modules/Scripting/Handlers/Core.cpp +++ b/sfall/Modules/Scripting/Handlers/Core.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Core.h b/sfall/Modules/Scripting/Handlers/Core.h index 408af923..7666cf42 100644 --- a/sfall/Modules/Scripting/Handlers/Core.h +++ b/sfall/Modules/Scripting/Handlers/Core.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/FileSystem.cpp b/sfall/Modules/Scripting/Handlers/FileSystem.cpp index 689afaeb..96a60c49 100644 --- a/sfall/Modules/Scripting/Handlers/FileSystem.cpp +++ b/sfall/Modules/Scripting/Handlers/FileSystem.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/FileSystem.h b/sfall/Modules/Scripting/Handlers/FileSystem.h index 32519431..37ca178f 100644 --- a/sfall/Modules/Scripting/Handlers/FileSystem.h +++ b/sfall/Modules/Scripting/Handlers/FileSystem.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Graphics.cpp b/sfall/Modules/Scripting/Handlers/Graphics.cpp index f1f8b6a2..420a1591 100644 --- a/sfall/Modules/Scripting/Handlers/Graphics.cpp +++ b/sfall/Modules/Scripting/Handlers/Graphics.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Graphics.h b/sfall/Modules/Scripting/Handlers/Graphics.h index a90f3c8c..25afc5ee 100644 --- a/sfall/Modules/Scripting/Handlers/Graphics.h +++ b/sfall/Modules/Scripting/Handlers/Graphics.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/IniFiles.cpp b/sfall/Modules/Scripting/Handlers/IniFiles.cpp index 40e7848e..158a7de2 100644 --- a/sfall/Modules/Scripting/Handlers/IniFiles.cpp +++ b/sfall/Modules/Scripting/Handlers/IniFiles.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/IniFiles.h b/sfall/Modules/Scripting/Handlers/IniFiles.h index 2a066cb0..8b4eead7 100644 --- a/sfall/Modules/Scripting/Handlers/IniFiles.h +++ b/sfall/Modules/Scripting/Handlers/IniFiles.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Interface.cpp b/sfall/Modules/Scripting/Handlers/Interface.cpp index cc8e4a75..e96d2111 100644 --- a/sfall/Modules/Scripting/Handlers/Interface.cpp +++ b/sfall/Modules/Scripting/Handlers/Interface.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Interface.h b/sfall/Modules/Scripting/Handlers/Interface.h index c80af778..0a4451ac 100644 --- a/sfall/Modules/Scripting/Handlers/Interface.h +++ b/sfall/Modules/Scripting/Handlers/Interface.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Inventory.cpp b/sfall/Modules/Scripting/Handlers/Inventory.cpp index c4327c3c..3460b8b8 100644 --- a/sfall/Modules/Scripting/Handlers/Inventory.cpp +++ b/sfall/Modules/Scripting/Handlers/Inventory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Inventory.h b/sfall/Modules/Scripting/Handlers/Inventory.h index 9e98416f..fa37a7c4 100644 --- a/sfall/Modules/Scripting/Handlers/Inventory.h +++ b/sfall/Modules/Scripting/Handlers/Inventory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Math.cpp b/sfall/Modules/Scripting/Handlers/Math.cpp index 942e930c..ca6eb1f1 100644 --- a/sfall/Modules/Scripting/Handlers/Math.cpp +++ b/sfall/Modules/Scripting/Handlers/Math.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Math.h b/sfall/Modules/Scripting/Handlers/Math.h index b2a6a2f2..07f5f636 100644 --- a/sfall/Modules/Scripting/Handlers/Math.h +++ b/sfall/Modules/Scripting/Handlers/Math.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Memory.cpp b/sfall/Modules/Scripting/Handlers/Memory.cpp index fb8a9fe8..6be73c92 100644 --- a/sfall/Modules/Scripting/Handlers/Memory.cpp +++ b/sfall/Modules/Scripting/Handlers/Memory.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Memory.h b/sfall/Modules/Scripting/Handlers/Memory.h index 0fa31b34..1d69e095 100644 --- a/sfall/Modules/Scripting/Handlers/Memory.h +++ b/sfall/Modules/Scripting/Handlers/Memory.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Metarule.cpp b/sfall/Modules/Scripting/Handlers/Metarule.cpp index ab1a9b0c..1f57bd3a 100644 --- a/sfall/Modules/Scripting/Handlers/Metarule.cpp +++ b/sfall/Modules/Scripting/Handlers/Metarule.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Metarule.h b/sfall/Modules/Scripting/Handlers/Metarule.h index e394e33e..c8a512c0 100644 --- a/sfall/Modules/Scripting/Handlers/Metarule.h +++ b/sfall/Modules/Scripting/Handlers/Metarule.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Misc.cpp b/sfall/Modules/Scripting/Handlers/Misc.cpp index 9b80251d..712311cc 100644 --- a/sfall/Modules/Scripting/Handlers/Misc.cpp +++ b/sfall/Modules/Scripting/Handlers/Misc.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Misc.h b/sfall/Modules/Scripting/Handlers/Misc.h index 010f8edf..7062df8f 100644 --- a/sfall/Modules/Scripting/Handlers/Misc.h +++ b/sfall/Modules/Scripting/Handlers/Misc.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Objects.cpp b/sfall/Modules/Scripting/Handlers/Objects.cpp index d259c3c6..ed0d1553 100644 --- a/sfall/Modules/Scripting/Handlers/Objects.cpp +++ b/sfall/Modules/Scripting/Handlers/Objects.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Objects.h b/sfall/Modules/Scripting/Handlers/Objects.h index ad75853e..842524c2 100644 --- a/sfall/Modules/Scripting/Handlers/Objects.h +++ b/sfall/Modules/Scripting/Handlers/Objects.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Perks.cpp b/sfall/Modules/Scripting/Handlers/Perks.cpp index cf06cc40..17b96720 100644 --- a/sfall/Modules/Scripting/Handlers/Perks.cpp +++ b/sfall/Modules/Scripting/Handlers/Perks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Perks.h b/sfall/Modules/Scripting/Handlers/Perks.h index b1f242fa..fc3da676 100644 --- a/sfall/Modules/Scripting/Handlers/Perks.h +++ b/sfall/Modules/Scripting/Handlers/Perks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Stats.cpp b/sfall/Modules/Scripting/Handlers/Stats.cpp index d2e7cf0e..2cffde0f 100644 --- a/sfall/Modules/Scripting/Handlers/Stats.cpp +++ b/sfall/Modules/Scripting/Handlers/Stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Stats.h b/sfall/Modules/Scripting/Handlers/Stats.h index 218993a8..1ae99429 100644 --- a/sfall/Modules/Scripting/Handlers/Stats.h +++ b/sfall/Modules/Scripting/Handlers/Stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Utils.cpp b/sfall/Modules/Scripting/Handlers/Utils.cpp index e4424af8..f53080a3 100644 --- a/sfall/Modules/Scripting/Handlers/Utils.cpp +++ b/sfall/Modules/Scripting/Handlers/Utils.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Utils.h b/sfall/Modules/Scripting/Handlers/Utils.h index 6c96d413..178f7e88 100644 --- a/sfall/Modules/Scripting/Handlers/Utils.h +++ b/sfall/Modules/Scripting/Handlers/Utils.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Worldmap.cpp b/sfall/Modules/Scripting/Handlers/Worldmap.cpp index cd302a49..aa887c06 100644 --- a/sfall/Modules/Scripting/Handlers/Worldmap.cpp +++ b/sfall/Modules/Scripting/Handlers/Worldmap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Handlers/Worldmap.h b/sfall/Modules/Scripting/Handlers/Worldmap.h index 6589ed8a..add620d6 100644 --- a/sfall/Modules/Scripting/Handlers/Worldmap.h +++ b/sfall/Modules/Scripting/Handlers/Worldmap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/OpcodeContext.cpp b/sfall/Modules/Scripting/OpcodeContext.cpp index 7a45164c..bbd12f08 100644 --- a/sfall/Modules/Scripting/OpcodeContext.cpp +++ b/sfall/Modules/Scripting/OpcodeContext.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/OpcodeContext.h b/sfall/Modules/Scripting/OpcodeContext.h index 02370903..4886d4d0 100644 --- a/sfall/Modules/Scripting/OpcodeContext.h +++ b/sfall/Modules/Scripting/OpcodeContext.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Opcodes.cpp b/sfall/Modules/Scripting/Opcodes.cpp index 41461ae8..2bddff5d 100644 --- a/sfall/Modules/Scripting/Opcodes.cpp +++ b/sfall/Modules/Scripting/Opcodes.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/Opcodes.h b/sfall/Modules/Scripting/Opcodes.h index 3f3781b7..37a7a540 100644 --- a/sfall/Modules/Scripting/Opcodes.h +++ b/sfall/Modules/Scripting/Opcodes.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/ScriptValue.cpp b/sfall/Modules/Scripting/ScriptValue.cpp index 5c809348..d28e0edb 100644 --- a/sfall/Modules/Scripting/ScriptValue.cpp +++ b/sfall/Modules/Scripting/ScriptValue.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Scripting/ScriptValue.h b/sfall/Modules/Scripting/ScriptValue.h index 2db727cc..8e460d5e 100644 --- a/sfall/Modules/Scripting/ScriptValue.h +++ b/sfall/Modules/Scripting/ScriptValue.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Skills.cpp b/sfall/Modules/Skills.cpp index ee92085e..19de91ed 100644 --- a/sfall/Modules/Skills.cpp +++ b/sfall/Modules/Skills.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Skills.h b/sfall/Modules/Skills.h index 6e566758..c979d01c 100644 --- a/sfall/Modules/Skills.h +++ b/sfall/Modules/Skills.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Sound.cpp b/sfall/Modules/Sound.cpp index c2bf838c..e2cc474a 100644 --- a/sfall/Modules/Sound.cpp +++ b/sfall/Modules/Sound.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Sound.h b/sfall/Modules/Sound.h index b9e02fa9..cf20e9bd 100644 --- a/sfall/Modules/Sound.h +++ b/sfall/Modules/Sound.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SpeedPatch.cpp b/sfall/Modules/SpeedPatch.cpp index b4a5b18a..cc63d316 100644 --- a/sfall/Modules/SpeedPatch.cpp +++ b/sfall/Modules/SpeedPatch.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SpeedPatch.h b/sfall/Modules/SpeedPatch.h index d2af589b..83542e43 100644 --- a/sfall/Modules/SpeedPatch.h +++ b/sfall/Modules/SpeedPatch.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Stats.cpp b/sfall/Modules/Stats.cpp index 6c016d60..0a63ca05 100644 --- a/sfall/Modules/Stats.cpp +++ b/sfall/Modules/Stats.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Stats.h b/sfall/Modules/Stats.h index 923689d9..fb37721c 100644 --- a/sfall/Modules/Stats.h +++ b/sfall/Modules/Stats.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/CombatBlock.cpp b/sfall/Modules/SubModules/CombatBlock.cpp index 4758b63f..421ec157 100644 --- a/sfall/Modules/SubModules/CombatBlock.cpp +++ b/sfall/Modules/SubModules/CombatBlock.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/CombatBlock.h b/sfall/Modules/SubModules/CombatBlock.h index e5158904..86a4afa5 100644 --- a/sfall/Modules/SubModules/CombatBlock.h +++ b/sfall/Modules/SubModules/CombatBlock.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/DirectDraw.cpp b/sfall/Modules/SubModules/DirectDraw.cpp index b2d5d7f4..417f3ae9 100644 --- a/sfall/Modules/SubModules/DirectDraw.cpp +++ b/sfall/Modules/SubModules/DirectDraw.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/DirectDraw.h b/sfall/Modules/SubModules/DirectDraw.h index 52409c74..f950a26d 100644 --- a/sfall/Modules/SubModules/DirectDraw.h +++ b/sfall/Modules/SubModules/DirectDraw.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/EnginePerks.cpp b/sfall/Modules/SubModules/EnginePerks.cpp index 9fbacf36..4824806e 100644 --- a/sfall/Modules/SubModules/EnginePerks.cpp +++ b/sfall/Modules/SubModules/EnginePerks.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/EnginePerks.h b/sfall/Modules/SubModules/EnginePerks.h index 3465570c..f1572226 100644 --- a/sfall/Modules/SubModules/EnginePerks.h +++ b/sfall/Modules/SubModules/EnginePerks.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/ObjectName.cpp b/sfall/Modules/SubModules/ObjectName.cpp index bc0f017b..e75070a2 100644 --- a/sfall/Modules/SubModules/ObjectName.cpp +++ b/sfall/Modules/SubModules/ObjectName.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/ObjectName.h b/sfall/Modules/SubModules/ObjectName.h index 5fbb5be6..bd227a51 100644 --- a/sfall/Modules/SubModules/ObjectName.h +++ b/sfall/Modules/SubModules/ObjectName.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/WindowRender.cpp b/sfall/Modules/SubModules/WindowRender.cpp index 4a892856..c74e9871 100644 --- a/sfall/Modules/SubModules/WindowRender.cpp +++ b/sfall/Modules/SubModules/WindowRender.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/SubModules/WindowRender.h b/sfall/Modules/SubModules/WindowRender.h index 3267cfb2..a658f349 100644 --- a/sfall/Modules/SubModules/WindowRender.h +++ b/sfall/Modules/SubModules/WindowRender.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/TalkingHeads.cpp b/sfall/Modules/TalkingHeads.cpp index 01f0012e..e0152b8c 100644 --- a/sfall/Modules/TalkingHeads.cpp +++ b/sfall/Modules/TalkingHeads.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/TalkingHeads.h b/sfall/Modules/TalkingHeads.h index 53589176..5537bc51 100644 --- a/sfall/Modules/TalkingHeads.h +++ b/sfall/Modules/TalkingHeads.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Tiles.cpp b/sfall/Modules/Tiles.cpp index c6292e30..023a1749 100644 --- a/sfall/Modules/Tiles.cpp +++ b/sfall/Modules/Tiles.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Tiles.h b/sfall/Modules/Tiles.h index dcdd4b62..ed78f67a 100644 --- a/sfall/Modules/Tiles.h +++ b/sfall/Modules/Tiles.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Unarmed.cpp b/sfall/Modules/Unarmed.cpp index e933fb78..fe0ceefe 100644 --- a/sfall/Modules/Unarmed.cpp +++ b/sfall/Modules/Unarmed.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Unarmed.h b/sfall/Modules/Unarmed.h index 1d637036..936e9a13 100644 --- a/sfall/Modules/Unarmed.h +++ b/sfall/Modules/Unarmed.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Worldmap.cpp b/sfall/Modules/Worldmap.cpp index c20c1678..e60eeb0c 100644 --- a/sfall/Modules/Worldmap.cpp +++ b/sfall/Modules/Worldmap.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Modules/Worldmap.h b/sfall/Modules/Worldmap.h index f2bab555..d2b079be 100644 --- a/sfall/Modules/Worldmap.h +++ b/sfall/Modules/Worldmap.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/ReplacementFuncs.h b/sfall/ReplacementFuncs.h index 6f70ebcd..ff1d5302 100644 --- a/sfall/ReplacementFuncs.h +++ b/sfall/ReplacementFuncs.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Translate.cpp b/sfall/Translate.cpp index 80a7f9fd..c4fd176d 100644 --- a/sfall/Translate.cpp +++ b/sfall/Translate.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/Translate.h b/sfall/Translate.h index 13512e14..6b07a6b0 100644 --- a/sfall/Translate.h +++ b/sfall/Translate.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/WinProc.cpp b/sfall/WinProc.cpp index 4821693c..fc7d708e 100644 --- a/sfall/WinProc.cpp +++ b/sfall/WinProc.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/WinProc.h b/sfall/WinProc.h index 332fdca3..238c9e25 100644 --- a/sfall/WinProc.h +++ b/sfall/WinProc.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/ddraw.cpp b/sfall/ddraw.cpp index 2d2cb63b..3c4f12e2 100644 --- a/sfall/ddraw.cpp +++ b/sfall/ddraw.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/main.cpp b/sfall/main.cpp index 4cb66b99..72e958a1 100644 --- a/sfall/main.cpp +++ b/sfall/main.cpp @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/main.h b/sfall/main.h index 8cf1e690..80776119 100644 --- a/sfall/main.h +++ b/sfall/main.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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/sfall/version.h b/sfall/version.h index 417938c0..0cf6452e 100644 --- a/sfall/version.h +++ b/sfall/version.h @@ -1,6 +1,6 @@ /* * sfall - * Copyright (C) 2008-2023 The sfall team + * Copyright (C) 2008-2024 The sfall team * * 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 @@ -20,11 +20,11 @@ #define TARGETVERSION "Fallout 2 v1.02 US" -#define LEGAL_COPYRIGHT "Copyright (C) 2006-2023, sfall Team" +#define LEGAL_COPYRIGHT "Copyright (C) 2006-2024, sfall Team" #define VERSION_MAJOR 4 #define VERSION_MINOR 4 -#define VERSION_BUILD 1 -#define VERSION_REV 1 +#define VERSION_BUILD 2 +#define VERSION_REV 0 -#define VERSION_STRING "4.4.1.1" +#define VERSION_STRING "4.4.2"