From c46a3beb3f2991feda90ce447a9c86a56215bcc3 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 21 Sep 2022 11:57:09 +0200 Subject: [PATCH] Fix license headers in tests Some tests added after license cleanup still have bad license header. Change it to the proper one. Signed-off-by: Robert Baldyga --- .../tests/io_class/test_io_class_preserve_config.py | 2 +- .../tests/io_class/test_io_class_service_support.py | 2 +- .../tests/lazy_writes/cleaning_policy/test_cleaning_params.py | 4 ++-- .../tests/stress/test_stress_change_io_class_config_io.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/functional/tests/io_class/test_io_class_preserve_config.py b/test/functional/tests/io_class/test_io_class_preserve_config.py index ba41108..c539216 100644 --- a/test/functional/tests/io_class/test_io_class_preserve_config.py +++ b/test/functional/tests/io_class/test_io_class_preserve_config.py @@ -1,6 +1,6 @@ # # Copyright(c) 2022 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/io_class/test_io_class_service_support.py b/test/functional/tests/io_class/test_io_class_service_support.py index 5d08605..2fa750e 100644 --- a/test/functional/tests/io_class/test_io_class_service_support.py +++ b/test/functional/tests/io_class/test_io_class_service_support.py @@ -1,6 +1,6 @@ # # Copyright(c) 2022 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/lazy_writes/cleaning_policy/test_cleaning_params.py b/test/functional/tests/lazy_writes/cleaning_policy/test_cleaning_params.py index b1de3aa..8ae4f32 100644 --- a/test/functional/tests/lazy_writes/cleaning_policy/test_cleaning_params.py +++ b/test/functional/tests/lazy_writes/cleaning_policy/test_cleaning_params.py @@ -1,6 +1,6 @@ # -# Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# Copyright(c) 2019-2022 Intel Corporation +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/stress/test_stress_change_io_class_config_io.py b/test/functional/tests/stress/test_stress_change_io_class_config_io.py index d770f4f..3bf1a07 100644 --- a/test/functional/tests/stress/test_stress_change_io_class_config_io.py +++ b/test/functional/tests/stress/test_stress_change_io_class_config_io.py @@ -1,6 +1,6 @@ # # Copyright(c) 2022 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os