Skip to content

Commit

Permalink
more license files
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrady-tt committed Jan 30, 2025
1 parent 3344e3c commit 8852245
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build-noc-model.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
ROOT=$(git rev-parse --show-toplevel)
BUILD_DIR=${ROOT}/build/

Expand Down
2 changes: 2 additions & 0 deletions create_venv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
set -eo pipefail

# Allow overriding Python command via environment variable
Expand Down
2 changes: 2 additions & 0 deletions create_venv_uv.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/bash
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: © 2025 Tenstorrent AI ULC
set -eo pipefail

# allow overriding python command via environment variable
Expand Down

0 comments on commit 8852245

Please sign in to comment.