Skip to content

Commit 70e0b95

Browse files
jvansch1meta-codesync[bot]
authored andcommitted
Fix missing license warnings.
Summary: The original PR was missing this license in several new files. Stack this on top to fix the lint issues. Reviewed By: kinto0 Differential Revision: D94951779 fbshipit-source-id: 20ef605327d50b65084004ac224424eb253898c3
1 parent 32a5413 commit 70e0b95

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under the MIT license found in the
4+
# LICENSE file in the root directory of this source tree.
5+
16
import target
27

38
target.target()
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under the MIT license found in the
4+
# LICENSE file in the root directory of this source tree.
5+
6+
17
def target():
28
return 1
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
2+
#
3+
# This source code is licensed under the MIT license found in the
4+
# LICENSE file in the root directory of this source tree.
5+
6+
17
def foo():
28
return 1

0 commit comments

Comments
 (0)