From 80d338f319cb1d42645a037f51f35d5828795298 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 30 Mar 2026 06:19:16 -0700
Subject: [PATCH] Updated copyright
---
game/Localization.h | 2 +-
game/MacDialog.cpp | 2 +-
game/MacDialog.h | 2 +-
game/Maelstrom.h | 2 +-
game/MaelstromUI.cpp | 2 +-
game/MaelstromUI.h | 2 +-
game/Maelstrom_Globals.h | 2 +-
game/about.cpp | 2 +-
game/about.h | 2 +-
game/colortable.h | 2 +-
game/continue.cpp | 2 +-
game/continue.h | 2 +-
game/controls.cpp | 2 +-
game/controls.h | 2 +-
game/fastrand.cpp | 2 +-
game/fastrand.h | 2 +-
game/game.cpp | 2 +-
game/game.h | 2 +-
game/gameinfo.cpp | 2 +-
game/gameinfo.h | 2 +-
game/gameover.cpp | 2 +-
game/gameover.h | 2 +-
game/init.cpp | 2 +-
game/init.h | 2 +-
game/load.cpp | 2 +-
game/load.h | 2 +-
game/lobby.cpp | 2 +-
game/lobby.h | 2 +-
game/main.cpp | 2 +-
game/main.h | 2 +-
game/make.cpp | 2 +-
game/make.h | 2 +-
game/myerror.cpp | 2 +-
game/myerror.h | 2 +-
game/netplay.cpp | 2 +-
game/netplay.h | 2 +-
game/object.cpp | 2 +-
game/object.h | 2 +-
game/objects.cpp | 2 +-
game/objects.h | 2 +-
game/packet.h | 2 +-
game/player.cpp | 2 +-
game/player.h | 2 +-
game/protocol.h | 2 +-
game/rect.cpp | 2 +-
game/rect.h | 2 +-
game/replay.cpp | 2 +-
game/replay.h | 2 +-
game/scores.cpp | 2 +-
game/scores.h | 2 +-
game/shenobi.h | 2 +-
game/steam.cpp | 2 +-
game/steam.h | 2 +-
maclib/COPYING | 2 +-
maclib/Mac_Compat.h | 2 +-
maclib/Mac_FontServ.cpp | 2 +-
maclib/Mac_FontServ.h | 2 +-
maclib/Mac_Resource.cpp | 2 +-
maclib/Mac_Resource.h | 2 +-
maclib/Mac_Sound.cpp | 2 +-
maclib/Mac_Sound.h | 2 +-
maclib/Mac_Wave.cpp | 2 +-
maclib/Mac_Wave.h | 2 +-
maclib/bitesex.h | 2 +-
maclib/macbinary.h | 2 +-
maclib/macres.cpp | 2 +-
screenlib/COPYING | 2 +-
screenlib/SDL_FrameBuf.cpp | 2 +-
screenlib/SDL_FrameBuf.h | 2 +-
screenlib/UIArea.cpp | 2 +-
screenlib/UIArea.h | 2 +-
screenlib/UIBaseElement.cpp | 2 +-
screenlib/UIBaseElement.h | 2 +-
screenlib/UIContainer.cpp | 2 +-
screenlib/UIContainer.h | 2 +-
screenlib/UIDialog.cpp | 2 +-
screenlib/UIDialog.h | 2 +-
screenlib/UIDialogButton.cpp | 2 +-
screenlib/UIDialogButton.h | 2 +-
screenlib/UIDrawEngine.cpp | 2 +-
screenlib/UIDrawEngine.h | 2 +-
screenlib/UIElement.cpp | 2 +-
screenlib/UIElement.h | 2 +-
screenlib/UIElementButton.cpp | 2 +-
screenlib/UIElementButton.h | 2 +-
screenlib/UIElementCheckbox.cpp | 2 +-
screenlib/UIElementCheckbox.h | 2 +-
screenlib/UIElementDropdown.cpp | 2 +-
screenlib/UIElementDropdown.h | 2 +-
screenlib/UIElementEditbox.cpp | 2 +-
screenlib/UIElementEditbox.h | 2 +-
screenlib/UIElementRadio.cpp | 2 +-
screenlib/UIElementRadio.h | 2 +-
screenlib/UIElementThumbstick.cpp | 2 +-
screenlib/UIElementThumbstick.h | 2 +-
screenlib/UIFontInterface.h | 2 +-
screenlib/UIImageInterface.h | 2 +-
screenlib/UIManager.cpp | 2 +-
screenlib/UIManager.h | 2 +-
screenlib/UIPanel.cpp | 2 +-
screenlib/UIPanel.h | 2 +-
screenlib/UISoundInterface.h | 2 +-
screenlib/UITemplates.cpp | 2 +-
screenlib/UITemplates.h | 2 +-
screenlib/UITexture.cpp | 2 +-
screenlib/UITexture.h | 2 +-
106 files changed, 106 insertions(+), 106 deletions(-)
diff --git a/game/Localization.h b/game/Localization.h
index e14933e8..34041789 100644
--- a/game/Localization.h
+++ b/game/Localization.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/MacDialog.cpp b/game/MacDialog.cpp
index f4024fce..4282a4bb 100644
--- a/game/MacDialog.cpp
+++ b/game/MacDialog.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/MacDialog.h b/game/MacDialog.h
index cb797f66..da84fb27 100644
--- a/game/MacDialog.h
+++ b/game/MacDialog.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/Maelstrom.h b/game/Maelstrom.h
index 3518354e..1ea9029c 100644
--- a/game/Maelstrom.h
+++ b/game/Maelstrom.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/MaelstromUI.cpp b/game/MaelstromUI.cpp
index ec06476b..1f0dc5ac 100644
--- a/game/MaelstromUI.cpp
+++ b/game/MaelstromUI.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/MaelstromUI.h b/game/MaelstromUI.h
index fc2b12d8..bf660bd3 100644
--- a/game/MaelstromUI.h
+++ b/game/MaelstromUI.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/Maelstrom_Globals.h b/game/Maelstrom_Globals.h
index 23c8e683..b715c3be 100644
--- a/game/Maelstrom_Globals.h
+++ b/game/Maelstrom_Globals.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/about.cpp b/game/about.cpp
index 18a5049f..b9bc9d25 100644
--- a/game/about.cpp
+++ b/game/about.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/about.h b/game/about.h
index 27dd6a19..e6856e0e 100644
--- a/game/about.h
+++ b/game/about.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/colortable.h b/game/colortable.h
index 0fdb9c91..455b3504 100644
--- a/game/colortable.h
+++ b/game/colortable.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/continue.cpp b/game/continue.cpp
index fa3cc8a7..ccd9f1d4 100644
--- a/game/continue.cpp
+++ b/game/continue.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/continue.h b/game/continue.h
index b2aa73f2..0e0ece03 100644
--- a/game/continue.h
+++ b/game/continue.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/controls.cpp b/game/controls.cpp
index 03975e70..c07ddbb6 100644
--- a/game/controls.cpp
+++ b/game/controls.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/controls.h b/game/controls.h
index d843abb5..88cdd37f 100644
--- a/game/controls.h
+++ b/game/controls.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/fastrand.cpp b/game/fastrand.cpp
index 31466209..0e0dff47 100644
--- a/game/fastrand.cpp
+++ b/game/fastrand.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/fastrand.h b/game/fastrand.h
index 6c98b6cc..38644ca6 100644
--- a/game/fastrand.h
+++ b/game/fastrand.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/game.cpp b/game/game.cpp
index ab5b814e..22bb599d 100644
--- a/game/game.cpp
+++ b/game/game.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/game.h b/game/game.h
index a7d447fa..9839d7c7 100644
--- a/game/game.h
+++ b/game/game.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/gameinfo.cpp b/game/gameinfo.cpp
index 8e328801..6f6f14bc 100644
--- a/game/gameinfo.cpp
+++ b/game/gameinfo.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/gameinfo.h b/game/gameinfo.h
index 0a680782..2b431e7f 100644
--- a/game/gameinfo.h
+++ b/game/gameinfo.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/gameover.cpp b/game/gameover.cpp
index 78038ff3..e78d86e9 100644
--- a/game/gameover.cpp
+++ b/game/gameover.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/gameover.h b/game/gameover.h
index 7984164c..4070d324 100644
--- a/game/gameover.h
+++ b/game/gameover.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/init.cpp b/game/init.cpp
index 01e71c59..f51b32e4 100644
--- a/game/init.cpp
+++ b/game/init.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/init.h b/game/init.h
index e6a887e0..393d986b 100644
--- a/game/init.h
+++ b/game/init.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/load.cpp b/game/load.cpp
index 7858307c..a50e37b2 100644
--- a/game/load.cpp
+++ b/game/load.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/load.h b/game/load.h
index 001d3466..f45a1eae 100644
--- a/game/load.h
+++ b/game/load.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/lobby.cpp b/game/lobby.cpp
index 899c9499..7652bb11 100644
--- a/game/lobby.cpp
+++ b/game/lobby.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/lobby.h b/game/lobby.h
index 2389d874..e65b8e6f 100644
--- a/game/lobby.h
+++ b/game/lobby.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/main.cpp b/game/main.cpp
index 0bdac632..0923c73b 100644
--- a/game/main.cpp
+++ b/game/main.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/main.h b/game/main.h
index 5186df57..a678fa9e 100644
--- a/game/main.h
+++ b/game/main.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/make.cpp b/game/make.cpp
index 200dccfb..e21de2f4 100644
--- a/game/make.cpp
+++ b/game/make.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/make.h b/game/make.h
index 0d7ed660..570a3229 100644
--- a/game/make.h
+++ b/game/make.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/myerror.cpp b/game/myerror.cpp
index d713ff1b..1c60dafa 100644
--- a/game/myerror.cpp
+++ b/game/myerror.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/myerror.h b/game/myerror.h
index 84ca5ce7..69239542 100644
--- a/game/myerror.h
+++ b/game/myerror.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/netplay.cpp b/game/netplay.cpp
index 862fda35..3eaf319a 100644
--- a/game/netplay.cpp
+++ b/game/netplay.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/netplay.h b/game/netplay.h
index 2a77320d..291a2657 100644
--- a/game/netplay.h
+++ b/game/netplay.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/object.cpp b/game/object.cpp
index 72675677..65f58dd6 100644
--- a/game/object.cpp
+++ b/game/object.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/object.h b/game/object.h
index ce5bc994..d9de7a84 100644
--- a/game/object.h
+++ b/game/object.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/objects.cpp b/game/objects.cpp
index abef7332..4d833c43 100644
--- a/game/objects.cpp
+++ b/game/objects.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/objects.h b/game/objects.h
index 1a8f3809..941a5e79 100644
--- a/game/objects.h
+++ b/game/objects.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/packet.h b/game/packet.h
index d1bc0218..10c2f7b9 100644
--- a/game/packet.h
+++ b/game/packet.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/player.cpp b/game/player.cpp
index 2f5840a0..78a17311 100644
--- a/game/player.cpp
+++ b/game/player.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/player.h b/game/player.h
index 13e140e9..1d6e287c 100644
--- a/game/player.h
+++ b/game/player.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/protocol.h b/game/protocol.h
index 7cf59048..45889cb7 100644
--- a/game/protocol.h
+++ b/game/protocol.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/rect.cpp b/game/rect.cpp
index c4b5a9b4..b4722674 100644
--- a/game/rect.cpp
+++ b/game/rect.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/rect.h b/game/rect.h
index 6c03a869..27cba6f2 100644
--- a/game/rect.h
+++ b/game/rect.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/replay.cpp b/game/replay.cpp
index a60164ce..c5e5a656 100644
--- a/game/replay.cpp
+++ b/game/replay.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/replay.h b/game/replay.h
index 7e5184b8..5c06b32a 100644
--- a/game/replay.h
+++ b/game/replay.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/scores.cpp b/game/scores.cpp
index e037ea2c..68ee3275 100644
--- a/game/scores.cpp
+++ b/game/scores.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/scores.h b/game/scores.h
index 57a2ff51..bfb00649 100644
--- a/game/scores.h
+++ b/game/scores.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/shenobi.h b/game/shenobi.h
index ceb19e2d..e6acae50 100644
--- a/game/shenobi.h
+++ b/game/shenobi.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/steam.cpp b/game/steam.cpp
index 8cdb0210..73c58f3a 100644
--- a/game/steam.cpp
+++ b/game/steam.cpp
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/game/steam.h b/game/steam.h
index 834ab389..937f54b1 100644
--- a/game/steam.h
+++ b/game/steam.h
@@ -1,6 +1,6 @@
/*
Maelstrom: Open Source version of the classic game by Ambrosia Software
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/maclib/COPYING b/maclib/COPYING
index 3aa4b7ca..b2824c7e 100644
--- a/maclib/COPYING
+++ b/maclib/COPYING
@@ -1,6 +1,6 @@
/*
maclib: A companion library to SDL for working with Macintosh (tm) data
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/maclib/Mac_Compat.h b/maclib/Mac_Compat.h
index 250268c1..10d433b5 100644
--- a/maclib/Mac_Compat.h
+++ b/maclib/Mac_Compat.h
@@ -1,6 +1,6 @@
/*
maclib: A companion library to SDL for working with Macintosh (tm) data
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
diff --git a/maclib/Mac_FontServ.cpp b/maclib/Mac_FontServ.cpp
index 308f0d40..d0cb2004 100644
--- a/maclib/Mac_FontServ.cpp
+++ b/maclib/Mac_FontServ.cpp
@@ -1,6 +1,6 @@
/*
maclib: A companion library to SDL for working with Macintosh (tm) data
- Copyright (C) 1997-2025 Sam Lantinga <slouken@libsdl.org>
+ Copyright (C) 1997-2026 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or impli
(Patch may be truncated, please check the link at the top of this post.)