From f8c976d6598540771444c6c7eca2a4a07c9bef5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Tue, 17 Nov 2020 14:58:59 -0500 Subject: [PATCH] add copyright stanza to expect script --- scripts/simple_login.exp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/simple_login.exp b/scripts/simple_login.exp index 9abb3ab..c112a62 100755 --- a/scripts/simple_login.exp +++ b/scripts/simple_login.exp @@ -1,4 +1,8 @@ #!/bin/expect -f +# 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 timeout 1 spawn cargo run --example simple_login