mirror of https://github.com/Nheko-Reborn/nheko
parent
e3803ceb9a
commit
a6f0d2ea7d
@ -0,0 +1,14 @@ |
||||
#!/usr/bin/env sh |
||||
|
||||
# Runs the license update |
||||
# Return codes: |
||||
# - 1 there are files to be formatted |
||||
# - 0 everything looks fine |
||||
|
||||
set -eu |
||||
|
||||
FILES=$(find src resources/qml -type f \( -iname "*.cpp" -o -iname "*.h" -o -iname "*.qml" \)) |
||||
|
||||
reuse addheader --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES |
||||
|
||||
git diff --exit-code |
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue