From fe1c67d79a12f09b8e3b9dce2d020f16fddef4ed Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Sun, 3 Dec 2023 08:28:52 +0100 Subject: [PATCH] chore: copyright fix Signed-off-by: Peter Wilcsinszky --- pkg/sdk/logging/model/filter/useragent.go | 2 +- pkg/sdk/logging/model/filter/useragent_test.go | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/sdk/logging/model/filter/useragent.go b/pkg/sdk/logging/model/filter/useragent.go index e5f9305f0d..661d5c98ea 100644 --- a/pkg/sdk/logging/model/filter/useragent.go +++ b/pkg/sdk/logging/model/filter/useragent.go @@ -1,4 +1,4 @@ -// Copyright © 2019 Banzai Cloud +// Copyright © 2023 Kube logging authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/pkg/sdk/logging/model/filter/useragent_test.go b/pkg/sdk/logging/model/filter/useragent_test.go index 7ea20e8328..658bd20925 100644 --- a/pkg/sdk/logging/model/filter/useragent_test.go +++ b/pkg/sdk/logging/model/filter/useragent_test.go @@ -1,4 +1,4 @@ -// Copyright © 2019 Banzai Cloud +// Copyright © 2023 Kube logging authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -18,9 +18,10 @@ import ( "testing" "github.com/ghodss/yaml" + "github.com/stretchr/testify/require" + "github.com/kube-logging/logging-operator/pkg/sdk/logging/model/filter" "github.com/kube-logging/logging-operator/pkg/sdk/logging/model/render" - "github.com/stretchr/testify/require" ) func TestUserAgent(t *testing.T) {