Ooops, the framework header was still importing a class that doesn't
[ITFoundation.git] / ITFoundation.h
index b02082b..760ffb3 100755 (executable)
@@ -1,5 +1,18 @@
+/*
+ *     ITFoundation
+ *    iThink Software's custom extensions to Apple's Foundation framework
+ *
+ *  Original Author : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Matt Judy <mjudy@ithinksw.com>
+ *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
+
 #import <Cocoa/Cocoa.h>
 
 #import <Cocoa/Cocoa.h>
 
-#import <ITFoundation/ITVirtualMemoryInfo.h>
-#import <ITFoundation/ITStringScanner.h>
-#import <ITFoundation/ITAppleEvent.h>
\ No newline at end of file
+#import <ITFoundation/ITAppleEventCenter.h>
+#import <ITFoundation/ITDebug.h>