From faa962a2fc329d6ddb8de479b21307327f08ed7a Mon Sep 17 00:00:00 2001
From: "Rob Swindell (on Windows 11)" <rob@synchro.net>
Date: Wed, 1 Jan 2025 14:46:34 -0800
Subject: [PATCH] Increment copyright year to 2025

---
 src/sbbs3/ctrl/AboutBoxFormUnit.dfm | 2 +-
 src/sbbs3/ctrl/sbbsctrl.bpr         | 2 +-
 src/sbbs3/sbbsdefs.h                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sbbs3/ctrl/AboutBoxFormUnit.dfm b/src/sbbs3/ctrl/AboutBoxFormUnit.dfm
index 860214d31f..5d92176c2e 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 e2bf4e36be..5f47f80a15 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 d8dddb6dee..6dbf58c3db 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"
 
-- 
GitLab