Skip to content

Commit 87a5f10

Browse files
authored
Added license to Wasm example scripts (#12604)
### Summary Added the license header to the bash scripts added in #12303. ### Test plan N/A
1 parent c75e37a commit 87a5f10

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.ci/scripts/setup-emscripten.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/bin/bash
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
17

28
set -ex
39

examples/wasm/test_build_wasm.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#!/bin/bash
2+
# Copyright (c) Meta Platforms, Inc. and affiliates.
3+
# All rights reserved.
4+
#
5+
# This source code is licensed under the BSD-style license found in the
6+
# LICENSE file in the root directory of this source tree.
17

28
set -e
39

0 commit comments

Comments
 (0)