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

+2-1
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

+1-1
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

+1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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

+1-1
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/loggingoperator.go

+2-2
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.
@@ -20,12 +20,12 @@ import (
2020
"testing"
2121
"time"
2222

23-
"github.com/kube-logging/logging-operator/pkg/sdk/resourcebuilder"
2423
"github.com/cisco-open/operator-tools/pkg/reconciler"
2524
"github.com/cisco-open/operator-tools/pkg/types"
2625
"github.com/cisco-open/operator-tools/pkg/utils"
2726
"github.com/go-logr/logr"
2827
logrtesting "github.com/go-logr/logr/testing"
28+
"github.com/kube-logging/logging-operator/pkg/sdk/resourcebuilder"
2929
"github.com/stretchr/testify/require"
3030
corev1 "k8s.io/api/core/v1"
3131
"sigs.k8s.io/controller-runtime/pkg/client"

e2e/common/setup/logproducer.go

+1-1
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/volumedrain/volumedrain_test.go

+2-2
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.
@@ -21,9 +21,9 @@ import (
2121
"testing"
2222
"time"
2323

24+
"github.com/cisco-open/operator-tools/pkg/utils"
2425
"github.com/kube-logging/logging-operator/pkg/sdk/logging/api/v1beta1"
2526
"github.com/kube-logging/logging-operator/pkg/sdk/logging/model/output"
26-
"github.com/cisco-open/operator-tools/pkg/utils"
2727
"github.com/stretchr/testify/assert"
2828
"github.com/stretchr/testify/require"
2929
appsv1 "k8s.io/api/apps/v1"

pkg/resources/configcheck/configcheck.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2023 Banzai Cloud
1+
// Copyright © 2022 Kube logging authors
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.
@@ -16,6 +16,7 @@ package configcheck
1616

1717
import (
1818
"context"
19+
1920
"emperror.dev/errors"
2021
corev1 "k8s.io/api/core/v1"
2122
v1 "k8s.io/apimachinery/pkg/apis/meta/v1"

pkg/resources/fluentd/dataprovider.go

+1-1
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.

pkg/resources/fluentd/drainjob.go

+1-1
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.

pkg/resources/fluentd/placeholderpod.go

+1-1
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.

pkg/resources/fluentddataprovider/interface.go

+1-1
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.

pkg/resources/nodeagent/config.go

+1-1
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.

pkg/resources/nodeagent/configsecret.go

+1-1
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.

pkg/resources/nodeagent/daemonset.go

+1-1
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.

pkg/resources/nodeagent/nodeagent.go

+1-1
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.

pkg/resources/nodeagent/psp.go

+1-1
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.

pkg/resources/nodeagent/rbac.go

+1-1
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.

pkg/resources/nodeagent/service.go

+1-1
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.

pkg/resources/syslogng/buffervolumeprometheusrules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/component.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/configcheck.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/configsecret.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/dataprovider.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/meta.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/outputsecret.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/prometheusrules.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/rbac.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/service.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/statefulset.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/resources/syslogng/syslogng.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 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.

pkg/sdk/logging/model/common/security.go

+1-1
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.

pkg/sdk/logging/model/common/transport.go

+1-1
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.

pkg/sdk/logging/model/output/gelf.go

+1-1
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.

pkg/sdk/logging/model/output/gelf_test.go

+1-1
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.

pkg/sdk/logging/model/output/opensearch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/output/opensearch_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/output/sqs.go

+1-1
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.

pkg/sdk/logging/model/output/sqs_test.go

+1-1
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.

pkg/sdk/logging/model/syslogng/config/field.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/config/syntax.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/config/tag.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/disk_buffer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/file.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/loggly.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/sumologic_http.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/sumologic_syslog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/syslog.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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.

pkg/sdk/logging/model/syslogng/output/tls.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2022 Banzai Cloud
1+
// Copyright © 2022 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)