From b66ab336d8617167b14e57b3315ae7131afa6658 Mon Sep 17 00:00:00 2001 From: Umberto Baldi Date: Mon, 6 Nov 2023 11:34:06 +0100 Subject: [PATCH] fix licenses --- .../go-chi/chi/v5/middleware.dep.yml | 41 ------------------- .../go/github.com/google/uuid.dep.yml | 2 +- .../go/goa.design/goa/v3/http.dep.yml | 4 +- .../goa.design/goa/v3/http/middleware.dep.yml | 4 +- .../go/goa.design/goa/v3/middleware.dep.yml | 4 +- .../go/goa.design/goa/v3/pkg.dep.yml | 4 +- .../go/golang.org/x/net/bpf.dep.yml | 6 +-- .../go/golang.org/x/net/html.dep.yml | 6 +-- .../go/golang.org/x/net/html/atom.dep.yml | 6 +-- .../go/golang.org/x/net/http2.dep.yml | 6 +-- .../go/golang.org/x/net/http2/h2c.dep.yml | 6 +-- .../go/golang.org/x/net/internal/iana.dep.yml | 6 +-- .../golang.org/x/net/internal/socket.dep.yml | 6 +-- .../go/golang.org/x/net/ipv4.dep.yml | 6 +-- .../go/golang.org/x/net/ipv6.dep.yml | 6 +-- 15 files changed, 36 insertions(+), 77 deletions(-) delete mode 100644 .licenses/arduino-create-agent/go/github.com/go-chi/chi/v5/middleware.dep.yml diff --git a/.licenses/arduino-create-agent/go/github.com/go-chi/chi/v5/middleware.dep.yml b/.licenses/arduino-create-agent/go/github.com/go-chi/chi/v5/middleware.dep.yml deleted file mode 100644 index 3932de531..000000000 --- a/.licenses/arduino-create-agent/go/github.com/go-chi/chi/v5/middleware.dep.yml +++ /dev/null @@ -1,41 +0,0 @@ ---- -name: github.com/go-chi/chi/v5/middleware -version: v5.0.10 -type: go -summary: -homepage: https://pkg.go.dev/github.com/go-chi/chi/v5/middleware -license: mit -licenses: -- sources: v5@v5.0.10/LICENSE - text: | - Copyright (c) 2015-present Peter Kieltyka (https://github.com/pkieltyka), Google Inc. - - MIT License - - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - the Software, and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -- sources: v5@v5.0.10/README.md - text: |- - Copyright (c) 2015-present [Peter Kieltyka](https://github.com/pkieltyka) - - Licensed under [MIT License](./LICENSE) - - [GoDoc]: https://pkg.go.dev/github.com/go-chi/chi?tab=versions - [GoDoc Widget]: https://godoc.org/github.com/go-chi/chi?status.svg - [Travis]: https://travis-ci.org/go-chi/chi - [Travis Widget]: https://travis-ci.org/go-chi/chi.svg?branch=master -notices: [] diff --git a/.licenses/arduino-create-agent/go/github.com/google/uuid.dep.yml b/.licenses/arduino-create-agent/go/github.com/google/uuid.dep.yml index 96682ad24..2cd468e55 100644 --- a/.licenses/arduino-create-agent/go/github.com/google/uuid.dep.yml +++ b/.licenses/arduino-create-agent/go/github.com/google/uuid.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/google/uuid -version: v1.3.1 +version: v1.4.0 type: go summary: Package uuid generates and inspects UUIDs. homepage: https://pkg.go.dev/github.com/google/uuid diff --git a/.licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml b/.licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml index 3ff1c31df..ebe5b2854 100644 --- a/.licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml +++ b/.licenses/arduino-create-agent/go/goa.design/goa/v3/http.dep.yml @@ -1,13 +1,13 @@ --- name: goa.design/goa/v3/http -version: v3.13.2 +version: v3.14.0 type: go summary: Package http contains HTTP specific constructs that complement the code generated by Goa. homepage: https://pkg.go.dev/goa.design/goa/v3/http license: mit licenses: -- sources: v3@v3.13.2/LICENSE +- sources: v3@v3.14.0/LICENSE text: | The MIT License (MIT) diff --git a/.licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml b/.licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml index dd7477aa2..ab7252241 100644 --- a/.licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml +++ b/.licenses/arduino-create-agent/go/goa.design/goa/v3/http/middleware.dep.yml @@ -1,13 +1,13 @@ --- name: goa.design/goa/v3/http/middleware -version: v3.13.2 +version: v3.14.0 type: go summary: Package middleware contains HTTP middlewares that wrap a HTTP handler to provide additional functionality. homepage: https://pkg.go.dev/goa.design/goa/v3/http/middleware license: mit licenses: -- sources: v3@v3.13.2/LICENSE +- sources: v3@v3.14.0/LICENSE text: | The MIT License (MIT) diff --git a/.licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml b/.licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml index 5f9acecf9..3ffab18f0 100644 --- a/.licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml +++ b/.licenses/arduino-create-agent/go/goa.design/goa/v3/middleware.dep.yml @@ -1,12 +1,12 @@ --- name: goa.design/goa/v3/middleware -version: v3.13.2 +version: v3.14.0 type: go summary: Package middleware contains transport independent middlewares. homepage: https://pkg.go.dev/goa.design/goa/v3/middleware license: mit licenses: -- sources: v3@v3.13.2/LICENSE +- sources: v3@v3.14.0/LICENSE text: | The MIT License (MIT) diff --git a/.licenses/arduino-create-agent/go/goa.design/goa/v3/pkg.dep.yml b/.licenses/arduino-create-agent/go/goa.design/goa/v3/pkg.dep.yml index 17eddbe5d..240ad9cf7 100644 --- a/.licenses/arduino-create-agent/go/goa.design/goa/v3/pkg.dep.yml +++ b/.licenses/arduino-create-agent/go/goa.design/goa/v3/pkg.dep.yml @@ -1,6 +1,6 @@ --- name: goa.design/goa/v3/pkg -version: v3.13.2 +version: v3.14.0 type: go summary: Package goa implements a Go framework for writing microservices that promotes best practice by providing a single source of truth from which server code, client @@ -8,7 +8,7 @@ summary: Package goa implements a Go framework for writing microservices that pr homepage: https://pkg.go.dev/goa.design/goa/v3/pkg license: mit licenses: -- sources: v3@v3.13.2/LICENSE +- sources: v3@v3.14.0/LICENSE text: | The MIT License (MIT) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/bpf.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/bpf.dep.yml index 1e7e08ce7..d6c3876ff 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/bpf.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/bpf.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/bpf -version: v0.15.0 +version: v0.17.0 type: go summary: Package bpf implements marshaling and unmarshaling of programs for the Berkeley Packet Filter virtual machine, and provides a Go implementation of the virtual machine. homepage: https://pkg.go.dev/golang.org/x/net/bpf license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/html.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/html.dep.yml index 8deac6801..c718a6e33 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/html.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/html.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/html -version: v0.15.0 +version: v0.17.0 type: go summary: Package html implements an HTML5-compliant tokenizer and parser. homepage: https://pkg.go.dev/golang.org/x/net/html license: other licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/html/atom.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/html/atom.dep.yml index 552128c38..67d9f044c 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/html/atom.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/html/atom.dep.yml @@ -1,6 +1,6 @@ --- name: golang.org/x/net/html/atom -version: v0.15.0 +version: v0.17.0 type: go summary: 'Package atom provides integer codes (also known as atoms) for a fixed set of frequently occurring HTML strings: tag names and attribute keys such as "p" and @@ -8,7 +8,7 @@ summary: 'Package atom provides integer codes (also known as atoms) for a fixed homepage: https://pkg.go.dev/golang.org/x/net/html/atom license: other licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -37,7 +37,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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/http2.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/http2.dep.yml index 1e42bab41..a6c913781 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/http2.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/http2.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2 -version: v0.15.0 +version: v0.17.0 type: go summary: Package http2 implements the HTTP/2 protocol. homepage: https://pkg.go.dev/golang.org/x/net/http2 license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/http2/h2c.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/http2/h2c.dep.yml index 598b5f93e..63bd19937 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/http2/h2c.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/http2/h2c.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/http2/h2c -version: v0.15.0 +version: v0.17.0 type: go summary: Package h2c implements the unencrypted "h2c" form of HTTP/2. homepage: https://pkg.go.dev/golang.org/x/net/http2/h2c license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/internal/iana.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/internal/iana.dep.yml index 87d66dd8e..0571f7c26 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/internal/iana.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/internal/iana.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/internal/iana -version: v0.15.0 +version: v0.17.0 type: go summary: Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA). homepage: https://pkg.go.dev/golang.org/x/net/internal/iana license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/internal/socket.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/internal/socket.dep.yml index 77e77e469..d9e364b00 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/internal/socket.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/internal/socket.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/net/internal/socket -version: v0.15.0 +version: v0.17.0 type: go summary: Package socket provides a portable interface for socket system calls. homepage: https://pkg.go.dev/golang.org/x/net/internal/socket license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/ipv4.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/ipv4.dep.yml index c74008b9d..22c086349 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/ipv4.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/ipv4.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/ipv4 -version: v0.15.0 +version: v0.17.0 type: go summary: Package ipv4 implements IP-level socket options for the Internet Protocol version 4. homepage: https://pkg.go.dev/golang.org/x/net/ipv4 license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/arduino-create-agent/go/golang.org/x/net/ipv6.dep.yml b/.licenses/arduino-create-agent/go/golang.org/x/net/ipv6.dep.yml index f8607b3f1..c77916511 100644 --- a/.licenses/arduino-create-agent/go/golang.org/x/net/ipv6.dep.yml +++ b/.licenses/arduino-create-agent/go/golang.org/x/net/ipv6.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/net/ipv6 -version: v0.15.0 +version: v0.17.0 type: go summary: Package ipv6 implements IP-level socket options for the Internet Protocol version 6. homepage: https://pkg.go.dev/golang.org/x/net/ipv6 license: bsd-3-clause licenses: -- sources: net@v0.15.0/LICENSE +- sources: net@v0.17.0/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,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: net@v0.15.0/PATENTS +- sources: net@v0.17.0/PATENTS text: | Additional IP Rights Grant (Patents)