diff options
-rwxr-xr-x[-rw-r--r--] | eventhooker.cpp | 2 | ||||
-rwxr-xr-x[-rw-r--r--] | eventhooker.h | 10 | ||||
-rwxr-xr-x | init.cpp | 20 | ||||
-rwxr-xr-x | options.cpp | 18 | ||||
-rwxr-xr-x | stopspam.cpp | 18 | ||||
-rwxr-xr-x | utilities.cpp | 18 |
6 files changed, 75 insertions, 11 deletions
diff --git a/eventhooker.cpp b/eventhooker.cpp index 0160346..5518577 100644..100755 --- a/eventhooker.cpp +++ b/eventhooker.cpp @@ -1,5 +1,5 @@ /* eventhooker.cpp -* Copyright (C) Miklashevsky Roman +* 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 diff --git a/eventhooker.h b/eventhooker.h index 8814613..31640ff 100644..100755 --- 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 @@ -1,3 +1,21 @@ +/* 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 +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #include "headers.h" @@ -59,7 +77,7 @@ PLUGININFOEX pluginInfoEx = { pluginDescription, "Roman Miklashevsky, sss, Elzor", "sss123next@list.ru", - "© 2004-2010 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss, Elzor", + "© 2004-2012 Roman Miklashevsky, A. Petkevich, Kosh&chka, sss, Elzor", "http://sss.chaoslab.ru/tracker/mim_plugs/", UNICODE_AWARE, 0, diff --git a/options.cpp b/options.cpp index e4c7bd6..fbf897e 100755 --- a/options.cpp +++ b/options.cpp @@ -1,3 +1,21 @@ +/* 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 +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #define MIRANDA_VER 0x0800 #include "headers.h" diff --git a/stopspam.cpp b/stopspam.cpp index 0ecdd92..6a5af42 100755 --- a/stopspam.cpp +++ b/stopspam.cpp @@ -1,3 +1,21 @@ +/* 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 +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #include "headers.h" diff --git a/utilities.cpp b/utilities.cpp index 2b2126c..3685091 100755 --- a/utilities.cpp +++ b/utilities.cpp @@ -1,3 +1,21 @@ +/* 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 +* as published by the Free Software Foundation; either version 2 +* of the License, or (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +*/ + + #include "headers.h" tstring DBGetContactSettingStringPAN(HANDLE hContact, char const * szModule, char const * szSetting, tstring errorValue) |