]> Dogcows Code - chaz/thecheat/blobdiff - MySocket.h
update contact information and project URL
[chaz/thecheat] / MySocket.h
index 20df4f1c251bb518daa9509e1f624105968b28e8..dc5c7e18d0b8a11e43119a95d175ab1b2479b733 100644 (file)
@@ -1,10 +1,14 @@
-//
-//  MySocket.h
-//  The Cheat
-//
-//  Created by Chaz McGarvey on 2/1/05.
-//  Copyright 2005 Chaz McGarvey. All rights reserved.
-//
+
+/*
+ * The Cheat - The legendary universal game trainer for Mac OS X.
+ * http://www.brokenzipper.com/trac/wiki/TheCheat
+ *
+ * Copyright (c) 2003-2011, Charles McGarvey et al.
+ *
+ * Distributable under the terms and conditions of the 2-clause BSD
+ * license; see the file COPYING for the legal text of the license.
+ */
+
 
 /*
  * MySocket is my 24 hour hackjob.  There are other classes which would have
  * 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 <Cocoa/Cocoa.h>
 #import "ChazLog.h"
 
 - (void)socket:(MySocket *)mySocket didReadData:(NSData *)theData tag:(int)tag;
 - (void)socket:(MySocket *)mySocket didWriteDataWithTag:(int)tag;
 
-@end
\ No newline at end of file
+@end
This page took 0.016659 seconds and 4 git commands to generate.