Use REUSE to specify licensing info
This commit is contained in:
parent
3f6682c9b2
commit
2d647094f7
326 changed files with 1255 additions and 936 deletions
4
.husky/.gitignore
vendored
4
.husky/.gitignore
vendored
|
@ -1 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
_
|
||||
|
|
|
@ -1,4 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Johannes Loher
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
yarn run lint-staged
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue