diff --git a/src/sbbs3/sbbsdefs.h b/src/sbbs3/sbbsdefs.h index cee9b838ecbfab1bbd3dbf8e02c23d59dd3a93e6..4bee4fee8f69a9968ff34015e20579a57c37bb60 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 e577fadbb8093a001a3d63e443cdbfa484f58e28..0c4eb144377bd3f41e5fa5947d8d697e450a6aec 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 08d897ce820f3b6d3701283b652f2b56ac1b2020..bd1e6b8f3789848806760da5aafb391a455230c1 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 7aa3ec351b608487f13edb7a2a16759b55e32395..fc349e0020d48b9b4ca73d61e77bbdd0656d2ffd 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) {