Skip to content

Commit

Permalink
remove SPDX Header (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf authored May 23, 2024
1 parent 55c022c commit edaf5ea
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 53 deletions.
4 changes: 0 additions & 4 deletions pkg/contexts/credentials/internal/logging.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2023 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package internal

import (
Expand Down
11 changes: 3 additions & 8 deletions pkg/contexts/credentials/repositories/vault/repo_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

//go:build integration

package vault_test
Expand All @@ -14,12 +10,10 @@ import (
"os/exec"
"time"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/open-component-model/ocm/pkg/testutils"

"github.com/hashicorp/vault-client-go"
"github.com/hashicorp/vault-client-go/schema"
. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

"github.com/open-component-model/ocm/pkg/common"
"github.com/open-component-model/ocm/pkg/contexts/credentials"
Expand All @@ -28,6 +22,7 @@ import (
"github.com/open-component-model/ocm/pkg/contexts/credentials/repositories/vault/identity"
"github.com/open-component-model/ocm/pkg/errors"
"github.com/open-component-model/ocm/pkg/runtime"
. "github.com/open-component-model/ocm/pkg/testutils"
)

type vaultMode string
Expand Down
6 changes: 1 addition & 5 deletions pkg/contexts/credentials/repositories/vault/repo_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package vault_test

import (
Expand All @@ -11,12 +7,12 @@ import (

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
. "github.com/open-component-model/ocm/pkg/testutils"

"github.com/open-component-model/ocm/pkg/common"
"github.com/open-component-model/ocm/pkg/contexts/credentials"
me "github.com/open-component-model/ocm/pkg/contexts/credentials/repositories/vault"
"github.com/open-component-model/ocm/pkg/contexts/credentials/repositories/vault/identity"
. "github.com/open-component-model/ocm/pkg/testutils"
)

const (
Expand Down
4 changes: 0 additions & 4 deletions pkg/errkind/kinds.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package errkind

const (
Expand Down
4 changes: 0 additions & 4 deletions pkg/errkind/utils.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package errkind

import (
Expand Down
4 changes: 0 additions & 4 deletions pkg/errors/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

// Deprectated: use github.com/mandelsoft/goutils/errors
package errors
4 changes: 0 additions & 4 deletions pkg/exception/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

// Deprecated: use github.com/mandelsoft/goutils/exception
package exception
4 changes: 0 additions & 4 deletions pkg/finalizer/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

// Deprecated: use github.com/mandelsoft/goutils/finalizer
package finalizer
4 changes: 0 additions & 4 deletions pkg/generics/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

// Deprecated: use appropriate sub packages in github.com/mandelsoft/goutils
package generics
4 changes: 0 additions & 4 deletions pkg/runtimefinalizer/object.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package runtimefinalizer

import (
Expand Down
4 changes: 0 additions & 4 deletions pkg/runtimefinalizer/object_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package runtimefinalizer_test

import (
Expand Down
4 changes: 0 additions & 4 deletions pkg/runtimefinalizer/suite_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
// SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company and Open Component Model contributors.
//
// SPDX-License-Identifier: Apache-2.0

package runtimefinalizer_test

import (
Expand Down

0 comments on commit edaf5ea

Please sign in to comment.