Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITPivotWindowEffect.h
old mode 100755 (executable)
new mode 100644 (file)
index ae69b00..add7c1c
@@ -1,23 +1,21 @@
 /*
  *     ITKit
- *  ITPivotWindowEffect
- *    Effect subclass which pivots (rotates) a window into position on the screen.
+ *     ITPivotWindowEffect.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *     Effect subclass which pivots (rotates) a window into position on the screen.
  *
- *  Copyright (c) 2002 - 2003 iThink Software.
- *  All Rights Reserved
+ *     Copyright (c) 2005 by iThink Software.
+ *     All Rights Reserved.
+ *
+ *     $Id$
  *
  */
 
-
 #import <Cocoa/Cocoa.h>
 #import "ITWindowEffect.h"
 
-
-@interface ITPivotWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITPivotWindowEffect : ITWindowEffect {
 
 }
 
-@end
+@end
\ No newline at end of file