From d9b46350c10da8cbeb9d6f2570b3352a5dabff9c Mon Sep 17 00:00:00 2001
From: Pavel Anokhov
Date: Sun, 7 Jan 2018 22:04:31 +0300
Subject: [PATCH] Fileheaders fixed.
---
Adamant-ios.xcodeproj/project.pbxproj | 2 +-
Adamant-ios/AppDelegate.swift | 4 ++--
Adamant-ios/Helpers/AdamantError.swift | 4 ++--
Adamant-ios/Helpers/AdamantHash.swift | 6 +++---
Adamant-ios/Helpers/Keypair.swift | 4 ++--
Adamant-ios/Models/Account.swift | 4 ++--
Adamant-ios/ServerResponses/AccountsResponse.swift | 6 +++---
Adamant-ios/ServiceProtocols/AdamantCore.swift | 4 ++--
Adamant-ios/ServiceProtocols/ApiService.swift | 6 +++---
Adamant-ios/ServiceProtocols/DialogService.swift | 4 ++--
Adamant-ios/ServiceProtocols/LoginService.swift | 4 ++--
Adamant-ios/Services/AdamantApiService.swift | 4 ++--
Adamant-ios/Services/AdamantLoginService.swift | 4 ++--
Adamant-ios/Services/JSAdamantCore.swift | 4 ++--
Adamant-ios/Services/SwinjectedDialogService.swift | 6 +++---
Adamant-ios/Stories/Login/LoginDependencies.swift | 2 +-
Adamant-ios/Stories/Login/LoginViewController.swift | 2 +-
Adamant-ios/SwinjectDependencies.swift | 6 +++---
Adamant-ios/ViewController.swift | 4 ++--
19 files changed, 40 insertions(+), 40 deletions(-)
diff --git a/Adamant-ios.xcodeproj/project.pbxproj b/Adamant-ios.xcodeproj/project.pbxproj
index cb0eab440..883bf8328 100644
--- a/Adamant-ios.xcodeproj/project.pbxproj
+++ b/Adamant-ios.xcodeproj/project.pbxproj
@@ -262,7 +262,7 @@
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
- ORGANIZATIONNAME = adamant;
+ ORGANIZATIONNAME = Adamant;
TargetAttributes = {
E913C8ED1FFFA51D001A83F7 = {
CreatedOnToolsVersion = 9.2;
diff --git a/Adamant-ios/AppDelegate.swift b/Adamant-ios/AppDelegate.swift
index 7f8fd1817..ca7dd3a13 100644
--- a/Adamant-ios/AppDelegate.swift
+++ b/Adamant-ios/AppDelegate.swift
@@ -2,8 +2,8 @@
// AppDelegate.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import UIKit
diff --git a/Adamant-ios/Helpers/AdamantError.swift b/Adamant-ios/Helpers/AdamantError.swift
index 75b50fbb8..7a38144e6 100644
--- a/Adamant-ios/Helpers/AdamantError.swift
+++ b/Adamant-ios/Helpers/AdamantError.swift
@@ -2,8 +2,8 @@
// AdamantError.swift
// Adamant-ios
//
-// Created by Павел Анохов on 06.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 06.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Helpers/AdamantHash.swift b/Adamant-ios/Helpers/AdamantHash.swift
index cdb2ca29c..bbf82143b 100644
--- a/Adamant-ios/Helpers/AdamantHash.swift
+++ b/Adamant-ios/Helpers/AdamantHash.swift
@@ -1,9 +1,9 @@
//
-// Hash.swift
+// AdamantHash.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Helpers/Keypair.swift b/Adamant-ios/Helpers/Keypair.swift
index c9335a59e..80c3f476b 100644
--- a/Adamant-ios/Helpers/Keypair.swift
+++ b/Adamant-ios/Helpers/Keypair.swift
@@ -2,8 +2,8 @@
// Keypair.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Models/Account.swift b/Adamant-ios/Models/Account.swift
index 3e1342a7b..aa9fd2d36 100644
--- a/Adamant-ios/Models/Account.swift
+++ b/Adamant-ios/Models/Account.swift
@@ -2,8 +2,8 @@
// Account.swift
// Adamant-ios
//
-// Created by Павел Анохов on 06.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 06.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/ServerResponses/AccountsResponse.swift b/Adamant-ios/ServerResponses/AccountsResponse.swift
index 65479df70..49131eca3 100644
--- a/Adamant-ios/ServerResponses/AccountsResponse.swift
+++ b/Adamant-ios/ServerResponses/AccountsResponse.swift
@@ -1,9 +1,9 @@
//
-// Get.swift
+// AccountsResponse.swift
// Adamant-ios
//
-// Created by Павел Анохов on 06.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 06.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/ServiceProtocols/AdamantCore.swift b/Adamant-ios/ServiceProtocols/AdamantCore.swift
index 87ee978f8..c92c6fb06 100644
--- a/Adamant-ios/ServiceProtocols/AdamantCore.swift
+++ b/Adamant-ios/ServiceProtocols/AdamantCore.swift
@@ -2,8 +2,8 @@
// AdamantCore.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/ServiceProtocols/ApiService.swift b/Adamant-ios/ServiceProtocols/ApiService.swift
index d5498df98..2ae1fee75 100644
--- a/Adamant-ios/ServiceProtocols/ApiService.swift
+++ b/Adamant-ios/ServiceProtocols/ApiService.swift
@@ -1,9 +1,9 @@
//
-// AdamantApi.swift
+// ApiService.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/ServiceProtocols/DialogService.swift b/Adamant-ios/ServiceProtocols/DialogService.swift
index 50f173606..f46ffbdff 100644
--- a/Adamant-ios/ServiceProtocols/DialogService.swift
+++ b/Adamant-ios/ServiceProtocols/DialogService.swift
@@ -2,8 +2,8 @@
// DialogService.swift
// Adamant-ios
//
-// Created by Павел Анохов on 07.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 07.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import UIKit
diff --git a/Adamant-ios/ServiceProtocols/LoginService.swift b/Adamant-ios/ServiceProtocols/LoginService.swift
index 47d5bad75..8a2ce711e 100644
--- a/Adamant-ios/ServiceProtocols/LoginService.swift
+++ b/Adamant-ios/ServiceProtocols/LoginService.swift
@@ -2,8 +2,8 @@
// LoginService.swift
// Adamant-ios
//
-// Created by Павел Анохов on 07.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 07.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Services/AdamantApiService.swift b/Adamant-ios/Services/AdamantApiService.swift
index 1aa560c9d..e56b074a6 100644
--- a/Adamant-ios/Services/AdamantApiService.swift
+++ b/Adamant-ios/Services/AdamantApiService.swift
@@ -2,8 +2,8 @@
// AdamantApiService.swift
// Adamant-ios
//
-// Created by Павел Анохов on 06.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 06.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Services/AdamantLoginService.swift b/Adamant-ios/Services/AdamantLoginService.swift
index 5dec9f05b..6b88c43c0 100644
--- a/Adamant-ios/Services/AdamantLoginService.swift
+++ b/Adamant-ios/Services/AdamantLoginService.swift
@@ -2,8 +2,8 @@
// AdamantLoginService.swift
// Adamant-ios
//
-// Created by Павел Анохов on 07.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 07.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Services/JSAdamantCore.swift b/Adamant-ios/Services/JSAdamantCore.swift
index 1ead1ae48..797293fe4 100644
--- a/Adamant-ios/Services/JSAdamantCore.swift
+++ b/Adamant-ios/Services/JSAdamantCore.swift
@@ -2,8 +2,8 @@
// JSAdamantCore.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Foundation
diff --git a/Adamant-ios/Services/SwinjectedDialogService.swift b/Adamant-ios/Services/SwinjectedDialogService.swift
index b8c4837e1..bb0b6656d 100644
--- a/Adamant-ios/Services/SwinjectedDialogService.swift
+++ b/Adamant-ios/Services/SwinjectedDialogService.swift
@@ -1,9 +1,9 @@
//
// SimpleDialogService.swift
-// Cosmeteria
+// Adamant-ios
//
-// Created by Павел Анохов on 31.08.17.
-// Copyright © 2017 METASHARKS. All rights reserved.
+// Created by Anokhov Pavel on 07.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import UIKit
diff --git a/Adamant-ios/Stories/Login/LoginDependencies.swift b/Adamant-ios/Stories/Login/LoginDependencies.swift
index ed57376d0..20de48098 100644
--- a/Adamant-ios/Stories/Login/LoginDependencies.swift
+++ b/Adamant-ios/Stories/Login/LoginDependencies.swift
@@ -3,7 +3,7 @@
// Adamant-ios
//
// Created by Anokhov Pavel on 07.01.2018.
-// Copyright © 2018 Anokhov Pavel. All rights reserved.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Swinject
diff --git a/Adamant-ios/Stories/Login/LoginViewController.swift b/Adamant-ios/Stories/Login/LoginViewController.swift
index 9cd361d70..5eed115b7 100644
--- a/Adamant-ios/Stories/Login/LoginViewController.swift
+++ b/Adamant-ios/Stories/Login/LoginViewController.swift
@@ -3,7 +3,7 @@
// Adamant-ios
//
// Created by Anokhov Pavel on 05.01.2018.
-// Copyright © 2018 Anokhov Pavel. All rights reserved.
+// Copyright © 2018 Adamant. All rights reserved.
//
import UIKit
diff --git a/Adamant-ios/SwinjectDependencies.swift b/Adamant-ios/SwinjectDependencies.swift
index bb9a4b55b..aa1bf3814 100644
--- a/Adamant-ios/SwinjectDependencies.swift
+++ b/Adamant-ios/SwinjectDependencies.swift
@@ -1,9 +1,9 @@
//
// SwinjectDependencies.swift
-// Cosmeteria
+// Adamant-ios
//
-// Created by Павел Анохов on 31.08.17.
-// Copyright © 2017 METASHARKS. All rights reserved.
+// Created by Anokhov Pavel on 07.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import Swinject
diff --git a/Adamant-ios/ViewController.swift b/Adamant-ios/ViewController.swift
index 9d3a9d83b..3014bfa24 100644
--- a/Adamant-ios/ViewController.swift
+++ b/Adamant-ios/ViewController.swift
@@ -2,8 +2,8 @@
// ViewController.swift
// Adamant-ios
//
-// Created by Павел Анохов on 05.01.2018.
-// Copyright © 2018 adamant. All rights reserved.
+// Created by Anokhov Pavel on 05.01.2018.
+// Copyright © 2018 Adamant. All rights reserved.
//
import UIKit