Skip to content

Commit 1a036a6

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 79d23b0 commit 1a036a6

File tree

108 files changed

+542
-124
lines changed

Some content is hidden

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

108 files changed

+542
-124
lines changed

.licenses/go/github.com/ProtonMail/go-crypto/bitcurves.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/bitcurves
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/brainpool.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary: Package brainpool implements Brainpool elliptic curves.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/brainpool
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/eax.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ summary: 'Package eax provides an implementation of the EAX (encrypt-authenticat
77
OPERATION: A TWO-PASS AUTHENTICATED-ENCRYPTION SCHEME OPTIMIZED FOR SIMPLICITY AND
88
EFFICIENCY." In FSE''04, volume 3017 of LNCS, 2004'
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/eax
10-
license: other
10+
license: bsd-3-clause
1111
licenses:
1212
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1313
text: |

.licenses/go/github.com/ProtonMail/go-crypto/internal/byteutil.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/internal/byteutil
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/ocb.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ summary: 'Package ocb provides an implementation of the OCB (offset codebook) mo
77
and Krovetz - OCB: A BLOCK-CIPHER MODE OF OPERATION FOR EFFICIENT AUTHENTICATED
88
ENCRYPTION (2003).'
99
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/ocb
10-
license: other
10+
license: bsd-3-clause
1111
licenses:
1212
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1313
text: |

.licenses/go/github.com/ProtonMail/go-crypto/openpgp.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary: Package openpgp implements high level operations on OpenPGP messages.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary: Package keywrap is an implementation of the RFC 3394 AES key wrapping algorithm.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/aes/keywrap
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/openpgp/armor.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.0.0-20210428141323-04723f9f07d7
44
type: go
55
summary: Package armor implements OpenPGP ASCII Armor, see RFC 4880.
66
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/armor
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1010
text: |

.licenses/go/github.com/ProtonMail/go-crypto/openpgp/ecdh.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 ecdh implements ECDH encryption, suitable for OpenPGP, as specified
66
in RFC 6637, section 8.
77
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/ecdh
8-
license: other
8+
license: bsd-3-clause
99
licenses:
1010
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1111
text: |

.licenses/go/github.com/ProtonMail/go-crypto/openpgp/elgamal.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary: Package elgamal implements ElGamal encryption, suitable for OpenPGP, as
66
in "A Public-Key Cryptosystem and a Signature Scheme Based on Discrete Logarithms,"
77
IEEE Transactions on Information Theory, v.
88
homepage: https://pkg.go.dev/github.com/ProtonMail/go-crypto/openpgp/elgamal
9-
license: other
9+
license: bsd-3-clause
1010
licenses:
1111
- sources: go-crypto@v0.0.0-20210428141323-04723f9f07d7/LICENSE
1212
text: |

0 commit comments

Comments
 (0)