summaryrefslogtreecommitdiff
path: root/plugins/AVS/src
diff options
context:
space:
mode:
authorKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:00:20 +0300
committerKirill Volinsky <Mataes2007@gmail.com>2017-12-06 13:09:18 +0300
commit62202ed10617927d5429bc59898e12a366abe744 (patch)
tree4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/AVS/src
parentb30e7ca1c642a3f88659a4346832e653407e1c0f (diff)
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/AVS/src')
-rw-r--r--plugins/AVS/src/acc.cpp2
-rw-r--r--plugins/AVS/src/acc.h2
-rw-r--r--plugins/AVS/src/cache.cpp2
-rw-r--r--plugins/AVS/src/image_utils.cpp2
-rw-r--r--plugins/AVS/src/image_utils.h2
-rw-r--r--plugins/AVS/src/main.cpp2
-rw-r--r--plugins/AVS/src/options.cpp2
-rw-r--r--plugins/AVS/src/poll.cpp2
-rw-r--r--plugins/AVS/src/poll.h2
-rw-r--r--plugins/AVS/src/resource.h2
-rw-r--r--plugins/AVS/src/services.cpp2
-rw-r--r--plugins/AVS/src/stdafx.cxx2
-rw-r--r--plugins/AVS/src/stdafx.h2
-rw-r--r--plugins/AVS/src/utils.cpp2
-rw-r--r--plugins/AVS/src/version.h2
15 files changed, 15 insertions, 15 deletions
diff --git a/plugins/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp
index 8412db19a2..4ea8f73893 100644
--- a/plugins/AVS/src/acc.cpp
+++ b/plugins/AVS/src/acc.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/acc.h b/plugins/AVS/src/acc.h
index 94a8f1253a..2fcd431fff 100644
--- a/plugins/AVS/src/acc.h
+++ b/plugins/AVS/src/acc.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/cache.cpp b/plugins/AVS/src/cache.cpp
index 160f1a3d1b..3ab9098917 100644
--- a/plugins/AVS/src/cache.cpp
+++ b/plugins/AVS/src/cache.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/image_utils.cpp b/plugins/AVS/src/image_utils.cpp
index 020b618285..a7641f79c5 100644
--- a/plugins/AVS/src/image_utils.cpp
+++ b/plugins/AVS/src/image_utils.cpp
@@ -1,4 +1,4 @@
-#include "stdafx.h"
+#include "stdafx.h"
#include "image_utils.h"
#define GET_PIXEL(__P__, __X__, __Y__) ( __P__ + width * 4 * (__Y__) + 4 * (__X__))
diff --git a/plugins/AVS/src/image_utils.h b/plugins/AVS/src/image_utils.h
index cf4529321e..48025671b6 100644
--- a/plugins/AVS/src/image_utils.h
+++ b/plugins/AVS/src/image_utils.h
@@ -1,4 +1,4 @@
-#ifndef __IMAGE_UTILS_H__
+#ifndef __IMAGE_UTILS_H__
# define __IMAGE_UTILS_H__
HBITMAP BmpFilterLoadBitmap(BOOL *bIsTransparent, const wchar_t *ptszFilename);
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp
index 766c758af6..2e7124e6dc 100644
--- a/plugins/AVS/src/main.cpp
+++ b/plugins/AVS/src/main.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/options.cpp b/plugins/AVS/src/options.cpp
index 444be2c0ab..c304a72daf 100644
--- a/plugins/AVS/src/options.cpp
+++ b/plugins/AVS/src/options.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/poll.cpp b/plugins/AVS/src/poll.cpp
index 3a2a091e3b..671c463f79 100644
--- a/plugins/AVS/src/poll.cpp
+++ b/plugins/AVS/src/poll.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/poll.h b/plugins/AVS/src/poll.h
index 39678f2b4e..12419e8087 100644
--- a/plugins/AVS/src/poll.h
+++ b/plugins/AVS/src/poll.h
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/resource.h b/plugins/AVS/src/resource.h
index a58c6eb0d0..201286d8df 100644
--- a/plugins/AVS/src/resource.h
+++ b/plugins/AVS/src/resource.h
@@ -1,4 +1,4 @@
-//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by avs.rc
//
diff --git a/plugins/AVS/src/services.cpp b/plugins/AVS/src/services.cpp
index 91730e0297..08eee4d133 100644
--- a/plugins/AVS/src/services.cpp
+++ b/plugins/AVS/src/services.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/stdafx.cxx b/plugins/AVS/src/stdafx.cxx
index b05ed73bc5..bfd519e3dc 100644
--- a/plugins/AVS/src/stdafx.cxx
+++ b/plugins/AVS/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/AVS/src/stdafx.h b/plugins/AVS/src/stdafx.h
index f7bba051d4..36e6371c8e 100644
--- a/plugins/AVS/src/stdafx.h
+++ b/plugins/AVS/src/stdafx.h
@@ -1,4 +1,4 @@
-/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/plugins/AVS/src/utils.cpp b/plugins/AVS/src/utils.cpp
index 1aa82f4515..f0fc2f783a 100644
--- a/plugins/AVS/src/utils.cpp
+++ b/plugins/AVS/src/utils.cpp
@@ -1,4 +1,4 @@
-/*
+/*
Copyright (C) 2006 Ricardo Pescuma Domenecci, Nightwish
This is free software; you can redistribute it and/or
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h
index 0475c9ef0c..6d0659f537 100644
--- a/plugins/AVS/src/version.h
+++ b/plugins/AVS/src/version.h
@@ -1,4 +1,4 @@
-#define __MAJOR_VERSION 0
+#define __MAJOR_VERSION 0
#define __MINOR_VERSION 95
#define __RELEASE_NUM 3
#define __BUILD_NUM 4