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 /src/core/stdssl | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdssl/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/netlibssl.cpp | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdssl/src/version.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/core/stdssl/CMakeLists.txt b/src/core/stdssl/CMakeLists.txt index 6b2c0a91d0..b0ff6ff2c3 100644 --- a/src/core/stdssl/CMakeLists.txt +++ b/src/core/stdssl/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdSSL) +set(TARGET StdSSL) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} ws2_32.lib secur32.lib crypt32.lib)
\ No newline at end of file diff --git a/src/core/stdssl/res/version.rc b/src/core/stdssl/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdssl/res/version.rc +++ b/src/core/stdssl/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/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index 584ff7335b..d453f9197f 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard SSL driver for Miranda NG
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index 8ae7efc144..fed2d0e4fd 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdssl/src/stdafx.cxx b/src/core/stdssl/src/stdafx.cxx index 6f97ed9a4e..f2abe4d94b 100644 --- a/src/core/stdssl/src/stdafx.cxx +++ b/src/core/stdssl/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/core/stdssl/src/stdafx.h b/src/core/stdssl/src/stdafx.h index ee823b1323..31daf35223 100644 --- a/src/core/stdssl/src/stdafx.h +++ b/src/core/stdssl/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 3029aeafe1..611a211074 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -1,4 +1,4 @@ -
+
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
|