Huge audit of ITKit, mostly everything has been updated to current coding
[ITKit.git] / ITSlideVerticallyWindowEffect.h
old mode 100755 (executable)
new mode 100644 (file)
index 58a4fe9..842c5d2
@@ -1,23 +1,21 @@
 /*
  *     ITKit
- *  ITSlideVerticallyWindowEffect
- *    Effect subclass which slides a window in from the top or bottom of the screen.
+ *     ITSlideVerticallyWindowEffect.h
  *
- *  Original Author : Matthew Judy <mjudy@ithinksw.com>
- *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *     Effect subclass which slides a window in from the top or bottom of 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 ITSlideVerticallyWindowEffect : ITWindowEffect <ITWindowEffect> {
+@interface ITSlideVerticallyWindowEffect : ITWindowEffect {
 
 }
 
-@end
+@end
\ No newline at end of file