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