-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add required copyright headers to files missing it (#1625)
- Loading branch information
Showing
26 changed files
with
43 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
# Dockerfile for development of vpdq. | ||
|
||
FROM ubuntu:24.04 | ||
|
2 changes: 2 additions & 0 deletions
2
hasher-matcher-actioner/src/OpenMediaMatch/blueprints/curation.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
import re | ||
import typing as t | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
import logging | ||
from logging.config import fileConfig | ||
|
||
|
2 changes: 2 additions & 0 deletions
2
hasher-matcher-actioner/src/OpenMediaMatch/migrations/script.py.mako
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
"""${message} | ||
|
||
Revision ID: ${up_revision} | ||
|
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/bootstrap.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{# Copyright (c) Meta Platforms, Inc. and affiliates. #} | ||
<!doctype html> | ||
<html lang="en"> | ||
|
||
|
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/add_to_bank_form.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/banks_grid.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/content_signal.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...er-matcher-actioner/src/OpenMediaMatch/templates/components/create_exchange_modal.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/dev_mode_bar.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/exchange_status.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{# Copyright (c) Meta Platforms, Inc. and affiliates. #} | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
|
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/index_status.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{# Copyright (c) Meta Platforms, Inc. and affiliates. #} | ||
<h3>Index Status</h3> | ||
<table class="table"> | ||
<thead> | ||
|
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/match_dbg_upload.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/match_form.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/components/nav_bar.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/banks.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/exchanges.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/home.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
hasher-matcher-actioner/src/OpenMediaMatch/templates/pages/match_dbg.html.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
import typing as t | ||
|
||
from flask.testing import FlaskClient | ||
|
2 changes: 2 additions & 0 deletions
2
hasher-matcher-actioner/src/OpenMediaMatch/tests/test_database.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
import os | ||
import pytest | ||
import typing as t | ||
|
2 changes: 2 additions & 0 deletions
2
hasher-matcher-actioner/src/OpenMediaMatch/utils/formatters.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Copyright (c) Meta Platforms, Inc. and affiliates. | ||
|
||
from pythonjsonlogger import jsonlogger | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters