Changed copyright
This commit is contained in:
parent
535185bd93
commit
f3b1225a90
|
@ -45,7 +45,7 @@ Var
|
||||||
Begin
|
Begin
|
||||||
WriteLn;
|
WriteLn;
|
||||||
WriteLn ('MAKELANG (' + OSID + ') - Mystic Language Compiler v', mysVersion);
|
WriteLn ('MAKELANG (' + OSID + ') - Mystic Language Compiler v', mysVersion);
|
||||||
WriteLn ('Copyright (C) 1997-2011 By James Coyle. All Rights Reserved.');
|
WriteLn ('Copyright (C) 1997-2012 By James Coyle. All Rights Reserved.');
|
||||||
WriteLn;
|
WriteLn;
|
||||||
|
|
||||||
Assign (ConfigFile, 'mystic.dat');
|
Assign (ConfigFile, 'mystic.dat');
|
||||||
|
|
|
@ -1171,7 +1171,7 @@ Begin
|
||||||
|
|
||||||
Console.WriteXY (21, 8, 31, strPadC('MIDE', 40, ' '));
|
Console.WriteXY (21, 8, 31, strPadC('MIDE', 40, ' '));
|
||||||
Console.WriteXY (21, 9, 112, strRep('Ä', 40));
|
Console.WriteXY (21, 9, 112, strRep('Ä', 40));
|
||||||
Console.WriteXY (22, 11, 113, 'Copyright (C) 2002-2011 By James Coyle');
|
Console.WriteXY (22, 11, 113, 'Copyright (C) 2002-2012 By James Coyle');
|
||||||
Console.WriteXY (31, 12, 113, 'All Rights Reserved');
|
Console.WriteXY (31, 12, 113, 'All Rights Reserved');
|
||||||
Console.WriteXY (21, 14, 113, strPadC('Version ' + mideVersion + ' (MPL v' + mplVer + ')', 40, ' '));
|
Console.WriteXY (21, 14, 113, strPadC('Version ' + mideVersion + ' (MPL v' + mplVer + ')', 40, ' '));
|
||||||
Console.WriteXY (32, 16, 113, 'www.mysticbbs.com');
|
Console.WriteXY (32, 16, 113, 'www.mysticbbs.com');
|
||||||
|
@ -1692,7 +1692,7 @@ Begin
|
||||||
Console.TextAttr := 7;
|
Console.TextAttr := 7;
|
||||||
Console.ClearScreen;
|
Console.ClearScreen;
|
||||||
Console.WriteLine('Mystic Integrated Development Environment Version ' + mideVersion);
|
Console.WriteLine('Mystic Integrated Development Environment Version ' + mideVersion);
|
||||||
Console.WriteLine('Copyright (C) 2002-2011 By James Coyle. All Rights Reserved');
|
Console.WriteLine('Copyright (C) 2002-2012 By James Coyle. All Rights Reserved');
|
||||||
|
|
||||||
Input.Free;
|
Input.Free;
|
||||||
Console.Free;
|
Console.Free;
|
||||||
|
|
Loading…
Reference in New Issue