Changed copyright notices to come from config.h
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user