Updating dual-license language (#324)

This commit is contained in:
Kevin Lewi
2023-05-22 23:04:26 -07:00
committed by GitHub
parent 98b42d609f
commit a88373722e
34 changed files with 162 additions and 136 deletions
+6 -3
View File
@@ -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
+6 -3
View File
@@ -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