Skip to content

Commit

Permalink
corrected source file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Sundin committed Sep 8, 2013
1 parent 1522dfc commit e1bb3b9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonParameterInjectedAsCollection.m
// Static Library
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// All Rights Reserved.
//
// Created by Erik Sundin on 8/31/13.
// Copyright (c) 2013 Jasper Blues. 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 "TyphoonParameterInjectedAsCollection.h"

Expand Down
11 changes: 7 additions & 4 deletions Tests/Factory/Block/InfrastructureComponentsAssembly.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// InfrastructureComponentsAssembly.h
// Tests
//
// Created by Erik Sundin on 9/7/13.
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// 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 "TyphoonAssembly.h"

Expand Down
11 changes: 7 additions & 4 deletions Tests/Factory/Block/InfrastructureComponentsAssembly.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// InfrastructureComponentsAssembly.m
// Tests
//
// Created by Erik Sundin on 9/7/13.
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// 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 "InfrastructureComponentsAssembly.h"
#import "Typhoon.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Factory/Config/TyphoonComponentFactoryPostProcessorMock.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonComponentFactoryPostProcessorMock.h
// Tests
//
// Created by Erik Sundin on 9/8/13.
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// 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>
#import "TyphoonComponentFactoryPostProcessor.h"
Expand Down
11 changes: 7 additions & 4 deletions Tests/Factory/Config/TyphoonComponentFactoryPostProcessorMock.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
////////////////////////////////////////////////////////////////////////////////
//
// TyphoonComponentFactoryPostProcessorMock.m
// Tests
//
// Created by Erik Sundin on 9/8/13.
// TYPHOON FRAMEWORK
// Copyright 2013, Jasper Blues & Contributors
// 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 "TyphoonComponentFactoryPostProcessorMock.h"

Expand Down

0 comments on commit e1bb3b9

Please sign in to comment.