X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fthecheat;a=blobdiff_plain;f=MySocket.h;fp=MySocket.h;h=c2c88c79b73b13a892485ce3450dcc12f720e8ab;hp=20df4f1c251bb518daa9509e1f624105968b28e8;hb=44e9757722f3ed40d15e0a7d06c50567d9664833;hpb=d27548f80fe411fda2ee69c74a24eab4292267e9 diff --git a/MySocket.h b/MySocket.h index 20df4f1..c2c88c7 100644 --- a/MySocket.h +++ b/MySocket.h @@ -1,10 +1,23 @@ -// -// MySocket.h -// The Cheat -// -// Created by Chaz McGarvey on 2/1/05. -// Copyright 2005 Chaz McGarvey. All rights reserved. -// + +// ********************************************************************** +// The Cheat - A universal game cheater for Mac OS X +// (C) 2003-2005 Chaz McGarvey (BrokenZipper) +// +// 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 1, 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. +// + /* * MySocket is my 24 hour hackjob. There are other classes which would have @@ -18,6 +31,14 @@ * back to that way eventually, after all it isn't that many threads. */ +/* + * June 21 2005 - Chaz + * I have written a much more robust socket wrapper for another project that + * could be re-emplemented into The Cheat. It is cleaner code and has very + * nice statistics tracking features. I'm going on my mission tomorrow. This + * will have to wait two years or so. ;) + */ + #import #import "ChazLog.h"