Skip to content

Commit

Permalink
License updates
Browse files Browse the repository at this point in the history
  • Loading branch information
rjtokenring committed Feb 6, 2024
1 parent f836357 commit d64b761
Show file tree
Hide file tree
Showing 132 changed files with 1,662 additions and 468 deletions.
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/containers.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/containers
version: v1.12.0
version: v1.18.1
type: go
summary: Package containers provides core interfaces and functions for data structures.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/containers
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/lists.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/lists
version: v1.12.0
version: v1.18.1
type: go
summary: Package lists provides an abstract List interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/lists/arraylist
version: v1.12.0
version: v1.18.1
type: go
summary: Package arraylist implements the array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/lists/arraylist
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/trees.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/trees
version: v1.12.0
version: v1.18.1
type: go
summary: Package trees provides an abstract Tree interface.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/trees/binaryheap
version: v1.12.0
version: v1.18.1
type: go
summary: Package binaryheap implements a binary heap backed by array list.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/trees/binaryheap
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
7 changes: 3 additions & 4 deletions .licenses/go/github.com/emirpasic/gods/utils.dep.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
name: github.com/emirpasic/gods/utils
version: v1.12.0
version: v1.18.1
type: go
summary: Package utils provides common utility functions.
homepage: https://pkg.go.dev/github.com/emirpasic/gods/utils
# The code is licensed as BSD-2-Clause except for trees/avltree/avrtree.go and trees/avltree/iterator.go
license: bsd-2-clause
licenses:
- sources: gods@v1.12.0/LICENSE
- sources: gods@v1.18.1/LICENSE
text: |
Copyright (c) 2015, Emir Pasic
All rights reserved.
Expand Down Expand Up @@ -50,7 +49,7 @@ licenses:
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- sources: gods@v1.12.0/README.md
- sources: gods@v1.18.1/README.md
text: This library is distributed under the BSD-style license found in the [LICENSE](https://github.com/emirpasic/gods/blob/master/LICENSE)
file.
notices: []
41 changes: 41 additions & 0 deletions .licenses/go/github.com/golang/protobuf/jsonpb.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: github.com/golang/protobuf/jsonpb
version: v1.5.3
type: go
summary: Package jsonpb provides functionality to marshal and unmarshal between a
protocol buffer message and JSON.
homepage: https://pkg.go.dev/github.com/golang/protobuf/jsonpb
license: bsd-3-clause
licenses:
- sources: [email protected]/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
5 changes: 3 additions & 2 deletions .licenses/go/github.com/golang/protobuf/proto.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/proto
version: v1.5.2
version: v1.5.3
type: go
summary: Package proto provides functionality for handling protocol buffer messages.
homepage: https://pkg.go.dev/github.com/golang/protobuf/proto
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -37,3 +37,4 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
5 changes: 3 additions & 2 deletions .licenses/go/github.com/golang/protobuf/ptypes.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes
version: v1.5.2
version: v1.5.3
type: go
summary: Package ptypes provides functionality for interacting with well-known types.
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -37,3 +37,4 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
7 changes: 4 additions & 3 deletions .licenses/go/github.com/golang/protobuf/ptypes/any.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/any
version: v1.5.2
version: v1.5.3
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/any
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -37,3 +37,4 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/duration
version: v1.5.2
version: v1.5.3
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -37,3 +37,4 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: github.com/golang/protobuf/ptypes/timestamp
version: v1.5.2
version: v1.5.3
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp
license: bsd-3-clause
licenses:
- sources: [email protected].2/LICENSE
- sources: [email protected].3/LICENSE
text: |+
Copyright 2010 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -37,3 +37,4 @@ licenses:
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
5 changes: 4 additions & 1 deletion .licenses/go/github.com/kevinburke/ssh_config.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/kevinburke/ssh_config
version: v1.1.0
version: v1.2.0
type: go
summary: Package ssh_config provides tools for manipulating SSH config files.
homepage: https://pkg.go.dev/github.com/kevinburke/ssh_config
Expand Down Expand Up @@ -60,9 +60,12 @@ licenses:
notices:
- sources: AUTHORS.txt
text: |-
Carlos A Becker <[email protected]>
Dustin Spicuzza <[email protected]>
Eugene Terentev <[email protected]>
Kevin Burke <[email protected]>
Mark Nevill <[email protected]>
Scott Lessans <[email protected]>
Sergey Lukjanov <[email protected]>
Wayne Ashley Berry <[email protected]>
santosh653 <[email protected]>
8 changes: 3 additions & 5 deletions .licenses/go/github.com/sergi/go-diff/diffmatchpatch.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
name: github.com/sergi/go-diff/diffmatchpatch
version: v1.2.0
version: v1.3.1
type: go
summary: Package diffmatchpatch offers robust algorithms to perform the operations
required for synchronizing plain text.
homepage: https://pkg.go.dev/github.com/sergi/go-diff/diffmatchpatch
# Apache-2.0 subsumes MIT
# https://www.gnu.org/licenses/license-compatibility.html#combining
license: apache-2.0
licenses:
- sources: go-diff@v1.2.0/LICENSE
- sources: go-diff@v1.3.1/LICENSE
text: |+
Copyright (c) 2012-2016 The go-diff Authors. All rights reserved.
Expand All @@ -31,7 +29,7 @@ licenses:
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
- sources: go-diff@v1.2.0/APACHE-LICENSE-2.0
- sources: go-diff@v1.3.1/APACHE-LICENSE-2.0
text: |2
Apache License
Expand Down
2 changes: 1 addition & 1 deletion .licenses/go/github.com/sirupsen/logrus.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: github.com/sirupsen/logrus
version: v1.8.1
version: v1.9.0
type: go
summary: Package logrus is a structured logger for Go, completely API compatible with
the standard library logger.
Expand Down
5 changes: 3 additions & 2 deletions .licenses/go/github.com/xanzy/ssh-agent.dep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: github.com/xanzy/ssh-agent
version: v0.3.1
version: v0.3.3
type: go
summary:
summary:
homepage: https://pkg.go.dev/github.com/xanzy/ssh-agent
license: apache-2.0
licenses:
Expand Down Expand Up @@ -216,3 +216,4 @@ licenses:
Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at <http://www.apache.org/licenses/LICENSE-2.0>
notices: []
...
6 changes: 3 additions & 3 deletions .licenses/go/golang.org/x/crypto/blowfish.dep.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: golang.org/x/crypto/blowfish
version: v0.7.0
version: v0.18.0
type: go
summary: Package blowfish implements Bruce Schneier's Blowfish encryption algorithm.
homepage: https://pkg.go.dev/golang.org/x/crypto/blowfish
license: bsd-3-clause
licenses:
- sources: crypto@v0.7.0/LICENSE
- sources: crypto@v0.18.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Expand Down Expand Up @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: crypto@v0.7.0/PATENTS
- sources: crypto@v0.18.0/PATENTS
text: |
Additional IP Rights Grant (Patents)
Expand Down
Loading

0 comments on commit d64b761

Please sign in to comment.