diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/YARelay | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/YARelay')
-rw-r--r-- | plugins/YARelay/docs/readme.txt | 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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/plugins/YARelay/docs/readme.txt b/plugins/YARelay/docs/readme.txt index b4481efaa6..989c929468 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/src/main.cpp b/plugins/YARelay/src/main.cpp index 6a347f1595..d33937b679 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 699cc58d29..f10bfcb0e3 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 46472dcd46..b9104ff1a1 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 bfd519e3dc..b05ed73bc5 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 872d8e34e9..eef4c08ce8 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 64fc565742..d565b2ec64 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 |