Skip to content

Commit

Permalink
add licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard committed Nov 21, 2024
1 parent f9b28f2 commit bcabec4
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/code_coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright 2024 The Tari Project
# SPDX-License-Identifier: BSD-3-Clause

set -e

# Get member source directory and name from command line arguments
Expand Down
3 changes: 3 additions & 0 deletions scripts/cross_compile_ubuntu_18-pre-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright 2024 The Tari Project
# SPDX-License-Identifier: BSD-3-Clause

#
# Single script for Ubuntu 18.04 package setup, mostly used for cross-compiling
#
Expand Down
3 changes: 3 additions & 0 deletions scripts/file_license_check.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# Copyright 2024 The Tari Project
# SPDX-License-Identifier: BSD-3-Clause

#
# Must be run from the repo root
#
Expand Down
3 changes: 3 additions & 0 deletions scripts/install_ubuntu_dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright 2024 The Tari Project
# SPDX-License-Identifier: BSD-3-Clause

apt-get install --no-install-recommends --assume-yes \
apt-transport-https \
ca-certificates \
Expand Down
3 changes: 3 additions & 0 deletions scripts/sign-hashes.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# Copyright 2024 The Tari Project
# SPDX-License-Identifier: BSD-3-Clause

set -e

HASHES_PATH=meta/hashes.txt
Expand Down

0 comments on commit bcabec4

Please sign in to comment.