We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e6837 commit a43bff5Copy full SHA for a43bff5
1 file changed
Taskfile.dist.yml
@@ -86,7 +86,7 @@ tasks:
86
git ls-files |
87
grep -Ev "(^|/)(docs|examples-internal|tools)/|\.(md|txt|json|yml|yaml|toml|gitignore|gitmodules|in|ini|eim)$" |
88
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'
+ xargs reuse annotate -r --skip-unrecognized --copyright-prefix 'spdx-string-c' --copyright 'ARDUINO SRL (http://www.arduino.cc)' --exclude-year --license 'MPL-2.0'
90
- reuse download --all
91
- |
92
licenses_dir="LICENSES"
0 commit comments