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/MobileState | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/MobileState')
-rw-r--r-- | plugins/MobileState/res/mobilestate.rc | 2 | ||||
-rw-r--r-- | plugins/MobileState/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/clients.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/MobileState/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/MobileState/res/mobilestate.rc b/plugins/MobileState/res/mobilestate.rc index 1621f5aa25..c49cb5252b 100644 --- a/plugins/MobileState/res/mobilestate.rc +++ b/plugins/MobileState/res/mobilestate.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/MobileState/res/version.rc b/plugins/MobileState/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/MobileState/res/version.rc +++ b/plugins/MobileState/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/MobileState/src/clients.h b/plugins/MobileState/src/clients.h index cb9f0ed47a..2cef3cee26 100644 --- a/plugins/MobileState/src/clients.h +++ b/plugins/MobileState/src/clients.h @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp index 63db7151bb..b04c42fba1 100644 --- a/plugins/MobileState/src/main.cpp +++ b/plugins/MobileState/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/resource.h b/plugins/MobileState/src/resource.h index d54c8b4a53..0bed00cfd6 100644 --- a/plugins/MobileState/src/resource.h +++ b/plugins/MobileState/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by ..\res\mobilestate.rc
//
diff --git a/plugins/MobileState/src/stdafx.cxx b/plugins/MobileState/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/MobileState/src/stdafx.cxx +++ b/plugins/MobileState/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/MobileState/src/stdafx.h b/plugins/MobileState/src/stdafx.h index 81692dfce3..9f18e4a0cc 100644 --- a/plugins/MobileState/src/stdafx.h +++ b/plugins/MobileState/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Mobile State plugin for Miranda NG (www.miranda-ng.org)
(c) 2012-17 by Robert Pösel
diff --git a/plugins/MobileState/src/version.h b/plugins/MobileState/src/version.h index bfd59aee34..5ac18969ce 100644 --- a/plugins/MobileState/src/version.h +++ b/plugins/MobileState/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 0
#define __RELEASE_NUM 1
#define __BUILD_NUM 6
|