diff --git a/pearl/utils/functional_utils/requests_get.py b/pearl/utils/functional_utils/requests_get.py index 124c0d2a..d1c2d009 100644 --- a/pearl/utils/functional_utils/requests_get.py +++ b/pearl/utils/functional_utils/requests_get.py @@ -1,4 +1,10 @@ # pyre-strict +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the MIT license found in the +# LICENSE file in the root directory of this source tree. + import requests