Skip to content

Commit e936d87

Browse files
authored
update licenses; add branch refs file to resolve seldon-core to master explicitly(default branch is v2); manually change the wrapt python package license type (#7048)
1 parent 11efacb commit e936d87

File tree

12 files changed

+2302
-978
lines changed

12 files changed

+2302
-978
lines changed

executor/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ licenses: licenses/dep.txt
140140
-o licenses/repo.txt \
141141
--manual-dep-repo-mapping ../licenses/dep_repo.manual.csv \
142142
licenses/dep.txt
143-
get-github-license-info -o licenses/license_info.csv licenses/repo.txt
143+
get-github-license-info -o licenses/license_info.csv licenses/repo.txt \
144+
--branch-refs ../licenses/branch_refs.manual.csv
144145
python -m 'patch_additional_license_info' \
145146
licenses/license_info.csv \
146147
../licenses/additional_license_info.csv

executor/licenses/license.txt

Lines changed: 501 additions & 93 deletions
Large diffs are not rendered by default.

executor/licenses/license_info.csv

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ armon/go-socks5,https://github.com/armon/go-socks5/blob/master/LICENSE,MIT Licen
3232
asaskevich/govalidator,https://github.com/asaskevich/govalidator/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/asaskevich/govalidator/master/LICENSE
3333
aws/aws-sdk-go,https://github.com/aws/aws-sdk-go/blob/main/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/aws/aws-sdk-go/main/LICENSE.txt
3434
banzaicloud/k8s-objectmatcher,https://github.com/banzaicloud/k8s-objectmatcher/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/banzaicloud/k8s-objectmatcher/master/LICENSE
35-
benbjohnson/clock,https://github.com/benbjohnson/clock/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/benbjohnson/clock/master/LICENSE
3635
beorn7/perks,https://github.com/beorn7/perks/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/beorn7/perks/master/LICENSE
3736
blang/semver,https://github.com/blang/semver/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/blang/semver/master/LICENSE
3837
blendle/zapdriver,https://github.com/blendle/zapdriver/blob/master/LICENSE,ISC License,https://raw.githubusercontent.com/blendle/zapdriver/master/LICENSE
39-
cenkalti/backoff,https://github.com/cenkalti/backoff/blob/v4/LICENSE,MIT License,https://raw.githubusercontent.com/cenkalti/backoff/v4/LICENSE
38+
cenkalti/backoff,https://github.com/cenkalti/backoff/blob/v5/LICENSE,MIT License,https://raw.githubusercontent.com/cenkalti/backoff/v5/LICENSE
4039
census-instrumentation/opencensus-proto,https://github.com/census-instrumentation/opencensus-proto/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/census-instrumentation/opencensus-proto/master/LICENSE
4140
cespare/xxhash,https://github.com/cespare/xxhash/blob/main/LICENSE.txt,MIT License,https://raw.githubusercontent.com/cespare/xxhash/main/LICENSE.txt
4241
client9/misspell,https://github.com/client9/misspell/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/client9/misspell/master/LICENSE
@@ -49,7 +48,7 @@ coreos/go-semver,https://github.com/coreos/go-semver/blob/main/LICENSE,Apache Li
4948
coreos/go-systemd,https://github.com/coreos/go-systemd/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/coreos/go-systemd/main/LICENSE
5049
creack/pty,https://github.com/creack/pty/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/creack/pty/master/LICENSE
5150
davecgh/go-spew,https://github.com/davecgh/go-spew/blob/master/LICENSE,ISC License,https://raw.githubusercontent.com/davecgh/go-spew/master/LICENSE
52-
deepmap/oapi-codegen,https://github.com/deepmap/oapi-codegen/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/deepmap/oapi-codegen/master/LICENSE
51+
deepmap/oapi-codegen,https://github.com/oapi-codegen/oapi-codegen/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/oapi-codegen/oapi-codegen/main/LICENSE
5352
denisenkom/go-mssqldb,https://github.com/denisenkom/go-mssqldb/blob/master/LICENSE.txt,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/denisenkom/go-mssqldb/master/LICENSE.txt
5453
devigned/tab,https://github.com/devigned/tab/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/devigned/tab/master/LICENSE
5554
dgrijalva/jwt-go,https://github.com/dgrijalva/jwt-go/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/dgrijalva/jwt-go/master/LICENSE
@@ -75,6 +74,7 @@ fogleman/gg,https://github.com/fogleman/gg/blob/master/LICENSE.md,MIT License,ht
7574
fortytw2/leaktest,https://github.com/fortytw2/leaktest/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/fortytw2/leaktest/master/LICENSE
7675
fsnotify/fsnotify,https://github.com/fsnotify/fsnotify/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/fsnotify/fsnotify/main/LICENSE
7776
ghodss/yaml,https://github.com/ghodss/yaml/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/ghodss/yaml/master/LICENSE
77+
go-errors/errors,https://github.com/go-errors/errors/blob/master/LICENSE.MIT,MIT License,https://raw.githubusercontent.com/go-errors/errors/master/LICENSE.MIT
7878
go-gl/glfw,https://github.com/go-gl/glfw/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/go-gl/glfw/master/LICENSE
7979
go-kit/kit,https://github.com/go-kit/kit/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/go-kit/kit/master/LICENSE
8080
go-kit/log,https://github.com/go-kit/log/blob/main/LICENSE,MIT License,https://raw.githubusercontent.com/go-kit/log/main/LICENSE
@@ -95,7 +95,7 @@ go-stack/stack,https://github.com/go-stack/stack/blob/master/LICENSE.md,MIT Lice
9595
go-task/slim-sprig,https://github.com/go-task/slim-sprig/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/go-task/slim-sprig/master/LICENSE.txt
9696
gobuffalo/flect,https://github.com/gobuffalo/flect/blob/main/LICENSE,MIT License,https://raw.githubusercontent.com/gobuffalo/flect/main/LICENSE
9797
gobwas/glob,https://github.com/gobwas/glob/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/gobwas/glob/master/LICENSE
98-
gocql/gocql,https://github.com/gocql/gocql/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gocql/gocql/master/LICENSE
98+
gocql/gocql,https://github.com/apache/cassandra-gocql-driver/blob/trunk/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/apache/cassandra-gocql-driver/trunk/LICENSE
9999
gogo/protobuf,https://github.com/gogo/protobuf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gogo/protobuf/master/LICENSE
100100
golang-jwt/jwt,https://github.com/golang-jwt/jwt/blob/main/LICENSE,MIT License,https://raw.githubusercontent.com/golang-jwt/jwt/main/LICENSE
101101
golang-sql/civil,https://github.com/golang-sql/civil/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/golang-sql/civil/master/LICENSE
@@ -122,7 +122,7 @@ googleapis/gnostic,https://github.com/google/gnostic/blob/main/LICENSE,Apache Li
122122
googleapis/go-type-adapters,https://github.com/googleapis/go-type-adapters/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/googleapis/go-type-adapters/main/LICENSE
123123
gorilla/context,https://github.com/gorilla/context/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/context/main/LICENSE
124124
gorilla/mux,https://github.com/gorilla/mux/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/mux/main/LICENSE
125-
gorilla/websocket,https://github.com/gorilla/websocket/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/gorilla/websocket/main/LICENSE
125+
gorilla/websocket,https://github.com/gorilla/websocket/blob/main/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/gorilla/websocket/main/LICENSE
126126
gregjones/httpcache,https://github.com/gregjones/httpcache/blob/master/LICENSE.txt,MIT License,https://raw.githubusercontent.com/gregjones/httpcache/master/LICENSE.txt
127127
grpc-ecosystem/go-grpc-middleware,https://github.com/grpc-ecosystem/go-grpc-middleware/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-middleware/main/LICENSE
128128
grpc-ecosystem/go-grpc-prometheus,https://github.com/grpc-ecosystem/go-grpc-prometheus/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/grpc-ecosystem/go-grpc-prometheus/master/LICENSE
@@ -155,7 +155,7 @@ jcmturner/dnsutils,https://github.com/jcmturner/dnsutils/blob/master/LICENSE,Apa
155155
jcmturner/gofork,https://github.com/jcmturner/gofork/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/jcmturner/gofork/master/LICENSE
156156
jcmturner/gokrb5,https://github.com/jcmturner/gokrb5/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/gokrb5/master/LICENSE
157157
jcmturner/rpc,https://github.com/jcmturner/rpc/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jcmturner/rpc/master/LICENSE
158-
jessevdk/go-flags,https://github.com/jessevdk/go-flags/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/jessevdk/go-flags/master/LICENSE
158+
jessevdk/go-flags,https://github.com/jessevdk/go-flags/blob/main/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/jessevdk/go-flags/main/LICENSE
159159
jmespath/go-jmespath,https://github.com/jmespath/go-jmespath/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jmespath/go-jmespath/master/LICENSE
160160
jonboulle/clockwork,https://github.com/jonboulle/clockwork/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/jonboulle/clockwork/master/LICENSE
161161
josharian/intern,https://github.com/josharian/intern/blob/master/LICENSE.md,MIT License,https://raw.githubusercontent.com/josharian/intern/master/LICENSE.md
@@ -193,14 +193,15 @@ moby/spdystream,https://github.com/moby/spdystream/blob/master/LICENSE,Apache Li
193193
moby/term,https://github.com/moby/term/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/moby/term/main/LICENSE
194194
modern-go/concurrent,https://github.com/modern-go/concurrent/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/concurrent/master/LICENSE
195195
modern-go/reflect2,https://github.com/modern-go/reflect2/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/modern-go/reflect2/master/LICENSE
196+
monochromegane/go-gitignore,https://github.com/monochromegane/go-gitignore/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/monochromegane/go-gitignore/master/LICENSE
196197
munnerz/goautoneg,https://github.com/munnerz/goautoneg/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/munnerz/goautoneg/master/LICENSE
197198
mwitkow/go-conntrack,https://github.com/mwitkow/go-conntrack/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/mwitkow/go-conntrack/master/LICENSE
198199
mxk/go-flowrate,https://github.com/mxk/go-flowrate/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/mxk/go-flowrate/master/LICENSE
199200
nats-io/jwt,https://github.com/nats-io/jwt/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/jwt/main/LICENSE
200201
nats-io/nats-server,https://github.com/nats-io/nats-server/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats-server/main/LICENSE
201202
nats-io/nats.go,https://github.com/nats-io/nats.go/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nats.go/main/LICENSE
202203
nats-io/nkeys,https://github.com/nats-io/nkeys/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nkeys/main/LICENSE
203-
nats-io/nuid,https://github.com/nats-io/nuid/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nuid/master/LICENSE
204+
nats-io/nuid,https://github.com/nats-io/nuid/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/nats-io/nuid/main/LICENSE
204205
newrelic/newrelic-client-go,https://github.com/newrelic/newrelic-client-go/blob/main/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/newrelic/newrelic-client-go/main/LICENSE
205206
niemeyer/pretty,https://github.com/niemeyer/pretty/blob/master/License,MIT License,https://raw.githubusercontent.com/niemeyer/pretty/master/License
206207
nxadm/tail,https://github.com/nxadm/tail/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/nxadm/tail/master/LICENSE
@@ -225,8 +226,10 @@ robfig/cron,https://github.com/robfig/cron/blob/master/LICENSE,MIT License,https
225226
rogpeppe/fastuuid,https://github.com/rogpeppe/fastuuid/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/rogpeppe/fastuuid/master/LICENSE
226227
rogpeppe/go-internal,https://github.com/rogpeppe/go-internal/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/rogpeppe/go-internal/master/LICENSE
227228
ryanuber/go-glob,https://github.com/ryanuber/go-glob/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/ryanuber/go-glob/master/LICENSE
229+
sergi/go-diff,https://github.com/sergi/go-diff/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/sergi/go-diff/master/LICENSE
228230
sirupsen/logrus,https://github.com/sirupsen/logrus/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/sirupsen/logrus/master/LICENSE
229231
soheilhy/cmux,https://github.com/soheilhy/cmux/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/soheilhy/cmux/master/LICENSE
232+
spf13/afero,https://github.com/spf13/afero/blob/master/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/spf13/afero/master/LICENSE.txt
230233
spf13/cobra,https://github.com/spf13/cobra/blob/main/LICENSE.txt,Apache License 2.0,https://raw.githubusercontent.com/spf13/cobra/main/LICENSE.txt
231234
spf13/pflag,https://github.com/spf13/pflag/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/spf13/pflag/master/LICENSE
232235
stoewer/go-strcase,https://github.com/stoewer/go-strcase/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/stoewer/go-strcase/master/LICENSE
@@ -253,11 +256,12 @@ xdg/scram,https://github.com/xdg/scram/blob/master/LICENSE,Apache License 2.0,ht
253256
xdg/stringprep,https://github.com/xdg/stringprep/blob/master/LICENSE,Apache License 2.0,https://raw.githubusercontent.com/xdg/stringprep/master/LICENSE
254257
xhit/go-str2duration,https://github.com/xhit/go-str2duration/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/xhit/go-str2duration/master/LICENSE
255258
xiang90/probing,https://github.com/xiang90/probing/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/xiang90/probing/master/LICENSE
259+
xlab/treeprint,https://github.com/xlab/treeprint/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/xlab/treeprint/master/LICENSE
256260
youmark/pkcs8,https://github.com/youmark/pkcs8/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/youmark/pkcs8/master/LICENSE
257261
yuin/goldmark,https://github.com/yuin/goldmark/blob/master/LICENSE,MIT License,https://raw.githubusercontent.com/yuin/goldmark/master/LICENSE
258262
go-check/check,https://github.com/go-check/check/blob/v1/LICENSE,BSD 2-Clause "Simplified" License,https://raw.githubusercontent.com/go-check/check/v1/LICENSE
259263
go-inf/inf,https://github.com/go-inf/inf/blob/master/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/go-inf/inf/master/LICENSE
260264
natefinch/lumberjack,https://github.com/natefinch/lumberjack/blob/v2.0/LICENSE,MIT License,https://raw.githubusercontent.com/natefinch/lumberjack/v2.0/LICENSE
261-
go-resty/resty,https://github.com/go-resty/resty/blob/v2/LICENSE,MIT License,https://raw.githubusercontent.com/go-resty/resty/v2/LICENSE
265+
go-resty/resty,https://github.com/go-resty/resty/blob/v3/LICENSE,MIT License,https://raw.githubusercontent.com/go-resty/resty/v3/LICENSE
262266
go-tomb/tomb,https://github.com/go-tomb/tomb/blob/v1/LICENSE,BSD 3-Clause "New" or "Revised" License,https://raw.githubusercontent.com/go-tomb/tomb/v1/LICENSE
263267
go-yaml/yaml,https://github.com/go-yaml/yaml/blob/v3/LICENSE,MIT License,https://raw.githubusercontent.com/go-yaml/yaml/v3/LICENSE

executor/licenses/repo.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ armon/go-socks5
3434
asaskevich/govalidator
3535
aws/aws-sdk-go
3636
banzaicloud/k8s-objectmatcher
37-
benbjohnson/clock
3837
beorn7/perks
3938
blang/semver
4039
blendle/zapdriver
@@ -77,6 +76,7 @@ fogleman/gg
7776
fortytw2/leaktest
7877
fsnotify/fsnotify
7978
ghodss/yaml
79+
go-errors/errors
8080
go-gl/glfw
8181
go-kit/kit
8282
go-kit/log
@@ -195,6 +195,7 @@ moby/spdystream
195195
moby/term
196196
modern-go/concurrent
197197
modern-go/reflect2
198+
monochromegane/go-gitignore
198199
munnerz/goautoneg
199200
mwitkow/go-conntrack
200201
mxk/go-flowrate
@@ -227,8 +228,10 @@ robfig/cron
227228
rogpeppe/fastuuid
228229
rogpeppe/go-internal
229230
ryanuber/go-glob
231+
sergi/go-diff
230232
sirupsen/logrus
231233
soheilhy/cmux
234+
spf13/afero
232235
spf13/cobra
233236
spf13/pflag
234237
stoewer/go-strcase
@@ -255,6 +258,7 @@ xdg/scram
255258
xdg/stringprep
256259
xhit/go-str2duration
257260
xiang90/probing
261+
xlab/treeprint
258262
youmark/pkcs8
259263
yuin/goldmark
260264
https://github.com/golang/go

licenses/3rd-party-summary.txt

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
166 Apache License 2.0
2-
22 Apache Software License
3-
2 Apache Software License; BSD License
4-
11 BSD 2-Clause Simplified License
5-
1 BSD-3-Clause
6-
76 BSD 3-Clause New or Revised License
7-
19 BSD License
8-
1 Business Source License 1.1
1+
1 3-Clause BSD License
2+
3 Apache-2.0
3+
1 Apache-2.0 AND BSD-2-Clause
4+
1 Apache-2.0 OR BSD-3-Clause
5+
172 Apache License 2.0
6+
13 Apache Software License
7+
1 Apache Software License; BSD License
8+
15 BSD 2-Clause Simplified License
9+
7 BSD-3-Clause
10+
75 BSD 3-Clause New or Revised License
11+
8 BSD License
12+
3 Business Source License 1.1
913
1 Creative Commons Attribution 4.0 International Public License
1014
4 ISC License
11-
1 MIT
15+
11 MIT
1216
244 MIT License
1317
34 Mozilla Public License 2.0
1418
1 Mozilla Public License 2.0 (MPL 2.0)
15-
1 Python Software Foundation License
19+
1 PSF-2.0
20+
1 UNKNOWN

licenses/branch_refs.manual.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
seldonio/seldon-core,master

operator/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ licenses: licenses/dep.txt
228228
-o licenses/repo.txt \
229229
--manual-dep-repo-mapping ../licenses/dep_repo.manual.csv \
230230
licenses/dep.txt
231-
get-github-license-info -o licenses/license_info.csv licenses/repo.txt
231+
get-github-license-info -o licenses/license_info.csv licenses/repo.txt \
232+
--branch-refs ../licenses/branch_refs.manual.csv
232233
python -m 'patch_additional_license_info' \
233234
licenses/license_info.csv \
234235
../licenses/additional_license_info.csv

0 commit comments

Comments
 (0)