Add Copyright/License notice to test files

This commit is contained in:
project-repo 2023-02-14 21:58:29 +01:00
commit 439385750d
10 changed files with 20 additions and 0 deletions

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
testdir=$(mktemp -d)

View file

@ -1,4 +1,6 @@
#! /bin/sh
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
RESULT=0

View file

@ -1,4 +1,6 @@
#! /bin/sh
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
RESULT=0

View file

@ -1,4 +1,6 @@
#! /bin/sh
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
readonly declared_deps="${@}"
readonly deps="${declared_deps}"

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
testdir=$(mktemp -d)
mkdir "${testdir}/cagebreak"

View file

@ -1,4 +1,6 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
RESULT=0

View file

@ -1,2 +1,4 @@
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
exec (echo "SUCCESS" > CONFIGPATH )
quit

View file

@ -1,2 +1,4 @@
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
exec (echo $CAGEBREAK_SOCKET > CONFIGPATH)
quit

View file

@ -1,2 +1,4 @@
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
exec (echo "SUCCESS" > CONFIGPATH )
quit

View file

@ -1,3 +1,5 @@
#!/bin/bash
# Copyright 2023, project-repo and the cagebreak contributors
# SPDX-License-Identifier: MIT
scan-build --status-bugs "$@"