Merge branch 'old/master' into the 'develop' branch.
This commit is contained in:
commit
d2ca982efb
4
AUTHORS
4
AUTHORS
@ -1,6 +1,6 @@
|
|||||||
MBSE BBS AUTHORS.
|
MBSE BBS AUTHORS.
|
||||||
|
|
||||||
$Id: AUTHORS,v 1.29 2007/08/22 21:14:38 mbse Exp $
|
$Id: AUTHORS,v 1.29 2015/11/03 21:05:00 mbse Exp $
|
||||||
|
|
||||||
|
|
||||||
The following people are members of the MBSE BBS development team:
|
The following people are members of the MBSE BBS development team:
|
||||||
@ -43,7 +43,6 @@ NERvOus nervous@nervous.it
|
|||||||
Bobby Cabral bobbyc@digitelone.com
|
Bobby Cabral bobbyc@digitelone.com
|
||||||
Johannes Beekhuizen 2:280/1018@fidonet
|
Johannes Beekhuizen 2:280/1018@fidonet
|
||||||
Lukas De Groen 2:280/1027@fidonet
|
Lukas De Groen 2:280/1027@fidonet
|
||||||
Vincent Coen vbcoen@gmail.com 2:250/1@fidonet
|
|
||||||
Joachim Kuwan 2:249/591@fidonet
|
Joachim Kuwan 2:249/591@fidonet
|
||||||
Greek greek@voyager.nnov.ru
|
Greek greek@voyager.nnov.ru
|
||||||
Sergey Nechaev 2:5015/53@fidonet
|
Sergey Nechaev 2:5015/53@fidonet
|
||||||
@ -60,4 +59,3 @@ val khokhlov 2:550/180@fidonet
|
|||||||
Robert Wolfe 1:2613/4307@fidonet
|
Robert Wolfe 1:2613/4307@fidonet
|
||||||
Alan Ianson
|
Alan Ianson
|
||||||
Simon Voortman 2:280/1049.1@fidonet
|
Simon Voortman 2:280/1049.1@fidonet
|
||||||
Andrew Leary 1:320/219@fidonet
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
* Purpose ...............: Monitor Program
|
* Purpose ...............: Monitor Program
|
||||||
*
|
*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
* Copyright (C) 1997-2011
|
* Copyright (C) 1997-2015
|
||||||
*
|
*
|
||||||
* Michiel Broek FIDO: 2:280/2802
|
* Michiel Broek FIDO: 2:280/2802
|
||||||
* Beekmansbos 10
|
* Beekmansbos 10
|
||||||
@ -449,7 +449,7 @@ void soft_info(void)
|
|||||||
set_color(WHITE, BLACK);
|
set_color(WHITE, BLACK);
|
||||||
center_addstr( 8, (char *)COPYRIGHT);
|
center_addstr( 8, (char *)COPYRIGHT);
|
||||||
set_color(YELLOW, BLACK);
|
set_color(YELLOW, BLACK);
|
||||||
center_addstr(10, (char *)"Ceeated in the Netherlands.");
|
center_addstr(10, (char *)"Created in the Netherlands.");
|
||||||
set_color(WHITE, BLACK);
|
set_color(WHITE, BLACK);
|
||||||
#ifdef __GLIBC__
|
#ifdef __GLIBC__
|
||||||
snprintf(temp, 81, "Compiled on glibc v%d.%d", __GLIBC__, __GLIBC_MINOR__);
|
snprintf(temp, 81, "Compiled on glibc v%d.%d", __GLIBC__, __GLIBC_MINOR__);
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Purpose ...............: Setup Program
|
* Purpose ...............: Setup Program
|
||||||
*
|
*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
* Copyright (C) 1997-2008
|
* Copyright (C) 1997-2015
|
||||||
*
|
*
|
||||||
* Michiel Broek FIDO: 2:280/2802
|
* Michiel Broek FIDO: 2:280/2802
|
||||||
* Beekmansbos 10
|
* Beekmansbos 10
|
||||||
|
Reference in New Issue
Block a user