From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- protocols/IRCG/CMakeLists.txt | 2 +- protocols/IRCG/docs/IRC_servers.ini | 2 +- protocols/IRCG/docs/license.txt | 2 +- protocols/IRCG/docs/readme.txt | 2 +- protocols/IRCG/proto_irc/CMakeLists.txt | 2 +- protocols/IRCG/proto_irc/res/Proto_IRC.rc | 2 +- protocols/IRCG/proto_irc/src/resource.h | 2 +- protocols/IRCG/res/IRC.rc | 2 +- protocols/IRCG/res/version.rc | 2 +- protocols/IRCG/src/clist.cpp | 2 +- protocols/IRCG/src/commandmonitor.cpp | 2 +- protocols/IRCG/src/input.cpp | 2 +- protocols/IRCG/src/irc_dlg.h | 2 +- protocols/IRCG/src/irclib.cpp | 2 +- protocols/IRCG/src/irclib.h | 2 +- protocols/IRCG/src/ircproto.cpp | 2 +- protocols/IRCG/src/main.cpp | 2 +- protocols/IRCG/src/options.cpp | 2 +- protocols/IRCG/src/output.cpp | 2 +- protocols/IRCG/src/resource.h | 2 +- protocols/IRCG/src/scripting.cpp | 2 +- protocols/IRCG/src/services.cpp | 2 +- protocols/IRCG/src/stdafx.cxx | 2 +- protocols/IRCG/src/stdafx.h | 2 +- protocols/IRCG/src/tools.cpp | 2 +- protocols/IRCG/src/userinfo.cpp | 2 +- protocols/IRCG/src/version.h | 2 +- protocols/IRCG/src/windows.cpp | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) (limited to 'protocols/IRCG') 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 -- cgit v1.2.3