Skip to content

Commit

Permalink
Add copyright header
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <[email protected]>
  • Loading branch information
stefanprodan committed Jun 11, 2024
1 parent 699aab2 commit e03ad61
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions test/olm/e2e_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Stefan Prodan.
// SPDX-License-Identifier: AGPL-3.0

package e2eolm

import (
Expand Down
3 changes: 3 additions & 0 deletions test/olm/e2e_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Stefan Prodan.
// SPDX-License-Identifier: AGPL-3.0

package e2eolm

import (
Expand Down
6 changes: 5 additions & 1 deletion test/olm/instance_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
// Copyright 2024 Stefan Prodan.
// SPDX-License-Identifier: AGPL-3.0

package e2eolm

import (
"os/exec"
"time"

utils "github.com/controlplaneio-fluxcd/flux-operator/test/e2e"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

utils "github.com/controlplaneio-fluxcd/flux-operator/test/e2e"
)

var _ = Describe("FluxInstance", Ordered, func() {
Expand Down
3 changes: 3 additions & 0 deletions test/olm/scorecard_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright 2024 Stefan Prodan.
// SPDX-License-Identifier: AGPL-3.0

package e2eolm

import (
Expand Down

0 comments on commit e03ad61

Please sign in to comment.