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

@@ -34,8 +34,6 @@
#include "common.h"
#include "mutil.h"
#define Copyright "Copyright (C) 1997-2001 Michiel Broek, All Rights Reserved"
static void die(int onsig)
{
@@ -379,7 +377,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 ..................: mutil.c
* $Id$
* Purpose ...............: Utilities
* Last modification date : 07-Aug-2001
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -425,7 +424,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 *)"(c) Copyright Michiel Broek");
printf((char *)SHORTRIGHT);
set_color(LIGHTGRAY, BLACK);
show_date(LIGHTGRAY, BLACK, 0, 0);
fflush(stdout);