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/SeenPlugin | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/SeenPlugin')
-rw-r--r-- | plugins/SeenPlugin/docs/readme_src.txt | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/docs/seen_info.txt | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/res/version.rc | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/file.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/history.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/main.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/menu.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/missed.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/resource.h | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/stdafx.h | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/userinfo.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/utils.cpp | 2 | ||||
-rw-r--r-- | plugins/SeenPlugin/src/version.h | 2 |
16 files changed, 16 insertions, 16 deletions
diff --git a/plugins/SeenPlugin/docs/readme_src.txt b/plugins/SeenPlugin/docs/readme_src.txt index 0769b49b03..bb91b5e32a 100644 --- a/plugins/SeenPlugin/docs/readme_src.txt +++ b/plugins/SeenPlugin/docs/readme_src.txt @@ -1,4 +1,4 @@ -This source code is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html)
+This source code is licensed under the GPL (http://www.gnu.org/copyleft/gpl.html)
Please notify me of any changes that improve the plugin or add
new features.
diff --git a/plugins/SeenPlugin/docs/seen_info.txt b/plugins/SeenPlugin/docs/seen_info.txt index 5ba87f079a..c90ea92874 100644 --- a/plugins/SeenPlugin/docs/seen_info.txt +++ b/plugins/SeenPlugin/docs/seen_info.txt @@ -1,4 +1,4 @@ -Last Seen plugin
+Last Seen plugin
****************
This plugin logs when a contact was last seen online.
You can choose between contactmenu item, userinfo page and file output.
diff --git a/plugins/SeenPlugin/res/resource.rc b/plugins/SeenPlugin/res/resource.rc index 548af8b9c4..ecfc24cd5f 100644 --- a/plugins/SeenPlugin/res/resource.rc +++ b/plugins/SeenPlugin/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/plugins/SeenPlugin/res/version.rc b/plugins/SeenPlugin/res/version.rc index fdeb14668c..6427dc9522 100644 --- a/plugins/SeenPlugin/res/version.rc +++ b/plugins/SeenPlugin/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/plugins/SeenPlugin/src/file.cpp b/plugins/SeenPlugin/src/file.cpp index ac3d85b774..896823e5af 100644 --- a/plugins/SeenPlugin/src/file.cpp +++ b/plugins/SeenPlugin/src/file.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/history.cpp b/plugins/SeenPlugin/src/history.cpp index 176168dd61..1ed8a97c67 100644 --- a/plugins/SeenPlugin/src/history.cpp +++ b/plugins/SeenPlugin/src/history.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-06 Y.B.
diff --git a/plugins/SeenPlugin/src/main.cpp b/plugins/SeenPlugin/src/main.cpp index 172897d4ef..0d701975f1 100644 --- a/plugins/SeenPlugin/src/main.cpp +++ b/plugins/SeenPlugin/src/main.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/menu.cpp b/plugins/SeenPlugin/src/menu.cpp index 4a385b67d6..18c3cf01da 100644 --- a/plugins/SeenPlugin/src/menu.cpp +++ b/plugins/SeenPlugin/src/menu.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/missed.cpp b/plugins/SeenPlugin/src/missed.cpp index bdce23791a..c0e9db49ae 100644 --- a/plugins/SeenPlugin/src/missed.cpp +++ b/plugins/SeenPlugin/src/missed.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/options.cpp b/plugins/SeenPlugin/src/options.cpp index 5c2f665fbb..e5ea1efd71 100644 --- a/plugins/SeenPlugin/src/options.cpp +++ b/plugins/SeenPlugin/src/options.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/resource.h b/plugins/SeenPlugin/src/resource.h index 99c712ce5a..cde06eab21 100644 --- a/plugins/SeenPlugin/src/resource.h +++ b/plugins/SeenPlugin/src/resource.h @@ -1,4 +1,4 @@ -//{{NO_DEPENDENCIES}}
+//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resource.rc
//
diff --git a/plugins/SeenPlugin/src/stdafx.cxx b/plugins/SeenPlugin/src/stdafx.cxx index b05ed73bc5..bfd519e3dc 100644 --- a/plugins/SeenPlugin/src/stdafx.cxx +++ b/plugins/SeenPlugin/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/SeenPlugin/src/stdafx.h b/plugins/SeenPlugin/src/stdafx.h index 67fb460e2f..5a268f8f7d 100644 --- a/plugins/SeenPlugin/src/stdafx.h +++ b/plugins/SeenPlugin/src/stdafx.h @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/userinfo.cpp b/plugins/SeenPlugin/src/userinfo.cpp index 19d2aebd16..b2c2cef3b5 100644 --- a/plugins/SeenPlugin/src/userinfo.cpp +++ b/plugins/SeenPlugin/src/userinfo.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/utils.cpp b/plugins/SeenPlugin/src/utils.cpp index ef90cd1273..12fe059c9f 100644 --- a/plugins/SeenPlugin/src/utils.cpp +++ b/plugins/SeenPlugin/src/utils.cpp @@ -1,4 +1,4 @@ -/*
+/*
"Last Seen mod" plugin for Miranda IM
Copyright ( C ) 2002-03 micron-x
Copyright ( C ) 2005-07 Y.B.
diff --git a/plugins/SeenPlugin/src/version.h b/plugins/SeenPlugin/src/version.h index a71af62bab..2f0af55bad 100644 --- a/plugins/SeenPlugin/src/version.h +++ b/plugins/SeenPlugin/src/version.h @@ -1,4 +1,4 @@ -/*
+/*
'File Association Manager'-Plugin for Miranda IM
|