Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITFoundation.h
old mode 100755 (executable)
new mode 100644 (file)
index c1df7a9..f5f7529
@@ -1,20 +1,23 @@
 /*
  *     ITFoundation
- *    iThink Software's custom extensions to Apple's Foundation framework
+ *     ITFoundation.h
  *
- *  Original Author : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     iThink Software's custom extensions to Apple's Foundation framework.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
+#import <Foundation/Foundation.h>
 
-#import <Cocoa/Cocoa.h>
-
-#import <ITFoundation/ITAppleEventCenter.h>
+#import <ITFoundation/ITByteStream.h>
+#import <ITFoundation/ITCarbonSupport.h>
 #import <ITFoundation/ITDebug.h>
 
-#import <ITFoundation/ITCategory-NSArray.h>
\ No newline at end of file
+#import <ITFoundation/ITCategory-NSObject.h>
+#import <ITFoundation/ITCategory-NSProxy.h>
+#import <ITFoundation/ITCategory-NSArray.h>
+#import <ITFoundation/ITCategory-NSBundle.h>
\ No newline at end of file