summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /protocols
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols')
-rw-r--r--protocols/AimOscar/CMakeLists.txt2
-rw-r--r--protocols/AimOscar/docs/changelog.txt2
-rw-r--r--protocols/AimOscar/docs/readme.txt2
-rw-r--r--protocols/AimOscar/proto_aim/CMakeLists.txt2
-rw-r--r--protocols/AimOscar/proto_aim/res/Proto_AIM.rc2
-rw-r--r--protocols/AimOscar/proto_aim/src/resource.h2
-rwxr-xr-xprotocols/AimOscar/res/aim.rc2
-rw-r--r--protocols/AimOscar/res/version.rc2
-rw-r--r--protocols/AimOscar/src/aim.cpp2
-rw-r--r--protocols/AimOscar/src/avatars.cpp2
-rw-r--r--protocols/AimOscar/src/avatars.h2
-rw-r--r--protocols/AimOscar/src/away.cpp2
-rw-r--r--protocols/AimOscar/src/chat.cpp2
-rw-r--r--protocols/AimOscar/src/chat.h2
-rwxr-xr-xprotocols/AimOscar/src/client.cpp2
-rwxr-xr-xprotocols/AimOscar/src/connection.cpp2
-rw-r--r--protocols/AimOscar/src/conv.cpp2
-rw-r--r--protocols/AimOscar/src/conv.h2
-rw-r--r--protocols/AimOscar/src/defines.h2
-rw-r--r--protocols/AimOscar/src/direct_connect.cpp2
-rw-r--r--protocols/AimOscar/src/direct_connect.h2
-rw-r--r--protocols/AimOscar/src/error.cpp2
-rw-r--r--protocols/AimOscar/src/file.cpp2
-rw-r--r--protocols/AimOscar/src/file.h2
-rw-r--r--protocols/AimOscar/src/flap.cpp2
-rw-r--r--protocols/AimOscar/src/flap.h2
-rw-r--r--protocols/AimOscar/src/links.cpp2
-rw-r--r--protocols/AimOscar/src/links.h2
-rw-r--r--protocols/AimOscar/src/packets.cpp2
-rw-r--r--protocols/AimOscar/src/packets.h2
-rw-r--r--protocols/AimOscar/src/popup.cpp2
-rw-r--r--protocols/AimOscar/src/proto.cpp2
-rwxr-xr-xprotocols/AimOscar/src/proto.h2
-rw-r--r--protocols/AimOscar/src/proxy.cpp2
-rw-r--r--protocols/AimOscar/src/proxy.h2
-rwxr-xr-xprotocols/AimOscar/src/resource.h2
-rw-r--r--protocols/AimOscar/src/server.cpp2
-rw-r--r--protocols/AimOscar/src/services.cpp2
-rw-r--r--protocols/AimOscar/src/snac.cpp2
-rw-r--r--protocols/AimOscar/src/snac.h2
-rw-r--r--protocols/AimOscar/src/stdafx.cxx2
-rwxr-xr-xprotocols/AimOscar/src/stdafx.h2
-rw-r--r--protocols/AimOscar/src/theme.cpp2
-rw-r--r--protocols/AimOscar/src/theme.h2
-rw-r--r--protocols/AimOscar/src/thread.cpp2
-rw-r--r--protocols/AimOscar/src/tlv.cpp2
-rw-r--r--protocols/AimOscar/src/tlv.h2
-rwxr-xr-xprotocols/AimOscar/src/ui.cpp2
-rw-r--r--protocols/AimOscar/src/ui.h2
-rwxr-xr-xprotocols/AimOscar/src/utility.cpp2
-rwxr-xr-xprotocols/AimOscar/src/utility.h2
-rw-r--r--protocols/AimOscar/src/version.h2
-rw-r--r--protocols/CMakeLists.txt2
-rw-r--r--protocols/Discord/CMakeLists.txt2
-rw-r--r--protocols/Discord/proto_discord/CMakeLists.txt2
-rw-r--r--protocols/Discord/proto_discord/res/Proto_Discord.rc2
-rw-r--r--protocols/Discord/proto_discord/src/resource.h2
-rw-r--r--protocols/Discord/res/discord.rc2
-rw-r--r--protocols/Discord/res/version.rc2
-rw-r--r--protocols/Discord/src/avatars.cpp2
-rw-r--r--protocols/Discord/src/connection.cpp2
-rw-r--r--protocols/Discord/src/dispatch.cpp2
-rw-r--r--protocols/Discord/src/gateway.cpp2
-rw-r--r--protocols/Discord/src/groupchat.cpp2
-rw-r--r--protocols/Discord/src/guilds.cpp2
-rw-r--r--protocols/Discord/src/http.cpp2
-rw-r--r--protocols/Discord/src/main.cpp2
-rw-r--r--protocols/Discord/src/menus.cpp2
-rw-r--r--protocols/Discord/src/options.cpp2
-rw-r--r--protocols/Discord/src/proto.cpp2
-rw-r--r--protocols/Discord/src/proto.h2
-rw-r--r--protocols/Discord/src/resource.h2
-rw-r--r--protocols/Discord/src/server.cpp2
-rw-r--r--protocols/Discord/src/stdafx.cxx2
-rw-r--r--protocols/Discord/src/stdafx.h2
-rw-r--r--protocols/Discord/src/utils.cpp2
-rw-r--r--protocols/Discord/src/version.h2
-rw-r--r--protocols/Dummy/CMakeLists.txt2
-rw-r--r--protocols/Dummy/proto_dummy/CMakeLists.txt2
-rw-r--r--protocols/Dummy/proto_dummy/res/Proto_Dummy.rc2
-rw-r--r--protocols/Dummy/proto_dummy/src/resource.h2
-rw-r--r--protocols/Dummy/res/resource.rc2
-rw-r--r--protocols/Dummy/res/version.rc2
-rw-r--r--protocols/Dummy/src/dummy.h2
-rw-r--r--protocols/Dummy/src/dummy_options.cpp2
-rw-r--r--protocols/Dummy/src/dummy_proto.cpp2
-rw-r--r--protocols/Dummy/src/dummy_proto.h2
-rw-r--r--protocols/Dummy/src/main.cpp2
-rw-r--r--protocols/Dummy/src/resource.h2
-rw-r--r--protocols/Dummy/src/stdafx.cxx2
-rw-r--r--protocols/Dummy/src/stdafx.h2
-rw-r--r--protocols/Dummy/src/version.h2
-rw-r--r--protocols/EmLanProto/CMakeLists.txt2
-rw-r--r--protocols/EmLanProto/res/Version.rc2
-rw-r--r--protocols/EmLanProto/res/amdproto.rc2
-rw-r--r--protocols/EmLanProto/src/amdproto.cpp2
-rw-r--r--protocols/EmLanProto/src/get_time.cpp2
-rw-r--r--protocols/EmLanProto/src/get_time.h2
-rw-r--r--protocols/EmLanProto/src/lan.cpp2
-rw-r--r--protocols/EmLanProto/src/lan.h2
-rw-r--r--protocols/EmLanProto/src/mlan.cpp2
-rw-r--r--protocols/EmLanProto/src/mlan.h2
-rw-r--r--protocols/EmLanProto/src/resource.h2
-rw-r--r--protocols/EmLanProto/src/stdafx.cpp2
-rw-r--r--protocols/EmLanProto/src/stdafx.h2
-rw-r--r--protocols/EmLanProto/src/version.h2
-rw-r--r--protocols/FacebookRM/CMakeLists.txt2
-rw-r--r--protocols/FacebookRM/docs/readme.txt2
-rw-r--r--protocols/FacebookRM/proto_facebook/CMakeLists.txt2
-rw-r--r--protocols/FacebookRM/proto_facebook/res/Proto_Facebook.rc2
-rw-r--r--protocols/FacebookRM/proto_facebook/src/resource.h2
-rw-r--r--protocols/FacebookRM/res/facebook.rc2
-rw-r--r--protocols/FacebookRM/res/version.rc2
-rw-r--r--protocols/FacebookRM/src/avatars.cpp2
-rw-r--r--protocols/FacebookRM/src/captcha.cpp2
-rw-r--r--protocols/FacebookRM/src/chat.cpp2
-rw-r--r--protocols/FacebookRM/src/client.h2
-rw-r--r--protocols/FacebookRM/src/communication.cpp2
-rw-r--r--protocols/FacebookRM/src/connection.cpp2
-rw-r--r--protocols/FacebookRM/src/constants.h2
-rw-r--r--protocols/FacebookRM/src/contacts.cpp2
-rw-r--r--protocols/FacebookRM/src/db.h2
-rw-r--r--protocols/FacebookRM/src/dialogs.cpp2
-rw-r--r--protocols/FacebookRM/src/dialogs.h2
-rw-r--r--protocols/FacebookRM/src/entities.h2
-rw-r--r--protocols/FacebookRM/src/events.cpp2
-rw-r--r--protocols/FacebookRM/src/http.h2
-rw-r--r--protocols/FacebookRM/src/http_request.h2
-rw-r--r--protocols/FacebookRM/src/json.cpp2
-rw-r--r--protocols/FacebookRM/src/json.h2
-rw-r--r--protocols/FacebookRM/src/list.hpp2
-rw-r--r--protocols/FacebookRM/src/main.cpp2
-rw-r--r--protocols/FacebookRM/src/messages.cpp2
-rw-r--r--protocols/FacebookRM/src/process.cpp2
-rw-r--r--protocols/FacebookRM/src/proto.cpp2
-rw-r--r--protocols/FacebookRM/src/proto.h2
-rw-r--r--protocols/FacebookRM/src/requests/channel.h2
-rw-r--r--protocols/FacebookRM/src/requests/contacts.h2
-rw-r--r--protocols/FacebookRM/src/requests/feeds.h2
-rw-r--r--protocols/FacebookRM/src/requests/history.h2
-rw-r--r--protocols/FacebookRM/src/requests/login.h2
-rw-r--r--protocols/FacebookRM/src/requests/messages.h2
-rw-r--r--protocols/FacebookRM/src/requests/notifications.h2
-rw-r--r--protocols/FacebookRM/src/requests/profile.h2
-rw-r--r--protocols/FacebookRM/src/requests/search.h2
-rw-r--r--protocols/FacebookRM/src/requests/status.h2
-rw-r--r--protocols/FacebookRM/src/requests/utils.h2
-rw-r--r--protocols/FacebookRM/src/resource.h2
-rw-r--r--protocols/FacebookRM/src/stdafx.cxx2
-rw-r--r--protocols/FacebookRM/src/stdafx.h2
-rw-r--r--protocols/FacebookRM/src/theme.cpp2
-rw-r--r--protocols/FacebookRM/src/theme.h2
-rw-r--r--protocols/FacebookRM/src/version.h2
-rw-r--r--protocols/Gadu-Gadu/CMakeLists.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/build-howto.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/license.txt2
-rw-r--r--protocols/Gadu-Gadu/docs/readme.txt2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/CMakeLists.txt2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc2
-rw-r--r--protocols/Gadu-Gadu/proto_gg/src/resource.h2
-rw-r--r--protocols/Gadu-Gadu/res/resource.rc2
-rw-r--r--protocols/Gadu-Gadu/res/version.rc2
-rw-r--r--protocols/Gadu-Gadu/src/avatar.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/core.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dialogs.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dynstuff.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/dynstuff.h2
-rw-r--r--protocols/Gadu-Gadu/src/filetransfer.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg.h2
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/gg_proto.h2
-rw-r--r--protocols/Gadu-Gadu/src/groupchat.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/icolib.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/image.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/import.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/keepalive.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/common.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/compat.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/dcc.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/dcc7.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/events.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/http.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/internal.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/libgadu.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/libgadu.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/obsolete.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/protocol.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pthread.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pthread.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pubdir.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/resolver.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/resolver.h2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/sha1.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/win32.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/libgadu/win32.h2
-rw-r--r--protocols/Gadu-Gadu/src/links.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/oauth.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/ownerinfo.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/popups.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/resource.h2
-rw-r--r--protocols/Gadu-Gadu/src/services.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/sessions.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/stdafx.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/token.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/userutils.cpp2
-rw-r--r--protocols/Gadu-Gadu/src/version.h2
-rw-r--r--protocols/ICQCorp/CMakeLists.txt2
-rw-r--r--protocols/ICQCorp/res/resource.rc2
-rw-r--r--protocols/ICQCorp/res/version.rc2
-rw-r--r--protocols/ICQCorp/src/corp.cpp2
-rw-r--r--protocols/ICQCorp/src/corp.h2
-rw-r--r--protocols/ICQCorp/src/event.cpp2
-rw-r--r--protocols/ICQCorp/src/event.h2
-rw-r--r--protocols/ICQCorp/src/options.cpp2
-rw-r--r--protocols/ICQCorp/src/options.h2
-rw-r--r--protocols/ICQCorp/src/packet.cpp2
-rw-r--r--protocols/ICQCorp/src/packet.h2
-rw-r--r--protocols/ICQCorp/src/protocol.cpp2
-rw-r--r--protocols/ICQCorp/src/protocol.h2
-rw-r--r--protocols/ICQCorp/src/resource.h2
-rw-r--r--protocols/ICQCorp/src/services.cpp2
-rw-r--r--protocols/ICQCorp/src/socket.cpp2
-rw-r--r--protocols/ICQCorp/src/socket.h2
-rw-r--r--protocols/ICQCorp/src/stdafx.cpp2
-rw-r--r--protocols/ICQCorp/src/transfer.cpp2
-rw-r--r--protocols/ICQCorp/src/transfer.h2
-rw-r--r--protocols/ICQCorp/src/user.cpp2
-rw-r--r--protocols/ICQCorp/src/user.h2
-rw-r--r--protocols/ICQCorp/src/version.h2
-rw-r--r--protocols/IRCG/CMakeLists.txt2
-rw-r--r--protocols/IRCG/docs/IRC_servers.ini2
-rw-r--r--protocols/IRCG/docs/license.txt2
-rw-r--r--protocols/IRCG/docs/readme.txt2
-rw-r--r--protocols/IRCG/proto_irc/CMakeLists.txt2
-rw-r--r--protocols/IRCG/proto_irc/res/Proto_IRC.rc2
-rw-r--r--protocols/IRCG/proto_irc/src/resource.h2
-rw-r--r--protocols/IRCG/res/IRC.rc2
-rw-r--r--protocols/IRCG/res/version.rc2
-rw-r--r--protocols/IRCG/src/clist.cpp2
-rw-r--r--protocols/IRCG/src/commandmonitor.cpp2
-rw-r--r--protocols/IRCG/src/input.cpp2
-rw-r--r--protocols/IRCG/src/irc_dlg.h2
-rw-r--r--protocols/IRCG/src/irclib.cpp2
-rw-r--r--protocols/IRCG/src/irclib.h2
-rw-r--r--protocols/IRCG/src/ircproto.cpp2
-rw-r--r--protocols/IRCG/src/main.cpp2
-rw-r--r--protocols/IRCG/src/options.cpp2
-rw-r--r--protocols/IRCG/src/output.cpp2
-rw-r--r--protocols/IRCG/src/resource.h2
-rw-r--r--protocols/IRCG/src/scripting.cpp2
-rw-r--r--protocols/IRCG/src/services.cpp2
-rw-r--r--protocols/IRCG/src/stdafx.cxx2
-rw-r--r--protocols/IRCG/src/stdafx.h2
-rw-r--r--protocols/IRCG/src/tools.cpp2
-rw-r--r--protocols/IRCG/src/userinfo.cpp2
-rw-r--r--protocols/IRCG/src/version.h2
-rw-r--r--protocols/IRCG/src/windows.cpp2
-rw-r--r--protocols/IcqOscarJ/CMakeLists.txt2
-rw-r--r--protocols/IcqOscarJ/docs/license.txt2
-rw-r--r--protocols/IcqOscarJ/docs/readme.txt2
-rw-r--r--protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt2
-rw-r--r--protocols/IcqOscarJ/icq_xstatus/res/ICONS.rc2
-rw-r--r--protocols/IcqOscarJ/icq_xstatus/src/resource.h2
-rw-r--r--protocols/IcqOscarJ/proto_icq/CMakeLists.txt2
-rw-r--r--protocols/IcqOscarJ/proto_icq/res/Proto_ICQ.rc2
-rw-r--r--protocols/IcqOscarJ/proto_icq/src/resource.h2
-rw-r--r--protocols/IcqOscarJ/res/resources.rc2
-rw-r--r--protocols/IcqOscarJ/res/version.rc2
-rw-r--r--protocols/IcqOscarJ/src/askauthentication.cpp2
-rw-r--r--protocols/IcqOscarJ/src/capabilities.cpp2
-rw-r--r--protocols/IcqOscarJ/src/capabilities.h2
-rw-r--r--protocols/IcqOscarJ/src/chan_01login.cpp2
-rw-r--r--protocols/IcqOscarJ/src/chan_02data.cpp2
-rw-r--r--protocols/IcqOscarJ/src/chan_03error.cpp2
-rw-r--r--protocols/IcqOscarJ/src/chan_04close.cpp2
-rw-r--r--protocols/IcqOscarJ/src/chan_05ping.cpp2
-rw-r--r--protocols/IcqOscarJ/src/changeinfo.h2
-rw-r--r--protocols/IcqOscarJ/src/channels.h2
-rw-r--r--protocols/IcqOscarJ/src/constants.cpp2
-rw-r--r--protocols/IcqOscarJ/src/cookies.cpp2
-rw-r--r--protocols/IcqOscarJ/src/cookies.h2
-rw-r--r--protocols/IcqOscarJ/src/db.cpp2
-rw-r--r--protocols/IcqOscarJ/src/directpackets.cpp2
-rw-r--r--protocols/IcqOscarJ/src/dlgproc.cpp2
-rw-r--r--protocols/IcqOscarJ/src/editlist.cpp2
-rw-r--r--protocols/IcqOscarJ/src/editstring.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_01service.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_02location.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_03buddy.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_04message.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_09bos.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_0alookup.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_0bstatus.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_13servclist.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_15icqserver.cpp2
-rw-r--r--protocols/IcqOscarJ/src/fam_17signon.cpp2
-rw-r--r--protocols/IcqOscarJ/src/families.h2
-rw-r--r--protocols/IcqOscarJ/src/globals.h2
-rw-r--r--protocols/IcqOscarJ/src/guids.h2
-rw-r--r--protocols/IcqOscarJ/src/i18n.cpp2
-rw-r--r--protocols/IcqOscarJ/src/i18n.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_advsearch.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_advsearch.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_avatar.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_avatar.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_clients.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_constants.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_db.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_direct.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_direct.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_directmsg.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_fieldnames.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_fieldnames.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_filerequests.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_filetransfer.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_firstrun.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_http.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_http.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_infoupdate.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_menu.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_opts.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_packet.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_packet.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_popups.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_popups.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_proto.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_rates.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_rates.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_server.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_server.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_servlist.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_servlist.h2
-rw-r--r--protocols/IcqOscarJ/src/icq_uploadui.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_xstatus.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icq_xtraz.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icqosc_svcs.cpp2
-rw-r--r--protocols/IcqOscarJ/src/icqosc_svcs.h2
-rw-r--r--protocols/IcqOscarJ/src/init.cpp2
-rw-r--r--protocols/IcqOscarJ/src/log.cpp2
-rw-r--r--protocols/IcqOscarJ/src/log.h2
-rw-r--r--protocols/IcqOscarJ/src/loginpassword.cpp2
-rw-r--r--protocols/IcqOscarJ/src/oscar_filetransfer.cpp2
-rw-r--r--protocols/IcqOscarJ/src/oscar_filetransfer.h2
-rw-r--r--protocols/IcqOscarJ/src/resource.h2
-rw-r--r--protocols/IcqOscarJ/src/stdafx.cxx2
-rw-r--r--protocols/IcqOscarJ/src/stdafx.h2
-rw-r--r--protocols/IcqOscarJ/src/stdpackets.cpp2
-rw-r--r--protocols/IcqOscarJ/src/stdpackets.h2
-rw-r--r--protocols/IcqOscarJ/src/tlv.cpp2
-rw-r--r--protocols/IcqOscarJ/src/tlv.h2
-rw-r--r--protocols/IcqOscarJ/src/upload.cpp2
-rw-r--r--protocols/IcqOscarJ/src/userinfotab.cpp2
-rw-r--r--protocols/IcqOscarJ/src/utilities.cpp2
-rw-r--r--protocols/IcqOscarJ/src/utilities.h2
-rw-r--r--protocols/IcqOscarJ/src/version.h2
-rw-r--r--protocols/JabberG/CMakeLists.txt2
-rw-r--r--protocols/JabberG/docs/copying.txt2
-rw-r--r--protocols/JabberG/docs/copyright.txt2
-rw-r--r--protocols/JabberG/docs/jabber.txt2
-rw-r--r--protocols/JabberG/docs/license.txt2
-rw-r--r--protocols/JabberG/docs/readme.txt2
-rw-r--r--protocols/JabberG/docs/todo.txt2
-rw-r--r--protocols/JabberG/jabber_xstatus/CMakeLists.txt2
-rw-r--r--protocols/JabberG/jabber_xstatus/res/JABBER_XSTATUS.rc2
-rw-r--r--protocols/JabberG/proto_jabber/CMakeLists.txt2
-rw-r--r--protocols/JabberG/proto_jabber/res/Proto_Jabber.rc2
-rw-r--r--protocols/JabberG/proto_jabber/src/resource.h2
-rw-r--r--protocols/JabberG/res/jabber.rc2
-rw-r--r--protocols/JabberG/res/version.rc2
-rwxr-xr-xprotocols/JabberG/src/jabber.cpp2
-rw-r--r--protocols/JabberG/src/jabber_adhoc.cpp2
-rw-r--r--protocols/JabberG/src/jabber_agent.cpp2
-rw-r--r--protocols/JabberG/src/jabber_api.cpp2
-rw-r--r--protocols/JabberG/src/jabber_archive.cpp2
-rw-r--r--protocols/JabberG/src/jabber_bookmarks.cpp2
-rw-r--r--protocols/JabberG/src/jabber_byte.cpp2
-rw-r--r--protocols/JabberG/src/jabber_byte.h2
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_caps.h2
-rw-r--r--protocols/JabberG/src/jabber_captcha.cpp2
-rw-r--r--protocols/JabberG/src/jabber_chat.cpp2
-rw-r--r--protocols/JabberG/src/jabber_console.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_db_utils.h2
-rw-r--r--protocols/JabberG/src/jabber_disco.cpp2
-rw-r--r--protocols/JabberG/src/jabber_disco.h2
-rw-r--r--protocols/JabberG/src/jabber_events.cpp2
-rw-r--r--protocols/JabberG/src/jabber_file.cpp2
-rw-r--r--protocols/JabberG/src/jabber_filterlist.cpp2
-rw-r--r--protocols/JabberG/src/jabber_form.cpp2
-rw-r--r--protocols/JabberG/src/jabber_frame.cpp2
-rw-r--r--protocols/JabberG/src/jabber_ft.cpp2
-rw-r--r--protocols/JabberG/src/jabber_groupchat.cpp2
-rw-r--r--protocols/JabberG/src/jabber_ibb.cpp2
-rw-r--r--protocols/JabberG/src/jabber_ibb.h2
-rw-r--r--protocols/JabberG/src/jabber_icolib.cpp2
-rw-r--r--protocols/JabberG/src/jabber_icolib.h2
-rw-r--r--protocols/JabberG/src/jabber_iq.cpp2
-rw-r--r--protocols/JabberG/src/jabber_iq.h2
-rw-r--r--protocols/JabberG/src/jabber_iq_handlers.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_iqid.cpp2
-rw-r--r--protocols/JabberG/src/jabber_iqid_muc.cpp2
-rw-r--r--protocols/JabberG/src/jabber_libstr.cpp2
-rw-r--r--protocols/JabberG/src/jabber_list.cpp2
-rw-r--r--protocols/JabberG/src/jabber_list.h2
-rw-r--r--protocols/JabberG/src/jabber_menu.cpp2
-rw-r--r--protocols/JabberG/src/jabber_message_handlers.cpp2
-rw-r--r--protocols/JabberG/src/jabber_message_manager.cpp2
-rw-r--r--protocols/JabberG/src/jabber_message_manager.h2
-rwxr-xr-xprotocols/JabberG/src/jabber_misc.cpp2
-rw-r--r--protocols/JabberG/src/jabber_notes.cpp2
-rw-r--r--protocols/JabberG/src/jabber_notes.h2
-rwxr-xr-xprotocols/JabberG/src/jabber_omemo.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_omemo.h2
-rwxr-xr-xprotocols/JabberG/src/jabber_opt.cpp2
-rw-r--r--protocols/JabberG/src/jabber_opttree.cpp2
-rw-r--r--protocols/JabberG/src/jabber_opttree.h2
-rw-r--r--protocols/JabberG/src/jabber_password.cpp2
-rw-r--r--protocols/JabberG/src/jabber_presence_manager.cpp2
-rw-r--r--protocols/JabberG/src/jabber_presence_manager.h2
-rw-r--r--protocols/JabberG/src/jabber_privacy.cpp2
-rw-r--r--protocols/JabberG/src/jabber_privacy.h2
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h2
-rw-r--r--protocols/JabberG/src/jabber_rc.cpp2
-rw-r--r--protocols/JabberG/src/jabber_rc.h2
-rw-r--r--protocols/JabberG/src/jabber_search.cpp2
-rw-r--r--protocols/JabberG/src/jabber_search.h2
-rw-r--r--protocols/JabberG/src/jabber_secur.cpp2
-rw-r--r--protocols/JabberG/src/jabber_secur.h2
-rw-r--r--protocols/JabberG/src/jabber_send_manager.cpp2
-rw-r--r--protocols/JabberG/src/jabber_send_manager.h2
-rw-r--r--protocols/JabberG/src/jabber_std.cpp2
-rw-r--r--protocols/JabberG/src/jabber_svc.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_thread.cpp2
-rw-r--r--protocols/JabberG/src/jabber_treelist.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_userinfo.cpp2
-rwxr-xr-xprotocols/JabberG/src/jabber_util.cpp2
-rw-r--r--protocols/JabberG/src/jabber_vcard.cpp2
-rw-r--r--protocols/JabberG/src/jabber_ws.cpp2
-rw-r--r--protocols/JabberG/src/jabber_xml.cpp2
-rw-r--r--protocols/JabberG/src/jabber_xml.h2
-rw-r--r--protocols/JabberG/src/jabber_xstatus.cpp2
-rw-r--r--protocols/JabberG/src/jabber_xstatus.h2
-rw-r--r--protocols/JabberG/src/jabber_zstream.cpp2
-rw-r--r--protocols/JabberG/src/resource.h2
-rw-r--r--protocols/JabberG/src/stdafx.cxx2
-rw-r--r--protocols/JabberG/src/stdafx.h2
-rw-r--r--protocols/JabberG/src/version.h2
-rw-r--r--protocols/MRA/CMakeLists.txt2
-rw-r--r--protocols/MRA/docs/MraPlaces.h2
-rw-r--r--protocols/MRA/docs/TODO.txt2
-rw-r--r--protocols/MRA/docs/readme.txt2
-rw-r--r--protocols/MRA/docs/region.txt2
-rw-r--r--protocols/MRA/docs/region_m.txt2
-rw-r--r--protocols/MRA/proto_mra/CMakeLists.txt2
-rw-r--r--protocols/MRA/proto_mra/res/Proto_MRA.rc2
-rw-r--r--protocols/MRA/proto_mra/src/resource.h2
-rw-r--r--protocols/MRA/res/resource.rc2
-rw-r--r--protocols/MRA/res/version.rc2
-rw-r--r--protocols/MRA/src/Mra.cpp2
-rw-r--r--protocols/MRA/src/MraAdvancedSearch.cpp2
-rw-r--r--protocols/MRA/src/MraAvatars.cpp2
-rw-r--r--protocols/MRA/src/MraAvatars.h2
-rw-r--r--protocols/MRA/src/MraChat.cpp2
-rw-r--r--protocols/MRA/src/MraConstans.h2
-rw-r--r--protocols/MRA/src/MraFilesQueue.cpp2
-rw-r--r--protocols/MRA/src/MraFilesQueue.h2
-rw-r--r--protocols/MRA/src/MraIcons.cpp2
-rw-r--r--protocols/MRA/src/MraIcons.h2
-rw-r--r--protocols/MRA/src/MraMPop.cpp2
-rw-r--r--protocols/MRA/src/MraMPop.h2
-rw-r--r--protocols/MRA/src/MraMRIMProxy.cpp2
-rw-r--r--protocols/MRA/src/MraMRIMProxy.h2
-rw-r--r--protocols/MRA/src/MraOfflineMsg.cpp2
-rw-r--r--protocols/MRA/src/MraOfflineMsg.h2
-rw-r--r--protocols/MRA/src/MraPlaces.h2
-rw-r--r--protocols/MRA/src/MraPopUp.cpp2
-rw-r--r--protocols/MRA/src/MraPopUp.h2
-rw-r--r--protocols/MRA/src/MraProto.cpp2
-rw-r--r--protocols/MRA/src/MraProto.h2
-rw-r--r--protocols/MRA/src/MraRTFMsg.cpp2
-rw-r--r--protocols/MRA/src/MraRTFMsg.h2
-rw-r--r--protocols/MRA/src/MraSelectEMail.cpp2
-rw-r--r--protocols/MRA/src/MraSelectEMail.h2
-rw-r--r--protocols/MRA/src/MraSendCommand.cpp2
-rw-r--r--protocols/MRA/src/MraSendQueue.cpp2
-rw-r--r--protocols/MRA/src/MraSendQueue.h2
-rw-r--r--protocols/MRA/src/Mra_functions.cpp2
-rw-r--r--protocols/MRA/src/Mra_menus.cpp2
-rw-r--r--protocols/MRA/src/Mra_options.cpp2
-rw-r--r--protocols/MRA/src/Mra_proto.cpp2
-rw-r--r--protocols/MRA/src/Mra_svcs.cpp2
-rw-r--r--protocols/MRA/src/Sdk/BuffToLowerCase.h2
-rw-r--r--protocols/MRA/src/Sdk/FIFOMT.h2
-rw-r--r--protocols/MRA/src/Sdk/InterlockedFunctions.h2
-rw-r--r--protocols/MRA/src/Sdk/InternetTime.h2
-rw-r--r--protocols/MRA/src/Sdk/ListMT.h2
-rw-r--r--protocols/MRA/src/Sdk/MemoryFind.h2
-rw-r--r--protocols/MRA/src/Sdk/MemoryFindByte.h2
-rw-r--r--protocols/MRA/src/Sdk/RC4.h2
-rw-r--r--protocols/MRA/src/Sdk/SHA1.h2
-rw-r--r--protocols/MRA/src/Sdk/StrHexToNum.h2
-rw-r--r--protocols/MRA/src/Sdk/StrToNum.h2
-rw-r--r--protocols/MRA/src/Sdk/timefuncs.h2
-rw-r--r--protocols/MRA/src/proto.h2
-rw-r--r--protocols/MRA/src/resource.h2
-rw-r--r--protocols/MRA/src/stdafx.cxx2
-rw-r--r--protocols/MRA/src/stdafx.h2
-rw-r--r--protocols/MRA/src/version.h2
-rw-r--r--protocols/MRA/xstatus_mra/CMakeLists.txt2
-rw-r--r--protocols/MRA/xstatus_mra/res/25.txt2
-rw-r--r--protocols/MRA/xstatus_mra/res/32.txt2
-rw-r--r--protocols/MRA/xstatus_mra/res/xstatus_MRA.rc2
-rw-r--r--protocols/MRA/xstatus_mra/src/resource.h2
-rw-r--r--protocols/MSN/CMakeLists.txt2
-rw-r--r--protocols/MSN/docs/gpl.txt2
-rw-r--r--protocols/MSN/docs/history.txt2
-rw-r--r--protocols/MSN/docs/readme.txt2
-rw-r--r--protocols/MSN/docs/todo.txt2
-rw-r--r--protocols/MSN/proto_msn/CMakeLists.txt2
-rw-r--r--protocols/MSN/proto_msn/res/Proto_MSN.rc2
-rw-r--r--protocols/MSN/proto_msn/src/resource.h2
-rw-r--r--protocols/MSN/res/msn.rc2
-rw-r--r--protocols/MSN/res/version.rc2
-rw-r--r--protocols/MSN/src/des.c2
-rw-r--r--protocols/MSN/src/des.h2
-rw-r--r--protocols/MSN/src/ezxml.c2
-rw-r--r--protocols/MSN/src/ezxml.h2
-rw-r--r--protocols/MSN/src/msn.cpp2
-rw-r--r--protocols/MSN/src/msn_auth.cpp2
-rw-r--r--protocols/MSN/src/msn_avatar.cpp2
-rw-r--r--protocols/MSN/src/msn_chat.cpp2
-rw-r--r--protocols/MSN/src/msn_commands.cpp2
-rw-r--r--protocols/MSN/src/msn_contact.cpp2
-rw-r--r--protocols/MSN/src/msn_errors.cpp2
-rw-r--r--protocols/MSN/src/msn_http.cpp2
-rw-r--r--protocols/MSN/src/msn_ieembed.cpp2
-rw-r--r--protocols/MSN/src/msn_ieembed.h2
-rw-r--r--protocols/MSN/src/msn_libstr.cpp2
-rw-r--r--protocols/MSN/src/msn_links.cpp2
-rw-r--r--protocols/MSN/src/msn_lists.cpp2
-rw-r--r--protocols/MSN/src/msn_mail.cpp2
-rw-r--r--protocols/MSN/src/msn_menu.cpp2
-rw-r--r--protocols/MSN/src/msn_mime.cpp2
-rw-r--r--protocols/MSN/src/msn_misc.cpp2
-rw-r--r--protocols/MSN/src/msn_msgsplit.cpp2
-rw-r--r--protocols/MSN/src/msn_opts.cpp2
-rw-r--r--protocols/MSN/src/msn_proto.cpp2
-rw-r--r--protocols/MSN/src/msn_proto.h2
-rw-r--r--protocols/MSN/src/msn_skypeab.cpp2
-rw-r--r--protocols/MSN/src/msn_soapab.cpp2
-rw-r--r--protocols/MSN/src/msn_soapstore.cpp2
-rw-r--r--protocols/MSN/src/msn_srv.cpp2
-rw-r--r--protocols/MSN/src/msn_ssl.cpp2
-rw-r--r--protocols/MSN/src/msn_std.cpp2
-rw-r--r--protocols/MSN/src/msn_svcs.cpp2
-rw-r--r--protocols/MSN/src/msn_switchboard.cpp2
-rw-r--r--protocols/MSN/src/msn_threads.cpp2
-rw-r--r--protocols/MSN/src/msn_ws.cpp2
-rw-r--r--protocols/MSN/src/resource.h2
-rw-r--r--protocols/MSN/src/skylogin/common.c2
-rw-r--r--protocols/MSN/src/skylogin/common.h2
-rw-r--r--protocols/MSN/src/skylogin/crc.c2
-rw-r--r--protocols/MSN/src/skylogin/crc.h2
-rw-r--r--protocols/MSN/src/skylogin/credentials.c2
-rw-r--r--protocols/MSN/src/skylogin/credentials.h2
-rw-r--r--protocols/MSN/src/skylogin/login.c2
-rw-r--r--protocols/MSN/src/skylogin/login.h2
-rw-r--r--protocols/MSN/src/skylogin/objects.c2
-rw-r--r--protocols/MSN/src/skylogin/objects.h2
-rw-r--r--protocols/MSN/src/skylogin/platform.h2
-rw-r--r--protocols/MSN/src/skylogin/platform_w32.c2
-rw-r--r--protocols/MSN/src/skylogin/random.c2
-rw-r--r--protocols/MSN/src/skylogin/random.h2
-rw-r--r--protocols/MSN/src/skylogin/rc4comm.c2
-rw-r--r--protocols/MSN/src/skylogin/rc4comm.h2
-rw-r--r--protocols/MSN/src/skylogin/skylogin.c2
-rw-r--r--protocols/MSN/src/skylogin/skylogin.h2
-rw-r--r--protocols/MSN/src/skylogin/uic.c2
-rw-r--r--protocols/MSN/src/skylogin/uic.h2
-rw-r--r--protocols/MSN/src/stdafx.cxx2
-rw-r--r--protocols/MSN/src/stdafx.h2
-rw-r--r--protocols/MSN/src/version.h2
-rw-r--r--protocols/MinecraftDynmap/CMakeLists.txt2
-rw-r--r--protocols/MinecraftDynmap/docs/readme.txt2
-rw-r--r--protocols/MinecraftDynmap/proto_minecraftdynmap/CMakeLists.txt2
-rw-r--r--protocols/MinecraftDynmap/proto_minecraftdynmap/res/minecraftdynmap_icons.rc2
-rw-r--r--protocols/MinecraftDynmap/proto_minecraftdynmap/src/resource_icons.h2
-rw-r--r--protocols/MinecraftDynmap/res/resource.rc2
-rw-r--r--protocols/MinecraftDynmap/res/version.rc2
-rw-r--r--protocols/MinecraftDynmap/src/chat.cpp2
-rw-r--r--protocols/MinecraftDynmap/src/communication.cpp2
-rw-r--r--protocols/MinecraftDynmap/src/constants.h2
-rw-r--r--protocols/MinecraftDynmap/src/dialogs.cpp2
-rw-r--r--protocols/MinecraftDynmap/src/dialogs.h2
-rw-r--r--protocols/MinecraftDynmap/src/main.cpp2
-rw-r--r--protocols/MinecraftDynmap/src/proto.cpp2
-rw-r--r--protocols/MinecraftDynmap/src/proto.h2
-rw-r--r--protocols/MinecraftDynmap/src/resource.h2
-rw-r--r--protocols/MinecraftDynmap/src/stdafx.cxx2
-rw-r--r--protocols/MinecraftDynmap/src/stdafx.h2
-rw-r--r--protocols/MinecraftDynmap/src/utils.h2
-rw-r--r--protocols/MinecraftDynmap/src/version.h2
-rw-r--r--protocols/Omegle/CMakeLists.txt2
-rw-r--r--protocols/Omegle/docs/readme.txt2
-rw-r--r--protocols/Omegle/docs/readme_cz.txt2
-rw-r--r--protocols/Omegle/proto_omegle/CMakeLists.txt2
-rw-r--r--protocols/Omegle/proto_omegle/res/omegle_icons.rc2
-rw-r--r--protocols/Omegle/proto_omegle/src/resource_icons.h2
-rw-r--r--protocols/Omegle/res/omegle.rc2
-rw-r--r--protocols/Omegle/res/version.rc2
-rw-r--r--protocols/Omegle/src/chat.cpp2
-rw-r--r--protocols/Omegle/src/client.h2
-rw-r--r--protocols/Omegle/src/communication.cpp2
-rw-r--r--protocols/Omegle/src/connection.cpp2
-rw-r--r--protocols/Omegle/src/constants.h2
-rw-r--r--protocols/Omegle/src/db.h2
-rw-r--r--protocols/Omegle/src/dialogs.cpp2
-rw-r--r--protocols/Omegle/src/dialogs.h2
-rw-r--r--protocols/Omegle/src/http.cpp2
-rw-r--r--protocols/Omegle/src/http.h2
-rw-r--r--protocols/Omegle/src/main.cpp2
-rw-r--r--protocols/Omegle/src/messages.cpp2
-rw-r--r--protocols/Omegle/src/proto.cpp2
-rw-r--r--protocols/Omegle/src/proto.h2
-rw-r--r--protocols/Omegle/src/resource.h2
-rw-r--r--protocols/Omegle/src/stdafx.cxx2
-rw-r--r--protocols/Omegle/src/stdafx.h2
-rw-r--r--protocols/Omegle/src/theme.cpp2
-rw-r--r--protocols/Omegle/src/theme.h2
-rw-r--r--protocols/Omegle/src/version.h2
-rw-r--r--protocols/Sametime/CMakeLists.txt2
-rw-r--r--protocols/Sametime/docs/license.txt2
-rw-r--r--protocols/Sametime/docs/readme.txt2
-rw-r--r--protocols/Sametime/proto_sametime/CMakeLists.txt2
-rw-r--r--protocols/Sametime/proto_sametime/res/Proto_Sametime.rc2
-rw-r--r--protocols/Sametime/proto_sametime/src/resource.h2
-rw-r--r--protocols/Sametime/res/resource.rc2
-rw-r--r--protocols/Sametime/res/version.rc2
-rw-r--r--protocols/Sametime/src/StdAfx.cpp2
-rw-r--r--protocols/Sametime/src/StdAfx.h2
-rw-r--r--protocols/Sametime/src/conference.cpp2
-rw-r--r--protocols/Sametime/src/files.cpp2
-rw-r--r--protocols/Sametime/src/glib/CMakeLists.txt2
-rw-r--r--protocols/Sametime/src/glib/config.h2
-rw-r--r--protocols/Sametime/src/glib/dirent.c2
-rw-r--r--protocols/Sametime/src/glib/dirent.h2
-rw-r--r--protocols/Sametime/src/glib/galloca.h2
-rw-r--r--protocols/Sametime/src/glib/garray.c2
-rw-r--r--protocols/Sametime/src/glib/garray.h2
-rw-r--r--protocols/Sametime/src/glib/gasyncqueue.c2
-rw-r--r--protocols/Sametime/src/glib/gasyncqueue.h2
-rw-r--r--protocols/Sametime/src/glib/gatomic-gcc.c2
-rw-r--r--protocols/Sametime/src/glib/gatomic.c2
-rw-r--r--protocols/Sametime/src/glib/gatomic.h2
-rw-r--r--protocols/Sametime/src/glib/gbacktrace.c2
-rw-r--r--protocols/Sametime/src/glib/gbacktrace.h2
-rw-r--r--protocols/Sametime/src/glib/gbase64.c2
-rw-r--r--protocols/Sametime/src/glib/gbase64.h2
-rw-r--r--protocols/Sametime/src/glib/gbitlock.c2
-rw-r--r--protocols/Sametime/src/glib/gbitlock.h2
-rw-r--r--protocols/Sametime/src/glib/gbookmarkfile.c2
-rw-r--r--protocols/Sametime/src/glib/gbookmarkfile.h2
-rw-r--r--protocols/Sametime/src/glib/gbsearcharray.h2
-rw-r--r--protocols/Sametime/src/glib/gbuffer.c2
-rw-r--r--protocols/Sametime/src/glib/gbuffer.h2
-rw-r--r--protocols/Sametime/src/glib/gcache.c2
-rw-r--r--protocols/Sametime/src/glib/gcache.h2
-rw-r--r--protocols/Sametime/src/glib/gchecksum.c2
-rw-r--r--protocols/Sametime/src/glib/gchecksum.h2
-rw-r--r--protocols/Sametime/src/glib/gcompletion.c2
-rw-r--r--protocols/Sametime/src/glib/gcompletion.h2
-rw-r--r--protocols/Sametime/src/glib/gconvert.c2
-rw-r--r--protocols/Sametime/src/glib/gconvert.h2
-rw-r--r--protocols/Sametime/src/glib/gdataset.c2
-rw-r--r--protocols/Sametime/src/glib/gdataset.h2
-rw-r--r--protocols/Sametime/src/glib/gdatasetprivate.h2
-rw-r--r--protocols/Sametime/src/glib/gdate.c2
-rw-r--r--protocols/Sametime/src/glib/gdate.h2
-rw-r--r--protocols/Sametime/src/glib/gdatetime.c2
-rw-r--r--protocols/Sametime/src/glib/gdatetime.h2
-rw-r--r--protocols/Sametime/src/glib/gdebug.h2
-rw-r--r--protocols/Sametime/src/glib/gdir.c2
-rw-r--r--protocols/Sametime/src/glib/gdir.h2
-rw-r--r--protocols/Sametime/src/glib/gerror.c2
-rw-r--r--protocols/Sametime/src/glib/gerror.h2
-rw-r--r--protocols/Sametime/src/glib/gfileutils.c2
-rw-r--r--protocols/Sametime/src/glib/gfileutils.h2
-rw-r--r--protocols/Sametime/src/glib/ghash.c2
-rw-r--r--protocols/Sametime/src/glib/ghash.h2
-rw-r--r--protocols/Sametime/src/glib/ghook.c2
-rw-r--r--protocols/Sametime/src/glib/ghook.h2
-rw-r--r--protocols/Sametime/src/glib/ghostutils.c2
-rw-r--r--protocols/Sametime/src/glib/ghostutils.h2
-rw-r--r--protocols/Sametime/src/glib/gi18n-lib.h2
-rw-r--r--protocols/Sametime/src/glib/gi18n.h2
-rw-r--r--protocols/Sametime/src/glib/giochannel.c2
-rw-r--r--protocols/Sametime/src/glib/giochannel.h2
-rw-r--r--protocols/Sametime/src/glib/giounix.c2
-rw-r--r--protocols/Sametime/src/glib/giowin32.c2
-rw-r--r--protocols/Sametime/src/glib/gkeyfile.c2
-rw-r--r--protocols/Sametime/src/glib/gkeyfile.h2
-rw-r--r--protocols/Sametime/src/glib/glib-object.h2
-rw-r--r--protocols/Sametime/src/glib/glib.h2
-rw-r--r--protocols/Sametime/src/glib/glib_trace.h2
-rw-r--r--protocols/Sametime/src/glib/glibconfig.h2
-rw-r--r--protocols/Sametime/src/glib/glibintl.h2
-rw-r--r--protocols/Sametime/src/glib/glist.c2
-rw-r--r--protocols/Sametime/src/glib/glist.h2
-rw-r--r--protocols/Sametime/src/glib/gmacros.h2
-rw-r--r--protocols/Sametime/src/glib/gmain.c2
-rw-r--r--protocols/Sametime/src/glib/gmain.h2
-rw-r--r--protocols/Sametime/src/glib/gmappedfile.c2
-rw-r--r--protocols/Sametime/src/glib/gmappedfile.h2
-rw-r--r--protocols/Sametime/src/glib/gmarkup.c2
-rw-r--r--protocols/Sametime/src/glib/gmarkup.h2
-rw-r--r--protocols/Sametime/src/glib/gmem.c2
-rw-r--r--protocols/Sametime/src/glib/gmem.h2
-rw-r--r--protocols/Sametime/src/glib/gmessages.c2
-rw-r--r--protocols/Sametime/src/glib/gmessages.h2
-rw-r--r--protocols/Sametime/src/glib/gmirroringtable.h2
-rw-r--r--protocols/Sametime/src/glib/gnode.c2
-rw-r--r--protocols/Sametime/src/glib/gnode.h2
-rw-r--r--protocols/Sametime/src/glib/gnulib/asnprintf.c2
-rw-r--r--protocols/Sametime/src/glib/gnulib/g-gnulib.h2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf-args.c2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf-args.h2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf-parse.c2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf-parse.h2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf.c2
-rw-r--r--protocols/Sametime/src/glib/gnulib/printf.h2
-rw-r--r--protocols/Sametime/src/glib/gnulib/vasnprintf.c2
-rw-r--r--protocols/Sametime/src/glib/gnulib/vasnprintf.h2
-rw-r--r--protocols/Sametime/src/glib/goption.c2
-rw-r--r--protocols/Sametime/src/glib/goption.h2
-rw-r--r--protocols/Sametime/src/glib/gpattern.c2
-rw-r--r--protocols/Sametime/src/glib/gpattern.h2
-rw-r--r--protocols/Sametime/src/glib/gpoll.c2
-rw-r--r--protocols/Sametime/src/glib/gpoll.h2
-rw-r--r--protocols/Sametime/src/glib/gprimes.c2
-rw-r--r--protocols/Sametime/src/glib/gprimes.h2
-rw-r--r--protocols/Sametime/src/glib/gprintf.c2
-rw-r--r--protocols/Sametime/src/glib/gprintf.h2
-rw-r--r--protocols/Sametime/src/glib/gprintfint.h2
-rw-r--r--protocols/Sametime/src/glib/gqsort.c2
-rw-r--r--protocols/Sametime/src/glib/gqsort.h2
-rw-r--r--protocols/Sametime/src/glib/gquark.h2
-rw-r--r--protocols/Sametime/src/glib/gqueue.c2
-rw-r--r--protocols/Sametime/src/glib/gqueue.h2
-rw-r--r--protocols/Sametime/src/glib/grand.c2
-rw-r--r--protocols/Sametime/src/glib/grand.h2
-rw-r--r--protocols/Sametime/src/glib/gregex.c2
-rw-r--r--protocols/Sametime/src/glib/gregex.h2
-rw-r--r--protocols/Sametime/src/glib/grel.c2
-rw-r--r--protocols/Sametime/src/glib/grel.h2
-rw-r--r--protocols/Sametime/src/glib/gscanner.c2
-rw-r--r--protocols/Sametime/src/glib/gscanner.h2
-rw-r--r--protocols/Sametime/src/glib/gscripttable.h2
-rw-r--r--protocols/Sametime/src/glib/gsequence.c2
-rw-r--r--protocols/Sametime/src/glib/gsequence.h2
-rw-r--r--protocols/Sametime/src/glib/gshell.c2
-rw-r--r--protocols/Sametime/src/glib/gshell.h2
-rw-r--r--protocols/Sametime/src/glib/gslice.c2
-rw-r--r--protocols/Sametime/src/glib/gslice.h2
-rw-r--r--protocols/Sametime/src/glib/gslist.c2
-rw-r--r--protocols/Sametime/src/glib/gslist.h2
-rw-r--r--protocols/Sametime/src/glib/gspawn-win32-helper-console.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn-win32-helper.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn-win32.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn-win64-helper-console.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn-win64-helper.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn.c2
-rw-r--r--protocols/Sametime/src/glib/gspawn.h2
-rw-r--r--protocols/Sametime/src/glib/gstdio.c2
-rw-r--r--protocols/Sametime/src/glib/gstdio.h2
-rw-r--r--protocols/Sametime/src/glib/gstrfuncs.c2
-rw-r--r--protocols/Sametime/src/glib/gstrfuncs.h2
-rw-r--r--protocols/Sametime/src/glib/gstring.c2
-rw-r--r--protocols/Sametime/src/glib/gstring.h2
-rw-r--r--protocols/Sametime/src/glib/gtester.c2
-rw-r--r--protocols/Sametime/src/glib/gtestutils.c2
-rw-r--r--protocols/Sametime/src/glib/gtestutils.h2
-rw-r--r--protocols/Sametime/src/glib/gthread.c2
-rw-r--r--protocols/Sametime/src/glib/gthread.h2
-rw-r--r--protocols/Sametime/src/glib/gthreadpool.c2
-rw-r--r--protocols/Sametime/src/glib/gthreadpool.h2
-rw-r--r--protocols/Sametime/src/glib/gthreadprivate.h2
-rw-r--r--protocols/Sametime/src/glib/gtimer.c2
-rw-r--r--protocols/Sametime/src/glib/gtimer.h2
-rw-r--r--protocols/Sametime/src/glib/gtimezone.c2
-rw-r--r--protocols/Sametime/src/glib/gtimezone.h2
-rw-r--r--protocols/Sametime/src/glib/gtimezoneprivate.h2
-rw-r--r--protocols/Sametime/src/glib/gtree.c2
-rw-r--r--protocols/Sametime/src/glib/gtree.h2
-rw-r--r--protocols/Sametime/src/glib/gtypes.h2
-rw-r--r--protocols/Sametime/src/glib/gunibreak.c2
-rw-r--r--protocols/Sametime/src/glib/gunibreak.h2
-rw-r--r--protocols/Sametime/src/glib/gunichartables.h2
-rw-r--r--protocols/Sametime/src/glib/gunicode.h2
-rw-r--r--protocols/Sametime/src/glib/gunicodeprivate.h2
-rw-r--r--protocols/Sametime/src/glib/gunicollate.c2
-rw-r--r--protocols/Sametime/src/glib/gunicomp.h2
-rw-r--r--protocols/Sametime/src/glib/gunidecomp.c2
-rw-r--r--protocols/Sametime/src/glib/gunidecomp.h2
-rw-r--r--protocols/Sametime/src/glib/guniprop.c2
-rw-r--r--protocols/Sametime/src/glib/gurifuncs.c2
-rw-r--r--protocols/Sametime/src/glib/gurifuncs.h2
-rw-r--r--protocols/Sametime/src/glib/gutf8.c2
-rw-r--r--protocols/Sametime/src/glib/gutils.c2
-rw-r--r--protocols/Sametime/src/glib/gutils.h2
-rw-r--r--protocols/Sametime/src/glib/gvariant-core.c2
-rw-r--r--protocols/Sametime/src/glib/gvariant-core.h2
-rw-r--r--protocols/Sametime/src/glib/gvariant-internal.h2
-rw-r--r--protocols/Sametime/src/glib/gvariant-parser.c2
-rw-r--r--protocols/Sametime/src/glib/gvariant-serialiser.c2
-rw-r--r--protocols/Sametime/src/glib/gvariant-serialiser.h2
-rw-r--r--protocols/Sametime/src/glib/gvariant.c2
-rw-r--r--protocols/Sametime/src/glib/gvariant.h2
-rw-r--r--protocols/Sametime/src/glib/gvarianttype.c2
-rw-r--r--protocols/Sametime/src/glib/gvarianttype.h2
-rw-r--r--protocols/Sametime/src/glib/gvarianttypeinfo.c2
-rw-r--r--protocols/Sametime/src/glib/gvarianttypeinfo.h2
-rw-r--r--protocols/Sametime/src/glib/gwin32.c2
-rw-r--r--protocols/Sametime/src/glib/gwin32.h2
-rw-r--r--protocols/Sametime/src/glib/libcharset/libcharset.h2
-rw-r--r--protocols/Sametime/src/glib/libcharset/localcharset.c2
-rw-r--r--protocols/Sametime/src/glib/libcharset/localcharset.h2
-rw-r--r--protocols/Sametime/src/glib/libintl.c2
-rw-r--r--protocols/Sametime/src/glib/libintl.h2
-rw-r--r--protocols/Sametime/src/glib/wdirent.c2
-rw-r--r--protocols/Sametime/src/glib/win_iconv.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/channel.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/cipher.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/common.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/error.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/message.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mpi/mpi.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mpi/mpi.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_channel.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_cipher.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_common.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_debug.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_debug.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_error.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_message.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_service.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_session.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_im.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_place.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_srvc_store.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_st_list.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_util.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/mw_util.h2
-rw-r--r--protocols/Sametime/src/meanwhile/src/service.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/session.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_aware.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_conf.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_dir.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_ft.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_im.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_place.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_resolve.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/srvc_store.c2
-rw-r--r--protocols/Sametime/src/meanwhile/src/st_list.c2
-rw-r--r--protocols/Sametime/src/messaging.cpp2
-rw-r--r--protocols/Sametime/src/options.cpp2
-rw-r--r--protocols/Sametime/src/places.cpp2
-rw-r--r--protocols/Sametime/src/resource.h2
-rw-r--r--protocols/Sametime/src/sametime.cpp2
-rw-r--r--protocols/Sametime/src/sametime.h2
-rw-r--r--protocols/Sametime/src/sametime_proto.cpp2
-rw-r--r--protocols/Sametime/src/sametime_proto.h2
-rw-r--r--protocols/Sametime/src/sametime_session.cpp2
-rw-r--r--protocols/Sametime/src/session_announce_win.cpp2
-rw-r--r--protocols/Sametime/src/userlist.cpp2
-rw-r--r--protocols/Sametime/src/utils.cpp2
-rw-r--r--protocols/Sametime/src/version.h2
-rw-r--r--protocols/SkypeWeb/CMakeLists.txt2
-rw-r--r--protocols/SkypeWeb/proto_conn_skype/CMakeLists.txt2
-rw-r--r--protocols/SkypeWeb/proto_conn_skype/res/resource.rc2
-rw-r--r--protocols/SkypeWeb/proto_skype/CMakeLists.txt2
-rw-r--r--protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc2
-rw-r--r--protocols/SkypeWeb/proto_skype/src/resource.h2
-rw-r--r--protocols/SkypeWeb/res/resource.rc2
-rw-r--r--protocols/SkypeWeb/res/version.rc2
-rw-r--r--protocols/SkypeWeb/src/http_request.h2
-rw-r--r--protocols/SkypeWeb/src/main.cpp2
-rw-r--r--protocols/SkypeWeb/src/request_queue.cpp2
-rw-r--r--protocols/SkypeWeb/src/request_queue.h2
-rw-r--r--protocols/SkypeWeb/src/requests/asm/files.h2
-rw-r--r--protocols/SkypeWeb/src/requests/avatars.h2
-rw-r--r--protocols/SkypeWeb/src/requests/capabilities.h2
-rw-r--r--protocols/SkypeWeb/src/requests/chatrooms.h2
-rw-r--r--protocols/SkypeWeb/src/requests/contacts.h2
-rw-r--r--protocols/SkypeWeb/src/requests/endpoint.h2
-rw-r--r--protocols/SkypeWeb/src/requests/history.h2
-rw-r--r--protocols/SkypeWeb/src/requests/login.h2
-rw-r--r--protocols/SkypeWeb/src/requests/messages.h2
-rw-r--r--protocols/SkypeWeb/src/requests/mslogin.h2
-rw-r--r--protocols/SkypeWeb/src/requests/oauth.h2
-rw-r--r--protocols/SkypeWeb/src/requests/poll.h2
-rw-r--r--protocols/SkypeWeb/src/requests/profile.h2
-rw-r--r--protocols/SkypeWeb/src/requests/search.h2
-rw-r--r--protocols/SkypeWeb/src/requests/status.h2
-rw-r--r--protocols/SkypeWeb/src/requests/subscriptions.h2
-rw-r--r--protocols/SkypeWeb/src/requests/trouter.h2
-rw-r--r--protocols/SkypeWeb/src/resource.h2
-rw-r--r--protocols/SkypeWeb/src/skype_accounts.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_avatars.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_chatrooms.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_contacts.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_db.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_db.h2
-rw-r--r--protocols/SkypeWeb/src/skype_dialogs.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_dialogs.h2
-rw-r--r--protocols/SkypeWeb/src/skype_events.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_files.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_history_sync.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_icons.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_login.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_menus.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_menus.h2
-rw-r--r--protocols/SkypeWeb/src/skype_messages.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_mslogin.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_network.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_oauth.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_options.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_options.h2
-rw-r--r--protocols/SkypeWeb/src/skype_polling.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_popups.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_profile.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_proto.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_proto.h2
-rw-r--r--protocols/SkypeWeb/src/skype_request.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_search.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_timers.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_trouter.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_trouter.h2
-rw-r--r--protocols/SkypeWeb/src/skype_utils.cpp2
-rw-r--r--protocols/SkypeWeb/src/skype_utils.h2
-rw-r--r--protocols/SkypeWeb/src/stdafx.cxx2
-rw-r--r--protocols/SkypeWeb/src/stdafx.h2
-rw-r--r--protocols/SkypeWeb/src/version.h2
-rw-r--r--protocols/Steam/CMakeLists.txt2
-rw-r--r--protocols/Steam/doc/sources.txt2
-rw-r--r--protocols/Steam/proto_steam/CMakeLists.txt2
-rw-r--r--protocols/Steam/proto_steam/res/Proto_Steam.rc2
-rw-r--r--protocols/Steam/proto_steam/src/resource.h2
-rw-r--r--protocols/Steam/res/Resource.rc2
-rw-r--r--protocols/Steam/res/version.rc2
-rw-r--r--protocols/Steam/src/api/authorization.h2
-rw-r--r--protocols/Steam/src/api/avatar.h2
-rw-r--r--protocols/Steam/src/api/captcha.h2
-rw-r--r--protocols/Steam/src/api/friend.h2
-rw-r--r--protocols/Steam/src/api/friend_list.h2
-rw-r--r--protocols/Steam/src/api/history.h2
-rw-r--r--protocols/Steam/src/api/login.h2
-rw-r--r--protocols/Steam/src/api/message.h2
-rw-r--r--protocols/Steam/src/api/pending.h2
-rw-r--r--protocols/Steam/src/api/poll.h2
-rw-r--r--protocols/Steam/src/api/rsa_key.h2
-rw-r--r--protocols/Steam/src/api/search.h2
-rw-r--r--protocols/Steam/src/api/session.h2
-rw-r--r--protocols/Steam/src/http_request.h2
-rw-r--r--protocols/Steam/src/main.cpp2
-rw-r--r--protocols/Steam/src/request_queue.cpp2
-rw-r--r--protocols/Steam/src/request_queue.h2
-rw-r--r--protocols/Steam/src/resource.h2
-rw-r--r--protocols/Steam/src/stdafx.cxx2
-rw-r--r--protocols/Steam/src/stdafx.h2
-rw-r--r--protocols/Steam/src/steam_avatars.cpp2
-rw-r--r--protocols/Steam/src/steam_contacts.cpp2
-rw-r--r--protocols/Steam/src/steam_dialogs.cpp2
-rw-r--r--protocols/Steam/src/steam_dialogs.h2
-rw-r--r--protocols/Steam/src/steam_events.cpp2
-rw-r--r--protocols/Steam/src/steam_history.cpp2
-rw-r--r--protocols/Steam/src/steam_instances.cpp2
-rw-r--r--protocols/Steam/src/steam_login.cpp2
-rw-r--r--protocols/Steam/src/steam_menus.cpp2
-rw-r--r--protocols/Steam/src/steam_messages.cpp2
-rw-r--r--protocols/Steam/src/steam_options.cpp2
-rw-r--r--protocols/Steam/src/steam_options.h2
-rw-r--r--protocols/Steam/src/steam_polling.cpp2
-rw-r--r--protocols/Steam/src/steam_proto.cpp2
-rw-r--r--protocols/Steam/src/steam_proto.h2
-rw-r--r--protocols/Steam/src/steam_request.cpp2
-rw-r--r--protocols/Steam/src/steam_utils.cpp2
-rw-r--r--protocols/Steam/src/steam_xstatus.cpp2
-rw-r--r--protocols/Steam/src/version.h2
-rw-r--r--protocols/Tox/CMakeLists.txt2
-rw-r--r--protocols/Tox/include/tox.h2
-rw-r--r--protocols/Tox/include/toxav.h2
-rw-r--r--protocols/Tox/include/toxdns.h2
-rw-r--r--protocols/Tox/include/toxencryptsave.h2
-rw-r--r--protocols/Tox/include/vpx/vp8.h2
-rw-r--r--protocols/Tox/include/vpx/vp8cx.h2
-rw-r--r--protocols/Tox/include/vpx/vp8dx.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_codec.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_decoder.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_encoder.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_frame_buffer.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_image.h2
-rw-r--r--protocols/Tox/include/vpx/vpx_integer.h2
-rw-r--r--protocols/Tox/proto_tox/CMakeLists.txt2
-rw-r--r--protocols/Tox/proto_tox/res/Proto_Tox.rc2
-rw-r--r--protocols/Tox/proto_tox/src/resource.h2
-rw-r--r--protocols/Tox/res/resource.rc2
-rw-r--r--protocols/Tox/res/version.rc2
-rw-r--r--protocols/Tox/src/api_av.cpp2
-rw-r--r--protocols/Tox/src/api_avatars.cpp2
-rw-r--r--protocols/Tox/src/api_connection.cpp2
-rw-r--r--protocols/Tox/src/api_dns.cpp2
-rw-r--r--protocols/Tox/src/api_encryption.cpp2
-rw-r--r--protocols/Tox/src/api_friends.cpp2
-rw-r--r--protocols/Tox/src/api_groupchats.cpp2
-rw-r--r--protocols/Tox/src/api_main.cpp2
-rw-r--r--protocols/Tox/src/api_transfer.cpp2
-rw-r--r--protocols/Tox/src/http_request.h2
-rw-r--r--protocols/Tox/src/main.cpp2
-rw-r--r--protocols/Tox/src/resource.h2
-rw-r--r--protocols/Tox/src/stdafx.cxx2
-rw-r--r--protocols/Tox/src/stdafx.h2
-rw-r--r--protocols/Tox/src/tox_accounts.cpp2
-rw-r--r--protocols/Tox/src/tox_address.h2
-rw-r--r--protocols/Tox/src/tox_avatars.cpp2
-rw-r--r--protocols/Tox/src/tox_bootstrap.cpp2
-rw-r--r--protocols/Tox/src/tox_chatrooms.cpp2
-rw-r--r--protocols/Tox/src/tox_chatrooms.h2
-rw-r--r--protocols/Tox/src/tox_connection.cpp2
-rw-r--r--protocols/Tox/src/tox_contacts.cpp2
-rw-r--r--protocols/Tox/src/tox_core.cpp2
-rw-r--r--protocols/Tox/src/tox_dialogs.h2
-rw-r--r--protocols/Tox/src/tox_events.cpp2
-rw-r--r--protocols/Tox/src/tox_icons.cpp2
-rw-r--r--protocols/Tox/src/tox_menus.cpp2
-rw-r--r--protocols/Tox/src/tox_menus.h2
-rw-r--r--protocols/Tox/src/tox_messages.cpp2
-rw-r--r--protocols/Tox/src/tox_multimedia.cpp2
-rw-r--r--protocols/Tox/src/tox_multimedia.h2
-rw-r--r--protocols/Tox/src/tox_netlib.cpp2
-rw-r--r--protocols/Tox/src/tox_options.cpp2
-rw-r--r--protocols/Tox/src/tox_options.h2
-rw-r--r--protocols/Tox/src/tox_profile.cpp2
-rw-r--r--protocols/Tox/src/tox_profile.h2
-rw-r--r--protocols/Tox/src/tox_proto.cpp2
-rw-r--r--protocols/Tox/src/tox_proto.h2
-rw-r--r--protocols/Tox/src/tox_search.cpp2
-rw-r--r--protocols/Tox/src/tox_services.cpp2
-rw-r--r--protocols/Tox/src/tox_thread.h2
-rw-r--r--protocols/Tox/src/tox_transfer.cpp2
-rw-r--r--protocols/Tox/src/tox_transfer.h2
-rw-r--r--protocols/Tox/src/tox_utils.cpp2
-rw-r--r--protocols/Tox/src/version.h2
-rw-r--r--protocols/Twitter/CMakeLists.txt2
-rw-r--r--protocols/Twitter/docs/LICENSE.txt2
-rw-r--r--protocols/Twitter/docs/README.txt2
-rw-r--r--protocols/Twitter/proto_twitter/CMakeLists.txt2
-rw-r--r--protocols/Twitter/proto_twitter/res/Proto_Twitter.rc2
-rw-r--r--protocols/Twitter/proto_twitter/src/resource.h2
-rw-r--r--protocols/Twitter/res/twitter.rc2
-rw-r--r--protocols/Twitter/res/version.rc2
-rw-r--r--protocols/Twitter/src/StringUtil.cpp2
-rw-r--r--protocols/Twitter/src/StringUtil.h2
-rw-r--r--protocols/Twitter/src/chat.cpp2
-rw-r--r--protocols/Twitter/src/connection.cpp2
-rw-r--r--protocols/Twitter/src/contacts.cpp2
-rw-r--r--protocols/Twitter/src/http.cpp2
-rw-r--r--protocols/Twitter/src/http.h2
-rw-r--r--protocols/Twitter/src/main.cpp2
-rw-r--r--protocols/Twitter/src/oauth.cpp2
-rw-r--r--protocols/Twitter/src/oauth.dev.h2
-rw-r--r--protocols/Twitter/src/proto.cpp2
-rw-r--r--protocols/Twitter/src/proto.h2
-rw-r--r--protocols/Twitter/src/resource.h2
-rw-r--r--protocols/Twitter/src/stdafx.cxx2
-rw-r--r--protocols/Twitter/src/stdafx.h2
-rw-r--r--protocols/Twitter/src/theme.cpp2
-rw-r--r--protocols/Twitter/src/theme.h2
-rw-r--r--protocols/Twitter/src/twitter.cpp2
-rw-r--r--protocols/Twitter/src/twitter.h2
-rw-r--r--protocols/Twitter/src/ui.cpp2
-rw-r--r--protocols/Twitter/src/ui.h2
-rw-r--r--protocols/Twitter/src/utility.cpp2
-rw-r--r--protocols/Twitter/src/utility.h2
-rw-r--r--protocols/Twitter/src/version.h2
-rw-r--r--protocols/VKontakte/CMakeLists.txt2
-rw-r--r--protocols/VKontakte/proto_vkontakte/CMakeLists.txt2
-rw-r--r--protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc2
-rw-r--r--protocols/VKontakte/proto_vkontakte/src/resource.h2
-rw-r--r--protocols/VKontakte/res/resource.rc2
-rw-r--r--protocols/VKontakte/res/version.rc2
-rw-r--r--protocols/VKontakte/src/main.cpp2
-rw-r--r--protocols/VKontakte/src/misc.cpp2
-rw-r--r--protocols/VKontakte/src/resource.h2
-rw-r--r--protocols/VKontakte/src/stdafx.cxx2
-rw-r--r--protocols/VKontakte/src/stdafx.h2
-rw-r--r--protocols/VKontakte/src/version.h2
-rw-r--r--protocols/VKontakte/src/vk.h2
-rw-r--r--protocols/VKontakte/src/vk_avatars.cpp2
-rw-r--r--protocols/VKontakte/src/vk_captcha.cpp2
-rw-r--r--protocols/VKontakte/src/vk_chats.cpp2
-rw-r--r--protocols/VKontakte/src/vk_dialogs.cpp2
-rw-r--r--protocols/VKontakte/src/vk_dialogs.h2
-rw-r--r--protocols/VKontakte/src/vk_feed.cpp2
-rw-r--r--protocols/VKontakte/src/vk_files.cpp2
-rw-r--r--protocols/VKontakte/src/vk_history.cpp2
-rw-r--r--protocols/VKontakte/src/vk_messages.cpp2
-rw-r--r--protocols/VKontakte/src/vk_options.cpp2
-rw-r--r--protocols/VKontakte/src/vk_options.h2
-rw-r--r--protocols/VKontakte/src/vk_pollserver.cpp2
-rw-r--r--protocols/VKontakte/src/vk_proto.cpp2
-rw-r--r--protocols/VKontakte/src/vk_proto.h2
-rw-r--r--protocols/VKontakte/src/vk_queue.cpp2
-rw-r--r--protocols/VKontakte/src/vk_search.cpp2
-rw-r--r--protocols/VKontakte/src/vk_status.cpp2
-rw-r--r--protocols/VKontakte/src/vk_struct.cpp2
-rw-r--r--protocols/VKontakte/src/vk_struct.h2
-rw-r--r--protocols/VKontakte/src/vk_thread.cpp2
-rw-r--r--protocols/VKontakte/src/vk_wallpost.cpp2
1129 files changed, 1129 insertions, 1129 deletions
diff --git a/protocols/AimOscar/CMakeLists.txt b/protocols/AimOscar/CMakeLists.txt
index adb9dbb828..ef36a65c48 100644
--- a/protocols/AimOscar/CMakeLists.txt
+++ b/protocols/AimOscar/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET AIM)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
add_subdirectory(proto_aim) \ No newline at end of file
diff --git a/protocols/AimOscar/docs/changelog.txt b/protocols/AimOscar/docs/changelog.txt
index ff2bf63416..e5582d7307 100644
--- a/protocols/AimOscar/docs/changelog.txt
+++ b/protocols/AimOscar/docs/changelog.txt
@@ -1,4 +1,4 @@
-AimOSCAR Release 6
+AimOSCAR Release 6
*fixed contact list snac parsing error.
*changed sleep limit on contact adding.
diff --git a/protocols/AimOscar/docs/readme.txt b/protocols/AimOscar/docs/readme.txt
index 7713b18ec8..f3d1e80221 100644
--- a/protocols/AimOscar/docs/readme.txt
+++ b/protocols/AimOscar/docs/readme.txt
@@ -1,4 +1,4 @@
-AIM protocol plugin for Miranda IM
+AIM protocol plugin for Miranda IM
About:
diff --git a/protocols/AimOscar/proto_aim/CMakeLists.txt b/protocols/AimOscar/proto_aim/CMakeLists.txt
index 883d656e17..8ecdc36936 100644
--- a/protocols/AimOscar/proto_aim/CMakeLists.txt
+++ b/protocols/AimOscar/proto_aim/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_AIM)
+set(TARGET Proto_AIM)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/AimOscar/proto_aim/res/Proto_AIM.rc b/protocols/AimOscar/proto_aim/res/Proto_AIM.rc
index 14e5082d07..606f68942f 100644
--- a/protocols/AimOscar/proto_aim/res/Proto_AIM.rc
+++ b/protocols/AimOscar/proto_aim/res/Proto_AIM.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/AimOscar/proto_aim/src/resource.h b/protocols/AimOscar/proto_aim/src/resource.h
index d63bb1cdec..0d18792a37 100644
--- a/protocols/AimOscar/proto_aim/src/resource.h
+++ b/protocols/AimOscar/proto_aim/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_AIM.rc
//
diff --git a/protocols/AimOscar/res/aim.rc b/protocols/AimOscar/res/aim.rc
index dbef88d58a..2e5461e2ab 100755
--- a/protocols/AimOscar/res/aim.rc
+++ b/protocols/AimOscar/res/aim.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/AimOscar/res/version.rc b/protocols/AimOscar/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/AimOscar/res/version.rc
+++ b/protocols/AimOscar/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/AimOscar/src/aim.cpp b/protocols/AimOscar/src/aim.cpp
index c169e47aa4..78b6dec2dd 100644
--- a/protocols/AimOscar/src/aim.cpp
+++ b/protocols/AimOscar/src/aim.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/avatars.cpp b/protocols/AimOscar/src/avatars.cpp
index 0c8143aa4a..4c76e8f75c 100644
--- a/protocols/AimOscar/src/avatars.cpp
+++ b/protocols/AimOscar/src/avatars.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/avatars.h b/protocols/AimOscar/src/avatars.h
index 647e897f3f..bab57c0072 100644
--- a/protocols/AimOscar/src/avatars.h
+++ b/protocols/AimOscar/src/avatars.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/away.cpp b/protocols/AimOscar/src/away.cpp
index 96d4847d9b..423a95204c 100644
--- a/protocols/AimOscar/src/away.cpp
+++ b/protocols/AimOscar/src/away.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/chat.cpp b/protocols/AimOscar/src/chat.cpp
index b084f6ca02..522ebe22e3 100644
--- a/protocols/AimOscar/src/chat.cpp
+++ b/protocols/AimOscar/src/chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
diff --git a/protocols/AimOscar/src/chat.h b/protocols/AimOscar/src/chat.h
index c10d0265da..347a7803df 100644
--- a/protocols/AimOscar/src/chat.h
+++ b/protocols/AimOscar/src/chat.h
@@ -1,4 +1,4 @@
-#ifndef CHAT_H
+#ifndef CHAT_H
#define CHAT_H
struct chatnav_param
diff --git a/protocols/AimOscar/src/client.cpp b/protocols/AimOscar/src/client.cpp
index 8299cc5a32..df1810aded 100755
--- a/protocols/AimOscar/src/client.cpp
+++ b/protocols/AimOscar/src/client.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/connection.cpp b/protocols/AimOscar/src/connection.cpp
index 42b69e9f3d..1f91c8e85e 100755
--- a/protocols/AimOscar/src/connection.cpp
+++ b/protocols/AimOscar/src/connection.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/conv.cpp b/protocols/AimOscar/src/conv.cpp
index cca0c668ac..8ad2626777 100644
--- a/protocols/AimOscar/src/conv.cpp
+++ b/protocols/AimOscar/src/conv.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/conv.h b/protocols/AimOscar/src/conv.h
index d12506189b..80d44f888d 100644
--- a/protocols/AimOscar/src/conv.h
+++ b/protocols/AimOscar/src/conv.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/defines.h b/protocols/AimOscar/src/defines.h
index 11126ac2fb..7db6af48d7 100644
--- a/protocols/AimOscar/src/defines.h
+++ b/protocols/AimOscar/src/defines.h
@@ -1,4 +1,4 @@
-#ifndef DEFINES_H
+#ifndef DEFINES_H
#define DEFINES_H
#if defined __GNUC__
#pragma GCC system_header
diff --git a/protocols/AimOscar/src/direct_connect.cpp b/protocols/AimOscar/src/direct_connect.cpp
index e79a0f1d9a..8daaed8dee 100644
--- a/protocols/AimOscar/src/direct_connect.cpp
+++ b/protocols/AimOscar/src/direct_connect.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/direct_connect.h b/protocols/AimOscar/src/direct_connect.h
index 4bdcab6a4d..dad0ef35bb 100644
--- a/protocols/AimOscar/src/direct_connect.h
+++ b/protocols/AimOscar/src/direct_connect.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/error.cpp b/protocols/AimOscar/src/error.cpp
index e0988f5170..9777f5a88e 100644
--- a/protocols/AimOscar/src/error.cpp
+++ b/protocols/AimOscar/src/error.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/file.cpp b/protocols/AimOscar/src/file.cpp
index 2f8e93f907..8f316accd3 100644
--- a/protocols/AimOscar/src/file.cpp
+++ b/protocols/AimOscar/src/file.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/file.h b/protocols/AimOscar/src/file.h
index faf6714284..1983fea3d1 100644
--- a/protocols/AimOscar/src/file.h
+++ b/protocols/AimOscar/src/file.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/flap.cpp b/protocols/AimOscar/src/flap.cpp
index 960034d8a0..63db1427f0 100644
--- a/protocols/AimOscar/src/flap.cpp
+++ b/protocols/AimOscar/src/flap.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/flap.h b/protocols/AimOscar/src/flap.h
index 190d668537..7621a007e9 100644
--- a/protocols/AimOscar/src/flap.h
+++ b/protocols/AimOscar/src/flap.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/links.cpp b/protocols/AimOscar/src/links.cpp
index b9235bde99..9aa8ac755e 100644
--- a/protocols/AimOscar/src/links.cpp
+++ b/protocols/AimOscar/src/links.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2010 Boris Krasnovskiy
diff --git a/protocols/AimOscar/src/links.h b/protocols/AimOscar/src/links.h
index 5eb95a9eab..92bd23ceec 100644
--- a/protocols/AimOscar/src/links.h
+++ b/protocols/AimOscar/src/links.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
diff --git a/protocols/AimOscar/src/packets.cpp b/protocols/AimOscar/src/packets.cpp
index dc77c6a41e..1d2fe880ee 100644
--- a/protocols/AimOscar/src/packets.cpp
+++ b/protocols/AimOscar/src/packets.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/packets.h b/protocols/AimOscar/src/packets.h
index e7c4de6cf0..f5fb54e5e9 100644
--- a/protocols/AimOscar/src/packets.h
+++ b/protocols/AimOscar/src/packets.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2010 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/popup.cpp b/protocols/AimOscar/src/popup.cpp
index c6ad5624fd..2c6cf6fabd 100644
--- a/protocols/AimOscar/src/popup.cpp
+++ b/protocols/AimOscar/src/popup.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/proto.cpp b/protocols/AimOscar/src/proto.cpp
index 5857be9f50..620ed727df 100644
--- a/protocols/AimOscar/src/proto.cpp
+++ b/protocols/AimOscar/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
diff --git a/protocols/AimOscar/src/proto.h b/protocols/AimOscar/src/proto.h
index da05270f3d..160996443f 100755
--- a/protocols/AimOscar/src/proto.h
+++ b/protocols/AimOscar/src/proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
diff --git a/protocols/AimOscar/src/proxy.cpp b/protocols/AimOscar/src/proxy.cpp
index 2b7fdb0f77..8c09c3bdb5 100644
--- a/protocols/AimOscar/src/proxy.cpp
+++ b/protocols/AimOscar/src/proxy.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/proxy.h b/protocols/AimOscar/src/proxy.h
index 83a03e2d0d..5bde120d72 100644
--- a/protocols/AimOscar/src/proxy.h
+++ b/protocols/AimOscar/src/proxy.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/resource.h b/protocols/AimOscar/src/resource.h
index c123194d8e..6072961340 100755
--- a/protocols/AimOscar/src/resource.h
+++ b/protocols/AimOscar/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by X:\install\git\miranda\miranda_ng_svn\protocols\AimOscar\res\aim.rc
//
diff --git a/protocols/AimOscar/src/server.cpp b/protocols/AimOscar/src/server.cpp
index 96038aa8d1..a207735fbb 100644
--- a/protocols/AimOscar/src/server.cpp
+++ b/protocols/AimOscar/src/server.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/services.cpp b/protocols/AimOscar/src/services.cpp
index 1012a1c611..1d42beb000 100644
--- a/protocols/AimOscar/src/services.cpp
+++ b/protocols/AimOscar/src/services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/snac.cpp b/protocols/AimOscar/src/snac.cpp
index 0dd1c12d3f..afed2fda24 100644
--- a/protocols/AimOscar/src/snac.cpp
+++ b/protocols/AimOscar/src/snac.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/snac.h b/protocols/AimOscar/src/snac.h
index 5c97462f22..2abf85d731 100644
--- a/protocols/AimOscar/src/snac.h
+++ b/protocols/AimOscar/src/snac.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/stdafx.cxx b/protocols/AimOscar/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/AimOscar/src/stdafx.cxx
+++ b/protocols/AimOscar/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h
index 42beead6a0..772b30f3c8 100755
--- a/protocols/AimOscar/src/stdafx.h
+++ b/protocols/AimOscar/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/theme.cpp b/protocols/AimOscar/src/theme.cpp
index 762c841a39..bc1ced939e 100644
--- a/protocols/AimOscar/src/theme.cpp
+++ b/protocols/AimOscar/src/theme.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/theme.h b/protocols/AimOscar/src/theme.h
index 73fde85851..16a0ab596d 100644
--- a/protocols/AimOscar/src/theme.h
+++ b/protocols/AimOscar/src/theme.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/thread.cpp b/protocols/AimOscar/src/thread.cpp
index 3affac892b..bceff9b14e 100644
--- a/protocols/AimOscar/src/thread.cpp
+++ b/protocols/AimOscar/src/thread.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/tlv.cpp b/protocols/AimOscar/src/tlv.cpp
index 089a0fc17d..2c9e20880b 100644
--- a/protocols/AimOscar/src/tlv.cpp
+++ b/protocols/AimOscar/src/tlv.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/tlv.h b/protocols/AimOscar/src/tlv.h
index 1522650b65..82a4977fff 100644
--- a/protocols/AimOscar/src/tlv.h
+++ b/protocols/AimOscar/src/tlv.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/ui.cpp b/protocols/AimOscar/src/ui.cpp
index 7bf8eed909..7b897d7ab4 100755
--- a/protocols/AimOscar/src/ui.cpp
+++ b/protocols/AimOscar/src/ui.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/ui.h b/protocols/AimOscar/src/ui.h
index e6a1b984c0..45f1243a8a 100644
--- a/protocols/AimOscar/src/ui.h
+++ b/protocols/AimOscar/src/ui.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/utility.cpp b/protocols/AimOscar/src/utility.cpp
index eeb52b6f26..62b1a31215 100755
--- a/protocols/AimOscar/src/utility.cpp
+++ b/protocols/AimOscar/src/utility.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2012 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/utility.h b/protocols/AimOscar/src/utility.h
index 17d50af9e1..6a36cc6f0e 100755
--- a/protocols/AimOscar/src/utility.h
+++ b/protocols/AimOscar/src/utility.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the AIM protocol.
Copyright (c) 2008-2009 Boris Krasnovskiy
Copyright (C) 2005-2006 Aaron Myles Landwehr
diff --git a/protocols/AimOscar/src/version.h b/protocols/AimOscar/src/version.h
index d64d0715bb..c751f3b0d3 100644
--- a/protocols/AimOscar/src/version.h
+++ b/protocols/AimOscar/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt
index 3281001f02..29e24e4a34 100644
--- a/protocols/CMakeLists.txt
+++ b/protocols/CMakeLists.txt
@@ -1,4 +1,4 @@
-#add_subdirectory(AimOscar)
+#add_subdirectory(AimOscar)
#add_subdirectory(Discord)
#add_subdirectory(Dummy)
#add_subdirectory(EmLanProto)
diff --git a/protocols/Discord/CMakeLists.txt b/protocols/Discord/CMakeLists.txt
index a227eff6df..47735cea72 100644
--- a/protocols/Discord/CMakeLists.txt
+++ b/protocols/Discord/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Discord)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} Zlib libjson)
diff --git a/protocols/Discord/proto_discord/CMakeLists.txt b/protocols/Discord/proto_discord/CMakeLists.txt
index 5ea6891fa1..4a05c37c2a 100644
--- a/protocols/Discord/proto_discord/CMakeLists.txt
+++ b/protocols/Discord/proto_discord/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Discord)
+set(TARGET Proto_Discord)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Discord/proto_discord/res/Proto_Discord.rc b/protocols/Discord/proto_discord/res/Proto_Discord.rc
index 13d3153e3e..865dc9d82e 100644
--- a/protocols/Discord/proto_discord/res/Proto_Discord.rc
+++ b/protocols/Discord/proto_discord/res/Proto_Discord.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Discord/proto_discord/src/resource.h b/protocols/Discord/proto_discord/src/resource.h
index c74e04f59e..3854c946cf 100644
--- a/protocols/Discord/proto_discord/src/resource.h
+++ b/protocols/Discord/proto_discord/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_ICQ.rc
//
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc
index fba3f590d7..aacf502db3 100644
--- a/protocols/Discord/res/discord.rc
+++ b/protocols/Discord/res/discord.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Discord/res/version.rc b/protocols/Discord/res/version.rc
index 37934706a0..fcd820ac36 100644
--- a/protocols/Discord/res/version.rc
+++ b/protocols/Discord/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Discord/src/avatars.cpp b/protocols/Discord/src/avatars.cpp
index d2b629e442..6d457a4149 100644
--- a/protocols/Discord/src/avatars.cpp
+++ b/protocols/Discord/src/avatars.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/connection.cpp b/protocols/Discord/src/connection.cpp
index 5d8f9677e2..4fb22432bb 100644
--- a/protocols/Discord/src/connection.cpp
+++ b/protocols/Discord/src/connection.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/dispatch.cpp b/protocols/Discord/src/dispatch.cpp
index 025eeff0dd..efef1a9829 100644
--- a/protocols/Discord/src/dispatch.cpp
+++ b/protocols/Discord/src/dispatch.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/gateway.cpp b/protocols/Discord/src/gateway.cpp
index 0f59b9382e..76ee03d0a9 100644
--- a/protocols/Discord/src/gateway.cpp
+++ b/protocols/Discord/src/gateway.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/groupchat.cpp b/protocols/Discord/src/groupchat.cpp
index 6bf5735879..04c451a5eb 100644
--- a/protocols/Discord/src/groupchat.cpp
+++ b/protocols/Discord/src/groupchat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/guilds.cpp b/protocols/Discord/src/guilds.cpp
index 9589494962..5b8b2e78e4 100644
--- a/protocols/Discord/src/guilds.cpp
+++ b/protocols/Discord/src/guilds.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/http.cpp b/protocols/Discord/src/http.cpp
index 26154f3ff6..95e6b7aae2 100644
--- a/protocols/Discord/src/http.cpp
+++ b/protocols/Discord/src/http.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp
index 808354befb..f25361d8ae 100644
--- a/protocols/Discord/src/main.cpp
+++ b/protocols/Discord/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/menus.cpp b/protocols/Discord/src/menus.cpp
index ee43464e16..ef84482532 100644
--- a/protocols/Discord/src/menus.cpp
+++ b/protocols/Discord/src/menus.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/options.cpp b/protocols/Discord/src/options.cpp
index f335f2aa91..f6e28ad941 100644
--- a/protocols/Discord/src/options.cpp
+++ b/protocols/Discord/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/proto.cpp b/protocols/Discord/src/proto.cpp
index e937ade657..4bbf0a57a1 100644
--- a/protocols/Discord/src/proto.cpp
+++ b/protocols/Discord/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h
index 56c04ef157..08c7876be5 100644
--- a/protocols/Discord/src/proto.h
+++ b/protocols/Discord/src/proto.h
@@ -1,4 +1,4 @@
-
+
typedef __int64 SnowFlake;
__forceinline int compareInt64(const SnowFlake i1, const SnowFlake i2)
diff --git a/protocols/Discord/src/resource.h b/protocols/Discord/src/resource.h
index e73ee518ec..258cb1dba1 100644
--- a/protocols/Discord/src/resource.h
+++ b/protocols/Discord/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by w:\miranda-ng\protocols\Discord\res\discord.rc
//
diff --git a/protocols/Discord/src/server.cpp b/protocols/Discord/src/server.cpp
index 49eceea8a1..39bfb23e97 100644
--- a/protocols/Discord/src/server.cpp
+++ b/protocols/Discord/src/server.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/stdafx.cxx b/protocols/Discord/src/stdafx.cxx
index 1643cbea3a..fcd6ada028 100644
--- a/protocols/Discord/src/stdafx.cxx
+++ b/protocols/Discord/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h
index 12b741fa85..ae1483590e 100644
--- a/protocols/Discord/src/stdafx.h
+++ b/protocols/Discord/src/stdafx.h
@@ -1,4 +1,4 @@
-// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/protocols/Discord/src/utils.cpp b/protocols/Discord/src/utils.cpp
index 2c0b254930..685a0a9f36 100644
--- a/protocols/Discord/src/utils.cpp
+++ b/protocols/Discord/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2016-17 Miranda NG team
This program is free software: you can redistribute it and/or modify
diff --git a/protocols/Discord/src/version.h b/protocols/Discord/src/version.h
index 2389a715d1..f7d9b1f955 100644
--- a/protocols/Discord/src/version.h
+++ b/protocols/Discord/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 5
#define __RELEASE_NUM 1
#define __BUILD_NUM 2
diff --git a/protocols/Dummy/CMakeLists.txt b/protocols/Dummy/CMakeLists.txt
index 2fedfcaa24..cdc3ba83ec 100644
--- a/protocols/Dummy/CMakeLists.txt
+++ b/protocols/Dummy/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Dummy)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
add_subdirectory(proto_dummy) \ No newline at end of file
diff --git a/protocols/Dummy/proto_dummy/CMakeLists.txt b/protocols/Dummy/proto_dummy/CMakeLists.txt
index 3396e1c992..f6e7d076cb 100644
--- a/protocols/Dummy/proto_dummy/CMakeLists.txt
+++ b/protocols/Dummy/proto_dummy/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Dummy)
+set(TARGET Proto_Dummy)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc b/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc
index 44c1a51f44..96e307b745 100644
--- a/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc
+++ b/protocols/Dummy/proto_dummy/res/Proto_Dummy.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Dummy/proto_dummy/src/resource.h b/protocols/Dummy/proto_dummy/src/resource.h
index 309123b626..3c75eae736 100644
--- a/protocols/Dummy/proto_dummy/src/resource.h
+++ b/protocols/Dummy/proto_dummy/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_IRC.rc
//
diff --git a/protocols/Dummy/res/resource.rc b/protocols/Dummy/res/resource.rc
index 7d7ef55679..69b10a7fd7 100644
--- a/protocols/Dummy/res/resource.rc
+++ b/protocols/Dummy/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Dummy/res/version.rc b/protocols/Dummy/res/version.rc
index 37934706a0..fcd820ac36 100644
--- a/protocols/Dummy/res/version.rc
+++ b/protocols/Dummy/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Dummy/src/dummy.h b/protocols/Dummy/src/dummy.h
index 6236dd4fe8..9fe2368561 100644
--- a/protocols/Dummy/src/dummy.h
+++ b/protocols/Dummy/src/dummy.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_options.cpp b/protocols/Dummy/src/dummy_options.cpp
index e5b6af951d..739f6900e2 100644
--- a/protocols/Dummy/src/dummy_options.cpp
+++ b/protocols/Dummy/src/dummy_options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp
index 6b978155c1..d74e7d1ad3 100644
--- a/protocols/Dummy/src/dummy_proto.cpp
+++ b/protocols/Dummy/src/dummy_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h
index e985c31b9f..cd6cf10da6 100644
--- a/protocols/Dummy/src/dummy_proto.h
+++ b/protocols/Dummy/src/dummy_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/main.cpp b/protocols/Dummy/src/main.cpp
index 135358b7f8..5976e36fc9 100644
--- a/protocols/Dummy/src/main.cpp
+++ b/protocols/Dummy/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/resource.h b/protocols/Dummy/src/resource.h
index f9405505ad..e234a2472e 100644
--- a/protocols/Dummy/src/resource.h
+++ b/protocols/Dummy/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda\Miranda NG\protocols\Dummy\res\resource.rc
//
diff --git a/protocols/Dummy/src/stdafx.cxx b/protocols/Dummy/src/stdafx.cxx
index 446abfd6d9..9860436786 100644
--- a/protocols/Dummy/src/stdafx.cxx
+++ b/protocols/Dummy/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/stdafx.h b/protocols/Dummy/src/stdafx.h
index b80b9d9eec..164c460caf 100644
--- a/protocols/Dummy/src/stdafx.h
+++ b/protocols/Dummy/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014 Robert Pösel
This program is free software; you can redistribute it and/or
diff --git a/protocols/Dummy/src/version.h b/protocols/Dummy/src/version.h
index 99bef970b2..61d2e0df3e 100644
--- a/protocols/Dummy/src/version.h
+++ b/protocols/Dummy/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
#define __RELEASE_NUM 0
#define __BUILD_NUM 0
diff --git a/protocols/EmLanProto/CMakeLists.txt b/protocols/EmLanProto/CMakeLists.txt
index c109f097f4..51cef5e74d 100644
--- a/protocols/EmLanProto/CMakeLists.txt
+++ b/protocols/EmLanProto/CMakeLists.txt
@@ -1,4 +1,4 @@
-set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "")
+set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "")
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET EmLanProto)
diff --git a/protocols/EmLanProto/res/Version.rc b/protocols/EmLanProto/res/Version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/EmLanProto/res/Version.rc
+++ b/protocols/EmLanProto/res/Version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/EmLanProto/res/amdproto.rc b/protocols/EmLanProto/res/amdproto.rc
index 4ef095178a..e2aef844ac 100644
--- a/protocols/EmLanProto/res/amdproto.rc
+++ b/protocols/EmLanProto/res/amdproto.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp
index d25ebae2c8..9ba83f4aec 100644
--- a/protocols/EmLanProto/src/amdproto.cpp
+++ b/protocols/EmLanProto/src/amdproto.cpp
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// AMD local protocol main file
#include "stdafx.h"
diff --git a/protocols/EmLanProto/src/get_time.cpp b/protocols/EmLanProto/src/get_time.cpp
index 76ad065fdf..f03b3965f9 100644
--- a/protocols/EmLanProto/src/get_time.cpp
+++ b/protocols/EmLanProto/src/get_time.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/protocols/EmLanProto/src/get_time.h b/protocols/EmLanProto/src/get_time.h
index 9f5676c5d3..83c6efa73d 100644
--- a/protocols/EmLanProto/src/get_time.h
+++ b/protocols/EmLanProto/src/get_time.h
@@ -1,4 +1,4 @@
-/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/protocols/EmLanProto/src/lan.cpp b/protocols/EmLanProto/src/lan.cpp
index 336e64bb75..61d6198b1c 100644
--- a/protocols/EmLanProto/src/lan.cpp
+++ b/protocols/EmLanProto/src/lan.cpp
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Lan protocol
#include "stdafx.h"
diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h
index 1fd2bbe80a..5df88103dd 100644
--- a/protocols/EmLanProto/src/lan.h
+++ b/protocols/EmLanProto/src/lan.h
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Lan functions
#ifndef __lan_h__
diff --git a/protocols/EmLanProto/src/mlan.cpp b/protocols/EmLanProto/src/mlan.cpp
index 14005a3294..c64792f520 100644
--- a/protocols/EmLanProto/src/mlan.cpp
+++ b/protocols/EmLanProto/src/mlan.cpp
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Miranda lan functions
#include "stdafx.h"
diff --git a/protocols/EmLanProto/src/mlan.h b/protocols/EmLanProto/src/mlan.h
index ed151e1212..66fd97cfa2 100644
--- a/protocols/EmLanProto/src/mlan.h
+++ b/protocols/EmLanProto/src/mlan.h
@@ -1,4 +1,4 @@
-//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Miranda lan functions
#ifndef __mlan_h__
diff --git a/protocols/EmLanProto/src/resource.h b/protocols/EmLanProto/src/resource.h
index 472138e5f5..2a43ae4ff8 100644
--- a/protocols/EmLanProto/src/resource.h
+++ b/protocols/EmLanProto/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by amdproto.rc
//
diff --git a/protocols/EmLanProto/src/stdafx.cpp b/protocols/EmLanProto/src/stdafx.cpp
index fc3e963191..4318fdb21b 100644
--- a/protocols/EmLanProto/src/stdafx.cpp
+++ b/protocols/EmLanProto/src/stdafx.cpp
@@ -1,4 +1,4 @@
-// stdafx.cpp : source file that includes just the standard includes
+// stdafx.cpp : source file that includes just the standard includes
// amdproto.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
diff --git a/protocols/EmLanProto/src/stdafx.h b/protocols/EmLanProto/src/stdafx.h
index d826592439..a919a25187 100644
--- a/protocols/EmLanProto/src/stdafx.h
+++ b/protocols/EmLanProto/src/stdafx.h
@@ -1,4 +1,4 @@
-// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/protocols/EmLanProto/src/version.h b/protocols/EmLanProto/src/version.h
index e5c437a35c..fa47f0e83b 100644
--- a/protocols/EmLanProto/src/version.h
+++ b/protocols/EmLanProto/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 0
#define __BUILD_NUM 1
diff --git a/protocols/FacebookRM/CMakeLists.txt b/protocols/FacebookRM/CMakeLists.txt
index 6441c53332..415ec55564 100644
--- a/protocols/FacebookRM/CMakeLists.txt
+++ b/protocols/FacebookRM/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
+file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
set(TARGET Facebook)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson)
diff --git a/protocols/FacebookRM/docs/readme.txt b/protocols/FacebookRM/docs/readme.txt
index 8e799e8d84..7f43b37e67 100644
--- a/protocols/FacebookRM/docs/readme.txt
+++ b/protocols/FacebookRM/docs/readme.txt
@@ -1,4 +1,4 @@
---------------------------------
+--------------------------------
| Facebook Protocol RM 0.2.4.0 |
| for Miranda NG |
| (21.4.2014) |
diff --git a/protocols/FacebookRM/proto_facebook/CMakeLists.txt b/protocols/FacebookRM/proto_facebook/CMakeLists.txt
index be5f194172..93624ac7b6 100644
--- a/protocols/FacebookRM/proto_facebook/CMakeLists.txt
+++ b/protocols/FacebookRM/proto_facebook/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Facebook)
+set(TARGET Proto_Facebook)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/FacebookRM/proto_facebook/res/Proto_Facebook.rc b/protocols/FacebookRM/proto_facebook/res/Proto_Facebook.rc
index 7e77198fd4..7a776e7516 100644
--- a/protocols/FacebookRM/proto_facebook/res/Proto_Facebook.rc
+++ b/protocols/FacebookRM/proto_facebook/res/Proto_Facebook.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/FacebookRM/proto_facebook/src/resource.h b/protocols/FacebookRM/proto_facebook/src/resource.h
index 337b030f91..c859162ea9 100644
--- a/protocols/FacebookRM/proto_facebook/src/resource.h
+++ b/protocols/FacebookRM/proto_facebook/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Facebook.rc
//
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc
index 8b8482f16e..5d9a281cb0 100644
--- a/protocols/FacebookRM/res/facebook.rc
+++ b/protocols/FacebookRM/res/facebook.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/FacebookRM/res/version.rc b/protocols/FacebookRM/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/FacebookRM/res/version.rc
+++ b/protocols/FacebookRM/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/FacebookRM/src/avatars.cpp b/protocols/FacebookRM/src/avatars.cpp
index d0a9952833..26a0eb3f29 100644
--- a/protocols/FacebookRM/src/avatars.cpp
+++ b/protocols/FacebookRM/src/avatars.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/captcha.cpp b/protocols/FacebookRM/src/captcha.cpp
index e953a82a9f..f0454eaf54 100644
--- a/protocols/FacebookRM/src/captcha.cpp
+++ b/protocols/FacebookRM/src/captcha.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/chat.cpp b/protocols/FacebookRM/src/chat.cpp
index 883ebae58b..d6d855bc91 100644
--- a/protocols/FacebookRM/src/chat.cpp
+++ b/protocols/FacebookRM/src/chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h
index 4d7fe6ef1e..3a15183f75 100644
--- a/protocols/FacebookRM/src/client.h
+++ b/protocols/FacebookRM/src/client.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/communication.cpp b/protocols/FacebookRM/src/communication.cpp
index 715557dcda..7f41f1d84e 100644
--- a/protocols/FacebookRM/src/communication.cpp
+++ b/protocols/FacebookRM/src/communication.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/connection.cpp b/protocols/FacebookRM/src/connection.cpp
index 1b3feca6b8..6e8c2df711 100644
--- a/protocols/FacebookRM/src/connection.cpp
+++ b/protocols/FacebookRM/src/connection.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h
index 2ad7623d98..233cba8570 100644
--- a/protocols/FacebookRM/src/constants.h
+++ b/protocols/FacebookRM/src/constants.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/contacts.cpp b/protocols/FacebookRM/src/contacts.cpp
index 104877514a..42c3dc86b1 100644
--- a/protocols/FacebookRM/src/contacts.cpp
+++ b/protocols/FacebookRM/src/contacts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/db.h b/protocols/FacebookRM/src/db.h
index af35d881f9..3f25082db3 100644
--- a/protocols/FacebookRM/src/db.h
+++ b/protocols/FacebookRM/src/db.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/dialogs.cpp b/protocols/FacebookRM/src/dialogs.cpp
index b6c0318689..2a1875c3de 100644
--- a/protocols/FacebookRM/src/dialogs.cpp
+++ b/protocols/FacebookRM/src/dialogs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/dialogs.h b/protocols/FacebookRM/src/dialogs.h
index b0cd98bd45..f97b00abf3 100644
--- a/protocols/FacebookRM/src/dialogs.h
+++ b/protocols/FacebookRM/src/dialogs.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/entities.h b/protocols/FacebookRM/src/entities.h
index dc148d5447..c7a9ab15dd 100644
--- a/protocols/FacebookRM/src/entities.h
+++ b/protocols/FacebookRM/src/entities.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/events.cpp b/protocols/FacebookRM/src/events.cpp
index 56972e30c6..4ac33aac9a 100644
--- a/protocols/FacebookRM/src/events.cpp
+++ b/protocols/FacebookRM/src/events.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/http.h b/protocols/FacebookRM/src/http.h
index 0439e20d57..716a3c6260 100644
--- a/protocols/FacebookRM/src/http.h
+++ b/protocols/FacebookRM/src/http.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/http_request.h b/protocols/FacebookRM/src/http_request.h
index 1d025f1501..c038d92bad 100644
--- a/protocols/FacebookRM/src/http_request.h
+++ b/protocols/FacebookRM/src/http_request.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/FacebookRM/src/json.cpp b/protocols/FacebookRM/src/json.cpp
index 2deb45172f..d60fed4057 100644
--- a/protocols/FacebookRM/src/json.cpp
+++ b/protocols/FacebookRM/src/json.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/json.h b/protocols/FacebookRM/src/json.h
index d62666a66d..c552651587 100644
--- a/protocols/FacebookRM/src/json.h
+++ b/protocols/FacebookRM/src/json.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/list.hpp b/protocols/FacebookRM/src/list.hpp
index 91737e750c..51e078c3b4 100644
--- a/protocols/FacebookRM/src/list.hpp
+++ b/protocols/FacebookRM/src/list.hpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/main.cpp b/protocols/FacebookRM/src/main.cpp
index 24ed75eeb1..75f2ceec32 100644
--- a/protocols/FacebookRM/src/main.cpp
+++ b/protocols/FacebookRM/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/messages.cpp b/protocols/FacebookRM/src/messages.cpp
index ea3ad14b32..409abd64f8 100644
--- a/protocols/FacebookRM/src/messages.cpp
+++ b/protocols/FacebookRM/src/messages.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/process.cpp b/protocols/FacebookRM/src/process.cpp
index fb02f5c868..36b3b0cf44 100644
--- a/protocols/FacebookRM/src/process.cpp
+++ b/protocols/FacebookRM/src/process.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/proto.cpp b/protocols/FacebookRM/src/proto.cpp
index c4f33dd222..d8e6ab8ac2 100644
--- a/protocols/FacebookRM/src/proto.cpp
+++ b/protocols/FacebookRM/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h
index dff762bfaa..c5b97640e4 100644
--- a/protocols/FacebookRM/src/proto.h
+++ b/protocols/FacebookRM/src/proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/channel.h b/protocols/FacebookRM/src/requests/channel.h
index c3df45996f..89bce6dfb3 100644
--- a/protocols/FacebookRM/src/requests/channel.h
+++ b/protocols/FacebookRM/src/requests/channel.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/contacts.h b/protocols/FacebookRM/src/requests/contacts.h
index 8fa60fced8..a9d43fedc2 100644
--- a/protocols/FacebookRM/src/requests/contacts.h
+++ b/protocols/FacebookRM/src/requests/contacts.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/feeds.h b/protocols/FacebookRM/src/requests/feeds.h
index 85beaff276..dd48623bad 100644
--- a/protocols/FacebookRM/src/requests/feeds.h
+++ b/protocols/FacebookRM/src/requests/feeds.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/history.h b/protocols/FacebookRM/src/requests/history.h
index 9ac3d52168..8f23d59871 100644
--- a/protocols/FacebookRM/src/requests/history.h
+++ b/protocols/FacebookRM/src/requests/history.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/login.h b/protocols/FacebookRM/src/requests/login.h
index a698254be6..6c3480bfa5 100644
--- a/protocols/FacebookRM/src/requests/login.h
+++ b/protocols/FacebookRM/src/requests/login.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/messages.h b/protocols/FacebookRM/src/requests/messages.h
index da5e3f4054..704975403b 100644
--- a/protocols/FacebookRM/src/requests/messages.h
+++ b/protocols/FacebookRM/src/requests/messages.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/notifications.h b/protocols/FacebookRM/src/requests/notifications.h
index 662896ef2b..8c5ab0b5f6 100644
--- a/protocols/FacebookRM/src/requests/notifications.h
+++ b/protocols/FacebookRM/src/requests/notifications.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/profile.h b/protocols/FacebookRM/src/requests/profile.h
index 73ac56a472..bff183d66f 100644
--- a/protocols/FacebookRM/src/requests/profile.h
+++ b/protocols/FacebookRM/src/requests/profile.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/search.h b/protocols/FacebookRM/src/requests/search.h
index 195a587e94..c0b1b9999c 100644
--- a/protocols/FacebookRM/src/requests/search.h
+++ b/protocols/FacebookRM/src/requests/search.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/status.h b/protocols/FacebookRM/src/requests/status.h
index f8db3f5feb..d04ccdcb94 100644
--- a/protocols/FacebookRM/src/requests/status.h
+++ b/protocols/FacebookRM/src/requests/status.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/requests/utils.h b/protocols/FacebookRM/src/requests/utils.h
index 6cf4aaa1ee..f2ece68149 100644
--- a/protocols/FacebookRM/src/requests/utils.h
+++ b/protocols/FacebookRM/src/requests/utils.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h
index f898412dfa..88dc312a29 100644
--- a/protocols/FacebookRM/src/resource.h
+++ b/protocols/FacebookRM/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda NG\Miranda NG\protocols\FacebookRM\res\facebook.rc
//
diff --git a/protocols/FacebookRM/src/stdafx.cxx b/protocols/FacebookRM/src/stdafx.cxx
index 2cfe57c9c5..f0e72e2cd0 100644
--- a/protocols/FacebookRM/src/stdafx.cxx
+++ b/protocols/FacebookRM/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h
index 0e466e9715..aaf43fca92 100644
--- a/protocols/FacebookRM/src/stdafx.h
+++ b/protocols/FacebookRM/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/theme.cpp b/protocols/FacebookRM/src/theme.cpp
index 7d28554273..accf19e237 100644
--- a/protocols/FacebookRM/src/theme.cpp
+++ b/protocols/FacebookRM/src/theme.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/theme.h b/protocols/FacebookRM/src/theme.h
index 2858fea17a..91b69540c9 100644
--- a/protocols/FacebookRM/src/theme.h
+++ b/protocols/FacebookRM/src/theme.h
@@ -1,4 +1,4 @@
-/*
+/*
Facebook plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h
index 1299f09155..0a0861b5cf 100644
--- a/protocols/FacebookRM/src/version.h
+++ b/protocols/FacebookRM/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 3
#define __RELEASE_NUM 3
#define __BUILD_NUM 2
diff --git a/protocols/Gadu-Gadu/CMakeLists.txt b/protocols/Gadu-Gadu/CMakeLists.txt
index 9ab4671f22..5ceb40474e 100644
--- a/protocols/Gadu-Gadu/CMakeLists.txt
+++ b/protocols/Gadu-Gadu/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/libgadu/*.h" "res/*.rc"
+file(GLOB SOURCES "src/*.h" "src/libgadu/*.h" "res/*.rc"
"src/avatar.cpp"
"src/core.cpp"
"src/dialogs.cpp"
diff --git a/protocols/Gadu-Gadu/docs/build-howto.txt b/protocols/Gadu-Gadu/docs/build-howto.txt
index ffb8f1c3fe..f05e7552c4 100644
--- a/protocols/Gadu-Gadu/docs/build-howto.txt
+++ b/protocols/Gadu-Gadu/docs/build-howto.txt
@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////
// Gadu-Gadu Protocol Plugin for Miranda IM
// Author: Adam Strzelecki <ono+miranda@java.pl>
///////////////////////////////////////////////////////////////////
diff --git a/protocols/Gadu-Gadu/docs/license.txt b/protocols/Gadu-Gadu/docs/license.txt
index 7f1161073d..fc35462967 100644
--- a/protocols/Gadu-Gadu/docs/license.txt
+++ b/protocols/Gadu-Gadu/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/Gadu-Gadu/docs/readme.txt b/protocols/Gadu-Gadu/docs/readme.txt
index 1d2255f6ec..e4d365b6fd 100644
--- a/protocols/Gadu-Gadu/docs/readme.txt
+++ b/protocols/Gadu-Gadu/docs/readme.txt
@@ -1,4 +1,4 @@
-///////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////
// Gadu-Gadu Protocol Plugin for Miranda IM
// Based on unix ekg client functionlity and libgadu
//
diff --git a/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt b/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
index 5b26e158f6..f6f0424a91 100644
--- a/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
+++ b/protocols/Gadu-Gadu/proto_gg/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_GG)
+set(TARGET Proto_GG)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc b/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
index 46fb8b9980..8bf3c115dc 100644
--- a/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
+++ b/protocols/Gadu-Gadu/proto_gg/res/Proto_GG.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Gadu-Gadu/proto_gg/src/resource.h b/protocols/Gadu-Gadu/proto_gg/src/resource.h
index 16c501a888..b728d4f230 100644
--- a/protocols/Gadu-Gadu/proto_gg/src/resource.h
+++ b/protocols/Gadu-Gadu/proto_gg/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_GG.rc
//
diff --git a/protocols/Gadu-Gadu/res/resource.rc b/protocols/Gadu-Gadu/res/resource.rc
index c187d6df73..52299ed65f 100644
--- a/protocols/Gadu-Gadu/res/resource.rc
+++ b/protocols/Gadu-Gadu/res/resource.rc
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda NG
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/res/version.rc b/protocols/Gadu-Gadu/res/version.rc
index d99de84d82..de874a17dd 100644
--- a/protocols/Gadu-Gadu/res/version.rc
+++ b/protocols/Gadu-Gadu/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Gadu-Gadu/src/avatar.cpp b/protocols/Gadu-Gadu/src/avatar.cpp
index 0bdf8f04d7..bd82a0e2aa 100644
--- a/protocols/Gadu-Gadu/src/avatar.cpp
+++ b/protocols/Gadu-Gadu/src/avatar.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/core.cpp b/protocols/Gadu-Gadu/src/core.cpp
index 586c425117..5aeb3b939f 100644
--- a/protocols/Gadu-Gadu/src/core.cpp
+++ b/protocols/Gadu-Gadu/src/core.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/dialogs.cpp b/protocols/Gadu-Gadu/src/dialogs.cpp
index ad35aeb2de..24ed771e23 100644
--- a/protocols/Gadu-Gadu/src/dialogs.cpp
+++ b/protocols/Gadu-Gadu/src/dialogs.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/dynstuff.cpp b/protocols/Gadu-Gadu/src/dynstuff.cpp
index 520a53bb51..46251faac0 100644
--- a/protocols/Gadu-Gadu/src/dynstuff.cpp
+++ b/protocols/Gadu-Gadu/src/dynstuff.cpp
@@ -1,4 +1,4 @@
-/* $Id: dynstuff.c 11259 2010-02-17 04:47:22Z borkra $ */
+/* $Id: dynstuff.c 11259 2010-02-17 04:47:22Z borkra $ */
/*
* (C) Copyright 2001-2003 Wojtek Kaniewski <wojtekka@irc.pl>
diff --git a/protocols/Gadu-Gadu/src/dynstuff.h b/protocols/Gadu-Gadu/src/dynstuff.h
index c176207076..f9dc0aa7f2 100644
--- a/protocols/Gadu-Gadu/src/dynstuff.h
+++ b/protocols/Gadu-Gadu/src/dynstuff.h
@@ -1,4 +1,4 @@
-/* $Id: dynstuff.h 4366 2006-12-20 22:40:37Z ono $ */
+/* $Id: dynstuff.h 4366 2006-12-20 22:40:37Z ono $ */
/*
* (C) Copyright 2001-2002 Wojtek Kaniewski <wojtekka@irc.pl>
diff --git a/protocols/Gadu-Gadu/src/filetransfer.cpp b/protocols/Gadu-Gadu/src/filetransfer.cpp
index 4b9f547930..20e8773bbb 100644
--- a/protocols/Gadu-Gadu/src/filetransfer.cpp
+++ b/protocols/Gadu-Gadu/src/filetransfer.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp
index f16fba3adb..9c8dca58cb 100644
--- a/protocols/Gadu-Gadu/src/gg.cpp
+++ b/protocols/Gadu-Gadu/src/gg.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg.h b/protocols/Gadu-Gadu/src/gg.h
index 201fb8cf58..172b3c1e5d 100644
--- a/protocols/Gadu-Gadu/src/gg.h
+++ b/protocols/Gadu-Gadu/src/gg.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp
index 68834738e3..09251d245c 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.cpp
+++ b/protocols/Gadu-Gadu/src/gg_proto.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/gg_proto.h b/protocols/Gadu-Gadu/src/gg_proto.h
index 7c5b08cfde..09b897e39b 100644
--- a/protocols/Gadu-Gadu/src/gg_proto.h
+++ b/protocols/Gadu-Gadu/src/gg_proto.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/groupchat.cpp b/protocols/Gadu-Gadu/src/groupchat.cpp
index e88190e763..81dc926e02 100644
--- a/protocols/Gadu-Gadu/src/groupchat.cpp
+++ b/protocols/Gadu-Gadu/src/groupchat.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/icolib.cpp b/protocols/Gadu-Gadu/src/icolib.cpp
index b4cf97f5bf..1589e63b36 100644
--- a/protocols/Gadu-Gadu/src/icolib.cpp
+++ b/protocols/Gadu-Gadu/src/icolib.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2007 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/image.cpp b/protocols/Gadu-Gadu/src/image.cpp
index 7202aaad61..02c6bea9f9 100644
--- a/protocols/Gadu-Gadu/src/image.cpp
+++ b/protocols/Gadu-Gadu/src/image.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/import.cpp b/protocols/Gadu-Gadu/src/import.cpp
index d80dc75a35..e89c7dcebe 100644
--- a/protocols/Gadu-Gadu/src/import.cpp
+++ b/protocols/Gadu-Gadu/src/import.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/keepalive.cpp b/protocols/Gadu-Gadu/src/keepalive.cpp
index 426f72d0f0..61d05bd8c7 100644
--- a/protocols/Gadu-Gadu/src/keepalive.cpp
+++ b/protocols/Gadu-Gadu/src/keepalive.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/libgadu/common.cpp b/protocols/Gadu-Gadu/src/libgadu/common.cpp
index b115aa0df4..c287c4861f 100644
--- a/protocols/Gadu-Gadu/src/libgadu/common.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/common.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: common.c 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/compat.h b/protocols/Gadu-Gadu/src/libgadu/compat.h
index 1aa17d1e4a..dc1fb60e60 100644
--- a/protocols/Gadu-Gadu/src/libgadu/compat.h
+++ b/protocols/Gadu-Gadu/src/libgadu/compat.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: compat.h 11075 2009-12-20 15:01:43Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/dcc.cpp b/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
index 5c89476efc..e09b55082a 100644
--- a/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/dcc.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: dcc.c 12145 2010-07-07 23:49:04Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp b/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
index 8131698be5..75f39f0173 100644
--- a/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/dcc7.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: dcc7.c,v 1.2 2007-07-20 23:00:49 wojtekka Exp $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/events.cpp b/protocols/Gadu-Gadu/src/libgadu/events.cpp
index 0714b2b2a2..2a18fd67e4 100644
--- a/protocols/Gadu-Gadu/src/libgadu/events.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/events.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: events.c 13583 2011-04-12 12:51:18Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/http.cpp b/protocols/Gadu-Gadu/src/libgadu/http.cpp
index e1cc1b457f..96ff319aa9 100644
--- a/protocols/Gadu-Gadu/src/libgadu/http.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/http.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: http.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/internal.h b/protocols/Gadu-Gadu/src/libgadu/internal.h
index 0ffd39fdd5..98e3c30cc8 100644
--- a/protocols/Gadu-Gadu/src/libgadu/internal.h
+++ b/protocols/Gadu-Gadu/src/libgadu/internal.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp b/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
index 197c6093d3..9e96d7c35b 100644
--- a/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/libgadu.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: libgadu.c 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/libgadu.h b/protocols/Gadu-Gadu/src/libgadu/libgadu.h
index 33224836c3..c028b36ca2 100644
--- a/protocols/Gadu-Gadu/src/libgadu/libgadu.h
+++ b/protocols/Gadu-Gadu/src/libgadu/libgadu.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: libgadu.h 13762 2011-08-09 12:35:16Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp b/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
index f8fe4dc5de..7d86998ace 100644
--- a/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/obsolete.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: obsolete.c 854 2009-10-12 21:06:28Z wojtekka $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/protocol.h b/protocols/Gadu-Gadu/src/libgadu/protocol.h
index 5b4895c260..71e374fd49 100644
--- a/protocols/Gadu-Gadu/src/libgadu/protocol.h
+++ b/protocols/Gadu-Gadu/src/libgadu/protocol.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/pthread.cpp b/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
index 11362add17..2de7659250 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pthread.cpp
@@ -1,4 +1,4 @@
-/*
+/*
AOL Instant Messenger Plugin for Miranda IM
Copyright (c) 2003-2006 Robert Rainwater
diff --git a/protocols/Gadu-Gadu/src/libgadu/pthread.h b/protocols/Gadu-Gadu/src/libgadu/pthread.h
index 4de1053e0e..a0a34a832a 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pthread.h
+++ b/protocols/Gadu-Gadu/src/libgadu/pthread.h
@@ -1,4 +1,4 @@
-/*
+/*
pthread Portable implementation
Copyright (c) 2003 Robert Rainwater
diff --git a/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp b/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
index 2b2fdacece..a74e880af4 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pubdir.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: pubdir.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp b/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
index 4255192923..39f35eb3e6 100644
--- a/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/pubdir50.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: pubdir50.c 11370 2010-03-13 16:17:54Z dezred $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/resolver.cpp b/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
index 9b3ab79147..8967d25ed3 100644
--- a/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/resolver.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/resolver.h b/protocols/Gadu-Gadu/src/libgadu/resolver.h
index 145c5178a4..996bd84fe5 100644
--- a/protocols/Gadu-Gadu/src/libgadu/resolver.h
+++ b/protocols/Gadu-Gadu/src/libgadu/resolver.h
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id$ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/sha1.cpp b/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
index b01b77a00c..fb4c216f28 100644
--- a/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/sha1.cpp
@@ -1,4 +1,4 @@
-/* coding: UTF-8 */
+/* coding: UTF-8 */
/* $Id: sha1.c,v 1.4 2007-07-20 23:00:50 wojtekka Exp $ */
/*
diff --git a/protocols/Gadu-Gadu/src/libgadu/win32.cpp b/protocols/Gadu-Gadu/src/libgadu/win32.cpp
index 6c421fbb0f..efac3d830f 100644
--- a/protocols/Gadu-Gadu/src/libgadu/win32.cpp
+++ b/protocols/Gadu-Gadu/src/libgadu/win32.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/libgadu/win32.h b/protocols/Gadu-Gadu/src/libgadu/win32.h
index 73885ce6fe..75d2cd0e3c 100644
--- a/protocols/Gadu-Gadu/src/libgadu/win32.h
+++ b/protocols/Gadu-Gadu/src/libgadu/win32.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/links.cpp b/protocols/Gadu-Gadu/src/links.cpp
index 9d720404dd..5b51106ed1 100644
--- a/protocols/Gadu-Gadu/src/links.cpp
+++ b/protocols/Gadu-Gadu/src/links.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/oauth.cpp b/protocols/Gadu-Gadu/src/oauth.cpp
index b4ac6782ed..b1d6041333 100644
--- a/protocols/Gadu-Gadu/src/oauth.cpp
+++ b/protocols/Gadu-Gadu/src/oauth.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2010 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/ownerinfo.cpp b/protocols/Gadu-Gadu/src/ownerinfo.cpp
index 49b70004f5..5a86b4a8ee 100644
--- a/protocols/Gadu-Gadu/src/ownerinfo.cpp
+++ b/protocols/Gadu-Gadu/src/ownerinfo.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/popups.cpp b/protocols/Gadu-Gadu/src/popups.cpp
index c295801810..54234505e9 100644
--- a/protocols/Gadu-Gadu/src/popups.cpp
+++ b/protocols/Gadu-Gadu/src/popups.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2011-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/resource.h b/protocols/Gadu-Gadu/src/resource.h
index 86ec31eadb..2fa189cddc 100644
--- a/protocols/Gadu-Gadu/src/resource.h
+++ b/protocols/Gadu-Gadu/src/resource.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/services.cpp b/protocols/Gadu-Gadu/src/services.cpp
index e7d0b18365..e458f40207 100644
--- a/protocols/Gadu-Gadu/src/services.cpp
+++ b/protocols/Gadu-Gadu/src/services.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2009 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/sessions.cpp b/protocols/Gadu-Gadu/src/sessions.cpp
index 1dedbe005c..1de01c3e7d 100644
--- a/protocols/Gadu-Gadu/src/sessions.cpp
+++ b/protocols/Gadu-Gadu/src/sessions.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2009-2012 Bartosz Białek
diff --git a/protocols/Gadu-Gadu/src/stdafx.cpp b/protocols/Gadu-Gadu/src/stdafx.cpp
index c748d7c0db..3a022a051d 100644
--- a/protocols/Gadu-Gadu/src/stdafx.cpp
+++ b/protocols/Gadu-Gadu/src/stdafx.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Gadu-Gadu/src/token.cpp b/protocols/Gadu-Gadu/src/token.cpp
index be13895b5d..241ed7c14f 100644
--- a/protocols/Gadu-Gadu/src/token.cpp
+++ b/protocols/Gadu-Gadu/src/token.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/userutils.cpp b/protocols/Gadu-Gadu/src/userutils.cpp
index 8136cd8552..02403a65a6 100644
--- a/protocols/Gadu-Gadu/src/userutils.cpp
+++ b/protocols/Gadu-Gadu/src/userutils.cpp
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2003-2006 Adam Strzelecki <ono+miranda@java.pl>
diff --git a/protocols/Gadu-Gadu/src/version.h b/protocols/Gadu-Gadu/src/version.h
index bd32b638e1..4e318f91ec 100644
--- a/protocols/Gadu-Gadu/src/version.h
+++ b/protocols/Gadu-Gadu/src/version.h
@@ -1,4 +1,4 @@
-////////////////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////////
// Gadu-Gadu Plugin for Miranda IM
//
// Copyright (c) 2010 Bartosz Białek
diff --git a/protocols/ICQCorp/CMakeLists.txt b/protocols/ICQCorp/CMakeLists.txt
index 9e3d58ba26..ccd21b56d1 100644
--- a/protocols/ICQCorp/CMakeLists.txt
+++ b/protocols/ICQCorp/CMakeLists.txt
@@ -1,4 +1,4 @@
-set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "")
+set_directory_properties(PROPERTIES COMPILE_DEFINITIONS "")
file(GLOB SOURCES "src/*.h" "res/*.rc"
"src/corp.cpp"
diff --git a/protocols/ICQCorp/res/resource.rc b/protocols/ICQCorp/res/resource.rc
index 61f0308b10..d9d8190044 100644
--- a/protocols/ICQCorp/res/resource.rc
+++ b/protocols/ICQCorp/res/resource.rc
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/res/version.rc b/protocols/ICQCorp/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/ICQCorp/res/version.rc
+++ b/protocols/ICQCorp/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/ICQCorp/src/corp.cpp b/protocols/ICQCorp/src/corp.cpp
index 72d9de6ee7..ef958adf7f 100644
--- a/protocols/ICQCorp/src/corp.cpp
+++ b/protocols/ICQCorp/src/corp.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/corp.h b/protocols/ICQCorp/src/corp.h
index 999ccaed64..b3f7a58f8d 100644
--- a/protocols/ICQCorp/src/corp.h
+++ b/protocols/ICQCorp/src/corp.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/event.cpp b/protocols/ICQCorp/src/event.cpp
index 6499a1d37b..06903420ee 100644
--- a/protocols/ICQCorp/src/event.cpp
+++ b/protocols/ICQCorp/src/event.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/event.h b/protocols/ICQCorp/src/event.h
index ee204927e2..bc29ce2b9f 100644
--- a/protocols/ICQCorp/src/event.h
+++ b/protocols/ICQCorp/src/event.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/options.cpp b/protocols/ICQCorp/src/options.cpp
index dbe5e9189c..726379ada7 100644
--- a/protocols/ICQCorp/src/options.cpp
+++ b/protocols/ICQCorp/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/options.h b/protocols/ICQCorp/src/options.h
index a0254cd3b9..e2777bf0a8 100644
--- a/protocols/ICQCorp/src/options.h
+++ b/protocols/ICQCorp/src/options.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/packet.cpp b/protocols/ICQCorp/src/packet.cpp
index 9fe991e557..3e0e47d40d 100644
--- a/protocols/ICQCorp/src/packet.cpp
+++ b/protocols/ICQCorp/src/packet.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/packet.h b/protocols/ICQCorp/src/packet.h
index 7ed15f24a5..0d653c7446 100644
--- a/protocols/ICQCorp/src/packet.h
+++ b/protocols/ICQCorp/src/packet.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/protocol.cpp b/protocols/ICQCorp/src/protocol.cpp
index e38e9b9e31..e12e50d8fa 100644
--- a/protocols/ICQCorp/src/protocol.cpp
+++ b/protocols/ICQCorp/src/protocol.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/protocol.h b/protocols/ICQCorp/src/protocol.h
index 60294d834c..43b7fd4f7a 100644
--- a/protocols/ICQCorp/src/protocol.h
+++ b/protocols/ICQCorp/src/protocol.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/resource.h b/protocols/ICQCorp/src/resource.h
index 7d590bb97b..dcba7259b7 100644
--- a/protocols/ICQCorp/src/resource.h
+++ b/protocols/ICQCorp/src/resource.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/services.cpp b/protocols/ICQCorp/src/services.cpp
index d182c0bc33..a4d233f0b7 100644
--- a/protocols/ICQCorp/src/services.cpp
+++ b/protocols/ICQCorp/src/services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/socket.cpp b/protocols/ICQCorp/src/socket.cpp
index 7b32969a38..5a88d9a201 100644
--- a/protocols/ICQCorp/src/socket.cpp
+++ b/protocols/ICQCorp/src/socket.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/socket.h b/protocols/ICQCorp/src/socket.h
index 5efd6e5df1..7bce53471b 100644
--- a/protocols/ICQCorp/src/socket.h
+++ b/protocols/ICQCorp/src/socket.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/stdafx.cpp b/protocols/ICQCorp/src/stdafx.cpp
index 2b1577b6f4..2b3682af49 100644
--- a/protocols/ICQCorp/src/stdafx.cpp
+++ b/protocols/ICQCorp/src/stdafx.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2014-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/ICQCorp/src/transfer.cpp b/protocols/ICQCorp/src/transfer.cpp
index 3bf64e3c1e..86dd76acb8 100644
--- a/protocols/ICQCorp/src/transfer.cpp
+++ b/protocols/ICQCorp/src/transfer.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/transfer.h b/protocols/ICQCorp/src/transfer.h
index 8bfed7fe4a..89f75ad3b2 100644
--- a/protocols/ICQCorp/src/transfer.h
+++ b/protocols/ICQCorp/src/transfer.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/user.cpp b/protocols/ICQCorp/src/user.cpp
index 576210c16a..fe21cefd4c 100644
--- a/protocols/ICQCorp/src/user.cpp
+++ b/protocols/ICQCorp/src/user.cpp
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/user.h b/protocols/ICQCorp/src/user.h
index 9c13867237..bb57cb2db7 100644
--- a/protocols/ICQCorp/src/user.h
+++ b/protocols/ICQCorp/src/user.h
@@ -1,4 +1,4 @@
-/*
+/*
ICQ Corporate protocol plugin for Miranda IM.
Copyright (C) 2003-2005 Eugene Tarasenko <zlyden13@inbox.ru>
diff --git a/protocols/ICQCorp/src/version.h b/protocols/ICQCorp/src/version.h
index dd28b0b456..e559cc308e 100644
--- a/protocols/ICQCorp/src/version.h
+++ b/protocols/ICQCorp/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 0
diff --git a/protocols/IRCG/CMakeLists.txt b/protocols/IRCG/CMakeLists.txt
index 9f37dca7f3..93502b9e08 100644
--- a/protocols/IRCG/CMakeLists.txt
+++ b/protocols/IRCG/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET IRC)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} ws2_32.lib)
diff --git a/protocols/IRCG/docs/IRC_servers.ini b/protocols/IRCG/docs/IRC_servers.ini
index 50090ff704..06487fb49c 100644
--- a/protocols/IRCG/docs/IRC_servers.ini
+++ b/protocols/IRCG/docs/IRC_servers.ini
@@ -1,4 +1,4 @@
-n0=23-net: Random serverSERVER:irc.23-net.org:6667-6667GROUP:23-net
+n0=23-net: Random serverSERVER:irc.23-net.org:6667-6667GROUP:23-net
n1=4-irc: Random serverSERVER:4-irc.com:6667-6667GROUP:4-irc
n2=AbleNET: Random serverSERVER:irc.ablenet.org:6667-6667GROUP:AbleNET
n3=ABlinux: Random serverSERVER:irc.ablinux.net:6667-6669GROUP:ABlinux
diff --git a/protocols/IRCG/docs/license.txt b/protocols/IRCG/docs/license.txt
index 7f1161073d..fc35462967 100644
--- a/protocols/IRCG/docs/license.txt
+++ b/protocols/IRCG/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/IRCG/docs/readme.txt b/protocols/IRCG/docs/readme.txt
index 730f4877fb..28158fffd3 100644
--- a/protocols/IRCG/docs/readme.txt
+++ b/protocols/IRCG/docs/readme.txt
@@ -1,4 +1,4 @@
-----------------------------oOo----------------------------
+----------------------------oOo----------------------------
IRC Protocol Plugin v 0.6.3.5
Implementation of IRC RFC-1459, RFC-2812 for Miranda IM
diff --git a/protocols/IRCG/proto_irc/CMakeLists.txt b/protocols/IRCG/proto_irc/CMakeLists.txt
index 6b91141bc8..c05b713808 100644
--- a/protocols/IRCG/proto_irc/CMakeLists.txt
+++ b/protocols/IRCG/proto_irc/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_IRC)
+set(TARGET Proto_IRC)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/IRCG/proto_irc/res/Proto_IRC.rc b/protocols/IRCG/proto_irc/res/Proto_IRC.rc
index fd7f11085c..7fa6c049da 100644
--- a/protocols/IRCG/proto_irc/res/Proto_IRC.rc
+++ b/protocols/IRCG/proto_irc/res/Proto_IRC.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/IRCG/proto_irc/src/resource.h b/protocols/IRCG/proto_irc/src/resource.h
index 1401653ba4..8af52cd129 100644
--- a/protocols/IRCG/proto_irc/src/resource.h
+++ b/protocols/IRCG/proto_irc/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_IRC.rc
//
diff --git a/protocols/IRCG/res/IRC.rc b/protocols/IRCG/res/IRC.rc
index 3b7e3a71b9..5e8c38fa62 100644
--- a/protocols/IRCG/res/IRC.rc
+++ b/protocols/IRCG/res/IRC.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/IRCG/res/version.rc b/protocols/IRCG/res/version.rc
index 8948616bb4..9ac7a89ecb 100644
--- a/protocols/IRCG/res/version.rc
+++ b/protocols/IRCG/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/IRCG/src/clist.cpp b/protocols/IRCG/src/clist.cpp
index 8409c501e7..b8d91e71a7 100644
--- a/protocols/IRCG/src/clist.cpp
+++ b/protocols/IRCG/src/clist.cpp
@@ -1,4 +1,4 @@
-
+
/*
IRC plugin for Miranda IM
diff --git a/protocols/IRCG/src/commandmonitor.cpp b/protocols/IRCG/src/commandmonitor.cpp
index 6694c24698..6464c59652 100644
--- a/protocols/IRCG/src/commandmonitor.cpp
+++ b/protocols/IRCG/src/commandmonitor.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/input.cpp b/protocols/IRCG/src/input.cpp
index 8b7bec22e7..6309bee136 100644
--- a/protocols/IRCG/src/input.cpp
+++ b/protocols/IRCG/src/input.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/irc_dlg.h b/protocols/IRCG/src/irc_dlg.h
index a9610a97f3..e5bf098678 100644
--- a/protocols/IRCG/src/irc_dlg.h
+++ b/protocols/IRCG/src/irc_dlg.h
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/irclib.cpp b/protocols/IRCG/src/irclib.cpp
index 94f736affa..ff91fddd38 100644
--- a/protocols/IRCG/src/irclib.cpp
+++ b/protocols/IRCG/src/irclib.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/irclib.h b/protocols/IRCG/src/irclib.h
index dcb6fccf00..c60fd782e5 100644
--- a/protocols/IRCG/src/irclib.h
+++ b/protocols/IRCG/src/irclib.h
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/ircproto.cpp b/protocols/IRCG/src/ircproto.cpp
index 869732806a..263fcc3b8f 100644
--- a/protocols/IRCG/src/ircproto.cpp
+++ b/protocols/IRCG/src/ircproto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/main.cpp b/protocols/IRCG/src/main.cpp
index 8ca2aa485d..9f922f4f8a 100644
--- a/protocols/IRCG/src/main.cpp
+++ b/protocols/IRCG/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/options.cpp b/protocols/IRCG/src/options.cpp
index 374500cb5f..da1b6a9c79 100644
--- a/protocols/IRCG/src/options.cpp
+++ b/protocols/IRCG/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/output.cpp b/protocols/IRCG/src/output.cpp
index 49958b1fd9..0e5f2e9f54 100644
--- a/protocols/IRCG/src/output.cpp
+++ b/protocols/IRCG/src/output.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/resource.h b/protocols/IRCG/src/resource.h
index b2462f00ca..33b05459a4 100644
--- a/protocols/IRCG/src/resource.h
+++ b/protocols/IRCG/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\IRC.rc
//
diff --git a/protocols/IRCG/src/scripting.cpp b/protocols/IRCG/src/scripting.cpp
index ee3c57ab90..00e9343c52 100644
--- a/protocols/IRCG/src/scripting.cpp
+++ b/protocols/IRCG/src/scripting.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp
index c6ed1fb46c..c6f28e6c74 100644
--- a/protocols/IRCG/src/services.cpp
+++ b/protocols/IRCG/src/services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/stdafx.cxx b/protocols/IRCG/src/stdafx.cxx
index e0372ed6dc..b30b5516a7 100644
--- a/protocols/IRCG/src/stdafx.cxx
+++ b/protocols/IRCG/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/IRCG/src/stdafx.h b/protocols/IRCG/src/stdafx.h
index 4a5c6eea79..5e623c08bf 100644
--- a/protocols/IRCG/src/stdafx.h
+++ b/protocols/IRCG/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/tools.cpp b/protocols/IRCG/src/tools.cpp
index 96434c7150..18e8eae4b6 100644
--- a/protocols/IRCG/src/tools.cpp
+++ b/protocols/IRCG/src/tools.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/userinfo.cpp b/protocols/IRCG/src/userinfo.cpp
index faa5809241..dcc6195f24 100644
--- a/protocols/IRCG/src/userinfo.cpp
+++ b/protocols/IRCG/src/userinfo.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h
index a708c116a6..0e2477f9b1 100644
--- a/protocols/IRCG/src/version.h
+++ b/protocols/IRCG/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 7
#define __BUILD_NUM 1
diff --git a/protocols/IRCG/src/windows.cpp b/protocols/IRCG/src/windows.cpp
index 759436f5fc..d97656e49a 100644
--- a/protocols/IRCG/src/windows.cpp
+++ b/protocols/IRCG/src/windows.cpp
@@ -1,4 +1,4 @@
-/*
+/*
IRC plugin for Miranda IM
Copyright (C) 2003-05 Jurgen Persson
diff --git a/protocols/IcqOscarJ/CMakeLists.txt b/protocols/IcqOscarJ/CMakeLists.txt
index c5feb2c951..99c7f1e257 100644
--- a/protocols/IcqOscarJ/CMakeLists.txt
+++ b/protocols/IcqOscarJ/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET ICQ)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} comctl32.lib ws2_32.lib)
diff --git a/protocols/IcqOscarJ/docs/license.txt b/protocols/IcqOscarJ/docs/license.txt
index 7f1161073d..fc35462967 100644
--- a/protocols/IcqOscarJ/docs/license.txt
+++ b/protocols/IcqOscarJ/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/IcqOscarJ/docs/readme.txt b/protocols/IcqOscarJ/docs/readme.txt
index a683d8cd72..e4e63d18a3 100644
--- a/protocols/IcqOscarJ/docs/readme.txt
+++ b/protocols/IcqOscarJ/docs/readme.txt
@@ -1,4 +1,4 @@
-
+
ICQ protocol plugin for Miranda IM (Joe)
________________________________________
diff --git a/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt b/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt
index 388679a148..63a7d776d2 100644
--- a/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt
+++ b/protocols/IcqOscarJ/icq_xstatus/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET xStatus_ICQ)
+set(TARGET xStatus_ICQ)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/IcqOscarJ/icq_xstatus/res/ICONS.rc b/protocols/IcqOscarJ/icq_xstatus/res/ICONS.rc
index 3c6fbe73e6..daed2ba441 100644
--- a/protocols/IcqOscarJ/icq_xstatus/res/ICONS.rc
+++ b/protocols/IcqOscarJ/icq_xstatus/res/ICONS.rc
@@ -1,4 +1,4 @@
-//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/IcqOscarJ/icq_xstatus/src/resource.h b/protocols/IcqOscarJ/icq_xstatus/src/resource.h
index ce4127c0a6..54d77ec2ce 100644
--- a/protocols/IcqOscarJ/icq_xstatus/src/resource.h
+++ b/protocols/IcqOscarJ/icq_xstatus/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resources.rc
//
diff --git a/protocols/IcqOscarJ/proto_icq/CMakeLists.txt b/protocols/IcqOscarJ/proto_icq/CMakeLists.txt
index 596ac21624..ab49fdf1e2 100644
--- a/protocols/IcqOscarJ/proto_icq/CMakeLists.txt
+++ b/protocols/IcqOscarJ/proto_icq/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_ICQ)
+set(TARGET Proto_ICQ)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/IcqOscarJ/proto_icq/res/Proto_ICQ.rc b/protocols/IcqOscarJ/proto_icq/res/Proto_ICQ.rc
index 156b8c533c..18b8149717 100644
--- a/protocols/IcqOscarJ/proto_icq/res/Proto_ICQ.rc
+++ b/protocols/IcqOscarJ/proto_icq/res/Proto_ICQ.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/IcqOscarJ/proto_icq/src/resource.h b/protocols/IcqOscarJ/proto_icq/src/resource.h
index 58048e3bc9..4b59e198b3 100644
--- a/protocols/IcqOscarJ/proto_icq/src/resource.h
+++ b/protocols/IcqOscarJ/proto_icq/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_ICQ.rc
//
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc
index f26bf473ba..cd58893728 100644
--- a/protocols/IcqOscarJ/res/resources.rc
+++ b/protocols/IcqOscarJ/res/resources.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/IcqOscarJ/res/version.rc b/protocols/IcqOscarJ/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/IcqOscarJ/res/version.rc
+++ b/protocols/IcqOscarJ/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/IcqOscarJ/src/askauthentication.cpp b/protocols/IcqOscarJ/src/askauthentication.cpp
index 212f68bd5f..3a8efc2947 100644
--- a/protocols/IcqOscarJ/src/askauthentication.cpp
+++ b/protocols/IcqOscarJ/src/askauthentication.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/capabilities.cpp b/protocols/IcqOscarJ/src/capabilities.cpp
index cc31635d59..782ff915eb 100644
--- a/protocols/IcqOscarJ/src/capabilities.cpp
+++ b/protocols/IcqOscarJ/src/capabilities.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/capabilities.h b/protocols/IcqOscarJ/src/capabilities.h
index a1e2685f70..cdc525860f 100644
--- a/protocols/IcqOscarJ/src/capabilities.h
+++ b/protocols/IcqOscarJ/src/capabilities.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/chan_01login.cpp b/protocols/IcqOscarJ/src/chan_01login.cpp
index 46f88d2125..ad254eeaa0 100644
--- a/protocols/IcqOscarJ/src/chan_01login.cpp
+++ b/protocols/IcqOscarJ/src/chan_01login.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/chan_02data.cpp b/protocols/IcqOscarJ/src/chan_02data.cpp
index cc289ee7b3..a0c1e8d926 100644
--- a/protocols/IcqOscarJ/src/chan_02data.cpp
+++ b/protocols/IcqOscarJ/src/chan_02data.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/chan_03error.cpp b/protocols/IcqOscarJ/src/chan_03error.cpp
index dcafc1c943..01ad093b93 100644
--- a/protocols/IcqOscarJ/src/chan_03error.cpp
+++ b/protocols/IcqOscarJ/src/chan_03error.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/chan_04close.cpp b/protocols/IcqOscarJ/src/chan_04close.cpp
index 8b44743cf9..aa32d498d6 100644
--- a/protocols/IcqOscarJ/src/chan_04close.cpp
+++ b/protocols/IcqOscarJ/src/chan_04close.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/chan_05ping.cpp b/protocols/IcqOscarJ/src/chan_05ping.cpp
index 8692eb66e8..d281ced00e 100644
--- a/protocols/IcqOscarJ/src/chan_05ping.cpp
+++ b/protocols/IcqOscarJ/src/chan_05ping.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/changeinfo.h b/protocols/IcqOscarJ/src/changeinfo.h
index 491cd4cf66..6c3006004d 100644
--- a/protocols/IcqOscarJ/src/changeinfo.h
+++ b/protocols/IcqOscarJ/src/changeinfo.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/channels.h b/protocols/IcqOscarJ/src/channels.h
index d05ad95180..b8c8c482eb 100644
--- a/protocols/IcqOscarJ/src/channels.h
+++ b/protocols/IcqOscarJ/src/channels.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/constants.cpp b/protocols/IcqOscarJ/src/constants.cpp
index 86895821b6..d04b338193 100644
--- a/protocols/IcqOscarJ/src/constants.cpp
+++ b/protocols/IcqOscarJ/src/constants.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/cookies.cpp b/protocols/IcqOscarJ/src/cookies.cpp
index 3bb1094438..1eca85a6f9 100644
--- a/protocols/IcqOscarJ/src/cookies.cpp
+++ b/protocols/IcqOscarJ/src/cookies.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/cookies.h b/protocols/IcqOscarJ/src/cookies.h
index fad0923de8..2e00fa5a24 100644
--- a/protocols/IcqOscarJ/src/cookies.h
+++ b/protocols/IcqOscarJ/src/cookies.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/db.cpp b/protocols/IcqOscarJ/src/db.cpp
index 6c09fb22f3..0bd7a5e3d7 100644
--- a/protocols/IcqOscarJ/src/db.cpp
+++ b/protocols/IcqOscarJ/src/db.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/directpackets.cpp b/protocols/IcqOscarJ/src/directpackets.cpp
index 1fd57d3a3e..52bdeacd6f 100644
--- a/protocols/IcqOscarJ/src/directpackets.cpp
+++ b/protocols/IcqOscarJ/src/directpackets.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/dlgproc.cpp b/protocols/IcqOscarJ/src/dlgproc.cpp
index 9b45778875..7f36c5e48f 100644
--- a/protocols/IcqOscarJ/src/dlgproc.cpp
+++ b/protocols/IcqOscarJ/src/dlgproc.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/editlist.cpp b/protocols/IcqOscarJ/src/editlist.cpp
index d612042286..fd35023db0 100644
--- a/protocols/IcqOscarJ/src/editlist.cpp
+++ b/protocols/IcqOscarJ/src/editlist.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/editstring.cpp b/protocols/IcqOscarJ/src/editstring.cpp
index 477ebd1c28..b2a752dc23 100644
--- a/protocols/IcqOscarJ/src/editstring.cpp
+++ b/protocols/IcqOscarJ/src/editstring.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_01service.cpp b/protocols/IcqOscarJ/src/fam_01service.cpp
index aa252740f9..249365f255 100644
--- a/protocols/IcqOscarJ/src/fam_01service.cpp
+++ b/protocols/IcqOscarJ/src/fam_01service.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_02location.cpp b/protocols/IcqOscarJ/src/fam_02location.cpp
index c43ce4f15d..4653641460 100644
--- a/protocols/IcqOscarJ/src/fam_02location.cpp
+++ b/protocols/IcqOscarJ/src/fam_02location.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_03buddy.cpp b/protocols/IcqOscarJ/src/fam_03buddy.cpp
index 5ff5a8b403..9ab7c64700 100644
--- a/protocols/IcqOscarJ/src/fam_03buddy.cpp
+++ b/protocols/IcqOscarJ/src/fam_03buddy.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_04message.cpp b/protocols/IcqOscarJ/src/fam_04message.cpp
index 160b6a2935..3ee60a2bac 100644
--- a/protocols/IcqOscarJ/src/fam_04message.cpp
+++ b/protocols/IcqOscarJ/src/fam_04message.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_09bos.cpp b/protocols/IcqOscarJ/src/fam_09bos.cpp
index b868af8a6b..f2124e2e54 100644
--- a/protocols/IcqOscarJ/src/fam_09bos.cpp
+++ b/protocols/IcqOscarJ/src/fam_09bos.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_0alookup.cpp b/protocols/IcqOscarJ/src/fam_0alookup.cpp
index d423ab4c88..e8ea1543c7 100644
--- a/protocols/IcqOscarJ/src/fam_0alookup.cpp
+++ b/protocols/IcqOscarJ/src/fam_0alookup.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_0bstatus.cpp b/protocols/IcqOscarJ/src/fam_0bstatus.cpp
index 344314e7fd..ea61b45e44 100644
--- a/protocols/IcqOscarJ/src/fam_0bstatus.cpp
+++ b/protocols/IcqOscarJ/src/fam_0bstatus.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_13servclist.cpp b/protocols/IcqOscarJ/src/fam_13servclist.cpp
index 182e9c2e8a..4867e548fb 100644
--- a/protocols/IcqOscarJ/src/fam_13servclist.cpp
+++ b/protocols/IcqOscarJ/src/fam_13servclist.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_15icqserver.cpp b/protocols/IcqOscarJ/src/fam_15icqserver.cpp
index 3661d607bb..de33bb2f37 100644
--- a/protocols/IcqOscarJ/src/fam_15icqserver.cpp
+++ b/protocols/IcqOscarJ/src/fam_15icqserver.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/fam_17signon.cpp b/protocols/IcqOscarJ/src/fam_17signon.cpp
index 0ee7ffe9d8..6f869dfca2 100644
--- a/protocols/IcqOscarJ/src/fam_17signon.cpp
+++ b/protocols/IcqOscarJ/src/fam_17signon.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/families.h b/protocols/IcqOscarJ/src/families.h
index 8797fe8779..bca3f8e34a 100644
--- a/protocols/IcqOscarJ/src/families.h
+++ b/protocols/IcqOscarJ/src/families.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/globals.h b/protocols/IcqOscarJ/src/globals.h
index 5d6e3c0f88..71fc756992 100644
--- a/protocols/IcqOscarJ/src/globals.h
+++ b/protocols/IcqOscarJ/src/globals.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/guids.h b/protocols/IcqOscarJ/src/guids.h
index 8809ce4046..b2ff17b147 100644
--- a/protocols/IcqOscarJ/src/guids.h
+++ b/protocols/IcqOscarJ/src/guids.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/i18n.cpp b/protocols/IcqOscarJ/src/i18n.cpp
index 5e7b6ff0b3..cd2c4df41c 100644
--- a/protocols/IcqOscarJ/src/i18n.cpp
+++ b/protocols/IcqOscarJ/src/i18n.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/i18n.h b/protocols/IcqOscarJ/src/i18n.h
index bd870fe554..fb6c1a6c50 100644
--- a/protocols/IcqOscarJ/src/i18n.h
+++ b/protocols/IcqOscarJ/src/i18n.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_advsearch.cpp b/protocols/IcqOscarJ/src/icq_advsearch.cpp
index f70adeeffa..268637c045 100644
--- a/protocols/IcqOscarJ/src/icq_advsearch.cpp
+++ b/protocols/IcqOscarJ/src/icq_advsearch.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_advsearch.h b/protocols/IcqOscarJ/src/icq_advsearch.h
index 146dd9ea57..7efdbe1307 100644
--- a/protocols/IcqOscarJ/src/icq_advsearch.h
+++ b/protocols/IcqOscarJ/src/icq_advsearch.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_avatar.cpp b/protocols/IcqOscarJ/src/icq_avatar.cpp
index c51ca6ceaa..0e0b17c2b1 100644
--- a/protocols/IcqOscarJ/src/icq_avatar.cpp
+++ b/protocols/IcqOscarJ/src/icq_avatar.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_avatar.h b/protocols/IcqOscarJ/src/icq_avatar.h
index d5789a3bf1..2cf7945f41 100644
--- a/protocols/IcqOscarJ/src/icq_avatar.h
+++ b/protocols/IcqOscarJ/src/icq_avatar.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_clients.cpp b/protocols/IcqOscarJ/src/icq_clients.cpp
index 30f10e8945..ff69a8e5b6 100644
--- a/protocols/IcqOscarJ/src/icq_clients.cpp
+++ b/protocols/IcqOscarJ/src/icq_clients.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_constants.h b/protocols/IcqOscarJ/src/icq_constants.h
index ee7fd35ad8..395d2dd500 100644
--- a/protocols/IcqOscarJ/src/icq_constants.h
+++ b/protocols/IcqOscarJ/src/icq_constants.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_db.cpp b/protocols/IcqOscarJ/src/icq_db.cpp
index af6da4d319..7c5a51d343 100644
--- a/protocols/IcqOscarJ/src/icq_db.cpp
+++ b/protocols/IcqOscarJ/src/icq_db.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_direct.cpp b/protocols/IcqOscarJ/src/icq_direct.cpp
index 28a595ee6e..c97f74cb1d 100644
--- a/protocols/IcqOscarJ/src/icq_direct.cpp
+++ b/protocols/IcqOscarJ/src/icq_direct.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_direct.h b/protocols/IcqOscarJ/src/icq_direct.h
index 21fea25e98..fdd4986298 100644
--- a/protocols/IcqOscarJ/src/icq_direct.h
+++ b/protocols/IcqOscarJ/src/icq_direct.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_directmsg.cpp b/protocols/IcqOscarJ/src/icq_directmsg.cpp
index 4daf075012..7886fd4293 100644
--- a/protocols/IcqOscarJ/src/icq_directmsg.cpp
+++ b/protocols/IcqOscarJ/src/icq_directmsg.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_fieldnames.cpp b/protocols/IcqOscarJ/src/icq_fieldnames.cpp
index 2c14498ab1..7e52d436f0 100644
--- a/protocols/IcqOscarJ/src/icq_fieldnames.cpp
+++ b/protocols/IcqOscarJ/src/icq_fieldnames.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_fieldnames.h b/protocols/IcqOscarJ/src/icq_fieldnames.h
index a62074079a..625fd6d700 100644
--- a/protocols/IcqOscarJ/src/icq_fieldnames.h
+++ b/protocols/IcqOscarJ/src/icq_fieldnames.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_filerequests.cpp b/protocols/IcqOscarJ/src/icq_filerequests.cpp
index 313b42dbb8..00e7b12a9d 100644
--- a/protocols/IcqOscarJ/src/icq_filerequests.cpp
+++ b/protocols/IcqOscarJ/src/icq_filerequests.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_filetransfer.cpp b/protocols/IcqOscarJ/src/icq_filetransfer.cpp
index 94ba1918d7..ce45432ab6 100644
--- a/protocols/IcqOscarJ/src/icq_filetransfer.cpp
+++ b/protocols/IcqOscarJ/src/icq_filetransfer.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_firstrun.cpp b/protocols/IcqOscarJ/src/icq_firstrun.cpp
index 8fcad899d0..9e5d5b9ae1 100644
--- a/protocols/IcqOscarJ/src/icq_firstrun.cpp
+++ b/protocols/IcqOscarJ/src/icq_firstrun.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_http.cpp b/protocols/IcqOscarJ/src/icq_http.cpp
index adb5e505fa..32196d7460 100644
--- a/protocols/IcqOscarJ/src/icq_http.cpp
+++ b/protocols/IcqOscarJ/src/icq_http.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_http.h b/protocols/IcqOscarJ/src/icq_http.h
index 091564b29e..cd7cba3973 100644
--- a/protocols/IcqOscarJ/src/icq_http.h
+++ b/protocols/IcqOscarJ/src/icq_http.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_infoupdate.cpp b/protocols/IcqOscarJ/src/icq_infoupdate.cpp
index 67e66a6628..e3d6795af1 100644
--- a/protocols/IcqOscarJ/src/icq_infoupdate.cpp
+++ b/protocols/IcqOscarJ/src/icq_infoupdate.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_menu.cpp b/protocols/IcqOscarJ/src/icq_menu.cpp
index 39902868ac..5407263b81 100644
--- a/protocols/IcqOscarJ/src/icq_menu.cpp
+++ b/protocols/IcqOscarJ/src/icq_menu.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_opts.cpp b/protocols/IcqOscarJ/src/icq_opts.cpp
index a079ccee4f..b3f96eddee 100644
--- a/protocols/IcqOscarJ/src/icq_opts.cpp
+++ b/protocols/IcqOscarJ/src/icq_opts.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_packet.cpp b/protocols/IcqOscarJ/src/icq_packet.cpp
index 5430b40c82..ab718a07f1 100644
--- a/protocols/IcqOscarJ/src/icq_packet.cpp
+++ b/protocols/IcqOscarJ/src/icq_packet.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_packet.h b/protocols/IcqOscarJ/src/icq_packet.h
index 7886ceb7bc..95da911d7a 100644
--- a/protocols/IcqOscarJ/src/icq_packet.h
+++ b/protocols/IcqOscarJ/src/icq_packet.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_popups.cpp b/protocols/IcqOscarJ/src/icq_popups.cpp
index 8c74db0786..f04f0ff57a 100644
--- a/protocols/IcqOscarJ/src/icq_popups.cpp
+++ b/protocols/IcqOscarJ/src/icq_popups.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_popups.h b/protocols/IcqOscarJ/src/icq_popups.h
index a7f85328a1..71fa729ee0 100644
--- a/protocols/IcqOscarJ/src/icq_popups.h
+++ b/protocols/IcqOscarJ/src/icq_popups.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_proto.cpp b/protocols/IcqOscarJ/src/icq_proto.cpp
index 94d82dcbf6..0264a49753 100644
--- a/protocols/IcqOscarJ/src/icq_proto.cpp
+++ b/protocols/IcqOscarJ/src/icq_proto.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_proto.h b/protocols/IcqOscarJ/src/icq_proto.h
index 52e3631b6c..0190857e95 100644
--- a/protocols/IcqOscarJ/src/icq_proto.h
+++ b/protocols/IcqOscarJ/src/icq_proto.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_rates.cpp b/protocols/IcqOscarJ/src/icq_rates.cpp
index 902f979f13..e05d7c749a 100644
--- a/protocols/IcqOscarJ/src/icq_rates.cpp
+++ b/protocols/IcqOscarJ/src/icq_rates.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_rates.h b/protocols/IcqOscarJ/src/icq_rates.h
index cbb4c9bebd..d3631d827e 100644
--- a/protocols/IcqOscarJ/src/icq_rates.h
+++ b/protocols/IcqOscarJ/src/icq_rates.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_server.cpp b/protocols/IcqOscarJ/src/icq_server.cpp
index 207c83d891..23c23e49ea 100644
--- a/protocols/IcqOscarJ/src/icq_server.cpp
+++ b/protocols/IcqOscarJ/src/icq_server.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_server.h b/protocols/IcqOscarJ/src/icq_server.h
index d534dfd72a..4602342371 100644
--- a/protocols/IcqOscarJ/src/icq_server.h
+++ b/protocols/IcqOscarJ/src/icq_server.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_servlist.cpp b/protocols/IcqOscarJ/src/icq_servlist.cpp
index fbf0b6d14e..334604d3c3 100644
--- a/protocols/IcqOscarJ/src/icq_servlist.cpp
+++ b/protocols/IcqOscarJ/src/icq_servlist.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_servlist.h b/protocols/IcqOscarJ/src/icq_servlist.h
index 4b861eb2f4..84465b52f9 100644
--- a/protocols/IcqOscarJ/src/icq_servlist.h
+++ b/protocols/IcqOscarJ/src/icq_servlist.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_uploadui.cpp b/protocols/IcqOscarJ/src/icq_uploadui.cpp
index 7814a419eb..8d02ef645f 100644
--- a/protocols/IcqOscarJ/src/icq_uploadui.cpp
+++ b/protocols/IcqOscarJ/src/icq_uploadui.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_xstatus.cpp b/protocols/IcqOscarJ/src/icq_xstatus.cpp
index cb2b447d22..6d07b5dadf 100644
--- a/protocols/IcqOscarJ/src/icq_xstatus.cpp
+++ b/protocols/IcqOscarJ/src/icq_xstatus.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icq_xtraz.cpp b/protocols/IcqOscarJ/src/icq_xtraz.cpp
index ded30c2636..fb5d6654c3 100644
--- a/protocols/IcqOscarJ/src/icq_xtraz.cpp
+++ b/protocols/IcqOscarJ/src/icq_xtraz.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.cpp b/protocols/IcqOscarJ/src/icqosc_svcs.cpp
index cbea6a2f9f..346d6f30b0 100644
--- a/protocols/IcqOscarJ/src/icqosc_svcs.cpp
+++ b/protocols/IcqOscarJ/src/icqosc_svcs.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/icqosc_svcs.h b/protocols/IcqOscarJ/src/icqosc_svcs.h
index 53d3fca9ba..b960ffdeab 100644
--- a/protocols/IcqOscarJ/src/icqosc_svcs.h
+++ b/protocols/IcqOscarJ/src/icqosc_svcs.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/init.cpp b/protocols/IcqOscarJ/src/init.cpp
index ca3806e78a..10ea203387 100644
--- a/protocols/IcqOscarJ/src/init.cpp
+++ b/protocols/IcqOscarJ/src/init.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/log.cpp b/protocols/IcqOscarJ/src/log.cpp
index f795b4f77d..f8015c756f 100644
--- a/protocols/IcqOscarJ/src/log.cpp
+++ b/protocols/IcqOscarJ/src/log.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/log.h b/protocols/IcqOscarJ/src/log.h
index 64f4f04af7..031696089a 100644
--- a/protocols/IcqOscarJ/src/log.h
+++ b/protocols/IcqOscarJ/src/log.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/loginpassword.cpp b/protocols/IcqOscarJ/src/loginpassword.cpp
index cda9262688..b81c08a8b6 100644
--- a/protocols/IcqOscarJ/src/loginpassword.cpp
+++ b/protocols/IcqOscarJ/src/loginpassword.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/oscar_filetransfer.cpp b/protocols/IcqOscarJ/src/oscar_filetransfer.cpp
index f1bb53a505..e8e107faa5 100644
--- a/protocols/IcqOscarJ/src/oscar_filetransfer.cpp
+++ b/protocols/IcqOscarJ/src/oscar_filetransfer.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/oscar_filetransfer.h b/protocols/IcqOscarJ/src/oscar_filetransfer.h
index 54038607ef..6ccc07825c 100644
--- a/protocols/IcqOscarJ/src/oscar_filetransfer.h
+++ b/protocols/IcqOscarJ/src/oscar_filetransfer.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/resource.h b/protocols/IcqOscarJ/src/resource.h
index 2c7145236b..cede4697d5 100644
--- a/protocols/IcqOscarJ/src/resource.h
+++ b/protocols/IcqOscarJ/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\miranda-ng\protocols\IcqOscarJ\res\resources.rc
//
diff --git a/protocols/IcqOscarJ/src/stdafx.cxx b/protocols/IcqOscarJ/src/stdafx.cxx
index e0372ed6dc..b30b5516a7 100644
--- a/protocols/IcqOscarJ/src/stdafx.cxx
+++ b/protocols/IcqOscarJ/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/IcqOscarJ/src/stdafx.h b/protocols/IcqOscarJ/src/stdafx.h
index a71bac1526..a160eb35a1 100644
--- a/protocols/IcqOscarJ/src/stdafx.h
+++ b/protocols/IcqOscarJ/src/stdafx.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/stdpackets.cpp b/protocols/IcqOscarJ/src/stdpackets.cpp
index 61eb93c24b..9560fe8f52 100644
--- a/protocols/IcqOscarJ/src/stdpackets.cpp
+++ b/protocols/IcqOscarJ/src/stdpackets.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/stdpackets.h b/protocols/IcqOscarJ/src/stdpackets.h
index e4b39e46ad..951cb7b48b 100644
--- a/protocols/IcqOscarJ/src/stdpackets.h
+++ b/protocols/IcqOscarJ/src/stdpackets.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/tlv.cpp b/protocols/IcqOscarJ/src/tlv.cpp
index 02ba500311..0116c75adf 100644
--- a/protocols/IcqOscarJ/src/tlv.cpp
+++ b/protocols/IcqOscarJ/src/tlv.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/tlv.h b/protocols/IcqOscarJ/src/tlv.h
index 874069b07a..45503f22f3 100644
--- a/protocols/IcqOscarJ/src/tlv.h
+++ b/protocols/IcqOscarJ/src/tlv.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/upload.cpp b/protocols/IcqOscarJ/src/upload.cpp
index 4f989826df..93daf21e16 100644
--- a/protocols/IcqOscarJ/src/upload.cpp
+++ b/protocols/IcqOscarJ/src/upload.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/userinfotab.cpp b/protocols/IcqOscarJ/src/userinfotab.cpp
index 83908e902e..47a97014cd 100644
--- a/protocols/IcqOscarJ/src/userinfotab.cpp
+++ b/protocols/IcqOscarJ/src/userinfotab.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/utilities.cpp b/protocols/IcqOscarJ/src/utilities.cpp
index a71b2301dc..8e32a730f7 100644
--- a/protocols/IcqOscarJ/src/utilities.cpp
+++ b/protocols/IcqOscarJ/src/utilities.cpp
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/utilities.h b/protocols/IcqOscarJ/src/utilities.h
index 2b67c311cb..a305f332e2 100644
--- a/protocols/IcqOscarJ/src/utilities.h
+++ b/protocols/IcqOscarJ/src/utilities.h
@@ -1,4 +1,4 @@
-// ---------------------------------------------------------------------------80
+// ---------------------------------------------------------------------------80
// ICQ plugin for Miranda Instant Messenger
// ________________________________________
//
diff --git a/protocols/IcqOscarJ/src/version.h b/protocols/IcqOscarJ/src/version.h
index ade9e14996..2069d4f17a 100644
--- a/protocols/IcqOscarJ/src/version.h
+++ b/protocols/IcqOscarJ/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 3
#define __BUILD_NUM 6
diff --git a/protocols/JabberG/CMakeLists.txt b/protocols/JabberG/CMakeLists.txt
index 65f5bb3a66..e92bdeb677 100644
--- a/protocols/JabberG/CMakeLists.txt
+++ b/protocols/JabberG/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Jabber)
include_directories(${CMAKE_SOURCE_DIR}/libs/libaxolotl/src)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
diff --git a/protocols/JabberG/docs/copying.txt b/protocols/JabberG/docs/copying.txt
index b688f800f5..01d9dff17a 100644
--- a/protocols/JabberG/docs/copying.txt
+++ b/protocols/JabberG/docs/copying.txt
@@ -1,4 +1,4 @@
-As a special exception, the authors give permission to modify code,
+As a special exception, the authors give permission to modify code,
dynamically link and distribute the Program in binary form within the QIP
installer or archive, as long as the following requirements are fullfilled:
1. The Jabber plugin must be announced and advertized as a separate product,
diff --git a/protocols/JabberG/docs/copyright.txt b/protocols/JabberG/docs/copyright.txt
index 1767756389..68a82355ff 100644
--- a/protocols/JabberG/docs/copyright.txt
+++ b/protocols/JabberG/docs/copyright.txt
@@ -1,4 +1,4 @@
-Jabber Protocol Plugin for Miranda IM
+Jabber Protocol Plugin for Miranda IM
Copyright ( C ) 2002-04 Santithorn Bunchua
Copyright ( C ) 2005-07 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura
diff --git a/protocols/JabberG/docs/jabber.txt b/protocols/JabberG/docs/jabber.txt
index 1d41cc12a6..6ffa826d82 100644
--- a/protocols/JabberG/docs/jabber.txt
+++ b/protocols/JabberG/docs/jabber.txt
@@ -1,4 +1,4 @@
-Legend:
+Legend:
[+] added
[*] changed
[-] deleted
diff --git a/protocols/JabberG/docs/license.txt b/protocols/JabberG/docs/license.txt
index 31092b17e4..2fbe81c42a 100644
--- a/protocols/JabberG/docs/license.txt
+++ b/protocols/JabberG/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/JabberG/docs/readme.txt b/protocols/JabberG/docs/readme.txt
index 3029d2b6f8..e6bc72bfe1 100644
--- a/protocols/JabberG/docs/readme.txt
+++ b/protocols/JabberG/docs/readme.txt
@@ -1,4 +1,4 @@
-Jabber Protocol Plugin for Miranda IM
+Jabber Protocol Plugin for Miranda IM
=====================================
Installation:
diff --git a/protocols/JabberG/docs/todo.txt b/protocols/JabberG/docs/todo.txt
index 16e76f4a99..226c55057d 100644
--- a/protocols/JabberG/docs/todo.txt
+++ b/protocols/JabberG/docs/todo.txt
@@ -1,4 +1,4 @@
-- remove built-in groupchat support
+- remove built-in groupchat support
- place the conferences list into the contact list
- HTTP Gateway mode support
diff --git a/protocols/JabberG/jabber_xstatus/CMakeLists.txt b/protocols/JabberG/jabber_xstatus/CMakeLists.txt
index 9a16f9320c..dfabb4ac03 100644
--- a/protocols/JabberG/jabber_xstatus/CMakeLists.txt
+++ b/protocols/JabberG/jabber_xstatus/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET xStatus_Jabber)
+set(TARGET xStatus_Jabber)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/JabberG/jabber_xstatus/res/JABBER_XSTATUS.rc b/protocols/JabberG/jabber_xstatus/res/JABBER_XSTATUS.rc
index 40eb3e2084..19a675e761 100644
--- a/protocols/JabberG/jabber_xstatus/res/JABBER_XSTATUS.rc
+++ b/protocols/JabberG/jabber_xstatus/res/JABBER_XSTATUS.rc
@@ -1,4 +1,4 @@
-//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#define APSTUDIO_READONLY_SYMBOLS
diff --git a/protocols/JabberG/proto_jabber/CMakeLists.txt b/protocols/JabberG/proto_jabber/CMakeLists.txt
index 855e7aa315..8eb6cbc6c9 100644
--- a/protocols/JabberG/proto_jabber/CMakeLists.txt
+++ b/protocols/JabberG/proto_jabber/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Jabber)
+set(TARGET Proto_Jabber)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/JabberG/proto_jabber/res/Proto_Jabber.rc b/protocols/JabberG/proto_jabber/res/Proto_Jabber.rc
index 46fb8b9980..8bf3c115dc 100644
--- a/protocols/JabberG/proto_jabber/res/Proto_Jabber.rc
+++ b/protocols/JabberG/proto_jabber/res/Proto_Jabber.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/JabberG/proto_jabber/src/resource.h b/protocols/JabberG/proto_jabber/src/resource.h
index e1031b138e..8589d528f4 100644
--- a/protocols/JabberG/proto_jabber/src/resource.h
+++ b/protocols/JabberG/proto_jabber/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Jabber.rc
//
diff --git a/protocols/JabberG/res/jabber.rc b/protocols/JabberG/res/jabber.rc
index 078568d55d..18191a737c 100644
--- a/protocols/JabberG/res/jabber.rc
+++ b/protocols/JabberG/res/jabber.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/JabberG/res/version.rc b/protocols/JabberG/res/version.rc
index d99de84d82..de874a17dd 100644
--- a/protocols/JabberG/res/version.rc
+++ b/protocols/JabberG/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index 4b4b4eb268..cd03f01bef 100755
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_adhoc.cpp b/protocols/JabberG/src/jabber_adhoc.cpp
index 6fdab014e4..fa4a8b19d4 100644
--- a/protocols/JabberG/src/jabber_adhoc.cpp
+++ b/protocols/JabberG/src/jabber_adhoc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_agent.cpp b/protocols/JabberG/src/jabber_agent.cpp
index 18f6edf475..5120d7bcfd 100644
--- a/protocols/JabberG/src/jabber_agent.cpp
+++ b/protocols/JabberG/src/jabber_agent.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_api.cpp b/protocols/JabberG/src/jabber_api.cpp
index f0ec5234c7..c417bcb360 100644
--- a/protocols/JabberG/src/jabber_api.cpp
+++ b/protocols/JabberG/src/jabber_api.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_archive.cpp b/protocols/JabberG/src/jabber_archive.cpp
index 870fd7c0cb..1477deb9e7 100644
--- a/protocols/JabberG/src/jabber_archive.cpp
+++ b/protocols/JabberG/src/jabber_archive.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_bookmarks.cpp b/protocols/JabberG/src/jabber_bookmarks.cpp
index d6ce6e5ce1..3696904c4a 100644
--- a/protocols/JabberG/src/jabber_bookmarks.cpp
+++ b/protocols/JabberG/src/jabber_bookmarks.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_byte.cpp b/protocols/JabberG/src/jabber_byte.cpp
index db6d5d824e..440ec9dcf1 100644
--- a/protocols/JabberG/src/jabber_byte.cpp
+++ b/protocols/JabberG/src/jabber_byte.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_byte.h b/protocols/JabberG/src/jabber_byte.h
index f4c64f077b..2d48ee946c 100644
--- a/protocols/JabberG/src/jabber_byte.h
+++ b/protocols/JabberG/src/jabber_byte.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_caps.cpp b/protocols/JabberG/src/jabber_caps.cpp
index 94d2432ff6..5cf224caf4 100755
--- a/protocols/JabberG/src/jabber_caps.cpp
+++ b/protocols/JabberG/src/jabber_caps.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_caps.h b/protocols/JabberG/src/jabber_caps.h
index 153334d154..847c6a619c 100755
--- a/protocols/JabberG/src/jabber_caps.h
+++ b/protocols/JabberG/src/jabber_caps.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_captcha.cpp b/protocols/JabberG/src/jabber_captcha.cpp
index 31112306bb..0e5bfaa3a5 100644
--- a/protocols/JabberG/src/jabber_captcha.cpp
+++ b/protocols/JabberG/src/jabber_captcha.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_chat.cpp b/protocols/JabberG/src/jabber_chat.cpp
index b609d1a111..4f3f7ff1a5 100644
--- a/protocols/JabberG/src/jabber_chat.cpp
+++ b/protocols/JabberG/src/jabber_chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_console.cpp b/protocols/JabberG/src/jabber_console.cpp
index 53e279b93f..4ff7a85016 100644
--- a/protocols/JabberG/src/jabber_console.cpp
+++ b/protocols/JabberG/src/jabber_console.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_db_utils.h b/protocols/JabberG/src/jabber_db_utils.h
index 171d262a57..8e4ead4c2a 100755
--- a/protocols/JabberG/src/jabber_db_utils.h
+++ b/protocols/JabberG/src/jabber_db_utils.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_disco.cpp b/protocols/JabberG/src/jabber_disco.cpp
index 791e8e43ba..c72f025e20 100644
--- a/protocols/JabberG/src/jabber_disco.cpp
+++ b/protocols/JabberG/src/jabber_disco.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_disco.h b/protocols/JabberG/src/jabber_disco.h
index ad97c79cef..cc06e9aded 100644
--- a/protocols/JabberG/src/jabber_disco.h
+++ b/protocols/JabberG/src/jabber_disco.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_events.cpp b/protocols/JabberG/src/jabber_events.cpp
index 46cfe9a356..e5349550f7 100644
--- a/protocols/JabberG/src/jabber_events.cpp
+++ b/protocols/JabberG/src/jabber_events.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_file.cpp b/protocols/JabberG/src/jabber_file.cpp
index 69fc70558a..016f130a1e 100644
--- a/protocols/JabberG/src/jabber_file.cpp
+++ b/protocols/JabberG/src/jabber_file.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_filterlist.cpp b/protocols/JabberG/src/jabber_filterlist.cpp
index f5e0215433..a8b05d7e0c 100644
--- a/protocols/JabberG/src/jabber_filterlist.cpp
+++ b/protocols/JabberG/src/jabber_filterlist.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_form.cpp b/protocols/JabberG/src/jabber_form.cpp
index 9e65414db5..5adb976fe6 100644
--- a/protocols/JabberG/src/jabber_form.cpp
+++ b/protocols/JabberG/src/jabber_form.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_frame.cpp b/protocols/JabberG/src/jabber_frame.cpp
index aa64f07d2e..b0952a2340 100644
--- a/protocols/JabberG/src/jabber_frame.cpp
+++ b/protocols/JabberG/src/jabber_frame.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_ft.cpp b/protocols/JabberG/src/jabber_ft.cpp
index 94a7fae28b..b8773e7d28 100644
--- a/protocols/JabberG/src/jabber_ft.cpp
+++ b/protocols/JabberG/src/jabber_ft.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_groupchat.cpp b/protocols/JabberG/src/jabber_groupchat.cpp
index 0c10506f6a..60128df094 100644
--- a/protocols/JabberG/src/jabber_groupchat.cpp
+++ b/protocols/JabberG/src/jabber_groupchat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_ibb.cpp b/protocols/JabberG/src/jabber_ibb.cpp
index 68d2e942eb..0d196faa68 100644
--- a/protocols/JabberG/src/jabber_ibb.cpp
+++ b/protocols/JabberG/src/jabber_ibb.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_ibb.h b/protocols/JabberG/src/jabber_ibb.h
index fbb368c830..01e7ceab21 100644
--- a/protocols/JabberG/src/jabber_ibb.h
+++ b/protocols/JabberG/src/jabber_ibb.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_icolib.cpp b/protocols/JabberG/src/jabber_icolib.cpp
index 022d845932..6a75b836db 100644
--- a/protocols/JabberG/src/jabber_icolib.cpp
+++ b/protocols/JabberG/src/jabber_icolib.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_icolib.h b/protocols/JabberG/src/jabber_icolib.h
index aea438331a..0ebea37cda 100644
--- a/protocols/JabberG/src/jabber_icolib.h
+++ b/protocols/JabberG/src/jabber_icolib.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_iq.cpp b/protocols/JabberG/src/jabber_iq.cpp
index 1871b9179d..7e97e25ea3 100644
--- a/protocols/JabberG/src/jabber_iq.cpp
+++ b/protocols/JabberG/src/jabber_iq.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_iq.h b/protocols/JabberG/src/jabber_iq.h
index 316719716d..757cd48a74 100644
--- a/protocols/JabberG/src/jabber_iq.h
+++ b/protocols/JabberG/src/jabber_iq.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_iq_handlers.cpp b/protocols/JabberG/src/jabber_iq_handlers.cpp
index b5ef1970c6..f220c959c2 100644
--- a/protocols/JabberG/src/jabber_iq_handlers.cpp
+++ b/protocols/JabberG/src/jabber_iq_handlers.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_iqid.cpp b/protocols/JabberG/src/jabber_iqid.cpp
index 0b3fc98448..0c4955447b 100755
--- a/protocols/JabberG/src/jabber_iqid.cpp
+++ b/protocols/JabberG/src/jabber_iqid.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_iqid_muc.cpp b/protocols/JabberG/src/jabber_iqid_muc.cpp
index 4f362a230c..935c7d3899 100644
--- a/protocols/JabberG/src/jabber_iqid_muc.cpp
+++ b/protocols/JabberG/src/jabber_iqid_muc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_libstr.cpp b/protocols/JabberG/src/jabber_libstr.cpp
index 9a2c79f2a3..46e8f67f42 100644
--- a/protocols/JabberG/src/jabber_libstr.cpp
+++ b/protocols/JabberG/src/jabber_libstr.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_list.cpp b/protocols/JabberG/src/jabber_list.cpp
index c7194ea2b6..d6e84f73aa 100644
--- a/protocols/JabberG/src/jabber_list.cpp
+++ b/protocols/JabberG/src/jabber_list.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_list.h b/protocols/JabberG/src/jabber_list.h
index c8c167ed8e..63d38b43c1 100644
--- a/protocols/JabberG/src/jabber_list.h
+++ b/protocols/JabberG/src/jabber_list.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_menu.cpp b/protocols/JabberG/src/jabber_menu.cpp
index ec738f3cca..5772f3152d 100644
--- a/protocols/JabberG/src/jabber_menu.cpp
+++ b/protocols/JabberG/src/jabber_menu.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_message_handlers.cpp b/protocols/JabberG/src/jabber_message_handlers.cpp
index ba2212efe7..d8a0a5cc15 100644
--- a/protocols/JabberG/src/jabber_message_handlers.cpp
+++ b/protocols/JabberG/src/jabber_message_handlers.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_message_manager.cpp b/protocols/JabberG/src/jabber_message_manager.cpp
index acf3979ec5..d83e45a5a3 100644
--- a/protocols/JabberG/src/jabber_message_manager.cpp
+++ b/protocols/JabberG/src/jabber_message_manager.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_message_manager.h b/protocols/JabberG/src/jabber_message_manager.h
index 53c21fd6cf..1dcac414d5 100644
--- a/protocols/JabberG/src/jabber_message_manager.h
+++ b/protocols/JabberG/src/jabber_message_manager.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_misc.cpp b/protocols/JabberG/src/jabber_misc.cpp
index c0c14eb400..450550e4e6 100755
--- a/protocols/JabberG/src/jabber_misc.cpp
+++ b/protocols/JabberG/src/jabber_misc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_notes.cpp b/protocols/JabberG/src/jabber_notes.cpp
index 561fcb5b3b..d7b5b9a8c6 100644
--- a/protocols/JabberG/src/jabber_notes.cpp
+++ b/protocols/JabberG/src/jabber_notes.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_notes.h b/protocols/JabberG/src/jabber_notes.h
index a9a4ea5008..5fe174cdf2 100644
--- a/protocols/JabberG/src/jabber_notes.h
+++ b/protocols/JabberG/src/jabber_notes.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_omemo.cpp b/protocols/JabberG/src/jabber_omemo.cpp
index 5d09ec7042..c85334457d 100755
--- a/protocols/JabberG/src/jabber_omemo.cpp
+++ b/protocols/JabberG/src/jabber_omemo.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_omemo.h b/protocols/JabberG/src/jabber_omemo.h
index 712edb4095..89b55f8a38 100755
--- a/protocols/JabberG/src/jabber_omemo.h
+++ b/protocols/JabberG/src/jabber_omemo.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_opt.cpp b/protocols/JabberG/src/jabber_opt.cpp
index d99c34320a..7734d5cac9 100755
--- a/protocols/JabberG/src/jabber_opt.cpp
+++ b/protocols/JabberG/src/jabber_opt.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_opttree.cpp b/protocols/JabberG/src/jabber_opttree.cpp
index 27d5dbe1f2..e68a3ee9b0 100644
--- a/protocols/JabberG/src/jabber_opttree.cpp
+++ b/protocols/JabberG/src/jabber_opttree.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_opttree.h b/protocols/JabberG/src/jabber_opttree.h
index 00fed9d3fc..e17d19601a 100644
--- a/protocols/JabberG/src/jabber_opttree.h
+++ b/protocols/JabberG/src/jabber_opttree.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_password.cpp b/protocols/JabberG/src/jabber_password.cpp
index ef2e67a81a..9bd7cee37f 100644
--- a/protocols/JabberG/src/jabber_password.cpp
+++ b/protocols/JabberG/src/jabber_password.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_presence_manager.cpp b/protocols/JabberG/src/jabber_presence_manager.cpp
index aa32bbfef1..da4a059798 100644
--- a/protocols/JabberG/src/jabber_presence_manager.cpp
+++ b/protocols/JabberG/src/jabber_presence_manager.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_presence_manager.h b/protocols/JabberG/src/jabber_presence_manager.h
index 9d9013be34..3621d149b7 100644
--- a/protocols/JabberG/src/jabber_presence_manager.h
+++ b/protocols/JabberG/src/jabber_presence_manager.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_privacy.cpp b/protocols/JabberG/src/jabber_privacy.cpp
index 75d136156a..af21875b4d 100644
--- a/protocols/JabberG/src/jabber_privacy.cpp
+++ b/protocols/JabberG/src/jabber_privacy.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_privacy.h b/protocols/JabberG/src/jabber_privacy.h
index 14e76b9469..fc3dd2523a 100644
--- a/protocols/JabberG/src/jabber_privacy.h
+++ b/protocols/JabberG/src/jabber_privacy.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 1bbb263e7b..547c3f4e97 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index 584c5870e1..952aa61d33 100755
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_rc.cpp b/protocols/JabberG/src/jabber_rc.cpp
index bdd31f0085..a03af3ab2b 100644
--- a/protocols/JabberG/src/jabber_rc.cpp
+++ b/protocols/JabberG/src/jabber_rc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_rc.h b/protocols/JabberG/src/jabber_rc.h
index 2aabd366a8..292322cbdb 100644
--- a/protocols/JabberG/src/jabber_rc.h
+++ b/protocols/JabberG/src/jabber_rc.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_search.cpp b/protocols/JabberG/src/jabber_search.cpp
index 41cc952d98..5e96c3a614 100644
--- a/protocols/JabberG/src/jabber_search.cpp
+++ b/protocols/JabberG/src/jabber_search.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_search.h b/protocols/JabberG/src/jabber_search.h
index be27ab2ec6..0a69ecbd54 100644
--- a/protocols/JabberG/src/jabber_search.h
+++ b/protocols/JabberG/src/jabber_search.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_secur.cpp b/protocols/JabberG/src/jabber_secur.cpp
index edf0324766..160dc518c8 100644
--- a/protocols/JabberG/src/jabber_secur.cpp
+++ b/protocols/JabberG/src/jabber_secur.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_secur.h b/protocols/JabberG/src/jabber_secur.h
index b42aadbb95..f56fa5f879 100644
--- a/protocols/JabberG/src/jabber_secur.h
+++ b/protocols/JabberG/src/jabber_secur.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_send_manager.cpp b/protocols/JabberG/src/jabber_send_manager.cpp
index 59f465d695..0ab7b58c9a 100644
--- a/protocols/JabberG/src/jabber_send_manager.cpp
+++ b/protocols/JabberG/src/jabber_send_manager.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_send_manager.h b/protocols/JabberG/src/jabber_send_manager.h
index 38e9724c3c..558d03ae56 100644
--- a/protocols/JabberG/src/jabber_send_manager.h
+++ b/protocols/JabberG/src/jabber_send_manager.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_std.cpp b/protocols/JabberG/src/jabber_std.cpp
index 8a81707f16..e9de120d1f 100644
--- a/protocols/JabberG/src/jabber_std.cpp
+++ b/protocols/JabberG/src/jabber_std.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_svc.cpp b/protocols/JabberG/src/jabber_svc.cpp
index b4895f1cc3..2d148c2647 100644
--- a/protocols/JabberG/src/jabber_svc.cpp
+++ b/protocols/JabberG/src/jabber_svc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp
index 5662abe9b9..39bfc75845 100755
--- a/protocols/JabberG/src/jabber_thread.cpp
+++ b/protocols/JabberG/src/jabber_thread.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_treelist.cpp b/protocols/JabberG/src/jabber_treelist.cpp
index f6dd435f37..e3508cd947 100644
--- a/protocols/JabberG/src/jabber_treelist.cpp
+++ b/protocols/JabberG/src/jabber_treelist.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp
index 4d6c9905da..93163e3af8 100755
--- a/protocols/JabberG/src/jabber_userinfo.cpp
+++ b/protocols/JabberG/src/jabber_userinfo.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_util.cpp b/protocols/JabberG/src/jabber_util.cpp
index 1c85b47435..7cd9c8b1a8 100755
--- a/protocols/JabberG/src/jabber_util.cpp
+++ b/protocols/JabberG/src/jabber_util.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_vcard.cpp b/protocols/JabberG/src/jabber_vcard.cpp
index 9c3214a985..956684866a 100644
--- a/protocols/JabberG/src/jabber_vcard.cpp
+++ b/protocols/JabberG/src/jabber_vcard.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_ws.cpp b/protocols/JabberG/src/jabber_ws.cpp
index 1063a79d8c..3d11c743b7 100644
--- a/protocols/JabberG/src/jabber_ws.cpp
+++ b/protocols/JabberG/src/jabber_ws.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_xml.cpp b/protocols/JabberG/src/jabber_xml.cpp
index b596136e75..beacbebbd4 100644
--- a/protocols/JabberG/src/jabber_xml.cpp
+++ b/protocols/JabberG/src/jabber_xml.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_xml.h b/protocols/JabberG/src/jabber_xml.h
index 4022f2fac8..44ed31284c 100644
--- a/protocols/JabberG/src/jabber_xml.h
+++ b/protocols/JabberG/src/jabber_xml.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_xstatus.cpp b/protocols/JabberG/src/jabber_xstatus.cpp
index d6f44f2af2..198f03aecf 100644
--- a/protocols/JabberG/src/jabber_xstatus.cpp
+++ b/protocols/JabberG/src/jabber_xstatus.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h
index 3bfbaa824d..1442ff97b3 100644
--- a/protocols/JabberG/src/jabber_xstatus.h
+++ b/protocols/JabberG/src/jabber_xstatus.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/jabber_zstream.cpp b/protocols/JabberG/src/jabber_zstream.cpp
index b39fb169b5..a6c7634706 100644
--- a/protocols/JabberG/src/jabber_zstream.cpp
+++ b/protocols/JabberG/src/jabber_zstream.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/resource.h b/protocols/JabberG/src/resource.h
index c87ccee302..23a7c60ac2 100644
--- a/protocols/JabberG/src/resource.h
+++ b/protocols/JabberG/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by w:\miranda-ng\protocols\JabberG\res\jabber.rc
//
diff --git a/protocols/JabberG/src/stdafx.cxx b/protocols/JabberG/src/stdafx.cxx
index 6491bb5bfc..3b40ade377 100644
--- a/protocols/JabberG/src/stdafx.cxx
+++ b/protocols/JabberG/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h
index 6610c2288c..85cd5f5229 100644
--- a/protocols/JabberG/src/stdafx.h
+++ b/protocols/JabberG/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Jabber Protocol Plugin for Miranda NG
diff --git a/protocols/JabberG/src/version.h b/protocols/JabberG/src/version.h
index 088b87f37c..b8a7382590 100644
--- a/protocols/JabberG/src/version.h
+++ b/protocols/JabberG/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 0
#define __BUILD_NUM 5
diff --git a/protocols/MRA/CMakeLists.txt b/protocols/MRA/CMakeLists.txt
index 6626c8d0cc..2c6f953ada 100644
--- a/protocols/MRA/CMakeLists.txt
+++ b/protocols/MRA/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET MRA)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} Zlib)
diff --git a/protocols/MRA/docs/MraPlaces.h b/protocols/MRA/docs/MraPlaces.h
index e48f7e3bfa..da4ba3a7ea 100644
--- a/protocols/MRA/docs/MraPlaces.h
+++ b/protocols/MRA/docs/MraPlaces.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_PLACES_H__INCLUDED_)
+#if !defined(AFX_MRA_PLACES_H__INCLUDED_)
#define AFX_MRA_PLACES_H__INCLUDED_
diff --git a/protocols/MRA/docs/TODO.txt b/protocols/MRA/docs/TODO.txt
index c4e6b7f193..80f21eb98b 100644
--- a/protocols/MRA/docs/TODO.txt
+++ b/protocols/MRA/docs/TODO.txt
@@ -1,4 +1,4 @@
-настройки!!!
+настройки!!!
Небольшой feature request:
Вот, реализованна система, что при получении нового письма в попапе пишется имя отправителя и тема письма. Так вот хотелось бы, чтобы ещё и майловский аватар вставлялся в попап, если отправляется письмо с майла =)
diff --git a/protocols/MRA/docs/readme.txt b/protocols/MRA/docs/readme.txt
index faccb1fb1f..f28f2646d6 100644
--- a/protocols/MRA/docs/readme.txt
+++ b/protocols/MRA/docs/readme.txt
@@ -1,4 +1,4 @@
-Mail.ru Агент плагин для Miranda IM
+Mail.ru Агент плагин для Miranda IM
Copyright (C) 2006-2011 Рожук Иван
diff --git a/protocols/MRA/docs/region.txt b/protocols/MRA/docs/region.txt
index 181fd1e25b..5827c10a53 100644
--- a/protocols/MRA/docs/region.txt
+++ b/protocols/MRA/docs/region.txt
@@ -1,4 +1,4 @@
-id city_id country_id name
+id city_id country_id name
24 0 24 Россия
25 25 24 Россия,Москва
1734 25 24 Россия,Москва,г. Зеленоград
diff --git a/protocols/MRA/docs/region_m.txt b/protocols/MRA/docs/region_m.txt
index b495eb5f4d..1b4e9ef77c 100644
--- a/protocols/MRA/docs/region_m.txt
+++ b/protocols/MRA/docs/region_m.txt
@@ -1,4 +1,4 @@
-24 0 24 Россия
+24 0 24 Россия
25 25 24 Россия,Москва
1734 25 24 Россия,Москва,г. Зеленоград
226 226 24 Россия,Санкт-Петербург
diff --git a/protocols/MRA/proto_mra/CMakeLists.txt b/protocols/MRA/proto_mra/CMakeLists.txt
index f73e541f0b..9258a73b19 100644
--- a/protocols/MRA/proto_mra/CMakeLists.txt
+++ b/protocols/MRA/proto_mra/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_MRA)
+set(TARGET Proto_MRA)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/MRA/proto_mra/res/Proto_MRA.rc b/protocols/MRA/proto_mra/res/Proto_MRA.rc
index 966ce0ddaf..1b24ab5db2 100644
--- a/protocols/MRA/proto_mra/res/Proto_MRA.rc
+++ b/protocols/MRA/proto_mra/res/Proto_MRA.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MRA/proto_mra/src/resource.h b/protocols/MRA/proto_mra/src/resource.h
index fc38bff6ce..7324885b08 100644
--- a/protocols/MRA/proto_mra/src/resource.h
+++ b/protocols/MRA/proto_mra/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_MRA.rc
//
diff --git a/protocols/MRA/res/resource.rc b/protocols/MRA/res/resource.rc
index aa068ec25d..027370a6ae 100644
--- a/protocols/MRA/res/resource.rc
+++ b/protocols/MRA/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MRA/res/version.rc b/protocols/MRA/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/MRA/res/version.rc
+++ b/protocols/MRA/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/MRA/src/Mra.cpp b/protocols/MRA/src/Mra.cpp
index d162edeb5e..c51d0298ad 100644
--- a/protocols/MRA/src/Mra.cpp
+++ b/protocols/MRA/src/Mra.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
LIST<CMraProto> g_Instances(1, PtrKeySortT);
diff --git a/protocols/MRA/src/MraAdvancedSearch.cpp b/protocols/MRA/src/MraAdvancedSearch.cpp
index bb365c8c67..54b764b1b0 100644
--- a/protocols/MRA/src/MraAdvancedSearch.cpp
+++ b/protocols/MRA/src/MraAdvancedSearch.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "proto.h"
#include "MraPlaces.h"
diff --git a/protocols/MRA/src/MraAvatars.cpp b/protocols/MRA/src/MraAvatars.cpp
index ba2f4fe98c..4aa0806b13 100644
--- a/protocols/MRA/src/MraAvatars.cpp
+++ b/protocols/MRA/src/MraAvatars.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraAvatars.h"
#define PA_FORMAT_MAX 7
diff --git a/protocols/MRA/src/MraAvatars.h b/protocols/MRA/src/MraAvatars.h
index 2e65e9a026..462838111c 100644
--- a/protocols/MRA/src/MraAvatars.h
+++ b/protocols/MRA/src/MraAvatars.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_AVATARS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_AVATARS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_AVATARS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraChat.cpp b/protocols/MRA/src/MraChat.cpp
index 237e486312..fe852d8380 100644
--- a/protocols/MRA/src/MraChat.cpp
+++ b/protocols/MRA/src/MraChat.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "proto.h"
static LPWSTR lpwszStatuses[] = { LPGENW("Owners"), LPGENW("Inviter"), LPGENW("Visitors") };
diff --git a/protocols/MRA/src/MraConstans.h b/protocols/MRA/src/MraConstans.h
index f46f67fe0d..06711e01c2 100644
--- a/protocols/MRA/src/MraConstans.h
+++ b/protocols/MRA/src/MraConstans.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_CONSTANS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
#include "proto.h"
diff --git a/protocols/MRA/src/MraFilesQueue.cpp b/protocols/MRA/src/MraFilesQueue.cpp
index cdf220ffc1..b7787bc65c 100644
--- a/protocols/MRA/src/MraFilesQueue.cpp
+++ b/protocols/MRA/src/MraFilesQueue.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraFilesQueue.h"
#include "proto.h"
diff --git a/protocols/MRA/src/MraFilesQueue.h b/protocols/MRA/src/MraFilesQueue.h
index c833c02fa5..60230458c8 100644
--- a/protocols/MRA/src/MraFilesQueue.h
+++ b/protocols/MRA/src/MraFilesQueue.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_FILESQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_FILESQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_FILESQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
#pragma once
diff --git a/protocols/MRA/src/MraIcons.cpp b/protocols/MRA/src/MraIcons.cpp
index 99471e9fd4..0d0f5e9bdf 100644
--- a/protocols/MRA/src/MraIcons.cpp
+++ b/protocols/MRA/src/MraIcons.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraIcons.h"
HANDLE hXStatusAdvancedStatusIcons[MRA_XSTATUS_COUNT+4];
diff --git a/protocols/MRA/src/MraIcons.h b/protocols/MRA/src/MraIcons.h
index 527f3d403f..f006d4b076 100644
--- a/protocols/MRA/src/MraIcons.h
+++ b/protocols/MRA/src/MraIcons.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_ICONS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_ICONS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_ICONS_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraMPop.cpp b/protocols/MRA/src/MraMPop.cpp
index 397cb0a51b..8543922f10 100644
--- a/protocols/MRA/src/MraMPop.cpp
+++ b/protocols/MRA/src/MraMPop.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraMPop.h"
// MPOP_SESSION
diff --git a/protocols/MRA/src/MraMPop.h b/protocols/MRA/src/MraMPop.h
index a0a1ee348e..3f8c470e4f 100644
--- a/protocols/MRA/src/MraMPop.h
+++ b/protocols/MRA/src/MraMPop.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_MPOP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraMRIMProxy.cpp b/protocols/MRA/src/MraMRIMProxy.cpp
index c8811720d0..f5cbc3f351 100644
--- a/protocols/MRA/src/MraMRIMProxy.cpp
+++ b/protocols/MRA/src/MraMRIMProxy.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraMRIMProxy.h"
#include "proto.h"
diff --git a/protocols/MRA/src/MraMRIMProxy.h b/protocols/MRA/src/MraMRIMProxy.h
index 5b8b2ad75a..7d1f8698dd 100644
--- a/protocols/MRA/src/MraMRIMProxy.h
+++ b/protocols/MRA/src/MraMRIMProxy.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_MRIMPROXY_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_MRIMPROXY_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_MRIMPROXY_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraOfflineMsg.cpp b/protocols/MRA/src/MraOfflineMsg.cpp
index a5e786a6ba..0a5b667209 100644
--- a/protocols/MRA/src/MraOfflineMsg.cpp
+++ b/protocols/MRA/src/MraOfflineMsg.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraOfflineMsg.h"
#include "MraConstans.h"
diff --git a/protocols/MRA/src/MraOfflineMsg.h b/protocols/MRA/src/MraOfflineMsg.h
index 5abb292ec3..db83af68d0 100644
--- a/protocols/MRA/src/MraOfflineMsg.h
+++ b/protocols/MRA/src/MraOfflineMsg.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_OFFLINEMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_OFFLINEMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_OFFLINEMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
#pragma once
diff --git a/protocols/MRA/src/MraPlaces.h b/protocols/MRA/src/MraPlaces.h
index 98a5e535b2..9465e9da7d 100644
--- a/protocols/MRA/src/MraPlaces.h
+++ b/protocols/MRA/src/MraPlaces.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_PLACES_H__INCLUDED_)
+#if !defined(AFX_MRA_PLACES_H__INCLUDED_)
#define AFX_MRA_PLACES_H__INCLUDED_
diff --git a/protocols/MRA/src/MraPopUp.cpp b/protocols/MRA/src/MraPopUp.cpp
index 6b0d4fd4bd..8b339f865c 100644
--- a/protocols/MRA/src/MraPopUp.cpp
+++ b/protocols/MRA/src/MraPopUp.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraPopup.h"
#define POPUPS_TYPES_COUNT 7
diff --git a/protocols/MRA/src/MraPopUp.h b/protocols/MRA/src/MraPopUp.h
index 893aac7546..d3f26732d5 100644
--- a/protocols/MRA/src/MraPopUp.h
+++ b/protocols/MRA/src/MraPopUp.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_POPUP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_POPUP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_POPUP_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraProto.cpp b/protocols/MRA/src/MraProto.cpp
index 980313d4fd..0002312450 100644
--- a/protocols/MRA/src/MraProto.cpp
+++ b/protocols/MRA/src/MraProto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
static int MraExtraIconsApplyAll(WPARAM, LPARAM)
{
diff --git a/protocols/MRA/src/MraProto.h b/protocols/MRA/src/MraProto.h
index 86da122f9d..a9c381124a 100644
--- a/protocols/MRA/src/MraProto.h
+++ b/protocols/MRA/src/MraProto.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
#define SCBIFSI_LOCK_CHANGES_EVENTS 1
#define SCBIF_ID 1
diff --git a/protocols/MRA/src/MraRTFMsg.cpp b/protocols/MRA/src/MraRTFMsg.cpp
index 5cec2d80a6..f81b9eeb2a 100644
--- a/protocols/MRA/src/MraRTFMsg.cpp
+++ b/protocols/MRA/src/MraRTFMsg.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraRTFMsg.h"
diff --git a/protocols/MRA/src/MraRTFMsg.h b/protocols/MRA/src/MraRTFMsg.h
index b0abacf5e5..4a73eddab0 100644
--- a/protocols/MRA/src/MraRTFMsg.h
+++ b/protocols/MRA/src/MraRTFMsg.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_RTFMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_RTFMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_RTFMSG_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraSelectEMail.cpp b/protocols/MRA/src/MraSelectEMail.cpp
index 51d9078ff2..752dc3c44b 100644
--- a/protocols/MRA/src/MraSelectEMail.cpp
+++ b/protocols/MRA/src/MraSelectEMail.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraSelectEMail.h"
struct MraSelectEMailDlgData
diff --git a/protocols/MRA/src/MraSelectEMail.h b/protocols/MRA/src/MraSelectEMail.h
index e0ba9e078c..053b7bb0fa 100644
--- a/protocols/MRA/src/MraSelectEMail.h
+++ b/protocols/MRA/src/MraSelectEMail.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_SELECT_EMAIL_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_SELECT_EMAIL_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_SELECT_EMAIL_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/MraSendCommand.cpp b/protocols/MRA/src/MraSendCommand.cpp
index 32dd012880..9f6cd5136e 100644
--- a/protocols/MRA/src/MraSendCommand.cpp
+++ b/protocols/MRA/src/MraSendCommand.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraRTFMsg.h"
#include "proto.h"
diff --git a/protocols/MRA/src/MraSendQueue.cpp b/protocols/MRA/src/MraSendQueue.cpp
index 52661d4fb1..5a24878740 100644
--- a/protocols/MRA/src/MraSendQueue.cpp
+++ b/protocols/MRA/src/MraSendQueue.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraSendQueue.h"
struct MRA_SEND_QUEUE : public LIST_MT
diff --git a/protocols/MRA/src/MraSendQueue.h b/protocols/MRA/src/MraSendQueue.h
index cb3a62b4e3..9edbb97a3f 100644
--- a/protocols/MRA/src/MraSendQueue.h
+++ b/protocols/MRA/src/MraSendQueue.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_SENDQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_SENDQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_SENDQUEUE_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
diff --git a/protocols/MRA/src/Mra_functions.cpp b/protocols/MRA/src/Mra_functions.cpp
index 9339d5f94c..d9931d9a45 100644
--- a/protocols/MRA/src/Mra_functions.cpp
+++ b/protocols/MRA/src/Mra_functions.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define MRA_PASS_CRYPT_VER 2
diff --git a/protocols/MRA/src/Mra_menus.cpp b/protocols/MRA/src/Mra_menus.cpp
index 6d26c956bb..e2d0624a20 100644
--- a/protocols/MRA/src/Mra_menus.cpp
+++ b/protocols/MRA/src/Mra_menus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "proto.h"
INT_PTR CMraProto::MraGotoInbox(WPARAM, LPARAM)
diff --git a/protocols/MRA/src/Mra_options.cpp b/protocols/MRA/src/Mra_options.cpp
index aad1ff9c7c..3d72268c80 100644
--- a/protocols/MRA/src/Mra_options.cpp
+++ b/protocols/MRA/src/Mra_options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CALLBACK DlgProcOptsAccount(HWND hWndDlg, UINT msg, WPARAM wParam, LPARAM lParam)
{
diff --git a/protocols/MRA/src/Mra_proto.cpp b/protocols/MRA/src/Mra_proto.cpp
index 5f48fdac43..faa9c34c7a 100644
--- a/protocols/MRA/src/Mra_proto.cpp
+++ b/protocols/MRA/src/Mra_proto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "MraOfflineMsg.h"
#include "MraRTFMsg.h"
#include "MraPlaces.h"
diff --git a/protocols/MRA/src/Mra_svcs.cpp b/protocols/MRA/src/Mra_svcs.cpp
index 430bc38a1b..f83fb961c3 100644
--- a/protocols/MRA/src/Mra_svcs.cpp
+++ b/protocols/MRA/src/Mra_svcs.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "proto.h"
LPCSTR lpcszStatusUri[] =
diff --git a/protocols/MRA/src/Sdk/BuffToLowerCase.h b/protocols/MRA/src/Sdk/BuffToLowerCase.h
index 5c1c231222..5e07fdfb02 100644
--- a/protocols/MRA/src/Sdk/BuffToLowerCase.h
+++ b/protocols/MRA/src/Sdk/BuffToLowerCase.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/FIFOMT.h b/protocols/MRA/src/Sdk/FIFOMT.h
index 0cff1914d5..bfd809c79b 100644
--- a/protocols/MRA/src/Sdk/FIFOMT.h
+++ b/protocols/MRA/src/Sdk/FIFOMT.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/InterlockedFunctions.h b/protocols/MRA/src/Sdk/InterlockedFunctions.h
index 49b7332fd8..311c1e1041 100644
--- a/protocols/MRA/src/Sdk/InterlockedFunctions.h
+++ b/protocols/MRA/src/Sdk/InterlockedFunctions.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/InternetTime.h b/protocols/MRA/src/Sdk/InternetTime.h
index 865d02a3e5..cb76ce1f96 100644
--- a/protocols/MRA/src/Sdk/InternetTime.h
+++ b/protocols/MRA/src/Sdk/InternetTime.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/ListMT.h b/protocols/MRA/src/Sdk/ListMT.h
index 4c3f6dd5b2..940302c55e 100644
--- a/protocols/MRA/src/Sdk/ListMT.h
+++ b/protocols/MRA/src/Sdk/ListMT.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/MemoryFind.h b/protocols/MRA/src/Sdk/MemoryFind.h
index 75072540bd..b9738ce2bf 100644
--- a/protocols/MRA/src/Sdk/MemoryFind.h
+++ b/protocols/MRA/src/Sdk/MemoryFind.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/MemoryFindByte.h b/protocols/MRA/src/Sdk/MemoryFindByte.h
index 27a3b96149..9ed7d87c35 100644
--- a/protocols/MRA/src/Sdk/MemoryFindByte.h
+++ b/protocols/MRA/src/Sdk/MemoryFindByte.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/RC4.h b/protocols/MRA/src/Sdk/RC4.h
index 4db7202c0a..f0b7e58b97 100644
--- a/protocols/MRA/src/Sdk/RC4.h
+++ b/protocols/MRA/src/Sdk/RC4.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2007 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/SHA1.h b/protocols/MRA/src/Sdk/SHA1.h
index ca78245454..636f044827 100644
--- a/protocols/MRA/src/Sdk/SHA1.h
+++ b/protocols/MRA/src/Sdk/SHA1.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2003 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/StrHexToNum.h b/protocols/MRA/src/Sdk/StrHexToNum.h
index 3f36d0d4c3..d4e4d43200 100644
--- a/protocols/MRA/src/Sdk/StrHexToNum.h
+++ b/protocols/MRA/src/Sdk/StrHexToNum.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2005 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/StrToNum.h b/protocols/MRA/src/Sdk/StrToNum.h
index ef3a95050e..2fc0bf34c1 100644
--- a/protocols/MRA/src/Sdk/StrToNum.h
+++ b/protocols/MRA/src/Sdk/StrToNum.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2005 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/Sdk/timefuncs.h b/protocols/MRA/src/Sdk/timefuncs.h
index 0bff545803..abcb8c2e63 100644
--- a/protocols/MRA/src/Sdk/timefuncs.h
+++ b/protocols/MRA/src/Sdk/timefuncs.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2009 Rozhuk Ivan <rozhuk.im@gmail.com>
* All rights reserved.
*
diff --git a/protocols/MRA/src/proto.h b/protocols/MRA/src/proto.h
index b46d21a47f..e68eb06a76 100644
--- a/protocols/MRA/src/proto.h
+++ b/protocols/MRA/src/proto.h
@@ -1,4 +1,4 @@
-//***************************************************************************
+//***************************************************************************
// $Id: proto.h, v 1.141 2005/10/24 15:32:33 shingrus Exp $
//***************************************************************************
diff --git a/protocols/MRA/src/resource.h b/protocols/MRA/src/resource.h
index b557ba8e37..c55586b872 100644
--- a/protocols/MRA/src/resource.h
+++ b/protocols/MRA/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/protocols/MRA/src/stdafx.cxx b/protocols/MRA/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/MRA/src/stdafx.cxx
+++ b/protocols/MRA/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/MRA/src/stdafx.h b/protocols/MRA/src/stdafx.h
index e7bd1a649a..be5b89c767 100644
--- a/protocols/MRA/src/stdafx.h
+++ b/protocols/MRA/src/stdafx.h
@@ -1,4 +1,4 @@
-#if !defined(AFX_MRA_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
+#if !defined(AFX_MRA_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_)
#define AFX_MRA_H__F58D13FF_F6F2_476C_B8F0_7B9E9357CF48__INCLUDED_
#pragma once
diff --git a/protocols/MRA/src/version.h b/protocols/MRA/src/version.h
index 6efeb18fb4..78a9e3ec58 100644
--- a/protocols/MRA/src/version.h
+++ b/protocols/MRA/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 2
+#define __MAJOR_VERSION 2
#define __MINOR_VERSION 1
#define __RELEASE_NUM 1
#define __BUILD_NUM 1
diff --git a/protocols/MRA/xstatus_mra/CMakeLists.txt b/protocols/MRA/xstatus_mra/CMakeLists.txt
index 3f6ad79d54..276b97ad6f 100644
--- a/protocols/MRA/xstatus_mra/CMakeLists.txt
+++ b/protocols/MRA/xstatus_mra/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET xStatus_MRA)
+set(TARGET xStatus_MRA)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/MRA/xstatus_mra/res/25.txt b/protocols/MRA/xstatus_mra/res/25.txt
index ff981d2f44..711de4197b 100644
--- a/protocols/MRA/xstatus_mra/res/25.txt
+++ b/protocols/MRA/xstatus_mra/res/25.txt
@@ -1,2 +1,2 @@
-no icon
+no icon
possible chat/dnd icon here \ No newline at end of file
diff --git a/protocols/MRA/xstatus_mra/res/32.txt b/protocols/MRA/xstatus_mra/res/32.txt
index ff981d2f44..711de4197b 100644
--- a/protocols/MRA/xstatus_mra/res/32.txt
+++ b/protocols/MRA/xstatus_mra/res/32.txt
@@ -1,2 +1,2 @@
-no icon
+no icon
possible chat/dnd icon here \ No newline at end of file
diff --git a/protocols/MRA/xstatus_mra/res/xstatus_MRA.rc b/protocols/MRA/xstatus_mra/res/xstatus_MRA.rc
index f7bdc005dc..db5d838dae 100644
--- a/protocols/MRA/xstatus_mra/res/xstatus_MRA.rc
+++ b/protocols/MRA/xstatus_mra/res/xstatus_MRA.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MRA/xstatus_mra/src/resource.h b/protocols/MRA/xstatus_mra/src/resource.h
index 9b8624eac7..ef1d66c534 100644
--- a/protocols/MRA/xstatus_mra/src/resource.h
+++ b/protocols/MRA/xstatus_mra/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by xstatus_MRA.rc
//
diff --git a/protocols/MSN/CMakeLists.txt b/protocols/MSN/CMakeLists.txt
index 58e247810b..9fdb7dc81d 100644
--- a/protocols/MSN/CMakeLists.txt
+++ b/protocols/MSN/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc")
set(TARGET MSN)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson ${OPENSSL_LIBRARIES} comctl32.lib)
diff --git a/protocols/MSN/docs/gpl.txt b/protocols/MSN/docs/gpl.txt
index 45645b4b53..75fe0077e7 100644
--- a/protocols/MSN/docs/gpl.txt
+++ b/protocols/MSN/docs/gpl.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/protocols/MSN/docs/history.txt b/protocols/MSN/docs/history.txt
index b3f08ab339..d46255eebc 100644
--- a/protocols/MSN/docs/history.txt
+++ b/protocols/MSN/docs/history.txt
@@ -1,4 +1,4 @@
-Legend:
+Legend:
[+] added
[*] changed
[-] deleted
diff --git a/protocols/MSN/docs/readme.txt b/protocols/MSN/docs/readme.txt
index 8c0a035958..1798eefac8 100644
--- a/protocols/MSN/docs/readme.txt
+++ b/protocols/MSN/docs/readme.txt
@@ -1,4 +1,4 @@
-Protocol for the Miranda IM for communicating with users of
+Protocol for the Miranda IM for communicating with users of
the MSN Messenger protocol.
Copyright (C) 2003-5 George Hazan (ghazan@postman.ru)
diff --git a/protocols/MSN/docs/todo.txt b/protocols/MSN/docs/todo.txt
index 627c0ae56b..f562166ed7 100644
--- a/protocols/MSN/docs/todo.txt
+++ b/protocols/MSN/docs/todo.txt
@@ -1,4 +1,4 @@
-There're most important problems and known bugs:
+There're most important problems and known bugs:
1. File transfers:
- problems with the multihomed machines.
diff --git a/protocols/MSN/proto_msn/CMakeLists.txt b/protocols/MSN/proto_msn/CMakeLists.txt
index 7df814f1c5..08e6986ff2 100644
--- a/protocols/MSN/proto_msn/CMakeLists.txt
+++ b/protocols/MSN/proto_msn/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_MSN)
+set(TARGET Proto_MSN)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/MSN/proto_msn/res/Proto_MSN.rc b/protocols/MSN/proto_msn/res/Proto_MSN.rc
index 6d2a82de81..0c60684791 100644
--- a/protocols/MSN/proto_msn/res/Proto_MSN.rc
+++ b/protocols/MSN/proto_msn/res/Proto_MSN.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MSN/proto_msn/src/resource.h b/protocols/MSN/proto_msn/src/resource.h
index 2842dcf4f3..0b2abf1fd2 100644
--- a/protocols/MSN/proto_msn/src/resource.h
+++ b/protocols/MSN/proto_msn/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_MSN.rc
//
diff --git a/protocols/MSN/res/msn.rc b/protocols/MSN/res/msn.rc
index a59f01f92e..c6ef7531ef 100644
--- a/protocols/MSN/res/msn.rc
+++ b/protocols/MSN/res/msn.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MSN/res/version.rc b/protocols/MSN/res/version.rc
index d99de84d82..de874a17dd 100644
--- a/protocols/MSN/res/version.rc
+++ b/protocols/MSN/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/MSN/src/des.c b/protocols/MSN/src/des.c
index 030fb983cd..141c7b9b95 100644
--- a/protocols/MSN/src/des.c
+++ b/protocols/MSN/src/des.c
@@ -1,4 +1,4 @@
-/*
+/*
* FIPS-46-3 compliant Triple-DES implementation
*
* Copyright (C) 2006-2007 Christophe Devine
diff --git a/protocols/MSN/src/des.h b/protocols/MSN/src/des.h
index e1fc923fad..cc31b85ed9 100644
--- a/protocols/MSN/src/des.h
+++ b/protocols/MSN/src/des.h
@@ -1,4 +1,4 @@
-/**
+/**
* \file des.h
*/
#ifndef _DES_H
diff --git a/protocols/MSN/src/ezxml.c b/protocols/MSN/src/ezxml.c
index 6f13194177..f1024847c8 100644
--- a/protocols/MSN/src/ezxml.c
+++ b/protocols/MSN/src/ezxml.c
@@ -1,4 +1,4 @@
-/* ezxml.c
+/* ezxml.c
*
* Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
*
diff --git a/protocols/MSN/src/ezxml.h b/protocols/MSN/src/ezxml.h
index 37a0385541..0548c67150 100644
--- a/protocols/MSN/src/ezxml.h
+++ b/protocols/MSN/src/ezxml.h
@@ -1,4 +1,4 @@
-/* ezxml.h
+/* ezxml.h
*
* Copyright 2004-2006 Aaron Voisine <aaron@voisine.org>
*
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp
index 5ff0f96647..e9293b49d0 100644
--- a/protocols/MSN/src/msn.cpp
+++ b/protocols/MSN/src/msn.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_auth.cpp b/protocols/MSN/src/msn_auth.cpp
index 7e2858ceff..5709379f91 100644
--- a/protocols/MSN/src/msn_auth.cpp
+++ b/protocols/MSN/src/msn_auth.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_avatar.cpp b/protocols/MSN/src/msn_avatar.cpp
index 3dad24f1e0..13da4bd847 100644
--- a/protocols/MSN/src/msn_avatar.cpp
+++ b/protocols/MSN/src/msn_avatar.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin for Miranda NG for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-17 Miranda NG Team
diff --git a/protocols/MSN/src/msn_chat.cpp b/protocols/MSN/src/msn_chat.cpp
index 1b3b530669..5c3d4e2a81 100644
--- a/protocols/MSN/src/msn_chat.cpp
+++ b/protocols/MSN/src/msn_chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_commands.cpp b/protocols/MSN/src/msn_commands.cpp
index 82b77b6f03..0575e2d1dd 100644
--- a/protocols/MSN/src/msn_commands.cpp
+++ b/protocols/MSN/src/msn_commands.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_contact.cpp b/protocols/MSN/src/msn_contact.cpp
index 94c2fa498b..5d568ff17b 100644
--- a/protocols/MSN/src/msn_contact.cpp
+++ b/protocols/MSN/src/msn_contact.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_errors.cpp b/protocols/MSN/src/msn_errors.cpp
index 68de79ad4f..2158bf5242 100644
--- a/protocols/MSN/src/msn_errors.cpp
+++ b/protocols/MSN/src/msn_errors.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_http.cpp b/protocols/MSN/src/msn_http.cpp
index d97d6497da..2a4eb48fad 100644
--- a/protocols/MSN/src/msn_http.cpp
+++ b/protocols/MSN/src/msn_http.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.cpp b/protocols/MSN/src/msn_ieembed.cpp
index dcbb150409..df311d392a 100644
--- a/protocols/MSN/src/msn_ieembed.cpp
+++ b/protocols/MSN/src/msn_ieembed.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ieembed.h b/protocols/MSN/src/msn_ieembed.h
index cef9799f63..57a28b0015 100644
--- a/protocols/MSN/src/msn_ieembed.h
+++ b/protocols/MSN/src/msn_ieembed.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_libstr.cpp b/protocols/MSN/src/msn_libstr.cpp
index b5303150ba..9ecd5a1cfa 100644
--- a/protocols/MSN/src/msn_libstr.cpp
+++ b/protocols/MSN/src/msn_libstr.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_links.cpp b/protocols/MSN/src/msn_links.cpp
index e6bf5641b8..755cdced05 100644
--- a/protocols/MSN/src/msn_links.cpp
+++ b/protocols/MSN/src/msn_links.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_lists.cpp b/protocols/MSN/src/msn_lists.cpp
index 78a7a59e42..f969a0f1a8 100644
--- a/protocols/MSN/src/msn_lists.cpp
+++ b/protocols/MSN/src/msn_lists.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mail.cpp b/protocols/MSN/src/msn_mail.cpp
index a2924d90c8..e4fed4dabf 100644
--- a/protocols/MSN/src/msn_mail.cpp
+++ b/protocols/MSN/src/msn_mail.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_menu.cpp b/protocols/MSN/src/msn_menu.cpp
index a8729e5437..d6ef990c68 100644
--- a/protocols/MSN/src/msn_menu.cpp
+++ b/protocols/MSN/src/msn_menu.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_mime.cpp b/protocols/MSN/src/msn_mime.cpp
index d8da556bec..40168ed884 100644
--- a/protocols/MSN/src/msn_mime.cpp
+++ b/protocols/MSN/src/msn_mime.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_misc.cpp b/protocols/MSN/src/msn_misc.cpp
index 5bf2bb2aa3..141075fcbe 100644
--- a/protocols/MSN/src/msn_misc.cpp
+++ b/protocols/MSN/src/msn_misc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_msgsplit.cpp b/protocols/MSN/src/msn_msgsplit.cpp
index 2e61ffbd11..f3e988f990 100644
--- a/protocols/MSN/src/msn_msgsplit.cpp
+++ b/protocols/MSN/src/msn_msgsplit.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_opts.cpp b/protocols/MSN/src/msn_opts.cpp
index d14771eaca..8d5e180441 100644
--- a/protocols/MSN/src/msn_opts.cpp
+++ b/protocols/MSN/src/msn_opts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.cpp b/protocols/MSN/src/msn_proto.cpp
index b5cff2b7f4..07fe4bdf44 100644
--- a/protocols/MSN/src/msn_proto.cpp
+++ b/protocols/MSN/src/msn_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h
index d0576b7908..2329758d0a 100644
--- a/protocols/MSN/src/msn_proto.h
+++ b/protocols/MSN/src/msn_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_skypeab.cpp b/protocols/MSN/src/msn_skypeab.cpp
index 35f6b0e829..1a7f927f75 100644
--- a/protocols/MSN/src/msn_skypeab.cpp
+++ b/protocols/MSN/src/msn_skypeab.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapab.cpp b/protocols/MSN/src/msn_soapab.cpp
index 2f82ab7a1c..006eef02db 100644
--- a/protocols/MSN/src/msn_soapab.cpp
+++ b/protocols/MSN/src/msn_soapab.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_soapstore.cpp b/protocols/MSN/src/msn_soapstore.cpp
index 813d47820b..c0c62748bf 100644
--- a/protocols/MSN/src/msn_soapstore.cpp
+++ b/protocols/MSN/src/msn_soapstore.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_srv.cpp b/protocols/MSN/src/msn_srv.cpp
index 35401b533a..55a00150f4 100644
--- a/protocols/MSN/src/msn_srv.cpp
+++ b/protocols/MSN/src/msn_srv.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ssl.cpp b/protocols/MSN/src/msn_ssl.cpp
index d1c72c8a46..2aade5bc23 100644
--- a/protocols/MSN/src/msn_ssl.cpp
+++ b/protocols/MSN/src/msn_ssl.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_std.cpp b/protocols/MSN/src/msn_std.cpp
index c7e417319f..1140681d36 100644
--- a/protocols/MSN/src/msn_std.cpp
+++ b/protocols/MSN/src/msn_std.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_svcs.cpp b/protocols/MSN/src/msn_svcs.cpp
index 3a27b3c2a9..a4bfe038d1 100644
--- a/protocols/MSN/src/msn_svcs.cpp
+++ b/protocols/MSN/src/msn_svcs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_switchboard.cpp b/protocols/MSN/src/msn_switchboard.cpp
index fec422f88f..3035d42cd2 100644
--- a/protocols/MSN/src/msn_switchboard.cpp
+++ b/protocols/MSN/src/msn_switchboard.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_threads.cpp b/protocols/MSN/src/msn_threads.cpp
index 213e03b1a4..22573c0b14 100644
--- a/protocols/MSN/src/msn_threads.cpp
+++ b/protocols/MSN/src/msn_threads.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/msn_ws.cpp b/protocols/MSN/src/msn_ws.cpp
index 87920c1723..8fd071c05a 100644
--- a/protocols/MSN/src/msn_ws.cpp
+++ b/protocols/MSN/src/msn_ws.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/resource.h b/protocols/MSN/src/resource.h
index 938a0124b7..35c073806b 100644
--- a/protocols/MSN/src/resource.h
+++ b/protocols/MSN/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\msn.rc
//
diff --git a/protocols/MSN/src/skylogin/common.c b/protocols/MSN/src/skylogin/common.c
index 4aa14956e8..a1ebc90dee 100644
--- a/protocols/MSN/src/skylogin/common.c
+++ b/protocols/MSN/src/skylogin/common.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/common.h b/protocols/MSN/src/skylogin/common.h
index 5396000603..66e6727fb2 100644
--- a/protocols/MSN/src/skylogin/common.h
+++ b/protocols/MSN/src/skylogin/common.h
@@ -1,4 +1,4 @@
-#ifndef __COMMON_H__
+#ifndef __COMMON_H__
#define __COMMON_H__
#ifdef _WIN32
diff --git a/protocols/MSN/src/skylogin/crc.c b/protocols/MSN/src/skylogin/crc.c
index 48cf20762c..f596a43996 100644
--- a/protocols/MSN/src/skylogin/crc.c
+++ b/protocols/MSN/src/skylogin/crc.c
@@ -1,4 +1,4 @@
-#include "crc.h"
+#include "crc.h"
/* ============================================================= */
/* COPYRIGHT (C) 1986 Gary S. Brown. You may use this program, or */
diff --git a/protocols/MSN/src/skylogin/crc.h b/protocols/MSN/src/skylogin/crc.h
index d2964e841b..d6c0c395e2 100644
--- a/protocols/MSN/src/skylogin/crc.h
+++ b/protocols/MSN/src/skylogin/crc.h
@@ -1,4 +1,4 @@
-#ifndef CRC_H
+#ifndef CRC_H
#define CRC_H
/* This computes a 32 bit CRC of the data in the buffer, and returns the
CRC. The polynomial used is 0xedb88320. */
diff --git a/protocols/MSN/src/skylogin/credentials.c b/protocols/MSN/src/skylogin/credentials.c
index df80f2cafb..30c91b20bb 100644
--- a/protocols/MSN/src/skylogin/credentials.c
+++ b/protocols/MSN/src/skylogin/credentials.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/credentials.h b/protocols/MSN/src/skylogin/credentials.h
index b6c323089d..7270d2ba0a 100644
--- a/protocols/MSN/src/skylogin/credentials.h
+++ b/protocols/MSN/src/skylogin/credentials.h
@@ -1,3 +1,3 @@
-Memory_U Credentials_Write(Skype_Inst *pInst);
+Memory_U Credentials_Write(Skype_Inst *pInst);
int Credentials_Read(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
int Credentials_Parse(Skype_Inst *pInst, Memory_U creds, SResponse *LoginDatas);
diff --git a/protocols/MSN/src/skylogin/login.c b/protocols/MSN/src/skylogin/login.c
index 406ebe279e..8acd3d9ae5 100644
--- a/protocols/MSN/src/skylogin/login.c
+++ b/protocols/MSN/src/skylogin/login.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/login.h b/protocols/MSN/src/skylogin/login.h
index 6d5113466d..8c0e74f0a6 100644
--- a/protocols/MSN/src/skylogin/login.h
+++ b/protocols/MSN/src/skylogin/login.h
@@ -1,2 +1,2 @@
-int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
+int PerformLogin(Skype_Inst *pInst, const char *User, const char *Pass);
void InitInstance(Skype_Inst *pInst);
diff --git a/protocols/MSN/src/skylogin/objects.c b/protocols/MSN/src/skylogin/objects.c
index f5941128f0..2ef29d7a16 100644
--- a/protocols/MSN/src/skylogin/objects.c
+++ b/protocols/MSN/src/skylogin/objects.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/objects.h b/protocols/MSN/src/skylogin/objects.h
index 1c11ef9a8e..6257ef4492 100644
--- a/protocols/MSN/src/skylogin/objects.h
+++ b/protocols/MSN/src/skylogin/objects.h
@@ -1,4 +1,4 @@
-#include "common.h"
+#include "common.h"
typedef struct
{
diff --git a/protocols/MSN/src/skylogin/platform.h b/protocols/MSN/src/skylogin/platform.h
index c5cf2d4438..0d5f7fc3a5 100644
--- a/protocols/MSN/src/skylogin/platform.h
+++ b/protocols/MSN/src/skylogin/platform.h
@@ -1,4 +1,4 @@
-int64_t PlatFormSpecific();
+int64_t PlatFormSpecific();
void InitNodeId(Skype_Inst *pInst);
void FillMiscDatas(Skype_Inst *pInst, unsigned int *Datas);
void FillRndBuffer(unsigned char *Buffer);
diff --git a/protocols/MSN/src/skylogin/platform_w32.c b/protocols/MSN/src/skylogin/platform_w32.c
index bbddc270ef..5aba6e6e5f 100644
--- a/protocols/MSN/src/skylogin/platform_w32.c
+++ b/protocols/MSN/src/skylogin/platform_w32.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.c b/protocols/MSN/src/skylogin/random.c
index b13e6b79f3..d3f7b0d4ab 100644
--- a/protocols/MSN/src/skylogin/random.c
+++ b/protocols/MSN/src/skylogin/random.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/random.h b/protocols/MSN/src/skylogin/random.h
index adea8f9cf1..7580ab5b5c 100644
--- a/protocols/MSN/src/skylogin/random.h
+++ b/protocols/MSN/src/skylogin/random.h
@@ -1,4 +1,4 @@
-unsigned int BytesSHA1(uchar *Data, uint Length);
+unsigned int BytesSHA1(uchar *Data, uint Length);
void GenSessionKey(uchar *Buffer, uint Size);
void SpecialSHA(uchar *SessionKey, uint SkSz, uchar *SHAResult, uint ResSz);
uchar *FinalizeLoginDatas(Skype_Inst *pInst, uchar *Buffer, uint *Size, uchar *Suite, int SuiteSz);
diff --git a/protocols/MSN/src/skylogin/rc4comm.c b/protocols/MSN/src/skylogin/rc4comm.c
index d63676878f..183e89d9b9 100644
--- a/protocols/MSN/src/skylogin/rc4comm.c
+++ b/protocols/MSN/src/skylogin/rc4comm.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/rc4comm.h b/protocols/MSN/src/skylogin/rc4comm.h
index c9c24bb7b1..8c6b7c2d9b 100644
--- a/protocols/MSN/src/skylogin/rc4comm.h
+++ b/protocols/MSN/src/skylogin/rc4comm.h
@@ -1,3 +1,3 @@
-int RC4Comm_Init(LSConnection *pConn);
+int RC4Comm_Init(LSConnection *pConn);
int RC4Comm_Send (LSConnection *pConn, const char * buf, int len);
int RC4Comm_Recv (LSConnection *pConn, char * buf, int len);
diff --git a/protocols/MSN/src/skylogin/skylogin.c b/protocols/MSN/src/skylogin/skylogin.c
index e0bab68c17..7eff38a1a8 100644
--- a/protocols/MSN/src/skylogin/skylogin.c
+++ b/protocols/MSN/src/skylogin/skylogin.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/skylogin.h b/protocols/MSN/src/skylogin/skylogin.h
index 89e8e83b70..350f01dac1 100644
--- a/protocols/MSN/src/skylogin/skylogin.h
+++ b/protocols/MSN/src/skylogin/skylogin.h
@@ -1,4 +1,4 @@
-typedef void* SkyLogin;
+typedef void* SkyLogin;
/* Size of the buffer you should supply as pszOutUIC on SkyLogin_CreateUICString */
#define UICSTR_SIZE 1024
diff --git a/protocols/MSN/src/skylogin/uic.c b/protocols/MSN/src/skylogin/uic.c
index 6b32b70796..d9bbed2f18 100644
--- a/protocols/MSN/src/skylogin/uic.c
+++ b/protocols/MSN/src/skylogin/uic.c
@@ -1,4 +1,4 @@
-/*
+/*
* Skype Login
*
* Based on:
diff --git a/protocols/MSN/src/skylogin/uic.h b/protocols/MSN/src/skylogin/uic.h
index ad870035a8..eb05ea1e85 100644
--- a/protocols/MSN/src/skylogin/uic.h
+++ b/protocols/MSN/src/skylogin/uic.h
@@ -1,3 +1,3 @@
-Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
+Memory_U CreateUIC(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt);
int CreateUICString(Skype_Inst *pInst, const char *pszNonce, const char *pszSalt, char *pszOutUIC);
int GetCredentialsUIC(Skype_Inst *pInst, char *pszOutUIC);
diff --git a/protocols/MSN/src/stdafx.cxx b/protocols/MSN/src/stdafx.cxx
index 2cfe57c9c5..f0e72e2cd0 100644
--- a/protocols/MSN/src/stdafx.cxx
+++ b/protocols/MSN/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/MSN/src/stdafx.h b/protocols/MSN/src/stdafx.h
index 37d0bae992..3c3cc5adcd 100644
--- a/protocols/MSN/src/stdafx.h
+++ b/protocols/MSN/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MSN/src/version.h b/protocols/MSN/src/version.h
index 0836b0d939..9ed9844da2 100644
--- a/protocols/MSN/src/version.h
+++ b/protocols/MSN/src/version.h
@@ -1,4 +1,4 @@
-/*
+/*
Plugin of Miranda IM for communicating with users of the MSN Messenger protocol.
Copyright (c) 2012-2017 Miranda NG Team
diff --git a/protocols/MinecraftDynmap/CMakeLists.txt b/protocols/MinecraftDynmap/CMakeLists.txt
index 3cd58e95c3..b9d71ef92d 100644
--- a/protocols/MinecraftDynmap/CMakeLists.txt
+++ b/protocols/MinecraftDynmap/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
set(TARGET MinecraftDynmap)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
add_subdirectory(proto_minecraftdynmap) \ No newline at end of file
diff --git a/protocols/MinecraftDynmap/docs/readme.txt b/protocols/MinecraftDynmap/docs/readme.txt
index 2b9ed73043..46c292694e 100644
--- a/protocols/MinecraftDynmap/docs/readme.txt
+++ b/protocols/MinecraftDynmap/docs/readme.txt
@@ -1,2 +1,2 @@
-Icons by alex watts
+Icons by alex watts
From: http://findicons.com/icon/457062/minecraft1 \ No newline at end of file
diff --git a/protocols/MinecraftDynmap/proto_minecraftdynmap/CMakeLists.txt b/protocols/MinecraftDynmap/proto_minecraftdynmap/CMakeLists.txt
index 918d7201dc..1c2c76a6ca 100644
--- a/protocols/MinecraftDynmap/proto_minecraftdynmap/CMakeLists.txt
+++ b/protocols/MinecraftDynmap/proto_minecraftdynmap/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_MinecraftDynmap)
+set(TARGET Proto_MinecraftDynmap)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/MinecraftDynmap/proto_minecraftdynmap/res/minecraftdynmap_icons.rc b/protocols/MinecraftDynmap/proto_minecraftdynmap/res/minecraftdynmap_icons.rc
index 7e1f349d9c..5cbff5702d 100644
--- a/protocols/MinecraftDynmap/proto_minecraftdynmap/res/minecraftdynmap_icons.rc
+++ b/protocols/MinecraftDynmap/proto_minecraftdynmap/res/minecraftdynmap_icons.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource_icons.h"
diff --git a/protocols/MinecraftDynmap/proto_minecraftdynmap/src/resource_icons.h b/protocols/MinecraftDynmap/proto_minecraftdynmap/src/resource_icons.h
index 3b6e06c058..c443506127 100644
--- a/protocols/MinecraftDynmap/proto_minecraftdynmap/src/resource_icons.h
+++ b/protocols/MinecraftDynmap/proto_minecraftdynmap/src/resource_icons.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by omegle_icons.rc
//
diff --git a/protocols/MinecraftDynmap/res/resource.rc b/protocols/MinecraftDynmap/res/resource.rc
index fa15f960a8..d0fab101ff 100644
--- a/protocols/MinecraftDynmap/res/resource.rc
+++ b/protocols/MinecraftDynmap/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/MinecraftDynmap/res/version.rc b/protocols/MinecraftDynmap/res/version.rc
index 37934706a0..fcd820ac36 100644
--- a/protocols/MinecraftDynmap/res/version.rc
+++ b/protocols/MinecraftDynmap/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/MinecraftDynmap/src/chat.cpp b/protocols/MinecraftDynmap/src/chat.cpp
index 020156343d..50c37c06ab 100644
--- a/protocols/MinecraftDynmap/src/chat.cpp
+++ b/protocols/MinecraftDynmap/src/chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/communication.cpp b/protocols/MinecraftDynmap/src/communication.cpp
index ccc7405596..78e451f111 100644
--- a/protocols/MinecraftDynmap/src/communication.cpp
+++ b/protocols/MinecraftDynmap/src/communication.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/constants.h b/protocols/MinecraftDynmap/src/constants.h
index 86af7b3a9c..9a50cc8859 100644
--- a/protocols/MinecraftDynmap/src/constants.h
+++ b/protocols/MinecraftDynmap/src/constants.h
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/dialogs.cpp b/protocols/MinecraftDynmap/src/dialogs.cpp
index e2b8cd045a..8658ab780f 100644
--- a/protocols/MinecraftDynmap/src/dialogs.cpp
+++ b/protocols/MinecraftDynmap/src/dialogs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/dialogs.h b/protocols/MinecraftDynmap/src/dialogs.h
index 600a7dde8b..5a6506ea50 100644
--- a/protocols/MinecraftDynmap/src/dialogs.h
+++ b/protocols/MinecraftDynmap/src/dialogs.h
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/main.cpp b/protocols/MinecraftDynmap/src/main.cpp
index 8052741d6f..822970954f 100644
--- a/protocols/MinecraftDynmap/src/main.cpp
+++ b/protocols/MinecraftDynmap/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/proto.cpp b/protocols/MinecraftDynmap/src/proto.cpp
index c3ee27f49d..7de9e3e3f3 100644
--- a/protocols/MinecraftDynmap/src/proto.cpp
+++ b/protocols/MinecraftDynmap/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/proto.h b/protocols/MinecraftDynmap/src/proto.h
index 28e9d77c8e..e8dc490a37 100644
--- a/protocols/MinecraftDynmap/src/proto.h
+++ b/protocols/MinecraftDynmap/src/proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/resource.h b/protocols/MinecraftDynmap/src/resource.h
index a7f5df593c..640d2b76da 100644
--- a/protocols/MinecraftDynmap/src/resource.h
+++ b/protocols/MinecraftDynmap/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda NG\Miranda NG\protocols\MinecraftDynmap\res\resource.rc
//
diff --git a/protocols/MinecraftDynmap/src/stdafx.cxx b/protocols/MinecraftDynmap/src/stdafx.cxx
index 8279ea6a37..ad849a5e12 100644
--- a/protocols/MinecraftDynmap/src/stdafx.cxx
+++ b/protocols/MinecraftDynmap/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/MinecraftDynmap/src/stdafx.h b/protocols/MinecraftDynmap/src/stdafx.h
index a3e935a31e..1afde15491 100644
--- a/protocols/MinecraftDynmap/src/stdafx.h
+++ b/protocols/MinecraftDynmap/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/utils.h b/protocols/MinecraftDynmap/src/utils.h
index a56210678c..fd311b24a6 100644
--- a/protocols/MinecraftDynmap/src/utils.h
+++ b/protocols/MinecraftDynmap/src/utils.h
@@ -1,4 +1,4 @@
-/*
+/*
Minecraft Dynmap plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/MinecraftDynmap/src/version.h b/protocols/MinecraftDynmap/src/version.h
index 91e46601e4..022b966d24 100644
--- a/protocols/MinecraftDynmap/src/version.h
+++ b/protocols/MinecraftDynmap/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
diff --git a/protocols/Omegle/CMakeLists.txt b/protocols/Omegle/CMakeLists.txt
index 0a4459825e..291993df9d 100644
--- a/protocols/Omegle/CMakeLists.txt
+++ b/protocols/Omegle/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc" "${CMAKE_SOURCE_DIR}/utils/std_string_utils.cpp")
set(TARGET Omegle)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
add_subdirectory(proto_omegle) \ No newline at end of file
diff --git a/protocols/Omegle/docs/readme.txt b/protocols/Omegle/docs/readme.txt
index 0ccdcb74f0..1b91b4b3d9 100644
--- a/protocols/Omegle/docs/readme.txt
+++ b/protocols/Omegle/docs/readme.txt
@@ -1,4 +1,4 @@
----------------------------
+---------------------------
| Omegle Protocol 0.1.2.0 |
| for Miranda NG |
| (16.5.2013) |
diff --git a/protocols/Omegle/docs/readme_cz.txt b/protocols/Omegle/docs/readme_cz.txt
index b1a4e49d04..e11b2b202f 100644
--- a/protocols/Omegle/docs/readme_cz.txt
+++ b/protocols/Omegle/docs/readme_cz.txt
@@ -1,4 +1,4 @@
----------------------------
+---------------------------
| Omegle Protocol 0.1.2.0 |
| pro Miranda NG |
| (16.5.2013) |
diff --git a/protocols/Omegle/proto_omegle/CMakeLists.txt b/protocols/Omegle/proto_omegle/CMakeLists.txt
index 0842765ef2..434feb4445 100644
--- a/protocols/Omegle/proto_omegle/CMakeLists.txt
+++ b/protocols/Omegle/proto_omegle/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Omegle)
+set(TARGET Proto_Omegle)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Omegle/proto_omegle/res/omegle_icons.rc b/protocols/Omegle/proto_omegle/res/omegle_icons.rc
index 132ee3694c..88a01bc18a 100644
--- a/protocols/Omegle/proto_omegle/res/omegle_icons.rc
+++ b/protocols/Omegle/proto_omegle/res/omegle_icons.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource_icons.h"
diff --git a/protocols/Omegle/proto_omegle/src/resource_icons.h b/protocols/Omegle/proto_omegle/src/resource_icons.h
index b150f4933c..1a7ce5e1bd 100644
--- a/protocols/Omegle/proto_omegle/src/resource_icons.h
+++ b/protocols/Omegle/proto_omegle/src/resource_icons.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by omegle_icons.rc
//
diff --git a/protocols/Omegle/res/omegle.rc b/protocols/Omegle/res/omegle.rc
index 6e8ee2de50..2603f74830 100644
--- a/protocols/Omegle/res/omegle.rc
+++ b/protocols/Omegle/res/omegle.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Omegle/res/version.rc b/protocols/Omegle/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Omegle/res/version.rc
+++ b/protocols/Omegle/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Omegle/src/chat.cpp b/protocols/Omegle/src/chat.cpp
index ead5e2b80b..c2c493188a 100644
--- a/protocols/Omegle/src/chat.cpp
+++ b/protocols/Omegle/src/chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/client.h b/protocols/Omegle/src/client.h
index 90ac1f85d8..5de6363f64 100644
--- a/protocols/Omegle/src/client.h
+++ b/protocols/Omegle/src/client.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/communication.cpp b/protocols/Omegle/src/communication.cpp
index 97ff0e8f51..6a13088b64 100644
--- a/protocols/Omegle/src/communication.cpp
+++ b/protocols/Omegle/src/communication.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/connection.cpp b/protocols/Omegle/src/connection.cpp
index f69f9bcd9d..bb7859df3a 100644
--- a/protocols/Omegle/src/connection.cpp
+++ b/protocols/Omegle/src/connection.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h
index 425bdfada4..2ba3504071 100644
--- a/protocols/Omegle/src/constants.h
+++ b/protocols/Omegle/src/constants.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/db.h b/protocols/Omegle/src/db.h
index 52afce816b..1b60185ea1 100644
--- a/protocols/Omegle/src/db.h
+++ b/protocols/Omegle/src/db.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/dialogs.cpp b/protocols/Omegle/src/dialogs.cpp
index 102206bb9b..849612c484 100644
--- a/protocols/Omegle/src/dialogs.cpp
+++ b/protocols/Omegle/src/dialogs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/dialogs.h b/protocols/Omegle/src/dialogs.h
index 4e2d0339a6..62867f8ad9 100644
--- a/protocols/Omegle/src/dialogs.h
+++ b/protocols/Omegle/src/dialogs.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/http.cpp b/protocols/Omegle/src/http.cpp
index 1007c71612..c754e63faf 100644
--- a/protocols/Omegle/src/http.cpp
+++ b/protocols/Omegle/src/http.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/http.h b/protocols/Omegle/src/http.h
index d80469665f..533b738597 100644
--- a/protocols/Omegle/src/http.h
+++ b/protocols/Omegle/src/http.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp
index d4fa415f4f..8173352988 100644
--- a/protocols/Omegle/src/main.cpp
+++ b/protocols/Omegle/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/messages.cpp b/protocols/Omegle/src/messages.cpp
index 662b112966..d84ca7abfc 100644
--- a/protocols/Omegle/src/messages.cpp
+++ b/protocols/Omegle/src/messages.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp
index e799f1bf40..03e1c7aa55 100644
--- a/protocols/Omegle/src/proto.cpp
+++ b/protocols/Omegle/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/proto.h b/protocols/Omegle/src/proto.h
index 1435421b36..e27b6baf25 100644
--- a/protocols/Omegle/src/proto.h
+++ b/protocols/Omegle/src/proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/resource.h b/protocols/Omegle/src/resource.h
index 6d48095934..d9404bcb25 100644
--- a/protocols/Omegle/src/resource.h
+++ b/protocols/Omegle/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\omegle.rc
//
diff --git a/protocols/Omegle/src/stdafx.cxx b/protocols/Omegle/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/Omegle/src/stdafx.cxx
+++ b/protocols/Omegle/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Omegle/src/stdafx.h b/protocols/Omegle/src/stdafx.h
index de3914abec..0491430ce4 100644
--- a/protocols/Omegle/src/stdafx.h
+++ b/protocols/Omegle/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/theme.cpp b/protocols/Omegle/src/theme.cpp
index 9b8e5ce022..f4210a6d64 100644
--- a/protocols/Omegle/src/theme.cpp
+++ b/protocols/Omegle/src/theme.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/theme.h b/protocols/Omegle/src/theme.h
index d4696bed42..d9f68d304b 100644
--- a/protocols/Omegle/src/theme.h
+++ b/protocols/Omegle/src/theme.h
@@ -1,4 +1,4 @@
-/*
+/*
Omegle plugin for Miranda Instant Messenger
_____________________________________________
diff --git a/protocols/Omegle/src/version.h b/protocols/Omegle/src/version.h
index e5ffe14f16..038234a894 100644
--- a/protocols/Omegle/src/version.h
+++ b/protocols/Omegle/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 3
#define __BUILD_NUM 2
diff --git a/protocols/Sametime/CMakeLists.txt b/protocols/Sametime/CMakeLists.txt
index 03fafd6760..c1964ea991 100644
--- a/protocols/Sametime/CMakeLists.txt
+++ b/protocols/Sametime/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "res/*.rc"
+file(GLOB SOURCES "src/*.h" "res/*.rc"
"src/conference.cpp"
"src/files.cpp"
"src/messaging.cpp"
diff --git a/protocols/Sametime/docs/license.txt b/protocols/Sametime/docs/license.txt
index 818433ecc0..89c3eac732 100644
--- a/protocols/Sametime/docs/license.txt
+++ b/protocols/Sametime/docs/license.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
diff --git a/protocols/Sametime/docs/readme.txt b/protocols/Sametime/docs/readme.txt
index 7d087ad784..9dec5fb628 100644
--- a/protocols/Sametime/docs/readme.txt
+++ b/protocols/Sametime/docs/readme.txt
@@ -1,4 +1,4 @@
-
+
sametime.dll
Miranda NG Sametime protocol
diff --git a/protocols/Sametime/proto_sametime/CMakeLists.txt b/protocols/Sametime/proto_sametime/CMakeLists.txt
index b0b9cd2707..9080a18f33 100644
--- a/protocols/Sametime/proto_sametime/CMakeLists.txt
+++ b/protocols/Sametime/proto_sametime/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Sametime)
+set(TARGET Proto_Sametime)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc b/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
index f2aa97435a..6ad620ab1d 100644
--- a/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
+++ b/protocols/Sametime/proto_sametime/res/Proto_Sametime.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Sametime/proto_sametime/src/resource.h b/protocols/Sametime/proto_sametime/src/resource.h
index e4fb5b5339..64a651e369 100644
--- a/protocols/Sametime/proto_sametime/src/resource.h
+++ b/protocols/Sametime/proto_sametime/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Sametime.rc
//
diff --git a/protocols/Sametime/res/resource.rc b/protocols/Sametime/res/resource.rc
index 3feb5fa62b..5a82e2a992 100644
--- a/protocols/Sametime/res/resource.rc
+++ b/protocols/Sametime/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Sametime/res/version.rc b/protocols/Sametime/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Sametime/res/version.rc
+++ b/protocols/Sametime/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Sametime/src/StdAfx.cpp b/protocols/Sametime/src/StdAfx.cpp
index 287357e7a4..ad64bb0652 100644
--- a/protocols/Sametime/src/StdAfx.cpp
+++ b/protocols/Sametime/src/StdAfx.cpp
@@ -1,4 +1,4 @@
-// stdafx.cpp : source file that includes just the standard includes
+// stdafx.cpp : source file that includes just the standard includes
// sametime.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
diff --git a/protocols/Sametime/src/StdAfx.h b/protocols/Sametime/src/StdAfx.h
index 3eae2826f9..5a19f18e2b 100644
--- a/protocols/Sametime/src/StdAfx.h
+++ b/protocols/Sametime/src/StdAfx.h
@@ -1,4 +1,4 @@
-// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/protocols/Sametime/src/conference.cpp b/protocols/Sametime/src/conference.cpp
index c79baf20cb..0b75094638 100644
--- a/protocols/Sametime/src/conference.cpp
+++ b/protocols/Sametime/src/conference.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
void CloseMyConference(CSametimeProto* proto)
diff --git a/protocols/Sametime/src/files.cpp b/protocols/Sametime/src/files.cpp
index 6d4813dbca..26d0dbab5f 100644
--- a/protocols/Sametime/src/files.cpp
+++ b/protocols/Sametime/src/files.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
CSametimeProto* getProtoFromMwFileTransfer(mwFileTransfer* ft)
diff --git a/protocols/Sametime/src/glib/CMakeLists.txt b/protocols/Sametime/src/glib/CMakeLists.txt
index 3c18c15003..0a2032bcac 100644
--- a/protocols/Sametime/src/glib/CMakeLists.txt
+++ b/protocols/Sametime/src/glib/CMakeLists.txt
@@ -1,4 +1,4 @@
-set(TARGET glib)
+set(TARGET glib)
add_library(${TARGET}
"garray.c"
"gasyncqueue.c"
diff --git a/protocols/Sametime/src/glib/config.h b/protocols/Sametime/src/glib/config.h
index 1fb52d66d7..c0b5781f27 100644
--- a/protocols/Sametime/src/glib/config.h
+++ b/protocols/Sametime/src/glib/config.h
@@ -1,4 +1,4 @@
-/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
+/* config.h.win32.in Merged from two versions generated by configure for gcc and MSVC. */
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
diff --git a/protocols/Sametime/src/glib/dirent.c b/protocols/Sametime/src/glib/dirent.c
index 26b6cb1e54..389bf83a0e 100644
--- a/protocols/Sametime/src/glib/dirent.c
+++ b/protocols/Sametime/src/glib/dirent.c
@@ -1,4 +1,4 @@
-/*
+/*
* dirent.c
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
diff --git a/protocols/Sametime/src/glib/dirent.h b/protocols/Sametime/src/glib/dirent.h
index 237665b4ed..ea6e096d51 100644
--- a/protocols/Sametime/src/glib/dirent.h
+++ b/protocols/Sametime/src/glib/dirent.h
@@ -1,4 +1,4 @@
-/*
+/*
* DIRENT.H (formerly DIRLIB.H)
* This file has no copyright assigned and is placed in the Public Domain.
* This file is a part of the mingw-runtime package.
diff --git a/protocols/Sametime/src/glib/galloca.h b/protocols/Sametime/src/glib/galloca.h
index 8876836a6f..748846b59b 100644
--- a/protocols/Sametime/src/glib/galloca.h
+++ b/protocols/Sametime/src/glib/galloca.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/garray.c b/protocols/Sametime/src/glib/garray.c
index ac9a354b77..c22e77ff09 100644
--- a/protocols/Sametime/src/glib/garray.c
+++ b/protocols/Sametime/src/glib/garray.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/garray.h b/protocols/Sametime/src/glib/garray.h
index 6bc51f797e..f5305a1b97 100644
--- a/protocols/Sametime/src/glib/garray.h
+++ b/protocols/Sametime/src/glib/garray.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gasyncqueue.c b/protocols/Sametime/src/glib/gasyncqueue.c
index 97672e71f5..74ddbc2569 100644
--- a/protocols/Sametime/src/glib/gasyncqueue.c
+++ b/protocols/Sametime/src/glib/gasyncqueue.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GAsyncQueue: asynchronous queue implementation, based on Gqueue.
diff --git a/protocols/Sametime/src/glib/gasyncqueue.h b/protocols/Sametime/src/glib/gasyncqueue.h
index 9da43e36da..2e4ce85ce4 100644
--- a/protocols/Sametime/src/glib/gasyncqueue.h
+++ b/protocols/Sametime/src/glib/gasyncqueue.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gatomic-gcc.c b/protocols/Sametime/src/glib/gatomic-gcc.c
index 9f28ceecaf..3ed534e30e 100644
--- a/protocols/Sametime/src/glib/gatomic-gcc.c
+++ b/protocols/Sametime/src/glib/gatomic-gcc.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* gatomic-gcc.c: atomic operations using GCC builtins.
* Copyright (C) 2009 Hiroyuki Ikezoe
*
diff --git a/protocols/Sametime/src/glib/gatomic.c b/protocols/Sametime/src/glib/gatomic.c
index 845c866865..0275774133 100644
--- a/protocols/Sametime/src/glib/gatomic.c
+++ b/protocols/Sametime/src/glib/gatomic.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* g_atomic_*: atomic operations.
diff --git a/protocols/Sametime/src/glib/gatomic.h b/protocols/Sametime/src/glib/gatomic.h
index ddd39b8a3a..9c3b756c8c 100644
--- a/protocols/Sametime/src/glib/gatomic.h
+++ b/protocols/Sametime/src/glib/gatomic.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* g_atomic_*: atomic operations.
diff --git a/protocols/Sametime/src/glib/gbacktrace.c b/protocols/Sametime/src/glib/gbacktrace.c
index ae16ef8699..eb460e8ae5 100644
--- a/protocols/Sametime/src/glib/gbacktrace.c
+++ b/protocols/Sametime/src/glib/gbacktrace.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gbacktrace.h b/protocols/Sametime/src/glib/gbacktrace.h
index 43a0c46a21..737eebcf78 100644
--- a/protocols/Sametime/src/glib/gbacktrace.h
+++ b/protocols/Sametime/src/glib/gbacktrace.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gbase64.c b/protocols/Sametime/src/glib/gbase64.c
index 8a492de363..b2e06f8c20 100644
--- a/protocols/Sametime/src/glib/gbase64.c
+++ b/protocols/Sametime/src/glib/gbase64.c
@@ -1,4 +1,4 @@
-/* gbase64.c - Base64 encoding/decoding
+/* gbase64.c - Base64 encoding/decoding
*
* Copyright (C) 2006 Alexander Larsson <alexl@redhat.com>
* Copyright (C) 2000-2003 Ximian Inc.
diff --git a/protocols/Sametime/src/glib/gbase64.h b/protocols/Sametime/src/glib/gbase64.h
index 930389a674..d8bf37a885 100644
--- a/protocols/Sametime/src/glib/gbase64.h
+++ b/protocols/Sametime/src/glib/gbase64.h
@@ -1,4 +1,4 @@
-/* gbase64.h - Base64 coding functions
+/* gbase64.h - Base64 coding functions
*
* Copyright (C) 2005 Alexander Larsson <alexl@redhat.com>
*
diff --git a/protocols/Sametime/src/glib/gbitlock.c b/protocols/Sametime/src/glib/gbitlock.c
index 1b8c41733c..180a4c3d64 100644
--- a/protocols/Sametime/src/glib/gbitlock.c
+++ b/protocols/Sametime/src/glib/gbitlock.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gbitlock.h b/protocols/Sametime/src/glib/gbitlock.h
index 5f6a67fd84..aa600a7fd1 100644
--- a/protocols/Sametime/src/glib/gbitlock.h
+++ b/protocols/Sametime/src/glib/gbitlock.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gbookmarkfile.c b/protocols/Sametime/src/glib/gbookmarkfile.c
index db2a8bcb1f..6f73a84800 100644
--- a/protocols/Sametime/src/glib/gbookmarkfile.c
+++ b/protocols/Sametime/src/glib/gbookmarkfile.c
@@ -1,4 +1,4 @@
-/* gbookmarkfile.c: parsing and building desktop bookmarks
+/* gbookmarkfile.c: parsing and building desktop bookmarks
*
* Copyright (C) 2005-2006 Emmanuele Bassi
*
diff --git a/protocols/Sametime/src/glib/gbookmarkfile.h b/protocols/Sametime/src/glib/gbookmarkfile.h
index f663ebf27f..ae0e4e6358 100644
--- a/protocols/Sametime/src/glib/gbookmarkfile.h
+++ b/protocols/Sametime/src/glib/gbookmarkfile.h
@@ -1,4 +1,4 @@
-/* gbookmarkfile.h: parsing and building desktop bookmarks
+/* gbookmarkfile.h: parsing and building desktop bookmarks
*
* Copyright (C) 2005-2006 Emmanuele Bassi
*
diff --git a/protocols/Sametime/src/glib/gbsearcharray.h b/protocols/Sametime/src/glib/gbsearcharray.h
index 1ad893c4ac..70b5e4b112 100644
--- a/protocols/Sametime/src/glib/gbsearcharray.h
+++ b/protocols/Sametime/src/glib/gbsearcharray.h
@@ -1,4 +1,4 @@
-/* GBSearchArray - Binary Searchable Array implementation
+/* GBSearchArray - Binary Searchable Array implementation
* Copyright (C) 2000-2003 Tim Janik
*
* This software is provided "as is"; redistribution and modification
diff --git a/protocols/Sametime/src/glib/gbuffer.c b/protocols/Sametime/src/glib/gbuffer.c
index f7e30441cf..9c52dd8a8b 100644
--- a/protocols/Sametime/src/glib/gbuffer.c
+++ b/protocols/Sametime/src/glib/gbuffer.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2009, 2010 Codethink Limited
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gbuffer.h b/protocols/Sametime/src/glib/gbuffer.h
index 6bb29b73c8..cd7fd85a02 100644
--- a/protocols/Sametime/src/glib/gbuffer.h
+++ b/protocols/Sametime/src/glib/gbuffer.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2009, 2010 Codethink Limited
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gcache.c b/protocols/Sametime/src/glib/gcache.c
index 6a6163cd6d..1b2533eb44 100644
--- a/protocols/Sametime/src/glib/gcache.c
+++ b/protocols/Sametime/src/glib/gcache.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gcache.h b/protocols/Sametime/src/glib/gcache.h
index 7d60d5888c..782644bfd7 100644
--- a/protocols/Sametime/src/glib/gcache.h
+++ b/protocols/Sametime/src/glib/gcache.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gchecksum.c b/protocols/Sametime/src/glib/gchecksum.c
index b0d10c1ad2..633127a363 100644
--- a/protocols/Sametime/src/glib/gchecksum.c
+++ b/protocols/Sametime/src/glib/gchecksum.c
@@ -1,4 +1,4 @@
-/* gchecksum.h - data hashing functions
+/* gchecksum.h - data hashing functions
*
* Copyright (C) 2007 Emmanuele Bassi <ebassi@gnome.org>
*
diff --git a/protocols/Sametime/src/glib/gchecksum.h b/protocols/Sametime/src/glib/gchecksum.h
index 57aea103f7..72fa52a926 100644
--- a/protocols/Sametime/src/glib/gchecksum.h
+++ b/protocols/Sametime/src/glib/gchecksum.h
@@ -1,4 +1,4 @@
-/* gchecksum.h - data hashing functions
+/* gchecksum.h - data hashing functions
*
* Copyright (C) 2007 Emmanuele Bassi <ebassi@gnome.org>
*
diff --git a/protocols/Sametime/src/glib/gcompletion.c b/protocols/Sametime/src/glib/gcompletion.c
index 710e6c0662..26caed1b9e 100644
--- a/protocols/Sametime/src/glib/gcompletion.c
+++ b/protocols/Sametime/src/glib/gcompletion.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gcompletion.h b/protocols/Sametime/src/glib/gcompletion.h
index 04c024fc5a..03056d2595 100644
--- a/protocols/Sametime/src/glib/gcompletion.h
+++ b/protocols/Sametime/src/glib/gcompletion.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gconvert.c b/protocols/Sametime/src/glib/gconvert.c
index 52a3dd8617..9e493d424d 100644
--- a/protocols/Sametime/src/glib/gconvert.c
+++ b/protocols/Sametime/src/glib/gconvert.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
*
* gconvert.c: Convert between character sets using iconv
* Copyright Red Hat Inc., 2000
diff --git a/protocols/Sametime/src/glib/gconvert.h b/protocols/Sametime/src/glib/gconvert.h
index e4c20d77d5..342305126e 100644
--- a/protocols/Sametime/src/glib/gconvert.h
+++ b/protocols/Sametime/src/glib/gconvert.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gdataset.c b/protocols/Sametime/src/glib/gdataset.c
index cd3a51eac6..59d0709f27 100644
--- a/protocols/Sametime/src/glib/gdataset.c
+++ b/protocols/Sametime/src/glib/gdataset.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gdataset.c: Generic dataset mechanism, similar to GtkObject data.
diff --git a/protocols/Sametime/src/glib/gdataset.h b/protocols/Sametime/src/glib/gdataset.h
index 2733ffb033..b5c168378d 100644
--- a/protocols/Sametime/src/glib/gdataset.h
+++ b/protocols/Sametime/src/glib/gdataset.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gdatasetprivate.h b/protocols/Sametime/src/glib/gdatasetprivate.h
index 80d0ccf8f0..5ae561bfd9 100644
--- a/protocols/Sametime/src/glib/gdatasetprivate.h
+++ b/protocols/Sametime/src/glib/gdatasetprivate.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* gdataset-private.h: Internal macros for accessing dataset values
* Copyright (C) 2005 Red Hat
*
diff --git a/protocols/Sametime/src/glib/gdate.c b/protocols/Sametime/src/glib/gdate.c
index 2fab2f27f3..d600bbf6c8 100644
--- a/protocols/Sametime/src/glib/gdate.c
+++ b/protocols/Sametime/src/glib/gdate.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gdate.h b/protocols/Sametime/src/glib/gdate.h
index cb1f566155..d6c2cf964c 100644
--- a/protocols/Sametime/src/glib/gdate.h
+++ b/protocols/Sametime/src/glib/gdate.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gdatetime.c b/protocols/Sametime/src/glib/gdatetime.c
index 7df91180c2..16cff592b1 100644
--- a/protocols/Sametime/src/glib/gdatetime.c
+++ b/protocols/Sametime/src/glib/gdatetime.c
@@ -1,4 +1,4 @@
-/* gdatetime.c
+/* gdatetime.c
*
* Copyright (C) 2009-2010 Christian Hergert <chris@dronelabs.com>
* Copyright (C) 2010 Thiago Santos <thiago.sousa.santos@collabora.co.uk>
diff --git a/protocols/Sametime/src/glib/gdatetime.h b/protocols/Sametime/src/glib/gdatetime.h
index b76df89c7e..e69fb0d91b 100644
--- a/protocols/Sametime/src/glib/gdatetime.h
+++ b/protocols/Sametime/src/glib/gdatetime.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2009-2010 Christian Hergert <chris@dronelabs.com>
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gdebug.h b/protocols/Sametime/src/glib/gdebug.h
index dea3dde7da..ab368b6a0c 100644
--- a/protocols/Sametime/src/glib/gdebug.h
+++ b/protocols/Sametime/src/glib/gdebug.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gdir.c b/protocols/Sametime/src/glib/gdir.c
index 6aab68b77b..99c4132119 100644
--- a/protocols/Sametime/src/glib/gdir.c
+++ b/protocols/Sametime/src/glib/gdir.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gdir.c: Simplified wrapper around the DIRENT functions.
diff --git a/protocols/Sametime/src/glib/gdir.h b/protocols/Sametime/src/glib/gdir.h
index 85e989695a..3654b042b2 100644
--- a/protocols/Sametime/src/glib/gdir.h
+++ b/protocols/Sametime/src/glib/gdir.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gdir.c: Simplified wrapper around the DIRENT functions.
diff --git a/protocols/Sametime/src/glib/gerror.c b/protocols/Sametime/src/glib/gerror.c
index 1f39739100..b0e0546108 100644
--- a/protocols/Sametime/src/glib/gerror.c
+++ b/protocols/Sametime/src/glib/gerror.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gerror.h b/protocols/Sametime/src/glib/gerror.h
index b303487782..a773344c47 100644
--- a/protocols/Sametime/src/glib/gerror.h
+++ b/protocols/Sametime/src/glib/gerror.h
@@ -1,4 +1,4 @@
-/* gerror.h - Error reporting system
+/* gerror.h - Error reporting system
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gfileutils.c b/protocols/Sametime/src/glib/gfileutils.c
index 6965cbf020..616acdf21e 100644
--- a/protocols/Sametime/src/glib/gfileutils.c
+++ b/protocols/Sametime/src/glib/gfileutils.c
@@ -1,4 +1,4 @@
-/* gfileutils.c - File utility functions
+/* gfileutils.c - File utility functions
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gfileutils.h b/protocols/Sametime/src/glib/gfileutils.h
index d8f9d3bea1..fa1dec6a9f 100644
--- a/protocols/Sametime/src/glib/gfileutils.h
+++ b/protocols/Sametime/src/glib/gfileutils.h
@@ -1,4 +1,4 @@
-/* gfileutils.h - File utility functions
+/* gfileutils.h - File utility functions
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/ghash.c b/protocols/Sametime/src/glib/ghash.c
index 5f2df05bde..ea74e3c666 100644
--- a/protocols/Sametime/src/glib/ghash.c
+++ b/protocols/Sametime/src/glib/ghash.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/ghash.h b/protocols/Sametime/src/glib/ghash.h
index 9128721bcf..522017e36e 100644
--- a/protocols/Sametime/src/glib/ghash.h
+++ b/protocols/Sametime/src/glib/ghash.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/ghook.c b/protocols/Sametime/src/glib/ghook.c
index 1406b58039..b8b1804901 100644
--- a/protocols/Sametime/src/glib/ghook.c
+++ b/protocols/Sametime/src/glib/ghook.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GHook: Callback maintenance functions
diff --git a/protocols/Sametime/src/glib/ghook.h b/protocols/Sametime/src/glib/ghook.h
index 5577fc3e21..c2fbe5370d 100644
--- a/protocols/Sametime/src/glib/ghook.h
+++ b/protocols/Sametime/src/glib/ghook.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/ghostutils.c b/protocols/Sametime/src/glib/ghostutils.c
index c0361958f4..d51a5ee3f6 100644
--- a/protocols/Sametime/src/glib/ghostutils.c
+++ b/protocols/Sametime/src/glib/ghostutils.c
@@ -1,4 +1,4 @@
-/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
+/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
/* GLIB - Library of useful routines for C programming
* Copyright (C) 2008 Red Hat, Inc.
diff --git a/protocols/Sametime/src/glib/ghostutils.h b/protocols/Sametime/src/glib/ghostutils.h
index 0349da364b..7da9fb2757 100644
--- a/protocols/Sametime/src/glib/ghostutils.h
+++ b/protocols/Sametime/src/glib/ghostutils.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gi18n-lib.h b/protocols/Sametime/src/glib/gi18n-lib.h
index ca002a7221..0468bcf62c 100644
--- a/protocols/Sametime/src/glib/gi18n-lib.h
+++ b/protocols/Sametime/src/glib/gi18n-lib.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 2002 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gi18n.h b/protocols/Sametime/src/glib/gi18n.h
index c710046ee7..34ba4971ef 100644
--- a/protocols/Sametime/src/glib/gi18n.h
+++ b/protocols/Sametime/src/glib/gi18n.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 2002 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/giochannel.c b/protocols/Sametime/src/glib/giochannel.c
index e70e40a5ed..485cd230c1 100644
--- a/protocols/Sametime/src/glib/giochannel.c
+++ b/protocols/Sametime/src/glib/giochannel.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* giochannel.c: IO Channel abstraction
diff --git a/protocols/Sametime/src/glib/giochannel.h b/protocols/Sametime/src/glib/giochannel.h
index 2a40aa29ae..c1f46ba20a 100644
--- a/protocols/Sametime/src/glib/giochannel.h
+++ b/protocols/Sametime/src/glib/giochannel.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/giounix.c b/protocols/Sametime/src/glib/giounix.c
index 72a3ed4df6..366636b07c 100644
--- a/protocols/Sametime/src/glib/giounix.c
+++ b/protocols/Sametime/src/glib/giounix.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* giounix.c: IO Channels using unix file descriptors
diff --git a/protocols/Sametime/src/glib/giowin32.c b/protocols/Sametime/src/glib/giowin32.c
index 3a0b92655e..5c36cd52f0 100644
--- a/protocols/Sametime/src/glib/giowin32.c
+++ b/protocols/Sametime/src/glib/giowin32.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* giowin32.c: IO Channels for Win32.
diff --git a/protocols/Sametime/src/glib/gkeyfile.c b/protocols/Sametime/src/glib/gkeyfile.c
index fa20c5a8b4..eb9ef80f1c 100644
--- a/protocols/Sametime/src/glib/gkeyfile.c
+++ b/protocols/Sametime/src/glib/gkeyfile.c
@@ -1,4 +1,4 @@
-/* gkeyfile.c - key file parser
+/* gkeyfile.c - key file parser
*
* Copyright 2004 Red Hat, Inc.
* Copyright 2009-2010 Collabora Ltd.
diff --git a/protocols/Sametime/src/glib/gkeyfile.h b/protocols/Sametime/src/glib/gkeyfile.h
index e16dc61272..a247b788b9 100644
--- a/protocols/Sametime/src/glib/gkeyfile.h
+++ b/protocols/Sametime/src/glib/gkeyfile.h
@@ -1,4 +1,4 @@
-/* gkeyfile.h - desktop entry file parser
+/* gkeyfile.h - desktop entry file parser
*
* Copyright 2004 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/glib-object.h b/protocols/Sametime/src/glib/glib-object.h
index 10cff1b0ea..44a1339e5e 100644
--- a/protocols/Sametime/src/glib/glib-object.h
+++ b/protocols/Sametime/src/glib/glib-object.h
@@ -1,4 +1,4 @@
-/* GObject - GLib Type, Object, Parameter and Signal Library
+/* GObject - GLib Type, Object, Parameter and Signal Library
* Copyright (C) 1998, 1999, 2000 Tim Janik and Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/glib.h b/protocols/Sametime/src/glib/glib.h
index 06d0190b24..4928c73458 100644
--- a/protocols/Sametime/src/glib/glib.h
+++ b/protocols/Sametime/src/glib/glib.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/glib_trace.h b/protocols/Sametime/src/glib/glib_trace.h
index 789e88d694..4754189b0a 100644
--- a/protocols/Sametime/src/glib/glib_trace.h
+++ b/protocols/Sametime/src/glib/glib_trace.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
*
* Copyright (C) 2009,2010 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/glibconfig.h b/protocols/Sametime/src/glib/glibconfig.h
index 2fa4af628f..035080b426 100644
--- a/protocols/Sametime/src/glib/glibconfig.h
+++ b/protocols/Sametime/src/glib/glibconfig.h
@@ -1,4 +1,4 @@
-/* glibconfig.h.win32.in. Originally merged from two versions of
+/* glibconfig.h.win32.in. Originally merged from two versions of
* glibconfig.h, generated by the GLib configure script, for gcc and
* MSVC.
*/
diff --git a/protocols/Sametime/src/glib/glibintl.h b/protocols/Sametime/src/glib/glibintl.h
index 6d79a268e7..eef1461eb9 100644
--- a/protocols/Sametime/src/glib/glibintl.h
+++ b/protocols/Sametime/src/glib/glibintl.h
@@ -1,4 +1,4 @@
-#ifndef __GLIBINTL_H__
+#ifndef __GLIBINTL_H__
#define __GLIBINTL_H__
#ifndef SIZEOF_CHAR
diff --git a/protocols/Sametime/src/glib/glist.c b/protocols/Sametime/src/glib/glist.c
index c8f7434637..e8be8ce2e4 100644
--- a/protocols/Sametime/src/glib/glist.c
+++ b/protocols/Sametime/src/glib/glist.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/glist.h b/protocols/Sametime/src/glib/glist.h
index e74ed96f15..6ce659b997 100644
--- a/protocols/Sametime/src/glib/glist.h
+++ b/protocols/Sametime/src/glib/glist.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmacros.h b/protocols/Sametime/src/glib/gmacros.h
index 9f9c25dcb1..06f9f2976f 100644
--- a/protocols/Sametime/src/glib/gmacros.h
+++ b/protocols/Sametime/src/glib/gmacros.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmain.c b/protocols/Sametime/src/glib/gmain.c
index 5bba96d60d..9dd24e19fc 100644
--- a/protocols/Sametime/src/glib/gmain.c
+++ b/protocols/Sametime/src/glib/gmain.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gmain.c: Main loop abstraction, timeouts, and idle functions
diff --git a/protocols/Sametime/src/glib/gmain.h b/protocols/Sametime/src/glib/gmain.h
index 24c6171fe6..50e47fefe0 100644
--- a/protocols/Sametime/src/glib/gmain.h
+++ b/protocols/Sametime/src/glib/gmain.h
@@ -1,4 +1,4 @@
-/* gmain.h - the GLib Main loop
+/* gmain.h - the GLib Main loop
* Copyright (C) 1998-2000 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmappedfile.c b/protocols/Sametime/src/glib/gmappedfile.c
index 540ae5d91f..766f2e68b7 100644
--- a/protocols/Sametime/src/glib/gmappedfile.c
+++ b/protocols/Sametime/src/glib/gmappedfile.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* gmappedfile.c: Simplified wrapper around the mmap() function.
*
* Copyright 2005 Matthias Clasen
diff --git a/protocols/Sametime/src/glib/gmappedfile.h b/protocols/Sametime/src/glib/gmappedfile.h
index dbb3f89e6a..6fbbd9ff83 100644
--- a/protocols/Sametime/src/glib/gmappedfile.h
+++ b/protocols/Sametime/src/glib/gmappedfile.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* gmappedfile.h: Simplified wrapper around the mmap function
*
* Copyright 2005 Matthias Clasen
diff --git a/protocols/Sametime/src/glib/gmarkup.c b/protocols/Sametime/src/glib/gmarkup.c
index 1ad1ba8b2f..c1f03b60c7 100644
--- a/protocols/Sametime/src/glib/gmarkup.c
+++ b/protocols/Sametime/src/glib/gmarkup.c
@@ -1,4 +1,4 @@
-/* gmarkup.c - Simple XML-like parser
+/* gmarkup.c - Simple XML-like parser
*
* Copyright 2000, 2003 Red Hat, Inc.
* Copyright 2007, 2008 Ryan Lortie <desrt@desrt.ca>
diff --git a/protocols/Sametime/src/glib/gmarkup.h b/protocols/Sametime/src/glib/gmarkup.h
index 7bfc08641c..a96c68dcd7 100644
--- a/protocols/Sametime/src/glib/gmarkup.h
+++ b/protocols/Sametime/src/glib/gmarkup.h
@@ -1,4 +1,4 @@
-/* gmarkup.h - Simple XML-like string parser/writer
+/* gmarkup.h - Simple XML-like string parser/writer
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gmem.c b/protocols/Sametime/src/glib/gmem.c
index 7212ae49db..b4728d7aa5 100644
--- a/protocols/Sametime/src/glib/gmem.c
+++ b/protocols/Sametime/src/glib/gmem.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmem.h b/protocols/Sametime/src/glib/gmem.h
index 01d953e6c5..22d6833bdd 100644
--- a/protocols/Sametime/src/glib/gmem.h
+++ b/protocols/Sametime/src/glib/gmem.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmessages.c b/protocols/Sametime/src/glib/gmessages.c
index f9592ba1a1..6e633121b9 100644
--- a/protocols/Sametime/src/glib/gmessages.c
+++ b/protocols/Sametime/src/glib/gmessages.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmessages.h b/protocols/Sametime/src/glib/gmessages.h
index 9acaec6375..33dcbbd4f2 100644
--- a/protocols/Sametime/src/glib/gmessages.h
+++ b/protocols/Sametime/src/glib/gmessages.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gmirroringtable.h b/protocols/Sametime/src/glib/gmirroringtable.h
index dd8f18a7ce..b3f32b019c 100644
--- a/protocols/Sametime/src/glib/gmirroringtable.h
+++ b/protocols/Sametime/src/glib/gmirroringtable.h
@@ -1,4 +1,4 @@
-/* gmirroringtable.h
+/* gmirroringtable.h
* generated by gen-mirroring-tab
* from the file BidiMirroring.txt of */
diff --git a/protocols/Sametime/src/glib/gnode.c b/protocols/Sametime/src/glib/gnode.c
index 22d19379c7..f592544d76 100644
--- a/protocols/Sametime/src/glib/gnode.c
+++ b/protocols/Sametime/src/glib/gnode.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GNode: N-way tree implementation.
diff --git a/protocols/Sametime/src/glib/gnode.h b/protocols/Sametime/src/glib/gnode.h
index 205d47c763..993d154230 100644
--- a/protocols/Sametime/src/glib/gnode.h
+++ b/protocols/Sametime/src/glib/gnode.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gnulib/asnprintf.c b/protocols/Sametime/src/glib/gnulib/asnprintf.c
index 765d98ce57..eec651b84b 100644
--- a/protocols/Sametime/src/glib/gnulib/asnprintf.c
+++ b/protocols/Sametime/src/glib/gnulib/asnprintf.c
@@ -1,4 +1,4 @@
-/* Formatted output to strings.
+/* Formatted output to strings.
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/g-gnulib.h b/protocols/Sametime/src/glib/gnulib/g-gnulib.h
index 88f3e0eb11..cb3dce02ea 100644
--- a/protocols/Sametime/src/glib/gnulib/g-gnulib.h
+++ b/protocols/Sametime/src/glib/gnulib/g-gnulib.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2003 Matthias Clasen
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gnulib/printf-args.c b/protocols/Sametime/src/glib/gnulib/printf-args.c
index 75a2a5497f..47cacc4402 100644
--- a/protocols/Sametime/src/glib/gnulib/printf-args.c
+++ b/protocols/Sametime/src/glib/gnulib/printf-args.c
@@ -1,4 +1,4 @@
-/* Decomposed printf argument list.
+/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/printf-args.h b/protocols/Sametime/src/glib/gnulib/printf-args.h
index 082567568a..7b6a0acbe7 100644
--- a/protocols/Sametime/src/glib/gnulib/printf-args.h
+++ b/protocols/Sametime/src/glib/gnulib/printf-args.h
@@ -1,4 +1,4 @@
-/* Decomposed printf argument list.
+/* Decomposed printf argument list.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/printf-parse.c b/protocols/Sametime/src/glib/gnulib/printf-parse.c
index 961b0816d5..153e81cab5 100644
--- a/protocols/Sametime/src/glib/gnulib/printf-parse.c
+++ b/protocols/Sametime/src/glib/gnulib/printf-parse.c
@@ -1,4 +1,4 @@
-/* Formatted output to strings.
+/* Formatted output to strings.
Copyright (C) 1999-2000, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/printf-parse.h b/protocols/Sametime/src/glib/gnulib/printf-parse.h
index ab414782dc..6e3fc3ae1d 100644
--- a/protocols/Sametime/src/glib/gnulib/printf-parse.h
+++ b/protocols/Sametime/src/glib/gnulib/printf-parse.h
@@ -1,4 +1,4 @@
-/* Parse printf format string.
+/* Parse printf format string.
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/printf.c b/protocols/Sametime/src/glib/gnulib/printf.c
index b3392999f7..f273d0a9cc 100644
--- a/protocols/Sametime/src/glib/gnulib/printf.c
+++ b/protocols/Sametime/src/glib/gnulib/printf.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2003 Matthias Clasen
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gnulib/printf.h b/protocols/Sametime/src/glib/gnulib/printf.h
index a7be56f488..e67599aa21 100644
--- a/protocols/Sametime/src/glib/gnulib/printf.h
+++ b/protocols/Sametime/src/glib/gnulib/printf.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2003 Matthias Clasen
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gnulib/vasnprintf.c b/protocols/Sametime/src/glib/gnulib/vasnprintf.c
index d37027a670..07b279d629 100644
--- a/protocols/Sametime/src/glib/gnulib/vasnprintf.c
+++ b/protocols/Sametime/src/glib/gnulib/vasnprintf.c
@@ -1,4 +1,4 @@
-/* vsprintf with automatic memory allocation.
+/* vsprintf with automatic memory allocation.
Copyright (C) 1999, 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/gnulib/vasnprintf.h b/protocols/Sametime/src/glib/gnulib/vasnprintf.h
index 65f1bc13dd..f2f4209770 100644
--- a/protocols/Sametime/src/glib/gnulib/vasnprintf.h
+++ b/protocols/Sametime/src/glib/gnulib/vasnprintf.h
@@ -1,4 +1,4 @@
-/* vsprintf with automatic memory allocation.
+/* vsprintf with automatic memory allocation.
Copyright (C) 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify it
diff --git a/protocols/Sametime/src/glib/goption.c b/protocols/Sametime/src/glib/goption.c
index f09c7e1570..48d94584f9 100644
--- a/protocols/Sametime/src/glib/goption.c
+++ b/protocols/Sametime/src/glib/goption.c
@@ -1,4 +1,4 @@
-/* goption.c - Option parser
+/* goption.c - Option parser
*
* Copyright (C) 1999, 2003 Red Hat Software
* Copyright (C) 2004 Anders Carlsson <andersca@gnome.org>
diff --git a/protocols/Sametime/src/glib/goption.h b/protocols/Sametime/src/glib/goption.h
index 557d8f7130..3d4714b585 100644
--- a/protocols/Sametime/src/glib/goption.h
+++ b/protocols/Sametime/src/glib/goption.h
@@ -1,4 +1,4 @@
-/* goption.h - Option parser
+/* goption.h - Option parser
*
* Copyright (C) 2004 Anders Carlsson <andersca@gnome.org>
*
diff --git a/protocols/Sametime/src/glib/gpattern.c b/protocols/Sametime/src/glib/gpattern.c
index 1c37e98e6f..e1aac6bb8c 100644
--- a/protocols/Sametime/src/glib/gpattern.c
+++ b/protocols/Sametime/src/glib/gpattern.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 1999 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gpattern.h b/protocols/Sametime/src/glib/gpattern.h
index b653d713f0..d348892930 100644
--- a/protocols/Sametime/src/glib/gpattern.h
+++ b/protocols/Sametime/src/glib/gpattern.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 1999 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gpoll.c b/protocols/Sametime/src/glib/gpoll.c
index e9410c7ded..6e7eeb339a 100644
--- a/protocols/Sametime/src/glib/gpoll.c
+++ b/protocols/Sametime/src/glib/gpoll.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gpoll.c: poll(2) abstraction
diff --git a/protocols/Sametime/src/glib/gpoll.h b/protocols/Sametime/src/glib/gpoll.h
index cc79381a69..399674d128 100644
--- a/protocols/Sametime/src/glib/gpoll.h
+++ b/protocols/Sametime/src/glib/gpoll.h
@@ -1,4 +1,4 @@
-/* gpoll.h - poll(2) support
+/* gpoll.h - poll(2) support
* Copyright (C) 2008 Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gprimes.c b/protocols/Sametime/src/glib/gprimes.c
index 6698c5606a..4e8e62cc07 100644
--- a/protocols/Sametime/src/glib/gprimes.c
+++ b/protocols/Sametime/src/glib/gprimes.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gprimes.h b/protocols/Sametime/src/glib/gprimes.h
index af5728602b..c78b3484dd 100644
--- a/protocols/Sametime/src/glib/gprimes.h
+++ b/protocols/Sametime/src/glib/gprimes.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gprintf.c b/protocols/Sametime/src/glib/gprintf.c
index 7ef15d3d8d..175b7a25d4 100644
--- a/protocols/Sametime/src/glib/gprintf.c
+++ b/protocols/Sametime/src/glib/gprintf.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 2002 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gprintf.h b/protocols/Sametime/src/glib/gprintf.h
index d96870fb44..fcb977883e 100644
--- a/protocols/Sametime/src/glib/gprintf.h
+++ b/protocols/Sametime/src/glib/gprintf.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997, 2002 Peter Mattis, Red Hat, Inc.
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gprintfint.h b/protocols/Sametime/src/glib/gprintfint.h
index 0c975a1eed..cabb0f0aa3 100644
--- a/protocols/Sametime/src/glib/gprintfint.h
+++ b/protocols/Sametime/src/glib/gprintfint.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gqsort.c b/protocols/Sametime/src/glib/gqsort.c
index 25508167f9..d6549c7c85 100644
--- a/protocols/Sametime/src/glib/gqsort.c
+++ b/protocols/Sametime/src/glib/gqsort.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1991, 1992, 1996, 1997,1999,2004 Free Software Foundation, Inc.
* Copyright (C) 2000 Eazel, Inc.
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
diff --git a/protocols/Sametime/src/glib/gqsort.h b/protocols/Sametime/src/glib/gqsort.h
index 3a47a584ee..626d2619c1 100644
--- a/protocols/Sametime/src/glib/gqsort.h
+++ b/protocols/Sametime/src/glib/gqsort.h
@@ -1,4 +1,4 @@
- /* GLIB - Library of useful routines for C programming
+ /* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gquark.h b/protocols/Sametime/src/glib/gquark.h
index a0cbe2fd72..f40fced7bc 100644
--- a/protocols/Sametime/src/glib/gquark.h
+++ b/protocols/Sametime/src/glib/gquark.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gqueue.c b/protocols/Sametime/src/glib/gqueue.c
index 5e5535e902..ac08f75fae 100644
--- a/protocols/Sametime/src/glib/gqueue.c
+++ b/protocols/Sametime/src/glib/gqueue.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GQueue: Double ended queue implementation, piggy backed on GList.
diff --git a/protocols/Sametime/src/glib/gqueue.h b/protocols/Sametime/src/glib/gqueue.h
index e78488fb65..b3ac702584 100644
--- a/protocols/Sametime/src/glib/gqueue.h
+++ b/protocols/Sametime/src/glib/gqueue.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/grand.c b/protocols/Sametime/src/glib/grand.c
index c00d70868d..68acc24cf8 100644
--- a/protocols/Sametime/src/glib/grand.c
+++ b/protocols/Sametime/src/glib/grand.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/grand.h b/protocols/Sametime/src/glib/grand.h
index 07907dfc17..156558337b 100644
--- a/protocols/Sametime/src/glib/grand.h
+++ b/protocols/Sametime/src/glib/grand.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gregex.c b/protocols/Sametime/src/glib/gregex.c
index 45f24fec97..1dc738d6fc 100644
--- a/protocols/Sametime/src/glib/gregex.c
+++ b/protocols/Sametime/src/glib/gregex.c
@@ -1,4 +1,4 @@
-/* GRegex -- regular expression API wrapper around PCRE.
+/* GRegex -- regular expression API wrapper around PCRE.
*
* Copyright (C) 1999, 2000 Scott Wimer
* Copyright (C) 2004, Matthias Clasen <mclasen@redhat.com>
diff --git a/protocols/Sametime/src/glib/gregex.h b/protocols/Sametime/src/glib/gregex.h
index ce1b44a972..3f5fb9b82a 100644
--- a/protocols/Sametime/src/glib/gregex.h
+++ b/protocols/Sametime/src/glib/gregex.h
@@ -1,4 +1,4 @@
-/* GRegex -- regular expression API wrapper around PCRE.
+/* GRegex -- regular expression API wrapper around PCRE.
*
* Copyright (C) 1999, 2000 Scott Wimer
* Copyright (C) 2004, Matthias Clasen <mclasen@redhat.com>
diff --git a/protocols/Sametime/src/glib/grel.c b/protocols/Sametime/src/glib/grel.c
index 59d5bbbfc4..3b9ee0a28c 100644
--- a/protocols/Sametime/src/glib/grel.c
+++ b/protocols/Sametime/src/glib/grel.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/grel.h b/protocols/Sametime/src/glib/grel.h
index 5cb8d09d4b..82ce91afb3 100644
--- a/protocols/Sametime/src/glib/grel.h
+++ b/protocols/Sametime/src/glib/grel.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gscanner.c b/protocols/Sametime/src/glib/gscanner.c
index 1234a60b26..301254e496 100644
--- a/protocols/Sametime/src/glib/gscanner.c
+++ b/protocols/Sametime/src/glib/gscanner.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GScanner: Flexible lexical scanner for general purpose.
diff --git a/protocols/Sametime/src/glib/gscanner.h b/protocols/Sametime/src/glib/gscanner.h
index 3b7ad6fab0..037d5e8ba7 100644
--- a/protocols/Sametime/src/glib/gscanner.h
+++ b/protocols/Sametime/src/glib/gscanner.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gscripttable.h b/protocols/Sametime/src/glib/gscripttable.h
index b63e2da550..27c51f2e0c 100644
--- a/protocols/Sametime/src/glib/gscripttable.h
+++ b/protocols/Sametime/src/glib/gscripttable.h
@@ -1,4 +1,4 @@
-/* gscripttable.h: Generated by gen-script-table.pl
+/* gscripttable.h: Generated by gen-script-table.pl
*
* Date: Mon Apr 7 23:17:02 2008
* Source: Scripts-5.1.0.txt
diff --git a/protocols/Sametime/src/glib/gsequence.c b/protocols/Sametime/src/glib/gsequence.c
index 8b28ce79a7..2d31e1973b 100644
--- a/protocols/Sametime/src/glib/gsequence.c
+++ b/protocols/Sametime/src/glib/gsequence.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
* Soeren Sandmann (sandmann@daimi.au.dk)
*
diff --git a/protocols/Sametime/src/glib/gsequence.h b/protocols/Sametime/src/glib/gsequence.h
index fa79066e06..f5f6c76bb8 100644
--- a/protocols/Sametime/src/glib/gsequence.h
+++ b/protocols/Sametime/src/glib/gsequence.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
* Soeren Sandmann (sandmann@daimi.au.dk)
*
diff --git a/protocols/Sametime/src/glib/gshell.c b/protocols/Sametime/src/glib/gshell.c
index 1461f29ba2..d2ba312019 100644
--- a/protocols/Sametime/src/glib/gshell.c
+++ b/protocols/Sametime/src/glib/gshell.c
@@ -1,4 +1,4 @@
-/* gshell.c - Shell-related utilities
+/* gshell.c - Shell-related utilities
*
* Copyright 2000 Red Hat, Inc.
* g_execvpe implementation based on GNU libc execvp:
diff --git a/protocols/Sametime/src/glib/gshell.h b/protocols/Sametime/src/glib/gshell.h
index 130f1008c8..9a7dbb2532 100644
--- a/protocols/Sametime/src/glib/gshell.h
+++ b/protocols/Sametime/src/glib/gshell.h
@@ -1,4 +1,4 @@
-/* gshell.h - Shell-related utilities
+/* gshell.h - Shell-related utilities
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gslice.c b/protocols/Sametime/src/glib/gslice.c
index 05de6b3681..2a55086086 100644
--- a/protocols/Sametime/src/glib/gslice.c
+++ b/protocols/Sametime/src/glib/gslice.c
@@ -1,4 +1,4 @@
-/* GLIB sliced memory - fast concurrent memory chunk allocator
+/* GLIB sliced memory - fast concurrent memory chunk allocator
* Copyright (C) 2005 Tim Janik
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gslice.h b/protocols/Sametime/src/glib/gslice.h
index 962199e099..43dbb5d7ac 100644
--- a/protocols/Sametime/src/glib/gslice.h
+++ b/protocols/Sametime/src/glib/gslice.h
@@ -1,4 +1,4 @@
-/* GLIB sliced memory - fast threaded memory chunk allocator
+/* GLIB sliced memory - fast threaded memory chunk allocator
* Copyright (C) 2005 Tim Janik
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gslist.c b/protocols/Sametime/src/glib/gslist.c
index dfbd354403..51bc7059aa 100644
--- a/protocols/Sametime/src/glib/gslist.c
+++ b/protocols/Sametime/src/glib/gslist.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gslist.h b/protocols/Sametime/src/glib/gslist.h
index 8b01faf5cd..280730dfe7 100644
--- a/protocols/Sametime/src/glib/gslist.h
+++ b/protocols/Sametime/src/glib/gslist.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gspawn-win32-helper-console.c b/protocols/Sametime/src/glib/gspawn-win32-helper-console.c
index dca4499fb6..4b21548e70 100644
--- a/protocols/Sametime/src/glib/gspawn-win32-helper-console.c
+++ b/protocols/Sametime/src/glib/gspawn-win32-helper-console.c
@@ -1,2 +1,2 @@
-#define HELPER_CONSOLE
+#define HELPER_CONSOLE
#include "gspawn-win32-helper.c"
diff --git a/protocols/Sametime/src/glib/gspawn-win32-helper.c b/protocols/Sametime/src/glib/gspawn-win32-helper.c
index 87d4423e6d..c27819c6a0 100644
--- a/protocols/Sametime/src/glib/gspawn-win32-helper.c
+++ b/protocols/Sametime/src/glib/gspawn-win32-helper.c
@@ -1,4 +1,4 @@
-/* gspawn-win32-helper.c - Helper program for process launching on Win32.
+/* gspawn-win32-helper.c - Helper program for process launching on Win32.
*
* Copyright 2000 Red Hat, Inc.
* Copyright 2000 Tor Lillqvist
diff --git a/protocols/Sametime/src/glib/gspawn-win32.c b/protocols/Sametime/src/glib/gspawn-win32.c
index d13d9906f1..8fa8570e71 100644
--- a/protocols/Sametime/src/glib/gspawn-win32.c
+++ b/protocols/Sametime/src/glib/gspawn-win32.c
@@ -1,4 +1,4 @@
-/* gspawn-win32.c - Process launching on Win32
+/* gspawn-win32.c - Process launching on Win32
*
* Copyright 2000 Red Hat, Inc.
* Copyright 2003 Tor Lillqvist
diff --git a/protocols/Sametime/src/glib/gspawn-win64-helper-console.c b/protocols/Sametime/src/glib/gspawn-win64-helper-console.c
index dca4499fb6..4b21548e70 100644
--- a/protocols/Sametime/src/glib/gspawn-win64-helper-console.c
+++ b/protocols/Sametime/src/glib/gspawn-win64-helper-console.c
@@ -1,2 +1,2 @@
-#define HELPER_CONSOLE
+#define HELPER_CONSOLE
#include "gspawn-win32-helper.c"
diff --git a/protocols/Sametime/src/glib/gspawn-win64-helper.c b/protocols/Sametime/src/glib/gspawn-win64-helper.c
index d8641ffd0f..32ad66626c 100644
--- a/protocols/Sametime/src/glib/gspawn-win64-helper.c
+++ b/protocols/Sametime/src/glib/gspawn-win64-helper.c
@@ -1 +1 @@
-#include "gspawn-win32-helper.c"
+#include "gspawn-win32-helper.c"
diff --git a/protocols/Sametime/src/glib/gspawn.c b/protocols/Sametime/src/glib/gspawn.c
index 4c48862527..2f7f37744b 100644
--- a/protocols/Sametime/src/glib/gspawn.c
+++ b/protocols/Sametime/src/glib/gspawn.c
@@ -1,4 +1,4 @@
-/* gspawn.c - Process launching
+/* gspawn.c - Process launching
*
* Copyright 2000 Red Hat, Inc.
* g_execvpe implementation based on GNU libc execvp:
diff --git a/protocols/Sametime/src/glib/gspawn.h b/protocols/Sametime/src/glib/gspawn.h
index 9836b34242..02ac35e00c 100644
--- a/protocols/Sametime/src/glib/gspawn.h
+++ b/protocols/Sametime/src/glib/gspawn.h
@@ -1,4 +1,4 @@
-/* gspawn.h - Process launching
+/* gspawn.h - Process launching
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gstdio.c b/protocols/Sametime/src/glib/gstdio.c
index fb5a9fb593..d1e94cea77 100644
--- a/protocols/Sametime/src/glib/gstdio.c
+++ b/protocols/Sametime/src/glib/gstdio.c
@@ -1,4 +1,4 @@
-/* gstdio.c - wrappers for C library functions
+/* gstdio.c - wrappers for C library functions
*
* Copyright 2004 Tor Lillqvist
*
diff --git a/protocols/Sametime/src/glib/gstdio.h b/protocols/Sametime/src/glib/gstdio.h
index b92eb6c490..df27823f5f 100644
--- a/protocols/Sametime/src/glib/gstdio.h
+++ b/protocols/Sametime/src/glib/gstdio.h
@@ -1,4 +1,4 @@
-/* gstdio.h - GFilename wrappers for C library functions
+/* gstdio.h - GFilename wrappers for C library functions
*
* Copyright 2004 Tor Lillqvist
*
diff --git a/protocols/Sametime/src/glib/gstrfuncs.c b/protocols/Sametime/src/glib/gstrfuncs.c
index 04f686b401..a481236672 100644
--- a/protocols/Sametime/src/glib/gstrfuncs.c
+++ b/protocols/Sametime/src/glib/gstrfuncs.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gstrfuncs.h b/protocols/Sametime/src/glib/gstrfuncs.h
index 5c7332a3c4..c5e572f3ff 100644
--- a/protocols/Sametime/src/glib/gstrfuncs.h
+++ b/protocols/Sametime/src/glib/gstrfuncs.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gstring.c b/protocols/Sametime/src/glib/gstring.c
index 9b25fb614b..2cddfa8571 100644
--- a/protocols/Sametime/src/glib/gstring.c
+++ b/protocols/Sametime/src/glib/gstring.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gstring.h b/protocols/Sametime/src/glib/gstring.h
index 2b1dd6ece2..d30761230d 100644
--- a/protocols/Sametime/src/glib/gstring.h
+++ b/protocols/Sametime/src/glib/gstring.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtester.c b/protocols/Sametime/src/glib/gtester.c
index 12e576c61a..e7dfb3c371 100644
--- a/protocols/Sametime/src/glib/gtester.c
+++ b/protocols/Sametime/src/glib/gtester.c
@@ -1,4 +1,4 @@
-/* GLib testing framework runner
+/* GLib testing framework runner
* Copyright (C) 2007 Sven Herzberg
* Copyright (C) 2007 Tim Janik
*
diff --git a/protocols/Sametime/src/glib/gtestutils.c b/protocols/Sametime/src/glib/gtestutils.c
index c5754ec0c0..52e29e96af 100644
--- a/protocols/Sametime/src/glib/gtestutils.c
+++ b/protocols/Sametime/src/glib/gtestutils.c
@@ -1,4 +1,4 @@
-/* GLib testing utilities
+/* GLib testing utilities
* Copyright (C) 2007 Imendio AB
* Authors: Tim Janik, Sven Herzberg
*
diff --git a/protocols/Sametime/src/glib/gtestutils.h b/protocols/Sametime/src/glib/gtestutils.h
index b441fe08bc..67dd02156b 100644
--- a/protocols/Sametime/src/glib/gtestutils.h
+++ b/protocols/Sametime/src/glib/gtestutils.h
@@ -1,4 +1,4 @@
-/* GLib testing utilities
+/* GLib testing utilities
* Copyright (C) 2007 Imendio AB
* Authors: Tim Janik
*
diff --git a/protocols/Sametime/src/glib/gthread.c b/protocols/Sametime/src/glib/gthread.c
index 2a00c60a9b..6d181b32fa 100644
--- a/protocols/Sametime/src/glib/gthread.c
+++ b/protocols/Sametime/src/glib/gthread.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* gthread.c: MT safety related functions
diff --git a/protocols/Sametime/src/glib/gthread.h b/protocols/Sametime/src/glib/gthread.h
index 82d40c0b85..8a82d47c7c 100644
--- a/protocols/Sametime/src/glib/gthread.h
+++ b/protocols/Sametime/src/glib/gthread.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gthreadpool.c b/protocols/Sametime/src/glib/gthreadpool.c
index 3bab274192..54103607c6 100644
--- a/protocols/Sametime/src/glib/gthreadpool.c
+++ b/protocols/Sametime/src/glib/gthreadpool.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* GAsyncQueue: thread pool implementation.
diff --git a/protocols/Sametime/src/glib/gthreadpool.h b/protocols/Sametime/src/glib/gthreadpool.h
index d5864241e6..4659929e82 100644
--- a/protocols/Sametime/src/glib/gthreadpool.h
+++ b/protocols/Sametime/src/glib/gthreadpool.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gthreadprivate.h b/protocols/Sametime/src/glib/gthreadprivate.h
index c75924c257..2a883bd0a8 100644
--- a/protocols/Sametime/src/glib/gthreadprivate.h
+++ b/protocols/Sametime/src/glib/gthreadprivate.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
*
* gthreadprivate.h - GLib internal thread system related declarations.
*
diff --git a/protocols/Sametime/src/glib/gtimer.c b/protocols/Sametime/src/glib/gtimer.c
index 843b983144..86ad1293fb 100644
--- a/protocols/Sametime/src/glib/gtimer.c
+++ b/protocols/Sametime/src/glib/gtimer.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtimer.h b/protocols/Sametime/src/glib/gtimer.h
index 743eed1f90..577fef1a28 100644
--- a/protocols/Sametime/src/glib/gtimer.h
+++ b/protocols/Sametime/src/glib/gtimer.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtimezone.c b/protocols/Sametime/src/glib/gtimezone.c
index a909fc5f45..ab49450a7e 100644
--- a/protocols/Sametime/src/glib/gtimezone.c
+++ b/protocols/Sametime/src/glib/gtimezone.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2010 Codethink Limited
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtimezone.h b/protocols/Sametime/src/glib/gtimezone.h
index 1032a3c09c..35b3aabdbb 100644
--- a/protocols/Sametime/src/glib/gtimezone.h
+++ b/protocols/Sametime/src/glib/gtimezone.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2010 Codethink Limited
*
* This library is free software; you can redistribute it and/or modify
diff --git a/protocols/Sametime/src/glib/gtimezoneprivate.h b/protocols/Sametime/src/glib/gtimezoneprivate.h
index 767d310c88..df30ea46d6 100644
--- a/protocols/Sametime/src/glib/gtimezoneprivate.h
+++ b/protocols/Sametime/src/glib/gtimezoneprivate.h
@@ -1,4 +1,4 @@
-#ifndef __G_TIME_ZONE_PRIVATE_H__
+#ifndef __G_TIME_ZONE_PRIVATE_H__
#define __G_TIME_ZONE_PRIVATE_H__
#include "gtimezone.h"
diff --git a/protocols/Sametime/src/glib/gtree.c b/protocols/Sametime/src/glib/gtree.c
index 8a4387f79b..7f93282d4a 100644
--- a/protocols/Sametime/src/glib/gtree.c
+++ b/protocols/Sametime/src/glib/gtree.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtree.h b/protocols/Sametime/src/glib/gtree.h
index db06ba3b82..344bcebee3 100644
--- a/protocols/Sametime/src/glib/gtree.h
+++ b/protocols/Sametime/src/glib/gtree.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gtypes.h b/protocols/Sametime/src/glib/gtypes.h
index e616f9988c..21d4447680 100644
--- a/protocols/Sametime/src/glib/gtypes.h
+++ b/protocols/Sametime/src/glib/gtypes.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gunibreak.c b/protocols/Sametime/src/glib/gunibreak.c
index 4b4f0e2faf..f390155ec4 100644
--- a/protocols/Sametime/src/glib/gunibreak.c
+++ b/protocols/Sametime/src/glib/gunibreak.c
@@ -1,4 +1,4 @@
-/* gunibreak.c - line break properties
+/* gunibreak.c - line break properties
*
* Copyright 2000 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gunibreak.h b/protocols/Sametime/src/glib/gunibreak.h
index 37be2af8cf..faae717f60 100644
--- a/protocols/Sametime/src/glib/gunibreak.h
+++ b/protocols/Sametime/src/glib/gunibreak.h
@@ -1,4 +1,4 @@
-/* This file is automatically generated. DO NOT EDIT!
+/* This file is automatically generated. DO NOT EDIT!
Instead, edit gen-unicode-tables.pl and re-run. */
#ifndef BREAKTABLES_H
diff --git a/protocols/Sametime/src/glib/gunichartables.h b/protocols/Sametime/src/glib/gunichartables.h
index 044a44ff45..6773c62849 100644
--- a/protocols/Sametime/src/glib/gunichartables.h
+++ b/protocols/Sametime/src/glib/gunichartables.h
@@ -1,4 +1,4 @@
-/* This file is automatically generated. DO NOT EDIT!
+/* This file is automatically generated. DO NOT EDIT!
Instead, edit gen-unicode-tables.pl and re-run. */
#ifndef CHARTABLES_H
diff --git a/protocols/Sametime/src/glib/gunicode.h b/protocols/Sametime/src/glib/gunicode.h
index 4ca7bd3017..a702c1eac8 100644
--- a/protocols/Sametime/src/glib/gunicode.h
+++ b/protocols/Sametime/src/glib/gunicode.h
@@ -1,4 +1,4 @@
-/* gunicode.h - Unicode manipulation functions
+/* gunicode.h - Unicode manipulation functions
*
* Copyright (C) 1999, 2000 Tom Tromey
* Copyright 2000, 2005 Red Hat, Inc.
diff --git a/protocols/Sametime/src/glib/gunicodeprivate.h b/protocols/Sametime/src/glib/gunicodeprivate.h
index c6cca842c2..541d57cdce 100644
--- a/protocols/Sametime/src/glib/gunicodeprivate.h
+++ b/protocols/Sametime/src/glib/gunicodeprivate.h
@@ -1,4 +1,4 @@
-/* gunicodeprivate.h
+/* gunicodeprivate.h
*
* Copyright (C) 2003 Noah Levitt
*
diff --git a/protocols/Sametime/src/glib/gunicollate.c b/protocols/Sametime/src/glib/gunicollate.c
index 165ecbc250..38fa5f9533 100644
--- a/protocols/Sametime/src/glib/gunicollate.c
+++ b/protocols/Sametime/src/glib/gunicollate.c
@@ -1,4 +1,4 @@
-/* gunicollate.c - Collation
+/* gunicollate.c - Collation
*
* Copyright 2001,2005 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gunicomp.h b/protocols/Sametime/src/glib/gunicomp.h
index 23a9087b7f..9ce37dc7fe 100644
--- a/protocols/Sametime/src/glib/gunicomp.h
+++ b/protocols/Sametime/src/glib/gunicomp.h
@@ -1,4 +1,4 @@
-#define COMPOSE_FIRST_START 1
+#define COMPOSE_FIRST_START 1
#define COMPOSE_FIRST_SINGLE_START 147
#define COMPOSE_SECOND_START 368
#define COMPOSE_SECOND_SINGLE_START 399
diff --git a/protocols/Sametime/src/glib/gunidecomp.c b/protocols/Sametime/src/glib/gunidecomp.c
index 0bd7ced2c8..7d29540605 100644
--- a/protocols/Sametime/src/glib/gunidecomp.c
+++ b/protocols/Sametime/src/glib/gunidecomp.c
@@ -1,4 +1,4 @@
-/* decomp.c - Character decomposition.
+/* decomp.c - Character decomposition.
*
* Copyright (C) 1999, 2000 Tom Tromey
* Copyright 2000 Red Hat, Inc.
diff --git a/protocols/Sametime/src/glib/gunidecomp.h b/protocols/Sametime/src/glib/gunidecomp.h
index 135d10742e..24210c04b4 100644
--- a/protocols/Sametime/src/glib/gunidecomp.h
+++ b/protocols/Sametime/src/glib/gunidecomp.h
@@ -1,4 +1,4 @@
-/* This file is automatically generated. DO NOT EDIT! */
+/* This file is automatically generated. DO NOT EDIT! */
#ifndef DECOMP_H
#define DECOMP_H
diff --git a/protocols/Sametime/src/glib/guniprop.c b/protocols/Sametime/src/glib/guniprop.c
index 639057434d..27c32f2c1c 100644
--- a/protocols/Sametime/src/glib/guniprop.c
+++ b/protocols/Sametime/src/glib/guniprop.c
@@ -1,4 +1,4 @@
-/* guniprop.c - Unicode character properties.
+/* guniprop.c - Unicode character properties.
*
* Copyright (C) 1999 Tom Tromey
* Copyright (C) 2000 Red Hat, Inc.
diff --git a/protocols/Sametime/src/glib/gurifuncs.c b/protocols/Sametime/src/glib/gurifuncs.c
index 6a77244c6d..786736163a 100644
--- a/protocols/Sametime/src/glib/gurifuncs.c
+++ b/protocols/Sametime/src/glib/gurifuncs.c
@@ -1,4 +1,4 @@
-/* GIO - GLib Input, Output and Streaming Library
+/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gurifuncs.h b/protocols/Sametime/src/glib/gurifuncs.h
index bbc8f8800a..2f61daa079 100644
--- a/protocols/Sametime/src/glib/gurifuncs.h
+++ b/protocols/Sametime/src/glib/gurifuncs.h
@@ -1,4 +1,4 @@
-/* GIO - GLib Input, Output and Streaming Library
+/* GIO - GLib Input, Output and Streaming Library
*
* Copyright (C) 2006-2007 Red Hat, Inc.
*
diff --git a/protocols/Sametime/src/glib/gutf8.c b/protocols/Sametime/src/glib/gutf8.c
index 98f4707161..4930d3cc87 100644
--- a/protocols/Sametime/src/glib/gutf8.c
+++ b/protocols/Sametime/src/glib/gutf8.c
@@ -1,4 +1,4 @@
-/* gutf8.c - Operations on UTF-8 strings.
+/* gutf8.c - Operations on UTF-8 strings.
*
* Copyright (C) 1999 Tom Tromey
* Copyright (C) 2000 Red Hat, Inc.
diff --git a/protocols/Sametime/src/glib/gutils.c b/protocols/Sametime/src/glib/gutils.c
index 49bbadbee0..3a815592b7 100644
--- a/protocols/Sametime/src/glib/gutils.c
+++ b/protocols/Sametime/src/glib/gutils.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1998 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gutils.h b/protocols/Sametime/src/glib/gutils.h
index 90281579c6..d9f579d08d 100644
--- a/protocols/Sametime/src/glib/gutils.h
+++ b/protocols/Sametime/src/glib/gutils.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gvariant-core.c b/protocols/Sametime/src/glib/gvariant-core.c
index 6f019307a4..5e0b786b7c 100644
--- a/protocols/Sametime/src/glib/gvariant-core.c
+++ b/protocols/Sametime/src/glib/gvariant-core.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant-core.h b/protocols/Sametime/src/glib/gvariant-core.h
index 33c0ef313a..7461601d12 100644
--- a/protocols/Sametime/src/glib/gvariant-core.h
+++ b/protocols/Sametime/src/glib/gvariant-core.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant-internal.h b/protocols/Sametime/src/glib/gvariant-internal.h
index 66a080af48..ac7d672480 100644
--- a/protocols/Sametime/src/glib/gvariant-internal.h
+++ b/protocols/Sametime/src/glib/gvariant-internal.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2009, 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant-parser.c b/protocols/Sametime/src/glib/gvariant-parser.c
index c38732d685..b9a81a4d7d 100644
--- a/protocols/Sametime/src/glib/gvariant-parser.c
+++ b/protocols/Sametime/src/glib/gvariant-parser.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2009, 2010 Codethink Limited
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/gvariant-serialiser.c b/protocols/Sametime/src/glib/gvariant-serialiser.c
index 68128e2da1..d54c7eeb36 100644
--- a/protocols/Sametime/src/glib/gvariant-serialiser.c
+++ b/protocols/Sametime/src/glib/gvariant-serialiser.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant-serialiser.h b/protocols/Sametime/src/glib/gvariant-serialiser.h
index f26b118d5c..8ea573360e 100644
--- a/protocols/Sametime/src/glib/gvariant-serialiser.h
+++ b/protocols/Sametime/src/glib/gvariant-serialiser.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant.c b/protocols/Sametime/src/glib/gvariant.c
index e333597069..076f04d28d 100644
--- a/protocols/Sametime/src/glib/gvariant.c
+++ b/protocols/Sametime/src/glib/gvariant.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvariant.h b/protocols/Sametime/src/glib/gvariant.h
index 528492b685..7ffd458fa4 100644
--- a/protocols/Sametime/src/glib/gvariant.h
+++ b/protocols/Sametime/src/glib/gvariant.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2009, 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvarianttype.c b/protocols/Sametime/src/glib/gvarianttype.c
index b33d60eef1..ef5c383b32 100644
--- a/protocols/Sametime/src/glib/gvarianttype.c
+++ b/protocols/Sametime/src/glib/gvarianttype.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2009, 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvarianttype.h b/protocols/Sametime/src/glib/gvarianttype.h
index 124fa46b59..7263013817 100644
--- a/protocols/Sametime/src/glib/gvarianttype.h
+++ b/protocols/Sametime/src/glib/gvarianttype.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2007, 2008 Ryan Lortie
* Copyright © 2009, 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvarianttypeinfo.c b/protocols/Sametime/src/glib/gvarianttypeinfo.c
index c5998d39ec..1b04324219 100644
--- a/protocols/Sametime/src/glib/gvarianttypeinfo.c
+++ b/protocols/Sametime/src/glib/gvarianttypeinfo.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gvarianttypeinfo.h b/protocols/Sametime/src/glib/gvarianttypeinfo.h
index 7c7b54412c..cc7c45614e 100644
--- a/protocols/Sametime/src/glib/gvarianttypeinfo.h
+++ b/protocols/Sametime/src/glib/gvarianttypeinfo.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2008 Ryan Lortie
* Copyright © 2010 Codethink Limited
*
diff --git a/protocols/Sametime/src/glib/gwin32.c b/protocols/Sametime/src/glib/gwin32.c
index 88e9a4b4ff..a630b0b07a 100644
--- a/protocols/Sametime/src/glib/gwin32.c
+++ b/protocols/Sametime/src/glib/gwin32.c
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1998 Peter Mattis, Spencer Kimball and Josh MacDonald
* Copyright (C) 1998-1999 Tor Lillqvist
*
diff --git a/protocols/Sametime/src/glib/gwin32.h b/protocols/Sametime/src/glib/gwin32.h
index 5793335478..dc71fa31bd 100644
--- a/protocols/Sametime/src/glib/gwin32.h
+++ b/protocols/Sametime/src/glib/gwin32.h
@@ -1,4 +1,4 @@
-/* GLIB - Library of useful routines for C programming
+/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/libcharset/libcharset.h b/protocols/Sametime/src/glib/libcharset/libcharset.h
index 686241e742..8a30ca02d0 100644
--- a/protocols/Sametime/src/glib/libcharset/libcharset.h
+++ b/protocols/Sametime/src/glib/libcharset/libcharset.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of the GNU CHARSET Library.
The GNU CHARSET Library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/libcharset/localcharset.c b/protocols/Sametime/src/glib/libcharset/localcharset.c
index a80a106e80..3e66d0d00c 100644
--- a/protocols/Sametime/src/glib/libcharset/localcharset.c
+++ b/protocols/Sametime/src/glib/libcharset/localcharset.c
@@ -1,4 +1,4 @@
-/* Determine a canonical name for the current locale's character encoding.
+/* Determine a canonical name for the current locale's character encoding.
Copyright (C) 2000-2006 Free Software Foundation, Inc.
diff --git a/protocols/Sametime/src/glib/libcharset/localcharset.h b/protocols/Sametime/src/glib/libcharset/localcharset.h
index 674aa3ab72..4020fc0c55 100644
--- a/protocols/Sametime/src/glib/libcharset/localcharset.h
+++ b/protocols/Sametime/src/glib/libcharset/localcharset.h
@@ -1,4 +1,4 @@
-/* Determine a canonical name for the current locale's character encoding.
+/* Determine a canonical name for the current locale's character encoding.
Copyright (C) 2000-2003 Free Software Foundation, Inc.
This file is part of the GNU CHARSET Library.
diff --git a/protocols/Sametime/src/glib/libintl.c b/protocols/Sametime/src/glib/libintl.c
index 89b6c92af8..019f64a8e2 100644
--- a/protocols/Sametime/src/glib/libintl.c
+++ b/protocols/Sametime/src/glib/libintl.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2008 Tor Lillqvist
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/libintl.h b/protocols/Sametime/src/glib/libintl.h
index 82d96e7d27..0569a4c1ce 100644
--- a/protocols/Sametime/src/glib/libintl.h
+++ b/protocols/Sametime/src/glib/libintl.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (C) 2008 Tor Lillqvist
*
* This library is free software; you can redistribute it and/or
diff --git a/protocols/Sametime/src/glib/wdirent.c b/protocols/Sametime/src/glib/wdirent.c
index 098d8542e3..d35743f18b 100644
--- a/protocols/Sametime/src/glib/wdirent.c
+++ b/protocols/Sametime/src/glib/wdirent.c
@@ -1,3 +1,3 @@
-#define _UNICODE 1
+#define _UNICODE 1
#define UNICODE 1
#include "dirent.c"
diff --git a/protocols/Sametime/src/glib/win_iconv.c b/protocols/Sametime/src/glib/win_iconv.c
index 4ab1653533..3f02499e04 100644
--- a/protocols/Sametime/src/glib/win_iconv.c
+++ b/protocols/Sametime/src/glib/win_iconv.c
@@ -1,4 +1,4 @@
-/*
+/*
* iconv library implemented with Win32 API.
*
* This file is placed in the public domain.
diff --git a/protocols/Sametime/src/meanwhile/src/channel.c b/protocols/Sametime/src/meanwhile/src/channel.c
index 07334c18e7..1899abd027 100644
--- a/protocols/Sametime/src/meanwhile/src/channel.c
+++ b/protocols/Sametime/src/meanwhile/src/channel.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/cipher.c b/protocols/Sametime/src/meanwhile/src/cipher.c
index 8e5bd6f042..7b3c72f02f 100644
--- a/protocols/Sametime/src/meanwhile/src/cipher.c
+++ b/protocols/Sametime/src/meanwhile/src/cipher.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/common.c b/protocols/Sametime/src/meanwhile/src/common.c
index 555edd2c1c..d98b671d28 100644
--- a/protocols/Sametime/src/meanwhile/src/common.c
+++ b/protocols/Sametime/src/meanwhile/src/common.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/error.c b/protocols/Sametime/src/meanwhile/src/error.c
index 23977c6626..2250b9ed40 100644
--- a/protocols/Sametime/src/meanwhile/src/error.c
+++ b/protocols/Sametime/src/meanwhile/src/error.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/message.c b/protocols/Sametime/src/meanwhile/src/message.c
index f9afec4c9b..cfaecd1c23 100644
--- a/protocols/Sametime/src/meanwhile/src/message.c
+++ b/protocols/Sametime/src/meanwhile/src/message.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h
index 6972c8878d..681c858338 100644
--- a/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h
+++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi-config.h
@@ -1,4 +1,4 @@
-/* Default configuration for MPI library */
+/* Default configuration for MPI library */
#ifndef MPI_CONFIG_H_
#define MPI_CONFIG_H_
diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h
index 137047ca77..3a18923291 100644
--- a/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h
+++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi-types.h
@@ -1,4 +1,4 @@
-
+
#include <glib.h>
typedef gchar mw_mp_sign;
diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi.c b/protocols/Sametime/src/meanwhile/src/mpi/mpi.c
index 3a18c99050..ccdf5cf0f7 100644
--- a/protocols/Sametime/src/meanwhile/src/mpi/mpi.c
+++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi.c
@@ -1,4 +1,4 @@
-/*
+/*
mpi.c
by Michael J. Fromberger <http://www.dartmouth.edu/~sting/>
diff --git a/protocols/Sametime/src/meanwhile/src/mpi/mpi.h b/protocols/Sametime/src/meanwhile/src/mpi/mpi.h
index 0e7cc527a1..14a6573e25 100644
--- a/protocols/Sametime/src/meanwhile/src/mpi/mpi.h
+++ b/protocols/Sametime/src/meanwhile/src/mpi/mpi.h
@@ -1,4 +1,4 @@
-/*
+/*
mpi.h
by Michael J. Fromberger <http://www.dartmouth.edu/~sting/>
diff --git a/protocols/Sametime/src/meanwhile/src/mw_channel.h b/protocols/Sametime/src/meanwhile/src/mw_channel.h
index 7af5e22d86..b9b3316875 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_channel.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_channel.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_cipher.h b/protocols/Sametime/src/meanwhile/src/mw_cipher.h
index a75781397e..38894bf6e6 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_cipher.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_cipher.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_common.h b/protocols/Sametime/src/meanwhile/src/mw_common.h
index 6138ce1b4d..4e7967510a 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_common.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_common.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_debug.c b/protocols/Sametime/src/meanwhile/src/mw_debug.c
index d22d2876eb..cb84bbb6e0 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_debug.c
+++ b/protocols/Sametime/src/meanwhile/src/mw_debug.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_debug.h b/protocols/Sametime/src/meanwhile/src/mw_debug.h
index e1919c11c8..000047a3eb 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_debug.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_debug.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_error.h b/protocols/Sametime/src/meanwhile/src/mw_error.h
index e53cc0c996..aa6e3bf620 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_error.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_error.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_message.h b/protocols/Sametime/src/meanwhile/src/mw_message.h
index a825ec271b..6e55842d5f 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_message.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_message.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_service.h b/protocols/Sametime/src/meanwhile/src/mw_service.h
index 9bcd6509db..9a7cf8a5a2 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_service.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_service.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_session.h b/protocols/Sametime/src/meanwhile/src/mw_session.h
index e606e0ca98..5065008a9e 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_session.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_session.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h
index 0d5090d258..412ecd2f24 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_aware.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h
index ea162e6e73..771ce3d0de 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_conf.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h
index c45e850232..d8a9523629 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_dir.h
@@ -1,4 +1,4 @@
-/*
+/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h
index aef7de886a..0887661de0 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_ft.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h
index adb710e32c..9bd6331cd5 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_im.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h
index bba97b61e9..3283692222 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_place.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h
index 5429640a1e..7c621f4bdb 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_resolve.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h b/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h
index b55ddf21fe..a8524e5ef9 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_srvc_store.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_st_list.h b/protocols/Sametime/src/meanwhile/src/mw_st_list.h
index d54de15bac..535ca933dd 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_st_list.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_st_list.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_util.c b/protocols/Sametime/src/meanwhile/src/mw_util.c
index 57c1845b38..b8f0a5a16b 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_util.c
+++ b/protocols/Sametime/src/meanwhile/src/mw_util.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/mw_util.h b/protocols/Sametime/src/meanwhile/src/mw_util.h
index a94b85131f..cd75d59b83 100644
--- a/protocols/Sametime/src/meanwhile/src/mw_util.h
+++ b/protocols/Sametime/src/meanwhile/src/mw_util.h
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/service.c b/protocols/Sametime/src/meanwhile/src/service.c
index 9ff8d8639f..c4f4ea4263 100644
--- a/protocols/Sametime/src/meanwhile/src/service.c
+++ b/protocols/Sametime/src/meanwhile/src/service.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/session.c b/protocols/Sametime/src/meanwhile/src/session.c
index d02d3a09bd..6688d9635a 100644
--- a/protocols/Sametime/src/meanwhile/src/session.c
+++ b/protocols/Sametime/src/meanwhile/src/session.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_aware.c b/protocols/Sametime/src/meanwhile/src/srvc_aware.c
index 8c399b9832..a7e2b457b3 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_aware.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_aware.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_conf.c b/protocols/Sametime/src/meanwhile/src/srvc_conf.c
index 46d12fd849..4c421fd687 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_conf.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_conf.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_dir.c b/protocols/Sametime/src/meanwhile/src/srvc_dir.c
index be944429cf..4a84ee0d7c 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_dir.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_dir.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_ft.c b/protocols/Sametime/src/meanwhile/src/srvc_ft.c
index df623e5181..e4d3ee6fc2 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_ft.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_ft.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_im.c b/protocols/Sametime/src/meanwhile/src/srvc_im.c
index c200487812..345453fd53 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_im.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_im.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_place.c b/protocols/Sametime/src/meanwhile/src/srvc_place.c
index d07e886bc9..1b33165d6f 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_place.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_place.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_resolve.c b/protocols/Sametime/src/meanwhile/src/srvc_resolve.c
index 3a282291cc..1f910d5701 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_resolve.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_resolve.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/srvc_store.c b/protocols/Sametime/src/meanwhile/src/srvc_store.c
index edfd0281ef..af792adbc2 100644
--- a/protocols/Sametime/src/meanwhile/src/srvc_store.c
+++ b/protocols/Sametime/src/meanwhile/src/srvc_store.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/meanwhile/src/st_list.c b/protocols/Sametime/src/meanwhile/src/st_list.c
index 186d5a39a3..106a126fa8 100644
--- a/protocols/Sametime/src/meanwhile/src/st_list.c
+++ b/protocols/Sametime/src/meanwhile/src/st_list.c
@@ -1,4 +1,4 @@
-
+
/*
Meanwhile - Unofficial Lotus Sametime Community Client Library
Copyright (C) 2004 Christopher (siege) O'Brien
diff --git a/protocols/Sametime/src/messaging.cpp b/protocols/Sametime/src/messaging.cpp
index 9b0fa0b9fb..57d1efdc0e 100644
--- a/protocols/Sametime/src/messaging.cpp
+++ b/protocols/Sametime/src/messaging.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
CSametimeProto* getProtoFromMwConversation(mwConversation* conv)
diff --git a/protocols/Sametime/src/options.cpp b/protocols/Sametime/src/options.cpp
index 188f0afd79..541320b2f3 100644
--- a/protocols/Sametime/src/options.cpp
+++ b/protocols/Sametime/src/options.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
diff --git a/protocols/Sametime/src/places.cpp b/protocols/Sametime/src/places.cpp
index 8b3a030ed1..0110a8f174 100644
--- a/protocols/Sametime/src/places.cpp
+++ b/protocols/Sametime/src/places.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
/* Stubs, NOT IMPLEMENTED NOW */
diff --git a/protocols/Sametime/src/resource.h b/protocols/Sametime/src/resource.h
index 761b400d0d..79356b96cd 100644
--- a/protocols/Sametime/src/resource.h
+++ b/protocols/Sametime/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/protocols/Sametime/src/sametime.cpp b/protocols/Sametime/src/sametime.cpp
index 0987008bec..ff9c9d2599 100644
--- a/protocols/Sametime/src/sametime.cpp
+++ b/protocols/Sametime/src/sametime.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
#include "version.h"
diff --git a/protocols/Sametime/src/sametime.h b/protocols/Sametime/src/sametime.h
index 2458028af0..aa7b4d36db 100644
--- a/protocols/Sametime/src/sametime.h
+++ b/protocols/Sametime/src/sametime.h
@@ -1,4 +1,4 @@
-#ifndef _SAMETIME_H
+#ifndef _SAMETIME_H
#define _SAMETIME_H
diff --git a/protocols/Sametime/src/sametime_proto.cpp b/protocols/Sametime/src/sametime_proto.cpp
index 3fb384cb38..8df09daf9e 100644
--- a/protocols/Sametime/src/sametime_proto.cpp
+++ b/protocols/Sametime/src/sametime_proto.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
CSametimeProto::CSametimeProto(const char* pszProtoName, const wchar_t* tszUserName) :
diff --git a/protocols/Sametime/src/sametime_proto.h b/protocols/Sametime/src/sametime_proto.h
index f822118c88..35bae49b43 100644
--- a/protocols/Sametime/src/sametime_proto.h
+++ b/protocols/Sametime/src/sametime_proto.h
@@ -1,4 +1,4 @@
-
+
#ifndef _SAMETIME_PROTO_H
#define _SAMETIME_PROTO_H
diff --git a/protocols/Sametime/src/sametime_session.cpp b/protocols/Sametime/src/sametime_session.cpp
index 3646cc2f34..f030fa195b 100644
--- a/protocols/Sametime/src/sametime_session.cpp
+++ b/protocols/Sametime/src/sametime_session.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
/// not in CSametimeProto (used at NETLIBOPENCONNECTION_tag.waitcallback)
diff --git a/protocols/Sametime/src/session_announce_win.cpp b/protocols/Sametime/src/session_announce_win.cpp
index 45c4dffa2d..5e9e72a821 100644
--- a/protocols/Sametime/src/session_announce_win.cpp
+++ b/protocols/Sametime/src/session_announce_win.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
INT_PTR CALLBACK SessionAnnounceDialogProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)
diff --git a/protocols/Sametime/src/userlist.cpp b/protocols/Sametime/src/userlist.cpp
index a61398189a..ca3062933c 100644
--- a/protocols/Sametime/src/userlist.cpp
+++ b/protocols/Sametime/src/userlist.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
MCONTACT CSametimeProto::FindContactByUserId(const char* id)
diff --git a/protocols/Sametime/src/utils.cpp b/protocols/Sametime/src/utils.cpp
index 17f545cf96..f129a09ebe 100644
--- a/protocols/Sametime/src/utils.cpp
+++ b/protocols/Sametime/src/utils.cpp
@@ -1,4 +1,4 @@
-#include "StdAfx.h"
+#include "StdAfx.h"
#include "sametime.h"
diff --git a/protocols/Sametime/src/version.h b/protocols/Sametime/src/version.h
index fc60a0cfff..36fa301b78 100644
--- a/protocols/Sametime/src/version.h
+++ b/protocols/Sametime/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 7
#define __RELEASE_NUM 0
#define __BUILD_NUM 5
diff --git a/protocols/SkypeWeb/CMakeLists.txt b/protocols/SkypeWeb/CMakeLists.txt
index 739bbe8aec..bac23c7a36 100644
--- a/protocols/SkypeWeb/CMakeLists.txt
+++ b/protocols/SkypeWeb/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/requests/asm/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/requests/asm/*.h" "src/*.cpp" "res/*.rc")
set(TARGET SkypeWeb)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson)
diff --git a/protocols/SkypeWeb/proto_conn_skype/CMakeLists.txt b/protocols/SkypeWeb/proto_conn_skype/CMakeLists.txt
index 14b4eac82c..8cf9111852 100644
--- a/protocols/SkypeWeb/proto_conn_skype/CMakeLists.txt
+++ b/protocols/SkypeWeb/proto_conn_skype/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_conn_Skype)
+set(TARGET Proto_conn_Skype)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/SkypeWeb/proto_conn_skype/res/resource.rc b/protocols/SkypeWeb/proto_conn_skype/res/resource.rc
index 649c7f7e9b..d0186c1880 100644
--- a/protocols/SkypeWeb/proto_conn_skype/res/resource.rc
+++ b/protocols/SkypeWeb/proto_conn_skype/res/resource.rc
@@ -1,4 +1,4 @@
-//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#define APSTUDIO_READONLY_SYMBOLS
diff --git a/protocols/SkypeWeb/proto_skype/CMakeLists.txt b/protocols/SkypeWeb/proto_skype/CMakeLists.txt
index 9112f38771..dae01295bb 100644
--- a/protocols/SkypeWeb/proto_skype/CMakeLists.txt
+++ b/protocols/SkypeWeb/proto_skype/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Skype)
+set(TARGET Proto_Skype)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc b/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc
index 3506f4708d..75ab393e98 100644
--- a/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc
+++ b/protocols/SkypeWeb/proto_skype/res/Proto_Skype.rc
@@ -1,4 +1,4 @@
- // Microsoft Visual C++ generated resource script.
+ // Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/SkypeWeb/proto_skype/src/resource.h b/protocols/SkypeWeb/proto_skype/src/resource.h
index e206585288..58cfd52387 100644
--- a/protocols/SkypeWeb/proto_skype/src/resource.h
+++ b/protocols/SkypeWeb/proto_skype/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_NewsAggr.rc
//
diff --git a/protocols/SkypeWeb/res/resource.rc b/protocols/SkypeWeb/res/resource.rc
index bfd65f1872..138a21c1dd 100644
--- a/protocols/SkypeWeb/res/resource.rc
+++ b/protocols/SkypeWeb/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/SkypeWeb/res/version.rc b/protocols/SkypeWeb/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/SkypeWeb/res/version.rc
+++ b/protocols/SkypeWeb/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/SkypeWeb/src/http_request.h b/protocols/SkypeWeb/src/http_request.h
index aeac52542c..1c01d4256e 100644
--- a/protocols/SkypeWeb/src/http_request.h
+++ b/protocols/SkypeWeb/src/http_request.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/main.cpp b/protocols/SkypeWeb/src/main.cpp
index 37b2ba5a97..5a98229fb5 100644
--- a/protocols/SkypeWeb/src/main.cpp
+++ b/protocols/SkypeWeb/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/request_queue.cpp b/protocols/SkypeWeb/src/request_queue.cpp
index e0c72c9cee..68d75e9e6a 100644
--- a/protocols/SkypeWeb/src/request_queue.cpp
+++ b/protocols/SkypeWeb/src/request_queue.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/request_queue.h b/protocols/SkypeWeb/src/request_queue.h
index a3a5608682..f63e59e9b0 100644
--- a/protocols/SkypeWeb/src/request_queue.h
+++ b/protocols/SkypeWeb/src/request_queue.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/asm/files.h b/protocols/SkypeWeb/src/requests/asm/files.h
index 9f2fff89c9..0c0776f11d 100644
--- a/protocols/SkypeWeb/src/requests/asm/files.h
+++ b/protocols/SkypeWeb/src/requests/asm/files.h
@@ -1,4 +1,4 @@
-#pragma once
+#pragma once
class ASMObjectCreateRequest : public HttpRequest
{
diff --git a/protocols/SkypeWeb/src/requests/avatars.h b/protocols/SkypeWeb/src/requests/avatars.h
index 6380037025..0b69c15c21 100644
--- a/protocols/SkypeWeb/src/requests/avatars.h
+++ b/protocols/SkypeWeb/src/requests/avatars.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/capabilities.h b/protocols/SkypeWeb/src/requests/capabilities.h
index 0332492113..1b80e9b002 100644
--- a/protocols/SkypeWeb/src/requests/capabilities.h
+++ b/protocols/SkypeWeb/src/requests/capabilities.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/chatrooms.h b/protocols/SkypeWeb/src/requests/chatrooms.h
index f4978debe6..edfb0dfebf 100644
--- a/protocols/SkypeWeb/src/requests/chatrooms.h
+++ b/protocols/SkypeWeb/src/requests/chatrooms.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/contacts.h b/protocols/SkypeWeb/src/requests/contacts.h
index a51957de04..a5539b6eb3 100644
--- a/protocols/SkypeWeb/src/requests/contacts.h
+++ b/protocols/SkypeWeb/src/requests/contacts.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/endpoint.h b/protocols/SkypeWeb/src/requests/endpoint.h
index 7bdfe8352d..443b553967 100644
--- a/protocols/SkypeWeb/src/requests/endpoint.h
+++ b/protocols/SkypeWeb/src/requests/endpoint.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/history.h b/protocols/SkypeWeb/src/requests/history.h
index 2e181cb74d..aeb2ddb1f9 100644
--- a/protocols/SkypeWeb/src/requests/history.h
+++ b/protocols/SkypeWeb/src/requests/history.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/login.h b/protocols/SkypeWeb/src/requests/login.h
index 1f05f9431a..e89776cab8 100644
--- a/protocols/SkypeWeb/src/requests/login.h
+++ b/protocols/SkypeWeb/src/requests/login.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/messages.h b/protocols/SkypeWeb/src/requests/messages.h
index 7bcccc016e..fb514f1897 100644
--- a/protocols/SkypeWeb/src/requests/messages.h
+++ b/protocols/SkypeWeb/src/requests/messages.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/mslogin.h b/protocols/SkypeWeb/src/requests/mslogin.h
index 6f65822225..24bd0ff8e5 100644
--- a/protocols/SkypeWeb/src/requests/mslogin.h
+++ b/protocols/SkypeWeb/src/requests/mslogin.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/oauth.h b/protocols/SkypeWeb/src/requests/oauth.h
index d0bf9a5ed9..9ae8e4eefc 100644
--- a/protocols/SkypeWeb/src/requests/oauth.h
+++ b/protocols/SkypeWeb/src/requests/oauth.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/poll.h b/protocols/SkypeWeb/src/requests/poll.h
index 560f34593b..a7469522dc 100644
--- a/protocols/SkypeWeb/src/requests/poll.h
+++ b/protocols/SkypeWeb/src/requests/poll.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/profile.h b/protocols/SkypeWeb/src/requests/profile.h
index 12e718e148..70a86e1c1b 100644
--- a/protocols/SkypeWeb/src/requests/profile.h
+++ b/protocols/SkypeWeb/src/requests/profile.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/search.h b/protocols/SkypeWeb/src/requests/search.h
index c7016d076b..c58f219025 100644
--- a/protocols/SkypeWeb/src/requests/search.h
+++ b/protocols/SkypeWeb/src/requests/search.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/status.h b/protocols/SkypeWeb/src/requests/status.h
index d63b231fb1..4395800926 100644
--- a/protocols/SkypeWeb/src/requests/status.h
+++ b/protocols/SkypeWeb/src/requests/status.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/subscriptions.h b/protocols/SkypeWeb/src/requests/subscriptions.h
index 811a2e429d..dbf3f69255 100644
--- a/protocols/SkypeWeb/src/requests/subscriptions.h
+++ b/protocols/SkypeWeb/src/requests/subscriptions.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/requests/trouter.h b/protocols/SkypeWeb/src/requests/trouter.h
index 42e9a5ed74..8c640465f2 100644
--- a/protocols/SkypeWeb/src/requests/trouter.h
+++ b/protocols/SkypeWeb/src/requests/trouter.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/resource.h b/protocols/SkypeWeb/src/resource.h
index 194e0275f5..38889944e7 100644
--- a/protocols/SkypeWeb/src/resource.h
+++ b/protocols/SkypeWeb/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\Others\SVN\MirandaNG\trunk\protocols\SkypeWeb\res\resource.rc
//
diff --git a/protocols/SkypeWeb/src/skype_accounts.cpp b/protocols/SkypeWeb/src/skype_accounts.cpp
index 1e54acb021..8e8886db1f 100644
--- a/protocols/SkypeWeb/src/skype_accounts.cpp
+++ b/protocols/SkypeWeb/src/skype_accounts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_avatars.cpp b/protocols/SkypeWeb/src/skype_avatars.cpp
index 279087960b..031f2d938a 100644
--- a/protocols/SkypeWeb/src/skype_avatars.cpp
+++ b/protocols/SkypeWeb/src/skype_avatars.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp
index 9dbb8032a8..151fef4378 100644
--- a/protocols/SkypeWeb/src/skype_chatrooms.cpp
+++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_contacts.cpp b/protocols/SkypeWeb/src/skype_contacts.cpp
index 58b7f8ea82..7513b25d9e 100644
--- a/protocols/SkypeWeb/src/skype_contacts.cpp
+++ b/protocols/SkypeWeb/src/skype_contacts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_db.cpp b/protocols/SkypeWeb/src/skype_db.cpp
index f5fd1519b6..3b0fe582ac 100644
--- a/protocols/SkypeWeb/src/skype_db.cpp
+++ b/protocols/SkypeWeb/src/skype_db.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_db.h b/protocols/SkypeWeb/src/skype_db.h
index 057f2a2279..31e5626eda 100644
--- a/protocols/SkypeWeb/src/skype_db.h
+++ b/protocols/SkypeWeb/src/skype_db.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_dialogs.cpp b/protocols/SkypeWeb/src/skype_dialogs.cpp
index b85ab3ad27..99658758fa 100644
--- a/protocols/SkypeWeb/src/skype_dialogs.cpp
+++ b/protocols/SkypeWeb/src/skype_dialogs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_dialogs.h b/protocols/SkypeWeb/src/skype_dialogs.h
index efd70d3e8e..631ea6a306 100644
--- a/protocols/SkypeWeb/src/skype_dialogs.h
+++ b/protocols/SkypeWeb/src/skype_dialogs.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_events.cpp b/protocols/SkypeWeb/src/skype_events.cpp
index 09bebbf54c..b5c4fe0ab1 100644
--- a/protocols/SkypeWeb/src/skype_events.cpp
+++ b/protocols/SkypeWeb/src/skype_events.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_files.cpp b/protocols/SkypeWeb/src/skype_files.cpp
index 1ce9e54808..59312c60ec 100644
--- a/protocols/SkypeWeb/src/skype_files.cpp
+++ b/protocols/SkypeWeb/src/skype_files.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define FILETRANSFER_FAILED(fup) { ProtoBroadcastAck(fup->hContact, ACKTYPE_FILE, ACKRESULT_FAILED, (HANDLE)fup); delete fup; fup = nullptr;}
diff --git a/protocols/SkypeWeb/src/skype_history_sync.cpp b/protocols/SkypeWeb/src/skype_history_sync.cpp
index 000007dbf3..1228961e60 100644
--- a/protocols/SkypeWeb/src/skype_history_sync.cpp
+++ b/protocols/SkypeWeb/src/skype_history_sync.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_icons.cpp b/protocols/SkypeWeb/src/skype_icons.cpp
index 0275775124..d14fdacabf 100644
--- a/protocols/SkypeWeb/src/skype_icons.cpp
+++ b/protocols/SkypeWeb/src/skype_icons.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_login.cpp b/protocols/SkypeWeb/src/skype_login.cpp
index d1b339cc29..8ec17e7e24 100644
--- a/protocols/SkypeWeb/src/skype_login.cpp
+++ b/protocols/SkypeWeb/src/skype_login.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_menus.cpp b/protocols/SkypeWeb/src/skype_menus.cpp
index 4e1a05451f..5849f71f97 100644
--- a/protocols/SkypeWeb/src/skype_menus.cpp
+++ b/protocols/SkypeWeb/src/skype_menus.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_menus.h b/protocols/SkypeWeb/src/skype_menus.h
index dac8515e20..f8ac2bfa95 100644
--- a/protocols/SkypeWeb/src/skype_menus.h
+++ b/protocols/SkypeWeb/src/skype_menus.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_messages.cpp b/protocols/SkypeWeb/src/skype_messages.cpp
index c7245ca1a2..c5a13d9c3d 100644
--- a/protocols/SkypeWeb/src/skype_messages.cpp
+++ b/protocols/SkypeWeb/src/skype_messages.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_mslogin.cpp b/protocols/SkypeWeb/src/skype_mslogin.cpp
index 73e05e8221..afc8f48cda 100644
--- a/protocols/SkypeWeb/src/skype_mslogin.cpp
+++ b/protocols/SkypeWeb/src/skype_mslogin.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_network.cpp b/protocols/SkypeWeb/src/skype_network.cpp
index 46a564599b..3b96f94dec 100644
--- a/protocols/SkypeWeb/src/skype_network.cpp
+++ b/protocols/SkypeWeb/src/skype_network.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_oauth.cpp b/protocols/SkypeWeb/src/skype_oauth.cpp
index f198c160ae..1dbab45e55 100644
--- a/protocols/SkypeWeb/src/skype_oauth.cpp
+++ b/protocols/SkypeWeb/src/skype_oauth.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_options.cpp b/protocols/SkypeWeb/src/skype_options.cpp
index bc86d99196..b3533d7272 100644
--- a/protocols/SkypeWeb/src/skype_options.cpp
+++ b/protocols/SkypeWeb/src/skype_options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_options.h b/protocols/SkypeWeb/src/skype_options.h
index ea79326390..4fa2223f73 100644
--- a/protocols/SkypeWeb/src/skype_options.h
+++ b/protocols/SkypeWeb/src/skype_options.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_polling.cpp b/protocols/SkypeWeb/src/skype_polling.cpp
index 4325632571..d12ef0f9e1 100644
--- a/protocols/SkypeWeb/src/skype_polling.cpp
+++ b/protocols/SkypeWeb/src/skype_polling.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_popups.cpp b/protocols/SkypeWeb/src/skype_popups.cpp
index b87d31c223..515b9d7d13 100644
--- a/protocols/SkypeWeb/src/skype_popups.cpp
+++ b/protocols/SkypeWeb/src/skype_popups.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CSkypeProto::InitPopups()
{
diff --git a/protocols/SkypeWeb/src/skype_profile.cpp b/protocols/SkypeWeb/src/skype_profile.cpp
index d0f7304b0a..c1eb2e11e1 100644
--- a/protocols/SkypeWeb/src/skype_profile.cpp
+++ b/protocols/SkypeWeb/src/skype_profile.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_proto.cpp b/protocols/SkypeWeb/src/skype_proto.cpp
index 58406f4630..f67570b2ba 100644
--- a/protocols/SkypeWeb/src/skype_proto.cpp
+++ b/protocols/SkypeWeb/src/skype_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h
index cc70467445..a2e38b1c08 100644
--- a/protocols/SkypeWeb/src/skype_proto.h
+++ b/protocols/SkypeWeb/src/skype_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_request.cpp b/protocols/SkypeWeb/src/skype_request.cpp
index 31ec15960f..1156fe7bad 100644
--- a/protocols/SkypeWeb/src/skype_request.cpp
+++ b/protocols/SkypeWeb/src/skype_request.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_search.cpp b/protocols/SkypeWeb/src/skype_search.cpp
index e5a311388a..2e2a408c8a 100644
--- a/protocols/SkypeWeb/src/skype_search.cpp
+++ b/protocols/SkypeWeb/src/skype_search.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_timers.cpp b/protocols/SkypeWeb/src/skype_timers.cpp
index 3fc9bfb94f..02462570b9 100644
--- a/protocols/SkypeWeb/src/skype_timers.cpp
+++ b/protocols/SkypeWeb/src/skype_timers.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_trouter.cpp b/protocols/SkypeWeb/src/skype_trouter.cpp
index c8aff831dc..5be0364e25 100644
--- a/protocols/SkypeWeb/src/skype_trouter.cpp
+++ b/protocols/SkypeWeb/src/skype_trouter.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_trouter.h b/protocols/SkypeWeb/src/skype_trouter.h
index dc86f2a314..163562926b 100644
--- a/protocols/SkypeWeb/src/skype_trouter.h
+++ b/protocols/SkypeWeb/src/skype_trouter.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_utils.cpp b/protocols/SkypeWeb/src/skype_utils.cpp
index 6c9e1fe6cc..221e657342 100644
--- a/protocols/SkypeWeb/src/skype_utils.cpp
+++ b/protocols/SkypeWeb/src/skype_utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/skype_utils.h b/protocols/SkypeWeb/src/skype_utils.h
index 81e08dc818..d33533a8bb 100644
--- a/protocols/SkypeWeb/src/skype_utils.h
+++ b/protocols/SkypeWeb/src/skype_utils.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/stdafx.cxx b/protocols/SkypeWeb/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/SkypeWeb/src/stdafx.cxx
+++ b/protocols/SkypeWeb/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h
index eccbf4789c..31b95df003 100644
--- a/protocols/SkypeWeb/src/stdafx.h
+++ b/protocols/SkypeWeb/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/SkypeWeb/src/version.h b/protocols/SkypeWeb/src/version.h
index aad66dc7d6..a670d141b2 100644
--- a/protocols/SkypeWeb/src/version.h
+++ b/protocols/SkypeWeb/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 12
#define __RELEASE_NUM 2
#define __BUILD_NUM 5
diff --git a/protocols/Steam/CMakeLists.txt b/protocols/Steam/CMakeLists.txt
index 9dacd1a586..7815315d0b 100644
--- a/protocols/Steam/CMakeLists.txt
+++ b/protocols/Steam/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Steam)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson comctl32.lib)
diff --git a/protocols/Steam/doc/sources.txt b/protocols/Steam/doc/sources.txt
index ccac7b00a3..e2a6ac7e33 100644
--- a/protocols/Steam/doc/sources.txt
+++ b/protocols/Steam/doc/sources.txt
@@ -1,4 +1,4 @@
-Steam web API
+Steam web API
http://steamcommunity.com/dev
Official supported API
http://api.steampowered.com/ISteamWebAPIUtil/GetSupportedAPIList/v0001/
diff --git a/protocols/Steam/proto_steam/CMakeLists.txt b/protocols/Steam/proto_steam/CMakeLists.txt
index 436cbf7985..b77321f785 100644
--- a/protocols/Steam/proto_steam/CMakeLists.txt
+++ b/protocols/Steam/proto_steam/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Steam)
+set(TARGET Proto_Steam)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Steam/proto_steam/res/Proto_Steam.rc b/protocols/Steam/proto_steam/res/Proto_Steam.rc
index 68b8b58b2e..3067217f0d 100644
--- a/protocols/Steam/proto_steam/res/Proto_Steam.rc
+++ b/protocols/Steam/proto_steam/res/Proto_Steam.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Steam/proto_steam/src/resource.h b/protocols/Steam/proto_steam/src/resource.h
index 70b1314876..ee49342637 100644
--- a/protocols/Steam/proto_steam/src/resource.h
+++ b/protocols/Steam/proto_steam/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_IRC.rc
//
diff --git a/protocols/Steam/res/Resource.rc b/protocols/Steam/res/Resource.rc
index 2cb5633c29..3c2ce3021e 100644
--- a/protocols/Steam/res/Resource.rc
+++ b/protocols/Steam/res/Resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Steam/res/version.rc b/protocols/Steam/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Steam/res/version.rc
+++ b/protocols/Steam/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Steam/src/api/authorization.h b/protocols/Steam/src/api/authorization.h
index cba8d4d274..87bff30afd 100644
--- a/protocols/Steam/src/api/authorization.h
+++ b/protocols/Steam/src/api/authorization.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
+#ifndef _STEAM_REQUEST_AUTHORIZATION_H_
#define _STEAM_REQUEST_AUTHORIZATION_H_
class AuthorizationRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/avatar.h b/protocols/Steam/src/api/avatar.h
index 28e573d9d1..ef4fcdfcf5 100644
--- a/protocols/Steam/src/api/avatar.h
+++ b/protocols/Steam/src/api/avatar.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_AVATAR_H_
+#ifndef _STEAM_REQUEST_AVATAR_H_
#define _STEAM_REQUEST_AVATAR_H_
class GetAvatarRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/captcha.h b/protocols/Steam/src/api/captcha.h
index 9619a09b54..b61dca89d6 100644
--- a/protocols/Steam/src/api/captcha.h
+++ b/protocols/Steam/src/api/captcha.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_CAPTCHA_H_
+#ifndef _STEAM_REQUEST_CAPTCHA_H_
#define _STEAM_REQUEST_CAPTCHA_H_
class GetCaptchaRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend.h b/protocols/Steam/src/api/friend.h
index ade553f2c0..d0fd70fa22 100644
--- a/protocols/Steam/src/api/friend.h
+++ b/protocols/Steam/src/api/friend.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_H_
+#ifndef _STEAM_REQUEST_FRIEND_H_
#define _STEAM_REQUEST_FRIEND_H_
class GetUserSummariesRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/friend_list.h b/protocols/Steam/src/api/friend_list.h
index b6ab98402b..d6826ebb60 100644
--- a/protocols/Steam/src/api/friend_list.h
+++ b/protocols/Steam/src/api/friend_list.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
+#ifndef _STEAM_REQUEST_FRIEND_LIST_H_
#define _STEAM_REQUEST_FRIEND_LIST_H_
class GetFriendListRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/history.h b/protocols/Steam/src/api/history.h
index 09eed8a49c..86e29a6da2 100644
--- a/protocols/Steam/src/api/history.h
+++ b/protocols/Steam/src/api/history.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_HISTORY_H_
+#ifndef _STEAM_REQUEST_HISTORY_H_
#define _STEAM_REQUEST_HISTORY_H_
class GetConversationsRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/login.h b/protocols/Steam/src/api/login.h
index 35ea1d8c74..ced52b065c 100644
--- a/protocols/Steam/src/api/login.h
+++ b/protocols/Steam/src/api/login.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_LOGIN_H_
+#ifndef _STEAM_REQUEST_LOGIN_H_
#define _STEAM_REQUEST_LOGIN_H_
class LogonRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/message.h b/protocols/Steam/src/api/message.h
index 77adb4a240..7c38bfb430 100644
--- a/protocols/Steam/src/api/message.h
+++ b/protocols/Steam/src/api/message.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_MESSAGE_H_
+#ifndef _STEAM_REQUEST_MESSAGE_H_
#define _STEAM_REQUEST_MESSAGE_H_
class SendMessageRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/pending.h b/protocols/Steam/src/api/pending.h
index 7c1964b6c5..411bcc2948 100644
--- a/protocols/Steam/src/api/pending.h
+++ b/protocols/Steam/src/api/pending.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_PENDING_H_
+#ifndef _STEAM_REQUEST_PENDING_H_
#define _STEAM_REQUEST_PENDING_H_
class ApprovePendingRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/poll.h b/protocols/Steam/src/api/poll.h
index 5c5da5674c..8dd795a4fa 100644
--- a/protocols/Steam/src/api/poll.h
+++ b/protocols/Steam/src/api/poll.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_POLL_H_
+#ifndef _STEAM_REQUEST_POLL_H_
#define _STEAM_REQUEST_POLL_H_
class PollRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/rsa_key.h b/protocols/Steam/src/api/rsa_key.h
index 9f89a70403..c9c826b18b 100644
--- a/protocols/Steam/src/api/rsa_key.h
+++ b/protocols/Steam/src/api/rsa_key.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_RSA_KEY_H_
+#ifndef _STEAM_REQUEST_RSA_KEY_H_
#define _STEAM_REQUEST_RSA_KEY_H_
class GetRsaKeyRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/search.h b/protocols/Steam/src/api/search.h
index a22ed64431..e9e9691cc1 100644
--- a/protocols/Steam/src/api/search.h
+++ b/protocols/Steam/src/api/search.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SEARCH_H_
+#ifndef _STEAM_REQUEST_SEARCH_H_
#define _STEAM_REQUEST_SEARCH_H_
class SearchRequest : public HttpRequest
diff --git a/protocols/Steam/src/api/session.h b/protocols/Steam/src/api/session.h
index b00e470da6..96fc560816 100644
--- a/protocols/Steam/src/api/session.h
+++ b/protocols/Steam/src/api/session.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_REQUEST_SESSION_H_
+#ifndef _STEAM_REQUEST_SESSION_H_
#define _STEAM_REQUEST_SESSION_H_
class GetSessionRequest : public HttpRequest
diff --git a/protocols/Steam/src/http_request.h b/protocols/Steam/src/http_request.h
index 841910dc32..8016f2cf1d 100644
--- a/protocols/Steam/src/http_request.h
+++ b/protocols/Steam/src/http_request.h
@@ -1,4 +1,4 @@
-#ifndef _HTTP_REQUEST_H_
+#ifndef _HTTP_REQUEST_H_
#define _HTTP_REQUEST_H_
class HttpResponse : public NETLIBHTTPREQUEST, public MZeroedObject
diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp
index 4010b9e46f..b4b3498090 100644
--- a/protocols/Steam/src/main.cpp
+++ b/protocols/Steam/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
HINSTANCE g_hInstance;
diff --git a/protocols/Steam/src/request_queue.cpp b/protocols/Steam/src/request_queue.cpp
index 84d6414c40..0f5982971d 100644
--- a/protocols/Steam/src/request_queue.cpp
+++ b/protocols/Steam/src/request_queue.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2015-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Steam/src/request_queue.h b/protocols/Steam/src/request_queue.h
index 6d14209fb8..44a2df3a8a 100644
--- a/protocols/Steam/src/request_queue.h
+++ b/protocols/Steam/src/request_queue.h
@@ -1,4 +1,4 @@
-#ifndef _REQUEST_QUEUE_H_
+#ifndef _REQUEST_QUEUE_H_
#define _REQUEST_QUEUE_H_
typedef void(*HttpResponseCallback)(const HttpResponse *response, void *arg);
diff --git a/protocols/Steam/src/resource.h b/protocols/Steam/src/resource.h
index bafc927a3b..9ecf528375 100644
--- a/protocols/Steam/src/resource.h
+++ b/protocols/Steam/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by D:\Development\Miranda NG\Miranda NG\protocols\Steam\res\Resource.rc
//
diff --git a/protocols/Steam/src/stdafx.cxx b/protocols/Steam/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/Steam/src/stdafx.cxx
+++ b/protocols/Steam/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Steam/src/stdafx.h b/protocols/Steam/src/stdafx.h
index 3abce22f89..42a1fd7c2d 100644
--- a/protocols/Steam/src/stdafx.h
+++ b/protocols/Steam/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/protocols/Steam/src/steam_avatars.cpp b/protocols/Steam/src/steam_avatars.cpp
index a4ed74dd27..d52e22d074 100644
--- a/protocols/Steam/src/steam_avatars.cpp
+++ b/protocols/Steam/src/steam_avatars.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
wchar_t* CSteamProto::GetAvatarFilePath(MCONTACT hContact)
{
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp
index 7546f33d40..69afd7d0f8 100644
--- a/protocols/Steam/src/steam_contacts.cpp
+++ b/protocols/Steam/src/steam_contacts.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CSteamProto::SetContactStatus(MCONTACT hContact, WORD status)
{
diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp
index 0565040d8d..c3e3b71931 100644
--- a/protocols/Steam/src/steam_dialogs.cpp
+++ b/protocols/Steam/src/steam_dialogs.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamPasswordEditor::CSteamPasswordEditor(CSteamProto *proto)
: CSteamDlgBase(proto, IDD_PASSWORD_EDITOR, false), m_ok(this, IDOK),
diff --git a/protocols/Steam/src/steam_dialogs.h b/protocols/Steam/src/steam_dialogs.h
index 133c19f414..139e2b7b26 100644
--- a/protocols/Steam/src/steam_dialogs.h
+++ b/protocols/Steam/src/steam_dialogs.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_DIALOGS_H_
+#ifndef _STEAM_DIALOGS_H_
#define _STEAM_DIALOGS_H_
typedef CProtoDlgBase<CSteamProto> CSteamDlgBase;
diff --git a/protocols/Steam/src/steam_events.cpp b/protocols/Steam/src/steam_events.cpp
index 3697689ca4..7b6af870fc 100644
--- a/protocols/Steam/src/steam_events.cpp
+++ b/protocols/Steam/src/steam_events.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::OnModulesLoaded(WPARAM, LPARAM)
{
diff --git a/protocols/Steam/src/steam_history.cpp b/protocols/Steam/src/steam_history.cpp
index 3b62aa21bc..613afd9d6b 100644
--- a/protocols/Steam/src/steam_history.cpp
+++ b/protocols/Steam/src/steam_history.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CSteamProto::OnGotConversations(const HttpResponse *response)
{
diff --git a/protocols/Steam/src/steam_instances.cpp b/protocols/Steam/src/steam_instances.cpp
index b88ada2bb4..82da33d4bc 100644
--- a/protocols/Steam/src/steam_instances.cpp
+++ b/protocols/Steam/src/steam_instances.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::CompareProtos(const CSteamProto *p1, const CSteamProto *p2)
{
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp
index d91acaba6d..83a253ae2e 100644
--- a/protocols/Steam/src/steam_login.cpp
+++ b/protocols/Steam/src/steam_login.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
bool CSteamProto::IsOnline()
{
diff --git a/protocols/Steam/src/steam_menus.cpp b/protocols/Steam/src/steam_menus.cpp
index 78d675f088..0d015b7b86 100644
--- a/protocols/Steam/src/steam_menus.cpp
+++ b/protocols/Steam/src/steam_menus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CSteamProto::hChooserMenu;
HGENMENU CSteamProto::contactMenuItems[CMI_MAX];
diff --git a/protocols/Steam/src/steam_messages.cpp b/protocols/Steam/src/steam_messages.cpp
index e5f6665a6f..f703791eb3 100644
--- a/protocols/Steam/src/steam_messages.cpp
+++ b/protocols/Steam/src/steam_messages.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
struct SendMessageParam
{
diff --git a/protocols/Steam/src/steam_options.cpp b/protocols/Steam/src/steam_options.cpp
index ea55af1147..cc62799a62 100644
--- a/protocols/Steam/src/steam_options.cpp
+++ b/protocols/Steam/src/steam_options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamOptionsMain::CSteamOptionsMain(CSteamProto *proto, int idDialog, HWND hwndParent)
: CSteamDlgBase(proto, idDialog, false),
diff --git a/protocols/Steam/src/steam_options.h b/protocols/Steam/src/steam_options.h
index 5aca344e28..deb109babc 100644
--- a/protocols/Steam/src/steam_options.h
+++ b/protocols/Steam/src/steam_options.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_OPTIONS_H_
+#ifndef _STEAM_OPTIONS_H_
#define _STEAM_OPTIONS_H_
class CSteamOptionsMain : public CSteamDlgBase
diff --git a/protocols/Steam/src/steam_polling.cpp b/protocols/Steam/src/steam_polling.cpp
index aa5a5e2c98..5040b72781 100644
--- a/protocols/Steam/src/steam_polling.cpp
+++ b/protocols/Steam/src/steam_polling.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define POLLING_ERRORS_LIMIT 5
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp
index dac637dbff..e5fd1b3b89 100644
--- a/protocols/Steam/src/steam_proto.cpp
+++ b/protocols/Steam/src/steam_proto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CSteamProto::CSteamProto(const char* protoName, const wchar_t* userName)
: PROTO<CSteamProto>(protoName, userName),
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h
index dab65cccce..1b80245315 100644
--- a/protocols/Steam/src/steam_proto.h
+++ b/protocols/Steam/src/steam_proto.h
@@ -1,4 +1,4 @@
-#ifndef _STEAM_PROTO_H_
+#ifndef _STEAM_PROTO_H_
#define _STEAM_PROTO_H_
#define STEAM_SEARCH_BYID 1001
diff --git a/protocols/Steam/src/steam_request.cpp b/protocols/Steam/src/steam_request.cpp
index 508552e232..f47d361ec2 100644
--- a/protocols/Steam/src/steam_request.cpp
+++ b/protocols/Steam/src/steam_request.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
class SteamResponseDelegate
{
diff --git a/protocols/Steam/src/steam_utils.cpp b/protocols/Steam/src/steam_utils.cpp
index 409ce4276a..4438b75163 100644
--- a/protocols/Steam/src/steam_utils.cpp
+++ b/protocols/Steam/src/steam_utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#pragma comment(lib, "crypt32.lib")
diff --git a/protocols/Steam/src/steam_xstatus.cpp b/protocols/Steam/src/steam_xstatus.cpp
index 9acf06187f..dc7bf6024d 100644
--- a/protocols/Steam/src/steam_xstatus.cpp
+++ b/protocols/Steam/src/steam_xstatus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#define STATUS_TITLE_MAX 64
#define STATUS_DESC_MAX 250
diff --git a/protocols/Steam/src/version.h b/protocols/Steam/src/version.h
index 6b19a0e80a..d28b0a32b2 100644
--- a/protocols/Steam/src/version.h
+++ b/protocols/Steam/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 6
#define __BUILD_NUM 2
diff --git a/protocols/Tox/CMakeLists.txt b/protocols/Tox/CMakeLists.txt
index 88144b9949..1aeec11557 100644
--- a/protocols/Tox/CMakeLists.txt
+++ b/protocols/Tox/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "include/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "include/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Tox)
include_directories("include")
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
diff --git a/protocols/Tox/include/tox.h b/protocols/Tox/include/tox.h
index 373138c4eb..b09abfbe8f 100644
--- a/protocols/Tox/include/tox.h
+++ b/protocols/Tox/include/tox.h
@@ -1,4 +1,4 @@
-/*
+/*
* The Tox public API.
*/
diff --git a/protocols/Tox/include/toxav.h b/protocols/Tox/include/toxav.h
index 2a8b90fa5e..3723a84586 100644
--- a/protocols/Tox/include/toxav.h
+++ b/protocols/Tox/include/toxav.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright © 2016-2017 The TokTok team.
* Copyright © 2013-2015 Tox project.
*
diff --git a/protocols/Tox/include/toxdns.h b/protocols/Tox/include/toxdns.h
index b280925eb1..1de1f2cb05 100644
--- a/protocols/Tox/include/toxdns.h
+++ b/protocols/Tox/include/toxdns.h
@@ -1,4 +1,4 @@
-/*
+/*
* Tox secure username DNS toxid resolving functions.
*/
diff --git a/protocols/Tox/include/toxencryptsave.h b/protocols/Tox/include/toxencryptsave.h
index 738d9757cb..688494f711 100644
--- a/protocols/Tox/include/toxencryptsave.h
+++ b/protocols/Tox/include/toxencryptsave.h
@@ -1,4 +1,4 @@
-/*
+/*
* Batch encryption functions.
*/
diff --git a/protocols/Tox/include/vpx/vp8.h b/protocols/Tox/include/vpx/vp8.h
index 059c9d0f65..82d10a898f 100644
--- a/protocols/Tox/include/vpx/vp8.h
+++ b/protocols/Tox/include/vpx/vp8.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vp8cx.h b/protocols/Tox/include/vpx/vp8cx.h
index cc90159bc3..ac232e0ee7 100644
--- a/protocols/Tox/include/vpx/vp8cx.h
+++ b/protocols/Tox/include/vpx/vp8cx.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vp8dx.h b/protocols/Tox/include/vpx/vp8dx.h
index 0d7759eb25..0a7471881f 100644
--- a/protocols/Tox/include/vpx/vp8dx.h
+++ b/protocols/Tox/include/vpx/vp8dx.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_codec.h b/protocols/Tox/include/vpx/vpx_codec.h
index fe75d23872..75e80ec7e7 100644
--- a/protocols/Tox/include/vpx/vpx_codec.h
+++ b/protocols/Tox/include/vpx/vpx_codec.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_decoder.h b/protocols/Tox/include/vpx/vpx_decoder.h
index 2ff12112bc..7ddb07be3e 100644
--- a/protocols/Tox/include/vpx/vpx_decoder.h
+++ b/protocols/Tox/include/vpx/vpx_decoder.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_encoder.h b/protocols/Tox/include/vpx/vpx_encoder.h
index 28fcd5f999..35a692ae80 100644
--- a/protocols/Tox/include/vpx/vpx_encoder.h
+++ b/protocols/Tox/include/vpx/vpx_encoder.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_frame_buffer.h b/protocols/Tox/include/vpx/vpx_frame_buffer.h
index ad70cdd572..d82f6caeb7 100644
--- a/protocols/Tox/include/vpx/vpx_frame_buffer.h
+++ b/protocols/Tox/include/vpx/vpx_frame_buffer.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2014 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_image.h b/protocols/Tox/include/vpx/vpx_image.h
index d6d3166d2f..0119e20ecd 100644
--- a/protocols/Tox/include/vpx/vpx_image.h
+++ b/protocols/Tox/include/vpx/vpx_image.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/include/vpx/vpx_integer.h b/protocols/Tox/include/vpx/vpx_integer.h
index 09bad9222d..194f8491ec 100644
--- a/protocols/Tox/include/vpx/vpx_integer.h
+++ b/protocols/Tox/include/vpx/vpx_integer.h
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright (c) 2010 The WebM project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
diff --git a/protocols/Tox/proto_tox/CMakeLists.txt b/protocols/Tox/proto_tox/CMakeLists.txt
index 680b9dc369..b4b2fc7b33 100644
--- a/protocols/Tox/proto_tox/CMakeLists.txt
+++ b/protocols/Tox/proto_tox/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Tox)
+set(TARGET Proto_Tox)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Tox/proto_tox/res/Proto_Tox.rc b/protocols/Tox/proto_tox/res/Proto_Tox.rc
index 2f16ada64c..9b79d96033 100644
--- a/protocols/Tox/proto_tox/res/Proto_Tox.rc
+++ b/protocols/Tox/proto_tox/res/Proto_Tox.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Tox/proto_tox/src/resource.h b/protocols/Tox/proto_tox/src/resource.h
index bed700edf5..6ad85462e9 100644
--- a/protocols/Tox/proto_tox/src/resource.h
+++ b/protocols/Tox/proto_tox/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Tox.rc
//
diff --git a/protocols/Tox/res/resource.rc b/protocols/Tox/res/resource.rc
index eb42763582..1a1c8d5b7b 100644
--- a/protocols/Tox/res/resource.rc
+++ b/protocols/Tox/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Tox/res/version.rc b/protocols/Tox/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Tox/res/version.rc
+++ b/protocols/Tox/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Tox/src/api_av.cpp b/protocols/Tox/src/api_av.cpp
index c46e549a35..bafc94b7dc 100644
--- a/protocols/Tox/src/api_av.cpp
+++ b/protocols/Tox/src/api_av.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* COMMON A/V FUNCTIONS */
diff --git a/protocols/Tox/src/api_avatars.cpp b/protocols/Tox/src/api_avatars.cpp
index 658b835a68..452d20f3ab 100644
--- a/protocols/Tox/src/api_avatars.cpp
+++ b/protocols/Tox/src/api_avatars.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* AVATAR FUNCTIONS */
diff --git a/protocols/Tox/src/api_connection.cpp b/protocols/Tox/src/api_connection.cpp
index 1ed6b51d40..5fbec0cad4 100644
--- a/protocols/Tox/src/api_connection.cpp
+++ b/protocols/Tox/src/api_connection.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* CONNECTION FUNCTIONS */
diff --git a/protocols/Tox/src/api_dns.cpp b/protocols/Tox/src/api_dns.cpp
index 57db01e57c..2aff585d45 100644
--- a/protocols/Tox/src/api_dns.cpp
+++ b/protocols/Tox/src/api_dns.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* DNS TOXID RESOILVING FUNCTIONS */
diff --git a/protocols/Tox/src/api_encryption.cpp b/protocols/Tox/src/api_encryption.cpp
index 85e77c06ad..2e9568f28e 100644
--- a/protocols/Tox/src/api_encryption.cpp
+++ b/protocols/Tox/src/api_encryption.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* ENCRYPTION FUNCTIONS */
diff --git a/protocols/Tox/src/api_friends.cpp b/protocols/Tox/src/api_friends.cpp
index caa133feb7..b831a57f99 100644
--- a/protocols/Tox/src/api_friends.cpp
+++ b/protocols/Tox/src/api_friends.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* FRIEND FUNCTIONS */
diff --git a/protocols/Tox/src/api_groupchats.cpp b/protocols/Tox/src/api_groupchats.cpp
index 9919eee92c..9c4047af82 100644
--- a/protocols/Tox/src/api_groupchats.cpp
+++ b/protocols/Tox/src/api_groupchats.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* GROUP CHAT FUNCTIONS: WARNING Group chats will be rewritten so this might change */
diff --git a/protocols/Tox/src/api_main.cpp b/protocols/Tox/src/api_main.cpp
index 3d46576925..f3fadd30e4 100644
--- a/protocols/Tox/src/api_main.cpp
+++ b/protocols/Tox/src/api_main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* MAIN FUNCTIONS */
diff --git a/protocols/Tox/src/api_transfer.cpp b/protocols/Tox/src/api_transfer.cpp
index 446a2ccc80..40a63728c1 100644
--- a/protocols/Tox/src/api_transfer.cpp
+++ b/protocols/Tox/src/api_transfer.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* FILE SENDING FUNCTIONS */
diff --git a/protocols/Tox/src/http_request.h b/protocols/Tox/src/http_request.h
index 18b8228f63..ec27232cbd 100644
--- a/protocols/Tox/src/http_request.h
+++ b/protocols/Tox/src/http_request.h
@@ -1,4 +1,4 @@
-#ifndef _HTTP_REQUEST_H_
+#ifndef _HTTP_REQUEST_H_
#define _HTTP_REQUEST_H_
class HttpRequestException
diff --git a/protocols/Tox/src/main.cpp b/protocols/Tox/src/main.cpp
index de5356a18a..2b2bf0d6fd 100644
--- a/protocols/Tox/src/main.cpp
+++ b/protocols/Tox/src/main.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int hLangpack;
CHAT_MANAGER *pci;
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h
index 78d9fad660..e9e6210e47 100644
--- a/protocols/Tox/src/resource.h
+++ b/protocols/Tox/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by C:\Users\unsane\Projects\c++\miranda-ng\protocols\Tox\res\resource.rc
//
diff --git a/protocols/Tox/src/stdafx.cxx b/protocols/Tox/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/protocols/Tox/src/stdafx.cxx
+++ b/protocols/Tox/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h
index c403b787ce..639e405b8a 100644
--- a/protocols/Tox/src/stdafx.h
+++ b/protocols/Tox/src/stdafx.h
@@ -1,4 +1,4 @@
-#ifndef _COMMON_H_
+#ifndef _COMMON_H_
#define _COMMON_H_
#include <windows.h>
diff --git a/protocols/Tox/src/tox_accounts.cpp b/protocols/Tox/src/tox_accounts.cpp
index b1bfa58490..6419ad1369 100644
--- a/protocols/Tox/src/tox_accounts.cpp
+++ b/protocols/Tox/src/tox_accounts.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
LIST<CToxProto> CToxProto::Accounts(1, CToxProto::CompareAccounts);
diff --git a/protocols/Tox/src/tox_address.h b/protocols/Tox/src/tox_address.h
index 9ef57caba2..0218fc44f1 100644
--- a/protocols/Tox/src/tox_address.h
+++ b/protocols/Tox/src/tox_address.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_ADDRESS_H_
+#ifndef _TOX_ADDRESS_H_
#define _TOX_ADDRESS_H_
class ToxHexAddress;
diff --git a/protocols/Tox/src/tox_avatars.cpp b/protocols/Tox/src/tox_avatars.cpp
index 3e41c796f6..810f1b163f 100644
--- a/protocols/Tox/src/tox_avatars.cpp
+++ b/protocols/Tox/src/tox_avatars.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
wchar_t* CToxProto::GetAvatarFilePath(MCONTACT hContact)
{
diff --git a/protocols/Tox/src/tox_bootstrap.cpp b/protocols/Tox/src/tox_bootstrap.cpp
index 5f1ae93dc1..19c37cd6de 100644
--- a/protocols/Tox/src/tox_bootstrap.cpp
+++ b/protocols/Tox/src/tox_bootstrap.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CToxProto::BootstrapUdpNode(Tox *tox, const char *address, int port, const char *hexKey)
{
diff --git a/protocols/Tox/src/tox_chatrooms.cpp b/protocols/Tox/src/tox_chatrooms.cpp
index 5ca9895fcb..246f23ce8b 100644
--- a/protocols/Tox/src/tox_chatrooms.cpp
+++ b/protocols/Tox/src/tox_chatrooms.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/*
MCONTACT CToxProto::GetChatRoom(int groupNumber)
{
diff --git a/protocols/Tox/src/tox_chatrooms.h b/protocols/Tox/src/tox_chatrooms.h
index 0f51a7391e..65bdc40fab 100644
--- a/protocols/Tox/src/tox_chatrooms.h
+++ b/protocols/Tox/src/tox_chatrooms.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_CHATROOMS_H_
+#ifndef _TOX_CHATROOMS_H_
#define _TOX_CHATROOMS_H_
struct ChatRoomInviteParam
diff --git a/protocols/Tox/src/tox_connection.cpp b/protocols/Tox/src/tox_connection.cpp
index 4c578a9696..e640fb8ec1 100644
--- a/protocols/Tox/src/tox_connection.cpp
+++ b/protocols/Tox/src/tox_connection.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
bool CToxProto::IsOnline()
{
diff --git a/protocols/Tox/src/tox_contacts.cpp b/protocols/Tox/src/tox_contacts.cpp
index 3b76b37407..f920c43677 100644
--- a/protocols/Tox/src/tox_contacts.cpp
+++ b/protocols/Tox/src/tox_contacts.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
WORD CToxProto::GetContactStatus(MCONTACT hContact)
{
diff --git a/protocols/Tox/src/tox_core.cpp b/protocols/Tox/src/tox_core.cpp
index ab2e4ceb1d..e1111bd51e 100644
--- a/protocols/Tox/src/tox_core.cpp
+++ b/protocols/Tox/src/tox_core.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
Tox_Options* CToxProto::GetToxOptions()
{
diff --git a/protocols/Tox/src/tox_dialogs.h b/protocols/Tox/src/tox_dialogs.h
index dedd355e1b..c02b44a278 100644
--- a/protocols/Tox/src/tox_dialogs.h
+++ b/protocols/Tox/src/tox_dialogs.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_DIALOGS_H_
+#ifndef _TOX_DIALOGS_H_
#define _TOX_DIALOGS_H_
class CCtrlLabel : public CCtrlData
diff --git a/protocols/Tox/src/tox_events.cpp b/protocols/Tox/src/tox_events.cpp
index f0afe46dbd..0e298dde94 100644
--- a/protocols/Tox/src/tox_events.cpp
+++ b/protocols/Tox/src/tox_events.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CToxProto::OnModulesLoaded(WPARAM, LPARAM)
{
diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp
index a96e7984d4..458da2d868 100644
--- a/protocols/Tox/src/tox_icons.cpp
+++ b/protocols/Tox/src/tox_icons.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
IconItemT CToxProto::Icons[] =
{
diff --git a/protocols/Tox/src/tox_menus.cpp b/protocols/Tox/src/tox_menus.cpp
index ed70ad8a7b..ef5122f791 100644
--- a/protocols/Tox/src/tox_menus.cpp
+++ b/protocols/Tox/src/tox_menus.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
HGENMENU CToxProto::ContactMenuItems[CMI_MAX];
diff --git a/protocols/Tox/src/tox_menus.h b/protocols/Tox/src/tox_menus.h
index f4930265a2..dc0e6af5f8 100644
--- a/protocols/Tox/src/tox_menus.h
+++ b/protocols/Tox/src/tox_menus.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_MENUS_H_
+#ifndef _TOX_MENUS_H_
#define _TOX_MENUS_H_
#define CMI_POSITION -201001000
diff --git a/protocols/Tox/src/tox_messages.cpp b/protocols/Tox/src/tox_messages.cpp
index 761294cbf7..a497572c73 100644
--- a/protocols/Tox/src/tox_messages.cpp
+++ b/protocols/Tox/src/tox_messages.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* MESSAGE RECEIVING */
diff --git a/protocols/Tox/src/tox_multimedia.cpp b/protocols/Tox/src/tox_multimedia.cpp
index c9c840274a..f68697793e 100644
--- a/protocols/Tox/src/tox_multimedia.cpp
+++ b/protocols/Tox/src/tox_multimedia.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CToxCallDlgBase::CToxCallDlgBase(CToxProto *proto, int idDialog, MCONTACT hContact) :
CToxDlgBase(proto, idDialog, false), hContact(hContact)
diff --git a/protocols/Tox/src/tox_multimedia.h b/protocols/Tox/src/tox_multimedia.h
index 922b9b406f..2adcc97c09 100644
--- a/protocols/Tox/src/tox_multimedia.h
+++ b/protocols/Tox/src/tox_multimedia.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_MULTIMEDIA_H_
+#ifndef _TOX_MULTIMEDIA_H_
#define _TOX_MULTIMEDIA_H_
#define WM_CALL_END (WM_PROTO_LAST + 100)
diff --git a/protocols/Tox/src/tox_netlib.cpp b/protocols/Tox/src/tox_netlib.cpp
index ab76d7d815..0b8eaa72e5 100644
--- a/protocols/Tox/src/tox_netlib.cpp
+++ b/protocols/Tox/src/tox_netlib.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
void CToxProto::InitNetlib()
{
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp
index bf4aeea940..2a2907ea66 100644
--- a/protocols/Tox/src/tox_options.cpp
+++ b/protocols/Tox/src/tox_options.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CToxOptionsMain::CToxOptionsMain(CToxProto *proto, int idDialog)
: CToxDlgBase(proto, idDialog, false),
diff --git a/protocols/Tox/src/tox_options.h b/protocols/Tox/src/tox_options.h
index f134e3d554..b2d546df03 100644
--- a/protocols/Tox/src/tox_options.h
+++ b/protocols/Tox/src/tox_options.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_OPTIONS_H_
+#ifndef _TOX_OPTIONS_H_
#define _TOX_OPTIONS_H_
class CToxOptionsMain : public CToxDlgBase
diff --git a/protocols/Tox/src/tox_profile.cpp b/protocols/Tox/src/tox_profile.cpp
index a144eebee2..59d4dadda5 100644
--- a/protocols/Tox/src/tox_profile.cpp
+++ b/protocols/Tox/src/tox_profile.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
HANDLE CToxProto::hProfileFolderPath;
diff --git a/protocols/Tox/src/tox_profile.h b/protocols/Tox/src/tox_profile.h
index 796f264d5b..108d0fafc2 100644
--- a/protocols/Tox/src/tox_profile.h
+++ b/protocols/Tox/src/tox_profile.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_PROFILE_H_
+#ifndef _TOX_PROFILE_H_
#define _TOX_PROFILE_H_
class CToxPasswordEditor : public CToxDlgBase
diff --git a/protocols/Tox/src/tox_proto.cpp b/protocols/Tox/src/tox_proto.cpp
index 5b6d345c9c..17fe376827 100644
--- a/protocols/Tox/src/tox_proto.cpp
+++ b/protocols/Tox/src/tox_proto.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
CToxProto::CToxProto(const char* protoName, const wchar_t* userName)
: PROTO<CToxProto>(protoName, userName),
diff --git a/protocols/Tox/src/tox_proto.h b/protocols/Tox/src/tox_proto.h
index 810479ab30..903dce18a8 100644
--- a/protocols/Tox/src/tox_proto.h
+++ b/protocols/Tox/src/tox_proto.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_PROTO_H_
+#ifndef _TOX_PROTO_H_
#define _TOX_PROTO_H_
struct CToxProto : public PROTO<CToxProto>
diff --git a/protocols/Tox/src/tox_search.cpp b/protocols/Tox/src/tox_search.cpp
index d03d3a091a..31fbad1b50 100644
--- a/protocols/Tox/src/tox_search.cpp
+++ b/protocols/Tox/src/tox_search.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
ToxHexAddress ResolveToxAddressFromDnsRecordV1(const std::string &dnsRecord)
{
diff --git a/protocols/Tox/src/tox_services.cpp b/protocols/Tox/src/tox_services.cpp
index 532eef79d7..e798213a51 100644
--- a/protocols/Tox/src/tox_services.cpp
+++ b/protocols/Tox/src/tox_services.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
INT_PTR CToxProto::SetMyNickname(WPARAM wParam, LPARAM lParam)
{
diff --git a/protocols/Tox/src/tox_thread.h b/protocols/Tox/src/tox_thread.h
index ae0f4225f8..1a27ca7005 100644
--- a/protocols/Tox/src/tox_thread.h
+++ b/protocols/Tox/src/tox_thread.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_THREAD_H_
+#ifndef _TOX_THREAD_H_
#define _TOX_THREAD_H_
class CToxThread
diff --git a/protocols/Tox/src/tox_transfer.cpp b/protocols/Tox/src/tox_transfer.cpp
index 3fb9ad77b7..be80c55b11 100644
--- a/protocols/Tox/src/tox_transfer.cpp
+++ b/protocols/Tox/src/tox_transfer.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
/* FILE RECEIVING */
diff --git a/protocols/Tox/src/tox_transfer.h b/protocols/Tox/src/tox_transfer.h
index 372b047fb3..c203c9cf1d 100644
--- a/protocols/Tox/src/tox_transfer.h
+++ b/protocols/Tox/src/tox_transfer.h
@@ -1,4 +1,4 @@
-#ifndef _TOX_TRANSFERS_H_
+#ifndef _TOX_TRANSFERS_H_
#define _TOX_TRANSFERS_H_
struct FileTransferParam
diff --git a/protocols/Tox/src/tox_utils.cpp b/protocols/Tox/src/tox_utils.cpp
index 722517c427..e4db373064 100644
--- a/protocols/Tox/src/tox_utils.cpp
+++ b/protocols/Tox/src/tox_utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
int CToxProto::MapStatus(int status)
{
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h
index ba58f1f238..8680eea1eb 100644
--- a/protocols/Tox/src/version.h
+++ b/protocols/Tox/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 11
#define __RELEASE_NUM 1
#define __BUILD_NUM 26
diff --git a/protocols/Twitter/CMakeLists.txt b/protocols/Twitter/CMakeLists.txt
index 6f43f21232..60b913aa83 100644
--- a/protocols/Twitter/CMakeLists.txt
+++ b/protocols/Twitter/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET Twitter)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson)
diff --git a/protocols/Twitter/docs/LICENSE.txt b/protocols/Twitter/docs/LICENSE.txt
index 94a9ed024d..b4345876d6 100644
--- a/protocols/Twitter/docs/LICENSE.txt
+++ b/protocols/Twitter/docs/LICENSE.txt
@@ -1,4 +1,4 @@
- GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
diff --git a/protocols/Twitter/docs/README.txt b/protocols/Twitter/docs/README.txt
index 32b34ea93d..9ab33df479 100644
--- a/protocols/Twitter/docs/README.txt
+++ b/protocols/Twitter/docs/README.txt
@@ -1,4 +1,4 @@
-Miranda-Twitter
+Miranda-Twitter
---------------
Warning! I'm not maintaining this code anymore! It's still around for people who
diff --git a/protocols/Twitter/proto_twitter/CMakeLists.txt b/protocols/Twitter/proto_twitter/CMakeLists.txt
index f7b45f0ca7..04346c57bb 100644
--- a/protocols/Twitter/proto_twitter/CMakeLists.txt
+++ b/protocols/Twitter/proto_twitter/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_Twitter)
+set(TARGET Proto_Twitter)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc b/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc
index 22339493ab..27b6ee7ea0 100644
--- a/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc
+++ b/protocols/Twitter/proto_twitter/res/Proto_Twitter.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Twitter/proto_twitter/src/resource.h b/protocols/Twitter/proto_twitter/src/resource.h
index 099f02e9c5..021cacdbf6 100644
--- a/protocols/Twitter/proto_twitter/src/resource.h
+++ b/protocols/Twitter/proto_twitter/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_Twitter.rc
//
diff --git a/protocols/Twitter/res/twitter.rc b/protocols/Twitter/res/twitter.rc
index f16fe948e6..e3734e334a 100644
--- a/protocols/Twitter/res/twitter.rc
+++ b/protocols/Twitter/res/twitter.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/Twitter/res/version.rc b/protocols/Twitter/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/Twitter/res/version.rc
+++ b/protocols/Twitter/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/Twitter/src/StringUtil.cpp b/protocols/Twitter/src/StringUtil.cpp
index a902495c20..395999376c 100644
--- a/protocols/Twitter/src/StringUtil.cpp
+++ b/protocols/Twitter/src/StringUtil.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2010 Brook Miles
diff --git a/protocols/Twitter/src/StringUtil.h b/protocols/Twitter/src/StringUtil.h
index 51a13123e8..8d0356b257 100644
--- a/protocols/Twitter/src/StringUtil.h
+++ b/protocols/Twitter/src/StringUtil.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2010 Brook Miles
diff --git a/protocols/Twitter/src/chat.cpp b/protocols/Twitter/src/chat.cpp
index 814e771cab..80c88e8c74 100644
--- a/protocols/Twitter/src/chat.cpp
+++ b/protocols/Twitter/src/chat.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/connection.cpp b/protocols/Twitter/src/connection.cpp
index 95e83c0a47..67e24ae820 100644
--- a/protocols/Twitter/src/connection.cpp
+++ b/protocols/Twitter/src/connection.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/contacts.cpp b/protocols/Twitter/src/contacts.cpp
index ea8d299c22..3ff7bc4d9f 100644
--- a/protocols/Twitter/src/contacts.cpp
+++ b/protocols/Twitter/src/contacts.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/http.cpp b/protocols/Twitter/src/http.cpp
index d50f9fc818..0fb531adcf 100644
--- a/protocols/Twitter/src/http.cpp
+++ b/protocols/Twitter/src/http.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/http.h b/protocols/Twitter/src/http.h
index 3bdb0361e8..4971760c0a 100644
--- a/protocols/Twitter/src/http.h
+++ b/protocols/Twitter/src/http.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/main.cpp b/protocols/Twitter/src/main.cpp
index c31101f22b..b2342a8a5c 100644
--- a/protocols/Twitter/src/main.cpp
+++ b/protocols/Twitter/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/oauth.cpp b/protocols/Twitter/src/oauth.cpp
index c6c118eeff..b97f10d194 100644
--- a/protocols/Twitter/src/oauth.cpp
+++ b/protocols/Twitter/src/oauth.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/oauth.dev.h b/protocols/Twitter/src/oauth.dev.h
index 13c383b3ab..14f10fa75a 100644
--- a/protocols/Twitter/src/oauth.dev.h
+++ b/protocols/Twitter/src/oauth.dev.h
@@ -1,2 +1,2 @@
-#define OAUTH_CONSUMER_KEY L"AwSuQV9A7uXpat81MQB48g"
+#define OAUTH_CONSUMER_KEY L"AwSuQV9A7uXpat81MQB48g"
#define OAUTH_CONSUMER_SECRET L"x8pPGCCV5wFs26euODb9gv4VQ4kiuxTp3ed2P8Of4" \ No newline at end of file
diff --git a/protocols/Twitter/src/proto.cpp b/protocols/Twitter/src/proto.cpp
index ccb1132806..d9460335a2 100644
--- a/protocols/Twitter/src/proto.cpp
+++ b/protocols/Twitter/src/proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/proto.h b/protocols/Twitter/src/proto.h
index 8484917775..06620ffd83 100644
--- a/protocols/Twitter/src/proto.h
+++ b/protocols/Twitter/src/proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/resource.h b/protocols/Twitter/src/resource.h
index 909c859e88..bac0907b6c 100644
--- a/protocols/Twitter/src/resource.h
+++ b/protocols/Twitter/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by twitter.rc
//
diff --git a/protocols/Twitter/src/stdafx.cxx b/protocols/Twitter/src/stdafx.cxx
index 5fd3593c8f..51bb24fd33 100644
--- a/protocols/Twitter/src/stdafx.cxx
+++ b/protocols/Twitter/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/stdafx.h b/protocols/Twitter/src/stdafx.h
index 115feae40b..e78e4036aa 100644
--- a/protocols/Twitter/src/stdafx.h
+++ b/protocols/Twitter/src/stdafx.h
@@ -1,4 +1,4 @@
-// stdafx.h : include file for standard system include files,
+// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
diff --git a/protocols/Twitter/src/theme.cpp b/protocols/Twitter/src/theme.cpp
index 7d65cd4f36..724338fdac 100644
--- a/protocols/Twitter/src/theme.cpp
+++ b/protocols/Twitter/src/theme.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/theme.h b/protocols/Twitter/src/theme.h
index df69f619eb..486e01033d 100644
--- a/protocols/Twitter/src/theme.h
+++ b/protocols/Twitter/src/theme.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/twitter.cpp b/protocols/Twitter/src/twitter.cpp
index ab9b9f1388..0cec5e1db2 100644
--- a/protocols/Twitter/src/twitter.cpp
+++ b/protocols/Twitter/src/twitter.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/twitter.h b/protocols/Twitter/src/twitter.h
index 0ed9665fea..1b11231ff1 100644
--- a/protocols/Twitter/src/twitter.h
+++ b/protocols/Twitter/src/twitter.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/ui.cpp b/protocols/Twitter/src/ui.cpp
index 6bc57000fa..ff8db919ac 100644
--- a/protocols/Twitter/src/ui.cpp
+++ b/protocols/Twitter/src/ui.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/ui.h b/protocols/Twitter/src/ui.h
index 0902ee24a4..ff3c851a39 100644
--- a/protocols/Twitter/src/ui.h
+++ b/protocols/Twitter/src/ui.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/utility.cpp b/protocols/Twitter/src/utility.cpp
index 29c93ecf72..dd63e763d3 100644
--- a/protocols/Twitter/src/utility.cpp
+++ b/protocols/Twitter/src/utility.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/utility.h b/protocols/Twitter/src/utility.h
index d441ad826e..e4023f0123 100644
--- a/protocols/Twitter/src/utility.h
+++ b/protocols/Twitter/src/utility.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright © 2012-17 Miranda NG team
Copyright © 2009 Jim Porter
diff --git a/protocols/Twitter/src/version.h b/protocols/Twitter/src/version.h
index 7f9840db58..d615ff3151 100644
--- a/protocols/Twitter/src/version.h
+++ b/protocols/Twitter/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 1
+#define __MAJOR_VERSION 1
#define __MINOR_VERSION 3
#define __RELEASE_NUM 0
#define __BUILD_NUM 2
diff --git a/protocols/VKontakte/CMakeLists.txt b/protocols/VKontakte/CMakeLists.txt
index 5de2c6962d..807f93fb7c 100644
--- a/protocols/VKontakte/CMakeLists.txt
+++ b/protocols/VKontakte/CMakeLists.txt
@@ -1,4 +1,4 @@
-file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
+file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET VKontakte)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson)
diff --git a/protocols/VKontakte/proto_vkontakte/CMakeLists.txt b/protocols/VKontakte/proto_vkontakte/CMakeLists.txt
index bde4bac94b..192b6bab7a 100644
--- a/protocols/VKontakte/proto_vkontakte/CMakeLists.txt
+++ b/protocols/VKontakte/proto_vkontakte/CMakeLists.txt
@@ -1,2 +1,2 @@
-set(TARGET Proto_VKontakte)
+set(TARGET Proto_VKontakte)
include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file
diff --git a/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc b/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc
index b9dd36144a..6d85b133ec 100644
--- a/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc
+++ b/protocols/VKontakte/proto_vkontakte/res/Proto_VKontakte.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/VKontakte/proto_vkontakte/src/resource.h b/protocols/VKontakte/proto_vkontakte/src/resource.h
index ff3d29c6b7..1974020286 100644
--- a/protocols/VKontakte/proto_vkontakte/src/resource.h
+++ b/protocols/VKontakte/proto_vkontakte/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_IRC.rc
//
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc
index be528c2179..9e6d971c69 100644
--- a/protocols/VKontakte/res/resource.rc
+++ b/protocols/VKontakte/res/resource.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/protocols/VKontakte/res/version.rc b/protocols/VKontakte/res/version.rc
index fdeb14668c..6427dc9522 100644
--- a/protocols/VKontakte/res/version.rc
+++ b/protocols/VKontakte/res/version.rc
@@ -1,4 +1,4 @@
-// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/protocols/VKontakte/src/main.cpp b/protocols/VKontakte/src/main.cpp
index 60a765103f..c34c013b69 100644
--- a/protocols/VKontakte/src/main.cpp
+++ b/protocols/VKontakte/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index 67c1ff428a..bb5b206b72 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h
index fbe4aadc7d..0915f0c89e 100644
--- a/protocols/VKontakte/src/resource.h
+++ b/protocols/VKontakte/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\github\miranda-ng\protocols\VKontakte\res\resource.rc
//
diff --git a/protocols/VKontakte/src/stdafx.cxx b/protocols/VKontakte/src/stdafx.cxx
index 1446c75094..9579a13b8c 100644
--- a/protocols/VKontakte/src/stdafx.cxx
+++ b/protocols/VKontakte/src/stdafx.cxx
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h
index 1db65eac0e..8d38dfdfa0 100644
--- a/protocols/VKontakte/src/stdafx.h
+++ b/protocols/VKontakte/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/version.h b/protocols/VKontakte/src/version.h
index ec86aa73d0..7fa17ac950 100644
--- a/protocols/VKontakte/src/version.h
+++ b/protocols/VKontakte/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 1
#define __RELEASE_NUM 3
#define __BUILD_NUM 0
diff --git a/protocols/VKontakte/src/vk.h b/protocols/VKontakte/src/vk.h
index 148ffc5799..4d7e8d8e71 100644
--- a/protocols/VKontakte/src/vk.h
+++ b/protocols/VKontakte/src/vk.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_avatars.cpp b/protocols/VKontakte/src/vk_avatars.cpp
index b569d59b9a..a26d06c9c7 100644
--- a/protocols/VKontakte/src/vk_avatars.cpp
+++ b/protocols/VKontakte/src/vk_avatars.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_captcha.cpp b/protocols/VKontakte/src/vk_captcha.cpp
index 6eedc95793..61d042ebb5 100644
--- a/protocols/VKontakte/src/vk_captcha.cpp
+++ b/protocols/VKontakte/src/vk_captcha.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_chats.cpp b/protocols/VKontakte/src/vk_chats.cpp
index e1c7f76840..2e76f2ef3f 100644
--- a/protocols/VKontakte/src/vk_chats.cpp
+++ b/protocols/VKontakte/src/vk_chats.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_dialogs.cpp b/protocols/VKontakte/src/vk_dialogs.cpp
index 2a54f0652c..ceb132e81e 100644
--- a/protocols/VKontakte/src/vk_dialogs.cpp
+++ b/protocols/VKontakte/src/vk_dialogs.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_dialogs.h b/protocols/VKontakte/src/vk_dialogs.h
index 4f61f5ceb9..4f1af84af5 100644
--- a/protocols/VKontakte/src/vk_dialogs.h
+++ b/protocols/VKontakte/src/vk_dialogs.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_feed.cpp b/protocols/VKontakte/src/vk_feed.cpp
index 2e47317451..e200246da9 100644
--- a/protocols/VKontakte/src/vk_feed.cpp
+++ b/protocols/VKontakte/src/vk_feed.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_files.cpp b/protocols/VKontakte/src/vk_files.cpp
index 8e5dcc473a..63c4f3861e 100644
--- a/protocols/VKontakte/src/vk_files.cpp
+++ b/protocols/VKontakte/src/vk_files.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_history.cpp b/protocols/VKontakte/src/vk_history.cpp
index ebecc4fc69..09d7ab9b68 100644
--- a/protocols/VKontakte/src/vk_history.cpp
+++ b/protocols/VKontakte/src/vk_history.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_messages.cpp b/protocols/VKontakte/src/vk_messages.cpp
index 56d3b4edda..84c476345d 100644
--- a/protocols/VKontakte/src/vk_messages.cpp
+++ b/protocols/VKontakte/src/vk_messages.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_options.cpp b/protocols/VKontakte/src/vk_options.cpp
index f6c44f235d..29ce9a7e6a 100644
--- a/protocols/VKontakte/src/vk_options.cpp
+++ b/protocols/VKontakte/src/vk_options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_options.h b/protocols/VKontakte/src/vk_options.h
index 49ce3e2557..71f6f4f882 100644
--- a/protocols/VKontakte/src/vk_options.h
+++ b/protocols/VKontakte/src/vk_options.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_pollserver.cpp b/protocols/VKontakte/src/vk_pollserver.cpp
index 56a9d85715..a209f320e0 100644
--- a/protocols/VKontakte/src/vk_pollserver.cpp
+++ b/protocols/VKontakte/src/vk_pollserver.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp
index 85b403de7a..dbdbad7731 100644
--- a/protocols/VKontakte/src/vk_proto.cpp
+++ b/protocols/VKontakte/src/vk_proto.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h
index d1e00cdb6e..d68259bf12 100644
--- a/protocols/VKontakte/src/vk_proto.h
+++ b/protocols/VKontakte/src/vk_proto.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_queue.cpp b/protocols/VKontakte/src/vk_queue.cpp
index 0d0960e854..77b729a789 100644
--- a/protocols/VKontakte/src/vk_queue.cpp
+++ b/protocols/VKontakte/src/vk_queue.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_search.cpp b/protocols/VKontakte/src/vk_search.cpp
index b5c1462849..c506f8a1fd 100644
--- a/protocols/VKontakte/src/vk_search.cpp
+++ b/protocols/VKontakte/src/vk_search.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_status.cpp b/protocols/VKontakte/src/vk_status.cpp
index cd5df9ff05..aaab559eb1 100644
--- a/protocols/VKontakte/src/vk_status.cpp
+++ b/protocols/VKontakte/src/vk_status.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_struct.cpp b/protocols/VKontakte/src/vk_struct.cpp
index 750b0bc5b8..cd043cc2b6 100644
--- a/protocols/VKontakte/src/vk_struct.cpp
+++ b/protocols/VKontakte/src/vk_struct.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h
index b687018bcf..ae5c9b6c08 100644
--- a/protocols/VKontakte/src/vk_struct.h
+++ b/protocols/VKontakte/src/vk_struct.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp
index e89d4d6416..a10279d687 100644
--- a/protocols/VKontakte/src/vk_thread.cpp
+++ b/protocols/VKontakte/src/vk_thread.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/protocols/VKontakte/src/vk_wallpost.cpp b/protocols/VKontakte/src/vk_wallpost.cpp
index c50ddfddec..56d5f5cf58 100644
--- a/protocols/VKontakte/src/vk_wallpost.cpp
+++ b/protocols/VKontakte/src/vk_wallpost.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (c) 2013-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or