Skip to content

Commit

Permalink
fb header in test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nystrom committed Feb 2, 2017
1 parent b99ddb2 commit 7059463
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 7 deletions.
2 changes: 1 addition & 1 deletion IGListKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@
88144EE31D870EDC007C7F66 /* IGListAdapterTests.m */,
88144EE41D870EDC007C7F66 /* IGListAdapterUpdaterTests.m */,
88144EE51D870EDC007C7F66 /* IGListBatchUpdateDataTests.m */,
298DDA231E3B15EE00F76F50 /* IGListCollectionViewLayoutTests.m */,
1F0A68C41DF8D5B9009E8ADE /* IGListCollectionViewTests.m */,
294AC6311DDE4C19002FCE5D /* IGListDiffResultTests.m */,
88144EE61D870EDC007C7F66 /* IGListDiffSwiftTests.swift */,
Expand All @@ -740,7 +741,6 @@
88144EED1D870EDC007C7F66 /* IGListSingleSectionControllerTests.m */,
821BC4BE1DB8C95300172ED0 /* IGListSingleStoryboardItemControllerTests.m */,
88144EEE1D870EDC007C7F66 /* IGListStackSectionControllerTests.m */,
298DDA231E3B15EE00F76F50 /* IGListCollectionViewLayoutTests.m */,
88144EEF1D870EDC007C7F66 /* IGListWorkingRangeHandlerTests.m */,
2997D4961DF5FC0B005A5DD2 /* IGReloadDataUpdaterTests.m */,
887D0B571D870E1E009E01F7 /* Info.plist */,
Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestDataSource.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <UIKit/UIKit.h>

Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestDataSource.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import "IGLayoutTestDataSource.h"

Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestItem.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <UIKit/UIKit.h>

Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestItem.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import "IGLayoutTestItem.h"

Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestSection.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import <UIKit/UIKit.h>

Expand Down
9 changes: 8 additions & 1 deletion Tests/Objects/IGLayoutTestSection.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
// Copyright 2004-present Facebook. All Rights Reserved.
/**
* Copyright (c) 2016-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/

#import "IGLayoutTestSection.h"

Expand Down

0 comments on commit 7059463

Please sign in to comment.