Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITButton.h
old mode 100755 (executable)
new mode 100644 (file)
index 618437d..e97435c
@@ -1,23 +1,20 @@
 /*
  *     ITKit
- *  ITButton
- *    Stylized button for use in Status Windows.
+ *     ITButton.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Joseph Spiros <joseph.spiros@ithinksw.com>
+ *     Custom NSButton subclass that uses ITButtonCell.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 
-
 @interface ITButton : NSButton {
 
 }
 
-@end
+@end
\ No newline at end of file