From 5c2db0eb9aa7e23c9bea749c590f31d9aadd57a3 Mon Sep 17 00:00:00 2001 From: tonykao8080 <36019416+tonykao8080@users.noreply.github.com> Date: Tue, 10 Dec 2024 11:19:58 -0500 Subject: [PATCH] Add missing license header Differential Revision: D66995586 Pull Request resolved: https://github.com/pytorch/torchx/pull/988 --- 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