Skip to content

Commit 2bfb5c7

Browse files
committed
fix license cache
1 parent 03e3de3 commit 2bfb5c7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.licensed.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ sources:
55
apps:
66
- source_path: ./
77

8+
reviewed:
9+
go:
10+
- golang.org/x/crypto/curve25519
11+
812
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/AGPL-3.0/.licensed.yml
913
allowed:
1014
# The following are based on: https://www.gnu.org/licenses/license-list.html#GPLCompatibleLicenses

.licenses/arduino-create-agent/go/golang.org/x/crypto/internal/alias.dep.yml renamed to .licenses/arduino-create-agent/go/golang.org/x/crypto/curve25519.dep.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
name: golang.org/x/crypto/internal/alias
2+
name: golang.org/x/crypto/curve25519
33
version: v0.9.0
44
type: go
5-
summary: Package alias implements memory aliasing tests.
6-
homepage: https://pkg.go.dev/golang.org/x/crypto/internal/alias
7-
license: bsd-3-clause
5+
summary: Package curve25519 provides an implementation of the X25519 function, which
6+
performs scalar multiplication on the elliptic curve known as Curve25519.
7+
homepage: https://pkg.go.dev/golang.org/x/crypto/curve25519
8+
license: other
89
licenses:
910
- sources: [email protected]/LICENSE
1011
text: |

0 commit comments

Comments
 (0)