From 4f181cc2eac441ed71eee44b16acd0582895c4bf Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 4 Sep 2019 10:46:31 -0700 Subject: [PATCH] Fix header Summary: Getting a shipit violation for the missing header. Reviewed By: danielbuechele Differential Revision: D17184585 fbshipit-source-id: 1e88c1adec1f1500e16ddd8a461fb11bf1ea86e6 --- scripts/run-headless-tests.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/run-headless-tests.sh b/scripts/run-headless-tests.sh index d04b2ffd7..fa082a8cb 100755 --- a/scripts/run-headless-tests.sh +++ b/scripts/run-headless-tests.sh @@ -1,4 +1,8 @@ #!/bin/bash +# Copyright (c) Facebook, Inc. and its affiliates. +# +# This source code is licensed under the MIT license found in the LICENSE file +# in the root directory of this source tree. set -xeuo pipefail