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 /src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'src')
348 files changed, 348 insertions, 348 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 505df3d80d..9d375d9975 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory(mir_core) +add_subdirectory(mir_core) add_subdirectory(mir_app) add_subdirectory(miranda32) add_subdirectory(core)
\ No newline at end of file diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index e91ba77adb..8852f0c8fa 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,4 +1,4 @@ -add_subdirectory(stdauth) +add_subdirectory(stdauth) add_subdirectory(stdautoaway) add_subdirectory(stdaway) add_subdirectory(stdclist) diff --git a/src/core/stdautoaway/CMakeLists.txt b/src/core/stdautoaway/CMakeLists.txt index 418414b0b0..8709986d88 100644 --- a/src/core/stdautoaway/CMakeLists.txt +++ b/src/core/stdautoaway/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdAutoAway) +set(TARGET StdAutoAway) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdautoaway/res/resource.rc b/src/core/stdautoaway/res/resource.rc index 16038b37b3..c12d0ef5a5 100644 --- a/src/core/stdautoaway/res/resource.rc +++ b/src/core/stdautoaway/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdautoaway/res/version.rc b/src/core/stdautoaway/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdautoaway/res/version.rc +++ b/src/core/stdautoaway/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/src/core/stdautoaway/src/autoaway.cpp b/src/core/stdautoaway/src/autoaway.cpp index c1ebc6bbe5..7e536c9cb0 100644 --- a/src/core/stdautoaway/src/autoaway.cpp +++ b/src/core/stdautoaway/src/autoaway.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdautoaway/src/main.cpp b/src/core/stdautoaway/src/main.cpp index 58f414e5ac..8a1d349a31 100644 --- a/src/core/stdautoaway/src/main.cpp +++ b/src/core/stdautoaway/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard auto away module for Miranda NG
diff --git a/src/core/stdautoaway/src/stdafx.cxx b/src/core/stdautoaway/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdautoaway/src/stdafx.cxx +++ b/src/core/stdautoaway/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdautoaway/src/stdafx.h b/src/core/stdautoaway/src/stdafx.h index 554f9c9f22..21d28551d8 100644 --- a/src/core/stdautoaway/src/stdafx.h +++ b/src/core/stdautoaway/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdautoaway/src/version.h b/src/core/stdautoaway/src/version.h index 84fee2edca..97ac5bf735 100644 --- a/src/core/stdautoaway/src/version.h +++ b/src/core/stdautoaway/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdaway/CMakeLists.txt b/src/core/stdaway/CMakeLists.txt index 567f31d827..e7ba6317ee 100644 --- a/src/core/stdaway/CMakeLists.txt +++ b/src/core/stdaway/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdAway) +set(TARGET StdAway) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdaway/res/resource.rc b/src/core/stdaway/res/resource.rc index d1034fcbe2..8df003a71a 100644 --- a/src/core/stdaway/res/resource.rc +++ b/src/core/stdaway/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdaway/res/version.rc b/src/core/stdaway/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdaway/res/version.rc +++ b/src/core/stdaway/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/src/core/stdaway/src/awaymsg.cpp b/src/core/stdaway/src/awaymsg.cpp index 0907a28d28..6e9c79dbdc 100644 --- a/src/core/stdaway/src/awaymsg.cpp +++ b/src/core/stdaway/src/awaymsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/main.cpp b/src/core/stdaway/src/main.cpp index c176bff75e..716ec2a853 100644 --- a/src/core/stdaway/src/main.cpp +++ b/src/core/stdaway/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard away message processing module for Miranda NG
diff --git a/src/core/stdaway/src/sendmsg.cpp b/src/core/stdaway/src/sendmsg.cpp index af476d6a07..1f3ceaf42e 100644 --- a/src/core/stdaway/src/sendmsg.cpp +++ b/src/core/stdaway/src/sendmsg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/stdafx.cxx b/src/core/stdaway/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdaway/src/stdafx.cxx +++ b/src/core/stdaway/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdaway/src/stdafx.h b/src/core/stdaway/src/stdafx.h index 2e136d5027..1046ac551e 100644 --- a/src/core/stdaway/src/stdafx.h +++ b/src/core/stdaway/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdaway/src/version.h b/src/core/stdaway/src/version.h index c611618b3a..58c725132b 100644 --- a/src/core/stdaway/src/version.h +++ b/src/core/stdaway/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdclist/CMakeLists.txt b/src/core/stdclist/CMakeLists.txt index 9c93e7d364..e1e6f918f1 100644 --- a/src/core/stdclist/CMakeLists.txt +++ b/src/core/stdclist/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdClist) +set(TARGET StdClist) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} comctl32.lib UxTheme.lib Shlwapi.lib)
\ No newline at end of file diff --git a/src/core/stdclist/docs/clist-license.txt b/src/core/stdclist/docs/clist-license.txt index 7f1161073d..fc35462967 100644 --- a/src/core/stdclist/docs/clist-license.txt +++ b/src/core/stdclist/docs/clist-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/src/core/stdclist/docs/clist-readme.txt b/src/core/stdclist/docs/clist-readme.txt index 68b9df24d3..b8db255fe1 100644 --- a/src/core/stdclist/docs/clist-readme.txt +++ b/src/core/stdclist/docs/clist-readme.txt @@ -1,4 +1,4 @@ -################################################################
+################################################################
# Classic Contact List Plugin
################################################################
diff --git a/src/core/stdclist/res/resource.rc b/src/core/stdclist/res/resource.rc index 4e32d4bcf2..aa5b7b70b2 100644 --- a/src/core/stdclist/res/resource.rc +++ b/src/core/stdclist/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/src/core/stdclist/res/version.rc b/src/core/stdclist/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdclist/res/version.rc +++ b/src/core/stdclist/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/src/core/stdclist/src/clc.h b/src/core/stdclist/src/clc.h index 1dbb8a0928..760bb37568 100644 --- a/src/core/stdclist/src/clc.h +++ b/src/core/stdclist/src/clc.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/clcfonts.cpp b/src/core/stdclist/src/clcfonts.cpp index 1123baace2..8e086118b7 100644 --- a/src/core/stdclist/src/clcfonts.cpp +++ b/src/core/stdclist/src/clcfonts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/clcopts.cpp b/src/core/stdclist/src/clcopts.cpp index 79edefe729..0c1234fd61 100644 --- a/src/core/stdclist/src/clcopts.cpp +++ b/src/core/stdclist/src/clcopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/clcpaint.cpp b/src/core/stdclist/src/clcpaint.cpp index 0aae739c7b..d5a09c9259 100644 --- a/src/core/stdclist/src/clcpaint.cpp +++ b/src/core/stdclist/src/clcpaint.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/clistmenus.cpp b/src/core/stdclist/src/clistmenus.cpp index 19d5450406..b7d07e8011 100644 --- a/src/core/stdclist/src/clistmenus.cpp +++ b/src/core/stdclist/src/clistmenus.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp index edc356da1f..a05de88161 100644 --- a/src/core/stdclist/src/clistopts.cpp +++ b/src/core/stdclist/src/clistopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/cluiopts.cpp b/src/core/stdclist/src/cluiopts.cpp index 8c144741d5..222cd7e593 100644 --- a/src/core/stdclist/src/cluiopts.cpp +++ b/src/core/stdclist/src/cluiopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/contact.cpp b/src/core/stdclist/src/contact.cpp index 9ed222036e..6e4b2d6d20 100644 --- a/src/core/stdclist/src/contact.cpp +++ b/src/core/stdclist/src/contact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/init.cpp b/src/core/stdclist/src/init.cpp index e9a5b547f0..b1435cb3e9 100644 --- a/src/core/stdclist/src/init.cpp +++ b/src/core/stdclist/src/init.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/resource.h b/src/core/stdclist/src/resource.h index f9c37606a3..87b87532b2 100644 --- a/src/core/stdclist/src/resource.h +++ b/src/core/stdclist/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/src/core/stdclist/src/stdafx.cxx b/src/core/stdclist/src/stdafx.cxx index 2cfe57c9c5..f0e72e2cd0 100644 --- a/src/core/stdclist/src/stdafx.cxx +++ b/src/core/stdclist/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/src/core/stdclist/src/stdafx.h b/src/core/stdclist/src/stdafx.h index 650ab19c25..d65d41c51d 100644 --- a/src/core/stdclist/src/stdafx.h +++ b/src/core/stdclist/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index ba56c650ec..ec6cd734a1 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/src/version.h @@ -1,4 +1,4 @@ -
+
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
diff --git a/src/core/stdcrypt/CMakeLists.txt b/src/core/stdcrypt/CMakeLists.txt index 1a36c1921c..8ae7b3503a 100644 --- a/src/core/stdcrypt/CMakeLists.txt +++ b/src/core/stdcrypt/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdCrypt) +set(TARGET StdCrypt) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} Zlib)
\ No newline at end of file diff --git a/src/core/stdcrypt/res/resource.rc b/src/core/stdcrypt/res/resource.rc index 16038b37b3..c12d0ef5a5 100644 --- a/src/core/stdcrypt/res/resource.rc +++ b/src/core/stdcrypt/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdcrypt/res/version.rc b/src/core/stdcrypt/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdcrypt/res/version.rc +++ b/src/core/stdcrypt/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/src/core/stdcrypt/src/Rijndael.cpp b/src/core/stdcrypt/src/Rijndael.cpp index 510af48871..e323cf8715 100644 --- a/src/core/stdcrypt/src/Rijndael.cpp +++ b/src/core/stdcrypt/src/Rijndael.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
static const int sm_alog[256] =
diff --git a/src/core/stdcrypt/src/Rijndael.h b/src/core/stdcrypt/src/Rijndael.h index a69409b929..b6051ae56f 100644 --- a/src/core/stdcrypt/src/Rijndael.h +++ b/src/core/stdcrypt/src/Rijndael.h @@ -1,4 +1,4 @@ -
+
//Rijndael.h
#ifndef __RIJNDAEL_H__
diff --git a/src/core/stdcrypt/src/encrypt.cpp b/src/core/stdcrypt/src/encrypt.cpp index 3439772592..2c61eab5d6 100644 --- a/src/core/stdcrypt/src/encrypt.cpp +++ b/src/core/stdcrypt/src/encrypt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/main.cpp b/src/core/stdcrypt/src/main.cpp index 48983fceb7..b3a39ad7f9 100644 --- a/src/core/stdcrypt/src/main.cpp +++ b/src/core/stdcrypt/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/stdafx.cxx b/src/core/stdcrypt/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdcrypt/src/stdafx.cxx +++ b/src/core/stdcrypt/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdcrypt/src/stdafx.h b/src/core/stdcrypt/src/stdafx.h index 1bf58f4393..c4c27c2c93 100644 --- a/src/core/stdcrypt/src/stdafx.h +++ b/src/core/stdcrypt/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/stdcrypt.h b/src/core/stdcrypt/src/stdcrypt.h index 9465ac86e2..f7a825bc37 100644 --- a/src/core/stdcrypt/src/stdcrypt.h +++ b/src/core/stdcrypt/src/stdcrypt.h @@ -1,4 +1,4 @@ -/*
+/*
Standard encryption plugin for Miranda NG
Copyright (C) 2012-17 George Hazan
diff --git a/src/core/stdcrypt/src/utils.cpp b/src/core/stdcrypt/src/utils.cpp index 27e641d1cd..e671a838a1 100644 --- a/src/core/stdcrypt/src/utils.cpp +++ b/src/core/stdcrypt/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdcrypt/src/version.h b/src/core/stdcrypt/src/version.h index a45c96afb9..d8bd2a7209 100644 --- a/src/core/stdcrypt/src/version.h +++ b/src/core/stdcrypt/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdemail/CMakeLists.txt b/src/core/stdemail/CMakeLists.txt index d7038bcdfc..c4086c6ed2 100644 --- a/src/core/stdemail/CMakeLists.txt +++ b/src/core/stdemail/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdEmail) +set(TARGET StdEmail) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdemail/res/resource.rc b/src/core/stdemail/res/resource.rc index 16038b37b3..c12d0ef5a5 100644 --- a/src/core/stdemail/res/resource.rc +++ b/src/core/stdemail/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdemail/res/version.rc b/src/core/stdemail/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdemail/res/version.rc +++ b/src/core/stdemail/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/src/core/stdemail/src/email.cpp b/src/core/stdemail/src/email.cpp index 612f1868f0..e61e25c94d 100644 --- a/src/core/stdemail/src/email.cpp +++ b/src/core/stdemail/src/email.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdemail/src/main.cpp b/src/core/stdemail/src/main.cpp index f4a3299c77..5d5dcdc87e 100644 --- a/src/core/stdemail/src/main.cpp +++ b/src/core/stdemail/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard e-mail urls launcher for Miranda NG
diff --git a/src/core/stdemail/src/stdafx.cxx b/src/core/stdemail/src/stdafx.cxx index a27b824da7..5f644fdff3 100644 --- a/src/core/stdemail/src/stdafx.cxx +++ b/src/core/stdemail/src/stdafx.cxx @@ -1 +1 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdemail/src/stdafx.h b/src/core/stdemail/src/stdafx.h index 8c4cf39cf9..74b1431645 100644 --- a/src/core/stdemail/src/stdafx.h +++ b/src/core/stdemail/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdemail/src/version.h b/src/core/stdemail/src/version.h index 1dbb386bea..8347aa861a 100644 --- a/src/core/stdemail/src/version.h +++ b/src/core/stdemail/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdfile/CMakeLists.txt b/src/core/stdfile/CMakeLists.txt index 3454bf4121..427d568d2b 100644 --- a/src/core/stdfile/CMakeLists.txt +++ b/src/core/stdfile/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdFile) +set(TARGET StdFile) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} Shlwapi.lib)
\ No newline at end of file diff --git a/src/core/stdfile/res/resource.rc b/src/core/stdfile/res/resource.rc index a3fa9d6dc7..1804934e8b 100644 --- a/src/core/stdfile/res/resource.rc +++ b/src/core/stdfile/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdfile/res/version.rc b/src/core/stdfile/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdfile/res/version.rc +++ b/src/core/stdfile/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/src/core/stdfile/src/file.cpp b/src/core/stdfile/src/file.cpp index af7cb57110..6f17f4faed 100644 --- a/src/core/stdfile/src/file.cpp +++ b/src/core/stdfile/src/file.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/file.h b/src/core/stdfile/src/file.h index 0d359a9eb1..78a6d220d2 100644 --- a/src/core/stdfile/src/file.h +++ b/src/core/stdfile/src/file.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/fileexistsdlg.cpp b/src/core/stdfile/src/fileexistsdlg.cpp index be15a0c8fa..b03646484a 100644 --- a/src/core/stdfile/src/fileexistsdlg.cpp +++ b/src/core/stdfile/src/fileexistsdlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/fileopts.cpp b/src/core/stdfile/src/fileopts.cpp index b8bbae76f8..5afceed6b6 100644 --- a/src/core/stdfile/src/fileopts.cpp +++ b/src/core/stdfile/src/fileopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/filerecvdlg.cpp b/src/core/stdfile/src/filerecvdlg.cpp index 49d1fcd3b1..b868f1c70b 100644 --- a/src/core/stdfile/src/filerecvdlg.cpp +++ b/src/core/stdfile/src/filerecvdlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/filesenddlg.cpp b/src/core/stdfile/src/filesenddlg.cpp index a0c98ad613..47ca18bf75 100644 --- a/src/core/stdfile/src/filesenddlg.cpp +++ b/src/core/stdfile/src/filesenddlg.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/filexferdlg.cpp b/src/core/stdfile/src/filexferdlg.cpp index 2181baa67a..854e0acd0b 100644 --- a/src/core/stdfile/src/filexferdlg.cpp +++ b/src/core/stdfile/src/filexferdlg.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/core/stdfile/src/ftmanager.cpp b/src/core/stdfile/src/ftmanager.cpp index c73fa2300d..0e067e0e24 100644 --- a/src/core/stdfile/src/ftmanager.cpp +++ b/src/core/stdfile/src/ftmanager.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/main.cpp b/src/core/stdfile/src/main.cpp index 2e3c002907..1b43582f69 100644 --- a/src/core/stdfile/src/main.cpp +++ b/src/core/stdfile/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard file transfers' plugin for Miranda NG
diff --git a/src/core/stdfile/src/stdafx.cxx b/src/core/stdfile/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stdfile/src/stdafx.cxx +++ b/src/core/stdfile/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdfile/src/stdafx.h b/src/core/stdfile/src/stdafx.h index cc4b8d3742..c67b93b3df 100644 --- a/src/core/stdfile/src/stdafx.h +++ b/src/core/stdfile/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdfile/src/version.h b/src/core/stdfile/src/version.h index 61ada99635..5e971ed76a 100644 --- a/src/core/stdfile/src/version.h +++ b/src/core/stdfile/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdidle/CMakeLists.txt b/src/core/stdidle/CMakeLists.txt index e11c1176b5..c6db0f31fb 100644 --- a/src/core/stdidle/CMakeLists.txt +++ b/src/core/stdidle/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdIdle) +set(TARGET StdIdle) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} Wtsapi32.lib)
\ No newline at end of file diff --git a/src/core/stdidle/res/resource.rc b/src/core/stdidle/res/resource.rc index ebecfa7b37..02177820a4 100644 --- a/src/core/stdidle/res/resource.rc +++ b/src/core/stdidle/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stdidle/res/version.rc b/src/core/stdidle/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdidle/res/version.rc +++ b/src/core/stdidle/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/src/core/stdidle/src/idle.cpp b/src/core/stdidle/src/idle.cpp index eb0ef2568c..66995fd3f9 100644 --- a/src/core/stdidle/src/idle.cpp +++ b/src/core/stdidle/src/idle.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdidle/src/main.cpp b/src/core/stdidle/src/main.cpp index bbc78d8281..4dadbf0744 100644 --- a/src/core/stdidle/src/main.cpp +++ b/src/core/stdidle/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard idle state module for Miranda NG
diff --git a/src/core/stdidle/src/stdafx.cxx b/src/core/stdidle/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stdidle/src/stdafx.cxx +++ b/src/core/stdidle/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stdidle/src/stdafx.h b/src/core/stdidle/src/stdafx.h index 19c886f65e..a86a9966d4 100644 --- a/src/core/stdidle/src/stdafx.h +++ b/src/core/stdidle/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdidle/src/version.h b/src/core/stdidle/src/version.h index e791573b3a..484cb29aea 100644 --- a/src/core/stdidle/src/version.h +++ b/src/core/stdidle/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stdmsg/CMakeLists.txt b/src/core/stdmsg/CMakeLists.txt index 75b068ef77..46891c5e4f 100644 --- a/src/core/stdmsg/CMakeLists.txt +++ b/src/core/stdmsg/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdMsg) +set(TARGET StdMsg) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stdmsg/docs/srmm-license.txt b/src/core/stdmsg/docs/srmm-license.txt index ca3fe8d547..75b2b3a376 100644 --- a/src/core/stdmsg/docs/srmm-license.txt +++ b/src/core/stdmsg/docs/srmm-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/src/core/stdmsg/docs/srmm-readme.txt b/src/core/stdmsg/docs/srmm-readme.txt index 1f52206895..518f47fa0c 100644 --- a/src/core/stdmsg/docs/srmm-readme.txt +++ b/src/core/stdmsg/docs/srmm-readme.txt @@ -1,4 +1,4 @@ -
+
SRMM Plugin for Miranda IM
__________________________
diff --git a/src/core/stdmsg/res/resource.rc b/src/core/stdmsg/res/resource.rc index cf85aeca62..50fbc19ab3 100644 --- a/src/core/stdmsg/res/resource.rc +++ b/src/core/stdmsg/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
#include "..\..\include\chat_resource.h"
diff --git a/src/core/stdmsg/res/version.rc b/src/core/stdmsg/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdmsg/res/version.rc +++ b/src/core/stdmsg/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/src/core/stdmsg/src/chat_manager.cpp b/src/core/stdmsg/src/chat_manager.cpp index 913c3d0987..02c60fb915 100644 --- a/src/core/stdmsg/src/chat_manager.cpp +++ b/src/core/stdmsg/src/chat_manager.cpp @@ -1,4 +1,4 @@ -/* +/* Chat module plugin for Miranda IM Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project, diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index 76cb5a55fe..291328da26 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -1,4 +1,4 @@ -/* +/* Chat module plugin for Miranda IM Copyright (C) 2003 Jörgen Persson diff --git a/src/core/stdmsg/src/chat_window.cpp b/src/core/stdmsg/src/chat_window.cpp index 859fe50a79..77ae1a80e4 100644 --- a/src/core/stdmsg/src/chat_window.cpp +++ b/src/core/stdmsg/src/chat_window.cpp @@ -1,4 +1,4 @@ -/* +/* Chat module plugin for Miranda IM Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project, diff --git a/src/core/stdmsg/src/cmdlist.cpp b/src/core/stdmsg/src/cmdlist.cpp index 10213d8018..f783f04ff7 100644 --- a/src/core/stdmsg/src/cmdlist.cpp +++ b/src/core/stdmsg/src/cmdlist.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/cmdlist.h b/src/core/stdmsg/src/cmdlist.h index 9adb33b12a..e86cc77725 100644 --- a/src/core/stdmsg/src/cmdlist.h +++ b/src/core/stdmsg/src/cmdlist.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/globals.cpp b/src/core/stdmsg/src/globals.cpp index 661837a1b2..3806fad761 100644 --- a/src/core/stdmsg/src/globals.cpp +++ b/src/core/stdmsg/src/globals.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/globals.h b/src/core/stdmsg/src/globals.h index 3f25e9ee63..481048da57 100644 --- a/src/core/stdmsg/src/globals.h +++ b/src/core/stdmsg/src/globals.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msgdialog.cpp b/src/core/stdmsg/src/msgdialog.cpp index 104b5fff31..59dd59a22e 100644 --- a/src/core/stdmsg/src/msgdialog.cpp +++ b/src/core/stdmsg/src/msgdialog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msglog.cpp b/src/core/stdmsg/src/msglog.cpp index fb5b1e2fd9..fcdfc5cb44 100644 --- a/src/core/stdmsg/src/msglog.cpp +++ b/src/core/stdmsg/src/msglog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msgoptions.cpp b/src/core/stdmsg/src/msgoptions.cpp index 06536f5cd5..15cede49c1 100644 --- a/src/core/stdmsg/src/msgoptions.cpp +++ b/src/core/stdmsg/src/msgoptions.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msgs.cpp b/src/core/stdmsg/src/msgs.cpp index ae36b73a40..5de586f438 100644 --- a/src/core/stdmsg/src/msgs.cpp +++ b/src/core/stdmsg/src/msgs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msgs.h b/src/core/stdmsg/src/msgs.h index b0bf16cfb7..844ac1cc5f 100644 --- a/src/core/stdmsg/src/msgs.h +++ b/src/core/stdmsg/src/msgs.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/msgtimedout.cpp b/src/core/stdmsg/src/msgtimedout.cpp index 40a871e80b..70f398dd75 100644 --- a/src/core/stdmsg/src/msgtimedout.cpp +++ b/src/core/stdmsg/src/msgtimedout.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/resource.h b/src/core/stdmsg/src/resource.h index fda43c6d1e..882dc5a6c2 100644 --- a/src/core/stdmsg/src/resource.h +++ b/src/core/stdmsg/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/src/core/stdmsg/src/srmm.cpp b/src/core/stdmsg/src/srmm.cpp index 0b2ead1a17..08b8452946 100644 --- a/src/core/stdmsg/src/srmm.cpp +++ b/src/core/stdmsg/src/srmm.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/statusicon.cpp b/src/core/stdmsg/src/statusicon.cpp index ccd69b46ce..39d39782cf 100644 --- a/src/core/stdmsg/src/statusicon.cpp +++ b/src/core/stdmsg/src/statusicon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/statusicon.h b/src/core/stdmsg/src/statusicon.h index 8a267917dc..a5e8ff3456 100644 --- a/src/core/stdmsg/src/statusicon.h +++ b/src/core/stdmsg/src/statusicon.h @@ -1,4 +1,4 @@ -#ifndef _STATUS_ICON_INC
+#ifndef _STATUS_ICON_INC
#define _STATUS_ICON_INC
extern HANDLE hHookIconPressedEvt;
diff --git a/src/core/stdmsg/src/stdafx.cxx b/src/core/stdmsg/src/stdafx.cxx index 6f97ed9a4e..f2abe4d94b 100644 --- a/src/core/stdmsg/src/stdafx.cxx +++ b/src/core/stdmsg/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/core/stdmsg/src/stdafx.h b/src/core/stdmsg/src/stdafx.h index 6069356b35..21bc286c8e 100644 --- a/src/core/stdmsg/src/stdafx.h +++ b/src/core/stdmsg/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdmsg/src/tabs.cpp b/src/core/stdmsg/src/tabs.cpp index 87b1e94670..830651c650 100644 --- a/src/core/stdmsg/src/tabs.cpp +++ b/src/core/stdmsg/src/tabs.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project, all portions of this codebase are copyrighted to the people diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 55820233cb..fd6be85b30 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -1,4 +1,4 @@ -
+
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
diff --git a/src/core/stdssl/CMakeLists.txt b/src/core/stdssl/CMakeLists.txt index 6b2c0a91d0..b0ff6ff2c3 100644 --- a/src/core/stdssl/CMakeLists.txt +++ b/src/core/stdssl/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdSSL) +set(TARGET StdSSL) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} ws2_32.lib secur32.lib crypt32.lib)
\ No newline at end of file diff --git a/src/core/stdssl/res/version.rc b/src/core/stdssl/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stdssl/res/version.rc +++ b/src/core/stdssl/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/src/core/stdssl/src/main.cpp b/src/core/stdssl/src/main.cpp index 584ff7335b..d453f9197f 100644 --- a/src/core/stdssl/src/main.cpp +++ b/src/core/stdssl/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard SSL driver for Miranda NG
diff --git a/src/core/stdssl/src/netlibssl.cpp b/src/core/stdssl/src/netlibssl.cpp index 8ae7efc144..fed2d0e4fd 100644 --- a/src/core/stdssl/src/netlibssl.cpp +++ b/src/core/stdssl/src/netlibssl.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stdssl/src/stdafx.cxx b/src/core/stdssl/src/stdafx.cxx index 6f97ed9a4e..f2abe4d94b 100644 --- a/src/core/stdssl/src/stdafx.cxx +++ b/src/core/stdssl/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/core/stdssl/src/stdafx.h b/src/core/stdssl/src/stdafx.h index ee823b1323..31daf35223 100644 --- a/src/core/stdssl/src/stdafx.h +++ b/src/core/stdssl/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
all portions of this codebase are copyrighted to the people
diff --git a/src/core/stdssl/src/version.h b/src/core/stdssl/src/version.h index 3029aeafe1..611a211074 100644 --- a/src/core/stdssl/src/version.h +++ b/src/core/stdssl/src/version.h @@ -1,4 +1,4 @@ -
+
#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
diff --git a/src/core/stduihist/CMakeLists.txt b/src/core/stduihist/CMakeLists.txt index 6b344c8bd4..f3b50e862e 100644 --- a/src/core/stduihist/CMakeLists.txt +++ b/src/core/stduihist/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdUIHist) +set(TARGET StdUIHist) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stduihist/res/resource.rc b/src/core/stduihist/res/resource.rc index 333634df8e..8430e403c2 100644 --- a/src/core/stduihist/res/resource.rc +++ b/src/core/stduihist/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stduihist/res/version.rc b/src/core/stduihist/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduihist/res/version.rc +++ b/src/core/stduihist/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/src/core/stduihist/src/history.cpp b/src/core/stduihist/src/history.cpp index ac7d1e3bc1..82abd0c5da 100644 --- a/src/core/stduihist/src/history.cpp +++ b/src/core/stduihist/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduihist/src/main.cpp b/src/core/stduihist/src/main.cpp index 287c043f8a..35a9d6db84 100644 --- a/src/core/stduihist/src/main.cpp +++ b/src/core/stduihist/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard ugly history viewer for Miranda NG
diff --git a/src/core/stduihist/src/stdafx.cxx b/src/core/stduihist/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduihist/src/stdafx.cxx +++ b/src/core/stduihist/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduihist/src/stdafx.h b/src/core/stduihist/src/stdafx.h index 2536e1c497..297d2cd648 100644 --- a/src/core/stduihist/src/stdafx.h +++ b/src/core/stduihist/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduihist/src/version.h b/src/core/stduihist/src/version.h index 618c3c0661..bf1c5d6e67 100644 --- a/src/core/stduihist/src/version.h +++ b/src/core/stduihist/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stduserinfo/CMakeLists.txt b/src/core/stduserinfo/CMakeLists.txt index 7bdbd5c48b..18cc3ed8ae 100644 --- a/src/core/stduserinfo/CMakeLists.txt +++ b/src/core/stduserinfo/CMakeLists.txt @@ -1,3 +1,3 @@ -set(TARGET StdUserInfo) +set(TARGET StdUserInfo) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) target_link_libraries(${TARGET} UxTheme.lib ws2_32.lib)
\ No newline at end of file diff --git a/src/core/stduserinfo/res/resource.rc b/src/core/stduserinfo/res/resource.rc index 880b1583cc..57a200fa6c 100644 --- a/src/core/stduserinfo/res/resource.rc +++ b/src/core/stduserinfo/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stduserinfo/res/version.rc b/src/core/stduserinfo/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduserinfo/res/version.rc +++ b/src/core/stduserinfo/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/src/core/stduserinfo/src/contactinfo.cpp b/src/core/stduserinfo/src/contactinfo.cpp index b00042d3f4..b015016fc9 100644 --- a/src/core/stduserinfo/src/contactinfo.cpp +++ b/src/core/stduserinfo/src/contactinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/main.cpp b/src/core/stduserinfo/src/main.cpp index bd569fa829..839d0d649b 100644 --- a/src/core/stduserinfo/src/main.cpp +++ b/src/core/stduserinfo/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard User Info plugin for Miranda NG
diff --git a/src/core/stduserinfo/src/stdafx.cxx b/src/core/stduserinfo/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduserinfo/src/stdafx.cxx +++ b/src/core/stduserinfo/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduserinfo/src/stdafx.h b/src/core/stduserinfo/src/stdafx.h index 64239fb198..c40ccad727 100644 --- a/src/core/stduserinfo/src/stdafx.h +++ b/src/core/stduserinfo/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/stdinfo.cpp b/src/core/stduserinfo/src/stdinfo.cpp index e158eae615..3237ea34a6 100644 --- a/src/core/stduserinfo/src/stdinfo.cpp +++ b/src/core/stduserinfo/src/stdinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index 9d22dc8ef1..0e76a12ec9 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduserinfo/src/version.h b/src/core/stduserinfo/src/version.h index 1f9f1d330d..b63eebcb6c 100644 --- a/src/core/stduserinfo/src/version.h +++ b/src/core/stduserinfo/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/core/stduseronline/CMakeLists.txt b/src/core/stduseronline/CMakeLists.txt index 6cae375826..d71c9e5d89 100644 --- a/src/core/stduseronline/CMakeLists.txt +++ b/src/core/stduseronline/CMakeLists.txt @@ -1,2 +1,2 @@ -set(TARGET StdUserOnline) +set(TARGET StdUserOnline) include(${CMAKE_SOURCE_DIR}/cmake/core.cmake)
\ No newline at end of file diff --git a/src/core/stduseronline/res/resource.rc b/src/core/stduseronline/res/resource.rc index 8213a2958c..bee4012476 100644 --- a/src/core/stduseronline/res/resource.rc +++ b/src/core/stduseronline/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/core/stduseronline/res/version.rc b/src/core/stduseronline/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/src/core/stduseronline/res/version.rc +++ b/src/core/stduseronline/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/src/core/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp index 433c91e033..2480a6e655 100644 --- a/src/core/stduseronline/src/main.cpp +++ b/src/core/stduseronline/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
Standard user online monitor for Miranda NG
diff --git a/src/core/stduseronline/src/stdafx.cxx b/src/core/stduseronline/src/stdafx.cxx index 716dda68f1..aa8b81d687 100644 --- a/src/core/stduseronline/src/stdafx.cxx +++ b/src/core/stduseronline/src/stdafx.cxx @@ -1,2 +1,2 @@ -#include "stdafx.h"
+#include "stdafx.h"
diff --git a/src/core/stduseronline/src/stdafx.h b/src/core/stduseronline/src/stdafx.h index 7bb7e2fcd1..dab36405ec 100644 --- a/src/core/stduseronline/src/stdafx.h +++ b/src/core/stduseronline/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduseronline/src/useronline.cpp b/src/core/stduseronline/src/useronline.cpp index 8f5b81f8bc..53eab76804 100644 --- a/src/core/stduseronline/src/useronline.cpp +++ b/src/core/stduseronline/src/useronline.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/core/stduseronline/src/version.h b/src/core/stduseronline/src/version.h index de5b14de25..6d612b44e0 100644 --- a/src/core/stduseronline/src/version.h +++ b/src/core/stduseronline/src/version.h @@ -1,4 +1,4 @@ -#include <m_version.h>
+#include <m_version.h>
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
diff --git a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc index c3de58f34c..62074f8367 100644 --- a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc +++ b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/src/icons/proto_metacontacts/src/resource.h b/src/icons/proto_metacontacts/src/resource.h index c5cb7deb8e..b87ba37c03 100644 --- a/src/icons/proto_metacontacts/src/resource.h +++ b/src/icons/proto_metacontacts/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by Proto_MetaContacts.rc
//
diff --git a/src/mir_app/CMakeLists.txt b/src/mir_app/CMakeLists.txt index aee657a982..a63240449b 100644 --- a/src/mir_app/CMakeLists.txt +++ b/src/mir_app/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") if(CMAKE_CL_64) list(APPEND SOURCES "src/mir_app64.def") else() diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index f6c1a544ea..b167212001 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\src\resource.h"
diff --git a/src/mir_app/res/version.rc b/src/mir_app/res/version.rc index 46ff483e9b..018e71ecbd 100644 --- a/src/mir_app/res/version.rc +++ b/src/mir_app/res/version.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED
+#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
diff --git a/src/mir_app/src/BaseExtraIcon.cpp b/src/mir_app/src/BaseExtraIcon.cpp index 694260cba4..e84328ca3a 100644 --- a/src/mir_app/src/BaseExtraIcon.cpp +++ b/src/mir_app/src/BaseExtraIcon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/CallbackExtraIcon.cpp b/src/mir_app/src/CallbackExtraIcon.cpp index e0aca8c1ef..4988cc3bac 100644 --- a/src/mir_app/src/CallbackExtraIcon.cpp +++ b/src/mir_app/src/CallbackExtraIcon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/DefaultExtraIcons.cpp b/src/mir_app/src/DefaultExtraIcons.cpp index 29d09dd49d..80090c881a 100644 --- a/src/mir_app/src/DefaultExtraIcons.cpp +++ b/src/mir_app/src/DefaultExtraIcons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/Docking.cpp b/src/mir_app/src/Docking.cpp index 41a3120ed5..6f54a7181e 100644 --- a/src/mir_app/src/Docking.cpp +++ b/src/mir_app/src/Docking.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/ExtraIcon.cpp b/src/mir_app/src/ExtraIcon.cpp index 0020b082fa..bdabb168d6 100644 --- a/src/mir_app/src/ExtraIcon.cpp +++ b/src/mir_app/src/ExtraIcon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/ExtraIcon.h b/src/mir_app/src/ExtraIcon.h index fa168590f7..b99f2e6cab 100644 --- a/src/mir_app/src/ExtraIcon.h +++ b/src/mir_app/src/ExtraIcon.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/ExtraIconGroup.cpp b/src/mir_app/src/ExtraIconGroup.cpp index 5b7af670f1..552652be30 100644 --- a/src/mir_app/src/ExtraIconGroup.cpp +++ b/src/mir_app/src/ExtraIconGroup.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/FontOptions.cpp b/src/mir_app/src/FontOptions.cpp index 91711d6e29..0d57beb89b 100644 --- a/src/mir_app/src/FontOptions.cpp +++ b/src/mir_app/src/FontOptions.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/FontService.cpp b/src/mir_app/src/FontService.cpp index d9648fa2d9..e4ca21a28e 100644 --- a/src/mir_app/src/FontService.cpp +++ b/src/mir_app/src/FontService.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/FontService.h b/src/mir_app/src/FontService.h index 9e51f65a3a..9c67cbfe44 100644 --- a/src/mir_app/src/FontService.h +++ b/src/mir_app/src/FontService.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/IcoLib.h b/src/mir_app/src/IcoLib.h index 5457ab8f34..67d70efbcc 100644 --- a/src/mir_app/src/IcoLib.h +++ b/src/mir_app/src/IcoLib.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/IcolibExtraIcon.cpp b/src/mir_app/src/IcolibExtraIcon.cpp index faeb6b072d..e88f946b77 100644 --- a/src/mir_app/src/IcolibExtraIcon.cpp +++ b/src/mir_app/src/IcolibExtraIcon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/MDatabaseCommon.cpp b/src/mir_app/src/MDatabaseCommon.cpp index 34f1d68caf..fff3d492f9 100644 --- a/src/mir_app/src/MDatabaseCommon.cpp +++ b/src/mir_app/src/MDatabaseCommon.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/addcontact.cpp b/src/mir_app/src/addcontact.cpp index 9f13b06811..87440b2168 100644 --- a/src/mir_app/src/addcontact.cpp +++ b/src/mir_app/src/addcontact.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/auth.cpp b/src/mir_app/src/auth.cpp index 119b86e061..e29a4cfe41 100644 --- a/src/mir_app/src/auth.cpp +++ b/src/mir_app/src/auth.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/authdialogs.cpp b/src/mir_app/src/authdialogs.cpp index 81ab47bfd3..d24e2e20b4 100644 --- a/src/mir_app/src/authdialogs.cpp +++ b/src/mir_app/src/authdialogs.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/button.cpp b/src/mir_app/src/button.cpp index 49338a0d7e..4e327df14a 100644 --- a/src/mir_app/src/button.cpp +++ b/src/mir_app/src/button.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/chat.h b/src/mir_app/src/chat.h index 2cbaa74569..e7361da121 100644 --- a/src/mir_app/src/chat.h +++ b/src/mir_app/src/chat.h @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
diff --git a/src/mir_app/src/chat_clist.cpp b/src/mir_app/src/chat_clist.cpp index e1d20e01bf..cc6388737a 100644 --- a/src/mir_app/src/chat_clist.cpp +++ b/src/mir_app/src/chat_clist.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/src/mir_app/src/chat_log.cpp b/src/mir_app/src/chat_log.cpp index 95d40df71c..cd17adfd3b 100644 --- a/src/mir_app/src/chat_log.cpp +++ b/src/mir_app/src/chat_log.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/src/mir_app/src/chat_manager.cpp b/src/mir_app/src/chat_manager.cpp index 26377bad40..3be174a076 100644 --- a/src/mir_app/src/chat_manager.cpp +++ b/src/mir_app/src/chat_manager.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
diff --git a/src/mir_app/src/chat_opts.cpp b/src/mir_app/src/chat_opts.cpp index d210d62d31..c0a0384e3b 100644 --- a/src/mir_app/src/chat_opts.cpp +++ b/src/mir_app/src/chat_opts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright (C) 2003 Jörgen Persson
diff --git a/src/mir_app/src/chat_rtf.cpp b/src/mir_app/src/chat_rtf.cpp index 56f583f780..4bc1f47f50 100644 --- a/src/mir_app/src/chat_rtf.cpp +++ b/src/mir_app/src/chat_rtf.cpp @@ -1,4 +1,4 @@ -/* +/* Chat module plugin for Miranda IM Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project, diff --git a/src/mir_app/src/chat_svc.cpp b/src/mir_app/src/chat_svc.cpp index c9c6653c1f..cb233b80a6 100644 --- a/src/mir_app/src/chat_svc.cpp +++ b/src/mir_app/src/chat_svc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
diff --git a/src/mir_app/src/chat_tools.cpp b/src/mir_app/src/chat_tools.cpp index 8bad7a2ef3..063dbdd2e9 100644 --- a/src/mir_app/src/chat_tools.cpp +++ b/src/mir_app/src/chat_tools.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
diff --git a/src/mir_app/src/clc.cpp b/src/mir_app/src/clc.cpp index cb72adfd84..ca292e5b22 100644 --- a/src/mir_app/src/clc.cpp +++ b/src/mir_app/src/clc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clc.h b/src/mir_app/src/clc.h index c890157b5b..a6121400d3 100644 --- a/src/mir_app/src/clc.h +++ b/src/mir_app/src/clc.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clcfiledrop.cpp b/src/mir_app/src/clcfiledrop.cpp index b48a28be8e..63ed3d2725 100644 --- a/src/mir_app/src/clcfiledrop.cpp +++ b/src/mir_app/src/clcfiledrop.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clcidents.cpp b/src/mir_app/src/clcidents.cpp index 3dbb4b99ab..1b0d560f34 100644 --- a/src/mir_app/src/clcidents.cpp +++ b/src/mir_app/src/clcidents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clcitems.cpp b/src/mir_app/src/clcitems.cpp index c0af461ecc..81ac443bf2 100644 --- a/src/mir_app/src/clcitems.cpp +++ b/src/mir_app/src/clcitems.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/clcmsgs.cpp b/src/mir_app/src/clcmsgs.cpp index 13a396376b..5b1dea7d36 100644 --- a/src/mir_app/src/clcmsgs.cpp +++ b/src/mir_app/src/clcmsgs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clcutils.cpp b/src/mir_app/src/clcutils.cpp index d3f71c0c4b..861983547b 100644 --- a/src/mir_app/src/clcutils.cpp +++ b/src/mir_app/src/clcutils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clistcore.cpp b/src/mir_app/src/clistcore.cpp index 6e35081371..44480669f6 100644 --- a/src/mir_app/src/clistcore.cpp +++ b/src/mir_app/src/clistcore.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clistevents.cpp b/src/mir_app/src/clistevents.cpp index 6f606155ca..33ba85147b 100644 --- a/src/mir_app/src/clistevents.cpp +++ b/src/mir_app/src/clistevents.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clistgroups.cpp b/src/mir_app/src/clistgroups.cpp index d6c6e2fe80..aff940ae99 100644 --- a/src/mir_app/src/clistgroups.cpp +++ b/src/mir_app/src/clistgroups.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clistmod.cpp b/src/mir_app/src/clistmod.cpp index b4cb841419..f8d58507d6 100644 --- a/src/mir_app/src/clistmod.cpp +++ b/src/mir_app/src/clistmod.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clistsettings.cpp b/src/mir_app/src/clistsettings.cpp index fd511562d9..1e65be9d6a 100644 --- a/src/mir_app/src/clistsettings.cpp +++ b/src/mir_app/src/clistsettings.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clisttray.cpp b/src/mir_app/src/clisttray.cpp index f88bceba90..4ce38a014d 100644 --- a/src/mir_app/src/clisttray.cpp +++ b/src/mir_app/src/clisttray.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/clui.cpp b/src/mir_app/src/clui.cpp index 40db3c69ca..f8ed922514 100644 --- a/src/mir_app/src/clui.cpp +++ b/src/mir_app/src/clui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/cluiservices.cpp b/src/mir_app/src/cluiservices.cpp index e8dc06b120..f4f7e509ca 100644 --- a/src/mir_app/src/cluiservices.cpp +++ b/src/mir_app/src/cluiservices.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/colorchooser.cpp b/src/mir_app/src/colorchooser.cpp index e437c4a5a2..7b7f8136a6 100644 --- a/src/mir_app/src/colorchooser.cpp +++ b/src/mir_app/src/colorchooser.cpp @@ -1,4 +1,4 @@ -/*
+/*
Chat module plugin for Miranda IM
Copyright 2000-12 Miranda IM, 2012-17 Miranda NG project,
diff --git a/src/mir_app/src/contact.cpp b/src/mir_app/src/contact.cpp index 1e2f092114..c857167656 100644 --- a/src/mir_app/src/contact.cpp +++ b/src/mir_app/src/contact.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/contacts.cpp b/src/mir_app/src/contacts.cpp index f49f8a2270..be9e37ca05 100644 --- a/src/mir_app/src/contacts.cpp +++ b/src/mir_app/src/contacts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/database.cpp b/src/mir_app/src/database.cpp index 71f6d4b477..6ce50d770a 100644 --- a/src/mir_app/src/database.cpp +++ b/src/mir_app/src/database.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/database.h b/src/mir_app/src/database.h index f5c793d94a..f23c6ace4e 100644 --- a/src/mir_app/src/database.h +++ b/src/mir_app/src/database.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/db_events.cpp b/src/mir_app/src/db_events.cpp index a2b8c21c38..87a515199c 100644 --- a/src/mir_app/src/db_events.cpp +++ b/src/mir_app/src/db_events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/db_ini.cpp b/src/mir_app/src/db_ini.cpp index dac3cc202f..4fc97659a6 100644 --- a/src/mir_app/src/db_ini.cpp +++ b/src/mir_app/src/db_ini.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/db_intf.cpp b/src/mir_app/src/db_intf.cpp index cf35491ddf..868d06faf0 100644 --- a/src/mir_app/src/db_intf.cpp +++ b/src/mir_app/src/db_intf.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/db_util.cpp b/src/mir_app/src/db_util.cpp index d9eb2736f5..33af36b519 100644 --- a/src/mir_app/src/db_util.cpp +++ b/src/mir_app/src/db_util.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/descbutton.cpp b/src/mir_app/src/descbutton.cpp index 27ee426117..0180869fe5 100644 --- a/src/mir_app/src/descbutton.cpp +++ b/src/mir_app/src/descbutton.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/dll_sniffer.cpp b/src/mir_app/src/dll_sniffer.cpp index 534026ccbf..48aac7eecb 100644 --- a/src/mir_app/src/dll_sniffer.cpp +++ b/src/mir_app/src/dll_sniffer.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/encrypt.cpp b/src/mir_app/src/encrypt.cpp index a082c45453..85d17c57ca 100644 --- a/src/mir_app/src/encrypt.cpp +++ b/src/mir_app/src/encrypt.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/enterstring.cpp b/src/mir_app/src/enterstring.cpp index d898a57eeb..ff6aaaa0b6 100644 --- a/src/mir_app/src/enterstring.cpp +++ b/src/mir_app/src/enterstring.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/extracticon.cpp b/src/mir_app/src/extracticon.cpp index 2b894f3a4f..f613d6b4f2 100644 --- a/src/mir_app/src/extracticon.cpp +++ b/src/mir_app/src/extracticon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/extraicons.cpp b/src/mir_app/src/extraicons.cpp index af7fb41629..9f053ac7bb 100644 --- a/src/mir_app/src/extraicons.cpp +++ b/src/mir_app/src/extraicons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/extraicons.h b/src/mir_app/src/extraicons.h index 3796a3e96b..697a014a55 100644 --- a/src/mir_app/src/extraicons.h +++ b/src/mir_app/src/extraicons.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/filter.cpp b/src/mir_app/src/filter.cpp index f8d495067d..1c7a02d62d 100644 --- a/src/mir_app/src/filter.cpp +++ b/src/mir_app/src/filter.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/filter.h b/src/mir_app/src/filter.h index d741517059..e01ede39f5 100644 --- a/src/mir_app/src/filter.h +++ b/src/mir_app/src/filter.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/findadd.cpp b/src/mir_app/src/findadd.cpp index 8d6fd86e88..7806723735 100644 --- a/src/mir_app/src/findadd.cpp +++ b/src/mir_app/src/findadd.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/findadd.h b/src/mir_app/src/findadd.h index 361c8fc6fe..81b2690e21 100644 --- a/src/mir_app/src/findadd.h +++ b/src/mir_app/src/findadd.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/genmenu.h b/src/mir_app/src/genmenu.h index 29f22c347c..3ca805af0f 100644 --- a/src/mir_app/src/genmenu.h +++ b/src/mir_app/src/genmenu.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/headerbar.cpp b/src/mir_app/src/headerbar.cpp index 77cb5da44e..8fa9235e51 100644 --- a/src/mir_app/src/headerbar.cpp +++ b/src/mir_app/src/headerbar.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/help.cpp b/src/mir_app/src/help.cpp index 79ea444757..f84e34b660 100644 --- a/src/mir_app/src/help.cpp +++ b/src/mir_app/src/help.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/hotkey_opts.cpp b/src/mir_app/src/hotkey_opts.cpp index 096243be71..3c58b053d5 100644 --- a/src/mir_app/src/hotkey_opts.cpp +++ b/src/mir_app/src/hotkey_opts.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/hotkeys.cpp b/src/mir_app/src/hotkeys.cpp index a6c2e00d94..492e8123b9 100644 --- a/src/mir_app/src/hotkeys.cpp +++ b/src/mir_app/src/hotkeys.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/icolib.cpp b/src/mir_app/src/icolib.cpp index d3dba4e21d..6e3f8cdc91 100644 --- a/src/mir_app/src/icolib.cpp +++ b/src/mir_app/src/icolib.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/iconheader.cpp b/src/mir_app/src/iconheader.cpp index d9bef00083..5ce9d81485 100644 --- a/src/mir_app/src/iconheader.cpp +++ b/src/mir_app/src/iconheader.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/ignore.cpp b/src/mir_app/src/ignore.cpp index 5e6de2e8f0..fd3e54870e 100644 --- a/src/mir_app/src/ignore.cpp +++ b/src/mir_app/src/ignore.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/imgconv.cpp b/src/mir_app/src/imgconv.cpp index b936426433..b1e5fce412 100644 --- a/src/mir_app/src/imgconv.cpp +++ b/src/mir_app/src/imgconv.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/keyboard.cpp b/src/mir_app/src/keyboard.cpp index 269b93d833..21f5ab1fa3 100644 --- a/src/mir_app/src/keyboard.cpp +++ b/src/mir_app/src/keyboard.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/langpack.h b/src/mir_app/src/langpack.h index f1a260afac..185a1e2232 100644 --- a/src/mir_app/src/langpack.h +++ b/src/mir_app/src/langpack.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/lpopts.cpp b/src/mir_app/src/lpopts.cpp index 7f8c8c32e3..17680dd2e3 100644 --- a/src/mir_app/src/lpopts.cpp +++ b/src/mir_app/src/lpopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/mdatabasecache.cpp b/src/mir_app/src/mdatabasecache.cpp index 6d62c3d49b..498b3de638 100644 --- a/src/mir_app/src/mdatabasecache.cpp +++ b/src/mir_app/src/mdatabasecache.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/menu_clist.cpp b/src/mir_app/src/menu_clist.cpp index fa9a686d81..9702fb808a 100644 --- a/src/mir_app/src/menu_clist.cpp +++ b/src/mir_app/src/menu_clist.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/menu_frames.cpp b/src/mir_app/src/menu_frames.cpp index d45b1264aa..7fc2e394bd 100644 --- a/src/mir_app/src/menu_frames.cpp +++ b/src/mir_app/src/menu_frames.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/menu_groups.cpp b/src/mir_app/src/menu_groups.cpp index 4fb5286411..ee49306a7c 100644 --- a/src/mir_app/src/menu_groups.cpp +++ b/src/mir_app/src/menu_groups.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/menu_options.cpp b/src/mir_app/src/menu_options.cpp index 4299aeee8d..b71965e580 100644 --- a/src/mir_app/src/menu_options.cpp +++ b/src/mir_app/src/menu_options.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/menu_tray.cpp b/src/mir_app/src/menu_tray.cpp index 0433853af5..9c8e32974e 100644 --- a/src/mir_app/src/menu_tray.cpp +++ b/src/mir_app/src/menu_tray.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/menu_utils.cpp b/src/mir_app/src/menu_utils.cpp index 7719f1a6fb..b5a2a3ef38 100644 --- a/src/mir_app/src/menu_utils.cpp +++ b/src/mir_app/src/menu_utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/meta_addto.cpp b/src/mir_app/src/meta_addto.cpp index 518bed45e2..15fe49dc33 100644 --- a/src/mir_app/src/meta_addto.cpp +++ b/src/mir_app/src/meta_addto.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_api.cpp b/src/mir_app/src/meta_api.cpp index 8fd694f97e..a1043023eb 100644 --- a/src/mir_app/src/meta_api.cpp +++ b/src/mir_app/src/meta_api.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_edit.cpp b/src/mir_app/src/meta_edit.cpp index 720b1bf7cb..37ebc8cd3e 100644 --- a/src/mir_app/src/meta_edit.cpp +++ b/src/mir_app/src/meta_edit.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_main.cpp b/src/mir_app/src/meta_main.cpp index 5a276f03e8..1f2e5c8f8a 100644 --- a/src/mir_app/src/meta_main.cpp +++ b/src/mir_app/src/meta_main.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_menu.cpp b/src/mir_app/src/meta_menu.cpp index 4098fd7a51..01966d26aa 100644 --- a/src/mir_app/src/meta_menu.cpp +++ b/src/mir_app/src/meta_menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_options.cpp b/src/mir_app/src/meta_options.cpp index fb607103e9..b1cf27fa0e 100644 --- a/src/mir_app/src/meta_options.cpp +++ b/src/mir_app/src/meta_options.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_services.cpp b/src/mir_app/src/meta_services.cpp index 4c753d899c..bb3979effc 100644 --- a/src/mir_app/src/meta_services.cpp +++ b/src/mir_app/src/meta_services.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/meta_utils.cpp b/src/mir_app/src/meta_utils.cpp index 7b5d994643..58c4125042 100644 --- a/src/mir_app/src/meta_utils.cpp +++ b/src/mir_app/src/meta_utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/metacontacts.h b/src/mir_app/src/metacontacts.h index e2e1795756..79cc36b57a 100644 --- a/src/mir_app/src/metacontacts.h +++ b/src/mir_app/src/metacontacts.h @@ -1,4 +1,4 @@ -/*
+/*
former MetaContacts Plugin for Miranda IM.
Copyright © 2014 Miranda NG Team
diff --git a/src/mir_app/src/mir_app.def b/src/mir_app/src/mir_app.def index 089e2f3ae4..5604c72a26 100644 --- a/src/mir_app/src/mir_app.def +++ b/src/mir_app/src/mir_app.def @@ -1,4 +1,4 @@ -LIBRARY mir_app.mir
+LIBRARY mir_app.mir
EXPORTS
CallProtoService @2
diff --git a/src/mir_app/src/mir_app64.def b/src/mir_app/src/mir_app64.def index 6970a920e7..7ed8b0ecbc 100644 --- a/src/mir_app/src/mir_app64.def +++ b/src/mir_app/src/mir_app64.def @@ -1,4 +1,4 @@ -LIBRARY mir_app.mir
+LIBRARY mir_app.mir
EXPORTS
CallProtoService @2
diff --git a/src/mir_app/src/miranda.cpp b/src/mir_app/src/miranda.cpp index 49859fdb55..788ab9dd72 100644 --- a/src/mir_app/src/miranda.cpp +++ b/src/mir_app/src/miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/miranda.h b/src/mir_app/src/miranda.h index adba700cbd..50d0172b12 100644 --- a/src/mir_app/src/miranda.h +++ b/src/mir_app/src/miranda.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/modules.cpp b/src/mir_app/src/modules.cpp index 3576c79056..b4eadcac78 100644 --- a/src/mir_app/src/modules.cpp +++ b/src/mir_app/src/modules.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/movetogroup.cpp b/src/mir_app/src/movetogroup.cpp index a034736f68..4d2e6684fe 100644 --- a/src/mir_app/src/movetogroup.cpp +++ b/src/mir_app/src/movetogroup.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlib.cpp b/src/mir_app/src/netlib.cpp index 572e6ece90..2ba0b8e755 100644 --- a/src/mir_app/src/netlib.cpp +++ b/src/mir_app/src/netlib.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlib.h b/src/mir_app/src/netlib.h index ae73d1d4d5..f7c83ad890 100644 --- a/src/mir_app/src/netlib.h +++ b/src/mir_app/src/netlib.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibautoproxy.cpp b/src/mir_app/src/netlibautoproxy.cpp index b4ebe105c3..0c29759d8d 100644 --- a/src/mir_app/src/netlibautoproxy.cpp +++ b/src/mir_app/src/netlibautoproxy.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibbind.cpp b/src/mir_app/src/netlibbind.cpp index 1af79a6e28..798d8788bb 100644 --- a/src/mir_app/src/netlibbind.cpp +++ b/src/mir_app/src/netlibbind.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibhttp.cpp b/src/mir_app/src/netlibhttp.cpp index 6a1a6c40da..72f58bf83a 100644 --- a/src/mir_app/src/netlibhttp.cpp +++ b/src/mir_app/src/netlibhttp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibhttpproxy.cpp b/src/mir_app/src/netlibhttpproxy.cpp index 9baea139bf..26e16ce86f 100644 --- a/src/mir_app/src/netlibhttpproxy.cpp +++ b/src/mir_app/src/netlibhttpproxy.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netliblog.cpp b/src/mir_app/src/netliblog.cpp index 09c08b9f67..3e63cff666 100644 --- a/src/mir_app/src/netliblog.cpp +++ b/src/mir_app/src/netliblog.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibopenconn.cpp b/src/mir_app/src/netlibopenconn.cpp index 8ec5dfd819..88daa67e67 100644 --- a/src/mir_app/src/netlibopenconn.cpp +++ b/src/mir_app/src/netlibopenconn.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/netlibopts.cpp b/src/mir_app/src/netlibopts.cpp index ebcbe95fbb..839b9082ed 100644 --- a/src/mir_app/src/netlibopts.cpp +++ b/src/mir_app/src/netlibopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibpktrecver.cpp b/src/mir_app/src/netlibpktrecver.cpp index 6d75fc3b8e..659ec91024 100644 --- a/src/mir_app/src/netlibpktrecver.cpp +++ b/src/mir_app/src/netlibpktrecver.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibsecurity.cpp b/src/mir_app/src/netlibsecurity.cpp index ee507c7d13..f4287f2c08 100644 --- a/src/mir_app/src/netlibsecurity.cpp +++ b/src/mir_app/src/netlibsecurity.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibsock.cpp b/src/mir_app/src/netlibsock.cpp index b88a3bdc0a..47e1f6c94d 100644 --- a/src/mir_app/src/netlibsock.cpp +++ b/src/mir_app/src/netlibsock.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/netlibupnp.cpp b/src/mir_app/src/netlibupnp.cpp index fc6f1dfced..31fad909dd 100644 --- a/src/mir_app/src/netlibupnp.cpp +++ b/src/mir_app/src/netlibupnp.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index 82c4d9066b..4e3d684e23 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/options.cpp b/src/mir_app/src/options.cpp index 565a45790a..d44ef55b58 100644 --- a/src/mir_app/src/options.cpp +++ b/src/mir_app/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/options_ei.cpp b/src/mir_app/src/options_ei.cpp index 986520b831..de9260e9fa 100644 --- a/src/mir_app/src/options_ei.cpp +++ b/src/mir_app/src/options_ei.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/path.cpp b/src/mir_app/src/path.cpp index 41635342f8..d3e1ca4fab 100644 --- a/src/mir_app/src/path.cpp +++ b/src/mir_app/src/path.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/pluginopts.cpp b/src/mir_app/src/pluginopts.cpp index 02e6d7b10c..f6171ea837 100644 --- a/src/mir_app/src/pluginopts.cpp +++ b/src/mir_app/src/pluginopts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/plugins.h b/src/mir_app/src/plugins.h index 2695a44cf1..543ad12844 100644 --- a/src/mir_app/src/plugins.h +++ b/src/mir_app/src/plugins.h @@ -1,4 +1,4 @@ -
+
// returns true if the API exports were good, otherwise, passed in data is returned
#define CHECKAPI_NONE 0
#define CHECKAPI_CLIST 1
diff --git a/src/mir_app/src/profilemanager.cpp b/src/mir_app/src/profilemanager.cpp index 1171894af2..5f37a5d474 100644 --- a/src/mir_app/src/profilemanager.cpp +++ b/src/mir_app/src/profilemanager.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/profilemanager.h b/src/mir_app/src/profilemanager.h index ae36896345..25863bff2b 100644 --- a/src/mir_app/src/profilemanager.h +++ b/src/mir_app/src/profilemanager.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_accs.cpp b/src/mir_app/src/proto_accs.cpp index e601d3ac3b..198abcec0e 100644 --- a/src/mir_app/src/proto_accs.cpp +++ b/src/mir_app/src/proto_accs.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_chains.cpp b/src/mir_app/src/proto_chains.cpp index e183a24007..ba63ee45cf 100644 --- a/src/mir_app/src/proto_chains.cpp +++ b/src/mir_app/src/proto_chains.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_internal.cpp b/src/mir_app/src/proto_internal.cpp index 9e90990f9e..23766d57f9 100644 --- a/src/mir_app/src/proto_internal.cpp +++ b/src/mir_app/src/proto_internal.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_opts.cpp b/src/mir_app/src/proto_opts.cpp index aab1664dd5..2fa3791868 100644 --- a/src/mir_app/src/proto_opts.cpp +++ b/src/mir_app/src/proto_opts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_order.cpp b/src/mir_app/src/proto_order.cpp index 199ea49a48..bf103aed7c 100644 --- a/src/mir_app/src/proto_order.cpp +++ b/src/mir_app/src/proto_order.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_ui.cpp b/src/mir_app/src/proto_ui.cpp index ee78049afd..13f6834293 100644 --- a/src/mir_app/src/proto_ui.cpp +++ b/src/mir_app/src/proto_ui.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/proto_utils.cpp b/src/mir_app/src/proto_utils.cpp index b68942c8ea..e33ac3a9ad 100644 --- a/src/mir_app/src/proto_utils.cpp +++ b/src/mir_app/src/proto_utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/protocols.cpp b/src/mir_app/src/protocols.cpp index 02fd9eaf30..d0b0bea428 100644 --- a/src/mir_app/src/protocols.cpp +++ b/src/mir_app/src/protocols.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index 1230a2e293..53a99c4e20 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
diff --git a/src/mir_app/src/searchresults.cpp b/src/mir_app/src/searchresults.cpp index fd8395c8d7..50795c7aa7 100644 --- a/src/mir_app/src/searchresults.cpp +++ b/src/mir_app/src/searchresults.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/skin.h b/src/mir_app/src/skin.h index c6031d4a6d..9893ca2162 100644 --- a/src/mir_app/src/skin.h +++ b/src/mir_app/src/skin.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/skin2opts.cpp b/src/mir_app/src/skin2opts.cpp index 86263e29f3..86dc712775 100644 --- a/src/mir_app/src/skin2opts.cpp +++ b/src/mir_app/src/skin2opts.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/skinicons.cpp b/src/mir_app/src/skinicons.cpp index ca780d4dd7..09d440b9b5 100644 --- a/src/mir_app/src/skinicons.cpp +++ b/src/mir_app/src/skinicons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/sounds.cpp b/src/mir_app/src/sounds.cpp index c37049c7a5..06c92a76ff 100644 --- a/src/mir_app/src/sounds.cpp +++ b/src/mir_app/src/sounds.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/srmm_base.cpp b/src/mir_app/src/srmm_base.cpp index db80ec8f33..985404605c 100644 --- a/src/mir_app/src/srmm_base.cpp +++ b/src/mir_app/src/srmm_base.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/srmm_statusicon.cpp b/src/mir_app/src/srmm_statusicon.cpp index 2b08648862..980f1cd313 100644 --- a/src/mir_app/src/srmm_statusicon.cpp +++ b/src/mir_app/src/srmm_statusicon.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/srmm_toolbar.cpp b/src/mir_app/src/srmm_toolbar.cpp index cf8cd67f8a..44209716c7 100644 --- a/src/mir_app/src/srmm_toolbar.cpp +++ b/src/mir_app/src/srmm_toolbar.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/srmm_util.cpp b/src/mir_app/src/srmm_util.cpp index d45ff50b52..39fa313125 100644 --- a/src/mir_app/src/srmm_util.cpp +++ b/src/mir_app/src/srmm_util.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_app/src/stdafx.cxx b/src/mir_app/src/stdafx.cxx index 6f97ed9a4e..f2abe4d94b 100644 --- a/src/mir_app/src/stdafx.cxx +++ b/src/mir_app/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/mir_app/src/stdafx.h b/src/mir_app/src/stdafx.h index cfcf71bf9e..e83b667f38 100644 --- a/src/mir_app/src/stdafx.h +++ b/src/mir_app/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/usedIcons.cpp b/src/mir_app/src/usedIcons.cpp index ac679e201a..17e05d59e5 100644 --- a/src/mir_app/src/usedIcons.cpp +++ b/src/mir_app/src/usedIcons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/usedIcons.h b/src/mir_app/src/usedIcons.h index 9a2ab0afdc..47e9d2e25d 100644 --- a/src/mir_app/src/usedIcons.h +++ b/src/mir_app/src/usedIcons.h @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2009 Ricardo Pescuma Domenecci
Copyright (C) 2012-17 Miranda NG project
diff --git a/src/mir_app/src/utils.cpp b/src/mir_app/src/utils.cpp index fa50ef9299..696f908e77 100644 --- a/src/mir_app/src/utils.cpp +++ b/src/mir_app/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/visibility.cpp b/src/mir_app/src/visibility.cpp index 7c6da6dcfa..ad2eb08e45 100644 --- a/src/mir_app/src/visibility.cpp +++ b/src/mir_app/src/visibility.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/xmlApi.cpp b/src/mir_app/src/xmlApi.cpp index 4e3d803de9..7c168f683b 100644 --- a/src/mir_app/src/xmlApi.cpp +++ b/src/mir_app/src/xmlApi.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_app/src/xmlParser.cpp b/src/mir_app/src/xmlParser.cpp index 26add898ee..7c45f2a8aa 100644 --- a/src/mir_app/src/xmlParser.cpp +++ b/src/mir_app/src/xmlParser.cpp @@ -1,4 +1,4 @@ -/** +/** **************************************************************************** * <P> XML.c - implementation file for basic XML parser written in ANSI C++ * for portability. It works by using recursion and a node tree for breaking diff --git a/src/mir_app/src/xmlParser.h b/src/mir_app/src/xmlParser.h index eeeabf7d0a..8ae7a4fceb 100644 --- a/src/mir_app/src/xmlParser.h +++ b/src/mir_app/src/xmlParser.h @@ -1,4 +1,4 @@ -/****************************************************************************/
+/****************************************************************************/
/*! \mainpage XMLParser library
* \section intro_sec Introduction
*
diff --git a/src/mir_core/CMakeLists.txt b/src/mir_core/CMakeLists.txt index 8c39e0e4d5..9280f74718 100644 --- a/src/mir_core/CMakeLists.txt +++ b/src/mir_core/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp") +file(GLOB SOURCES "src/*.h" "src/*.cpp") if(CMAKE_CL_64) list(APPEND SOURCES "src/mir_core64.def") else() diff --git a/src/mir_core/src/CCtrlBase.cpp b/src/mir_core/src/CCtrlBase.cpp index e94582f334..f6013a59ab 100644 --- a/src/mir_core/src/CCtrlBase.cpp +++ b/src/mir_core/src/CCtrlBase.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlButton.cpp b/src/mir_core/src/CCtrlButton.cpp index 94f07e77f7..7e579f8685 100644 --- a/src/mir_core/src/CCtrlButton.cpp +++ b/src/mir_core/src/CCtrlButton.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlCheck.cpp b/src/mir_core/src/CCtrlCheck.cpp index 12002709cc..e7cb68faac 100644 --- a/src/mir_core/src/CCtrlCheck.cpp +++ b/src/mir_core/src/CCtrlCheck.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlClc.cpp b/src/mir_core/src/CCtrlClc.cpp index 99c2f6e648..3453a8122f 100644 --- a/src/mir_core/src/CCtrlClc.cpp +++ b/src/mir_core/src/CCtrlClc.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlCombo.cpp b/src/mir_core/src/CCtrlCombo.cpp index 2e7ef1c3f7..af7eb86105 100644 --- a/src/mir_core/src/CCtrlCombo.cpp +++ b/src/mir_core/src/CCtrlCombo.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlData.cpp b/src/mir_core/src/CCtrlData.cpp index 26efe46e4d..009b9bc74b 100644 --- a/src/mir_core/src/CCtrlData.cpp +++ b/src/mir_core/src/CCtrlData.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlEdit.cpp b/src/mir_core/src/CCtrlEdit.cpp index d128427341..772cd0bd23 100644 --- a/src/mir_core/src/CCtrlEdit.cpp +++ b/src/mir_core/src/CCtrlEdit.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlHyperlink.cpp b/src/mir_core/src/CCtrlHyperlink.cpp index 9009fdaad4..c833ac1180 100644 --- a/src/mir_core/src/CCtrlHyperlink.cpp +++ b/src/mir_core/src/CCtrlHyperlink.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlListBox.cpp b/src/mir_core/src/CCtrlListBox.cpp index afb75ae6a6..5b9d3abefa 100644 --- a/src/mir_core/src/CCtrlListBox.cpp +++ b/src/mir_core/src/CCtrlListBox.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlListView.cpp b/src/mir_core/src/CCtrlListView.cpp index e786a1b9fc..8495c5a86e 100644 --- a/src/mir_core/src/CCtrlListView.cpp +++ b/src/mir_core/src/CCtrlListView.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlMButton.cpp b/src/mir_core/src/CCtrlMButton.cpp index 98961d390e..1d225efdaf 100644 --- a/src/mir_core/src/CCtrlMButton.cpp +++ b/src/mir_core/src/CCtrlMButton.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlPages.cpp b/src/mir_core/src/CCtrlPages.cpp index 86011961fb..7405712ee4 100644 --- a/src/mir_core/src/CCtrlPages.cpp +++ b/src/mir_core/src/CCtrlPages.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlRichEdit.cpp b/src/mir_core/src/CCtrlRichEdit.cpp index 1a1abc11fc..9491d661fc 100644 --- a/src/mir_core/src/CCtrlRichEdit.cpp +++ b/src/mir_core/src/CCtrlRichEdit.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlSpin.cpp b/src/mir_core/src/CCtrlSpin.cpp index f5dbbf6c59..7e6eb52c2f 100644 --- a/src/mir_core/src/CCtrlSpin.cpp +++ b/src/mir_core/src/CCtrlSpin.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CCtrlTreeView.cpp b/src/mir_core/src/CCtrlTreeView.cpp index 24a80d35d7..3d9dc51357 100644 --- a/src/mir_core/src/CCtrlTreeView.cpp +++ b/src/mir_core/src/CCtrlTreeView.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CDbLink.cpp b/src/mir_core/src/CDbLink.cpp index a428d1e9e6..626587cc32 100644 --- a/src/mir_core/src/CDbLink.cpp +++ b/src/mir_core/src/CDbLink.cpp @@ -1,4 +1,4 @@ -/*
+/*
Object UI extensions
Copyright (c) 2008 Victor Pavlychko, George Hazan
diff --git a/src/mir_core/src/CDlgBase.cpp b/src/mir_core/src/CDlgBase.cpp index 9b125b4a38..58cde17c4b 100644 --- a/src/mir_core/src/CDlgBase.cpp +++ b/src/mir_core/src/CDlgBase.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CProgress.cpp b/src/mir_core/src/CProgress.cpp index 7d85f6e76a..512f58bb21 100644 --- a/src/mir_core/src/CProgress.cpp +++ b/src/mir_core/src/CProgress.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CSplitter.cpp b/src/mir_core/src/CSplitter.cpp index 0fc0932e52..b506496f1e 100644 --- a/src/mir_core/src/CSplitter.cpp +++ b/src/mir_core/src/CSplitter.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/CTimer.cpp b/src/mir_core/src/CTimer.cpp index 17786cb56f..d248e22c5e 100644 --- a/src/mir_core/src/CTimer.cpp +++ b/src/mir_core/src/CTimer.cpp @@ -1,4 +1,4 @@ -/* +/* Object UI extensions Copyright (c) 2008 Victor Pavlychko, George Hazan diff --git a/src/mir_core/src/binbuffer.cpp b/src/mir_core/src/binbuffer.cpp index 29cc6b636a..01a1dadb7b 100644 --- a/src/mir_core/src/binbuffer.cpp +++ b/src/mir_core/src/binbuffer.cpp @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or diff --git a/src/mir_core/src/bitmaps.cpp b/src/mir_core/src/bitmaps.cpp index 2269af1ee0..50d6fa6a9b 100644 --- a/src/mir_core/src/bitmaps.cpp +++ b/src/mir_core/src/bitmaps.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/cmdline.cpp b/src/mir_core/src/cmdline.cpp index d03c5b36ef..fe7d33b013 100644 --- a/src/mir_core/src/cmdline.cpp +++ b/src/mir_core/src/cmdline.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/colourpicker.cpp b/src/mir_core/src/colourpicker.cpp index 07bf5cff0d..87f41a9718 100644 --- a/src/mir_core/src/colourpicker.cpp +++ b/src/mir_core/src/colourpicker.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/db.cpp b/src/mir_core/src/db.cpp index 86da4ae9c4..c44f7c3094 100644 --- a/src/mir_core/src/db.cpp +++ b/src/mir_core/src/db.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/http.cpp b/src/mir_core/src/http.cpp index 3b9140c1e9..eee6f90d58 100755 --- a/src/mir_core/src/http.cpp +++ b/src/mir_core/src/http.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/src/mir_core/src/hyperlink.cpp b/src/mir_core/src/hyperlink.cpp index ef8714ff61..913a40ecac 100644 --- a/src/mir_core/src/hyperlink.cpp +++ b/src/mir_core/src/hyperlink.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/icons.cpp b/src/mir_core/src/icons.cpp index 28fc3d8b93..9f2c077b84 100644 --- a/src/mir_core/src/icons.cpp +++ b/src/mir_core/src/icons.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/langpack.cpp b/src/mir_core/src/langpack.cpp index 6564bd7bc9..cd39c8e208 100644 --- a/src/mir_core/src/langpack.cpp +++ b/src/mir_core/src/langpack.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/lists.cpp b/src/mir_core/src/lists.cpp index 891ef62c00..1790330788 100644 --- a/src/mir_core/src/lists.cpp +++ b/src/mir_core/src/lists.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/logger.cpp b/src/mir_core/src/logger.cpp index 18e4db6d5f..f47e15e113 100644 --- a/src/mir_core/src/logger.cpp +++ b/src/mir_core/src/logger.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/mc.cpp b/src/mir_core/src/mc.cpp index 1e4009281c..fea0fb0e22 100644 --- a/src/mir_core/src/mc.cpp +++ b/src/mir_core/src/mc.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/md5.cpp b/src/mir_core/src/md5.cpp index 6cb8419249..d758057347 100644 --- a/src/mir_core/src/md5.cpp +++ b/src/mir_core/src/md5.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
This software is provided 'as-is', without any express or implied
diff --git a/src/mir_core/src/memory.cpp b/src/mir_core/src/memory.cpp index 1d404ca313..8ac1cfa63a 100644 --- a/src/mir_core/src/memory.cpp +++ b/src/mir_core/src/memory.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/mir_core.def b/src/mir_core/src/mir_core.def index 7d0d544d86..cc8f6a074d 100644 --- a/src/mir_core/src/mir_core.def +++ b/src/mir_core/src/mir_core.def @@ -1,4 +1,4 @@ -LIBRARY mir_core.mir
+LIBRARY mir_core.mir
EXPORTS
Langpack_LookupUuid @3
diff --git a/src/mir_core/src/mir_core64.def b/src/mir_core/src/mir_core64.def index c1d716b5d9..4e2b9f2317 100644 --- a/src/mir_core/src/mir_core64.def +++ b/src/mir_core/src/mir_core64.def @@ -1,4 +1,4 @@ -LIBRARY mir_core.mir
+LIBRARY mir_core.mir
EXPORTS
Langpack_LookupUuid @3
diff --git a/src/mir_core/src/miranda.cpp b/src/mir_core/src/miranda.cpp index 51ba0aff0b..36c0203392 100644 --- a/src/mir_core/src/miranda.cpp +++ b/src/mir_core/src/miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/miranda.h b/src/mir_core/src/miranda.h index 3a73faed1d..a10a7655bc 100644 --- a/src/mir_core/src/miranda.h +++ b/src/mir_core/src/miranda.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/modules.cpp b/src/mir_core/src/modules.cpp index 4593283ae5..4b1d056981 100644 --- a/src/mir_core/src/modules.cpp +++ b/src/mir_core/src/modules.cpp @@ -1,4 +1,4 @@ -/* +/* Miranda NG: the free IM client for Microsoft* Windows* diff --git a/src/mir_core/src/mstring.cpp b/src/mir_core/src/mstring.cpp index 538b9336ea..f7fa57ccfb 100644 --- a/src/mir_core/src/mstring.cpp +++ b/src/mir_core/src/mstring.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/openurl.cpp b/src/mir_core/src/openurl.cpp index 8a4d64f1d0..3402a2ac27 100644 --- a/src/mir_core/src/openurl.cpp +++ b/src/mir_core/src/openurl.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/path.cpp b/src/mir_core/src/path.cpp index 652cece851..749ea689df 100644 --- a/src/mir_core/src/path.cpp +++ b/src/mir_core/src/path.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/resizer.cpp b/src/mir_core/src/resizer.cpp index acaa4e6600..a423cc246f 100644 --- a/src/mir_core/src/resizer.cpp +++ b/src/mir_core/src/resizer.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/sha1.cpp b/src/mir_core/src/sha1.cpp index bb6955023d..59e12a42b2 100644 --- a/src/mir_core/src/sha1.cpp +++ b/src/mir_core/src/sha1.cpp @@ -1,4 +1,4 @@ -/* ***** BEGIN LICENSE BLOCK *****
+/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
diff --git a/src/mir_core/src/sha256.cpp b/src/mir_core/src/sha256.cpp index 69821977e4..b2789ae610 100644 --- a/src/mir_core/src/sha256.cpp +++ b/src/mir_core/src/sha256.cpp @@ -1,4 +1,4 @@ -
+
#include "stdafx.h"
MIR_CORE_DLL(void) mir_sha256_init(SHA256_CONTEXT *hd)
diff --git a/src/mir_core/src/stdafx.cxx b/src/mir_core/src/stdafx.cxx index 526367f1eb..b832b93b58 100644 --- a/src/mir_core/src/stdafx.cxx +++ b/src/mir_core/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/src/mir_core/src/stdafx.h b/src/mir_core/src/stdafx.h index e72153c8b7..2c4279e692 100644 --- a/src/mir_core/src/stdafx.h +++ b/src/mir_core/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/subclass.cpp b/src/mir_core/src/subclass.cpp index c0d4fd9cdc..d646f4767f 100644 --- a/src/mir_core/src/subclass.cpp +++ b/src/mir_core/src/subclass.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/src/mir_core/src/threads.cpp b/src/mir_core/src/threads.cpp index 0bb8490f9e..72baeccef9 100644 --- a/src/mir_core/src/threads.cpp +++ b/src/mir_core/src/threads.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/timezones.cpp b/src/mir_core/src/timezones.cpp index a4274585a8..ec18a92f9f 100644 --- a/src/mir_core/src/timezones.cpp +++ b/src/mir_core/src/timezones.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/utf.cpp b/src/mir_core/src/utf.cpp index b6151a40d9..8251e4ff1f 100644 --- a/src/mir_core/src/utf.cpp +++ b/src/mir_core/src/utf.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/utils.cpp b/src/mir_core/src/utils.cpp index be2289ddf0..cd273d6af5 100644 --- a/src/mir_core/src/utils.cpp +++ b/src/mir_core/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/windowlist.cpp b/src/mir_core/src/windowlist.cpp index 3ada62e190..0f4fd1e46d 100644 --- a/src/mir_core/src/windowlist.cpp +++ b/src/mir_core/src/windowlist.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/winutil.cpp b/src/mir_core/src/winutil.cpp index ae45d35348..21897a274c 100644 --- a/src/mir_core/src/winutil.cpp +++ b/src/mir_core/src/winutil.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/mir_core/src/winver.cpp b/src/mir_core/src/winver.cpp index 07faca4d1c..527c654545 100644 --- a/src/mir_core/src/winver.cpp +++ b/src/mir_core/src/winver.cpp @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/src/miranda32/CMakeLists.txt b/src/miranda32/CMakeLists.txt index 2375cb76d6..d42e159b69 100644 --- a/src/miranda32/CMakeLists.txt +++ b/src/miranda32/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") if(CMAKE_CL_64) set(TARGET "Miranda64") else() diff --git a/src/miranda32/res/resource.rc b/src/miranda32/res/resource.rc index ae457d069e..0543731ac8 100644 --- a/src/miranda32/res/resource.rc +++ b/src/miranda32/res/resource.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#include "..\..\mir_app\src\resource.h"
diff --git a/src/miranda32/res/version.rc b/src/miranda32/res/version.rc index d9040a9525..18f8eccfa5 100644 --- a/src/miranda32/res/version.rc +++ b/src/miranda32/res/version.rc @@ -1,4 +1,4 @@ -#ifdef APSTUDIO_INVOKED
+#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
diff --git a/src/miranda32/src/miranda.cpp b/src/miranda32/src/miranda.cpp index 5d4c3a56d6..88725da4cb 100644 --- a/src/miranda32/src/miranda.cpp +++ b/src/miranda32/src/miranda.cpp @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
diff --git a/src/miranda32/src/stdafx.cxx b/src/miranda32/src/stdafx.cxx index 6f97ed9a4e..f2abe4d94b 100644 --- a/src/miranda32/src/stdafx.cxx +++ b/src/miranda32/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG team (https://miranda-ng.org)
diff --git a/src/miranda32/src/stdafx.h b/src/miranda32/src/stdafx.h index e76145e062..ea4fcb343b 100644 --- a/src/miranda32/src/stdafx.h +++ b/src/miranda32/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Miranda NG: the free IM client for Microsoft* Windows*
|