Skip to content

Commit a43bff5

Browse files
committed
fix taskfile
1 parent 83e6837 commit a43bff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Taskfile.dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ tasks:
8686
git ls-files |
8787
grep -Ev "(^|/)(docs|examples-internal|tools)/|\.(md|txt|json|yml|yaml|toml|gitignore|gitmodules|in|ini|eim)$" |
8888
sed 's/ /\\ /g' |
89-
xargs reuse annotate -r --skip-unrecognized --copyright-prefix 'spdx-string-c' --copyright 'ARDUINO SA <http://www.arduino.cc>' --year '2025' --license 'MPL-2.0'
89+
xargs reuse annotate -r --skip-unrecognized --copyright-prefix 'spdx-string-c' --copyright 'ARDUINO SRL (http://www.arduino.cc)' --exclude-year --license 'MPL-2.0'
9090
- reuse download --all
9191
- |
9292
licenses_dir="LICENSES"

0 commit comments

Comments
 (0)