-
Notifications
You must be signed in to change notification settings - Fork 117
Expand file tree
/
Copy pathREUSE.toml
More file actions
718 lines (599 loc) · 23.4 KB
/
REUSE.toml
File metadata and controls
718 lines (599 loc) · 23.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
version = 1
SPDX-PackageName = "Gardener etcd-backup-restore"
SPDX-PackageSupplier = "The Gardener project <gardener@googlegroups.com>"
SPDX-PackageDownloadLocation = "https://github.com/gardener/etcd-backup-restore"
[[annotations]]
path = "**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2025 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "**.md"
precedence = "aggregate"
SPDX-FileCopyrightText = "2017-2025 SAP SE or an SAP affiliate company and Gardener contributors"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "pkg/snapstore/gcs/interfaces.go"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "pkg/snapstore/gcs/adapters.go"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Google LLC"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "pkg/snapshot/restorer/restorer.go"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 The etcd Authors"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/google/gnostic/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/gnostic contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/cloud.google.com/go/storage/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 cloud.google.com/go/storage contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/xiang90/probing/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/xiang90/probing contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/cespare/xxhash/v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/cespare/xxhash/v2 contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/modern-go/reflect2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/modern-go/reflect2 contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/google.golang.org/api/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/api contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/grpc-ecosystem/grpc-gateway/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/grpc-ecosystem/grpc-gateway contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/evanphx/json-patch/v5/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/evanphx/json-patch/v5 contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/google/pprof/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/pprof contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/apimachinery/third_party/forked/golang/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/apimachinery/third_party/forked/golang contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/prometheus/common/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/prometheus/common contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/tmc/grpc-websocket-proxy/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/tmc/grpc-websocket-proxy contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/golang.org/x/term/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/term contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/onsi/gomega/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/onsi/gomega contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/Azure/azure-storage-blob-go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/Azure/azure-storage-blob-go contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/emicklei/go-restful/v3/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/emicklei/go-restful/v3 contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/cyphar/filepath-securejoin/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/cyphar/filepath-securejoin contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/golang.org/x/text/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/text contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/matttproud/golang_protobuf_extensions/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/matttproud/golang_protobuf_extensions contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/golang.org/x/oauth2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/oauth2 contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/BurntSushi/toml/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/BurntSushi/toml contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/golang/groupcache/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/golang/groupcache contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/jmespath/go-jmespath/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/jmespath/go-jmespath contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/go.opencensus.io/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.opencensus.io contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/google/btree/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/btree contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/evanphx/json-patch/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/evanphx/json-patch contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/golang.org/x/sys/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/sys contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/k8s.io/utils/internal/third_party/forked/golang/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/utils/internal/third_party/forked/golang contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/go.uber.org/atomic/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.uber.org/atomic contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/beorn7/perks/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/beorn7/perks contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/google/uuid/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/uuid contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/google.golang.org/grpc/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/grpc contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/Masterminds/semver/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/Masterminds/semver contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/gobwas/glob/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/gobwas/glob contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/mitchellh/reflectwalk/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/mitchellh/reflectwalk contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/munnerz/goautoneg/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/munnerz/goautoneg contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/aws/aws-sdk-go-v2/internal/sync/singleflight/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/aws/aws-sdk-go-v2/internal/sync/singleflight contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/sigs.k8s.io/structured-merge-diff/v4/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 sigs.k8s.io/structured-merge-diff/v4 contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/json-iterator/go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/json-iterator/go contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/josharian/intern/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/josharian/intern contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/gopkg.in/yaml.v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 gopkg.in/yaml.v2 contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/gopkg.in/yaml.v3/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 gopkg.in/yaml.v3 contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/google.golang.org/api/internal/third_party/uritemplates/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/api/internal/third_party/uritemplates contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/google.golang.org/protobuf/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/protobuf contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/robfig/cron/v3/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/robfig/cron/v3 contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/imdario/mergo/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/imdario/mergo contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/soheilhy/cmux/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/soheilhy/cmux contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/huandu/xstrings/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/huandu/xstrings contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/cloud.google.com/go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 cloud.google.com/go contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/utils/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/utils contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/davecgh/go-spew/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/davecgh/go-spew contributors."
SPDX-License-Identifier = "ISC"
[[annotations]]
path = "vendor/github.com/prometheus/procfs/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/prometheus/procfs contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/aws/aws-sdk-go-v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/aws/aws-sdk-go-v2 contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/sigs.k8s.io/json/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 sigs.k8s.io/json contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/helm/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/helm contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/jonboulle/clockwork/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/jonboulle/clockwork contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/mitchellh/copystructure/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/mitchellh/copystructure contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/golang.org/x/time/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/time contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/googleapis/gax-go/v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/googleapis/gax-go/v2 contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/prometheus/client_golang/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/prometheus/client_golang contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/golang/mock/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/golang/mock contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/prometheus/client_model/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/prometheus/client_model contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/sigs.k8s.io/controller-runtime/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 sigs.k8s.io/controller-runtime contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/go.uber.org/zap/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.uber.org/zap contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/spf13/cobra/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/spf13/cobra contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/apimachinery/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/apimachinery contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/dgrijalva/jwt-go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/dgrijalva/jwt-go contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/pkg/errors/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/pkg/errors contributors."
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "vendor/github.com/onsi/ginkgo/v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/onsi/ginkgo/v2 contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/gophercloud/utils/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/gophercloud/utils contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/grpc-ecosystem/go-grpc-middleware/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/grpc-ecosystem/go-grpc-middleware contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/kube-openapi/pkg/internal/third_party/go-json-experiment/json contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/gorilla/websocket/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/gorilla/websocket contributors."
SPDX-License-Identifier = "BSD-2-Clause"
[[annotations]]
path = "vendor/github.com/golang/protobuf/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/golang/protobuf contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/k8s.io/klog/v2/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/klog/v2 contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/spf13/pflag/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/spf13/pflag contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/go.uber.org/multierr/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.uber.org/multierr contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/go-task/slim-sprig/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/go-task/slim-sprig contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/google/gofuzz/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/gofuzz contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/go-logr/logr/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/go-logr/logr contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/Masterminds/sprig/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/Masterminds/sprig contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/sirupsen/logrus/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/sirupsen/logrus contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/google/go-cmp/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/google/go-cmp contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/coreos/go-systemd/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/coreos/go-systemd contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/golang.org/x/crypto/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/crypto contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/golang.org/x/net/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/net contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/k8s.io/client-go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/client-go contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/inconshreveable/mousetrap/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/inconshreveable/mousetrap contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/coreos/go-semver/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/coreos/go-semver contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/go.etcd.io/bbolt/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.etcd.io/bbolt contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/google.golang.org/appengine/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/appengine contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/go.etcd.io/etcd/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 go.etcd.io/etcd contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/golang.org/x/xerrors/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/xerrors contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/google.golang.org/genproto/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 google.golang.org/genproto contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/Masterminds/goutils/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/Masterminds/goutils contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/gophercloud/gophercloud/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/gophercloud/gophercloud contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/coreos/pkg/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/coreos/pkg contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/api/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/api contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/aliyun/aliyun-oss-go-sdk/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/aliyun/aliyun-oss-go-sdk contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/go-openapi/swag/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/go-openapi/swag contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/mailru/easyjson/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/mailru/easyjson contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/dustin/go-humanize/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/dustin/go-humanize contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/golang.org/x/tools/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 golang.org/x/tools contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/go-openapi/jsonpointer/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/go-openapi/jsonpointer contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/grpc-ecosystem/go-grpc-prometheus/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/grpc-ecosystem/go-grpc-prometheus contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/gogo/protobuf/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/gogo/protobuf contributors."
SPDX-License-Identifier = "BSD-3-Clause"
[[annotations]]
path = "vendor/github.com/go-openapi/jsonreference/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/go-openapi/jsonreference contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/k8s.io/kube-openapi/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/kube-openapi contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/modern-go/concurrent/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/modern-go/concurrent contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/mattn/go-ieproxy/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/mattn/go-ieproxy contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/k8s.io/kube-openapi/pkg/validation/spec/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 k8s.io/kube-openapi/pkg/validation/spec contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/github.com/Azure/azure-pipeline-go/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/Azure/azure-pipeline-go contributors."
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "vendor/github.com/moby/spdystream/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 github.com/moby/spdystream contributors."
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "vendor/gopkg.in/inf.v0/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 gopkg.in/inf.v0 contributors."
SPDX-License-Identifier = "BSD-3-Clause"