Skip to content

Commit 70dd6d9

Browse files
committed
chore: copyright cleanup - Banzai Cloud for 2019-2020, Cisco for 2021-2022 and Kube logging authors from 2023
1 parent 96a0c88 commit 70dd6d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+60
-57
lines changed

.licensei.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ignored = [
2323
[header]
2424
ignorePaths = ["vendor"]
2525
ignoreFiles = ["zz_generated.*.go", "generated.go","cache.go"]
26-
template = """// Copyright © :YEAR: Banzai Cloud
26+
authors = ["Banzai Cloud", "Cisco Systems, Inc. and/or its affiliates", "Kube logging authors"]
27+
template = """// Copyright © :YEAR: :AUTHOR:
2728
//
2829
// Licensed under the Apache License, Version 2.0 (the "License");
2930
// you may not use this file except in compliance with the License.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ KUBEBUILDER := ${BIN}/kubebuilder
4141
KUBEBUILDER_VERSION = v3.1.0
4242

4343
LICENSEI := ${BIN}/licensei
44-
LICENSEI_VERSION = v0.7.0
44+
LICENSEI_VERSION = v0.8.0
4545

4646
SETUP_ENVTEST := ${BIN}/setup-envtest
4747

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Copyright © 2018 Banzai Cloud
22
Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
3+
Copyright © 2023 Kube logging authors
34

45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.

e2e/common/cluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/cond/conditions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/kind.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/kind/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/panicobject.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/resources.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

e2e/common/setup/logconsumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2021 Banzai Cloud
1+
// Copyright © 2021 Cisco Systems, Inc. and/or its affiliates
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)