From 10507b5c59ee6d8fe6eeaa6e364d083d57a61898 Mon Sep 17 00:00:00 2001 From: joecummings Date: Wed, 27 Aug 2025 18:19:55 -0700 Subject: [PATCH] Add missing licenses --- src/forge/cli/config.py | 6 ++++++ src/forge/data/rewards.py | 6 ++++++ 2 files changed, 12 insertions(+) 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