Skip to content

Commit acf63e0

Browse files
committed
Updated license cache
1 parent 65eba24 commit acf63e0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.licenses/go/golang.org/x/sys/execabs.dep.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/sys/execabs
3-
version: v0.22.0
3+
version: v0.23.0
44
type: go
55
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
66
to find absolute paths.
77
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
88
license: other
99
licenses:
10-
- sources: sys@v0.22.0/LICENSE
10+
- sources: sys@v0.23.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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: sys@v0.22.0/PATENTS
39+
- sources: sys@v0.23.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/sys/unix.dep.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.22.0
3+
version: v0.23.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
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.22.0/LICENSE
9+
- sources: sys@v0.23.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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: sys@v0.22.0/PATENTS
38+
- sources: sys@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/term.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/term
3-
version: v0.22.0
3+
version: v0.23.0
44
type: go
55
summary: Package term provides support functions for dealing with terminals, as commonly
66
found on UNIX systems.
@@ -9,7 +9,7 @@ license: bsd-3-clause
99
licenses:
1010
- sources: LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727

0 commit comments

Comments
 (0)