Skip to content

Commit

Permalink
chore: copyright fix
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov committed Dec 3, 2023
1 parent 3371715 commit fe1c67d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/sdk/logging/model/filter/useragent.go
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 3 additions & 2 deletions pkg/sdk/logging/model/filter/useragent_test.go
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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) {
Expand Down

0 comments on commit fe1c67d

Please sign in to comment.