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/Rate | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Rate')
-rw-r--r-- | plugins/Rate/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/Rate/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/Rate/res/rate.rc | 2 | ||||
-rw-r--r-- | plugins/Rate/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/Rate/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Rate/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Rate/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Rate/src/version.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Rate/docs/readme.txt b/plugins/Rate/docs/readme.txt index aafc63f812..bd9c4b1f81 100644 --- a/plugins/Rate/docs/readme.txt +++ b/plugins/Rate/docs/readme.txt @@ -1,4 +1,4 @@ -Contacts Rate plugin for Miranda IM (http://miranda-im.org)
+Contacts Rate plugin for Miranda IM (http://miranda-im.org)
Version: 0.0.2.1 (c) 2007-2009 Kildor
Icons by Faith Healer
diff --git a/plugins/Rate/res/Version.rc b/plugins/Rate/res/Version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/Rate/res/Version.rc +++ b/plugins/Rate/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/Rate/res/rate.rc b/plugins/Rate/res/rate.rc index 834df998b7..c8ff208558 100644 --- a/plugins/Rate/res/rate.rc +++ b/plugins/Rate/res/rate.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/Rate/src/main.cpp b/plugins/Rate/src/main.cpp index aa15bbe0d4..575a80454a 100644 --- a/plugins/Rate/src/main.cpp +++ b/plugins/Rate/src/main.cpp @@ -1,4 +1,4 @@ -/*==========================================================================*/
+/*==========================================================================*/
/*
FILE DESCRIPTION: Rate main
diff --git a/plugins/Rate/src/resource.h b/plugins/Rate/src/resource.h index ba0f258319..612e2e29a6 100644 --- a/plugins/Rate/src/resource.h +++ b/plugins/Rate/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by rate.rc
//
diff --git a/plugins/Rate/src/stdafx.cxx b/plugins/Rate/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Rate/src/stdafx.cxx +++ b/plugins/Rate/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/Rate/src/stdafx.h b/plugins/Rate/src/stdafx.h index e04a7de369..b83d1ec040 100644 --- a/plugins/Rate/src/stdafx.h +++ b/plugins/Rate/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Authorization State plugin for Miranda-IM (www.miranda-im.org)
(c) 2006 by Thief
Icons by Faith Healer
diff --git a/plugins/Rate/src/version.h b/plugins/Rate/src/version.h index ccfe060611..fbc8cbd520 100644 --- a/plugins/Rate/src/version.h +++ b/plugins/Rate/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 0 #define __RELEASE_NUM 2 #define __BUILD_NUM 1 |