Skip to content

Commit 2cff732

Browse files
committed
Updated license cache
1 parent 968a84f commit 2cff732

File tree

147 files changed

+932
-726
lines changed

Some content is hidden

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

147 files changed

+932
-726
lines changed

.licenses/NOTICE.arduino-cli

Lines changed: 247 additions & 180 deletions
Large diffs are not rendered by default.

.licenses/go/github.com/fsnotify/fsnotify.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/fsnotify/fsnotify
3-
version: v1.8.0
3+
version: v1.9.0
44
type: go
55
summary: Package fsnotify provides a cross-platform interface for file system notifications.
66
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify

.licenses/go/github.com/fsnotify/fsnotify/internal.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/fsnotify/fsnotify/internal
3-
version: v1.8.0
3+
version: v1.9.0
44
type: go
55
summary: Package internal contains some helpers.
66
homepage: https://pkg.go.dev/github.com/fsnotify/fsnotify/internal
77
license: bsd-3-clause
88
licenses:
9-
- sources: fsnotify@v1.8.0/LICENSE
9+
- sources: fsnotify@v1.9.0/LICENSE
1010
text: |
1111
Copyright © 2012 The Go Authors. All rights reserved.
1212
Copyright © fsnotify Authors. All rights reserved.

.licenses/go/github.com/pelletier/go-toml/v2.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/pelletier/go-toml/v2
3-
version: v2.2.3
3+
version: v2.2.4
44
type: go
55
summary: Package toml is a library to read and write TOML documents.
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2

.licenses/go/github.com/pelletier/go-toml/v2/internal/characters.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/characters
3-
version: v2.2.3
3+
version: v2.2.4
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/characters
77
license: other
88
licenses:
9-
- sources: v2@v2.2.3/LICENSE
9+
- sources: v2@v2.2.4/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.3/README.md
33+
- sources: v2@v2.2.4/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/go/github.com/pelletier/go-toml/v2/internal/danger.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/danger
3-
version: v2.2.3
3+
version: v2.2.4
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/danger
77
license: other
88
licenses:
9-
- sources: v2@v2.2.3/LICENSE
9+
- sources: v2@v2.2.4/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.3/README.md
33+
- sources: v2@v2.2.4/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/go/github.com/pelletier/go-toml/v2/internal/tracker.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/pelletier/go-toml/v2/internal/tracker
3-
version: v2.2.3
3+
version: v2.2.4
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/internal/tracker
77
license: other
88
licenses:
9-
- sources: v2@v2.2.3/LICENSE
9+
- sources: v2@v2.2.4/LICENSE
1010
text: |
1111
The MIT License (MIT)
1212
@@ -30,6 +30,6 @@ licenses:
3030
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3131
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3232
SOFTWARE.
33-
- sources: v2@v2.2.3/README.md
33+
- sources: v2@v2.2.4/README.md
3434
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3535
notices: []

.licenses/go/github.com/pelletier/go-toml/v2/unstable.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: github.com/pelletier/go-toml/v2/unstable
3-
version: v2.2.3
3+
version: v2.2.4
44
type: go
55
summary: Package unstable provides APIs that do not meet the backward compatibility
66
guarantees yet.
77
homepage: https://pkg.go.dev/github.com/pelletier/go-toml/v2/unstable
88
license: other
99
licenses:
10-
- sources: v2@v2.2.3/LICENSE
10+
- sources: v2@v2.2.4/LICENSE
1111
text: |
1212
The MIT License (MIT)
1313
@@ -31,6 +31,6 @@ licenses:
3131
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3232
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3333
SOFTWARE.
34-
- sources: v2@v2.2.3/README.md
34+
- sources: v2@v2.2.4/README.md
3535
text: The MIT License (MIT). Read [LICENSE](LICENSE).
3636
notices: []

.licenses/go/github.com/sagikazarmark/locafero.dep.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: github.com/sagikazarmark/locafero
3-
version: v0.7.0
3+
version: v0.11.0
44
type: go
5-
summary: Package finder looks for files and directories in an {fs.Fs} filesystem.
5+
summary: Package locafero looks for files and directories in an {fs.Fs} filesystem.
66
homepage: https://pkg.go.dev/github.com/sagikazarmark/locafero
77
license: mit
88
licenses:

.licenses/go/github.com/sourcegraph/conc.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/sourcegraph/conc
3-
version: v0.3.0
3+
version: v0.3.1-0.20240121214520-5f936abd7ae8
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/sourcegraph/conc

0 commit comments

Comments
 (0)