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 /iphone/Maps/Classes/CustomAlert
parent3c8c98cd0ef9b81de43ce456b08c7af095753d1b (diff)
Removed outdated copyrights.
Diffstat (limited to 'iphone/Maps/Classes/CustomAlert')
-rw-r--r--iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm8
-rw-r--r--iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.h8
-rw-r--r--iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.mm8
22 files changed, 0 insertions, 176 deletions
diff --git a/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.h b/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.h
index dac69e5dda..5ede2d6381 100644
--- a/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.h
+++ b/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.h
@@ -1,11 +1,3 @@
-//
-// MWMAlertViewController.h
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
#import "MWMAlert.h"
diff --git a/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.mm b/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.mm
index 8aed09fa94..9be4f94a44 100644
--- a/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.mm
+++ b/iphone/Maps/Classes/CustomAlert/AlertController/MWMAlertViewController.mm
@@ -1,11 +1,3 @@
-//
-// MWMAlertViewController.m
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "MWMAlertViewController.h"
#import "MWMDownloadTransitMapAlert.h"
diff --git a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
index d914dfd8f8..e3b26716e9 100644
--- a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
#include "routing/router.hpp"
diff --git a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
index d4b71efea3..2768f08869 100644
--- a/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/BaseAlert/MWMAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "MWMAlert.h"
#import "MWMAlertViewController.h"
diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.h b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.h
index 508fca8698..bb85f70e29 100644
--- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMRouteNotFoundDefaultAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 12.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMDefaultAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
index 7b7d20f7c0..0b2e2e0838 100644
--- a/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/DefaultAlert/MWMDefaultAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMRouteNotFoundDefaultAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 12.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "LocationManager.h"
#import "MapsAppDelegate.h"
#import "MapViewController.h"
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.h b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.h
index c4f6237e06..9690df211f 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMGetTransitionMapAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
#include "storage/storage.hpp"
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.mm b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.mm
index de66c24575..12e4e28661 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloadTransitMapAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMGetTransitionMapAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 05.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "ActiveMapsVC.h"
#import "Common.h"
#import "MWMAlertViewController.h"
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.h b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.h
index 0069710cdf..deebdc5516 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.h
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.h
@@ -1,11 +1,3 @@
-//
-// MWMDownloaderDialogCell.h
-// Maps
-//
-// Created by v.mikhaylenko on 03.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@interface MWMDownloaderDialogCell : UITableViewCell
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.mm b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.mm
index dc55b69a00..960990a669 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.mm
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogCell.mm
@@ -1,11 +1,3 @@
-//
-// MWMDownloaderDialogCell.m
-// Maps
-//
-// Created by v.mikhaylenko on 03.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMDownloaderDialogCell.h"
@implementation MWMDownloaderDialogCell
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h
index 3bb1c74725..724e08aaa2 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.h
@@ -1,11 +1,3 @@
-//
-// MWMDownloaderDialogHeader.h
-// Maps
-//
-// Created by v.mikhaylenko on 06.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <UIKit/UIKit.h>
@class MWMDownloadTransitMapAlert;
diff --git a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.mm b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.mm
index b01f6672ec..942b353703 100644
--- a/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.mm
+++ b/iphone/Maps/Classes/CustomAlert/DownloadTransitMapsAlert/MWMDownloaderDialogHeader.mm
@@ -1,11 +1,3 @@
-//
-// MWMDownloaderDialogHeader.m
-// Maps
-//
-// Created by v.mikhaylenko on 06.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "MWMDownloaderDialogHeader.h"
#import "MWMDownloadTransitMapAlert.h"
diff --git a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.h b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.h
index 51e7ab7f74..2310af139b 100644
--- a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMFacebookAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 01.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMFacebookAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
index f928c3c8cc..4196443a8f 100644
--- a/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/FacebookAlert/MWMFacebookAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMFacebookAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 01.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlertViewController.h"
#import "MWMFacebookAlert.h"
#import "Statistics.h"
diff --git a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.h b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.h
index 14ea95fbeb..804eb1a86c 100644
--- a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMLocationAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 10.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMLocationAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.mm b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.mm
index ab7cd7ce62..85740ebb06 100644
--- a/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/LocationAlert/MWMLocationAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMLocationAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 10.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMLocationAlert.h"
#import "MWMAlertViewController.h"
#import "Statistics.h"
diff --git a/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.h b/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.h
index f16cbe2591..596a204506 100644
--- a/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMPedestrianShareAlert.h
-// Maps
-//
-// Created by Ilya Grechuhin on 05.08.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMPedestrianShareAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.mm b/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.mm
index 861ad72836..802517d230 100644
--- a/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/PedestrianShareAlert/MWMPedestrianShareAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMPedestrianShareAlert.m
-// Maps
-//
-// Created by Ilya Grechuhin on 05.08.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "Macros.h"
#import "MWMActivityViewController.h"
diff --git a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.h b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.h
index c8d576f65a..8457a92db3 100644
--- a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMRateAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 25.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMRateAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
index d0db4c77ac..76f4a225ea 100644
--- a/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/RateAlert/MWMRateAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMRateAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 25.03.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "AppInfo.h"
#import "MWMAlertViewController.h"
#import "MWMRateAlert.h"
diff --git a/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.h b/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.h
index 7ef5543564..228846727f 100644
--- a/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.h
+++ b/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.h
@@ -1,11 +1,3 @@
-//
-// MWMRoutingDisclaimerAlert.h
-// Maps
-//
-// Created by v.mikhaylenko on 17.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMAlert.h"
@interface MWMRoutingDisclaimerAlert : MWMAlert
diff --git a/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.mm b/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.mm
index 495a248496..9d27d19839 100644
--- a/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.mm
+++ b/iphone/Maps/Classes/CustomAlert/RoutingDisclaimerAlert/MWMRoutingDisclaimerAlert.mm
@@ -1,11 +1,3 @@
-//
-// MWMRoutingDisclaimerAlert.m
-// Maps
-//
-// Created by v.mikhaylenko on 17.07.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "MWMAlertViewController.h"
#import "MWMRoutingDisclaimerAlert.h"