Skip to content

Commit ba2fefb

Browse files
jajanuszlgirdwood
authored andcommitted
license: use spdx identifier in shell scripts
Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>
1 parent e99bae6 commit ba2fefb

59 files changed

Lines changed: 125 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/build-tools.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
# fail immediately on any errors
46
set -e

scripts/docker-qemu.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
# Runs a given script in the docker container you can generate from the
46
# docker_build directory.

scripts/docker-run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
# Runs a given script in the docker container you can generate from the
46
# docker_build directory.

scripts/docker_build/sof_builder/docker-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
4+
25
if [ -f "/etc/apt/apt.conf" ]; then
36
cp /etc/apt/apt.conf ./
47
else

scripts/docker_build/sof_qemu/docker-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
4+
25
if [ -f "/etc/apt/apt.conf" ]; then
36
cp /etc/apt/apt.conf ./
47
else

scripts/host-build-all.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
# fail on any errors
46
set -e

scripts/host-testbench.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
#build host library
46
sudo ./scripts/host-build-all.sh

scripts/qemu-check.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
SUPPORTED_PLATFORMS=(byt cht bdw hsw apl icl skl kbl cnl)
46
READY_MSG="6c 00 00 00 00 00 00 70"

scripts/sof-post-commit-hook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/sh
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
set -e
46
exec git show --format=email HEAD | ./scripts/checkpatch.pl --no-tree --strict --codespell

scripts/sof-pre-commit-hook.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
# SPDX-License-Identifier: BSD-3-Clause
3+
# Copyright(c) 2018 Intel Corporation. All rights reserved.
24

35
exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
46

0 commit comments

Comments
 (0)