Skip to content

Commit

Permalink
add missing SPDX license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrargyrum committed Oct 6, 2023
1 parent 211507e commit 4b08f50
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions boxuni/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions crc/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions csv2table/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions group-lines/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions hexgen/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions ini2json/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions json2csv/json2csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env python3
# SPDX-License-Identifier: WTFPL

"""
Usage:
Expand Down
1 change: 1 addition & 0 deletions json2csv/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env pytest
# SPDX-License-Identifier: WTFPL

import os
import subprocess
Expand Down
1 change: 1 addition & 0 deletions no-utf8-bom/no-utf8-bom
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sed -f
# SPDX-License-Identifier: WTFPL

1s/^\xef\xbb\xbf//
1 change: 1 addition & 0 deletions no-utf8-bom/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL

cd "$(dirname "$0")"

Expand Down
1 change: 1 addition & 0 deletions sort-with-numbers/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions toml2json/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL
# shellcheck enable=

cd "$(dirname "$0")"
Expand Down
1 change: 1 addition & 0 deletions trim-trailing-whitespace/test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -eu
# SPDX-License-Identifier: WTFPL

cd "$(dirname "$0")"

Expand Down
1 change: 1 addition & 0 deletions zlib-uncompress/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env pytest
# SPDX-License-Identifier: WTFPL

import os
import subprocess
Expand Down

0 comments on commit 4b08f50

Please sign in to comment.