From a27079fe5c4a210664515c47767c00112c435d65 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 14:15:09 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744) --- protocols/VKontakte/CMakeLists.txt | 2 +- protocols/VKontakte/proto_vkontakte/CMakeLists.txt | 2 +- protocols/VKontakte/proto_vkontakte/src/resource.h | 2 +- protocols/VKontakte/src/main.cpp | 2 +- protocols/VKontakte/src/misc.cpp | 2 +- protocols/VKontakte/src/resource.h | 2 +- protocols/VKontakte/src/stdafx.cxx | 2 +- protocols/VKontakte/src/stdafx.h | 2 +- protocols/VKontakte/src/version.h | 2 +- protocols/VKontakte/src/vk.h | 2 +- protocols/VKontakte/src/vk_avatars.cpp | 2 +- protocols/VKontakte/src/vk_captcha.cpp | 2 +- protocols/VKontakte/src/vk_chats.cpp | 2 +- protocols/VKontakte/src/vk_dialogs.cpp | 2 +- protocols/VKontakte/src/vk_dialogs.h | 2 +- protocols/VKontakte/src/vk_feed.cpp | 2 +- protocols/VKontakte/src/vk_files.cpp | 2 +- protocols/VKontakte/src/vk_history.cpp | 2 +- protocols/VKontakte/src/vk_messages.cpp | 2 +- protocols/VKontakte/src/vk_options.cpp | 2 +- protocols/VKontakte/src/vk_options.h | 2 +- protocols/VKontakte/src/vk_pollserver.cpp | 2 +- protocols/VKontakte/src/vk_proto.cpp | 2 +- protocols/VKontakte/src/vk_proto.h | 2 +- protocols/VKontakte/src/vk_queue.cpp | 2 +- protocols/VKontakte/src/vk_search.cpp | 2 +- protocols/VKontakte/src/vk_status.cpp | 2 +- protocols/VKontakte/src/vk_struct.cpp | 2 +- protocols/VKontakte/src/vk_struct.h | 2 +- protocols/VKontakte/src/vk_thread.cpp | 2 +- protocols/VKontakte/src/vk_wallpost.cpp | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) (limited to 'protocols/VKontakte') diff --git a/protocols/VKontakte/CMakeLists.txt b/protocols/VKontakte/CMakeLists.txt index 807f93fb7c..5de2c6962d 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 192b6bab7a..bde4bac94b 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/src/resource.h b/protocols/VKontakte/proto_vkontakte/src/resource.h index 1974020286..ff3d29c6b7 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/src/main.cpp b/protocols/VKontakte/src/main.cpp index c34c013b69..60a765103f 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 bb5b206b72..67c1ff428a 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 0915f0c89e..fbe4aadc7d 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 9579a13b8c..1446c75094 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 8d38dfdfa0..1db65eac0e 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 7fa17ac950..ec86aa73d0 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 4d7e8d8e71..148ffc5799 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 a26d06c9c7..b569d59b9a 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 61d042ebb5..6eedc95793 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 2e76f2ef3f..e1c7f76840 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 ceb132e81e..2a54f0652c 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 4f1af84af5..4f61f5ceb9 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 e200246da9..2e47317451 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 63c4f3861e..8e5dcc473a 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 09d7ab9b68..ebecc4fc69 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 84c476345d..56d3b4edda 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 29ce9a7e6a..f6c44f235d 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 71f6f4f882..49ce3e2557 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 a209f320e0..56a9d85715 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 dbdbad7731..85b403de7a 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 d68259bf12..d1e00cdb6e 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 77b729a789..0d0960e854 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 c506f8a1fd..b5c1462849 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 aaab559eb1..cd5df9ff05 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 cd043cc2b6..750b0bc5b8 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 ae5c9b6c08..b687018bcf 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 a10279d687..e89d4d6416 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 56d5f5cf58..c50ddfddec 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 -- cgit v1.2.3