We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bbbe1 commit 2a52967Copy full SHA for 2a52967
.licensed.yml
@@ -1,14 +1,12 @@
1
sources:
2
- go: {}
+ go: true
3
4
-cache_path: licenses
+cache_path: .licenses
5
6
apps:
7
- - name: go-updater
8
- source_path: .
9
- cache_path: .licenses
10
- include_sources:
11
- - go
+ - source_path: ./cmd/releaser/
+ - source_path: ./releaser/
+ - source_path: ./updater/
12
13
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
14
allowed:
@@ -87,3 +85,4 @@ allowed:
87
85
- eupl-1.2
88
86
- liliq-r-1.1
89
- liliq-rplus-1.1
+
0 commit comments