Updating dual-license language (#324)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/expect -f
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
# This source code is dual-licensed under either the MIT license found in the
|
||||
# LICENSE-MIT file in the root directory of this source tree or the Apache
|
||||
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
|
||||
# of this source tree. You may select, at your option, one of the above-listed licenses.
|
||||
|
||||
set timeout 1
|
||||
spawn cargo run --example digital_locker
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
#!/bin/expect -f
|
||||
# Copyright (c) Facebook, Inc. and its affiliates.
|
||||
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
#
|
||||
# This source code is licensed under the MIT license found in the
|
||||
# LICENSE file in the root directory of this source tree.
|
||||
# This source code is dual-licensed under either the MIT license found in the
|
||||
# LICENSE-MIT file in the root directory of this source tree or the Apache
|
||||
# License, Version 2.0 found in the LICENSE-APACHE file in the root directory
|
||||
# of this source tree. You may select, at your option, one of the above-listed licenses.
|
||||
|
||||
set timeout 1
|
||||
spawn cargo run --example simple_login
|
||||
|
||||
Reference in New Issue
Block a user