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 /plugins/OpenSSL | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/OpenSSL')
-rw-r--r-- | plugins/OpenSSL/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/ssl_openssl.cpp | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/OpenSSL/src/version.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/plugins/OpenSSL/res/version.rc b/plugins/OpenSSL/res/version.rc index 37934706a0..fcd820ac36 100644 --- a/plugins/OpenSSL/res/version.rc +++ b/plugins/OpenSSL/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/plugins/OpenSSL/src/main.cpp b/plugins/OpenSSL/src/main.cpp index e523acc96d..870e9bb5bf 100644 --- a/plugins/OpenSSL/src/main.cpp +++ b/plugins/OpenSSL/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/plugins/OpenSSL/src/ssl_openssl.cpp b/plugins/OpenSSL/src/ssl_openssl.cpp index e18614f382..6665c4b73a 100644 --- a/plugins/OpenSSL/src/ssl_openssl.cpp +++ b/plugins/OpenSSL/src/ssl_openssl.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/plugins/OpenSSL/src/stdafx.cxx b/plugins/OpenSSL/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/OpenSSL/src/stdafx.cxx +++ b/plugins/OpenSSL/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/plugins/OpenSSL/src/stdafx.h b/plugins/OpenSSL/src/stdafx.h index 46743536a2..b529c05aaa 100644 --- a/plugins/OpenSSL/src/stdafx.h +++ b/plugins/OpenSSL/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/OpenSSL/src/version.h b/plugins/OpenSSL/src/version.h index 6dff056a72..34aef49820 100644 --- a/plugins/OpenSSL/src/version.h +++ b/plugins/OpenSSL/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 2 |