Skip to content

Commit

Permalink
Fileheaders fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealBonus committed Jan 7, 2018
1 parent bbb69fd commit d9b4635
Show file tree
Hide file tree
Showing 19 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion Adamant-ios.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
attributes = {
LastSwiftUpdateCheck = 0920;
LastUpgradeCheck = 0920;
ORGANIZATIONNAME = adamant;
ORGANIZATIONNAME = Adamant;
TargetAttributes = {
E913C8ED1FFFA51D001A83F7 = {
CreatedOnToolsVersion = 9.2;
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Helpers/AdamantError.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Adamant-ios/Helpers/AdamantHash.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Helpers/Keypair.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Models/Account.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Adamant-ios/ServerResponses/AccountsResponse.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/ServiceProtocols/AdamantCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Adamant-ios/ServiceProtocols/ApiService.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/ServiceProtocols/DialogService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/ServiceProtocols/LoginService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Services/AdamantApiService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Services/AdamantLoginService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/Services/JSAdamantCore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Adamant-ios/Services/SwinjectedDialogService.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Adamant-ios/Stories/Login/LoginDependencies.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Adamant-ios/Stories/Login/LoginViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Adamant-ios/SwinjectDependencies.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions Adamant-ios/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9b4635

Please sign in to comment.