From 197de30b5737f9d63b80054438866b3f20d30f75 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 1 Mar 2025 20:15:36 -0800 Subject: [PATCH] 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/@fastify/busboy.dep.yml | 2 +- .licenses/npm/semver-6.3.0.dep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.licenses/npm/@fastify/busboy.dep.yml b/.licenses/npm/@fastify/busboy.dep.yml index ffcc695..989104f 100644 --- a/.licenses/npm/@fastify/busboy.dep.yml +++ b/.licenses/npm/@fastify/busboy.dep.yml @@ -3,7 +3,7 @@ name: "@fastify/busboy" version: 2.0.0 type: npm summary: A streaming parser for HTML form data for node.js -homepage: +homepage: license: mit licenses: - sources: LICENSE diff --git a/.licenses/npm/semver-6.3.0.dep.yml b/.licenses/npm/semver-6.3.0.dep.yml index 5e614f2..a168d1c 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