summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-02-21 23:48:49 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-02-21 23:48:49 +0100
commit96f791daf1ab25c8b62e798d14e3d65da25fa772 (patch)
tree879fa094f777e8cba9ebb6fa864f60074a34a96e /.ci
parentFix newlines in status messages (diff)
downloadnheko-96f791daf1ab25c8b62e798d14e3d65da25fa772.tar.xz
Get rid of year in license headers
See also:
https://daniel.haxx.se/blog/2023/01/08/copyright-without-years/
https://hynek.me/til/copyright-years/
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/licenses.sh2
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