diff --git a/cmd/zfssa-csi-driver/main.go b/cmd/zfssa-csi-driver/main.go index 08f6b93..b52f27d 100644 --- a/cmd/zfssa-csi-driver/main.go +++ b/cmd/zfssa-csi-driver/main.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/cluster.go b/pkg/service/cluster.go index ba938ff..b8f77e5 100644 --- a/pkg/service/cluster.go +++ b/pkg/service/cluster.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/controller.go b/pkg/service/controller.go index 212d1e7..c0a4560 100644 --- a/pkg/service/controller.go +++ b/pkg/service/controller.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022, Oracle. + * Copyright (c) 2021, 2024, Oracle. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/controller_block.go b/pkg/service/controller_block.go index 84fb788..da77692 100644 --- a/pkg/service/controller_block.go +++ b/pkg/service/controller_block.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ @@ -158,7 +158,7 @@ func (lun *zLUN) cloneVolume(ctx context.Context, token *zfssarest.Token, // Create a snapshot to base the clone on // Clone the snapshot to the volume - + utils.GetLogCTRL(ctx, 5).Println("lun.cloneVolume") return nil, status.Error(codes.Unimplemented, "LUN cloneVolume not implemented yet") } diff --git a/pkg/service/controller_fs.go b/pkg/service/controller_fs.go index 0c0c513..ae49c01 100644 --- a/pkg/service/controller_fs.go +++ b/pkg/service/controller_fs.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/node.go b/pkg/service/node.go index a25f130..2fb674d 100644 --- a/pkg/service/node.go +++ b/pkg/service/node.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022, Oracle. + * Copyright (c) 2021, 2024, Oracle. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/node_fs.go b/pkg/service/node_fs.go index 0588b0b..0754f9c 100644 --- a/pkg/service/node_fs.go +++ b/pkg/service/node_fs.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/service/volumes.go b/pkg/service/volumes.go index 0a6c172..c22f38a 100644 --- a/pkg/service/volumes.go +++ b/pkg/service/volumes.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, 2022, Oracle. + * Copyright (c) 2021, 2024, Oracle. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/pkg/utils/volume_id.go b/pkg/utils/volume_id.go index 1144e17..3dcef87 100644 --- a/pkg/utils/volume_id.go +++ b/pkg/utils/volume_id.go @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021, Oracle and/or its affiliates. + * Copyright (c) 2021, 2024, Oracle and/or its affiliates. * Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ */ diff --git a/release-tools/build.make b/release-tools/build.make index f98168d..544a1ba 100644 --- a/release-tools/build.make +++ b/release-tools/build.make @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Oracle and/or its affiliates. +# Copyright (c) 2021, 2024, Oracle and/or its affiliates. # # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. #