diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-20 21:24:08 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-20 21:24:08 +0000 |
commit | 0e341116440b3ac6a373a0f9aacce56ea6a8d3e6 (patch) | |
tree | 219dbfaeb11451e6897cf5f0a71a732ff2f976e1 /plugins/UserInfoEx/src/Flags | |
parent | b9c8e007af6fc8495209902856643d19c566fa90 (diff) |
removed old revision information
git-svn-id: http://svn.miranda-ng.org/main/trunk@3213 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx/src/Flags')
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_countrylistext.cpp | 9 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_countrylistext.h | 10 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flags.cpp | 9 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flags.h | 10 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp | 9 | ||||
-rw-r--r-- | plugins/UserInfoEx/src/Flags/svc_flagsicons.h | 10 |
6 files changed, 3 insertions, 54 deletions
diff --git a/plugins/UserInfoEx/src/Flags/svc_countrylistext.cpp b/plugins/UserInfoEx/src/Flags/svc_countrylistext.cpp index fabb2749f2..68cdd31529 100644 --- a/plugins/UserInfoEx/src/Flags/svc_countrylistext.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_countrylistext.cpp @@ -20,15 +20,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/Flags/svc_countrylistext.cpp $
-Revision : $Revision: 199 $
-Last change on : $Date: 2010-09-22 17:21:44 +0400 (Ср, 22 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
#include "..\commonheaders.h"
diff --git a/plugins/UserInfoEx/src/Flags/svc_countrylistext.h b/plugins/UserInfoEx/src/Flags/svc_countrylistext.h index a49a289542..5a93b836f9 100644 --- a/plugins/UserInfoEx/src/Flags/svc_countrylistext.h +++ b/plugins/UserInfoEx/src/Flags/svc_countrylistext.h @@ -20,16 +20,8 @@ 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/Flags/svc_countrylistext.h $
-Revision : $Revision: 199 $
-Last change on : $Date: 2010-09-22 17:21:44 +0400 (Ср, 22 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
+
#ifndef _UINFOEX_COUNTRYLIST_H_INCLUDED_
#define _UINFOEX_COUNTRYLIST_H_INCLUDED_
diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.cpp b/plugins/UserInfoEx/src/Flags/svc_flags.cpp index a5a0e926fb..3319032f2c 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flags.cpp @@ -20,15 +20,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/Flags/svc_flags.cpp $
-Revision : $Revision: 187 $
-Last change on : $Date: 2010-09-08 16:05:54 +0400 (Ср, 08 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
#include "..\commonheaders.h"
diff --git a/plugins/UserInfoEx/src/Flags/svc_flags.h b/plugins/UserInfoEx/src/Flags/svc_flags.h index fe0da2b933..f8acacd449 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flags.h +++ b/plugins/UserInfoEx/src/Flags/svc_flags.h @@ -20,16 +20,8 @@ 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/Flags/svc_flags.h $
-Revision : $Revision: 187 $
-Last change on : $Date: 2010-09-08 16:05:54 +0400 (Ср, 08 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
+
#ifndef _UINFOEX_FLAGS_H_INCLUDED_
#define _UINFOEX_FLAGS_H_INCLUDED_
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp index f1b8232871..bb9949cee5 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.cpp @@ -20,15 +20,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/Flags/svc_flagsicons.cpp $
-Revision : $Revision: 206 $
-Last change on : $Date: 2010-09-28 18:43:50 +0400 (Вт, 28 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
#include "..\commonheaders.h"
diff --git a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h index 2aabd00c66..9b83d64146 100644 --- a/plugins/UserInfoEx/src/Flags/svc_flagsicons.h +++ b/plugins/UserInfoEx/src/Flags/svc_flagsicons.h @@ -20,16 +20,8 @@ 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/Flags/svc_flagsicons.h $
-Revision : $Revision: 204 $
-Last change on : $Date: 2010-09-28 16:48:38 +0400 (Вт, 28 сен 2010) $
-Last change by : $Author: ing.u.horn $
-
-===============================================================================
*/
+
#ifndef _UINFOEX_FLAGSICONS_H_INCLUDED_
#define _UINFOEX_FLAGSICONS_H_INCLUDED_
|