Skip to content

Commit c857e80

Browse files
hannahmbananaappleguy
authored andcommitted
Clean up header comments (for consistent Facebook licensing info) (facebookarchive#1741)
[Licensing] Clean up header comments (for consistent Facebook licensing info)
1 parent c211c76 commit c857e80

582 files changed

Lines changed: 6496 additions & 3683 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AsyncDisplayKit/ASButtonNode.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASButtonNode.h
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import <AsyncDisplayKit/ASTextNode.h>
1012
#import <AsyncDisplayKit/ASImageNode.h>

AsyncDisplayKit/ASButtonNode.mm

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASButtonNode.mm
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import "ASButtonNode.h"
1012
#import "ASStackLayoutSpec.h"

AsyncDisplayKit/ASCellNode+Internal.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
//
22
// ASCellNode+Internal.h
3-
// Pods
3+
// AsyncDisplayKit
44
//
55
// Created by Max Gu on 2/19/16.
66
//
7+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
8+
// This source code is licensed under the BSD-style license found in the
9+
// LICENSE file in the root directory of this source tree. An additional grant
10+
// of patent rights can be found in the PATENTS file in the same directory.
711
//
812

913
#import "ASCellNode.h"

AsyncDisplayKit/ASCellNode.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASCellNode.h
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import <AsyncDisplayKit/ASDisplayNode.h>
1012

AsyncDisplayKit/ASCellNode.mm

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASCellNode.mm
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import "ASCellNode+Internal.h"
1012

AsyncDisplayKit/ASCollectionNode+Beta.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASCollectionNode+Beta.h
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import "ASCollectionNode.h"
1012
@protocol ASCollectionViewLayoutFacilitatorProtocol;

AsyncDisplayKit/ASCollectionNode.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
// AsyncDisplayKit
44
//
55
// Created by Scott Goodson on 9/5/15.
6-
// Copyright (c) 2015 Facebook. All rights reserved.
6+
//
7+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
8+
// This source code is licensed under the BSD-style license found in the
9+
// LICENSE file in the root directory of this source tree. An additional grant
10+
// of patent rights can be found in the PATENTS file in the same directory.
711
//
812

913
#import <AsyncDisplayKit/ASCollectionView.h>

AsyncDisplayKit/ASCollectionNode.mm

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
//
2-
// ASCollectionNode.m
2+
// ASCollectionNode.mm
33
// AsyncDisplayKit
44
//
55
// Created by Scott Goodson on 9/5/15.
6-
// Copyright (c) 2015 Facebook. All rights reserved.
6+
//
7+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
8+
// This source code is licensed under the BSD-style license found in the
9+
// LICENSE file in the root directory of this source tree. An additional grant
10+
// of patent rights can be found in the PATENTS file in the same directory.
711
//
812

913
#import "ASCollectionNode.h"

AsyncDisplayKit/ASCollectionView.h

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASCollectionView.h
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import <UIKit/UIKit.h>
1012

AsyncDisplayKit/ASCollectionView.mm

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
/* Copyright (c) 2014-present, Facebook, Inc.
2-
* All rights reserved.
3-
*
4-
* This source code is licensed under the BSD-style license found in the
5-
* LICENSE file in the root directory of this source tree. An additional grant
6-
* of patent rights can be found in the PATENTS file in the same directory.
7-
*/
1+
//
2+
// ASCollectionView.mm
3+
// AsyncDisplayKit
4+
//
5+
// Copyright (c) 2014-present, Facebook, Inc. All rights reserved.
6+
// This source code is licensed under the BSD-style license found in the
7+
// LICENSE file in the root directory of this source tree. An additional grant
8+
// of patent rights can be found in the PATENTS file in the same directory.
9+
//
810

911
#import "ASAssert.h"
1012
#import "ASBatchFetching.h"

0 commit comments

Comments
 (0)