Skip to content

Commit 9b6b6d4

Browse files
Re-sync with internal repository
The internal and external repositories are out of sync. This Pull Request attempts to brings them back in sync by patching the GitHub repository. Please carefully review this patch. You must disable ShipIt for your project in order to merge this pull request. DO NOT IMPORT this pull request. Instead, merge it directly on GitHub using the MERGE BUTTON. Re-enable ShipIt after merging. fbshipit-source-id: 49abb993a55475b829c26ed641fa572739dd27f2
1 parent f37858a commit 9b6b6d4

413 files changed

Lines changed: 7693 additions & 551 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

taac/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
12
# pyre-unsafe
23
import functools
34
import json

taac/custom_test_handlers/base_custom_test_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
12
# pyre-unsafe
23
import typing as t
34

taac/custom_test_handlers/fpf_hardening_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
# pyre-unsafe
44

taac/custom_test_handlers/patcher_cleanup_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary.
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
22

33
# pyre-unsafe
44
import asyncio

taac/custom_test_handlers/registry.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright (c) Meta Platforms, Inc. and affiliates.
12
# pyre-unsafe
23
import typing as t
34

taac/driver/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
23

34
# pyre-unsafe

taac/driver/abstract_switch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
23

34
# pyre-unsafe
45

taac/driver/driver_constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
23

34
# pyre-unsafe
45

taac/driver/drivers_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
23

34
# pyre-unsafe
45

taac/driver/fboss_switch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
23

34
# pyre-unsafe
45
import asyncio

0 commit comments

Comments
 (0)