From 88e50ea16d146e145cae94e49be86e3b9eb246f4 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sat, 10 Mar 2012 20:50:59 +0200 Subject: copyrights --- eventhooker.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) mode change 100644 => 100755 eventhooker.h (limited to 'eventhooker.h') diff --git a/eventhooker.h b/eventhooker.h old mode 100644 new mode 100755 index 8814613..31640ff --- a/eventhooker.h +++ b/eventhooker.h @@ -1,13 +1,5 @@ /* eventhooker.h - Helper for hooking events in Miranda. -* Copyright (C) Miklashevsky Roman -* -* To hook event just write -* MIRANDA_HOOK_EVENT('name of the event', wParam, lParam) { 'your code' } -* Include following in your Load function -* miranda::EventHooker::HookAll(); -* And following in your Unload function -* miranda::EventHooker::UnhookAll(); -* That's all +* Copyright (C) Miklashevsky Roman, sss, elzor * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License -- cgit v1.2.3