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/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r-- | protocols/Discord/src/avatars.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/connection.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/dispatch.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/gateway.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/groupchat.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/guilds.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/http.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/main.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/menus.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/options.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/proto.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/proto.h | 2 | ||||
-rw-r--r-- | protocols/Discord/src/resource.h | 2 | ||||
-rw-r--r-- | protocols/Discord/src/server.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | protocols/Discord/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/Discord/src/utils.cpp | 2 | ||||
-rw-r--r-- | protocols/Discord/src/version.h | 2 |
18 files changed, 18 insertions, 18 deletions
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 |