Skip to content

Commit fe1d45d

Browse files
committed
Manually define dependency license type metadata not automatically specified
Background ---------- The "Licensed" dependency license checker tool uses the "licensee" tool to automatically determine the license type based on data contained in the dependency codebase. "licensee" checks several files for this data. The discovered data is recorded in the `licenses` sequence of the dependency license metadata cache file. It might find multiple sources of licensing data. The way "Licensed" handles this case is described as: https://github.com/github/licensed/blob/v5.0.1/docs/commands/status.md#checking-status-with-metadata-loaded-from-cached-files > If license: other is specified and all of the `licenses` entries match an `allowed` license a failure will not be > logged It is of course correct to treat the dependency as compatible under these conditions. However, the design of "Licensed" around the handling of multiple licensing data sources is not very user friendly: Lack of Transparency Re: Detected License Type ---------------------------------------------- Even though "Licensed" knows exactly which license type each of the sources was detected as, it does not record this data in the dependency license metadata cache file. Ambiguous Special License Type Identifier ----------------------------------------- When multiple license data sources are found, "Licensed" sets the license type for the dependency to `other` in the `license` key of the dependency license metadata cache file. Although it is correct for the tool to use a special identifier, unfortunately "Licensed" uses the same identifier for two significantly different cases: * license type was not identifiable from the data (e.g., modifications were made to standard license text) * multiple license types were identified from the data The better approach would be for "Licensed" to use a separate identifier for each of these situations (e.g., `other`, `multi`). Failure to Set License Type Even when Identified ------------------------------------------------ Even when all of the multiple data sources are identified as the same license type, "Licensed" still unnecessarily sets the `license` key of the dependency license metadata cache file to `other` instead of setting it to the identifier of the identified license. Problem ------- Project maintainers expect that an identified license type of `other` means that the license type could not be identified and that they must manually identify and set the license type in order for the compliance check to pass. They will be extremely concerned to find that the check is passing even though a dependency's license type is defined as `other`, as this appears to be a false negative (meaning that the system is not effectively enforcing compliance). The ambiguous special license type identifier and lack of information about the detected type of individual license data sources will make it impossible for them to understand why the check is passing despite the lack of a defined compatible license type, and so they will waste time troubleshooting what is actually a completely functional system. Resolution ---------- Always define the license type in the metadata cache, even when doing so is not required to get a passing check. In this case, all the dependencies previously assigned the `other` identifier due to having multiple license data sources actually had a single license type. So this was handled just the same as is done when a dependency is assigned an `other` identifier due to the license data not being machine identifiable.
1 parent 51cdd16 commit fe1d45d

File tree

66 files changed

+66
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+66
-66
lines changed

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/security.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/configuration.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/i18n.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package feedback provides an uniform API that can be used to print feedback
66
to the users in different formats.
77
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/cli/feedback
8-
license: other
8+
license: gpl-3.0-only
99
licenses:
1010
- sources: [email protected]/LICENSE.txt
1111
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/arduino/arduino-cli/version.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/arduino-lint/go/github.com/pelletier/go-toml/v2.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary: Package toml is a library to read and write TOML documents.
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

Diff for: .licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/arduino-lint/go/github.com/pelletier/go-toml/v2/unstable.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package unstable provides APIs that do not meet the backward compatibility
66
guarantees yet.
77
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
8-
license: other
8+
license: mit
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/cores/packageindex.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/cores/packageindex
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/globals.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/globals
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/httpclient.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/httpclient
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesindex.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesindex
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/libraries/librariesmanager
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/resources.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/resources
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/security.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/security
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/sketch.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/sketch
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/arduino/utils.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/arduino/utils
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/configuration.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/configuration
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/i18n.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/i18n
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/internal/cli/feedback.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package feedback provides an uniform API that can be used to print feedback
66
to the users in different formats.
77
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/internal/cli/feedback
8-
license: other
8+
license: gpl-3.0-only
99
licenses:
1010
- sources: [email protected]/LICENSE.txt
1111
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/rpc/cc/arduino/cli/commands/v1
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/arduino/arduino-cli/version.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.35.4-0.20241001142927-1f8d0f6c0dd3
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/arduino-cli/version
7-
license: other
7+
license: gpl-3.0-only
88
licenses:
99
- sources: [email protected]/LICENSE.txt
1010
text: |2

Diff for: .licenses/docsgen/go/github.com/pelletier/go-toml/v2.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary: Package toml is a library to read and write TOML documents.
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2
7-
license: other
7+
license: mit
88
licenses:
99
- sources: LICENSE
1010
text: |

Diff for: .licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/docsgen/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v2.1.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
7-
license: other
7+
license: mit
88
licenses:
99
- sources: [email protected]/LICENSE
1010
text: |

Diff for: .licenses/docsgen/go/github.com/pelletier/go-toml/v2/unstable.dep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ type: go
55
summary: Package unstable provides APIs that do not meet the backward compatibility
66
guarantees yet.
77
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
8-
license: other
8+
license: mit
99
licenses:
1010
- sources: [email protected]/LICENSE
1111
text: |

0 commit comments

Comments
 (0)