Skip to content

Commit 58c2641

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 f2e3b0b commit 58c2641

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.licenses/arduino-lint/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: protobuf@v1.28.1/LICENSE
1111
text: |

.licenses/arduino-lint/go/google.golang.org/protobuf/internal/encoding/json.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.28.1
44
type: go
55
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: protobuf@v1.28.1/LICENSE
1010
text: |

.licenses/docsgen/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: protobuf@v1.28.1/LICENSE
1111
text: |

.licenses/docsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.28.1
44
type: go
55
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: protobuf@v1.28.1/LICENSE
1010
text: |

.licenses/ruledocsgen/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: protobuf@v1.28.1/LICENSE
1111
text: |

.licenses/ruledocsgen/go/google.golang.org/protobuf/internal/encoding/json.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v1.28.1
44
type: go
55
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: protobuf@v1.28.1/LICENSE
1010
text: |

0 commit comments

Comments
 (0)