From 7a7be6e113ce0690bc929786da8f1f42d9b2af02 Mon Sep 17 00:00:00 2001 From: Steven Troxler Date: Tue, 10 Dec 2024 07:54:22 -0800 Subject: [PATCH] Add missing license header (#988) Summary: This was flagged by the linter in an unrelated diff Reviewed By: dluo Differential Revision: D66995586 --- torchx/schedulers/aws_sagemaker_scheduler.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/torchx/schedulers/aws_sagemaker_scheduler.py b/torchx/schedulers/aws_sagemaker_scheduler.py index 28991249d..a8f190943 100644 --- a/torchx/schedulers/aws_sagemaker_scheduler.py +++ b/torchx/schedulers/aws_sagemaker_scheduler.py @@ -1,4 +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 getpass import os