Huge update to ITFoundation. I've gone through every file (except queue.h
[ITFoundation.git] / ITCarbonSupport.h
old mode 100755 (executable)
new mode 100644 (file)
index 1414068..063fc36
@@ -1,3 +1,17 @@
+/*
+ *     ITFoundation
+ *     ITCarbonSupport.h
+ *
+ *     Utility functions to convert between FourCharCodes/OSTypes/ResTypes and
+ *             NSStrings.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
+
 #import <Foundation/Foundation.h>
 
 NSString *NSStringFromFourCharCode(unsigned long code);