This about does it. I want to do a couple more things, especially multiple screen...
[ITKit.git] / ITHotKey.h
index d654bbc..7910081 100755 (executable)
@@ -1,14 +1,21 @@
-//
-//  ITHotKey.h
-//
-//  Created by Quentin Carnicelli on Sat Aug 02 2003.
-//  Copyright (c) 2003 iThink Software. All rights reserved.
-//
+/*
+ *     ITKit
+ *  ITHotKey
+ *
+ *  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>
 
+#import <Foundation/Foundation.h>
 #import "ITKeyCombo.h"
 
+
 @interface ITHotKey : NSObject
 {
        NSString*               mName;