Skip to content

Commit a4cf5ad

Browse files
committed
run-test-FOO.sh: add copyright banner
1 parent df18654 commit a4cf5ad

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

Diff for: run-test-cabal.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# Programming Language Technology (Chalmers DAT151 / GU DIT231)
4+
# (C) 2022-24 Andreas Abel
5+
# All rights reserved.
6+
37
if [ "$1" == "" -o "$1" == "-h" -o "$1" == "--help" ]; then
48
echo "PLT lab 3 testsuite runner"
59
echo "usage: $0 [OPTIONS] DIRECTORY"

Diff for: run-test-ghc.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# Programming Language Technology (Chalmers DAT151 / GU DIT231)
4+
# (C) 2022-24 Andreas Abel
5+
# All rights reserved.
6+
37
if [ "$1" == "" -o "$1" == "-h" -o "$1" == "--help" ]; then
48
echo "PLT lab 3 testsuite runner"
59
echo "usage: $0 [OPTIONS] DIRECTORY"

Diff for: run-test-stack.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env sh
22

3+
# Programming Language Technology (Chalmers DAT151 / GU DIT231)
4+
# (C) 2022-24 Andreas Abel
5+
# All rights reserved.
6+
37
if [ "$1" == "" -o "$1" == "-h" -o "$1" == "--help" ]; then
48
echo "PLT lab 3 testsuite runner"
59
echo "usage: $0 [OPTIONS] DIRECTORY"

0 commit comments

Comments
 (0)