From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/ExternalAPI/m_HTTPServer.h | 2 +- plugins/ExternalAPI/m_NewAwaySys.h | 2 +- plugins/ExternalAPI/m_Quotes.h | 2 +- plugins/ExternalAPI/m_account.h | 2 +- plugins/ExternalAPI/m_actman.h | 2 +- plugins/ExternalAPI/m_addcontactplus.h | 2 +- plugins/ExternalAPI/m_alarms.h | 2 +- plugins/ExternalAPI/m_assocmgr.h | 2 +- plugins/ExternalAPI/m_autobackups.h | 2 +- plugins/ExternalAPI/m_avatarhistory.h | 2 +- plugins/ExternalAPI/m_changekeyboardlayout.h | 2 +- plugins/ExternalAPI/m_cln_skinedit.h | 2 +- plugins/ExternalAPI/m_crashdumper.h | 2 +- plugins/ExternalAPI/m_dbeditorpp.h | 2 +- plugins/ExternalAPI/m_dropbox.h | 2 +- plugins/ExternalAPI/m_filterplugin.h | 2 +- plugins/ExternalAPI/m_fingerprint.h | 2 +- plugins/ExternalAPI/m_flags.h | 2 +- plugins/ExternalAPI/m_folders.h | 2 +- plugins/ExternalAPI/m_ftpfile.h | 2 +- plugins/ExternalAPI/m_historystats.h | 2 +- plugins/ExternalAPI/m_hpp.h | 2 +- plugins/ExternalAPI/m_ieview.h | 2 +- plugins/ExternalAPI/m_kbdnotify.h | 2 +- plugins/ExternalAPI/m_listeningto.h | 2 +- plugins/ExternalAPI/m_lua.h | 2 +- plugins/ExternalAPI/m_mails.h | 2 +- plugins/ExternalAPI/m_messages.h | 2 +- plugins/ExternalAPI/m_messagestate.h | 2 +- plugins/ExternalAPI/m_music.h | 2 +- plugins/ExternalAPI/m_mydetails.h | 2 +- plugins/ExternalAPI/m_notify.h | 2 +- plugins/ExternalAPI/m_nudge.h | 2 +- plugins/ExternalAPI/m_proto_listeningto.h | 2 +- plugins/ExternalAPI/m_protoplugin.h | 2 +- plugins/ExternalAPI/m_quickcontacts.h | 2 +- plugins/ExternalAPI/m_radio.h | 2 +- plugins/ExternalAPI/m_sendss.h | 2 +- plugins/ExternalAPI/m_sessions.h | 2 +- plugins/ExternalAPI/m_shutdown.h | 2 +- plugins/ExternalAPI/m_simplestatusmsg.h | 2 +- plugins/ExternalAPI/m_skin_eng.h | 2 +- plugins/ExternalAPI/m_skinbutton.h | 2 +- plugins/ExternalAPI/m_smileyadd.h | 2 +- plugins/ExternalAPI/m_spellchecker.h | 2 +- plugins/ExternalAPI/m_splash.h | 2 +- plugins/ExternalAPI/m_statusplugins.h | 2 +- plugins/ExternalAPI/m_stopspam.h | 2 +- plugins/ExternalAPI/m_synchro.h | 2 +- plugins/ExternalAPI/m_text.h | 2 +- plugins/ExternalAPI/m_tipper.h | 2 +- plugins/ExternalAPI/m_toptoolbar.h | 2 +- plugins/ExternalAPI/m_userinfoex.h | 2 +- plugins/ExternalAPI/m_variables.h | 2 +- plugins/ExternalAPI/m_weather.h | 2 +- plugins/ExternalAPI/m_winterspeak.h | 2 +- plugins/ExternalAPI/m_xpTheme.h | 2 +- plugins/ExternalAPI/m_yamn.h | 2 +- plugins/ExternalAPI/m_yapp.h | 2 +- 59 files changed, 59 insertions(+), 59 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_HTTPServer.h b/plugins/ExternalAPI/m_HTTPServer.h index bbbcca8d2e..91bed2f313 100644 --- a/plugins/ExternalAPI/m_HTTPServer.h +++ b/plugins/ExternalAPI/m_HTTPServer.h @@ -1,4 +1,4 @@ -//This file is part of HTTPServer a Miranda IM plugin +//This file is part of HTTPServer a Miranda IM plugin //Copyright (C)2002 Kennet Nielsen // //This program is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_NewAwaySys.h b/plugins/ExternalAPI/m_NewAwaySys.h index 6b4e0553c7..9bd90514c3 100644 --- a/plugins/ExternalAPI/m_NewAwaySys.h +++ b/plugins/ExternalAPI/m_NewAwaySys.h @@ -1,4 +1,4 @@ -/* +/* New Away System plugin for Miranda IM Copyright (c) 2005-2007 Chervov Dmitry diff --git a/plugins/ExternalAPI/m_Quotes.h b/plugins/ExternalAPI/m_Quotes.h index f4bbb06cd3..f2d65d9682 100644 --- a/plugins/ExternalAPI/m_Quotes.h +++ b/plugins/ExternalAPI/m_Quotes.h @@ -1,4 +1,4 @@ -#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__ +#ifndef __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__ #define __7D8F07A4_72AF_4838_9C5C_6FDFF57D0DC6_m_Quotes_h__ /* diff --git a/plugins/ExternalAPI/m_account.h b/plugins/ExternalAPI/m_account.h index edffef8d91..e8c339b084 100644 --- a/plugins/ExternalAPI/m_account.h +++ b/plugins/ExternalAPI/m_account.h @@ -1,4 +1,4 @@ -/* +/* * This file defines all needed parameters for one account. * Other plugin can use this (so YAMN does not check it and another plugin can inform YAMN about new mail e.g.), * this can be usefull for plugins like MSN (Hotmail notify) diff --git a/plugins/ExternalAPI/m_actman.h b/plugins/ExternalAPI/m_actman.h index 2382b40aae..fffd43e276 100644 --- a/plugins/ExternalAPI/m_actman.h +++ b/plugins/ExternalAPI/m_actman.h @@ -1,4 +1,4 @@ -#ifndef M_ACTMAN +#ifndef M_ACTMAN #define M_ACTMAN #define AutoStartName "#Autostart" diff --git a/plugins/ExternalAPI/m_addcontactplus.h b/plugins/ExternalAPI/m_addcontactplus.h index eacd24dadf..e4d585c400 100644 --- a/plugins/ExternalAPI/m_addcontactplus.h +++ b/plugins/ExternalAPI/m_addcontactplus.h @@ -1,4 +1,4 @@ -/* +/* AddContact+ plugin for Miranda IM diff --git a/plugins/ExternalAPI/m_alarms.h b/plugins/ExternalAPI/m_alarms.h index 83360901a2..90c066cec2 100755 --- a/plugins/ExternalAPI/m_alarms.h +++ b/plugins/ExternalAPI/m_alarms.h @@ -1,4 +1,4 @@ -#ifndef _ALARMS_H +#ifndef _ALARMS_H #define _ALARMS_H // flags for alarm action diff --git a/plugins/ExternalAPI/m_assocmgr.h b/plugins/ExternalAPI/m_assocmgr.h index b443bb21f3..11d11024a6 100644 --- a/plugins/ExternalAPI/m_assocmgr.h +++ b/plugins/ExternalAPI/m_assocmgr.h @@ -1,4 +1,4 @@ -/* +/* 'File Association Manager'-Plugin for Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_autobackups.h b/plugins/ExternalAPI/m_autobackups.h index 95b0813647..b9e5c5b423 100644 --- a/plugins/ExternalAPI/m_autobackups.h +++ b/plugins/ExternalAPI/m_autobackups.h @@ -1,4 +1,4 @@ -/* +/* This is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either diff --git a/plugins/ExternalAPI/m_avatarhistory.h b/plugins/ExternalAPI/m_avatarhistory.h index 1ef28edf76..4f147648e1 100644 --- a/plugins/ExternalAPI/m_avatarhistory.h +++ b/plugins/ExternalAPI/m_avatarhistory.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006 MattJ, Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_changekeyboardlayout.h b/plugins/ExternalAPI/m_changekeyboardlayout.h index 283fc6c525..5eaa52e42d 100644 --- a/plugins/ExternalAPI/m_changekeyboardlayout.h +++ b/plugins/ExternalAPI/m_changekeyboardlayout.h @@ -1,4 +1,4 @@ -#ifndef _M_CHANGEKEYBOARDLAYOUT_H +#ifndef _M_CHANGEKEYBOARDLAYOUT_H #define _M_CHANGEKEYBOARDLAYOUT_H // Меняет раскладку текста для окна с указанных хэндлом diff --git a/plugins/ExternalAPI/m_cln_skinedit.h b/plugins/ExternalAPI/m_cln_skinedit.h index b98be9b2ba..075ebd5a92 100644 --- a/plugins/ExternalAPI/m_cln_skinedit.h +++ b/plugins/ExternalAPI/m_cln_skinedit.h @@ -1,4 +1,4 @@ - + /* * services */ diff --git a/plugins/ExternalAPI/m_crashdumper.h b/plugins/ExternalAPI/m_crashdumper.h index 50abf0f125..19581051a5 100644 --- a/plugins/ExternalAPI/m_crashdumper.h +++ b/plugins/ExternalAPI/m_crashdumper.h @@ -1,4 +1,4 @@ -/* +/* Miranda Crash Dumper Plugin Copyright (C) 2008 - 2012 Boris Krasnovskiy All Rights Reserved diff --git a/plugins/ExternalAPI/m_dbeditorpp.h b/plugins/ExternalAPI/m_dbeditorpp.h index 64d837dc79..a99d8cf374 100644 --- a/plugins/ExternalAPI/m_dbeditorpp.h +++ b/plugins/ExternalAPI/m_dbeditorpp.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_dropbox.h b/plugins/ExternalAPI/m_dropbox.h index 656c95d010..7c9ca04d59 100644 --- a/plugins/ExternalAPI/m_dropbox.h +++ b/plugins/ExternalAPI/m_dropbox.h @@ -1,4 +1,4 @@ -#ifndef M_DROPBOX_H_ +#ifndef M_DROPBOX_H_ #define M_DROPBOX_H_ #define MIID_DROPBOX {0x9649d8e2, 0x7326, 0x4ec1, {0xb4, 0xa3, 0xf2, 0xec, 0x1a, 0x39, 0x84, 0x94}} diff --git a/plugins/ExternalAPI/m_filterplugin.h b/plugins/ExternalAPI/m_filterplugin.h index cd81c4254c..b41df81bc5 100644 --- a/plugins/ExternalAPI/m_filterplugin.h +++ b/plugins/ExternalAPI/m_filterplugin.h @@ -1,4 +1,4 @@ -#ifndef __M_FILTERPLUGIN_H +#ifndef __M_FILTERPLUGIN_H #define __M_FILTERPLUGIN_H #include diff --git a/plugins/ExternalAPI/m_fingerprint.h b/plugins/ExternalAPI/m_fingerprint.h index 3048242925..fce17df201 100644 --- a/plugins/ExternalAPI/m_fingerprint.h +++ b/plugins/ExternalAPI/m_fingerprint.h @@ -1,4 +1,4 @@ -/* +/* Fingerprint Mod+ (client version) icons module for Miranda IM Copyright © 2006-2007 Artem Shpynov aka FYR, Bio, Faith Healer. 2009-2010 HierOS diff --git a/plugins/ExternalAPI/m_flags.h b/plugins/ExternalAPI/m_flags.h index c3b9a2a5d6..dac81a8fda 100644 --- a/plugins/ExternalAPI/m_flags.h +++ b/plugins/ExternalAPI/m_flags.h @@ -1,4 +1,4 @@ -/* +/* Miranda IM Country Flags Plugin Copyright (C) 2006-2007 H. Herkenrath diff --git a/plugins/ExternalAPI/m_folders.h b/plugins/ExternalAPI/m_folders.h index 85173bf7dd..b9df338512 100644 --- a/plugins/ExternalAPI/m_folders.h +++ b/plugins/ExternalAPI/m_folders.h @@ -1,4 +1,4 @@ -/* +/* Custom profile folders plugin for Miranda IM Copyright © 2005 Cristian Libotean diff --git a/plugins/ExternalAPI/m_ftpfile.h b/plugins/ExternalAPI/m_ftpfile.h index 691cd5f384..ada425ad91 100644 --- a/plugins/ExternalAPI/m_ftpfile.h +++ b/plugins/ExternalAPI/m_ftpfile.h @@ -1,4 +1,4 @@ -/* +/* FTP File YM plugin Copyright (C) 2007-2010 Jan Holub diff --git a/plugins/ExternalAPI/m_historystats.h b/plugins/ExternalAPI/m_historystats.h index d36411d7ed..f0ceaceb1d 100644 --- a/plugins/ExternalAPI/m_historystats.h +++ b/plugins/ExternalAPI/m_historystats.h @@ -1,4 +1,4 @@ -#ifndef _M_HISTORYSTATS_H +#ifndef _M_HISTORYSTATS_H #define _M_HISTORYSTATS_H /** diff --git a/plugins/ExternalAPI/m_hpp.h b/plugins/ExternalAPI/m_hpp.h index 169b666209..9f154d7a00 100644 --- a/plugins/ExternalAPI/m_hpp.h +++ b/plugins/ExternalAPI/m_hpp.h @@ -1,4 +1,4 @@ -#ifndef __m_hhp__ +#ifndef __m_hhp__ #define __m_hhp__ #define MS_HPP_GETVERSION "History++/GetVersion" diff --git a/plugins/ExternalAPI/m_ieview.h b/plugins/ExternalAPI/m_ieview.h index 85c2b7276c..b28f8c9dcb 100644 --- a/plugins/ExternalAPI/m_ieview.h +++ b/plugins/ExternalAPI/m_ieview.h @@ -1,4 +1,4 @@ -/* +/* IEView Plugin for Miranda IM Copyright (C) 2005 Piotr Piastucki diff --git a/plugins/ExternalAPI/m_kbdnotify.h b/plugins/ExternalAPI/m_kbdnotify.h index 2ab53fe4f5..05de38365c 100644 --- a/plugins/ExternalAPI/m_kbdnotify.h +++ b/plugins/ExternalAPI/m_kbdnotify.h @@ -1,4 +1,4 @@ -/* +/* 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/plugins/ExternalAPI/m_listeningto.h b/plugins/ExternalAPI/m_listeningto.h index 841d73cd36..dc67ff1d9f 100644 --- a/plugins/ExternalAPI/m_listeningto.h +++ b/plugins/ExternalAPI/m_listeningto.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_lua.h b/plugins/ExternalAPI/m_lua.h index 0a87455607..2b7339adc4 100644 --- a/plugins/ExternalAPI/m_lua.h +++ b/plugins/ExternalAPI/m_lua.h @@ -1,4 +1,4 @@ -#ifndef _M_LUA_H_ +#ifndef _M_LUA_H_ #define _M_LUA_H_ // Call lua function from module diff --git a/plugins/ExternalAPI/m_mails.h b/plugins/ExternalAPI/m_mails.h index d597769b88..3d895d4f13 100644 --- a/plugins/ExternalAPI/m_mails.h +++ b/plugins/ExternalAPI/m_mails.h @@ -1,4 +1,4 @@ -#ifndef __MAILS_H +#ifndef __MAILS_H #define __MAILS_H #include diff --git a/plugins/ExternalAPI/m_messages.h b/plugins/ExternalAPI/m_messages.h index 7fc0fbed20..5ad57c2a78 100644 --- a/plugins/ExternalAPI/m_messages.h +++ b/plugins/ExternalAPI/m_messages.h @@ -1,4 +1,4 @@ -#ifndef __MESSAGES_H +#ifndef __MESSAGES_H #define __MESSAGES_H //#include "list.h" diff --git a/plugins/ExternalAPI/m_messagestate.h b/plugins/ExternalAPI/m_messagestate.h index a69772f698..9576b99eea 100644 --- a/plugins/ExternalAPI/m_messagestate.h +++ b/plugins/ExternalAPI/m_messagestate.h @@ -1,4 +1,4 @@ -struct MessageReadData +struct MessageReadData { DWORD dw_lastTime; int iTimeType; diff --git a/plugins/ExternalAPI/m_music.h b/plugins/ExternalAPI/m_music.h index 793f16130a..6f91535fb5 100644 --- a/plugins/ExternalAPI/m_music.h +++ b/plugins/ExternalAPI/m_music.h @@ -1,4 +1,4 @@ -#ifndef M_MUSIC +#ifndef M_MUSIC #define M_MUSIC #define MIID_WATRACK {0xfc6c81f4, 0x837e, 0x4430, {0x96, 0x01, 0xa0, 0xaa, 0x43, 0x17, 0x7a, 0xe3}} diff --git a/plugins/ExternalAPI/m_mydetails.h b/plugins/ExternalAPI/m_mydetails.h index e0396a8cf8..9b3f5f1e92 100644 --- a/plugins/ExternalAPI/m_mydetails.h +++ b/plugins/ExternalAPI/m_mydetails.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_notify.h b/plugins/ExternalAPI/m_notify.h index 27d92f842e..88f375c519 100644 --- a/plugins/ExternalAPI/m_notify.h +++ b/plugins/ExternalAPI/m_notify.h @@ -1,4 +1,4 @@ -#ifndef __m_notify_h__ +#ifndef __m_notify_h__ #define __m_notify_h__ #include diff --git a/plugins/ExternalAPI/m_nudge.h b/plugins/ExternalAPI/m_nudge.h index 8067499145..72f91f0396 100644 --- a/plugins/ExternalAPI/m_nudge.h +++ b/plugins/ExternalAPI/m_nudge.h @@ -1,4 +1,4 @@ -// protocol service that sends a nudge +// protocol service that sends a nudge #define PS_SEND_NUDGE "/SendNudge" // event to be create in protocol with its m_szModuleName diff --git a/plugins/ExternalAPI/m_proto_listeningto.h b/plugins/ExternalAPI/m_proto_listeningto.h index d8fad29b52..0489667c68 100644 --- a/plugins/ExternalAPI/m_proto_listeningto.h +++ b/plugins/ExternalAPI/m_proto_listeningto.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_protoplugin.h b/plugins/ExternalAPI/m_protoplugin.h index cbbe8e0ed1..37804c655b 100644 --- a/plugins/ExternalAPI/m_protoplugin.h +++ b/plugins/ExternalAPI/m_protoplugin.h @@ -1,4 +1,4 @@ -#ifndef __M_PROTOPLUGIN_H +#ifndef __M_PROTOPLUGIN_H #define __M_PROTOPLUGIN_H #include diff --git a/plugins/ExternalAPI/m_quickcontacts.h b/plugins/ExternalAPI/m_quickcontacts.h index f4110ad78d..5ebbb8431d 100644 --- a/plugins/ExternalAPI/m_quickcontacts.h +++ b/plugins/ExternalAPI/m_quickcontacts.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_radio.h b/plugins/ExternalAPI/m_radio.h index f43d982775..390ee741d9 100644 --- a/plugins/ExternalAPI/m_radio.h +++ b/plugins/ExternalAPI/m_radio.h @@ -1,4 +1,4 @@ -#ifndef M_RADIO +#ifndef M_RADIO #define M_RADIO #ifndef MIID_MRADIO diff --git a/plugins/ExternalAPI/m_sendss.h b/plugins/ExternalAPI/m_sendss.h index 8963dd54e4..a652a30152 100644 --- a/plugins/ExternalAPI/m_sendss.h +++ b/plugins/ExternalAPI/m_sendss.h @@ -1,4 +1,4 @@ -//This file is part of Send Screenshot a Miranda IM plugin +//This file is part of Send Screenshot a Miranda IM plugin //Copyright (c) 2004-2006 Sérgio Vieira Rolanski // //This program is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_sessions.h b/plugins/ExternalAPI/m_sessions.h index 531a3315f5..df8ec3dfab 100644 --- a/plugins/ExternalAPI/m_sessions.h +++ b/plugins/ExternalAPI/m_sessions.h @@ -1,4 +1,4 @@ -/* +/* Sessions Management plugin for Miranda IM Copyright (C) 2007-2008 Danil Mozhar diff --git a/plugins/ExternalAPI/m_shutdown.h b/plugins/ExternalAPI/m_shutdown.h index 6f4eddb766..f5cf662f02 100644 --- a/plugins/ExternalAPI/m_shutdown.h +++ b/plugins/ExternalAPI/m_shutdown.h @@ -1,4 +1,4 @@ -/* +/* 'AutoShutdown'-Plugin for Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_simplestatusmsg.h b/plugins/ExternalAPI/m_simplestatusmsg.h index 089b80b34a..ad8cb30a60 100644 --- a/plugins/ExternalAPI/m_simplestatusmsg.h +++ b/plugins/ExternalAPI/m_simplestatusmsg.h @@ -1,4 +1,4 @@ -/* +/* Simple Status Message plugin for Miranda IM Copyright (C) 2006-2011 Bartosz 'Dezeath' Białek, (C) 2005 Harven diff --git a/plugins/ExternalAPI/m_skin_eng.h b/plugins/ExternalAPI/m_skin_eng.h index d84c9fa00e..e05c3e1ead 100644 --- a/plugins/ExternalAPI/m_skin_eng.h +++ b/plugins/ExternalAPI/m_skin_eng.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_skinbutton.h b/plugins/ExternalAPI/m_skinbutton.h index 1ca5c38e6d..a8858302a4 100644 --- a/plugins/ExternalAPI/m_skinbutton.h +++ b/plugins/ExternalAPI/m_skinbutton.h @@ -1,4 +1,4 @@ -#include "m_button.h" +#include "m_button.h" #define MBM_UPDATETRANSPARENTFLAG WM_USER+52 #define MBM_SETICOLIBHANDLE WM_USER+53 diff --git a/plugins/ExternalAPI/m_smileyadd.h b/plugins/ExternalAPI/m_smileyadd.h index 97c18dccdb..5f85b4ccaa 100644 --- a/plugins/ExternalAPI/m_smileyadd.h +++ b/plugins/ExternalAPI/m_smileyadd.h @@ -1,4 +1,4 @@ -/* +/* Miranda SmileyAdd Plugin Copyright (C) 2005 - 2010 Boris Krasnovskiy Copyright (C) 2003 - 2004 Rein-Peter de Boer diff --git a/plugins/ExternalAPI/m_spellchecker.h b/plugins/ExternalAPI/m_spellchecker.h index 71ad5d50fe..5da2f07c18 100644 --- a/plugins/ExternalAPI/m_spellchecker.h +++ b/plugins/ExternalAPI/m_spellchecker.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-2010 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or diff --git a/plugins/ExternalAPI/m_splash.h b/plugins/ExternalAPI/m_splash.h index 3652e6a72b..23b61fd02b 100644 --- a/plugins/ExternalAPI/m_splash.h +++ b/plugins/ExternalAPI/m_splash.h @@ -1,4 +1,4 @@ -// Shows splash image +// Shows splash image // wParam = (char *) image filename, either relative to Miranda dir or absolute // lParam = (int) time to display in milliseconds, 0 - infinite (hangs on screen until clicked) // returns: 1 if success and 0 if failed diff --git a/plugins/ExternalAPI/m_statusplugins.h b/plugins/ExternalAPI/m_statusplugins.h index a13fb31c44..fe221d14f4 100644 --- a/plugins/ExternalAPI/m_statusplugins.h +++ b/plugins/ExternalAPI/m_statusplugins.h @@ -1,4 +1,4 @@ -/* +/* AdvancedAutoAway Plugin for Miranda-IM (www.miranda-im.org) KeepStatus Plugin for Miranda-IM (www.miranda-im.org) StartupStatus Plugin for Miranda-IM (www.miranda-im.org) diff --git a/plugins/ExternalAPI/m_stopspam.h b/plugins/ExternalAPI/m_stopspam.h index 9936550885..89f9809743 100644 --- a/plugins/ExternalAPI/m_stopspam.h +++ b/plugins/ExternalAPI/m_stopspam.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/ExternalAPI/m_synchro.h b/plugins/ExternalAPI/m_synchro.h index 429c791ca4..8ff36d1502 100644 --- a/plugins/ExternalAPI/m_synchro.h +++ b/plugins/ExternalAPI/m_synchro.h @@ -1,4 +1,4 @@ -#ifndef __SYNCHRO_H +#ifndef __SYNCHRO_H #define __SYNCHRO_H #include diff --git a/plugins/ExternalAPI/m_text.h b/plugins/ExternalAPI/m_text.h index 315f6c950c..2ba0ddafe7 100644 --- a/plugins/ExternalAPI/m_text.h +++ b/plugins/ExternalAPI/m_text.h @@ -1,4 +1,4 @@ -#ifndef __mtext_h__ +#ifndef __mtext_h__ #define __mtext_h__ // NEW mtextcontrol interface: diff --git a/plugins/ExternalAPI/m_tipper.h b/plugins/ExternalAPI/m_tipper.h index 2f703df395..e664e5e9fd 100644 --- a/plugins/ExternalAPI/m_tipper.h +++ b/plugins/ExternalAPI/m_tipper.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2006-07 Scott Ellis Copyright (C) 2007-09 Jan Holub diff --git a/plugins/ExternalAPI/m_toptoolbar.h b/plugins/ExternalAPI/m_toptoolbar.h index cf0d90c609..7da7d4e4ae 100644 --- a/plugins/ExternalAPI/m_toptoolbar.h +++ b/plugins/ExternalAPI/m_toptoolbar.h @@ -1,4 +1,4 @@ -#ifndef M_TOPTOOLBAR_H +#ifndef M_TOPTOOLBAR_H #define M_TOPTOOLBAR_H #ifndef M_CORE_H__ diff --git a/plugins/ExternalAPI/m_userinfoex.h b/plugins/ExternalAPI/m_userinfoex.h index 7115cc5d46..eb6d3cbfa3 100644 --- a/plugins/ExternalAPI/m_userinfoex.h +++ b/plugins/ExternalAPI/m_userinfoex.h @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org), diff --git a/plugins/ExternalAPI/m_variables.h b/plugins/ExternalAPI/m_variables.h index daadc28c60..096181b508 100644 --- a/plugins/ExternalAPI/m_variables.h +++ b/plugins/ExternalAPI/m_variables.h @@ -1,4 +1,4 @@ -/* +/* Variables Plugin for Miranda-IM (www.miranda-im.org) Copyright 2003-2006 P. Boon diff --git a/plugins/ExternalAPI/m_weather.h b/plugins/ExternalAPI/m_weather.h index cf1a522261..31b6f72851 100644 --- a/plugins/ExternalAPI/m_weather.h +++ b/plugins/ExternalAPI/m_weather.h @@ -1,4 +1,4 @@ -/* +/* Weather Protocol plugin for Miranda IM Copyright (C) 2005-2009 Boris Krasnovskiy All Rights Reserved Copyright (C) 2002-2005 Calvin Che diff --git a/plugins/ExternalAPI/m_winterspeak.h b/plugins/ExternalAPI/m_winterspeak.h index 3c0d418012..eb2059ae43 100644 --- a/plugins/ExternalAPI/m_winterspeak.h +++ b/plugins/ExternalAPI/m_winterspeak.h @@ -1,4 +1,4 @@ - + #define MS_SPEAK_STATUS "Speak/Status" #define MS_SPEAK_MESSAGE "Speak/Message" \ No newline at end of file diff --git a/plugins/ExternalAPI/m_xpTheme.h b/plugins/ExternalAPI/m_xpTheme.h index 90925470f4..0f2324e163 100644 --- a/plugins/ExternalAPI/m_xpTheme.h +++ b/plugins/ExternalAPI/m_xpTheme.h @@ -1,4 +1,4 @@ -/* Wrapper for XP theme */ +/* Wrapper for XP theme */ typedef void * XPTHANDLE; typedef HANDLE HTHEME; diff --git a/plugins/ExternalAPI/m_yamn.h b/plugins/ExternalAPI/m_yamn.h index 2be7c32712..b7a59dff58 100644 --- a/plugins/ExternalAPI/m_yamn.h +++ b/plugins/ExternalAPI/m_yamn.h @@ -1,4 +1,4 @@ -#ifndef __M_YAMN_H +#ifndef __M_YAMN_H #define __M_YAMN_H #include diff --git a/plugins/ExternalAPI/m_yapp.h b/plugins/ExternalAPI/m_yapp.h index 26d9be0e2e..be59931fe8 100644 --- a/plugins/ExternalAPI/m_yapp.h +++ b/plugins/ExternalAPI/m_yapp.h @@ -1,4 +1,4 @@ -#ifndef __m_yapp_h__ +#ifndef __m_yapp_h__ #define __m_yapp_h__ #define NFOPT_POPUP2_BACKCOLOR "Popup2/BackColor" -- cgit v1.2.3