X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..5cbc248a68de115c0c10fda4a6896b47478000a8:/ITHotKey.h diff --git a/ITHotKey.h b/ITHotKey.h index d654bbc..7910081 100755 --- a/ITHotKey.h +++ b/ITHotKey.h @@ -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 + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ -#import +#import #import "ITKeyCombo.h" + @interface ITHotKey : NSObject { NSString* mName;