From b04468ca781b3a58ca80f2e1019547591e9e28cb Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Fri, 15 Aug 2025 16:14:13 -0700 Subject: [PATCH] fix --- scripts/github/schedule-record-workflow.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/github/schedule-record-workflow.sh b/scripts/github/schedule-record-workflow.sh index b674fd203..969f01e8b 100755 --- a/scripts/github/schedule-record-workflow.sh +++ b/scripts/github/schedule-record-workflow.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) Meta Platforms, Inc. and affiliates. +# All rights reserved. +# +# This source code is licensed under the terms described in the LICENSE file in +# the root directory of this source tree. + # Script to easily trigger the integration test recording workflow # Usage: ./scripts/github/schedule-record-workflow.sh [options]