Skip to content

Commit 521452f

Browse files
committed
chore: spdx license identifier for bash scripts
Signed-off-by: Dario Tranchitella <dario@tranchitella.eu>
1 parent 1f92b4b commit 521452f

6 files changed

Lines changed: 18 additions & 0 deletions

File tree

scripts/backup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Enable debugging, exit on errors, and ensure the script fails if any command in a pipeline fails
47
if [ "${DEBUG}" = 1 ]; then
58
set -x

scripts/certs-renew.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Enable debugging, exit on errors, and ensure the script fails if any command in a pipeline fails
47
if [ "${DEBUG}" = 1 ]; then
58
set -x

scripts/defrag.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Enable debugging, exit on errors, and ensure the script fails if any command in a pipeline fails
47
if [ "${DEBUG}" = 1 ]; then
58
set -x

scripts/etcd-client.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Script to create an etcd pod for inspecting the etcd cluster
47

58
# Default values

scripts/restore.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Enable debugging, exit on errors, and ensure the script fails if any command in a pipeline fails
47
if [ "${DEBUG}" = 1 ]; then
58
set -x

scripts/schedule.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/bash
22

3+
# Copyright 2025 Clastix Labs
4+
# SPDX-License-Identifier: Apache-2.0
5+
36
# Enable debugging, exit on errors, and ensure the script fails if any command in a pipeline fails
47
if [ "${DEBUG}" = 1 ]; then
58
set -x

0 commit comments

Comments
 (0)