Skip to content

Commit 161e534

Browse files
committed
Manually define dependency license metadata that was not detected
The "Licensed" dependency license checker tool uses the licensee tool to automatically determine the license type based on metadata provided by the dependency author. This must be in a standardized format without any modifications. In cases where that wasn't done, it is necessary to determine the license type and update the dependency license metadata cache in the `.licenses` folder manually. The Licensed tool will check this data whenever the dependency version is updated to make sure the license hasn't changed.
1 parent d78d9d3 commit 161e534

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.licenses/libraries-repository-engine/go/google.golang.org/protobuf/encoding/protojson.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package protojson marshals and unmarshals protocol buffer messages as JSON
66
format.
77
homepage: https://pkg.go.dev/google.golang.org/protobuf/encoding/protojson
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

.licenses/libraries-repository-engine/go/google.golang.org/protobuf/internal/encoding/json.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name: google.golang.org/protobuf/internal/encoding/json
33
version: v1.28.1
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/google.golang.org/protobuf/internal/encoding/json
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

0 commit comments

Comments
 (0)