1 /*
2  *cryptoslam: A tool for decoding cryptograms
3  *
4  *Copyright (C) 1997,2000,2003 Brian Enigma
5  *                             enigma@netninja.com
6  *                             http://sourceforge.net/projects/cryptoslam/
7  *
8  *   This program is free software; you can redistribute it and/or
9  *   modify it under the terms of the GNU General Public License as
10  *   published by the Free Software Foundation; either version 2 of
11  *   the License, or (at your option) any later version.
12  *
13  *   This program is distributed in the hope that it will be useful,
14  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *   MERCHANTABILITY or EXISTANCE OF KITTEN.  See the GNU General
16  *   Public License for more details.
17  *
18  *   http://www.gnu.org/copyleft/gpl.html
19  *
20  */
21 
22 
23 #define PROGNAME "Cryptoslam"
24 #define PROGVER  "v1.2"
25 #define BYLINE   "Brian Enigma <enigma@netninja.com>"
26 
27