Skip to content

Commit

Permalink
Add missing copyright headers (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Bodnar committed Oct 29, 2020
1 parent 93808e5 commit db38120
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytx3/pytx3/hashing/pdq_faiss_matcher.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

import typing as t
import faiss # type: ignore
import binascii
Expand Down
2 changes: 2 additions & 0 deletions pytx3/tests/hashing/test_pdq_faiss_matcher.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

import unittest
import binascii

Expand Down
2 changes: 2 additions & 0 deletions pytx3/tests/test_common.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved

import unittest

import pytx3.common
Expand Down

0 comments on commit db38120

Please sign in to comment.