diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
index 860214d31fada95d795da8c49e7c678b5b2ae7dc..5d92176c2eba47483616b3089f92bb3a5d76652a 100644
--- a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
+++ b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
@@ -13373,7 +13373,7 @@ object AboutBoxForm: TAboutBoxForm
     Alignment = taRightJustify
     Anchors = [akLeft, akBottom]
     AutoSize = False
-    Caption = 'Copyright 2024  ::'
+    Caption = 'Copyright 2025  ::'
     Font.Charset = DEFAULT_CHARSET
     Font.Color = clWindowText
     Font.Height = -15
diff --git a/src/sbbs3/ctrl/sbbsctrl.bpr b/src/sbbs3/ctrl/sbbsctrl.bpr
index e2bf4e36be7c9ade2cf87c4ebe29fcbef67f8c81..5f47f80a1586f49ef707079d8a9d6261c199695e 100644
--- a/src/sbbs3/ctrl/sbbsctrl.bpr
+++ b/src/sbbs3/ctrl/sbbsctrl.bpr
@@ -142,7 +142,7 @@ CompanyName=Rob Swindell
 FileDescription=Synchronet BBS Control Panel
 FileVersion=3.20.0.0
 InternalName=
-LegalCopyright=(C) 2024 Rob Swindell
+LegalCopyright=(C) 2025 Rob Swindell
 LegalTrademarks=
 OriginalFilename=sbbsctrl.exe
 ProductName=Synchronet BBS
diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h
index d8dddb6dee68ea9bc624da0986653315b9c69e23..6dbf58c3dbacb5720a5a77731743431cfecf5cf6 100644
--- a/src/sbbs3/sbbsdefs.h
+++ b/src/sbbs3/sbbsdefs.h
@@ -41,7 +41,7 @@
 
 #define VERSION_NOTICE		"Synchronet BBS for " PLATFORM_DESC\
 								"  Version " VERSION
-#define COPYRIGHT_NOTICE	"Copyright 2024 Rob Swindell"
+#define COPYRIGHT_NOTICE	"Copyright 2025 Rob Swindell"
 
 #define SBBSCTRL_DEFAULT	"/sbbs/ctrl"