Skip to content

Commit d64b761

Browse files
committed
License updates
1 parent f836357 commit d64b761

File tree

132 files changed

+1662
-468
lines changed

Some content is hidden

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

132 files changed

+1662
-468
lines changed

.licenses/go/github.com/emirpasic/gods/containers.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/containers
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package containers provides core interfaces and functions for data structures.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/lists.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/lists
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package lists provides an abstract List interface.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/lists/arraylist.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/lists/arraylist
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package arraylist implements the array list.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/trees.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/trees
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package trees provides an abstract Tree interface.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/trees/binaryheap.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/trees/binaryheap
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package binaryheap implements a binary heap backed by array list.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []

.licenses/go/github.com/emirpasic/gods/utils.dep.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
name: github.com/emirpasic/gods/utils
3-
version: v1.12.0
3+
version: v1.18.1
44
type: go
55
summary: Package utils provides common utility functions.
66
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
7-
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
87
license: bsd-2-clause
98
licenses:
10-
- sources: gods@v1.12.0/LICENSE
9+
- sources: gods@v1.18.1/LICENSE
1110
text: |
1211
Copyright (c) 2015, Emir Pasic
1312
All rights reserved.
@@ -50,7 +49,7 @@ licenses:
5049
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
5150
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
5251
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
53-
- sources: gods@v1.12.0/README.md
52+
- sources: gods@v1.18.1/README.md
5453
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
5554
file.
5655
notices: []
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: github.com/golang/protobuf/jsonpb
3+
version: v1.5.3
4+
type: go
5+
summary: Package jsonpb provides functionality to marshal and unmarshal between a
6+
protocol buffer message and JSON.
7+
homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb
8+
license: bsd-3-clause
9+
licenses:
10+
- sources: [email protected]/LICENSE
11+
text: |+
12+
Copyright 2010 The Go Authors. All rights reserved.
13+
14+
Redistribution and use in source and binary forms, with or without
15+
modification, are permitted provided that the following conditions are
16+
met:
17+
18+
* Redistributions of source code must retain the above copyright
19+
notice, this list of conditions and the following disclaimer.
20+
* Redistributions in binary form must reproduce the above
21+
copyright notice, this list of conditions and the following disclaimer
22+
in the documentation and/or other materials provided with the
23+
distribution.
24+
* Neither the name of Google Inc. nor the names of its
25+
contributors may be used to endorse or promote products derived from
26+
this software without specific prior written permission.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
30+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
31+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
32+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
33+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
34+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
36+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39+
40+
notices: []
41+
...

.licenses/go/github.com/golang/protobuf/proto.dep.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/golang/protobuf/proto
3-
version: v1.5.2
3+
version: v1.5.3
44
type: go
55
summary: Package proto provides functionality for handling protocol buffer messages.
66
homepage: https://pkg.go.dev/github.com/golang/protobuf/proto
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3/LICENSE
1010
text: |+
1111
Copyright 2010 The Go Authors. All rights reserved.
1212
@@ -37,3 +37,4 @@ licenses:
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
3939
notices: []
40+
...

.licenses/go/github.com/golang/protobuf/ptypes.dep.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/golang/protobuf/ptypes
3-
version: v1.5.2
3+
version: v1.5.3
44
type: go
55
summary: Package ptypes provides functionality for interacting with well-known types.
66
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3/LICENSE
1010
text: |+
1111
Copyright 2010 The Go Authors. All rights reserved.
1212
@@ -37,3 +37,4 @@ licenses:
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
3939
notices: []
40+
...

.licenses/go/github.com/golang/protobuf/ptypes/any.dep.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: github.com/golang/protobuf/ptypes/any
3-
version: v1.5.2
3+
version: v1.5.3
44
type: go
5-
summary:
5+
summary:
66
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any
77
license: bsd-3-clause
88
licenses:
9-
- sources: [email protected].2/LICENSE
9+
- sources: [email protected].3/LICENSE
1010
text: |+
1111
Copyright 2010 The Go Authors. All rights reserved.
1212
@@ -37,3 +37,4 @@ licenses:
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3838
3939
notices: []
40+
...

0 commit comments

Comments
 (0)