From 0426b05eea280dfa424d5bb642d0d7767b675750 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 2 Mar 2025 07:54:49 -0800 Subject: [PATCH 1/2] Remove trailing space from dependency license metadata The dependency license metadata is generated by the "Licensed" tool. Previous versions of this tool added a trailing space on the `summary` key. Although trailing whitespace in human produced content is not permitted, machine generated content is used as-is, and so these trailing spaces were left in the metadata files. It seems that the defect in the "Licensed" tool that caused the trailing space was fixed in a recent version because it is now absent in the metadata files produced by the tool. The metadata files are hereby updated to use the format of the version of the "Licensed" tool currently in use. --- .licenses/npm/inherits.dep.yml | 2 +- .licenses/npm/semver-6.3.0.dep.yml | 2 +- .licenses/npm/semver-7.7.1.dep.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.licenses/npm/inherits.dep.yml b/.licenses/npm/inherits.dep.yml index de06eff9..19546179 100644 --- a/.licenses/npm/inherits.dep.yml +++ b/.licenses/npm/inherits.dep.yml @@ -3,7 +3,7 @@ name: inherits version: 2.0.4 type: npm summary: Browser-friendly inheritance fully compatible with standard node.js inherits() -homepage: +homepage: license: isc licenses: - sources: LICENSE diff --git a/.licenses/npm/semver-6.3.0.dep.yml b/.licenses/npm/semver-6.3.0.dep.yml index 5e614f28..a168d1c3 100644 --- a/.licenses/npm/semver-6.3.0.dep.yml +++ b/.licenses/npm/semver-6.3.0.dep.yml @@ -3,7 +3,7 @@ name: semver version: 6.3.0 type: npm summary: The semantic version parser used by npm. -homepage: +homepage: license: isc licenses: - sources: LICENSE diff --git a/.licenses/npm/semver-7.7.1.dep.yml b/.licenses/npm/semver-7.7.1.dep.yml index 45cb1909..3194cf4a 100644 --- a/.licenses/npm/semver-7.7.1.dep.yml +++ b/.licenses/npm/semver-7.7.1.dep.yml @@ -3,7 +3,7 @@ name: semver version: 7.7.1 type: npm summary: The semantic version parser used by npm. -homepage: +homepage: license: isc licenses: - sources: LICENSE From 1d3fb56d634944c5bde6dd976a416b31c08d3bb2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 2 Mar 2025 07:55:06 -0800 Subject: [PATCH 2/2] 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. --- .licenses/npm/function-bind.dep.yml | 1 + .licenses/npm/inherits.dep.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.licenses/npm/function-bind.dep.yml b/.licenses/npm/function-bind.dep.yml index 85086ced..3ae18f3e 100644 --- a/.licenses/npm/function-bind.dep.yml +++ b/.licenses/npm/function-bind.dep.yml @@ -29,3 +29,4 @@ licenses: THE SOFTWARE. notices: [] +... diff --git a/.licenses/npm/inherits.dep.yml b/.licenses/npm/inherits.dep.yml index 19546179..74179e61 100644 --- a/.licenses/npm/inherits.dep.yml +++ b/.licenses/npm/inherits.dep.yml @@ -25,3 +25,4 @@ licenses: PERFORMANCE OF THIS SOFTWARE. notices: [] +...