Skip to content

Commit 49ae170

Browse files
committed
Update license cache
1 parent dd65542 commit 49ae170

File tree

8 files changed

+30
-30
lines changed

8 files changed

+30
-30
lines changed

.licenses/NOTICE.arduino-cli

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24817,7 +24817,7 @@ rights granted to you under this License for this implementation of Go
2481724817
shall terminate as of the date such litigation is filed.
2481824818

2481924819
*****
24820-
golang.org/x/text/encoding@v0.30.0
24820+
golang.org/x/text/encoding@v0.31.0
2482124821

2482224822
Copyright 2009 The Go Authors.
2482324823

@@ -24873,7 +24873,7 @@ rights granted to you under this License for this implementation of Go
2487324873
shall terminate as of the date such litigation is filed.
2487424874

2487524875
*****
24876-
golang.org/x/text/encoding/internal@v0.30.0
24876+
golang.org/x/text/encoding/internal@v0.31.0
2487724877

2487824878
Copyright 2009 The Go Authors.
2487924879

@@ -24929,7 +24929,7 @@ rights granted to you under this License for this implementation of Go
2492924929
shall terminate as of the date such litigation is filed.
2493024930

2493124931
*****
24932-
golang.org/x/text/encoding/internal/identifier@v0.30.0
24932+
golang.org/x/text/encoding/internal/identifier@v0.31.0
2493324933

2493424934
Copyright 2009 The Go Authors.
2493524935

@@ -24985,7 +24985,7 @@ rights granted to you under this License for this implementation of Go
2498524985
shall terminate as of the date such litigation is filed.
2498624986

2498724987
*****
24988-
golang.org/x/text/encoding/unicode@v0.30.0
24988+
golang.org/x/text/encoding/unicode@v0.31.0
2498924989

2499024990
Copyright 2009 The Go Authors.
2499124991

@@ -25041,7 +25041,7 @@ rights granted to you under this License for this implementation of Go
2504125041
shall terminate as of the date such litigation is filed.
2504225042

2504325043
*****
25044-
golang.org/x/text/internal/utf8internal@v0.30.0
25044+
golang.org/x/text/internal/utf8internal@v0.31.0
2504525045

2504625046
Copyright 2009 The Go Authors.
2504725047

@@ -25097,7 +25097,7 @@ rights granted to you under this License for this implementation of Go
2509725097
shall terminate as of the date such litigation is filed.
2509825098

2509925099
*****
25100-
golang.org/x/text/runes@v0.30.0
25100+
golang.org/x/text/runes@v0.31.0
2510125101

2510225102
Copyright 2009 The Go Authors.
2510325103

.licenses/go/golang.org/x/text/encoding.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/text/encoding
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package encoding defines an interface for character encodings, such as Shift
66
JIS and Windows 1252, that can convert to and from UTF-8.
77
homepage: https://pkg.go.dev/golang.org/x/text/encoding
88
license: other
99
licenses:
10-
- sources: text@v0.30.0/LICENSE
10+
- sources: text@v0.31.0/LICENSE
1111
text: |
1212
Copyright 2009 The Go Authors.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: text@v0.30.0/PATENTS
39+
- sources: text@v0.31.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/text/encoding/internal.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package internal contains code that is shared among encoding implementations.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/encoding/internal/identifier.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/text/encoding/internal/identifier
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package identifier defines the contract between implementations of Encoding
66
and Index by defining identifiers that uniquely identify standardized coded character
@@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco
1010
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier
1111
license: other
1212
licenses:
13-
- sources: text@v0.30.0/LICENSE
13+
- sources: text@v0.31.0/LICENSE
1414
text: |
1515
Copyright 2009 The Go Authors.
1616
@@ -39,7 +39,7 @@ licenses:
3939
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4040
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4141
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42-
- sources: text@v0.30.0/PATENTS
42+
- sources: text@v0.31.0/PATENTS
4343
text: |
4444
Additional IP Rights Grant (Patents)
4545

.licenses/go/golang.org/x/text/encoding/unicode.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/unicode
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package unicode provides Unicode encodings such as UTF-16.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/internal/utf8internal.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/internal/utf8internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package utf8internal contains low-level utf8-related constants, tables, etc.
66
homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/runes.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/runes
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package runes provide transforms for UTF-8 encoded text.
66
homepage: https://pkg.go.dev/golang.org/x/text/runes
77
license: bsd-3-clause
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

debian/arduino-cli/usr/share/doc/arduino-cli/copyright

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24832,7 +24832,7 @@ rights granted to you under this License for this implementation of Go
2483224832
shall terminate as of the date such litigation is filed.
2483324833

2483424834
*****
24835-
golang.org/x/text/encoding@v0.30.0
24835+
golang.org/x/text/encoding@v0.31.0
2483624836

2483724837
Copyright 2009 The Go Authors.
2483824838

@@ -24888,7 +24888,7 @@ rights granted to you under this License for this implementation of Go
2488824888
shall terminate as of the date such litigation is filed.
2488924889

2489024890
*****
24891-
golang.org/x/text/encoding/internal@v0.30.0
24891+
golang.org/x/text/encoding/internal@v0.31.0
2489224892

2489324893
Copyright 2009 The Go Authors.
2489424894

@@ -24944,7 +24944,7 @@ rights granted to you under this License for this implementation of Go
2494424944
shall terminate as of the date such litigation is filed.
2494524945

2494624946
*****
24947-
golang.org/x/text/encoding/internal/identifier@v0.30.0
24947+
golang.org/x/text/encoding/internal/identifier@v0.31.0
2494824948

2494924949
Copyright 2009 The Go Authors.
2495024950

@@ -25000,7 +25000,7 @@ rights granted to you under this License for this implementation of Go
2500025000
shall terminate as of the date such litigation is filed.
2500125001

2500225002
*****
25003-
golang.org/x/text/encoding/unicode@v0.30.0
25003+
golang.org/x/text/encoding/unicode@v0.31.0
2500425004

2500525005
Copyright 2009 The Go Authors.
2500625006

@@ -25056,7 +25056,7 @@ rights granted to you under this License for this implementation of Go
2505625056
shall terminate as of the date such litigation is filed.
2505725057

2505825058
*****
25059-
golang.org/x/text/internal/utf8internal@v0.30.0
25059+
golang.org/x/text/internal/utf8internal@v0.31.0
2506025060

2506125061
Copyright 2009 The Go Authors.
2506225062

@@ -25112,7 +25112,7 @@ rights granted to you under this License for this implementation of Go
2511225112
shall terminate as of the date such litigation is filed.
2511325113

2511425114
*****
25115-
golang.org/x/text/runes@v0.30.0
25115+
golang.org/x/text/runes@v0.31.0
2511625116

2511725117
Copyright 2009 The Go Authors.
2511825118

0 commit comments

Comments
 (0)