diff --git a/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile b/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile index 69888b39d..4c8a27c69 100644 --- a/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile +++ b/tests/metrics/storage/fio-k8s/cmd/fiotest/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021-2022 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go b/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go index 641836c55..de7e7b2ff 100644 --- a/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go +++ b/tests/metrics/storage/fio-k8s/cmd/fiotest/main.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package main diff --git a/tests/metrics/storage/fio-k8s/pkg/env/Makefile b/tests/metrics/storage/fio-k8s/pkg/env/Makefile index 5f0a330df..a1c0a7779 100644 --- a/tests/metrics/storage/fio-k8s/pkg/env/Makefile +++ b/tests/metrics/storage/fio-k8s/pkg/env/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/pkg/env/env.go b/tests/metrics/storage/fio-k8s/pkg/env/env.go index efb0e9ada..034127f96 100644 --- a/tests/metrics/storage/fio-k8s/pkg/env/env.go +++ b/tests/metrics/storage/fio-k8s/pkg/env/env.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package env diff --git a/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go b/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go index 7d8a724b8..6e409f427 100644 --- a/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go +++ b/tests/metrics/storage/fio-k8s/pkg/exec/Exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package exec diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile b/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile index fb26740dc..f5bee6d16 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2021 Intel Corporation +# Copyright (c) 2021-2023 Intel Corporation # # SPDX-License-Identifier: Apache-2.0 # diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go b/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go index 8ed5aaa2c..9be25f618 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/exec.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package k8s diff --git a/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go b/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go index 8e218bd3d..2fef788cc 100644 --- a/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go +++ b/tests/metrics/storage/fio-k8s/pkg/k8s/k8s.go @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Intel Corporation +// Copyright (c) 2021-2023 Intel Corporation // // SPDX-License-Identifier: Apache-2.0 package k8s