diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/Exchange/src | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Exchange/src')
-rw-r--r-- | plugins/Exchange/src/MirandaExchange.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/MirandaExchange.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/dlg_handlers.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/dlg_handlers.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/emails.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/emails.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/exchange.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/hooked_events.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/hooked_events.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/services.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/services.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/utils.h | 2 | ||||
-rw-r--r-- | plugins/Exchange/src/version.h | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/plugins/Exchange/src/MirandaExchange.cpp b/plugins/Exchange/src/MirandaExchange.cpp index 85b0df5d6a..5810a80f40 100644 --- a/plugins/Exchange/src/MirandaExchange.cpp +++ b/plugins/Exchange/src/MirandaExchange.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/MirandaExchange.h b/plugins/Exchange/src/MirandaExchange.h index d32be8c402..6fe53e2323 100644 --- a/plugins/Exchange/src/MirandaExchange.h +++ b/plugins/Exchange/src/MirandaExchange.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/dlg_handlers.cpp b/plugins/Exchange/src/dlg_handlers.cpp index 2f1f5d62eb..f6d8967d3d 100644 --- a/plugins/Exchange/src/dlg_handlers.cpp +++ b/plugins/Exchange/src/dlg_handlers.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/dlg_handlers.h b/plugins/Exchange/src/dlg_handlers.h index 7c755bd94f..22cccf32d8 100644 --- a/plugins/Exchange/src/dlg_handlers.h +++ b/plugins/Exchange/src/dlg_handlers.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/emails.cpp b/plugins/Exchange/src/emails.cpp index 7298a6b902..3cece98ddc 100644 --- a/plugins/Exchange/src/emails.cpp +++ b/plugins/Exchange/src/emails.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/emails.h b/plugins/Exchange/src/emails.h index 6d90641cc8..79a4de6a99 100644 --- a/plugins/Exchange/src/emails.h +++ b/plugins/Exchange/src/emails.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/exchange.cpp b/plugins/Exchange/src/exchange.cpp index 57ac5f3fe0..4792117386 100644 --- a/plugins/Exchange/src/exchange.cpp +++ b/plugins/Exchange/src/exchange.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index 1ebe0c463f..6342f9b93a 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/hooked_events.h b/plugins/Exchange/src/hooked_events.h index 2b37d19508..a487149a77 100644 --- a/plugins/Exchange/src/hooked_events.h +++ b/plugins/Exchange/src/hooked_events.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/resource.h b/plugins/Exchange/src/resource.h index 866688bd70..a66127d87c 100644 --- a/plugins/Exchange/src/resource.h +++ b/plugins/Exchange/src/resource.h @@ -1,4 +1,4 @@ -#ifndef IDC_STATIC
+#ifndef IDC_STATIC
#define IDC_STATIC (-1)
#endif
diff --git a/plugins/Exchange/src/services.cpp b/plugins/Exchange/src/services.cpp index 6c8e4816a5..d3e2d05851 100644 --- a/plugins/Exchange/src/services.cpp +++ b/plugins/Exchange/src/services.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/services.h b/plugins/Exchange/src/services.h index e12170c26c..e716a48a66 100644 --- a/plugins/Exchange/src/services.h +++ b/plugins/Exchange/src/services.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/stdafx.cxx b/plugins/Exchange/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/Exchange/src/stdafx.cxx +++ b/plugins/Exchange/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/Exchange/src/stdafx.h b/plugins/Exchange/src/stdafx.h index 54a29c3752..64bee2d6a3 100644 --- a/plugins/Exchange/src/stdafx.h +++ b/plugins/Exchange/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/utils.cpp b/plugins/Exchange/src/utils.cpp index 3316ce41b3..6e81c06ddb 100644 --- a/plugins/Exchange/src/utils.cpp +++ b/plugins/Exchange/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/utils.h b/plugins/Exchange/src/utils.h index 8e3b63aa0c..0422717c28 100644 --- a/plugins/Exchange/src/utils.h +++ b/plugins/Exchange/src/utils.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
diff --git a/plugins/Exchange/src/version.h b/plugins/Exchange/src/version.h index 036b0e6996..d025429a2a 100644 --- a/plugins/Exchange/src/version.h +++ b/plugins/Exchange/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
Exchange notifier plugin for Miranda IM
Copyright © 2006 Cristian Libotean, Attila Vajda
|