diff options
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/licenses.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/licenses.sh b/.ci/licenses.sh index cdcd305f..4265c2a5 100755 --- a/.ci/licenses.sh +++ b/.ci/licenses.sh @@ -9,6 +9,6 @@ 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 +reuse annotate --exclude-year --copyright="Nheko Contributors" --license="GPL-3.0-or-later" $FILES git diff --exit-code |