X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..e3ecd39c1d3a4803b8d4c051846ad6ad7b059d6f:/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;