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/EmLanProto/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'protocols/EmLanProto/src')
-rw-r--r-- | protocols/EmLanProto/src/amdproto.cpp | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/get_time.cpp | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/get_time.h | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/lan.cpp | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/lan.h | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/mlan.cpp | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/mlan.h | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/resource.h | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/stdafx.cpp | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/stdafx.h | 2 | ||||
-rw-r--r-- | protocols/EmLanProto/src/version.h | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp index d25ebae2c8..9ba83f4aec 100644 --- a/protocols/EmLanProto/src/amdproto.cpp +++ b/protocols/EmLanProto/src/amdproto.cpp @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// AMD local protocol main file
#include "stdafx.h"
diff --git a/protocols/EmLanProto/src/get_time.cpp b/protocols/EmLanProto/src/get_time.cpp index 76ad065fdf..f03b3965f9 100644 --- a/protocols/EmLanProto/src/get_time.cpp +++ b/protocols/EmLanProto/src/get_time.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/protocols/EmLanProto/src/get_time.h b/protocols/EmLanProto/src/get_time.h index 9f5676c5d3..83c6efa73d 100644 --- a/protocols/EmLanProto/src/get_time.h +++ b/protocols/EmLanProto/src/get_time.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda ICQ: the free icq client for MS Windows
Copyright (C) 2000-2 Richard Hughes, Roland Rabien & Tristan Van de Vreede
diff --git a/protocols/EmLanProto/src/lan.cpp b/protocols/EmLanProto/src/lan.cpp index 336e64bb75..61d6198b1c 100644 --- a/protocols/EmLanProto/src/lan.cpp +++ b/protocols/EmLanProto/src/lan.cpp @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Lan protocol
#include "stdafx.h"
diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h index 1fd2bbe80a..5df88103dd 100644 --- a/protocols/EmLanProto/src/lan.h +++ b/protocols/EmLanProto/src/lan.h @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Lan functions
#ifndef __lan_h__
diff --git a/protocols/EmLanProto/src/mlan.cpp b/protocols/EmLanProto/src/mlan.cpp index 14005a3294..c64792f520 100644 --- a/protocols/EmLanProto/src/mlan.cpp +++ b/protocols/EmLanProto/src/mlan.cpp @@ -1,4 +1,4 @@ -////////////////////////////////////////////////////////////////////////// +////////////////////////////////////////////////////////////////////////// // Miranda lan functions #include "stdafx.h" diff --git a/protocols/EmLanProto/src/mlan.h b/protocols/EmLanProto/src/mlan.h index ed151e1212..66fd97cfa2 100644 --- a/protocols/EmLanProto/src/mlan.h +++ b/protocols/EmLanProto/src/mlan.h @@ -1,4 +1,4 @@ -//////////////////////////////////////////////////////////////////////////
+//////////////////////////////////////////////////////////////////////////
// Miranda lan functions
#ifndef __mlan_h__
diff --git a/protocols/EmLanProto/src/resource.h b/protocols/EmLanProto/src/resource.h index 472138e5f5..2a43ae4ff8 100644 --- a/protocols/EmLanProto/src/resource.h +++ b/protocols/EmLanProto/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by amdproto.rc
//
diff --git a/protocols/EmLanProto/src/stdafx.cpp b/protocols/EmLanProto/src/stdafx.cpp index fc3e963191..4318fdb21b 100644 --- a/protocols/EmLanProto/src/stdafx.cpp +++ b/protocols/EmLanProto/src/stdafx.cpp @@ -1,4 +1,4 @@ -// stdafx.cpp : source file that includes just the standard includes
+// stdafx.cpp : source file that includes just the standard includes
// amdproto.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
diff --git a/protocols/EmLanProto/src/stdafx.h b/protocols/EmLanProto/src/stdafx.h index d826592439..a919a25187 100644 --- a/protocols/EmLanProto/src/stdafx.h +++ b/protocols/EmLanProto/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/EmLanProto/src/version.h b/protocols/EmLanProto/src/version.h index e5c437a35c..fa47f0e83b 100644 --- a/protocols/EmLanProto/src/version.h +++ b/protocols/EmLanProto/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 1 |