Skip to content

Commit 1d3fb56

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 0426b05 commit 1d3fb56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.licenses/npm/function-bind.dep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ licenses:
2929
THE SOFTWARE.
3030
3131
notices: []
32+
...

.licenses/npm/inherits.dep.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ licenses:
2525
PERFORMANCE OF THIS SOFTWARE.
2626
2727
notices: []
28+
...

0 commit comments

Comments
 (0)