Skip to content

Commit

Permalink
Add missing license headers to source files
Browse files Browse the repository at this point in the history
Discovered while attempting to revive goheader linter.

The linter itself seems to have some issues, but as that is being
worked on, adding the license to the flagged off files by the linter.

Signed-off-by: Shyamsundar Ranganathan <[email protected]>
  • Loading branch information
ShyamsundarR committed Nov 26, 2024
1 parent dba0d4c commit 6f4bd6b
Show file tree
Hide file tree
Showing 17 changed files with 51 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/controller/cel/cel_drclusters_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cel_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cel/cel_drplacementcontrol_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cel_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cel/cel_drpolicy_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cel_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/cephfscg_suite_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/cghandler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/cghandler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/replicationgroupdestination.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/replicationgroupsource.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/replicationgroupsource_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/utils.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/volumegroupsourcehandler.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/cephfscg/volumegroupsourcehandler_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package cephfscg_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/util/cephfs_cg.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package util

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/util/cephfs_cg_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package util_test

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/util/json_util.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package util

import (
Expand Down
3 changes: 3 additions & 0 deletions internal/controller/util/json_util_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: The RamenDR authors
// SPDX-License-Identifier: Apache-2.0

package util_test

import (
Expand Down

0 comments on commit 6f4bd6b

Please sign in to comment.