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/WatchEventHandler
parent3c8c98cd0ef9b81de43ce456b08c7af095753d1b (diff)
Removed outdated copyrights.
Diffstat (limited to 'iphone/Maps/Classes/WatchEventHandler')
-rw-r--r--iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.h8
-rw-r--r--iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.mm8
-rw-r--r--iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.h8
-rw-r--r--iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.mm8
4 files changed, 0 insertions, 32 deletions
diff --git a/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.h b/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.h
index 6438c1ed45..a4cb28cf1a 100644
--- a/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.h
+++ b/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.h
@@ -1,11 +1,3 @@
-//
-// MWMWatchEventInfo.h
-// Maps
-//
-// Created by i.grechuhin on 10.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <Foundation/Foundation.h>
typedef NS_ENUM(NSUInteger, MWMWatchEventInfoRequest)
diff --git a/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.mm b/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.mm
index 9f118f2e1a..50d2e18089 100644
--- a/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.mm
+++ b/iphone/Maps/Classes/WatchEventHandler/MWMWatchEventInfo.mm
@@ -1,11 +1,3 @@
-//
-// MWMWatchEventInfo.m
-// Maps
-//
-// Created by i.grechuhin on 10.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "MWMWatchEventInfo.h"
static NSString * const kRequestKey = @"request";
diff --git a/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.h b/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.h
index 29a1c97d99..8adee57c6c 100644
--- a/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.h
+++ b/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.h
@@ -1,11 +1,3 @@
-//
-// MWMWatchNotification.h
-// Maps
-//
-// Created by i.grechuhin on 10.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import <Foundation/Foundation.h>
@interface MWMWatchNotification : NSObject
diff --git a/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.mm b/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.mm
index f536d0f4f2..f919954e8a 100644
--- a/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.mm
+++ b/iphone/Maps/Classes/WatchEventHandler/MWMWatchNotification.mm
@@ -1,11 +1,3 @@
-//
-// MWMWatchNotification.m
-// Maps
-//
-// Created by i.grechuhin on 10.04.15.
-// Copyright (c) 2015 MapsWithMe. All rights reserved.
-//
-
#import "Common.h"
#import "MWMWatchNotification.h"