Licensing ITFoundation under the GNU General Public License version 2.
[ITFoundation.git] / ITCategory-NSBundle.h
index 7211858..b7574a3 100644 (file)
@@ -2,17 +2,14 @@
  *     ITFoundation
  *     ITCategory-NSBundle.h
  *
- *     Copyright (c) 2005 by iThink Software.
- *     All Rights Reserved.
- *
- *     $Id$
+ *     Copyright (c) 2005 iThink Software
  *
  */
 
-#import <Cocoa/Cocoa.h>
+#import <Foundation/Foundation.h>
 
-@interface NSBundle (ITCategory)
+@interface NSBundle (ITFoundationCategory)
 
 + (NSBundle *)bundleForFrameworkWithIdentifier:(NSString *)frameworkIdentifier;
 
-@end
+@end
\ No newline at end of file