diff --git a/Makefiles/Makefile.OSX b/Makefiles/Makefile.OSX
index 035d44e5..04efe6b9 100644
--- a/Makefiles/Makefile.OSX
+++ b/Makefiles/Makefile.OSX
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
-## Copyright 2003-2022 The Supermodel Team
+## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
diff --git a/Makefiles/Makefile.UNIX b/Makefiles/Makefile.UNIX
index a9dc893e..69343887 100644
--- a/Makefiles/Makefile.UNIX
+++ b/Makefiles/Makefile.UNIX
@@ -1,32 +1,32 @@
-##
-## Supermodel
-## A Sega Model 3 Arcade Emulator.
-## Copyright 2003-2022 The Supermodel Team
-##
-## This file is part of Supermodel.
-##
-## Supermodel is free software: you can redistribute it and/or modify it under
-## the terms of the GNU General Public License as published by the Free
-## Software Foundation, either version 3 of the License, or (at your option)
-## any later version.
-##
-## Supermodel is distributed in the hope that it will be useful, but WITHOUT
-## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
-## more details.
-##
-## You should have received a copy of the GNU General Public License along
-## with Supermodel. If not, see .
-##
-
-#
-# Makefile.UNIX
-#
-# Makefile for UNIX/Linux systems.
-#
-
-
-###############################################################################
+##
+## Supermodel
+## A Sega Model 3 Arcade Emulator.
+## Copyright 2003-2024 The Supermodel Team
+##
+## This file is part of Supermodel.
+##
+## Supermodel is free software: you can redistribute it and/or modify it under
+## the terms of the GNU General Public License as published by the Free
+## Software Foundation, either version 3 of the License, or (at your option)
+## any later version.
+##
+## Supermodel is distributed in the hope that it will be useful, but WITHOUT
+## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+## more details.
+##
+## You should have received a copy of the GNU General Public License along
+## with Supermodel. If not, see .
+##
+
+#
+# Makefile.UNIX
+#
+# Makefile for UNIX/Linux systems.
+#
+
+
+###############################################################################
# Build Options
###############################################################################
@@ -34,25 +34,25 @@ DELETE = rm -d -r -f
###############################################################################
-# Platform Configuration
-#
-# Edit library and include paths as needed.
-###############################################################################
-
-#
-# Must be included first
-#
-include Makefiles/Options.inc
-
-#
-# Toolchain
-#
-CC = gcc
-CXX = g++
-LD = gcc
-
-#
-# SDL
+# Platform Configuration
+#
+# Edit library and include paths as needed.
+###############################################################################
+
+#
+# Must be included first
+#
+include Makefiles/Options.inc
+
+#
+# Toolchain
+#
+CC = gcc
+CXX = g++
+LD = gcc
+
+#
+# SDL
#
SDL2_CFLAGS = `sdl2-config --cflags`
@@ -72,9 +72,9 @@ PLATFORM_LDFLAGS = $(SDL2_LIBS) -lGL -lGLU -lz -lm -lstdc++ -lpthread
###############################################################################
# Core Makefile
###############################################################################
-
-PLATFORM_SRC_FILES = \
- Src/OSD/Unix/FileSystemPath.cpp
+
+PLATFORM_SRC_FILES = \
+ Src/OSD/Unix/FileSystemPath.cpp
include Makefiles/Rules.inc
diff --git a/Makefiles/Makefile.Win32 b/Makefiles/Makefile.Win32
index 37b7369c..96e2884b 100644
--- a/Makefiles/Makefile.Win32
+++ b/Makefiles/Makefile.Win32
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
-## Copyright 2003-2022 The Supermodel Team
+## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
diff --git a/Makefiles/Options.inc b/Makefiles/Options.inc
index eaefc259..6bd97203 100644
--- a/Makefiles/Options.inc
+++ b/Makefiles/Options.inc
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
-## Copyright 2003-2022 The Supermodel Team
+## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
diff --git a/Makefiles/Rules.inc b/Makefiles/Rules.inc
index 2afe4fc6..eec76539 100644
--- a/Makefiles/Rules.inc
+++ b/Makefiles/Rules.inc
@@ -1,7 +1,7 @@
##
## Supermodel
## A Sega Model 3 Arcade Emulator.
-## Copyright 2003-2022 The Supermodel Team
+## Copyright 2003-2024 The Supermodel Team
##
## This file is part of Supermodel.
##
diff --git a/README.md b/README.md
index 3447fa1a..4d3492e9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Supermodel: A Sega Model 3 Arcade Emulator
-*Copyright 2003-2023 The Supermodel Team*
+*Copyright 2003-2024 The Supermodel Team*
## Overview