Changed copyright notices to come from config.h
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbsebbs/mball.c
|
||||
* $Id$
|
||||
* Purpose ...............: Creates allfiles listings
|
||||
* Last modification date : 09-Aug-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -65,7 +64,7 @@ void ProgName()
|
||||
colour(15, 0);
|
||||
printf("\nMBALL: MBSE BBS %s Allfiles Listing Creator\n", VERSION);
|
||||
colour(14, 0);
|
||||
printf(" %s\n", Copyright);
|
||||
printf(" %s\n", COPYRIGHT);
|
||||
}
|
||||
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbsebbs/mbchat.c
|
||||
* $Id$
|
||||
* Purpose ...............: Sysop chat utility.
|
||||
* Last modification date : 27-Nov-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
@@ -95,7 +94,7 @@ int main(int argc, char **argv)
|
||||
|
||||
if(argc != 2) {
|
||||
printf("\nSCHAT: MBSE BBS %s Sysop chat facilty\n", VERSION);
|
||||
printf(" %s\n", Copyright);
|
||||
printf(" %s\n", COPYRIGHT);
|
||||
|
||||
printf("\nCommand-line parameters:\n\n");
|
||||
|
||||
|
@@ -1,9 +1,8 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbfbgen.c
|
||||
* $Id$
|
||||
* Purpose ...............: mbfbgen generates file databases from the old
|
||||
* style files.bbs.
|
||||
* Last modification date : 28-Jun-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -68,7 +67,7 @@ int main(void)
|
||||
colour(15, 0);
|
||||
printf("\nMBFBGEN: MBSE BBS %s FileBase Generator Utility\n", VERSION);
|
||||
colour(14, 0);
|
||||
printf(" %s\n\n", Copyright);
|
||||
printf(" %s\n\n", COPYRIGHT);
|
||||
colour(7, 0);
|
||||
|
||||
pw = getpwuid(getuid());
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbsebbs/mblang.c
|
||||
* $Id$
|
||||
* Purpose ...............: Language Compiler
|
||||
* Last modification date : 28-Jun-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -47,7 +46,7 @@ int main(int argc, char **argv)
|
||||
temp1 = calloc(PATH_MAX, sizeof(char));
|
||||
|
||||
printf("\nMBLANG: MBSE BBS %s Quick Language Data File Creator\n", VERSION);
|
||||
printf(" %s\n", Copyright);
|
||||
printf(" %s\n", COPYRIGHT);
|
||||
|
||||
if (argc < 3) {
|
||||
printf("\nUsage: %s [language data file] [language text file]\n\n", *(argv));
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbsebbs/mbsebbs.c
|
||||
* $Id$
|
||||
* Purpose ...............: Main startup
|
||||
* Last modification date : 27-Oct-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -200,7 +199,7 @@ int main(int argc, char **argv)
|
||||
colour(YELLOW, BLACK);
|
||||
printf("MBSE BBS v%s (Release: %s)\n", VERSION, ReleaseDate);
|
||||
colour(WHITE, BLACK);
|
||||
printf("%s\n\n", Copyright);
|
||||
printf("%s\n\n", COPYRIGHT);
|
||||
|
||||
/*
|
||||
* Check if this port is available.
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbstat/mbstat.c
|
||||
* $id$
|
||||
* Purpose ...............: Change BBS status
|
||||
* Last modification date : 10-Jul-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -74,7 +73,7 @@ void ProgName(void)
|
||||
colour(15, 0);
|
||||
printf("\nMBSTAT: MBSE BBS %s Status Changer\n", VERSION);
|
||||
colour(14, 0);
|
||||
printf(" %s\n", Copyright);
|
||||
printf(" %s\n", COPYRIGHT);
|
||||
colour(3, 0);
|
||||
}
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: mbuser/mbuser.c
|
||||
* $Id$
|
||||
* Purpose ...............: User Pack Util
|
||||
* Last modification date : 12-Aug-2001
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2001
|
||||
@@ -136,7 +135,7 @@ void ProgName(void)
|
||||
colour(15, 0);
|
||||
printf("\nMBUSER: MBSE BBS %s - User maintenance utility\n", VERSION);
|
||||
colour(14, 0);
|
||||
printf(" %s\n\n", Copyright);
|
||||
printf(" %s\n\n", COPYRIGHT);
|
||||
colour(7, 0);
|
||||
}
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
/*****************************************************************************
|
||||
*
|
||||
* File ..................: bbs/pinfo.c
|
||||
* $Id$
|
||||
* Purpose ...............: Product information
|
||||
* Last modification date : 08-Oct-2000
|
||||
*
|
||||
*****************************************************************************
|
||||
* Copyright (C) 1997-2000
|
||||
@@ -101,7 +100,7 @@ void cr(void)
|
||||
rs(a);
|
||||
wl(a);
|
||||
ls(a);
|
||||
sprintf(temp, "%s", Copyright);
|
||||
sprintf(temp, "%s", COPYRIGHT);
|
||||
pout(11, 0, padleft(temp, 76, ' '));
|
||||
rs(a);
|
||||
wl(a);
|
||||
|
Reference in New Issue
Block a user