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 ..................: mbcico/mbcico.c
* Purpose ...............: Fidonet mailer
* Last modification date : 07-Feb-2001
* $Id$
* Purpose: Fidonet mailer
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -80,7 +79,7 @@ extern int mypid;
void usage(void)
{
fprintf(stderr,"ifcico; (c) Eugene G. Crosser, 1993-1997\n");
fprintf(stderr,"mbcico ver. %s; (c) %s\n\n", VERSION, ShortRight);
fprintf(stderr,"mbcico ver. %s; (c) %s\n\n", VERSION, SHORTRIGHT);
fprintf(stderr,"-r<role> -a<inetaddr> <node> ...\n");
fprintf(stderr,"-r 0|1 1 - master, 0 - slave [0]\n");
fprintf(stderr,"-n<phone> forced phone number\n");

View File

@@ -1,8 +1,7 @@
/*****************************************************************************
*
* File ..................: mbcico/mbout.c
* Purpose ...............: MBSE BBS Outbound Manager
* Last modification date : 31-Jan-2001
* $Id$
* Purpose: MBSE BBS Outbound Manager
*
*****************************************************************************
* Copyright (C) 1997-2001
@@ -64,7 +63,7 @@ void ProgName()
colour(15, 0);
printf("\nMBOUT: MBSE BBS %s Outbound Manager\n", VERSION);
colour(14, 0);
printf(" %s\n", Copyright);
printf(" %s\n", COPYRIGHT);
}