  /** hexedit.c - 08/01/00 - v0.3 - by Pasky - and for Linux - more questions? - e-mail to pasky@libra.sinus.cz! ***\
  /=================================================================================================================/
  *     HexEditor - programmer's hexadecimal editor with integrated calculator
  *     Copyright (C) 1999, 2000  Petr Baudis <pasky@libra.sinus.cz>
  *
  *     This program 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 2 of the License, or
  *     (at your option) any later version.
  *
  *     This program 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 this program; if not, write to the Free Software
  *     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
  \==================================================================================================================\
  *                                                                                                                  * F
  *    This file is protected by the GPL. Please see notes above, and if you want to make some job with it, please   *  R
  *  read the whole license. You can too get it from internet (somewhere at http://www.gnu.org).                     * E
  *                                                                                                                  *  E
  *    And what is it? An useful hexadecimal editor with color support, small notetab and many more... But it is     * D
  *  in an evolution! If you want to help me, please contact me at hexedit@libra.sinus.cz. Any suggestions or        *  O
  *  bug-reports please mail to hexedit-bugs@libra.sinus.cz...                                                       * M
  *                                                                                                                  *
  *    Yes, I think there is a lot of better and more nice hexadecimal programmer editors - but I didn't have        * I
  *  anyone, so I started developing this ugly one. But it is small and... my!                                       *  N
  *                                                                                                                  *
  *    Please rembember my english is horrible and this is practically my first bigger project in C.                 *  T
  *  So I'll welcome all comments about it, any optimalizations, extensions, etc...                                  * H
  *                                                                                                                  *  E
  \******************************************************************************************************************/
  
  /********************************************************\
   * Please see main file (hexedit.c) or attached files   *
   * to get any more informations (TODO, features, etc.). *
  \********************************************************/

