Skip to content

Commit 0426b05

Browse files
committed
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.
1 parent e0ce08f commit 0426b05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.licenses/npm/inherits.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: inherits
33
version: 2.0.4
44
type: npm
55
summary: Browser-friendly inheritance fully compatible with standard node.js inherits()
6-
homepage:
6+
homepage:
77
license: isc
88
licenses:
99
- sources: LICENSE

.licenses/npm/semver-6.3.0.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: semver
33
version: 6.3.0
44
type: npm
55
summary: The semantic version parser used by npm.
6-
homepage:
6+
homepage:
77
license: isc
88
licenses:
99
- sources: LICENSE

.licenses/npm/semver-7.7.1.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: semver
33
version: 7.7.1
44
type: npm
55
summary: The semantic version parser used by npm.
6-
homepage:
6+
homepage:
77
license: isc
88
licenses:
99
- sources: LICENSE

0 commit comments

Comments
 (0)