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/stdcrypt | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'src/core/stdcrypt')
-rw-r--r-- | src/core/stdcrypt/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/res/resource.rc | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/res/version.rc | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/Rijndael.cpp | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/Rijndael.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/encrypt.cpp | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/main.cpp | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/stdafx.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/stdcrypt.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/utils.cpp | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/src/version.h | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/src/core/stdcrypt/CMakeLists.txt b/src/core/stdcrypt/CMakeLists.txt index 1a36c1921c..8ae7b3503a 100644 --- a/src/core/stdcrypt/CMakeLists.txt +++ b/src/core/stdcrypt/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdCrypt) +set(TARGET StdCrypt) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} Zlib)
\ No newline at end of file diff --git a/src/core/stdcrypt/res/resource.rc b/src/core/stdcrypt/res/resource.rc index 16038b37b3..c12d0ef5a5 100644 --- a/src/core/stdcrypt/res/resource.rc +++ b/src/core/stdcrypt/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdcrypt/res/version.rc b/src/core/stdcrypt/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdcrypt/res/version.rc +++ b/src/core/stdcrypt/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/stdcrypt/src/Rijndael.cpp b/src/core/stdcrypt/src/Rijndael.cpp index 510af48871..e323cf8715 100644 --- a/src/core/stdcrypt/src/Rijndael.cpp +++ b/src/core/stdcrypt/src/Rijndael.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
static const int sm_alog[256] =
diff --git a/src/core/stdcrypt/src/Rijndael.h b/src/core/stdcrypt/src/Rijndael.h index a69409b929..b6051ae56f 100644 --- a/src/core/stdcrypt/src/Rijndael.h +++ b/src/core/stdcrypt/src/Rijndael.h @@ -1,4 +1,4 @@ -
+
//Rijndael.h
#ifndef __RIJNDAEL_H__
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp index 3439772592..2c61eab5d6 100644 --- a/src/core/stdcrypt/src/encrypt.cpp +++ b/src/core/stdcrypt/src/encrypt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/main.cpp b/src/core/stdcrypt/src/main.cpp index 48983fceb7..b3a39ad7f9 100644 --- a/src/core/stdcrypt/src/main.cpp +++ b/src/core/stdcrypt/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/stdafx.cxx b/src/core/stdcrypt/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdcrypt/src/stdafx.cxx +++ b/src/core/stdcrypt/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdcrypt/src/stdafx.h b/src/core/stdcrypt/src/stdafx.h index 1bf58f4393..c4c27c2c93 100644 --- a/src/core/stdcrypt/src/stdafx.h +++ b/src/core/stdcrypt/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/stdcrypt.h b/src/core/stdcrypt/src/stdcrypt.h index 9465ac86e2..f7a825bc37 100644 --- a/src/core/stdcrypt/src/stdcrypt.h +++ b/src/core/stdcrypt/src/stdcrypt.h @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/utils.cpp b/src/core/stdcrypt/src/utils.cpp index 27e641d1cd..e671a838a1 100644 --- a/src/core/stdcrypt/src/utils.cpp +++ b/src/core/stdcrypt/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h index a45c96afb9..d8bd2a7209 100644 --- a/src/core/stdcrypt/src/version.h +++ b/src/core/stdcrypt/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|