diff --git a/src/forge/cli/config.py b/src/forge/cli/config.py index 918823ab6..35eb13d9b 100644 --- a/src/forge/cli/config.py +++ b/src/forge/cli/config.py @@ -1,3 +1,9 @@ +# 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 argparse import functools import sys diff --git a/src/forge/data/rewards.py b/src/forge/data/rewards.py index 72973ae95..644c69d1b 100644 --- a/src/forge/data/rewards.py +++ b/src/forge/data/rewards.py @@ -1,3 +1,9 @@ +# 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 re from typing import Optional