Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITMultilineTextFieldCell.h
old mode 100755 (executable)
new mode 100644 (file)
index 59ca9c0..01fc748
@@ -1,15 +1,21 @@
-//
-//  ITMultilineTextFieldCell.h
-//  ITKit
-//
-//  Created by Joseph Spiros on Fri Mar 05 2004.
-//  Copyright (c) 2004 __MyCompanyName__. All rights reserved.
-//
+/*
+ *     ITKit
+ *     ITMultilineTextFieldCell.h
+ *
+ *     Custom NSCell subclass that draws multiple lines of text using standard
+ *             UI guidelines for such a presentation.
+ *
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
+ *
+ */
 
 #import <Cocoa/Cocoa.h>
 
-
 @interface ITMultilineTextFieldCell : NSCell {
+
 }
 
-@end
+@end
\ No newline at end of file