Skip to content
Snippets Groups Projects
Commit 75fa97cc authored by rswindell's avatar rswindell
Browse files

Changed copyright date to 2005.

parent f0d1647f
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -55,8 +55,8 @@ ...@@ -55,8 +55,8 @@
#define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\ #define VERSION_NOTICE "Synchronet BBS for "PLATFORM_DESC\
" Version " VERSION " Version " VERSION
#define SYNCHRONET_CRC 0x9BCDD162 #define SYNCHRONET_CRC 0x9BCDD162
#define COPYRIGHT_NOTICE "Copyright 2004 Rob Swindell" #define COPYRIGHT_NOTICE "Copyright 2005 Rob Swindell"
#define COPYRIGHT_CRC 0x0004A86C #define COPYRIGHT_CRC 0x9D0B491A
#define Y2K_2DIGIT_WINDOW 70 #define Y2K_2DIGIT_WINDOW 70
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -87,8 +87,8 @@ int main(int argc, char **argv) ...@@ -87,8 +87,8 @@ int main(int argc, char **argv)
BOOL door_mode=FALSE; BOOL door_mode=FALSE;
int ciolib_mode=CIOLIB_MODE_AUTO; int ciolib_mode=CIOLIB_MODE_AUTO;
printf("\r\nSynchronet Configuration Utility (%s) v%s Copyright 2004 " printf("\r\nSynchronet Configuration Utility (%s) v%s Copyright %s "
"Rob Swindell\r\n",PLATFORM_DESC,VERSION); "Rob Swindell\r\n",PLATFORM_DESC,VERSION,__DATE__+7);
cfg.size=sizeof(cfg); cfg.size=sizeof(cfg);
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License * * modify it under the terms of the GNU General Public License *
...@@ -1912,8 +1912,8 @@ int main(int argc, char** argv) { ...@@ -1912,8 +1912,8 @@ int main(int argc, char** argv) {
sscanf("$Revision$", "%*s %s", revision); sscanf("$Revision$", "%*s %s", revision);
printf("\nSynchronet User Editor %s-%s Copyright 2004 " printf("\nSynchronet User Editor %s-%s Copyright %s "
"Rob Swindell\n",revision,PLATFORM_DESC); "Rob Swindell\n",revision,PLATFORM_DESC,__DATE__+7);
p=getenv("SBBSCTRL"); p=getenv("SBBSCTRL");
if(p==NULL) { if(p==NULL) {
......
...@@ -829,8 +829,8 @@ int main(int argc, char** argv) { ...@@ -829,8 +829,8 @@ int main(int argc, char** argv) {
sscanf("$Revision$", "%*s %s", revision); sscanf("$Revision$", "%*s %s", revision);
printf("\nSynchronet UNIX Monitor %s-%s Copyright 2004 " printf("\nSynchronet UNIX Monitor %s-%s Copyright %s "
"Rob Swindell\n",revision,PLATFORM_DESC); "Rob Swindell\n",revision,PLATFORM_DESC,__DATE__+7);
p=getenv("SBBSCTRL"); p=getenv("SBBSCTRL");
if(p==NULL) { if(p==NULL) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment