Add files via upload

This commit is contained in:
rileyil77 2019-09-23 19:02:42 -05:00 committed by GitHub
parent affbe0dc75
commit ba2b8733a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -6,20 +6,26 @@ version_info(char *)
{
LOG(2,"Version info requested");
io << "\f\n\7"
io << "\f\n\7"
" ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿\n"
" ³ ProBoard version " VERSION;
for(int i=0;i<54-strlen(VERSION);i++) io << ' ';
io << "³\n"
//io << "\1(c) 1990-1996 Philippe Leybaert \7³\n"
" ³ ³\n";
io << "\7 ³ Copyright (c) 1990-1999 TeleGrafix Communications, Inc. ³\n";
io << "\7 ³ ³\n";
io << "\7 ³ Originally written by \3Philippe Leybaert\7 ³\n";
io << "\7 ³ Copyright (c) 1990-2019 \3John Riley, Sr.\7 of \3SLASHER BBS\7 ³\n";
io << "\7 ³ Lead Programmer since ProBoard 2.22: \3Lawrence Stockman\7 ³\n";
io << "\7 ³ All Rights Reserved ³\n";
io << "\7 ³ ProBoard is now Open Sourced! Free Private and Commercial use Granted! ³\n";
io << "\7 ³ ProBoard updates: \3http://rileypcmd.com\3 or \3http://proboardbbs.com\7 ³\n";
io << "\7 ³ GNU General Public License v3.0 ³\n";
io << "\7 ³ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄij\n"
"\7 ³ ³\n";
//----------------------------
// JDR: REGISTRATION REFERENCE
//----------------------------