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/AVS | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/docs/license.txt | 2 | ||||
-rw-r--r-- | plugins/AVS/src/acc.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/acc.h | 2 | ||||
-rw-r--r-- | plugins/AVS/src/cache.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/image_utils.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/image_utils.h | 2 | ||||
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/poll.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/poll.h | 2 | ||||
-rw-r--r-- | plugins/AVS/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/AVS/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/AVS/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/AVS/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/AVS/src/version.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/AVS/docs/license.txt b/plugins/AVS/docs/license.txt index fc35462967..7f1161073d 100644 --- a/plugins/AVS/docs/license.txt +++ b/plugins/AVS/docs/license.txt @@ -1,4 +1,4 @@ - GNU GENERAL PUBLIC LICENSE
+ GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
diff --git a/plugins/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp index 4ea8f73893..8412db19a2 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 2fcd431fff..94a8f1253a 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 3ab9098917..160f1a3d1b 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 a7641f79c5..020b618285 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 48025671b6..cf4529321e 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 2e7124e6dc..766c758af6 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 c304a72daf..444be2c0ab 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 671c463f79..3a2a091e3b 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 12419e8087..39678f2b4e 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 201286d8df..a58c6eb0d0 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 08eee4d133..91730e0297 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 bfd519e3dc..b05ed73bc5 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 36e6371c8e..f7bba051d4 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 f0fc2f783a..1aa82f4515 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 6d0659f537..0475c9ef0c 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
|