Skip to content

Commit

Permalink
Adding copyright header (#144)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #144

Adding copyright header

Reviewed By: d4l3k

Differential Revision: D39105437

fbshipit-source-id: 6eeace4b3c1dfd3d59d2a956ee6bf041d22f14f5
  • Loading branch information
kurman authored and facebook-github-bot committed Aug 30, 2022
1 parent 3522995 commit 6621626
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/runtime_debugger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env python3
# Copyright (c) Meta Platforms, Inc. and affiliates.
# 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.

import lldb # type: ignore[import]

# load into lldb instance with:
Expand Down

0 comments on commit 6621626

Please sign in to comment.