Skip to content

Commit

Permalink
Manually define dependency license metadata that was not detected
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
per1234 committed Jan 29, 2025
1 parent 72018d0 commit ace11a0
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as
defined in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined
in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as
defined in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined
in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed25519 implements the ed25519 signature algorithm for OpenPGP as
defined in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: go
summary: Package ed448 implements the ed448 signature algorithm for OpenPGP as defined
in the Open PGP crypto refresh.
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ed448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x25519
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: v1.1.5
type: go
summary:
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/x448
license: other
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |
Expand Down

0 comments on commit ace11a0

Please sign in to comment.