Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITZoomWindowEffect.h
old mode 100755 (executable)
new mode 100644 (file)
index 9fc920e..42363ce
@@ -1,23 +1,21 @@
 /*
  *     ITKit
- *  ITZoomWindowEffect
- *    Effect subclass which zooms (expands/shrinks) a window into position on the screen.
+ *     ITZoomWindowEffect.h
  *
- *  Original Author : Kent Sutherland <ksutherland@ithinksw.com>
- *   Responsibility : Kent Sutherland <ksutherland@ithinksw.com>
+ *     Effect subclass which zooms a window into position on the screen.
  *
- *  Copyright (c) 2002 - 2004 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 #import "ITWindowEffect.h"
 
-
-@interface ITZoomWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITZoomWindowEffect : ITWindowEffect {
 
 }
 
-@end
+@end
\ No newline at end of file