Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@maps.me>2015-09-12 04:21:44 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:04:42 +0300
commitd7de168b8b35842a0446f769d71799ef6c4e5c26 (patch)
treec1a606cf689ef15db67a1f696815911768869b57 /generator/generator_tests
parent3c8c98cd0ef9b81de43ce456b08c7af095753d1b (diff)
Removed outdated copyrights.
Diffstat (limited to 'generator/generator_tests')
-rw-r--r--generator/generator_tests/osm_o5m_source_test.cpp7
-rw-r--r--generator/generator_tests/source_data.cpp8
-rw-r--r--generator/generator_tests/source_data.hpp10
-rw-r--r--generator/generator_tests/source_to_element_test.cpp8
4 files changed, 1 insertions, 32 deletions
diff --git a/generator/generator_tests/osm_o5m_source_test.cpp b/generator/generator_tests/osm_o5m_source_test.cpp
index 29a0bc202b..c4b2157397 100644
--- a/generator/generator_tests/osm_o5m_source_test.cpp
+++ b/generator/generator_tests/osm_o5m_source_test.cpp
@@ -1,10 +1,3 @@
-//
-// osm_o5m_source_test.cpp
-// generator_tool
-//
-// Created by Sergey Yershov on 14.04.15.
-//
-
#include "testing/testing.hpp"
#include "generator/osm_o5m_source.hpp"
diff --git a/generator/generator_tests/source_data.cpp b/generator/generator_tests/source_data.cpp
index 075faa79d4..d288cbb381 100644
--- a/generator/generator_tests/source_data.cpp
+++ b/generator/generator_tests/source_data.cpp
@@ -1,11 +1,3 @@
-//
-// source_data.cpp
-// generator_tool
-//
-// Created by Sergey Yershov on 06.08.15.
-// Copyright (c) 2015 maps.me. All rights reserved.
-//
-
#include "source_data.hpp"
char const node_xml_data[] = "<?xml version='1.0' encoding='UTF-8'?>\
diff --git a/generator/generator_tests/source_data.hpp b/generator/generator_tests/source_data.hpp
index d1681b8a8a..9b067c4566 100644
--- a/generator/generator_tests/source_data.hpp
+++ b/generator/generator_tests/source_data.hpp
@@ -1,11 +1,3 @@
-//
-// source_data.hpp
-// generator_tool
-//
-// Created by Sergey Yershov on 06.08.15.
-// Copyright (c) 2015 maps.me. All rights reserved.
-//
-
#pragma once
extern char const node_xml_data[];
@@ -15,4 +7,4 @@ extern unsigned char const node2_o5m_data[93];
extern char const way_xml_data[];
extern unsigned char const way_o5m_data[175];
extern char const relation_xml_data[];
-extern unsigned char const relation_o5m_data[224]; \ No newline at end of file
+extern unsigned char const relation_o5m_data[224];
diff --git a/generator/generator_tests/source_to_element_test.cpp b/generator/generator_tests/source_to_element_test.cpp
index b92a4332e9..12a3f5c399 100644
--- a/generator/generator_tests/source_to_element_test.cpp
+++ b/generator/generator_tests/source_to_element_test.cpp
@@ -1,11 +1,3 @@
-//
-// source_to_element_test.cpp
-// generator_tool
-//
-// Created by Sergey Yershov on 05.08.15.
-// Copyright (c) 2015 maps.me. All rights reserved.
-//
-
#include "testing/testing.hpp"
#include "coding/parse_xml.hpp"