Changed copyright notices to come from config.h

This commit is contained in:
Michiel Broek
2001-11-04 16:41:54 +00:00
parent d5739ef30c
commit 3bd0a45143
29 changed files with 540 additions and 784 deletions

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: mbsetup.c
* $Id$
* Purpose ...............: Setup Program
* Last modification date : 25-Oct-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -144,7 +143,7 @@ void soft_info(void)
center_addstr( 6, (char *)"MBSE BBS (Unknown)");
#endif
set_color(WHITE, BLACK);
center_addstr( 8, (char *)Copyright);
center_addstr( 8, (char *)COPYRIGHT);
set_color(YELLOW, BLACK);
center_addstr(10, (char *)"Made in the Netherlands");
set_color(WHITE, BLACK);

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: screen.c
* $Id$
* Purpose ...............: Screen functions for setup.
* Last modification date : 25-Oct-2000
*
*****************************************************************************
* Copyright (C) 1997-2000
@@ -148,7 +147,7 @@ void screen_start(char *name)
printf((char *)"%s for MBSE BBS version %s", name, VERSION);
set_color(YELLOW, BLUE);
locate(2, 1);
printf((char *)ShortRight);
printf((char *)SHORTRIGHT);
set_color(LIGHTGRAY, BLACK);
show_date(LIGHTGRAY, BLACK, 0, 0);
fflush(stdout);