This about does it. I want to do a couple more things, especially multiple screen...
[ITKit.git] / ITKeyCombo.h
index 5bda4c5..d5c3d77 100755 (executable)
@@ -1,9 +1,16 @@
-//
-//  ITKeyCombo.h
-//
-//  Created by Quentin Carnicelli on Sat Aug 02 2003.
-//  Copyright (c) 2003 iThink Software. All rights reserved.
-//
+/*
+ *     ITKit
+ *  ITKeyCombo
+ *
+ *  Original Author : Quentin Carnicelli <...>
+ *   Responsibility : Kent Sutherland <kent.sutherland@ithinksw.com>
+ *   Responsibility : Matthew Judy <mjudy@ithinksw.com>
+ *
+ *  Copyright (c) 2002 - 2003 iThink Software.
+ *  All Rights Reserved
+ *
+ */
+
 
 #import <Foundation/Foundation.h>
 
 - (BOOL)isClearCombo;
 - (BOOL)isValidHotKeyCombo;
 
+
 @end
 
+
 @interface ITKeyCombo (UserDisplayAdditions)
 
 - (NSString*)description;