diff --git a/mdl/m_bits.pas b/mdl/m_bits.pas
index 67d6129..e8a818a 100644
--- a/mdl/m_bits.pas
+++ b/mdl/m_bits.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Unit m_Bits;
diff --git a/mdl/m_crc.pas b/mdl/m_crc.pas
index f0ef7fd..67fcf5a 100644
--- a/mdl/m_crc.pas
+++ b/mdl/m_crc.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{
Mystic Software Development Library
===========================================================================
diff --git a/mdl/m_crypt.pas b/mdl/m_crypt.pas
index 5f8b0e5..2b24769 100644
--- a/mdl/m_crypt.pas
+++ b/mdl/m_crypt.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Crypt;
{$I M_OPS.PAS}
@@ -405,4 +425,4 @@ Begin
Result := MDFinal(MDContext, @MD5Transform);
End;
-End.
\ No newline at end of file
+End.
diff --git a/mdl/m_datetime.pas b/mdl/m_datetime.pas
index a7706c3..b9e2984 100644
--- a/mdl/m_datetime.pas
+++ b/mdl/m_datetime.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_DateTime;
{$I M_OPS.PAS}
diff --git a/mdl/m_fileio.pas b/mdl/m_fileio.pas
index 49a7701..cac2cab 100644
--- a/mdl/m_fileio.pas
+++ b/mdl/m_fileio.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_FileIO;
{$I M_OPS.PAS}
diff --git a/mdl/m_inireader.pas b/mdl/m_inireader.pas
index f34f62e..a99b690 100644
--- a/mdl/m_inireader.pas
+++ b/mdl/m_inireader.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_IniReader;
{$I M_OPS.PAS}
diff --git a/mdl/m_input.pas b/mdl/m_input.pas
index ae9db60..e449d59 100644
--- a/mdl/m_input.pas
+++ b/mdl/m_input.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Input;
{$I M_OPS.PAS}
diff --git a/mdl/m_input_crt.pas b/mdl/m_input_crt.pas
index aac6866..8081ef8 100644
--- a/mdl/m_input_crt.pas
+++ b/mdl/m_input_crt.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Input_CRT;
diff --git a/mdl/m_input_darwin.pas b/mdl/m_input_darwin.pas
index af67dd2..8a290f6 100644
--- a/mdl/m_input_darwin.pas
+++ b/mdl/m_input_darwin.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Input_Darwin;
{$I M_OPS.PAS}
diff --git a/mdl/m_input_linux.pas b/mdl/m_input_linux.pas
index 3a935d6..914bba3 100644
--- a/mdl/m_input_linux.pas
+++ b/mdl/m_input_linux.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Input_Linux;
diff --git a/mdl/m_input_windows.pas b/mdl/m_input_windows.pas
index e8a98fe..538d7a3 100644
--- a/mdl/m_input_windows.pas
+++ b/mdl/m_input_windows.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Input_Windows;
{$I M_OPS.PAS}
diff --git a/mdl/m_io_base.pas b/mdl/m_io_base.pas
index da11f96..a51b03c 100644
--- a/mdl/m_io_base.pas
+++ b/mdl/m_io_base.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_io_Base;
{$I M_OPS.PAS}
diff --git a/mdl/m_io_sockets.pas b/mdl/m_io_sockets.pas
index fd14b0f..677e082 100644
--- a/mdl/m_io_sockets.pas
+++ b/mdl/m_io_sockets.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_io_Sockets;
{$link m_resolve_address.o}
diff --git a/mdl/m_io_stdio.pas b/mdl/m_io_stdio.pas
index dda7ce7..455a1e6 100644
--- a/mdl/m_io_stdio.pas
+++ b/mdl/m_io_stdio.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_io_stdio;
{$I M_OPS.PAS}
diff --git a/mdl/m_logroller.pas b/mdl/m_logroller.pas
index c1d5bca..0bb0886 100644
--- a/mdl/m_logroller.pas
+++ b/mdl/m_logroller.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_LogRoller;
{$I M_OPS.PAS}
diff --git a/mdl/m_menubox.pas b/mdl/m_menubox.pas
index c574421..c2a33bd 100644
--- a/mdl/m_menubox.pas
+++ b/mdl/m_menubox.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_MenuBox;
{$I M_OPS.PAS}
diff --git a/mdl/m_menuform.pas b/mdl/m_menuform.pas
index 4ab1301..cac3fc9 100644
--- a/mdl/m_menuform.pas
+++ b/mdl/m_menuform.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_MenuForm;
diff --git a/mdl/m_menuhelp.pas b/mdl/m_menuhelp.pas
index 5f5acc2..17cb9fb 100644
--- a/mdl/m_menuhelp.pas
+++ b/mdl/m_menuhelp.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_MenuHelp;
{$I M_OPS.PAS}
diff --git a/mdl/m_menuinput.pas b/mdl/m_menuinput.pas
index 9bb6e62..4940564 100644
--- a/mdl/m_menuinput.pas
+++ b/mdl/m_menuinput.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_MenuInput;
diff --git a/mdl/m_ops.pas b/mdl/m_ops.pas
index 08223dd..673f6c6 100644
--- a/mdl/m_ops.pas
+++ b/mdl/m_ops.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{
Mystic Software Development Library
===========================================================================
diff --git a/mdl/m_output.pas b/mdl/m_output.pas
index 134e4c2..08d14ce 100644
--- a/mdl/m_output.pas
+++ b/mdl/m_output.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Output;
diff --git a/mdl/m_output_crt.pas b/mdl/m_output_crt.pas
index 057122c..15fbf43 100644
--- a/mdl/m_output_crt.pas
+++ b/mdl/m_output_crt.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Output_CRT;
{$I M_OPS.PAS}
diff --git a/mdl/m_output_darwin.pas b/mdl/m_output_darwin.pas
index 2b2c0dd..b0b47b1 100644
--- a/mdl/m_output_darwin.pas
+++ b/mdl/m_output_darwin.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Output_Darwin;
diff --git a/mdl/m_output_linux.pas b/mdl/m_output_linux.pas
index 4107191..953aa13 100644
--- a/mdl/m_output_linux.pas
+++ b/mdl/m_output_linux.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Output_Linux;
{$I M_OPS.PAS}
diff --git a/mdl/m_output_scrollback.pas b/mdl/m_output_scrollback.pas
index 972d9e5..046ea50 100644
--- a/mdl/m_output_scrollback.pas
+++ b/mdl/m_output_scrollback.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Output_ScrollBack;
{$I M_OPS.PAS}
diff --git a/mdl/m_output_windows.pas b/mdl/m_output_windows.pas
index 055c9ab..7979144 100644
--- a/mdl/m_output_windows.pas
+++ b/mdl/m_output_windows.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Output_Windows;
{$I M_OPS.PAS}
diff --git a/mdl/m_pipe.pas b/mdl/m_pipe.pas
index 7f69751..67e8802 100644
--- a/mdl/m_pipe.pas
+++ b/mdl/m_pipe.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Pipe;
{$I M_OPS.PAS}
diff --git a/mdl/m_pipe_disk.pas b/mdl/m_pipe_disk.pas
index 3f5e49b..0af40b6 100644
--- a/mdl/m_pipe_disk.pas
+++ b/mdl/m_pipe_disk.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Pipe_Disk;
{$I M_OPS.PAS}
diff --git a/mdl/m_pipe_unix.pas b/mdl/m_pipe_unix.pas
index f75b5b4..48e8e45 100644
--- a/mdl/m_pipe_unix.pas
+++ b/mdl/m_pipe_unix.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Pipe_Unix;
{$I M_OPS.PAS}
diff --git a/mdl/m_pipe_windows.pas b/mdl/m_pipe_windows.pas
index 368d975..2fb316c 100644
--- a/mdl/m_pipe_windows.pas
+++ b/mdl/m_pipe_windows.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Pipe_Windows;
{$I M_OPS.PAS}
diff --git a/mdl/m_prot_base.pas b/mdl/m_prot_base.pas
index 773114d..05fccb2 100644
--- a/mdl/m_prot_base.pas
+++ b/mdl/m_prot_base.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Prot_Base;
{$I M_OPS.PAS}
diff --git a/mdl/m_prot_binkp.pas b/mdl/m_prot_binkp.pas
index cc1c5ca..8213ed9 100644
--- a/mdl/m_prot_binkp.pas
+++ b/mdl/m_prot_binkp.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program BinkPoll;
{$I M_OPS.PAS}
diff --git a/mdl/m_prot_zmodem.pas b/mdl/m_prot_zmodem.pas
index 0662599..994d66c 100644
--- a/mdl/m_prot_zmodem.pas
+++ b/mdl/m_prot_zmodem.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Prot_Zmodem;
{$I M_OPS.PAS}
diff --git a/mdl/m_protocol_base.pas b/mdl/m_protocol_base.pas
index 4d05aa6..123c65d 100644
--- a/mdl/m_protocol_base.pas
+++ b/mdl/m_protocol_base.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Protocol_Base;
{$I M_OPS.PAS}
diff --git a/mdl/m_protocol_binkp.pas b/mdl/m_protocol_binkp.pas
index 870971b..223b0df 100644
--- a/mdl/m_protocol_binkp.pas
+++ b/mdl/m_protocol_binkp.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program BinkPoll;
// Need to include point and multi zones (same with tosser)
diff --git a/mdl/m_protocol_queue.pas b/mdl/m_protocol_queue.pas
index 2a487a5..2bda7cb 100644
--- a/mdl/m_protocol_queue.pas
+++ b/mdl/m_protocol_queue.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Protocol_Queue;
{$I M_OPS.PAS}
diff --git a/mdl/m_protocol_xmodem.pas b/mdl/m_protocol_xmodem.pas
index aefcf3d..3542e60 100644
--- a/mdl/m_protocol_xmodem.pas
+++ b/mdl/m_protocol_xmodem.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Protocol_XModem;
{$I M_OPS.PAS}
diff --git a/mdl/m_protocol_ymodem.pas b/mdl/m_protocol_ymodem.pas
index 609a436..8e55fc7 100644
--- a/mdl/m_protocol_ymodem.pas
+++ b/mdl/m_protocol_ymodem.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Protocol_YModem;
{$I M_OPS.PAS}
diff --git a/mdl/m_protocol_zmodem.pas b/mdl/m_protocol_zmodem.pas
index 5150507..752d238 100644
--- a/mdl/m_protocol_zmodem.pas
+++ b/mdl/m_protocol_zmodem.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Protocol_Zmodem;
{$I M_OPS.PAS}
diff --git a/mdl/m_quicksort.pas b/mdl/m_quicksort.pas
index b5235a3..e8402c6 100644
--- a/mdl/m_quicksort.pas
+++ b/mdl/m_quicksort.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_QuickSort;
diff --git a/mdl/m_resolve_address.c b/mdl/m_resolve_address.c
index 187f304..8128a84 100644
--- a/mdl/m_resolve_address.c
+++ b/mdl/m_resolve_address.c
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
#include
#include
#include
diff --git a/mdl/m_sdlcrt.pas b/mdl/m_sdlcrt.pas
index 939bea0..90e7eab 100644
--- a/mdl/m_sdlcrt.pas
+++ b/mdl/m_sdlcrt.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_SDLCRT;
{$I M_OPS.PAS}
diff --git a/mdl/m_socket_class.pas b/mdl/m_socket_class.pas
index 26ee450..67ca549 100644
--- a/mdl/m_socket_class.pas
+++ b/mdl/m_socket_class.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Socket_Class;
{$link m_resolve_address.o}
diff --git a/mdl/m_socket_server.pas b/mdl/m_socket_server.pas
index f41615d..d843089 100644
--- a/mdl/m_socket_server.pas
+++ b/mdl/m_socket_server.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Socket_Server;
diff --git a/mdl/m_strings.pas b/mdl/m_strings.pas
index d4fb4a4..32caa6f 100644
--- a/mdl/m_strings.pas
+++ b/mdl/m_strings.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Strings;
{$I M_OPS.PAS}
diff --git a/mdl/m_tcp_client.pas b/mdl/m_tcp_client.pas
index dee0a09..edc0a28 100644
--- a/mdl/m_tcp_client.pas
+++ b/mdl/m_tcp_client.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_TCP_Client;
{$I M_OPS.PAS}
diff --git a/mdl/m_tcp_client_ftp.pas b/mdl/m_tcp_client_ftp.pas
index 045807f..c0d26cf 100644
--- a/mdl/m_tcp_client_ftp.pas
+++ b/mdl/m_tcp_client_ftp.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_Tcp_Client_FTP;
{$I M_OPS.PAS}
diff --git a/mdl/m_tcp_client_smtp.pas b/mdl/m_tcp_client_smtp.pas
index ac6c39f..fa6abd3 100644
--- a/mdl/m_tcp_client_smtp.pas
+++ b/mdl/m_tcp_client_smtp.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit m_TCP_Client_SMTP;
{$I M_OPS.PAS}
@@ -124,4 +144,4 @@ Begin
Result := GetResponse = 250;
End;
-End.
\ No newline at end of file
+End.
diff --git a/mdl/m_term_ansi.pas b/mdl/m_term_ansi.pas
index f6b3ccc..1ad0bde 100644
--- a/mdl/m_term_ansi.pas
+++ b/mdl/m_term_ansi.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{$I M_OPS.PAS}
Unit m_Term_Ansi;
diff --git a/mdl/m_types.pas b/mdl/m_types.pas
index 44e8d50..5664ecd 100644
--- a/mdl/m_types.pas
+++ b/mdl/m_types.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{
Mystic Software Development Library
===========================================================================
diff --git a/mdl/mdltest0.pas b/mdl/mdltest0.pas
index 292efdc..08dec6e 100644
--- a/mdl/mdltest0.pas
+++ b/mdl/mdltest0.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
program test0;
uses
diff --git a/mdl/mdltest1.pas b/mdl/mdltest1.pas
index c7c811d..3efad98 100644
--- a/mdl/mdltest1.pas
+++ b/mdl/mdltest1.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program TestIO_1;
{$I M_OPS.PAS}
diff --git a/mdl/mdltest2.pas b/mdl/mdltest2.pas
index aed0dc8..ebf7925 100644
--- a/mdl/mdltest2.pas
+++ b/mdl/mdltest2.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program TESTIO_2;
{$I M_OPS.PAS}
diff --git a/mdl/mdltest3.pas b/mdl/mdltest3.pas
index a6545b2..a0ced43 100644
--- a/mdl/mdltest3.pas
+++ b/mdl/mdltest3.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program Test3;
{$I m_ops.pas}
diff --git a/mdl/mdltest4.pas b/mdl/mdltest4.pas
index f84dced..7662422 100644
--- a/mdl/mdltest4.pas
+++ b/mdl/mdltest4.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program Test4;
Uses
diff --git a/mdl/mdltest5.pas b/mdl/mdltest5.pas
index c5bc9ae..e7a2f3d 100644
--- a/mdl/mdltest5.pas
+++ b/mdl/mdltest5.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program TEST5;
Uses
diff --git a/mdl/mdltest6.pas b/mdl/mdltest6.pas
index a44afa3..6524464 100644
--- a/mdl/mdltest6.pas
+++ b/mdl/mdltest6.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program Test6;
{$I M_OPS.PAS}
diff --git a/mdl/mdltest7.pas b/mdl/mdltest7.pas
index cbe585e..799c4e3 100644
--- a/mdl/mdltest7.pas
+++ b/mdl/mdltest7.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program Test7;
{$I M_OPS.PAS}
diff --git a/mdl/mdltest8.pas b/mdl/mdltest8.pas
index 8319c1c..fe96392 100644
--- a/mdl/mdltest8.pas
+++ b/mdl/mdltest8.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program Test8;
Uses
diff --git a/mdl/mdltest9.pas b/mdl/mdltest9.pas
index fa261bb..077d4ca 100644
--- a/mdl/mdltest9.pas
+++ b/mdl/mdltest9.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program MDLTEST9;
Uses
diff --git a/mystic/109to110.pas b/mystic/109to110.pas
index 1405fac..6adaf3c 100644
--- a/mystic/109to110.pas
+++ b/mystic/109to110.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Program UP110;
// set lang preferences to defaults
@@ -898,9 +919,9 @@ Begin
FillChar(Theme, SizeOf(Theme), 0);
TempBar.BarLength := 10;
- TempBar.LoChar := '°';
+ TempBar.LoChar := 'Ā°';
TempBar.LoAttr := 8;
- TempBar.HiChar := '²';
+ TempBar.HiChar := 'Ā²';
TempBar.HiAttr := 25;
TempBar.Format := 0;
TempBar.StartY := 1;
diff --git a/mystic/aview.pas b/mystic/aview.pas
index c4977d1..146a3ba 100644
--- a/mystic/aview.pas
+++ b/mystic/aview.pas
@@ -1,5 +1,26 @@
Unit AView;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/aviewarj.pas b/mystic/aviewarj.pas
index 03ff505..a2c9015 100644
--- a/mystic/aviewarj.pas
+++ b/mystic/aviewarj.pas
@@ -1,5 +1,26 @@
Unit AViewARJ;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/aviewlzh.pas b/mystic/aviewlzh.pas
index c1e92ac..f4888bf 100644
--- a/mystic/aviewlzh.pas
+++ b/mystic/aviewlzh.pas
@@ -1,5 +1,26 @@
Unit AViewLZH;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/aviewrar.pas b/mystic/aviewrar.pas
index 554ac3e..581cb13 100644
--- a/mystic/aviewrar.pas
+++ b/mystic/aviewrar.pas
@@ -1,5 +1,26 @@
Unit AViewRAR;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/aviewzip.pas b/mystic/aviewzip.pas
index c70786b..f652565 100644
--- a/mystic/aviewzip.pas
+++ b/mystic/aviewzip.pas
@@ -1,5 +1,26 @@
Unit AViewZip;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_ansi_help.pas b/mystic/bbs_ansi_help.pas
index 4482363..d52489a 100644
--- a/mystic/bbs_ansi_help.pas
+++ b/mystic/bbs_ansi_help.pas
@@ -1,5 +1,26 @@
Unit bbs_Ansi_Help;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_ansi_menubox.pas b/mystic/bbs_ansi_menubox.pas
index 75d9e1e..0e4782d 100644
--- a/mystic/bbs_ansi_menubox.pas
+++ b/mystic/bbs_ansi_menubox.pas
@@ -1,5 +1,26 @@
Unit bbs_Ansi_MenuBox;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_ansi_menuform.pas b/mystic/bbs_ansi_menuform.pas
index e521418..eed67d6 100644
--- a/mystic/bbs_ansi_menuform.pas
+++ b/mystic/bbs_ansi_menuform.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit bbs_Ansi_MenuForm;
{$I M_OPS.PAS}
@@ -301,14 +322,14 @@ Begin
For A := 0 to 7 Do
For B := 0 to 15 Do
- WriteXY (33 + B, 9 + A, B + A * 16, 'ž');
+ WriteXY (33 + B, 9 + A, B + A * 16, 'Ć¾');
WriteXY (37, 18, FG + BG * 16, ' Sample ');
- WriteXYPipe (31 + FG, 8 + BG, 15, 5, 'Ū|23ßßß|08Ü');
- WriteXYPipe (31 + FG, 9 + BG, 15, 5, 'Ū|23 |08Ū');
- WriteXYPipe (31 + FG, 10 + BG, 15, 5, '|23ß|08ÜÜÜ|08Ū');
- WriteXY (33 + FG, 9 + BG, FG + BG * 16, 'ž');
+ WriteXYPipe (31 + FG, 8 + BG, 15, 5, 'Ć›|23ĆĆĆ|08Ć');
+ WriteXYPipe (31 + FG, 9 + BG, 15, 5, 'Ć›|23 |08Ć›');
+ WriteXYPipe (31 + FG, 10 + BG, 15, 5, '|23Ć|08ĆĆĆ|08Ć›');
+ WriteXY (33 + FG, 9 + BG, FG + BG * 16, 'Ć¾');
Ch := Session.io.GetKey;
diff --git a/mystic/bbs_ansi_menuinput.pas b/mystic/bbs_ansi_menuinput.pas
index f1e95a2..11ac0b6 100644
--- a/mystic/bbs_ansi_menuinput.pas
+++ b/mystic/bbs_ansi_menuinput.pas
@@ -1,5 +1,26 @@
Unit bbs_Ansi_MenuInput;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
// ANSI ports of MDL menu/input libraries
{$I M_OPS.PAS}
diff --git a/mystic/bbs_cfg_archive.pas b/mystic/bbs_cfg_archive.pas
index 232a37a..ef1a61a 100644
--- a/mystic/bbs_cfg_archive.pas
+++ b/mystic/bbs_cfg_archive.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_Archive;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_common.pas b/mystic/bbs_cfg_common.pas
index 6ae4da8..438062f 100644
--- a/mystic/bbs_cfg_common.pas
+++ b/mystic/bbs_cfg_common.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_Common;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_echomail.pas b/mystic/bbs_cfg_echomail.pas
index e9b0a5a..faac534 100644
--- a/mystic/bbs_cfg_echomail.pas
+++ b/mystic/bbs_cfg_echomail.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit bbs_cfg_EchoMail;
{$I M_OPS.PAS}
@@ -534,7 +554,7 @@ Begin
Box.Open (7, 5, 74, 20);
WriteXY (9, 6, 112, 'Network Address Domain Pri Description');
- WriteXY (9, 7, 112, strRep('Ä', 64));
+ WriteXY (9, 7, 112, strRep('Ć„', 64));
Repeat
CreateList;
diff --git a/mystic/bbs_cfg_events.pas b/mystic/bbs_cfg_events.pas
index 39f54bf..ddfada6 100644
--- a/mystic/bbs_cfg_events.pas
+++ b/mystic/bbs_cfg_events.pas
@@ -1,5 +1,26 @@
Unit BBS_Cfg_Events;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_filebase.pas b/mystic/bbs_cfg_filebase.pas
index a2b73ee..e556ee2 100644
--- a/mystic/bbs_cfg_filebase.pas
+++ b/mystic/bbs_cfg_filebase.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_FileBase;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_groups.pas b/mystic/bbs_cfg_groups.pas
index 46fbedf..f2238e4 100644
--- a/mystic/bbs_cfg_groups.pas
+++ b/mystic/bbs_cfg_groups.pas
@@ -1,5 +1,26 @@
Unit bbs_Cfg_Groups;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Interface
Procedure Configuration_GroupEditor (Msg: Boolean);
diff --git a/mystic/bbs_cfg_main.pas b/mystic/bbs_cfg_main.pas
index c7985b8..24d48d4 100644
--- a/mystic/bbs_cfg_main.pas
+++ b/mystic/bbs_cfg_main.pas
@@ -1,5 +1,26 @@
Unit bbs_Cfg_Main;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_menuedit.pas b/mystic/bbs_cfg_menuedit.pas
index c326057..e142622 100644
--- a/mystic/bbs_cfg_menuedit.pas
+++ b/mystic/bbs_cfg_menuedit.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit BBS_Cfg_MenuEdit;
{$I M_OPS.PAS}
@@ -522,8 +542,8 @@ Begin
Box.Open (9, 5, 72, 21);
WriteXY (11, 6, 112, 'HotKey Text C# Ex');
- WriteXY (11, 7, 112, strRep('Ä', 60));
- WriteXY (11, 19, 112, strRep('Ä', 60));
+ WriteXY (11, 7, 112, strRep('Ć„', 60));
+ WriteXY (11, 19, 112, strRep('Ć„', 60));
WriteXY (29, 20, 112, cfgCommandList);
CopyItem := 0;
@@ -689,8 +709,8 @@ Begin
Box.Open (12, 5, 68, 21);
WriteXY (14, 6, 112, 'Menu Name Description');
- WriteXY (14, 7, 112, strRep('Ä', 53));
- WriteXY (14, 19, 112, strRep('Ä', 53));
+ WriteXY (14, 7, 112, strRep('Ć„', 53));
+ WriteXY (14, 19, 112, strRep('Ć„', 53));
WriteXY (29, 20, 112, cfgCommandList);
Repeat
diff --git a/mystic/bbs_cfg_msgbase.pas b/mystic/bbs_cfg_msgbase.pas
index 668af8e..3a02785 100644
--- a/mystic/bbs_cfg_msgbase.pas
+++ b/mystic/bbs_cfg_msgbase.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit bbs_cfg_MsgBase;
{$I M_OPS.PAS}
@@ -516,8 +537,8 @@ Begin
Box.Open (11, 5, 69, 20);
WriteXY (13, 6, 112, '##### Message Base Description Network');
- WriteXY (12, 7, 112, strRep('Ä', 57));
- WriteXY (12, 18, 112, strRep('Ä', 57));
+ WriteXY (12, 7, 112, strRep('Ć„', 57));
+ WriteXY (12, 18, 112, strRep('Ć„', 57));
WriteXY (29, 19, 112, cfgCommandList);
Repeat
diff --git a/mystic/bbs_cfg_protocol.pas b/mystic/bbs_cfg_protocol.pas
index 1c2ec3a..581042d 100644
--- a/mystic/bbs_cfg_protocol.pas
+++ b/mystic/bbs_cfg_protocol.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_Protocol;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_qwknet.pas b/mystic/bbs_cfg_qwknet.pas
index 9af5f69..0985e75 100644
--- a/mystic/bbs_cfg_qwknet.pas
+++ b/mystic/bbs_cfg_qwknet.pas
@@ -1,5 +1,26 @@
Unit BBS_Cfg_QwkNet;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_seclevel.pas b/mystic/bbs_cfg_seclevel.pas
index 6467cf1..a6801f7 100644
--- a/mystic/bbs_cfg_seclevel.pas
+++ b/mystic/bbs_cfg_seclevel.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_SecLevel;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_syscfg.pas b/mystic/bbs_cfg_syscfg.pas
index 0caf67b..b3caf9b 100644
--- a/mystic/bbs_cfg_syscfg.pas
+++ b/mystic/bbs_cfg_syscfg.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_syscfg;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_cfg_theme.pas b/mystic/bbs_cfg_theme.pas
index 106a02e..a81d89d 100644
--- a/mystic/bbs_cfg_theme.pas
+++ b/mystic/bbs_cfg_theme.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit bbs_cfg_Theme;
{$I M_OPS.PAS}
@@ -443,12 +463,12 @@ Var
Box.Open (1, 1, 79, 22);
- WriteXY (2, 18, 8, strRep('Ä', 77));
+ WriteXY (2, 18, 8, strRep('Ć„', 77));
WriteXY (3, 1, 8, ' / ');
WriteXY (8, 1, 7, strI2S(TotalPrompt));
WriteXY (73 - Length(Theme.FileName), 1, 7, ' ' + Theme.FileName + '.txt ');
- WriteXYPipe (1, 23, 112, 79, ' Prompts ³ |01Press |15CTRL |01+ |15T|01op |15B|01ottom |15F|01ind |15A|01gain |15G|01oto |15K|01ut |15P|01aste |15U|01ndo |00³ ESC/Quit ');
+ WriteXYPipe (1, 23, 112, 79, ' Prompts Ā³ |01Press |15CTRL |01+ |15T|01op |15B|01ottom |15F|01ind |15A|01gain |15G|01oto |15K|01ut |15P|01aste |15U|01ndo |00Ā³ ESC/Quit ');
DrawPage(False);
End;
@@ -818,7 +838,7 @@ Begin
FileDescLo := 11;
VotingBar.BarLength := 10;
- VotingBar.LoChar := '°';
+ VotingBar.LoChar := 'Ā°';
VotingBar.LoAttr := 8;
VotingBar.HiChar := #219;
VotingBar.HiAttr := 25;
diff --git a/mystic/bbs_cfg_useredit.pas b/mystic/bbs_cfg_useredit.pas
index d0537d0..6cd86c4 100644
--- a/mystic/bbs_cfg_useredit.pas
+++ b/mystic/bbs_cfg_useredit.pas
@@ -1,5 +1,26 @@
Unit bbs_Cfg_UserEdit;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Interface
Uses
diff --git a/mystic/bbs_cfg_vote.pas b/mystic/bbs_cfg_vote.pas
index 58650c1..489c820 100644
--- a/mystic/bbs_cfg_vote.pas
+++ b/mystic/bbs_cfg_vote.pas
@@ -1,5 +1,26 @@
Unit bbs_cfg_Vote;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_common.pas b/mystic/bbs_common.pas
index 86b351b..1cc50c2 100644
--- a/mystic/bbs_common.pas
+++ b/mystic/bbs_common.pas
@@ -1,5 +1,26 @@
Unit bbs_Common;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_core.pas b/mystic/bbs_core.pas
index 11b224b..43e63bc 100644
--- a/mystic/bbs_core.pas
+++ b/mystic/bbs_core.pas
@@ -1,5 +1,26 @@
Unit BBS_Core;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_database.pas b/mystic/bbs_database.pas
index 739d914..7ea7c7d 100644
--- a/mystic/bbs_database.pas
+++ b/mystic/bbs_database.pas
@@ -1,5 +1,26 @@
Unit BBS_DataBase;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
// for all functions... need to go through code and remove old stuff and
// replace with this new stuff one at a time. including moving everything
// to bbscfg.
diff --git a/mystic/bbs_doors.pas b/mystic/bbs_doors.pas
index 43f5075..3164f4f 100644
--- a/mystic/bbs_doors.pas
+++ b/mystic/bbs_doors.pas
@@ -1,5 +1,26 @@
Unit bbs_Doors;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_edit_ansi.pas b/mystic/bbs_edit_ansi.pas
index d9cea7e..821508e 100644
--- a/mystic/bbs_edit_ansi.pas
+++ b/mystic/bbs_edit_ansi.pas
@@ -1,5 +1,26 @@
Unit bbs_Edit_Ansi;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_edit_full.pas b/mystic/bbs_edit_full.pas
index bbab362..1ce1c11 100644
--- a/mystic/bbs_edit_full.pas
+++ b/mystic/bbs_edit_full.pas
@@ -1,5 +1,26 @@
Unit bbs_Edit_Full;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_edit_line.pas b/mystic/bbs_edit_line.pas
index e0a4537..01c4a03 100644
--- a/mystic/bbs_edit_line.pas
+++ b/mystic/bbs_edit_line.pas
@@ -1,5 +1,26 @@
Unit bbs_Edit_Line;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_filebase.pas b/mystic/bbs_filebase.pas
index dba7e1e..79b2fef 100644
--- a/mystic/bbs_filebase.pas
+++ b/mystic/bbs_filebase.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit bbs_FileBase;
{$I M_OPS.PAS}
@@ -3759,9 +3779,9 @@ Begin
Repeat
Session.io.OutFullLn ('|07|CLFile DIR Editor : ' + strI2S(FilePos(FDirFile)) + ' of ' + strI2S(FileSize(FDirFile)));
- Session.io.OutFullLn ('|08|$D79Ä');
+ Session.io.OutFullLn ('|08|$D79Ć„');
Session.io.OutFullLn ('|031) |14' + FDir.FileName);
- Session.io.OutFullLn ('|08|$D79Ä');
+ Session.io.OutFullLn ('|08|$D79Ć„');
Session.io.OutFullLn ('|032) File Size : |11' + strPadR(strComma(FDir.Size) + ' bytes', 19, ' ') +
'|033) Uploader : |11' + FDir.Uploader);
@@ -3784,7 +3804,7 @@ Begin
End;
Session.io.OutFullLn (Temp);
- Session.io.OutFullLn ('|08|$D79Ä');
+ Session.io.OutFullLn ('|08|$D79Ć„');
Seek (DataFile, FDir.DescPtr);
@@ -3801,7 +3821,7 @@ Begin
Session.io.OutFullLn (strRep(' ', 17) + Temp);
End;
- Session.io.OutFullLn ('|08|$D79Ä');
+ Session.io.OutFullLn ('|08|$D79Ć„');
Session.io.OutFull ('|09([) Previous (]) Next (D) Delete (I) Import DIZ (U) Update DIZ' +
'|CR(M) Move (V) View Archive (E) Email ULer (Q) Quit: ');
diff --git a/mystic/bbs_general.pas b/mystic/bbs_general.pas
index ee11607..70f2dfe 100644
--- a/mystic/bbs_general.pas
+++ b/mystic/bbs_general.pas
@@ -1,5 +1,26 @@
Unit bbs_General;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_io.pas b/mystic/bbs_io.pas
index 919e9a9..d7dd95c 100644
--- a/mystic/bbs_io.pas
+++ b/mystic/bbs_io.pas
@@ -1,5 +1,26 @@
Unit BBS_IO;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_menudata.pas b/mystic/bbs_menudata.pas
index bfa2b70..40cc4a0 100644
--- a/mystic/bbs_menudata.pas
+++ b/mystic/bbs_menudata.pas
@@ -1,5 +1,26 @@
Unit BBS_MenuData;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_menus.pas b/mystic/bbs_menus.pas
index f189c9a..2462ab4 100644
--- a/mystic/bbs_menus.pas
+++ b/mystic/bbs_menus.pas
@@ -1,5 +1,27 @@
Unit BBS_Menus;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_msgbase.pas b/mystic/bbs_msgbase.pas
index 2c162b8..1cf35d2 100644
--- a/mystic/bbs_msgbase.pas
+++ b/mystic/bbs_msgbase.pas
@@ -1,5 +1,26 @@
Unit bbs_MsgBase;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_msgbase_abs.pas b/mystic/bbs_msgbase_abs.pas
index 6118eb6..cfd589d 100644
--- a/mystic/bbs_msgbase_abs.pas
+++ b/mystic/bbs_msgbase_abs.pas
@@ -1,5 +1,26 @@
Unit BBS_MsgBase_ABS;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
{$WARNINGS OFF}
diff --git a/mystic/bbs_msgbase_ansi.pas b/mystic/bbs_msgbase_ansi.pas
index f500a8a..00df523 100644
--- a/mystic/bbs_msgbase_ansi.pas
+++ b/mystic/bbs_msgbase_ansi.pas
@@ -1,5 +1,26 @@
Unit BBS_MsgBase_Ansi;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_msgbase_jam.pas b/mystic/bbs_msgbase_jam.pas
index 3c1e4a6..7de7813 100644
--- a/mystic/bbs_msgbase_jam.pas
+++ b/mystic/bbs_msgbase_jam.pas
@@ -7,6 +7,27 @@
Unit BBS_MsgBase_JAM;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Interface
Uses
diff --git a/mystic/bbs_msgbase_qwk.pas b/mystic/bbs_msgbase_qwk.pas
index 5977b80..be10d38 100644
--- a/mystic/bbs_msgbase_qwk.pas
+++ b/mystic/bbs_msgbase_qwk.pas
@@ -1,5 +1,26 @@
Unit bbs_MsgBase_QWK;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_msgbase_squish.pas b/mystic/bbs_msgbase_squish.pas
index b6f70ad..255b49b 100644
--- a/mystic/bbs_msgbase_squish.pas
+++ b/mystic/bbs_msgbase_squish.pas
@@ -1,5 +1,26 @@
Unit BBS_MsgBase_Squish;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_nodechat.pas b/mystic/bbs_nodechat.pas
index 123940c..96a0949 100644
--- a/mystic/bbs_nodechat.pas
+++ b/mystic/bbs_nodechat.pas
@@ -1,5 +1,26 @@
Unit bbs_NodeChat;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_nodeinfo.pas b/mystic/bbs_nodeinfo.pas
index d0ab9b0..7afda04 100644
--- a/mystic/bbs_nodeinfo.pas
+++ b/mystic/bbs_nodeinfo.pas
@@ -1,5 +1,26 @@
Unit bbs_NodeInfo;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_nodelist.pas b/mystic/bbs_nodelist.pas
index 73ea2e2..58a7eba 100644
--- a/mystic/bbs_nodelist.pas
+++ b/mystic/bbs_nodelist.pas
@@ -1,5 +1,26 @@
Unit BBS_NodeList;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_records.pas b/mystic/bbs_records.pas
index 61ac4f0..f6c9b54 100644
--- a/mystic/bbs_records.pas
+++ b/mystic/bbs_records.pas
@@ -1,5 +1,26 @@
Unit BBS_Records;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
@@ -8,4 +29,4 @@ Interface
Implementation
-End.
\ No newline at end of file
+End.
diff --git a/mystic/bbs_sysopchat.pas b/mystic/bbs_sysopchat.pas
index 0045315..29dcf2b 100644
--- a/mystic/bbs_sysopchat.pas
+++ b/mystic/bbs_sysopchat.pas
@@ -1,5 +1,26 @@
Unit bbs_SysOpChat;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_user.pas b/mystic/bbs_user.pas
index c7e9594..9d7201a 100644
--- a/mystic/bbs_user.pas
+++ b/mystic/bbs_user.pas
@@ -1,5 +1,26 @@
Unit bbs_User;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/bbs_userchat.pas b/mystic/bbs_userchat.pas
index 3cdfa02..0bed90d 100644
--- a/mystic/bbs_userchat.pas
+++ b/mystic/bbs_userchat.pas
@@ -1,5 +1,26 @@
Unit bbs_UserChat;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Interface
diff --git a/mystic/install_ansi.pas b/mystic/install_ansi.pas
index 29ca11f..d0be30a 100644
--- a/mystic/install_ansi.pas
+++ b/mystic/install_ansi.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Procedure DrawMainMenu;
const
IMAGEDATA_WIDTH=80;
diff --git a/mystic/install_arc.pas b/mystic/install_arc.pas
index e23a094..a7f5fb6 100644
--- a/mystic/install_arc.pas
+++ b/mystic/install_arc.pas
@@ -1,5 +1,26 @@
Unit Install_Arc;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{ MYS archive procedures }
Interface
diff --git a/mystic/install_make.pas b/mystic/install_make.pas
index 641c172..eb0d64c 100644
--- a/mystic/install_make.pas
+++ b/mystic/install_make.pas
@@ -1,5 +1,26 @@
Program install_make;
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Uses
DOS,
m_FileIO,
diff --git a/mystic/mide.pas b/mystic/mide.pas
index 7d20701..2c3ee58 100644
--- a/mystic/mide.pas
+++ b/mystic/mide.pas
@@ -510,7 +510,7 @@ Begin
Until Done;
Console.ClearEOL;
- Console.WriteXY (80, Y, colEditStatus, '°');
+ Console.WriteXY (80, Y, colEditStatus, 'Ā°');
End;
Procedure DrawLine (Y: Byte; S: String);
@@ -550,7 +550,7 @@ Begin
Box.Open (1, mideTopY, 80, mideBotY);
For A := mideTopY + 1 to mideBotY - 1 Do
- Console.WriteXY (80, A, colEditStatus, '°');
+ Console.WriteXY (80, A, colEditStatus, 'Ā°');
DrawPage;
End;
@@ -818,7 +818,7 @@ End;
Procedure DrawStatus;
Begin
- Console.WriteXY (1, mideBotY + 1, 112, ' MIDE v' + mideVersion + ' ³' + strRep(' ', 55) + '³ ESC/Menu ');
+ Console.WriteXY (1, mideBotY + 1, 112, ' MIDE v' + mideVersion + ' Ā³' + strRep(' ', 55) + 'Ā³ ESC/Menu ');
End;
Procedure FillScreen;
@@ -826,7 +826,7 @@ Var
Count : Byte;
Begin
For Count := 1 to mideBotY Do
- Console.WriteXY (1, Count, 8, strRep('°', 80));
+ Console.WriteXY (1, Count, 8, strRep('Ā°', 80));
DrawStatus;
End;
@@ -1451,12 +1451,12 @@ Begin
Box.Open (19, 7, 62, 19);
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) ' + mysCopyYear + ' By James Coyle');
Console.WriteXY (31, 12, 113, 'All Rights Reserved');
Console.WriteXY (21, 14, 113, strPadC('Version ' + mideVersion + ' (MPL v' + mplVer + ')', 40, ' '));
Console.WriteXY (32, 16, 113, 'www.mysticbbs.com');
- Console.WriteXY (21, 17, 112, strRep('Ä', 40));
+ Console.WriteXY (21, 17, 112, strRep('Ć„', 40));
Console.WriteXY (21, 18, 31, strPadC('(PRESS A KEY)', 40, ' '));
Input.ReadKey;
@@ -1484,9 +1484,9 @@ Var
Console.GetScreenImage(X1, 1, X1 + Len, 3, Saved);
- Console.WriteXYPipe (X1, 1, 8, Len, 'Ü|15Ü|11ÜÜ|03ÜÜ|09Ü|03Ü|09' + strRep('Ü', Len - 9) + '|08Ü');
- Console.WriteXYPipe (X1 ,2, 8, Len, 'Ż|09|17² |15' + Text + ' |00°|16|08Ž');
- Console.WriteXYPipe (X1, 3, 8, Len, 'ß|01²|17 |11Ą|03ÄÄ|08' + strRep('Ä', Length(Text) - 4) + '|00æ ±|16|08ß');
+ Console.WriteXYPipe (X1, 1, 8, Len, 'Ć|15Ć|11ĆĆ|03ĆĆ|09Ć|03Ć|09' + strRep('Ć', Len - 9) + '|08Ć');
+ Console.WriteXYPipe (X1 ,2, 8, Len, 'Ć¯|09|17Ā² |15' + Text + ' |00Ā°|16|08Ʋ');
+ Console.WriteXYPipe (X1, 3, 8, Len, 'Ć|01Ā²|17 |11Ć€|03Ć„Ć„|08' + strRep('Ć„', Length(Text) - 4) + '|00Āæ Ā±|16|08Ć');
End;
Procedure BoxClose;
@@ -1516,9 +1516,9 @@ Begin
Console.GetScreenImage(1, 1, 80, 4, Image);
- Console.WriteXY (1, 1, 15, strRep('Ü', 80));
+ Console.WriteXY (1, 1, 15, strRep('Ć', 80));
Console.WriteXY (1, 2, 113, strRep(' ', 80));
- Console.WriteXY (1, 3, 8, strRep('ß', 80));
+ Console.WriteXY (1, 3, 8, strRep('Ć', 80));
Form := TMenuForm.Create(Console);
@@ -1752,9 +1752,9 @@ Begin
For Count := 1 to 10 Do Begin
If Count = 10 Then Key := '0' Else Key := strI2S(Count)[1];
If CurWin[Count] <> NIL Then
- Form.AddNone(Key, ' ' + Key + ' ³ ' + strPadR(CurWin[Count]^.FileName, 34, ' '), 38, 4 + Count, 39, CurWin[Count]^.FileName)
+ Form.AddNone(Key, ' ' + Key + ' Ā³ ' + strPadR(CurWin[Count]^.FileName, 34, ' '), 38, 4 + Count, 39, CurWin[Count]^.FileName)
Else
- Form.AddNone(Key, ' ' + Key + ' ³ Unassigned', 38, 4 + Count, 39, 'Window not opened');
+ Form.AddNone(Key, ' ' + Key + ' Ā³ Unassigned', 38, 4 + Count, 39, 'Window not opened');
End;
Res := Form.Execute;
@@ -1890,8 +1890,8 @@ Begin
Repeat
If CurWinNum > 0 Then Begin
With CurWin[CurWinNum]^ Do Begin
- Console.WriteXY ( 6, mideBotY, colEditBorder, strPadL(strI2S(CurLine), 4, 'Ķ') + ':' + strPadR(strI2S(CurX + ScrlX), 3, 'Ķ'));
- Console.WriteXY (80, BarPos, colEditStatus, '°');
+ Console.WriteXY ( 6, mideBotY, colEditBorder, strPadL(strI2S(CurLine), 4, 'ƨ') + ':' + strPadR(strI2S(CurX + ScrlX), 3, 'ƨ'));
+ Console.WriteXY (80, BarPos, colEditStatus, 'Ā°');
If CurLine = 1 Then
BarPos := 2
@@ -1901,7 +1901,7 @@ Begin
Else
BarPos := Round(CurLine / TotalLines * (mideWinSize - 4)) + 3;
- Console.WriteXY (80, BarPos, colEditPosBar, 'Ū');
+ Console.WriteXY (80, BarPos, colEditPosBar, 'Ć›');
Console.CursorXY (CurX + 1, CurY + 1);
End;
End;
diff --git a/mystic/mis_ansiwfc.pas b/mystic/mis_ansiwfc.pas
index d5af681..a441eea 100644
--- a/mystic/mis_ansiwfc.pas
+++ b/mystic/mis_ansiwfc.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Procedure DrawStatusScreen;
Const
IMAGEDATA_WIDTH=80;
diff --git a/mystic/mis_client_binkp.pas b/mystic/mis_client_binkp.pas
index 91bb0ca..f6fc369 100644
--- a/mystic/mis_client_binkp.pas
+++ b/mystic/mis_client_binkp.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_BINKP;
{$I M_OPS.PAS}
diff --git a/mystic/mis_client_ftp.pas b/mystic/mis_client_ftp.pas
index 747e44e..c42e82f 100644
--- a/mystic/mis_client_ftp.pas
+++ b/mystic/mis_client_ftp.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_FTP;
{$I M_OPS.PAS}
diff --git a/mystic/mis_client_http.pas b/mystic/mis_client_http.pas
index 0dc0c0d..fd33804 100644
--- a/mystic/mis_client_http.pas
+++ b/mystic/mis_client_http.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_HTTP;
{$I M_OPS.PAS}
diff --git a/mystic/mis_client_nntp.pas b/mystic/mis_client_nntp.pas
index e35e3c8..a34b630 100644
--- a/mystic/mis_client_nntp.pas
+++ b/mystic/mis_client_nntp.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_NNTP;
{$I M_OPS.PAS}
diff --git a/mystic/mis_client_pop3.pas b/mystic/mis_client_pop3.pas
index 249c91a..c630936 100644
--- a/mystic/mis_client_pop3.pas
+++ b/mystic/mis_client_pop3.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_POP3;
{$I M_OPS.PAS}
diff --git a/mystic/mis_client_smtp.pas b/mystic/mis_client_smtp.pas
index 0a78428..872b6be 100644
--- a/mystic/mis_client_smtp.pas
+++ b/mystic/mis_client_smtp.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Unit MIS_Client_SMTP;
diff --git a/mystic/mis_client_telnet.pas b/mystic/mis_client_telnet.pas
index cc21222..6a13449 100644
--- a/mystic/mis_client_telnet.pas
+++ b/mystic/mis_client_telnet.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Client_Telnet;
{$I M_OPS.PAS}
diff --git a/mystic/mis_common.pas b/mystic/mis_common.pas
index d83d4b8..25193a1 100644
--- a/mystic/mis_common.pas
+++ b/mystic/mis_common.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Common;
{$I M_OPS.PAS}
diff --git a/mystic/mis_nodedata.pas b/mystic/mis_nodedata.pas
index f8210a2..9b50f5c 100644
--- a/mystic/mis_nodedata.pas
+++ b/mystic/mis_nodedata.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
{$I M_OPS.PAS}
Unit MIS_NodeData;
diff --git a/mystic/mis_server.pas b/mystic/mis_server.pas
index 44846bc..c708e5e 100644
--- a/mystic/mis_server.pas
+++ b/mystic/mis_server.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MIS_Server;
{$I M_OPS.PAS}
diff --git a/mystic/mkcrap.pas b/mystic/mkcrap.pas
index f245543..f21c620 100644
--- a/mystic/mkcrap.pas
+++ b/mystic/mkcrap.pas
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
Unit MKCRAP;
{$I M_OPS.PAS}
diff --git a/mystic/mpl_common.pas b/mystic/mpl_common.pas
index aca3ad6..6d9aeba 100644
--- a/mystic/mpl_common.pas
+++ b/mystic/mpl_common.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Function VarType2Char (T: TIdentTypes) : Char;
Begin
diff --git a/mystic/mpl_compile.pas b/mystic/mpl_compile.pas
index 27c83eb..b9ab7cb 100644
--- a/mystic/mpl_compile.pas
+++ b/mystic/mpl_compile.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// remove token label
// remove extra parse block?
diff --git a/mystic/mpl_execute.pas b/mystic/mpl_execute.pas
index 66c2e47..dc0c004 100644
--- a/mystic/mpl_execute.pas
+++ b/mystic/mpl_execute.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MPL_Execute;
{$I M_OPS.PAS}
diff --git a/mystic/mpl_fileio.pas b/mystic/mpl_fileio.pas
index e69c65f..e47069c 100644
--- a/mystic/mpl_fileio.pas
+++ b/mystic/mpl_fileio.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MPL_FileIO;
{$I M_OPS.PAS}
diff --git a/mystic/mpl_types.pas b/mystic/mpl_types.pas
index d7efccd..62a1395 100644
--- a/mystic/mpl_types.pas
+++ b/mystic/mpl_types.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Type
TIdentTypes = (
iNone,
diff --git a/mystic/mutil_allfiles.pas b/mystic/mutil_allfiles.pas
index d3d5d4c..fd6f92b 100644
--- a/mystic/mutil_allfiles.pas
+++ b/mystic/mutil_allfiles.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_AllFiles;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_ansi.pas b/mystic/mutil_ansi.pas
index 0241bce..962543d 100644
--- a/mystic/mutil_ansi.pas
+++ b/mystic/mutil_ansi.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Procedure DrawStatusScreen;
Const
IMAGEDATA_WIDTH=80;
diff --git a/mystic/mutil_common.pas b/mystic/mutil_common.pas
index 0ebe0bb..00774f8 100644
--- a/mystic/mutil_common.pas
+++ b/mystic/mutil_common.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_Common;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_echocore.pas b/mystic/mutil_echocore.pas
index 4110b4c..77df8e5 100644
--- a/mystic/mutil_echocore.pas
+++ b/mystic/mutil_echocore.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_EchoCore;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_echoexport.pas b/mystic/mutil_echoexport.pas
index bce02ee..f09204d 100644
--- a/mystic/mutil_echoexport.pas
+++ b/mystic/mutil_echoexport.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_EchoExport;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_echofix.pas b/mystic/mutil_echofix.pas
index 3794deb..29878fa 100644
--- a/mystic/mutil_echofix.pas
+++ b/mystic/mutil_echofix.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_EchoFix;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_echoimport.pas b/mystic/mutil_echoimport.pas
index b9c1c7b..90bc83c 100644
--- a/mystic/mutil_echoimport.pas
+++ b/mystic/mutil_echoimport.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_EchoImport;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_filebone.pas b/mystic/mutil_filebone.pas
index f673b28..9a2f5bb 100644
--- a/mystic/mutil_filebone.pas
+++ b/mystic/mutil_filebone.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_FileBone;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_filesbbs.pas b/mystic/mutil_filesbbs.pas
index 5770e50..8767471 100644
--- a/mystic/mutil_filesbbs.pas
+++ b/mystic/mutil_filesbbs.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit mUtil_FilesBBS;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_importmsgbase.pas b/mystic/mutil_importmsgbase.pas
index fad3014..c629728 100644
--- a/mystic/mutil_importmsgbase.pas
+++ b/mystic/mutil_importmsgbase.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_ImportMsgBase;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_importna.pas b/mystic/mutil_importna.pas
index e34f683..6553985 100644
--- a/mystic/mutil_importna.pas
+++ b/mystic/mutil_importna.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_ImportNA;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_msgpack.pas b/mystic/mutil_msgpack.pas
index c66856b..ce5ae11 100644
--- a/mystic/mutil_msgpack.pas
+++ b/mystic/mutil_msgpack.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_MsgPack;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_msgpost.pas b/mystic/mutil_msgpost.pas
index 2cb8c33..5744cc3 100644
--- a/mystic/mutil_msgpost.pas
+++ b/mystic/mutil_msgpost.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_MsgPost;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_msgpurge.pas b/mystic/mutil_msgpurge.pas
index c95df13..fb1768f 100644
--- a/mystic/mutil_msgpurge.pas
+++ b/mystic/mutil_msgpurge.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_MsgPurge;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_nodelist.pas b/mystic/mutil_nodelist.pas
index 07963d6..e05329a 100644
--- a/mystic/mutil_nodelist.pas
+++ b/mystic/mutil_nodelist.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit mUtil_NodeList;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_status.pas b/mystic/mutil_status.pas
index f23a32c..b997c54 100644
--- a/mystic/mutil_status.pas
+++ b/mystic/mutil_status.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_Status;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_toplists.pas b/mystic/mutil_toplists.pas
index f06f282..60f2cf5 100644
--- a/mystic/mutil_toplists.pas
+++ b/mystic/mutil_toplists.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit MUTIL_TopLists;
{$I M_OPS.PAS}
diff --git a/mystic/mutil_upload.pas b/mystic/mutil_upload.pas
index f71921f..586d8d3 100644
--- a/mystic/mutil_upload.pas
+++ b/mystic/mutil_upload.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit mutil_Upload;
Interface
diff --git a/mystic/mystpack.pas b/mystic/mystpack.pas
index d3a2d8d..239999f 100644
--- a/mystic/mystpack.pas
+++ b/mystic/mystpack.pas
@@ -501,7 +501,7 @@ Begin
ClrScr;
PWriteLn ('|08-> |15MYSTPACK ' + PackVer + ' : JAM message base packer');
PWriteLn ('|08-> |07Compatible with Mystic BBS software v' + mysVersion);
- PWriteLn ('|08ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ|07');
+ PWriteLn ('|08Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„Ć„|07');
WriteLn;
Window (1, 5, 80, 24);
diff --git a/mystic/nodespy_ansi.pas b/mystic/nodespy_ansi.pas
index 903a448..c9f61ed 100644
--- a/mystic/nodespy_ansi.pas
+++ b/mystic/nodespy_ansi.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Procedure DrawNodeSpyScreen;
Const
IMAGEDATA_WIDTH=80;
diff --git a/mystic/nodespy_ansiterm.pas b/mystic/nodespy_ansiterm.pas
index fa3122c..70e6bba 100644
--- a/mystic/nodespy_ansiterm.pas
+++ b/mystic/nodespy_ansiterm.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Procedure DrawTerminalAnsi;
Const
IMAGEDATA_WIDTH=80;
diff --git a/mystic/nodespy_common.pas b/mystic/nodespy_common.pas
index bd0e2ed..6c1a55e 100644
--- a/mystic/nodespy_common.pas
+++ b/mystic/nodespy_common.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit NodeSpy_Common;
{$I M_OPS.PAS}
diff --git a/mystic/nodespy_term.pas b/mystic/nodespy_term.pas
index 932173c..c6780fa 100644
--- a/mystic/nodespy_term.pas
+++ b/mystic/nodespy_term.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Unit NodeSpy_Term;
{$I M_OPS.PAS}
diff --git a/mystic/records.pas b/mystic/records.pas
index 13a74e3..1dd2689 100644
--- a/mystic/records.pas
+++ b/mystic/records.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
{
===========================================================================
Mystic BBS Software Copyright (C) 1997-2013 By James Coyle
diff --git a/mystic/todo.pas b/mystic/todo.pas
index a30d2f2..e0a85e1 100644
--- a/mystic/todo.pas
+++ b/mystic/todo.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
IMMEDIATE PRIORITIES (IN ORDER) FOR 1.10 AS OF Sept 22, 2013
1. Netmail/echomail pass-through and HUB stuff
diff --git a/scripts/apply_sample.mps b/scripts/apply_sample.mps
index 1e7016e..5c10200 100644
--- a/scripts/apply_sample.mps
+++ b/scripts/apply_sample.mps
@@ -1,3 +1,24 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
+
// ==========================================================================
// NEWUSERAPP.MPS : Sample new user process MPL program
//
diff --git a/scripts/blackjack.mps b/scripts/blackjack.mps
index 0c68bca..cd56b53 100644
--- a/scripts/blackjack.mps
+++ b/scripts/blackjack.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// ==========================================================================
// BLACKJACK.MPS
//
diff --git a/scripts/mpldemo.mps b/scripts/mpldemo.mps
index 7b1c015..9fc1884 100644
--- a/scripts/mpldemo.mps
+++ b/scripts/mpldemo.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// ---------------------------------------------------------------------------
// MPLDEMO.MPS : Mystic Programming Language (MPL) Demonstration Program
// ---------------------------------------------------------------------------
diff --git a/scripts/mpltest.mps b/scripts/mpltest.mps
index 74e2e2e..7340878 100644
--- a/scripts/mpltest.mps
+++ b/scripts/mpltest.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// Comment test
/*
diff --git a/scripts/rumors.mps b/scripts/rumors.mps
index 28831c9..c8ffebd 100644
--- a/scripts/rumors.mps
+++ b/scripts/rumors.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// ==========================================================================
// File: RUMORS.MPS
// Desc: Rumors engine for Mystic BBS v1.10
diff --git a/scripts/testbox.mps b/scripts/testbox.mps
index d9c8245..ccd4569 100644
--- a/scripts/testbox.mps
+++ b/scripts/testbox.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// =========================================================================
// TESTBOX.MPS : MPL example of using the ANSI box class functions
// =========================================================================
diff --git a/scripts/testinput.mps b/scripts/testinput.mps
index da5c1d5..5bcc00e 100644
--- a/scripts/testinput.mps
+++ b/scripts/testinput.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// =========================================================================
// TESTINPUT : MPL example of using the ANSI input and box classes
// =========================================================================
diff --git a/scripts/to-prmpt.mps b/scripts/to-prmpt.mps
index 2d96c6c..92a1dc6 100644
--- a/scripts/to-prmpt.mps
+++ b/scripts/to-prmpt.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// .-------------------------.
// | TO-PRMPT.MPS : UPDATE 3 |===============================================
// `-------------------------'
diff --git a/scripts/usage.mps b/scripts/usage.mps
index 15346b4..91bd9e1 100644
--- a/scripts/usage.mps
+++ b/scripts/usage.mps
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
// ==========================================================================
// USAGE.MPS : On the fly usage graph calculation for Mystic BBS v1.10+
// Author : g00r00
diff --git a/utilities/cvtmenus.pas b/utilities/cvtmenus.pas
index 28e3b2d..8e48da7 100644
--- a/utilities/cvtmenus.pas
+++ b/utilities/cvtmenus.pas
@@ -1,3 +1,23 @@
+// ====================================================================
+// Mystic BBS Software Copyright 1997-2013 By James Coyle
+// ====================================================================
+//
+// This file is part of Mystic BBS.
+//
+// Mystic BBS is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// Mystic BBS is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with Mystic BBS. If not, see .
+//
+// ====================================================================
Program CvtMenus;
{$I M_OPS.PAS}