Skip to content

Commit

Permalink
Fixed headers for new test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Tolstoy committed Aug 29, 2015
1 parent b291172 commit 9821069
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 32 deletions.
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithBothMethodsMock.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithBothMethodsMock.h
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import <Foundation/Foundation.h>

Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithBothMethodsMock.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithBothMethodsMock.m
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import "TyphoonAppDelegateWithBothMethodsMock.h"
#import "MiddleAgesAssembly.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithInitialAssembliesMock.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithInitialAssembliesMock.h
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import <Foundation/Foundation.h>

Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithInitialAssembliesMock.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithInitialAssembliesMock.m
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import "TyphoonAppDelegateWithInitialAssembliesMock.h"
#import "MiddleAgesAssembly.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithInitialFactoryMock.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithInitialFactoryMock.h
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import <Foundation/Foundation.h>

Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonAppDelegateWithInitialFactoryMock.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonAppDelegateWithInitialFactoryMock.m
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 30/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import "TyphoonAppDelegateWithInitialFactoryMock.h"
#import "MiddleAgesAssembly.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonStartupTests.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonStartupTests.m
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 29/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import <XCTest/XCTest.h>
#import "TyphoonStartup_Testable.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Startup/TyphoonStartup_Testable.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonStartup_Testable.h
// Typhoon
// TYPHOON FRAMEWORK
// Copyright 2013, Typhoon Framework Contributors
// All Rights Reserved.
//
// Created by Egor Tolstoy on 29/08/15.
// Copyright © 2015 typhoonframework.org. All rights reserved.
// NOTICE: The authors permit you to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////

#import "TyphoonStartup.h"

Expand Down

0 comments on commit 9821069

Please sign in to comment.