diff options
Diffstat (limited to 'DDHotKeyAppDelegate.h')
| -rw-r--r-- | DDHotKeyAppDelegate.h | 16 | 
1 files changed, 9 insertions, 7 deletions
| diff --git a/DDHotKeyAppDelegate.h b/DDHotKeyAppDelegate.h index 4b4cbac..2b775dc 100644 --- a/DDHotKeyAppDelegate.h +++ b/DDHotKeyAppDelegate.h @@ -1,10 +1,12 @@ -// -//  DDHotKeyAppDelegate.h -//  DDHotKey -// -//  Created by Dave DeLong on 2/24/10. -//  Copyright 2010 Home. All rights reserved. -// +/* + DDHotKey -- DDHotKeyAppDelegate.h +  + Copyright (c) 2010, Dave DeLong <http://www.davedelong.com> +  + Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. +  + The software is  provided "as is", without warranty of any kind, including all implied warranties of merchantability and fitness. In no event shall the author(s) or copyright holder(s) be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software. + */  #import <Cocoa/Cocoa.h> | 
