We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60537d1 commit 03ea059Copy full SHA for 03ea059
Taskfile.dist.yml
@@ -15,7 +15,7 @@ tasks:
15
git ls-files |
16
grep -Ev "(^|/)(libs|sketch-libraries|assets)/|THIRD-PARTY-LICENSES.json|\.(md|txt|yml|yaml|toml|gitignore|gitmodules)$" |
17
sed 's/ /\\ /g' |
18
- xargs reuse annotate -r --skip-unrecognized --copyright-prefix 'spdx-string-c' --copyright 'ARDUINO SRL (http://www.arduino.cc)' --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'
19
- reuse download --all
20
- |
21
licenses_dir="LICENSES"
0 commit comments