Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCategory-NSArray.h
old mode 100755 (executable)
new mode 100644 (file)
index e879feb..ae0f053
@@ -1,25 +1,19 @@
 /*
- *     ITKit
- *  ITCategory-NSArray.h
- *    Category which extends NSArray
+ *     ITFoundation
+ *     ITCategory-NSArray.h
  *
- *  Original Author : Joseph Spiros <joseph.spiros@ithinksw.com>
- *   Responsibility : Matt Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     $Id$
  *
  */
 
+#import <Foundation/Foundation.h>
 
-#import <Cocoa/Cocoa.h>
-
-
-@interface NSArray (ITCategory)
+@interface NSArray (ITFoundationCategory)
 
 - (NSArray *)objectsForKey:(NSString *)key;
 - (BOOL)containsString:(NSString *)string;
 
-
-@end
+@end
\ No newline at end of file