add copyright stanza to expect script
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
#!/bin/expect -f
|
#!/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
|
set timeout 1
|
||||||
spawn cargo run --example simple_login
|
spawn cargo run --example simple_login
|
||||||
|
|||||||
Reference in New Issue
Block a user