From 75fa97cc69e5a041830b672c0ef4cc9f49d1adf6 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 2 Aug 2005 22:13:39 +0000
Subject: [PATCH] Changed copyright date to 2005.

---
 src/sbbs3/sbbsdefs.h          | 6 +++---
 src/sbbs3/scfg/scfg.c         | 6 +++---
 src/sbbs3/uedit/uedit.c       | 6 +++---
 src/sbbs3/umonitor/umonitor.c | 4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h
index cee9b838ec..4bee4fee8f 100644
--- a/src/sbbs3/sbbsdefs.h
+++ b/src/sbbs3/sbbsdefs.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -55,8 +55,8 @@
 #define VERSION_NOTICE		"Synchronet BBS for "PLATFORM_DESC\
 								"  Version " VERSION
 #define SYNCHRONET_CRC		0x9BCDD162
-#define COPYRIGHT_NOTICE	"Copyright 2004 Rob Swindell"
-#define COPYRIGHT_CRC		0x0004A86C
+#define COPYRIGHT_NOTICE	"Copyright 2005 Rob Swindell"
+#define COPYRIGHT_CRC		0x9D0B491A
 
 #define Y2K_2DIGIT_WINDOW	70
 
diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index e577fadbb8..0c4eb14437 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -87,8 +87,8 @@ int main(int argc, char **argv)
 	BOOL    door_mode=FALSE;
 	int		ciolib_mode=CIOLIB_MODE_AUTO;
 
-    printf("\r\nSynchronet Configuration Utility (%s)  v%s  Copyright 2004 "
-        "Rob Swindell\r\n",PLATFORM_DESC,VERSION);
+    printf("\r\nSynchronet Configuration Utility (%s)  v%s  Copyright %s "
+        "Rob Swindell\r\n",PLATFORM_DESC,VERSION,__DATE__+7);
 
 	cfg.size=sizeof(cfg);
 
diff --git a/src/sbbs3/uedit/uedit.c b/src/sbbs3/uedit/uedit.c
index 08d897ce82..bd1e6b8f37 100644
--- a/src/sbbs3/uedit/uedit.c
+++ b/src/sbbs3/uedit/uedit.c
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2004 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This program is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU General Public License				*
@@ -1912,8 +1912,8 @@ int main(int argc, char** argv)  {
 
 	sscanf("$Revision$", "%*s %s", revision);
 
-    printf("\nSynchronet User Editor %s-%s  Copyright 2004 "
-        "Rob Swindell\n",revision,PLATFORM_DESC);
+    printf("\nSynchronet User Editor %s-%s  Copyright %s "
+        "Rob Swindell\n",revision,PLATFORM_DESC,__DATE__+7);
 
 	p=getenv("SBBSCTRL");
 	if(p==NULL) {
diff --git a/src/sbbs3/umonitor/umonitor.c b/src/sbbs3/umonitor/umonitor.c
index 7aa3ec351b..fc349e0020 100644
--- a/src/sbbs3/umonitor/umonitor.c
+++ b/src/sbbs3/umonitor/umonitor.c
@@ -829,8 +829,8 @@ int main(int argc, char** argv)  {
 
 	sscanf("$Revision$", "%*s %s", revision);
 
-    printf("\nSynchronet UNIX Monitor %s-%s  Copyright 2004 "
-        "Rob Swindell\n",revision,PLATFORM_DESC);
+    printf("\nSynchronet UNIX Monitor %s-%s  Copyright %s "
+        "Rob Swindell\n",revision,PLATFORM_DESC,__DATE__+7);
 
 	p=getenv("SBBSCTRL");
 	if(p==NULL) {
-- 
GitLab