Skip to content

Commit bfab101

Browse files
committed
Add generated YAML document end markers to dependency license metadata cache
The dependency license metadata is generated by the "Licensed" tool. The version of the tool now in use adds YAML document end markers to some metadata files, which were not present in the files generated by the tool at the time the cache was established. I don't know why it adds these markers to only some of the metadata files, but they are valid (though optional so the files without are also correct) and machine generated content is used as-is. The metadata files are hereby updated to use the format produced by the version of the "Licensed" tool currently in use.
1 parent 0fae57e commit bfab101

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.licenses/arduino-create-agent/go/github.com/blang/semver.dep.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ licenses:
3333
- sources: README.md
3434
text: See [LICENSE](LICENSE) file.
3535
notices: []
36+
...

.licenses/arduino-create-agent/go/github.com/creack/goselect.dep.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ licenses:
3333
- sources: README.md
3434
text: Released under the [MIT license](LICENSE).
3535
notices: []
36+
...

0 commit comments

Comments
 (0)