From 93ee1de445710cf9673dd47147720fac6717d178 Mon Sep 17 00:00:00 2001 From: David Bernadett Date: Thu, 18 Aug 2022 11:52:51 -0700 Subject: [PATCH] adding liscences --- scripts/performance-benchmark/run.sh | 3 +++ scripts/performance-benchmark/setup.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/performance-benchmark/run.sh b/scripts/performance-benchmark/run.sh index 8094134d..dd3a24bb 100755 --- a/scripts/performance-benchmark/run.sh +++ b/scripts/performance-benchmark/run.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright 2022 Twitter, Inc. +# SPDX-License-Identifier: Apache-2.0 + set -euxo pipefail #Allow script to be run from anywhere diff --git a/scripts/performance-benchmark/setup.sh b/scripts/performance-benchmark/setup.sh index 0b53f958..23d4057b 100755 --- a/scripts/performance-benchmark/setup.sh +++ b/scripts/performance-benchmark/setup.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# Copyright 2022 Twitter, Inc. +# SPDX-License-Identifier: Apache-2.0 + set -euxo pipefail # Allow script to be run from anywhere