From e9f81364f5f297755d756c209bb345dfa27a6451 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 21 Jan 2025 22:23:35 -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 we do not permit trailing whitespace in human produced content, we accept machine generated content 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 I see that it is now absence in the metadata files produced by the tool. The metadata files are hereby updated to use the format of the current version of the "Licensed" tool. --- .../go/github.com/go-git/go-billy/v5.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml | 2 +- .../go/github.com/go-git/go-billy/v5/util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/path_util.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/internal/url.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/color.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml | 2 +- .../github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/storage.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml | 2 +- .../github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml | 2 +- .../go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/sync.dep.yml | 2 +- .../go/github.com/go-git/go-git/v5/utils/trace.dep.yml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5.dep.yml index 98cb84c6..a375409b 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5 version: v5.6.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5 license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml index e077dbba..39ddf633 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/chroot.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/chroot version: v5.6.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/chroot license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml index 571465e6..1e42a23b 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/helper/polyfill.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/helper/polyfill version: v5.6.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/helper/polyfill license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/util.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/util.dep.yml index b35e7e61..08f35e6a 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/util.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-billy/v5/util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-billy/v5/util version: v5.6.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-billy/v5/util license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml index 2fd13452..12b0040a 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/path_util.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/path_util version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/path_util license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/url.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/url.dep.yml index 4d8592e2..aa850f81 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/url.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/internal/url.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/internal/url version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/internal/url license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml index aa8d0637..70273d66 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/cache.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/cache version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/cache license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml index a213ea81..ad73c74b 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/color.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/color version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/color license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml index f1f24208..b873c317 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/filemode.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/filemode version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/filemode license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml index a7fa3155..27e3a9a1 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/format/diff.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/format/diff version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/diff license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml index 2515a78f..4fa7689b 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/plumbing/protocol/packp.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/plumbing/protocol/packp version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/protocol/packp license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/storage.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/storage.dep.yml index 2213013c..c8e42acc 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/storage.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/storage.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/storage version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/storage license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml index 187eeb9b..6c86e415 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/filesystem.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/filesystem version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/filesystem license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml index 76cc0291..441a27e2 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/index.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/index version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/index license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml index 152e97b2..07dd99cb 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/merkletrie/internal/frame version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/merkletrie/internal/frame license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/sync.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/sync.dep.yml index 282b6843..023272cd 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/sync.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/sync.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/sync version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/sync license: apache-2.0 licenses: diff --git a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/trace.dep.yml b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/trace.dep.yml index 01d11414..7069be08 100644 --- a/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/trace.dep.yml +++ b/.licenses/libraries-repository-engine/go/github.com/go-git/go-git/v5/utils/trace.dep.yml @@ -2,7 +2,7 @@ name: github.com/go-git/go-git/v5/utils/trace version: v5.12.0 type: go -summary: +summary: homepage: https://pkg.go.dev/github.com/go-git/go-git/v5/utils/trace license: apache-2.0 licenses: