Skip to content

Commit

Permalink
add license header to file created in prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpercent committed Feb 28, 2024
1 parent 57d7e96 commit 14c831e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_splitk_reference.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Copyright (c) Facebook, Inc. and its affiliates. All rights reserved.
#
# This source code is licensed under the BSD license found in the
# LICENSE file in the root directory of this source tree.

from typing import Optional, Tuple

import pytest
Expand Down

0 comments on commit 14c831e

Please sign in to comment.