diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /protocols/Discord | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Discord')
24 files changed, 24 insertions, 24 deletions
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 |