Skip to content

Commit 5d4d49c

Browse files
committed
update licenses
1 parent f20345a commit 5d4d49c

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

.licensed.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
sources:
2-
go: {}
2+
go: true
33

4-
cache_path: licenses
4+
cache_path: .licenses/
55

66
apps:
7-
- name: arduino-router
8-
source_path: .
9-
cache_path: .licenses/arduino-router
10-
include_sources:
11-
- go
7+
- source_path: ./
128

139
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
1410
allowed:
@@ -88,6 +84,3 @@ allowed:
8884
- liliq-r-1.1
8985
- liliq-rplus-1.1
9086

91-
reviewed:
92-
go:
93-
- golang.org/x/sys/unix@v0.37.0

.licenses/arduino-router/go/golang.org/x/sys/unix.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: v0.37.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
7-
license: other
7+
license: bsd-3-clause
88
licenses:
99
- sources: sys@v0.37.0/LICENSE
1010
text: |

0 commit comments

Comments
 (0)