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/YARelay | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/YARelay')
-rw-r--r-- | plugins/YARelay/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/YARelay/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/YARelay/res/yaRelay.rc | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/YARelay/src/version.h | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/plugins/YARelay/docs/readme.txt b/plugins/YARelay/docs/readme.txt index 989c929468..b4481efaa6 100644 --- a/plugins/YARelay/docs/readme.txt +++ b/plugins/YARelay/docs/readme.txt @@ -1,4 +1,4 @@ -Yet Another Relay plugin. v.0.0.0.3
+Yet Another Relay plugin. v.0.0.0.3
This plugin forwards all incoming messages to any contact.
Features:
diff --git a/plugins/YARelay/res/Version.rc b/plugins/YARelay/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/YARelay/res/Version.rc +++ b/plugins/YARelay/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/YARelay/res/yaRelay.rc b/plugins/YARelay/res/yaRelay.rc index 9a09e0dab8..8a2f1e3823 100644 --- a/plugins/YARelay/res/yaRelay.rc +++ b/plugins/YARelay/res/yaRelay.rc @@ -1,4 +1,4 @@ -//Microsoft Developer Studio generated resource script.
+//Microsoft Developer Studio generated resource script.
//
#include "..\src\resource.h"
diff --git a/plugins/YARelay/src/main.cpp b/plugins/YARelay/src/main.cpp index d33937b679..6a347f1595 100644 --- a/plugins/YARelay/src/main.cpp +++ b/plugins/YARelay/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp index f10bfcb0e3..699cc58d29 100644 --- a/plugins/YARelay/src/options.cpp +++ b/plugins/YARelay/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/resource.h b/plugins/YARelay/src/resource.h index b9104ff1a1..46472dcd46 100644 --- a/plugins/YARelay/src/resource.h +++ b/plugins/YARelay/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by frame.rc
//
diff --git a/plugins/YARelay/src/stdafx.cxx b/plugins/YARelay/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/YARelay/src/stdafx.cxx +++ b/plugins/YARelay/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/YARelay/src/stdafx.h b/plugins/YARelay/src/stdafx.h index eef4c08ce8..872d8e34e9 100644 --- a/plugins/YARelay/src/stdafx.h +++ b/plugins/YARelay/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
yaRelay.cpp
Yet Another Relay plugin. v.0.0.0.3
diff --git a/plugins/YARelay/src/version.h b/plugins/YARelay/src/version.h index d565b2ec64..64fc565742 100644 --- a/plugins/YARelay/src/version.h +++ b/plugins/YARelay/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 |