Skip to content

Commit 6621626

Browse files
kurmanfacebook-github-bot
authored andcommitted
Adding copyright header (#144)
Summary: Pull Request resolved: #144 Adding copyright header Reviewed By: d4l3k Differential Revision: D39105437 fbshipit-source-id: 6eeace4b3c1dfd3d59d2a956ee6bf041d22f14f5
1 parent 3522995 commit 6621626

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/runtime_debugger.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
7+
18
import lldb # type: ignore[import]
29

310
# load into lldb instance with:

0 commit comments

Comments
 (0)