Skip to content

Commit

Permalink
Add SPDX-License-Identifier, see #1
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Jul 25, 2020
1 parent 58ba5f5 commit cfce105
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: BSD-3-Clause
PREFIX=/usr
EPREFIX=
BINDIR=$(PREFIX)/bin
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

(C) Martin Väth <martin@mvath.de>
This project is under the BSD license 2.0 (“3-clause BSD license”).
SPDX-License-Identifier: BSD-3-Clause

A POSIX shell function to treat a variable like an array, quoting args.

Expand Down
1 change: 1 addition & 0 deletions bin/push.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env cat
# (C) Martin V\"ath <martin@mvath.de>
# SPDX-License-Identifier: BSD-3-Clause

Push() {
case $1 in
Expand Down

0 comments on commit cfce105

Please sign in to comment.