summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SendScreenshotPlus/src')
-rw-r--r--plugins/SendScreenshotPlus/src/CSend.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSend.h6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendEmail.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendEmail.h6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendFTPFile.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendFTPFile.h6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendFile.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendFile.h6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHTTPServer.h6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendImageShack.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/CSendImageShack.h6
-rw-r--r--plugins/SendScreenshotPlus/src/Main.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/Main.h6
-rw-r--r--plugins/SendScreenshotPlus/src/UAboutForm.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/UAboutForm.h6
-rw-r--r--plugins/SendScreenshotPlus/src/UMainForm.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/UMainForm.h6
-rw-r--r--plugins/SendScreenshotPlus/src/Utils.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/Utils.h6
-rw-r--r--plugins/SendScreenshotPlus/src/dlg_msgbox.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/dlg_msgbox.h6
-rw-r--r--plugins/SendScreenshotPlus/src/global.h6
-rw-r--r--plugins/SendScreenshotPlus/src/mir_string.cpp6
-rw-r--r--plugins/SendScreenshotPlus/src/mir_string.h6
25 files changed, 0 insertions, 150 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSend.cpp b/plugins/SendScreenshotPlus/src/CSend.cpp
index 27797db234..83a9de4007 100644
--- a/plugins/SendScreenshotPlus/src/CSend.cpp
+++ b/plugins/SendScreenshotPlus/src/CSend.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSend.cpp $
-Revision : $Revision: 19 $
-Last change on : $Date: 2010-04-09 03:24:04 +0400 (Пт, 09 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "CSend.h"
diff --git a/plugins/SendScreenshotPlus/src/CSend.h b/plugins/SendScreenshotPlus/src/CSend.h
index f174ab98b4..12e12e2374 100644
--- a/plugins/SendScreenshotPlus/src/CSend.h
+++ b/plugins/SendScreenshotPlus/src/CSend.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSend.h $
-Revision : $Revision: 17 $
-Last change on : $Date: 2010-04-03 18:01:11 +0400 (Сб, 03 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_H
diff --git a/plugins/SendScreenshotPlus/src/CSendEmail.cpp b/plugins/SendScreenshotPlus/src/CSendEmail.cpp
index cc8dc8c0d4..699e037500 100644
--- a/plugins/SendScreenshotPlus/src/CSendEmail.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendEmail.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendEmail.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/CSendEmail.h b/plugins/SendScreenshotPlus/src/CSendEmail.h
index 940558b0d6..1ec453b307 100644
--- a/plugins/SendScreenshotPlus/src/CSendEmail.h
+++ b/plugins/SendScreenshotPlus/src/CSendEmail.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendEmail.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_EMAIL_H
diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp
index 3d33389d81..609e279bad 100644
--- a/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendFTPFile.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/CSendFTPFile.h b/plugins/SendScreenshotPlus/src/CSendFTPFile.h
index 6012f76232..f1215501b6 100644
--- a/plugins/SendScreenshotPlus/src/CSendFTPFile.h
+++ b/plugins/SendScreenshotPlus/src/CSendFTPFile.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendFTPFile.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_FTP_FILE_H
diff --git a/plugins/SendScreenshotPlus/src/CSendFile.cpp b/plugins/SendScreenshotPlus/src/CSendFile.cpp
index 1884c8307f..8eca99132c 100644
--- a/plugins/SendScreenshotPlus/src/CSendFile.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendFile.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendFile.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/CSendFile.h b/plugins/SendScreenshotPlus/src/CSendFile.h
index edbb49822d..88225c6827 100644
--- a/plugins/SendScreenshotPlus/src/CSendFile.h
+++ b/plugins/SendScreenshotPlus/src/CSendFile.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendFile.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_FILE_H
diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
index 1c21a736f2..2676fbb0c0 100644
--- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendHTTPServer.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
index 129153e0c6..85f6545c83 100644
--- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
+++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendHTTPServer.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_HTTP_SERVER_H
diff --git a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
index 20d1dfd87e..bc08c2b8c2 100644
--- a/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendImageShack.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendImageShack.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/CSendImageShack.h b/plugins/SendScreenshotPlus/src/CSendImageShack.h
index eae406aca9..57377b0b95 100644
--- a/plugins/SendScreenshotPlus/src/CSendImageShack.h
+++ b/plugins/SendScreenshotPlus/src/CSendImageShack.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/CSendImageShack.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _CSEND_IMAGESHACK_H
diff --git a/plugins/SendScreenshotPlus/src/Main.cpp b/plugins/SendScreenshotPlus/src/Main.cpp
index 209028bb9a..4d9ae948f7 100644
--- a/plugins/SendScreenshotPlus/src/Main.cpp
+++ b/plugins/SendScreenshotPlus/src/Main.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/Main.cpp $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
//---------------------------------------------------------------------------
diff --git a/plugins/SendScreenshotPlus/src/Main.h b/plugins/SendScreenshotPlus/src/Main.h
index 67059fb73c..59d7fd1c2a 100644
--- a/plugins/SendScreenshotPlus/src/Main.h
+++ b/plugins/SendScreenshotPlus/src/Main.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/Main.h $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef MainH
diff --git a/plugins/SendScreenshotPlus/src/UAboutForm.cpp b/plugins/SendScreenshotPlus/src/UAboutForm.cpp
index beb65fce08..aaeb3b71fa 100644
--- a/plugins/SendScreenshotPlus/src/UAboutForm.cpp
+++ b/plugins/SendScreenshotPlus/src/UAboutForm.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/UAboutForm.cpp $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "UAboutForm.h"
diff --git a/plugins/SendScreenshotPlus/src/UAboutForm.h b/plugins/SendScreenshotPlus/src/UAboutForm.h
index d9d598aeb6..31c1d10356 100644
--- a/plugins/SendScreenshotPlus/src/UAboutForm.h
+++ b/plugins/SendScreenshotPlus/src/UAboutForm.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/UAboutForm.h $
-Revision : $Revision: 19 $
-Last change on : $Date: 2010-04-09 03:24:04 +0400 (Пт, 09 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef UAboutFormH
diff --git a/plugins/SendScreenshotPlus/src/UMainForm.cpp b/plugins/SendScreenshotPlus/src/UMainForm.cpp
index 03990201eb..b22c1c526e 100644
--- a/plugins/SendScreenshotPlus/src/UMainForm.cpp
+++ b/plugins/SendScreenshotPlus/src/UMainForm.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/UMainForm.cpp $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "UMainForm.h"
diff --git a/plugins/SendScreenshotPlus/src/UMainForm.h b/plugins/SendScreenshotPlus/src/UMainForm.h
index a7fdcdc643..c56c5d7a99 100644
--- a/plugins/SendScreenshotPlus/src/UMainForm.h
+++ b/plugins/SendScreenshotPlus/src/UMainForm.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/UMainForm.h $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef UMainFormH
diff --git a/plugins/SendScreenshotPlus/src/Utils.cpp b/plugins/SendScreenshotPlus/src/Utils.cpp
index 2352eb8c14..626cb0ce91 100644
--- a/plugins/SendScreenshotPlus/src/Utils.cpp
+++ b/plugins/SendScreenshotPlus/src/Utils.cpp
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/Utils.cpp $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "Utils.h"
diff --git a/plugins/SendScreenshotPlus/src/Utils.h b/plugins/SendScreenshotPlus/src/Utils.h
index ab49fcda89..bbc0f2d932 100644
--- a/plugins/SendScreenshotPlus/src/Utils.h
+++ b/plugins/SendScreenshotPlus/src/Utils.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/Utils.h $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef UTILSH
diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp
index f1b1535802..e5927051e7 100644
--- a/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp
+++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.cpp
@@ -19,12 +19,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
aLONG with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: https://userinfoex.googlecode.com/svn/trunk/dlg_msgbox.cpp $
-Revision : $Revision: 164 $
-Last change on : $Date: 2009-12-02 21:24:35 +0100 (Mi, 02. Dez 2009) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "dlg_msgbox.h"
diff --git a/plugins/SendScreenshotPlus/src/dlg_msgbox.h b/plugins/SendScreenshotPlus/src/dlg_msgbox.h
index a6cd04c6b7..9376f6c2a8 100644
--- a/plugins/SendScreenshotPlus/src/dlg_msgbox.h
+++ b/plugins/SendScreenshotPlus/src/dlg_msgbox.h
@@ -19,12 +19,6 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
aLONG with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: https://userinfoex.googlecode.com/svn/trunk/dlg_msgbox.h $
-Revision : $Revision: 164 $
-Last change on : $Date: 2009-12-02 21:24:35 +0100 (Mi, 02. Dez 2009) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _DLG_MSGBOX
diff --git a/plugins/SendScreenshotPlus/src/global.h b/plugins/SendScreenshotPlus/src/global.h
index a9d22c898a..662ab12ad0 100644
--- a/plugins/SendScreenshotPlus/src/global.h
+++ b/plugins/SendScreenshotPlus/src/global.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/global.h $
-Revision : $Revision: 22 $
-Last change on : $Date: 2010-05-02 21:25:02 +0400 (Вс, 02 май 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _GLOBAL_H_
diff --git a/plugins/SendScreenshotPlus/src/mir_string.cpp b/plugins/SendScreenshotPlus/src/mir_string.cpp
index 0ee154b7b9..607c5f906e 100644
--- a/plugins/SendScreenshotPlus/src/mir_string.cpp
+++ b/plugins/SendScreenshotPlus/src/mir_string.cpp
@@ -23,12 +23,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/mir_string.cpp $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#include "global.h"
diff --git a/plugins/SendScreenshotPlus/src/mir_string.h b/plugins/SendScreenshotPlus/src/mir_string.h
index 882cd38896..a9d485f3cc 100644
--- a/plugins/SendScreenshotPlus/src/mir_string.h
+++ b/plugins/SendScreenshotPlus/src/mir_string.h
@@ -22,12 +22,6 @@ See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-File name : $HeadURL: http://merlins-miranda.googlecode.com/svn/trunk/miranda/plugins/SendSSPlus/mir_string.h $
-Revision : $Revision: 13 $
-Last change on : $Date: 2010-04-02 02:54:30 +0400 (Пт, 02 апр 2010) $
-Last change by : $Author: ing.u.horn $
-
*/
#ifndef _MIR_STRING_H_INCLUDED_