From 62202ed10617927d5429bc59898e12a366abe744 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 6 Dec 2017 13:00:20 +0300 Subject: convert all files exept curl and new_gpg to utf-8 BOM --- plugins/AVS/src/acc.cpp | 2 +- plugins/AVS/src/acc.h | 2 +- plugins/AVS/src/cache.cpp | 2 +- plugins/AVS/src/image_utils.cpp | 2 +- plugins/AVS/src/image_utils.h | 2 +- plugins/AVS/src/main.cpp | 2 +- plugins/AVS/src/options.cpp | 2 +- plugins/AVS/src/poll.cpp | 2 +- plugins/AVS/src/poll.h | 2 +- plugins/AVS/src/resource.h | 2 +- plugins/AVS/src/services.cpp | 2 +- plugins/AVS/src/stdafx.cxx | 2 +- plugins/AVS/src/stdafx.h | 2 +- plugins/AVS/src/utils.cpp | 2 +- plugins/AVS/src/version.h | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'plugins/AVS/src') 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 -- cgit v1.2.3