@@ -816,15 +816,105 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
816
816
817
817
--------------------------------------------------------------------------------
818
818
Dependency : github.com/elastic/e2e-testing
819
- Version: v1.99.2-0.20220117192005-d3365c99b9c4
819
+ Version: v1.99.2-0.20221205111528-ade3c840d0c0
820
820
Licence type (autodetected): Elastic
821
821
--------------------------------------------------------------------------------
822
822
823
- Contents of probable licence file $GOMODCACHE/github.com/elastic/e2e-testing@v1.99.2-0.20220117192005-d3365c99b9c4/cli /LICENSE.txt:
823
+ Contents of probable licence file $GOMODCACHE/github.com/elastic/e2e-testing@v1.99.2-0.20221205111528-ade3c840d0c0 /LICENSE.txt:
824
824
825
- Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
826
- or more contributor license agreements. Licensed under the Elastic License;
827
- you may not use this file except in compliance with the Elastic License.
825
+ Elastic License 2.0
826
+
827
+ URL: https://www.elastic.co/licensing/elastic-license
828
+
829
+ ## Acceptance
830
+
831
+ By using the software, you agree to all of the terms and conditions below.
832
+
833
+ ## Copyright License
834
+
835
+ The licensor grants you a non-exclusive, royalty-free, worldwide,
836
+ non-sublicensable, non-transferable license to use, copy, distribute, make
837
+ available, and prepare derivative works of the software, in each case subject to
838
+ the limitations and conditions below.
839
+
840
+ ## Limitations
841
+
842
+ You may not provide the software to third parties as a hosted or managed
843
+ service, where the service provides users with access to any substantial set of
844
+ the features or functionality of the software.
845
+
846
+ You may not move, change, disable, or circumvent the license key functionality
847
+ in the software, and you may not remove or obscure any functionality in the
848
+ software that is protected by the license key.
849
+
850
+ You may not alter, remove, or obscure any licensing, copyright, or other notices
851
+ of the licensor in the software. Any use of the licensor’s trademarks is subject
852
+ to applicable law.
853
+
854
+ ## Patents
855
+
856
+ The licensor grants you a license, under any patent claims the licensor can
857
+ license, or becomes able to license, to make, have made, use, sell, offer for
858
+ sale, import and have imported the software, in each case subject to the
859
+ limitations and conditions in this license. This license does not cover any
860
+ patent claims that you cause to be infringed by modifications or additions to
861
+ the software. If you or your company make any written claim that the software
862
+ infringes or contributes to infringement of any patent, your patent license for
863
+ the software granted under these terms ends immediately. If your company makes
864
+ such a claim, your patent license ends immediately for work on behalf of your
865
+ company.
866
+
867
+ ## Notices
868
+
869
+ You must ensure that anyone who gets a copy of any part of the software from you
870
+ also gets a copy of these terms.
871
+
872
+ If you modify the software, you must include in any modified copies of the
873
+ software prominent notices stating that you have modified the software.
874
+
875
+ ## No Other Rights
876
+
877
+ These terms do not imply any licenses other than those expressly granted in
878
+ these terms.
879
+
880
+ ## Termination
881
+
882
+ If you use the software in violation of these terms, such use is not licensed,
883
+ and your licenses will automatically terminate. If the licensor provides you
884
+ with a notice of your violation, and you cease all violation of this license no
885
+ later than 30 days after you receive that notice, your licenses will be
886
+ reinstated retroactively. However, if you violate these terms after such
887
+ reinstatement, any additional violation of these terms will cause your licenses
888
+ to terminate automatically and permanently.
889
+
890
+ ## No Liability
891
+
892
+ *As far as the law allows, the software comes as is, without any warranty or
893
+ condition, and the licensor will not be liable to you for any damages arising
894
+ out of these terms or the use or nature of the software, under any kind of
895
+ legal claim.*
896
+
897
+ ## Definitions
898
+
899
+ The **licensor** is the entity offering these terms, and the **software** is the
900
+ software the licensor makes available under these terms, including any portion
901
+ of it.
902
+
903
+ **you** refers to the individual or entity agreeing to these terms.
904
+
905
+ **your company** is any legal entity, sole proprietorship, or other kind of
906
+ organization that you work for, plus all organizations that have control over,
907
+ are under the control of, or are under common control with that
908
+ organization. **control** means ownership of substantially all the assets of an
909
+ entity, or the power to direct its management and policies by vote, contract, or
910
+ otherwise. Control can be direct or indirect.
911
+
912
+ **your licenses** are all the licenses granted to you for the software under
913
+ these terms.
914
+
915
+ **use** means anything you do with the software requiring one of your licenses.
916
+
917
+ **trademark** means trademarks, service marks, and similar rights.
828
918
829
919
830
920
--------------------------------------------------------------------------------
@@ -3992,6 +4082,37 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3992
4082
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3993
4083
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3994
4084
4085
+ --------------------------------------------------------------------------------
4086
+ Dependency : github.com/sirupsen/logrus
4087
+ Version: v1.8.1
4088
+ Licence type (autodetected): MIT
4089
+ --------------------------------------------------------------------------------
4090
+
4091
+ Contents of probable licence file $GOMODCACHE/github.com/sirupsen/logrus@v1.8.1/LICENSE:
4092
+
4093
+ The MIT License (MIT)
4094
+
4095
+ Copyright (c) 2014 Simon Eskildsen
4096
+
4097
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4098
+ of this software and associated documentation files (the "Software"), to deal
4099
+ in the Software without restriction, including without limitation the rights
4100
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
4101
+ copies of the Software, and to permit persons to whom the Software is
4102
+ furnished to do so, subject to the following conditions:
4103
+
4104
+ The above copyright notice and this permission notice shall be included in
4105
+ all copies or substantial portions of the Software.
4106
+
4107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
4108
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
4109
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
4110
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
4111
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4112
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
4113
+ THE SOFTWARE.
4114
+
4115
+
3995
4116
--------------------------------------------------------------------------------
3996
4117
Dependency : github.com/spf13/cobra
3997
4118
Version: v1.3.0
@@ -5331,11 +5452,11 @@ THE SOFTWARE.
5331
5452
5332
5453
--------------------------------------------------------------------------------
5333
5454
Dependency : golang.org/x/crypto
5334
- Version: v0.0.0-20210817164053-32db794688a5
5455
+ Version: v0.0.0-20211117183948-ae814b36b871
5335
5456
Licence type (autodetected): BSD-3-Clause
5336
5457
--------------------------------------------------------------------------------
5337
5458
5338
- Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.0.0-20210817164053-32db794688a5 /LICENSE:
5459
+ Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.0.0-20211117183948-ae814b36b871 /LICENSE:
5339
5460
5340
5461
Copyright (c) 2009 The Go Authors. All rights reserved.
5341
5462
@@ -7218,11 +7339,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
7218
7339
7219
7340
--------------------------------------------------------------------------------
7220
7341
Dependency : github.com/cenkalti/backoff/v4
7221
- Version: v4.1.1
7342
+ Version: v4.1.2
7222
7343
Licence type (autodetected): MIT
7223
7344
--------------------------------------------------------------------------------
7224
7345
7225
- Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v4@v4.1.1 /LICENSE:
7346
+ Contents of probable licence file $GOMODCACHE/github.com/cenkalti/backoff/v4@v4.1.2 /LICENSE:
7226
7347
7227
7348
The MIT License (MIT)
7228
7349
@@ -12324,11 +12445,11 @@ Contents of probable licence file $GOMODCACHE/github.com/moby/spdystream@v0.2.0/
12324
12445
12325
12446
--------------------------------------------------------------------------------
12326
12447
Dependency : github.com/moby/term
12327
- Version: v0.0.0-20210610120745-9d4ed1856297
12448
+ Version: v0.0.0-20210619224110-3f7ff695adc6
12328
12449
Licence type (autodetected): Apache-2.0
12329
12450
--------------------------------------------------------------------------------
12330
12451
12331
- Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.0.0-20210610120745-9d4ed1856297 /LICENSE:
12452
+ Contents of probable licence file $GOMODCACHE/github.com/moby/term@v0.0.0-20210619224110-3f7ff695adc6 /LICENSE:
12332
12453
12333
12454
12334
12455
Apache License
@@ -13834,37 +13955,6 @@ DEALINGS IN THE SOFTWARE.
13834
13955
13835
13956
13836
13957
13837
- --------------------------------------------------------------------------------
13838
- Dependency : github.com/sirupsen/logrus
13839
- Version: v1.8.1
13840
- Licence type (autodetected): MIT
13841
- --------------------------------------------------------------------------------
13842
-
13843
- Contents of probable licence file $GOMODCACHE/github.com/sirupsen/logrus@v1.8.1/LICENSE:
13844
-
13845
- The MIT License (MIT)
13846
-
13847
- Copyright (c) 2014 Simon Eskildsen
13848
-
13849
- Permission is hereby granted, free of charge, to any person obtaining a copy
13850
- of this software and associated documentation files (the "Software"), to deal
13851
- in the Software without restriction, including without limitation the rights
13852
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13853
- copies of the Software, and to permit persons to whom the Software is
13854
- furnished to do so, subject to the following conditions:
13855
-
13856
- The above copyright notice and this permission notice shall be included in
13857
- all copies or substantial portions of the Software.
13858
-
13859
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13860
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13861
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13862
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13863
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13864
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13865
- THE SOFTWARE.
13866
-
13867
-
13868
13958
--------------------------------------------------------------------------------
13869
13959
Dependency : github.com/spf13/afero
13870
13960
Version: v1.6.0
@@ -17399,11 +17489,11 @@ Contents of probable licence file $GOMODCACHE/sigs.k8s.io/structured-merge-diff/
17399
17489
17400
17490
--------------------------------------------------------------------------------
17401
17491
Dependency : sigs.k8s.io/yaml
17402
- Version: v1.2 .0
17492
+ Version: v1.3 .0
17403
17493
Licence type (autodetected): MIT
17404
17494
--------------------------------------------------------------------------------
17405
17495
17406
- Contents of probable licence file $GOMODCACHE/sigs.k8s.io/yaml@v1.2 .0/LICENSE:
17496
+ Contents of probable licence file $GOMODCACHE/sigs.k8s.io/yaml@v1.3 .0/LICENSE:
17407
17497
17408
17498
The MIT License (MIT)
17409
17499
0 commit comments