diff --git a/LICENSE b/LICENSE index 2c3f9da..87bf4f5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,13 +1,11 @@ -The Clear BSD License - Copyright(c) 2019-2021 Intel Corporation -All rights reserved. -Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - * Neither the name of Intel Corporation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. -NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. +3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/Makefile b/Makefile index afd91d8..f584666 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # PWD:=$(shell pwd) diff --git a/casadm/Makefile b/casadm/Makefile index 4dbe255..5c7ff58 100644 --- a/casadm/Makefile +++ b/casadm/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # include ../tools/helpers.mk diff --git a/casadm/argp.c b/casadm/argp.c index a739775..d6aa200 100644 --- a/casadm/argp.c +++ b/casadm/argp.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/argp.h b/casadm/argp.h index 0ab5e06..91c8b77 100644 --- a/casadm/argp.h +++ b/casadm/argp.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef _ARGP_H diff --git a/casadm/cas_lib.c b/casadm/cas_lib.c index eec3e2a..f59d599 100644 --- a/casadm/cas_lib.c +++ b/casadm/cas_lib.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/cas_lib.h b/casadm/cas_lib.h index 2d380e5..066859c 100644 --- a/casadm/cas_lib.h +++ b/casadm/cas_lib.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_LIB_H__ diff --git a/casadm/cas_lib_utils.c b/casadm/cas_lib_utils.c index bfc4b30..4768b7f 100644 --- a/casadm/cas_lib_utils.c +++ b/casadm/cas_lib_utils.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #define _GNU_SOURCE diff --git a/casadm/cas_lib_utils.h b/casadm/cas_lib_utils.h index 9804f0f..d9108d2 100644 --- a/casadm/cas_lib_utils.h +++ b/casadm/cas_lib_utils.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_LIB_UTILS_H__ diff --git a/casadm/cas_main.c b/casadm/cas_main.c index 612a290..02eb896 100644 --- a/casadm/cas_main.c +++ b/casadm/cas_main.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/csvparse.c b/casadm/csvparse.c index a308d4b..028a135 100644 --- a/casadm/csvparse.c +++ b/casadm/csvparse.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/csvparse.h b/casadm/csvparse.h index 51d853a..d504e0f 100644 --- a/casadm/csvparse.h +++ b/casadm/csvparse.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CSVPARSE_H_ diff --git a/casadm/extended_err_msg.c b/casadm/extended_err_msg.c index 1681381..11caf43 100644 --- a/casadm/extended_err_msg.c +++ b/casadm/extended_err_msg.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/extended_err_msg.h b/casadm/extended_err_msg.h index bc5435f..f797ac3 100644 --- a/casadm/extended_err_msg.h +++ b/casadm/extended_err_msg.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ const char *cas_strerr(int cas_error_code); diff --git a/casadm/intvector.c b/casadm/intvector.c index 33a88d0..22ae1af 100644 --- a/casadm/intvector.c +++ b/casadm/intvector.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/intvector.h b/casadm/intvector.h index 21d0863..b3beca0 100644 --- a/casadm/intvector.h +++ b/casadm/intvector.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __INTVECTOR_H diff --git a/casadm/ocf_env.h b/casadm/ocf_env.h index 3f1cf94..d5953cc 100644 --- a/casadm/ocf_env.h +++ b/casadm/ocf_env.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef OCF_ENV_H_ diff --git a/casadm/ocf_env_headers.h b/casadm/ocf_env_headers.h index c26519c..83c90bb 100644 --- a/casadm/ocf_env_headers.h +++ b/casadm/ocf_env_headers.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __OCF_ENV_HEADERS_H__ diff --git a/casadm/psort.c b/casadm/psort.c index 49f6db4..083a38e 100644 --- a/casadm/psort.c +++ b/casadm/psort.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/casadm/psort.h b/casadm/psort.h index ca1dd3f..7c52299 100644 --- a/casadm/psort.h +++ b/casadm/psort.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef PSORT_H diff --git a/casadm/statistics_model.c b/casadm/statistics_model.c index 20beeaf..e25fea5 100644 --- a/casadm/statistics_model.c +++ b/casadm/statistics_model.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/statistics_view.c b/casadm/statistics_view.c index dc1c86e..19aa46d 100644 --- a/casadm/statistics_view.c +++ b/casadm/statistics_view.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/casadm/statistics_view.h b/casadm/statistics_view.h index e329585..b79e65b 100644 --- a/casadm/statistics_view.h +++ b/casadm/statistics_view.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __STAT_VIEW diff --git a/casadm/statistics_view_csv.c b/casadm/statistics_view_csv.c index dee9806..081fdb9 100644 --- a/casadm/statistics_view_csv.c +++ b/casadm/statistics_view_csv.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #define _GNU_SOURCE diff --git a/casadm/statistics_view_csv.h b/casadm/statistics_view_csv.h index bf9d594..f51923b 100644 --- a/casadm/statistics_view_csv.h +++ b/casadm/statistics_view_csv.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __STATS_VIEW_CSV diff --git a/casadm/statistics_view_raw_csv.c b/casadm/statistics_view_raw_csv.c index 19d4df9..cc862d7 100644 --- a/casadm/statistics_view_raw_csv.c +++ b/casadm/statistics_view_raw_csv.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #define _GNU_SOURCE diff --git a/casadm/statistics_view_raw_csv.h b/casadm/statistics_view_raw_csv.h index 749d908..b12fce0 100644 --- a/casadm/statistics_view_raw_csv.h +++ b/casadm/statistics_view_raw_csv.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __STATS_VIEW_RAW_CSV diff --git a/casadm/statistics_view_structs.h b/casadm/statistics_view_structs.h index 93a0d58..0cef36b 100644 --- a/casadm/statistics_view_structs.h +++ b/casadm/statistics_view_structs.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __STATS_VIEW_S_H diff --git a/casadm/statistics_view_text.c b/casadm/statistics_view_text.c index e8ef817..45b4119 100644 --- a/casadm/statistics_view_text.c +++ b/casadm/statistics_view_text.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #define _GNU_SOURCE diff --git a/casadm/statistics_view_text.h b/casadm/statistics_view_text.h index 1c140cb..9245a1b 100644 --- a/casadm/statistics_view_text.h +++ b/casadm/statistics_view_text.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __STATS_VIEW_TEXT diff --git a/casadm/table.c b/casadm/table.c index c44794d..506e220 100644 --- a/casadm/table.c +++ b/casadm/table.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/casadm/table.h b/casadm/table.h index 6db1fcd..ca75b7f 100644 --- a/casadm/table.h +++ b/casadm/table.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/casadm/vt100codes.h b/casadm/vt100codes.h index 38485b9..76df547 100644 --- a/casadm/vt100codes.h +++ b/casadm/vt100codes.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ /* General setup */ diff --git a/configure b/configure index 0643a82..cb7e776 100755 --- a/configure +++ b/configure @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # MISSING_TOOLS=0 diff --git a/configure.d/1_append_bio.conf b/configure.d/1_append_bio.conf index 034589e..6e43cda 100644 --- a/configure.d/1_append_bio.conf +++ b/configure.d/1_append_bio.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bd_first_part.conf b/configure.d/1_bd_first_part.conf index afb88e9..5869aa7 100644 --- a/configure.d/1_bd_first_part.conf +++ b/configure.d/1_bd_first_part.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bdev_nr_sectors.conf b/configure.d/1_bdev_nr_sectors.conf index 33ccae7..c5d9a27 100644 --- a/configure.d/1_bdev_nr_sectors.conf +++ b/configure.d/1_bdev_nr_sectors.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bdev_whole.conf b/configure.d/1_bdev_whole.conf index b8981e8..0443b62 100644 --- a/configure.d/1_bdev_whole.conf +++ b/configure.d/1_bdev_whole.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bdget_disk.conf b/configure.d/1_bdget_disk.conf index fbd2227..312d005 100644 --- a/configure.d/1_bdget_disk.conf +++ b/configure.d/1_bdget_disk.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_clone.conf b/configure.d/1_bio_clone.conf index aea78c9..edc9d72 100644 --- a/configure.d/1_bio_clone.conf +++ b/configure.d/1_bio_clone.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_dev.conf b/configure.d/1_bio_dev.conf index 99d4d42..d8c1775 100644 --- a/configure.d/1_bio_dev.conf +++ b/configure.d/1_bio_dev.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_discard.conf b/configure.d/1_bio_discard.conf index f89ac8b..17267df 100644 --- a/configure.d/1_bio_discard.conf +++ b/configure.d/1_bio_discard.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_err.conf b/configure.d/1_bio_err.conf index de4a60c..46202ed 100644 --- a/configure.d/1_bio_err.conf +++ b/configure.d/1_bio_err.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_flags.conf b/configure.d/1_bio_flags.conf index 46679ae..e99a943 100644 --- a/configure.d/1_bio_flags.conf +++ b/configure.d/1_bio_flags.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_gendisk.conf b/configure.d/1_bio_gendisk.conf index 475b43e..e2d44fc 100644 --- a/configure.d/1_bio_gendisk.conf +++ b/configure.d/1_bio_gendisk.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_iter.conf b/configure.d/1_bio_iter.conf index 7d16d69..54a3332 100644 --- a/configure.d/1_bio_iter.conf +++ b/configure.d/1_bio_iter.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_bio_split.conf b/configure.d/1_bio_split.conf index f7c8824..38de54e 100644 --- a/configure.d/1_bio_split.conf +++ b/configure.d/1_bio_split.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_biovec.conf b/configure.d/1_biovec.conf index 1b040f4..63ab0f0 100644 --- a/configure.d/1_biovec.conf +++ b/configure.d/1_biovec.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_blk_end_req.conf b/configure.d/1_blk_end_req.conf index be1ac75..f955d54 100644 --- a/configure.d/1_blk_end_req.conf +++ b/configure.d/1_blk_end_req.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_blk_mq.conf b/configure.d/1_blk_mq.conf index 7508802..6be6a9b 100644 --- a/configure.d/1_blk_mq.conf +++ b/configure.d/1_blk_mq.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_blk_status.conf b/configure.d/1_blk_status.conf index e3197c4..f43071f 100644 --- a/configure.d/1_blk_status.conf +++ b/configure.d/1_blk_status.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_block_pc.conf b/configure.d/1_block_pc.conf index 22f8e4a..6d5047b 100644 --- a/configure.d/1_block_pc.conf +++ b/configure.d/1_block_pc.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_deamonize.conf b/configure.d/1_deamonize.conf index 975f6cd..5d1fa69 100644 --- a/configure.d/1_deamonize.conf +++ b/configure.d/1_deamonize.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_dentry.conf b/configure.d/1_dentry.conf index 4c9141d..57f6240 100644 --- a/configure.d/1_dentry.conf +++ b/configure.d/1_dentry.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_discard_zeros.conf b/configure.d/1_discard_zeros.conf index 7642bba..3f8b057 100644 --- a/configure.d/1_discard_zeros.conf +++ b/configure.d/1_discard_zeros.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_err_no_to_blk_sts.conf b/configure.d/1_err_no_to_blk_sts.conf index 6e328e4..6d4da0c 100644 --- a/configure.d/1_err_no_to_blk_sts.conf +++ b/configure.d/1_err_no_to_blk_sts.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_flush_flag.conf b/configure.d/1_flush_flag.conf index 5dd9d26..497b8d6 100644 --- a/configure.d/1_flush_flag.conf +++ b/configure.d/1_flush_flag.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_global_page_state.conf b/configure.d/1_global_page_state.conf index 5ea5d70..8739c87 100644 --- a/configure.d/1_global_page_state.conf +++ b/configure.d/1_global_page_state.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_hlist.conf b/configure.d/1_hlist.conf index 979283f..f6e8837 100644 --- a/configure.d/1_hlist.conf +++ b/configure.d/1_hlist.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_inode.conf b/configure.d/1_inode.conf index a22181b..ed0dd1e 100644 --- a/configure.d/1_inode.conf +++ b/configure.d/1_inode.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_kallsyms_on_each_symbol.conf b/configure.d/1_kallsyms_on_each_symbol.conf index 129419e..7d57da1 100644 --- a/configure.d/1_kallsyms_on_each_symbol.conf +++ b/configure.d/1_kallsyms_on_each_symbol.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_make_request.conf b/configure.d/1_make_request.conf index b1f3f6d..f0e6222 100644 --- a/configure.d/1_make_request.conf +++ b/configure.d/1_make_request.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_mq_flags.conf b/configure.d/1_mq_flags.conf index ba9baa9..dcf1009 100644 --- a/configure.d/1_mq_flags.conf +++ b/configure.d/1_mq_flags.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_munmap.conf b/configure.d/1_munmap.conf index c2f6d52..f61a5f3 100644 --- a/configure.d/1_munmap.conf +++ b/configure.d/1_munmap.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_queue_bounce.conf b/configure.d/1_queue_bounce.conf index 8ce7584..5db3d3d 100644 --- a/configure.d/1_queue_bounce.conf +++ b/configure.d/1_queue_bounce.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_queue_chunk_sectors.conf b/configure.d/1_queue_chunk_sectors.conf index 7bac7c4..6ded040 100644 --- a/configure.d/1_queue_chunk_sectors.conf +++ b/configure.d/1_queue_chunk_sectors.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_queue_flag_set.conf b/configure.d/1_queue_flag_set.conf index 1ccb97d..0ee5b43 100644 --- a/configure.d/1_queue_flag_set.conf +++ b/configure.d/1_queue_flag_set.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_queue_limits.conf b/configure.d/1_queue_limits.conf index ca1b1ce..b276645 100644 --- a/configure.d/1_queue_limits.conf +++ b/configure.d/1_queue_limits.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_queue_lock.conf b/configure.d/1_queue_lock.conf index 39a04ff..494fcb1 100644 --- a/configure.d/1_queue_lock.conf +++ b/configure.d/1_queue_lock.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_reread_partitions.conf b/configure.d/1_reread_partitions.conf index bd2a11e..5985dae 100644 --- a/configure.d/1_reread_partitions.conf +++ b/configure.d/1_reread_partitions.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_set_submit_bio.conf b/configure.d/1_set_submit_bio.conf index 8938c54..e9fc739 100644 --- a/configure.d/1_set_submit_bio.conf +++ b/configure.d/1_set_submit_bio.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_submit_bio.conf b/configure.d/1_submit_bio.conf index f8c81ac..f3f07d3 100644 --- a/configure.d/1_submit_bio.conf +++ b/configure.d/1_submit_bio.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_timekeeping.conf b/configure.d/1_timekeeping.conf index 372e2ff..6e40b35 100644 --- a/configure.d/1_timekeeping.conf +++ b/configure.d/1_timekeeping.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_vfs_ioctl.conf b/configure.d/1_vfs_ioctl.conf index ecfd19a..1bf6a7e 100644 --- a/configure.d/1_vfs_ioctl.conf +++ b/configure.d/1_vfs_ioctl.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_vmalloc.conf b/configure.d/1_vmalloc.conf index 220b5bc..2df9004 100644 --- a/configure.d/1_vmalloc.conf +++ b/configure.d/1_vmalloc.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_write_flag.conf b/configure.d/1_write_flag.conf index 3415aeb..cd64f25 100644 --- a/configure.d/1_write_flag.conf +++ b/configure.d/1_write_flag.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/1_wtlh.conf b/configure.d/1_wtlh.conf index 618187f..7add931 100644 --- a/configure.d/1_wtlh.conf +++ b/configure.d/1_wtlh.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/2_bio_barrier.conf b/configure.d/2_bio_barrier.conf index 4bcff56..cf01ae5 100644 --- a/configure.d/2_bio_barrier.conf +++ b/configure.d/2_bio_barrier.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/2_bio_cmpl.conf b/configure.d/2_bio_cmpl.conf index 9e43d77..7523ea9 100644 --- a/configure.d/2_bio_cmpl.conf +++ b/configure.d/2_bio_cmpl.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/2_generic_acct.conf b/configure.d/2_generic_acct.conf index 1b97789..b567d8a 100644 --- a/configure.d/2_generic_acct.conf +++ b/configure.d/2_generic_acct.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/2_make_req.conf b/configure.d/2_make_req.conf index cc35057..0b960d1 100644 --- a/configure.d/2_make_req.conf +++ b/configure.d/2_make_req.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/2_queue_write.conf b/configure.d/2_queue_write.conf index 64908fd..9a91e1f 100644 --- a/configure.d/2_queue_write.conf +++ b/configure.d/2_queue_write.conf @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # . $(dirname $3)/conf_framework diff --git a/configure.d/Makefile b/configure.d/Makefile index 46c64f1..fdd8005 100644 --- a/configure.d/Makefile +++ b/configure.d/Makefile @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # obj-m += test_mod.o diff --git a/doc/reqparse b/doc/reqparse index 500ff9b..5b53808 100755 --- a/doc/reqparse +++ b/doc/reqparse @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import argparse diff --git a/modules/Makefile b/modules/Makefile index 039259a..ff57cfa 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # If $(M) is defined, we've been invoked from the # kernel build system and can use its language. diff --git a/modules/cas_cache/Makefile b/modules/cas_cache/Makefile index b01e254..00d4426 100644 --- a/modules/cas_cache/Makefile +++ b/modules/cas_cache/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # include $(M)/config.mk diff --git a/modules/cas_cache/cas_cache.h b/modules/cas_cache/cas_cache.h index cfe1380..77f50b4 100644 --- a/modules/cas_cache/cas_cache.h +++ b/modules/cas_cache/cas_cache.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_CACHE_H__ diff --git a/modules/cas_cache/classifier.c b/modules/cas_cache/classifier.c index c82874a..70bbf9e 100644 --- a/modules/cas_cache/classifier.c +++ b/modules/cas_cache/classifier.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2019-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/classifier.h b/modules/cas_cache/classifier.h index a1bab19..b498796 100644 --- a/modules/cas_cache/classifier.h +++ b/modules/cas_cache/classifier.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2019-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CLASSIFIER_H__ diff --git a/modules/cas_cache/classifier_defs.h b/modules/cas_cache/classifier_defs.h index a891ded..a5feb29 100644 --- a/modules/cas_cache/classifier_defs.h +++ b/modules/cas_cache/classifier_defs.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2019-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CLASSIFIER_DEFS_H__ diff --git a/modules/cas_cache/context.c b/modules/cas_cache/context.c index b34b13e..9b1b9a6 100644 --- a/modules/cas_cache/context.c +++ b/modules/cas_cache/context.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/context.h b/modules/cas_cache/context.h index 4454c53..9c6f86f 100644 --- a/modules/cas_cache/context.h +++ b/modules/cas_cache/context.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/modules/cas_cache/control.c b/modules/cas_cache/control.c index 4a9f298..bc8d50a 100644 --- a/modules/cas_cache/control.c +++ b/modules/cas_cache/control.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/modules/cas_cache/control.h b/modules/cas_cache/control.h index c7f1acb..3cc0ab1 100644 --- a/modules/cas_cache/control.h +++ b/modules/cas_cache/control.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_CONTROL_H__ #define __CAS_CONTROL_H__ diff --git a/modules/cas_cache/layer_cache_management.c b/modules/cas_cache/layer_cache_management.c index 1b10156..3ec0b9d 100644 --- a/modules/cas_cache/layer_cache_management.c +++ b/modules/cas_cache/layer_cache_management.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/layer_cache_management.h b/modules/cas_cache/layer_cache_management.h index a432369..3311011 100644 --- a/modules/cas_cache/layer_cache_management.h +++ b/modules/cas_cache/layer_cache_management.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __LAYER_CACHE_MANAGEMENT_H__ #define __LAYER_CACHE_MANAGEMENT_H__ diff --git a/modules/cas_cache/linux_kernel_version.h b/modules/cas_cache/linux_kernel_version.h index 40dd497..4a5ad58 100644 --- a/modules/cas_cache/linux_kernel_version.h +++ b/modules/cas_cache/linux_kernel_version.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __LINUX_KERNEL_VERSION_H__ diff --git a/modules/cas_cache/main.c b/modules/cas_cache/main.c index e9e84b4..2b4a4fd 100644 --- a/modules/cas_cache/main.c +++ b/modules/cas_cache/main.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/ocf_env.c b/modules/cas_cache/ocf_env.c index 03b008d..33ff384 100644 --- a/modules/cas_cache/ocf_env.c +++ b/modules/cas_cache/ocf_env.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/ocf_env.h b/modules/cas_cache/ocf_env.h index 23f40b8..5040085 100644 --- a/modules/cas_cache/ocf_env.h +++ b/modules/cas_cache/ocf_env.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/modules/cas_cache/ocf_env_headers.h b/modules/cas_cache/ocf_env_headers.h index 0ec2012..8440c3e 100644 --- a/modules/cas_cache/ocf_env_headers.h +++ b/modules/cas_cache/ocf_env_headers.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/modules/cas_cache/service_ui_ioctl.c b/modules/cas_cache/service_ui_ioctl.c index aa7a31f..821f4f9 100644 --- a/modules/cas_cache/service_ui_ioctl.c +++ b/modules/cas_cache/service_ui_ioctl.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/service_ui_ioctl.h b/modules/cas_cache/service_ui_ioctl.h index 6cd36e4..4969c60 100644 --- a/modules/cas_cache/service_ui_ioctl.h +++ b/modules/cas_cache/service_ui_ioctl.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __SERVICE_UI_IOCTL_H__ diff --git a/modules/cas_cache/threads.c b/modules/cas_cache/threads.c index 5118e20..d659dbe 100644 --- a/modules/cas_cache/threads.c +++ b/modules/cas_cache/threads.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "threads.h" diff --git a/modules/cas_cache/threads.h b/modules/cas_cache/threads.h index 208a5da..38d39a7 100644 --- a/modules/cas_cache/threads.h +++ b/modules/cas_cache/threads.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ diff --git a/modules/cas_cache/utils/cas_err.h b/modules/cas_cache/utils/cas_err.h index 64fec7d..e221cb7 100644 --- a/modules/cas_cache/utils/cas_err.h +++ b/modules/cas_cache/utils/cas_err.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/utils/utils_blk.c b/modules/cas_cache/utils/utils_blk.c index 4c6d9a5..2286bf3 100644 --- a/modules/cas_cache/utils/utils_blk.c +++ b/modules/cas_cache/utils/utils_blk.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "utils_blk.h" diff --git a/modules/cas_cache/utils/utils_blk.h b/modules/cas_cache/utils/utils_blk.h index 87e97ee..9a3946f 100644 --- a/modules/cas_cache/utils/utils_blk.h +++ b/modules/cas_cache/utils/utils_blk.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef UTILS_BLK_H_ diff --git a/modules/cas_cache/utils/utils_data.c b/modules/cas_cache/utils/utils_data.c index b0b393e..97f91ae 100644 --- a/modules/cas_cache/utils/utils_data.c +++ b/modules/cas_cache/utils/utils_data.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/utils/utils_data.h b/modules/cas_cache/utils/utils_data.h index c61385e..2c2ff63 100644 --- a/modules/cas_cache/utils/utils_data.h +++ b/modules/cas_cache/utils/utils_data.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef UTILS_DATA_H_ diff --git a/modules/cas_cache/utils/utils_gc.c b/modules/cas_cache/utils/utils_gc.c index d932991..2d77f31 100644 --- a/modules/cas_cache/utils/utils_gc.c +++ b/modules/cas_cache/utils/utils_gc.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/utils/utils_gc.h b/modules/cas_cache/utils/utils_gc.h index 3b393ae..e56c54d 100644 --- a/modules/cas_cache/utils/utils_gc.h +++ b/modules/cas_cache/utils/utils_gc.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef UTILS_GC_H_ diff --git a/modules/cas_cache/utils/utils_mpool.c b/modules/cas_cache/utils/utils_mpool.c index a44fbfc..5835036 100644 --- a/modules/cas_cache/utils/utils_mpool.c +++ b/modules/cas_cache/utils/utils_mpool.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #include "utils_mpool.h" diff --git a/modules/cas_cache/utils/utils_mpool.h b/modules/cas_cache/utils/utils_mpool.h index d4443a9..0c239a6 100644 --- a/modules/cas_cache/utils/utils_mpool.h +++ b/modules/cas_cache/utils/utils_mpool.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation - * SPDX-License-Identifier: BSD-3-Clause-Clear + * SPDX-License-Identifier: BSD-3-Clause */ #ifndef UTILS_MPOOL_H_ diff --git a/modules/cas_cache/utils/utils_rpool.c b/modules/cas_cache/utils/utils_rpool.c index b431064..3d57d49 100644 --- a/modules/cas_cache/utils/utils_rpool.c +++ b/modules/cas_cache/utils/utils_rpool.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "ocf/ocf.h" diff --git a/modules/cas_cache/utils/utils_rpool.h b/modules/cas_cache/utils/utils_rpool.h index 76f7a2d..150c14b 100644 --- a/modules/cas_cache/utils/utils_rpool.h +++ b/modules/cas_cache/utils/utils_rpool.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_RPOOL_H__ diff --git a/modules/cas_cache/volume/obj_blk.h b/modules/cas_cache/volume/obj_blk.h index c7aa98d..3213b6d 100644 --- a/modules/cas_cache/volume/obj_blk.h +++ b/modules/cas_cache/volume/obj_blk.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __OBJ_BLK_H__ diff --git a/modules/cas_cache/volume/vol_blk_utils.c b/modules/cas_cache/volume/vol_blk_utils.c index 743d967..3cb3748 100644 --- a/modules/cas_cache/volume/vol_blk_utils.c +++ b/modules/cas_cache/volume/vol_blk_utils.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "vol_blk_utils.h" diff --git a/modules/cas_cache/volume/vol_blk_utils.h b/modules/cas_cache/volume/vol_blk_utils.h index 332a4b5..b1d992e 100644 --- a/modules/cas_cache/volume/vol_blk_utils.h +++ b/modules/cas_cache/volume/vol_blk_utils.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __VOL_BLK_UTILS_H__ diff --git a/modules/cas_cache/volume/vol_block_dev_bottom.c b/modules/cas_cache/volume/vol_block_dev_bottom.c index 843e3ff..d24dd60 100644 --- a/modules/cas_cache/volume/vol_block_dev_bottom.c +++ b/modules/cas_cache/volume/vol_block_dev_bottom.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/modules/cas_cache/volume/vol_block_dev_bottom.h b/modules/cas_cache/volume/vol_block_dev_bottom.h index 0486686..1ef1fc8 100644 --- a/modules/cas_cache/volume/vol_block_dev_bottom.h +++ b/modules/cas_cache/volume/vol_block_dev_bottom.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __VOL_BLOCK_DEV_BOTTOM_H__ diff --git a/modules/cas_cache/volume/vol_block_dev_top.c b/modules/cas_cache/volume/vol_block_dev_top.c index 0253033..6e91134 100644 --- a/modules/cas_cache/volume/vol_block_dev_top.c +++ b/modules/cas_cache/volume/vol_block_dev_top.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_cache.h" diff --git a/modules/cas_cache/volume/vol_block_dev_top.h b/modules/cas_cache/volume/vol_block_dev_top.h index 9a4338f..0c3320f 100644 --- a/modules/cas_cache/volume/vol_block_dev_top.h +++ b/modules/cas_cache/volume/vol_block_dev_top.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __VOL_BLOCK_DEV_TOP_H__ diff --git a/modules/cas_disk/Makefile b/modules/cas_disk/Makefile index 0934c9a..6c5f05d 100644 --- a/modules/cas_disk/Makefile +++ b/modules/cas_disk/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # include $(M)/config.mk diff --git a/modules/cas_disk/cas_disk.h b/modules/cas_disk/cas_disk.h index aab24de..624bc06 100644 --- a/modules/cas_disk/cas_disk.h +++ b/modules/cas_disk/cas_disk.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CASDISK_H__ #define __CASDISK_H__ diff --git a/modules/cas_disk/cas_disk_defs.h b/modules/cas_disk/cas_disk_defs.h index 9122a6f..d4c5fd9 100644 --- a/modules/cas_disk/cas_disk_defs.h +++ b/modules/cas_disk/cas_disk_defs.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CASDISK_DEFS_H__ #define __CASDISK_DEFS_H__ diff --git a/modules/cas_disk/debug.h b/modules/cas_disk/debug.h index 51c0ab5..8b31df4 100644 --- a/modules/cas_disk/debug.h +++ b/modules/cas_disk/debug.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CASDISK_DEBUG_H__ #define __CASDISK_DEBUG_H__ diff --git a/modules/cas_disk/disk.c b/modules/cas_disk/disk.c index 3007e8b..fb097c4 100644 --- a/modules/cas_disk/disk.c +++ b/modules/cas_disk/disk.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/modules/cas_disk/disk.h b/modules/cas_disk/disk.h index 2ebe84a..28d0f35 100644 --- a/modules/cas_disk/disk.h +++ b/modules/cas_disk/disk.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __ #define __CASDISK_DISK_H__ diff --git a/modules/cas_disk/exp_obj.c b/modules/cas_disk/exp_obj.c index cb60f99..9b615e6 100644 --- a/modules/cas_disk/exp_obj.c +++ b/modules/cas_disk/exp_obj.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include #include diff --git a/modules/cas_disk/exp_obj.h b/modules/cas_disk/exp_obj.h index 616ee71..577fa4d 100644 --- a/modules/cas_disk/exp_obj.h +++ b/modules/cas_disk/exp_obj.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CASDISK_EXP_OBJ_H__ #define __CASDISK_EXP_OBJ_H__ diff --git a/modules/cas_disk/main.c b/modules/cas_disk/main.c index c6c7b6d..8711ffa 100644 --- a/modules/cas_disk/main.c +++ b/modules/cas_disk/main.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include diff --git a/modules/cas_disk/sysfs.c b/modules/cas_disk/sysfs.c index 5e5ec48..c6ce430 100644 --- a/modules/cas_disk/sysfs.c +++ b/modules/cas_disk/sysfs.c @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #include "cas_disk_defs.h" #include "sysfs.h" diff --git a/modules/cas_disk/sysfs.h b/modules/cas_disk/sysfs.h index 4be828b..b2ae82c 100644 --- a/modules/cas_disk/sysfs.h +++ b/modules/cas_disk/sysfs.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CASDISK_SYSFS_H__ #define __CASDISK_SYSFS_H__ diff --git a/modules/config.mk b/modules/config.mk index 13994a8..0ac502e 100644 --- a/modules/config.mk +++ b/modules/config.mk @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # VERSION_FILE := $(M)/../.metadata/cas_version diff --git a/modules/extra.mk b/modules/extra.mk index d867bf1..d7ca72b 100644 --- a/modules/extra.mk +++ b/modules/extra.mk @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # ifneq ($(M),) diff --git a/modules/include/cas_ioctl_codes.h b/modules/include/cas_ioctl_codes.h index 06c70e8..ba578bf 100644 --- a/modules/include/cas_ioctl_codes.h +++ b/modules/include/cas_ioctl_codes.h @@ -1,6 +1,6 @@ /* * Copyright(c) 2012-2021 Intel Corporation -* SPDX-License-Identifier: BSD-3-Clause-Clear +* SPDX-License-Identifier: BSD-3-Clause */ #ifndef __CAS_IOCTL_CODES_H__ diff --git a/test/functional/api/cas/cache.py b/test/functional/api/cas/cache.py index b7a6e62..0e410d5 100644 --- a/test/functional/api/cas/cache.py +++ b/test/functional/api/cas/cache.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from api.cas.casadm_parser import * diff --git a/test/functional/api/cas/cache_config.py b/test/functional/api/cas/cache_config.py index 15b7e92..e3a7686 100644 --- a/test/functional/api/cas/cache_config.py +++ b/test/functional/api/cas/cache_config.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from aenum import Enum, IntFlag diff --git a/test/functional/api/cas/cas_module.py b/test/functional/api/cas/cas_module.py index 5c43c70..dc46622 100644 --- a/test/functional/api/cas/cas_module.py +++ b/test/functional/api/cas/cas_module.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from aenum import Enum diff --git a/test/functional/api/cas/casadm.py b/test/functional/api/cas/casadm.py index d619066..b54ea7f 100644 --- a/test/functional/api/cas/casadm.py +++ b/test/functional/api/cas/casadm.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from typing import List diff --git a/test/functional/api/cas/casadm_params.py b/test/functional/api/cas/casadm_params.py index 1bd03b4..9f9ef72 100644 --- a/test/functional/api/cas/casadm_params.py +++ b/test/functional/api/cas/casadm_params.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from aenum import Enum diff --git a/test/functional/api/cas/casadm_parser.py b/test/functional/api/cas/casadm_parser.py index 1fbda4e..df7e403 100644 --- a/test/functional/api/cas/casadm_parser.py +++ b/test/functional/api/cas/casadm_parser.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import csv diff --git a/test/functional/api/cas/casctl.py b/test/functional/api/cas/casctl.py index fb1747f..868bfbd 100644 --- a/test/functional/api/cas/casctl.py +++ b/test/functional/api/cas/casctl.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from .cli import * diff --git a/test/functional/api/cas/cli.py b/test/functional/api/cas/cli.py index 0cc9078..13187ce 100644 --- a/test/functional/api/cas/cli.py +++ b/test/functional/api/cas/cli.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import logging diff --git a/test/functional/api/cas/cli_help_messages.py b/test/functional/api/cas/cli_help_messages.py index 47b031c..02e7df5 100644 --- a/test/functional/api/cas/cli_help_messages.py +++ b/test/functional/api/cas/cli_help_messages.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # casadm_help = [ diff --git a/test/functional/api/cas/cli_messages.py b/test/functional/api/cas/cli_messages.py index 08eb00b..4ec2e85 100644 --- a/test/functional/api/cas/cli_messages.py +++ b/test/functional/api/cas/cli_messages.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import re diff --git a/test/functional/api/cas/core.py b/test/functional/api/cas/core.py index 8cf4938..f29d9ef 100644 --- a/test/functional/api/cas/core.py +++ b/test/functional/api/cas/core.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import csv import io diff --git a/test/functional/api/cas/git.py b/test/functional/api/cas/git.py index 7505ac5..f6af519 100644 --- a/test/functional/api/cas/git.py +++ b/test/functional/api/cas/git.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/api/cas/init_config.py b/test/functional/api/cas/init_config.py index db8d589..2634519 100644 --- a/test/functional/api/cas/init_config.py +++ b/test/functional/api/cas/init_config.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from api.cas import casadm_parser diff --git a/test/functional/api/cas/installer.py b/test/functional/api/cas/installer.py index 6d4a985..79093f2 100644 --- a/test/functional/api/cas/installer.py +++ b/test/functional/api/cas/installer.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/api/cas/ioclass_config.py b/test/functional/api/cas/ioclass_config.py index dfbd093..89bf82c 100644 --- a/test/functional/api/cas/ioclass_config.py +++ b/test/functional/api/cas/ioclass_config.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import enum diff --git a/test/functional/api/cas/statistics.py b/test/functional/api/cas/statistics.py index b135f6d..80563fd 100644 --- a/test/functional/api/cas/statistics.py +++ b/test/functional/api/cas/statistics.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # Order in arrays is important! diff --git a/test/functional/api/cas/version.py b/test/functional/api/cas/version.py index 99cd6ac..13bb953 100644 --- a/test/functional/api/cas/version.py +++ b/test/functional/api/cas/version.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import re diff --git a/test/functional/tests/cache_ops/test_cleaning_policy_operation.py b/test/functional/tests/cache_ops/test_cleaning_policy_operation.py index 3927749..4a19605 100644 --- a/test/functional/tests/cache_ops/test_cleaning_policy_operation.py +++ b/test/functional/tests/cache_ops/test_cleaning_policy_operation.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cache_ops/test_concurrent_flushes.py b/test/functional/tests/cache_ops/test_concurrent_flushes.py index 3810d8e..bb29561 100644 --- a/test/functional/tests/cache_ops/test_concurrent_flushes.py +++ b/test/functional/tests/cache_ops/test_concurrent_flushes.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from time import sleep diff --git a/test/functional/tests/cache_ops/test_core_remove.py b/test/functional/tests/cache_ops/test_core_remove.py index 79ff720..bc6e5a8 100644 --- a/test/functional/tests/cache_ops/test_core_remove.py +++ b/test/functional/tests/cache_ops/test_core_remove.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/cache_ops/test_dynamic_cache_mode_switching.py b/test/functional/tests/cache_ops/test_dynamic_cache_mode_switching.py index dac7260..e76391d 100644 --- a/test/functional/tests/cache_ops/test_dynamic_cache_mode_switching.py +++ b/test/functional/tests/cache_ops/test_dynamic_cache_mode_switching.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cache_ops/test_multistream_seq_cutoff.py b/test/functional/tests/cache_ops/test_multistream_seq_cutoff.py index 3f64bd4..f7f5849 100644 --- a/test/functional/tests/cache_ops/test_multistream_seq_cutoff.py +++ b/test/functional/tests/cache_ops/test_multistream_seq_cutoff.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os import random diff --git a/test/functional/tests/cache_ops/test_seq_cutoff.py b/test/functional/tests/cache_ops/test_seq_cutoff.py index b70aee1..e644d11 100644 --- a/test/functional/tests/cache_ops/test_seq_cutoff.py +++ b/test/functional/tests/cache_ops/test_seq_cutoff.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cli/test_cas_memory_usage.py b/test/functional/tests/cli/test_cas_memory_usage.py index d916288..41e7196 100644 --- a/test/functional/tests/cli/test_cas_memory_usage.py +++ b/test/functional/tests/cli/test_cas_memory_usage.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/cli/test_cli_help_and_version.py b/test/functional/tests/cli/test_cli_help_and_version.py index 83f58ca..60462bd 100644 --- a/test/functional/tests/cli/test_cli_help_and_version.py +++ b/test/functional/tests/cli/test_cli_help_and_version.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/cli/test_cli_script.py b/test/functional/tests/cli/test_cli_script.py index ca727e7..8121701 100644 --- a/test/functional/tests/cli/test_cli_script.py +++ b/test/functional/tests/cli/test_cli_script.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cli/test_cli_start_stop.py b/test/functional/tests/cli/test_cli_start_stop.py index 66ecb75..7f1b503 100644 --- a/test/functional/tests/cli/test_cli_start_stop.py +++ b/test/functional/tests/cli/test_cli_start_stop.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/cli/test_seq_cutoff_settings.py b/test/functional/tests/cli/test_seq_cutoff_settings.py index 770a3a5..92d9f6b 100644 --- a/test/functional/tests/cli/test_seq_cutoff_settings.py +++ b/test/functional/tests/cli/test_seq_cutoff_settings.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cli/test_set_get_params.py b/test/functional/tests/cli/test_set_get_params.py index 168872a..7f3ce08 100644 --- a/test/functional/tests/cli/test_set_get_params.py +++ b/test/functional/tests/cli/test_set_get_params.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/cli/test_zero_metadata_command.py b/test/functional/tests/cli/test_zero_metadata_command.py index c1a0188..f3fbf04 100644 --- a/test/functional/tests/cli/test_zero_metadata_command.py +++ b/test/functional/tests/cli/test_zero_metadata_command.py @@ -1,6 +1,6 @@ # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time from datetime import timedelta diff --git a/test/functional/tests/common/lvm_common_utils.py b/test/functional/tests/common/lvm_common_utils.py index 610588d..aec41af 100644 --- a/test/functional/tests/common/lvm_common_utils.py +++ b/test/functional/tests/common/lvm_common_utils.py @@ -1,6 +1,6 @@ # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import datetime diff --git a/test/functional/tests/conftest.py b/test/functional/tests/conftest.py index d8b037a..2bc3212 100644 --- a/test/functional/tests/conftest.py +++ b/test/functional/tests/conftest.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/data_integrity/test_data_integrity_12h.py b/test/functional/tests/data_integrity/test_data_integrity_12h.py index 971eac9..4e2f2e7 100644 --- a/test/functional/tests/data_integrity/test_data_integrity_12h.py +++ b/test/functional/tests/data_integrity/test_data_integrity_12h.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/data_integrity/test_data_integrity_5d.py b/test/functional/tests/data_integrity/test_data_integrity_5d.py index 9b8d854..718d169 100644 --- a/test/functional/tests/data_integrity/test_data_integrity_5d.py +++ b/test/functional/tests/data_integrity/test_data_integrity_5d.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/example/example_test.py b/test/functional/tests/example/example_test.py index 4e6fe6e..ac4a756 100644 --- a/test/functional/tests/example/example_test.py +++ b/test/functional/tests/example/example_test.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/example/example_test_power_cycle.py b/test/functional/tests/example/example_test_power_cycle.py index bdef1b0..67bb4a7 100644 --- a/test/functional/tests/example/example_test_power_cycle.py +++ b/test/functional/tests/example/example_test_power_cycle.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_another_device_with_same_id.py b/test/functional/tests/fault_injection/test_another_device_with_same_id.py index 3d4993a..2868285 100644 --- a/test/functional/tests/fault_injection/test_another_device_with_same_id.py +++ b/test/functional/tests/fault_injection/test_another_device_with_same_id.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/fault_injection/test_cache_insert_error.py b/test/functional/tests/fault_injection/test_cache_insert_error.py index 34df2e7..5efa92d 100644 --- a/test/functional/tests/fault_injection/test_cache_insert_error.py +++ b/test/functional/tests/fault_injection/test_cache_insert_error.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_fault_injection_interrupts.py b/test/functional/tests/fault_injection/test_fault_injection_interrupts.py index 281ac8a..7992f5a 100644 --- a/test/functional/tests/fault_injection/test_fault_injection_interrupts.py +++ b/test/functional/tests/fault_injection/test_fault_injection_interrupts.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from time import sleep diff --git a/test/functional/tests/fault_injection/test_fault_injection_many_to_one.py b/test/functional/tests/fault_injection/test_fault_injection_many_to_one.py index 5ba63a0..d99e585 100644 --- a/test/functional/tests/fault_injection/test_fault_injection_many_to_one.py +++ b/test/functional/tests/fault_injection/test_fault_injection_many_to_one.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_fault_injection_opencas_load.py b/test/functional/tests/fault_injection/test_fault_injection_opencas_load.py index 33abb7d..b482f14 100644 --- a/test/functional/tests/fault_injection/test_fault_injection_opencas_load.py +++ b/test/functional/tests/fault_injection/test_fault_injection_opencas_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_fault_injection_with_mounted_core.py b/test/functional/tests/fault_injection/test_fault_injection_with_mounted_core.py index df89e06..10ba384 100644 --- a/test/functional/tests/fault_injection/test_fault_injection_with_mounted_core.py +++ b/test/functional/tests/fault_injection/test_fault_injection_with_mounted_core.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_fault_power_hit.py b/test/functional/tests/fault_injection/test_fault_power_hit.py index 5b0680a..0efafca 100644 --- a/test/functional/tests/fault_injection/test_fault_power_hit.py +++ b/test/functional/tests/fault_injection/test_fault_power_hit.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/fault_injection/test_fault_power_hit_init.py b/test/functional/tests/fault_injection/test_fault_power_hit_init.py index 99e76d8..c9b305f 100644 --- a/test/functional/tests/fault_injection/test_fault_power_hit_init.py +++ b/test/functional/tests/fault_injection/test_fault_power_hit_init.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_multilevel_cache.py b/test/functional/tests/fault_injection/test_multilevel_cache.py index 7bfba90..c2d3f66 100644 --- a/test/functional/tests/fault_injection/test_multilevel_cache.py +++ b/test/functional/tests/fault_injection/test_multilevel_cache.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_primary_device_error.py b/test/functional/tests/fault_injection/test_primary_device_error.py index 1ad2882..14c6f8a 100644 --- a/test/functional/tests/fault_injection/test_primary_device_error.py +++ b/test/functional/tests/fault_injection/test_primary_device_error.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/fault_injection/test_remove_device_during_io.py b/test/functional/tests/fault_injection/test_remove_device_during_io.py index 3c92076..2f1895e 100644 --- a/test/functional/tests/fault_injection/test_remove_device_during_io.py +++ b/test/functional/tests/fault_injection/test_remove_device_during_io.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/fault_injection/test_soft_hot_plug_device.py b/test/functional/tests/fault_injection/test_soft_hot_plug_device.py index a952bea..ddd3812 100644 --- a/test/functional/tests/fault_injection/test_soft_hot_plug_device.py +++ b/test/functional/tests/fault_injection/test_soft_hot_plug_device.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/incremental_load/test_core_pool.py b/test/functional/tests/incremental_load/test_core_pool.py index 3914b7d..6afd778 100644 --- a/test/functional/tests/incremental_load/test_core_pool.py +++ b/test/functional/tests/incremental_load/test_core_pool.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/incremental_load/test_inactive_cores.py b/test/functional/tests/incremental_load/test_inactive_cores.py index 09f8a67..5dc6af1 100644 --- a/test/functional/tests/incremental_load/test_inactive_cores.py +++ b/test/functional/tests/incremental_load/test_inactive_cores.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/incremental_load/test_incremental_load.py b/test/functional/tests/incremental_load/test_incremental_load.py index 6c68611..357ea18 100644 --- a/test/functional/tests/incremental_load/test_incremental_load.py +++ b/test/functional/tests/incremental_load/test_incremental_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/incremental_load/test_udev.py b/test/functional/tests/incremental_load/test_udev.py index d8ba1d9..9b49ddb 100644 --- a/test/functional/tests/incremental_load/test_udev.py +++ b/test/functional/tests/incremental_load/test_udev.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/initialize/test_clean_reboot.py b/test/functional/tests/initialize/test_clean_reboot.py index 102baca..475db44 100644 --- a/test/functional/tests/initialize/test_clean_reboot.py +++ b/test/functional/tests/initialize/test_clean_reboot.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/initialize/test_initialize_load.py b/test/functional/tests/initialize/test_initialize_load.py index 6b10aae..98580a0 100644 --- a/test/functional/tests/initialize/test_initialize_load.py +++ b/test/functional/tests/initialize/test_initialize_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/initialize/test_initialize_runlevel.py b/test/functional/tests/initialize/test_initialize_runlevel.py index 8ac07e3..ad5305d 100644 --- a/test/functional/tests/initialize/test_initialize_runlevel.py +++ b/test/functional/tests/initialize/test_initialize_runlevel.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/initialize/test_initialize_status.py b/test/functional/tests/initialize/test_initialize_status.py index 5fadb33..5e06d3f 100644 --- a/test/functional/tests/initialize/test_initialize_status.py +++ b/test/functional/tests/initialize/test_initialize_status.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/initialize/test_negative_load.py b/test/functional/tests/initialize/test_negative_load.py index 7953adc..f261d5a 100644 --- a/test/functional/tests/initialize/test_negative_load.py +++ b/test/functional/tests/initialize/test_negative_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/initialize/test_startup_init_config.py b/test/functional/tests/initialize/test_startup_init_config.py index 81256d6..454bf2a 100644 --- a/test/functional/tests/initialize/test_startup_init_config.py +++ b/test/functional/tests/initialize/test_startup_init_config.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/io/test_io_engines.py b/test/functional/tests/io/test_io_engines.py index f14c252..f6ea967 100644 --- a/test/functional/tests/io/test_io_engines.py +++ b/test/functional/tests/io/test_io_engines.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from datetime import timedelta diff --git a/test/functional/tests/io/test_write_fetch.py b/test/functional/tests/io/test_write_fetch.py index 2ce269b..b8d01dd 100644 --- a/test/functional/tests/io/test_write_fetch.py +++ b/test/functional/tests/io/test_write_fetch.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/io/trim/test_trim.py b/test/functional/tests/io/trim/test_trim.py index 3c60c3d..b56c121 100644 --- a/test/functional/tests/io/trim/test_trim.py +++ b/test/functional/tests/io/trim/test_trim.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os import re diff --git a/test/functional/tests/io/trim/test_trim_eviction.py b/test/functional/tests/io/trim/test_trim_eviction.py index 5c4af5e..7e8e362 100644 --- a/test/functional/tests/io/trim/test_trim_eviction.py +++ b/test/functional/tests/io/trim/test_trim_eviction.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/io/trim/test_trim_stress.py b/test/functional/tests/io/trim/test_trim_stress.py index 5257a3a..06096b3 100644 --- a/test/functional/tests/io/trim/test_trim_stress.py +++ b/test/functional/tests/io/trim/test_trim_stress.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/io_class/io_class_common.py b/test/functional/tests/io_class/io_class_common.py index 4352448..d2359e2 100644 --- a/test/functional/tests/io_class/io_class_common.py +++ b/test/functional/tests/io_class/io_class_common.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from api.cas import casadm diff --git a/test/functional/tests/io_class/test_io_class_cli.py b/test/functional/tests/io_class/test_io_class_cli.py index c1cb4de..1b1f04c 100644 --- a/test/functional/tests/io_class/test_io_class_cli.py +++ b/test/functional/tests/io_class/test_io_class_cli.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/io_class/test_io_class_core_id.py b/test/functional/tests/io_class/test_io_class_core_id.py index ca31292..a24d721 100644 --- a/test/functional/tests/io_class/test_io_class_core_id.py +++ b/test/functional/tests/io_class/test_io_class_core_id.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 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_directory.py b/test/functional/tests/io_class/test_io_class_directory.py index cf3e86a..f3dfb56 100644 --- a/test/functional/tests/io_class/test_io_class_directory.py +++ b/test/functional/tests/io_class/test_io_class_directory.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/io_class/test_io_class_eviction_priority.py b/test/functional/tests/io_class/test_io_class_eviction_priority.py index 8f756c8..6df6ca7 100644 --- a/test/functional/tests/io_class/test_io_class_eviction_priority.py +++ b/test/functional/tests/io_class/test_io_class_eviction_priority.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from collections import namedtuple diff --git a/test/functional/tests/io_class/test_io_class_file.py b/test/functional/tests/io_class/test_io_class_file.py index e5c2e60..1806f08 100644 --- a/test/functional/tests/io_class/test_io_class_file.py +++ b/test/functional/tests/io_class/test_io_class_file.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/io_class/test_io_class_occupancy.py b/test/functional/tests/io_class/test_io_class_occupancy.py index f2ed726..a5a3807 100644 --- a/test/functional/tests/io_class/test_io_class_occupancy.py +++ b/test/functional/tests/io_class/test_io_class_occupancy.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 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_occupancy_load.py b/test/functional/tests/io_class/test_io_class_occupancy_load.py index 343ec14..67b3811 100644 --- a/test/functional/tests/io_class/test_io_class_occupancy_load.py +++ b/test/functional/tests/io_class/test_io_class_occupancy_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 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_occupancy_repart.py b/test/functional/tests/io_class/test_io_class_occupancy_repart.py index 5625fd7..92f4058 100644 --- a/test/functional/tests/io_class/test_io_class_occupancy_repart.py +++ b/test/functional/tests/io_class/test_io_class_occupancy_repart.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 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_occupancy_resize.py b/test/functional/tests/io_class/test_io_class_occupancy_resize.py index 8bf208b..3a59cac 100644 --- a/test/functional/tests/io_class/test_io_class_occupancy_resize.py +++ b/test/functional/tests/io_class/test_io_class_occupancy_resize.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 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_process.py b/test/functional/tests/io_class/test_io_class_process.py index 8a6e6a1..e99295a 100644 --- a/test/functional/tests/io_class/test_io_class_process.py +++ b/test/functional/tests/io_class/test_io_class_process.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/io_class/test_io_class_purge.py b/test/functional/tests/io_class/test_io_class_purge.py index c654bfb..40f66e1 100644 --- a/test/functional/tests/io_class/test_io_class_purge.py +++ b/test/functional/tests/io_class/test_io_class_purge.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from collections import namedtuple diff --git a/test/functional/tests/io_class/test_io_classification.py b/test/functional/tests/io_class/test_io_classification.py index 853f7ef..a54481f 100644 --- a/test/functional/tests/io_class/test_io_classification.py +++ b/test/functional/tests/io_class/test_io_classification.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/lazy_writes/cleaning_policy/test_acp.py b/test/functional/tests/lazy_writes/cleaning_policy/test_acp.py index fa6f4d0..4e57d22 100644 --- a/test/functional/tests/lazy_writes/cleaning_policy/test_acp.py +++ b/test/functional/tests/lazy_writes/cleaning_policy/test_acp.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/lazy_writes/cleaning_policy/test_alru.py b/test/functional/tests/lazy_writes/cleaning_policy/test_alru.py index 2f278d9..f0aa529 100644 --- a/test/functional/tests/lazy_writes/cleaning_policy/test_alru.py +++ b/test/functional/tests/lazy_writes/cleaning_policy/test_alru.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/lazy_writes/recovery/test_recovery_all_options.py b/test/functional/tests/lazy_writes/recovery/test_recovery_all_options.py index d5bb2ca..8dda9ed 100644 --- a/test/functional/tests/lazy_writes/recovery/test_recovery_all_options.py +++ b/test/functional/tests/lazy_writes/recovery/test_recovery_all_options.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 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/recovery/test_recovery_flush_reset.py b/test/functional/tests/lazy_writes/recovery/test_recovery_flush_reset.py index d3f339a..aae9c44 100644 --- a/test/functional/tests/lazy_writes/recovery/test_recovery_flush_reset.py +++ b/test/functional/tests/lazy_writes/recovery/test_recovery_flush_reset.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 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/recovery/test_recovery_unplug.py b/test/functional/tests/lazy_writes/recovery/test_recovery_unplug.py index f028cfe..32cc6a2 100644 --- a/test/functional/tests/lazy_writes/recovery/test_recovery_unplug.py +++ b/test/functional/tests/lazy_writes/recovery/test_recovery_unplug.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 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/test_dirty_load.py b/test/functional/tests/lazy_writes/test_dirty_load.py index 5384d09..fc81998 100644 --- a/test/functional/tests/lazy_writes/test_dirty_load.py +++ b/test/functional/tests/lazy_writes/test_dirty_load.py @@ -1,6 +1,6 @@ # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/lazy_writes/test_flush_huge_dirty_data.py b/test/functional/tests/lazy_writes/test_flush_huge_dirty_data.py index 3927bfc..59d3794 100644 --- a/test/functional/tests/lazy_writes/test_flush_huge_dirty_data.py +++ b/test/functional/tests/lazy_writes/test_flush_huge_dirty_data.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/lazy_writes/test_lazy_writes_clean.py b/test/functional/tests/lazy_writes/test_lazy_writes_clean.py index a0a424a..e238fe8 100644 --- a/test/functional/tests/lazy_writes/test_lazy_writes_clean.py +++ b/test/functional/tests/lazy_writes/test_lazy_writes_clean.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/lazy_writes/test_lazy_writes_signals.py b/test/functional/tests/lazy_writes/test_lazy_writes_signals.py index 35a65c4..1c4cae3 100644 --- a/test/functional/tests/lazy_writes/test_lazy_writes_signals.py +++ b/test/functional/tests/lazy_writes/test_lazy_writes_signals.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import re diff --git a/test/functional/tests/lazy_writes/test_wb_throttling.py b/test/functional/tests/lazy_writes/test_wb_throttling.py index e39cb43..457ced0 100644 --- a/test/functional/tests/lazy_writes/test_wb_throttling.py +++ b/test/functional/tests/lazy_writes/test_wb_throttling.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/memory/test_check_number_of_processes.py b/test/functional/tests/memory/test_check_number_of_processes.py index 2d659c0..8ce1baa 100644 --- a/test/functional/tests/memory/test_check_number_of_processes.py +++ b/test/functional/tests/memory/test_check_number_of_processes.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/misc/test_device_capabilities.py b/test/functional/tests/misc/test_device_capabilities.py index 40cfdf9..1326126 100644 --- a/test/functional/tests/misc/test_device_capabilities.py +++ b/test/functional/tests/misc/test_device_capabilities.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import math diff --git a/test/functional/tests/performance/conftest.py b/test/functional/tests/performance/conftest.py index 7c446f5..27d1335 100644 --- a/test/functional/tests/performance/conftest.py +++ b/test/functional/tests/performance/conftest.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from datetime import datetime as dt diff --git a/test/functional/tests/performance/test_100p_hits.py b/test/functional/tests/performance/test_100p_hits.py index 45f2430..8ef7eb0 100644 --- a/test/functional/tests/performance/test_100p_hits.py +++ b/test/functional/tests/performance/test_100p_hits.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/security/test_compilation_flags.py b/test/functional/tests/security/test_compilation_flags.py index 1205788..19b2022 100644 --- a/test/functional/tests/security/test_compilation_flags.py +++ b/test/functional/tests/security/test_compilation_flags.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import os diff --git a/test/functional/tests/security/test_security_user.py b/test/functional/tests/security/test_security_user.py index 93c5cc1..2f6c426 100644 --- a/test/functional/tests/security/test_security_user.py +++ b/test/functional/tests/security/test_security_user.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/stats/test_block_stats.py b/test/functional/tests/stats/test_block_stats.py index a541cbc..d75026c 100644 --- a/test/functional/tests/stats/test_block_stats.py +++ b/test/functional/tests/stats/test_block_stats.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/stats/test_consistency_between_outputs.py b/test/functional/tests/stats/test_consistency_between_outputs.py index ec2926e..61fffd0 100644 --- a/test/functional/tests/stats/test_consistency_between_outputs.py +++ b/test/functional/tests/stats/test_consistency_between_outputs.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/stats/test_display_statistics.py b/test/functional/tests/stats/test_display_statistics.py index 581b591..8d06f7b 100644 --- a/test/functional/tests/stats/test_display_statistics.py +++ b/test/functional/tests/stats/test_display_statistics.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/stats/test_ioclass_stats.py b/test/functional/tests/stats/test_ioclass_stats.py index 5cd9a49..5f03963 100644 --- a/test/functional/tests/stats/test_ioclass_stats.py +++ b/test/functional/tests/stats/test_ioclass_stats.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import random diff --git a/test/functional/tests/stats/test_stat_max.py b/test/functional/tests/stats/test_stat_max.py index 74f2520..4347cfc 100644 --- a/test/functional/tests/stats/test_stat_max.py +++ b/test/functional/tests/stats/test_stat_max.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/stats/test_statistics_integrity.py b/test/functional/tests/stats/test_statistics_integrity.py index 1b2cf92..162fa8c 100644 --- a/test/functional/tests/stats/test_statistics_integrity.py +++ b/test/functional/tests/stats/test_statistics_integrity.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/test/functional/tests/stress/test_kedr.py b/test/functional/tests/stress/test_kedr.py index 3c95464..67e27cf 100644 --- a/test/functional/tests/stress/test_kedr.py +++ b/test/functional/tests/stress/test_kedr.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/stress/test_stress_attach_detach.py b/test/functional/tests/stress/test_stress_attach_detach.py index 0cb0a41..b121a95 100644 --- a/test/functional/tests/stress/test_stress_attach_detach.py +++ b/test/functional/tests/stress/test_stress_attach_detach.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/stress/test_stress_io_small_device.py b/test/functional/tests/stress/test_stress_io_small_device.py index 9d8f8cf..d8135ba 100644 --- a/test/functional/tests/stress/test_stress_io_small_device.py +++ b/test/functional/tests/stress/test_stress_io_small_device.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/stress/test_stress_shutdown.py b/test/functional/tests/stress/test_stress_shutdown.py index dee17e1..e0ca82c 100644 --- a/test/functional/tests/stress/test_stress_shutdown.py +++ b/test/functional/tests/stress/test_stress_shutdown.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/stress/test_stress_without_io.py b/test/functional/tests/stress/test_stress_without_io.py index ee1d1b0..da4ad5a 100644 --- a/test/functional/tests/stress/test_stress_without_io.py +++ b/test/functional/tests/stress/test_stress_without_io.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import time diff --git a/test/functional/tests/trim/test_trim.py b/test/functional/tests/trim/test_trim.py index 66657d3..ae1095b 100644 --- a/test/functional/tests/trim/test_trim.py +++ b/test/functional/tests/trim/test_trim.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/volumes/test_discard_on_huge_core.py b/test/functional/tests/volumes/test_discard_on_huge_core.py index 20ae005..47ff08c 100644 --- a/test/functional/tests/volumes/test_discard_on_huge_core.py +++ b/test/functional/tests/volumes/test_discard_on_huge_core.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/volumes/test_raid_as_cache.py b/test/functional/tests/volumes/test_raid_as_cache.py index 5999a2b..4a61655 100644 --- a/test/functional/tests/volumes/test_raid_as_cache.py +++ b/test/functional/tests/volumes/test_raid_as_cache.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/tests/volumes/test_volume_partitions.py b/test/functional/tests/volumes/test_volume_partitions.py index daa56cd..fef6b93 100644 --- a/test/functional/tests/volumes/test_volume_partitions.py +++ b/test/functional/tests/volumes/test_volume_partitions.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/functional/utils/performance.py b/test/functional/utils/performance.py index 50439aa..9850dfe 100644 --- a/test/functional/utils/performance.py +++ b/test/functional/utils/performance.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # from enum import Enum diff --git a/test/smoke_test/basic/01 b/test/smoke_test/basic/01 index 13f0604..890a985 100755 --- a/test/smoke_test/basic/01 +++ b/test/smoke_test/basic/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/02 b/test/smoke_test/basic/02 index 3f9f24b..8814987 100755 --- a/test/smoke_test/basic/02 +++ b/test/smoke_test/basic/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/03 b/test/smoke_test/basic/03 index 74cd86a..96a8d65 100755 --- a/test/smoke_test/basic/03 +++ b/test/smoke_test/basic/03 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/04 b/test/smoke_test/basic/04 index ed2ca98..eced240 100755 --- a/test/smoke_test/basic/04 +++ b/test/smoke_test/basic/04 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/05 b/test/smoke_test/basic/05 index de4c0de..2786532 100755 --- a/test/smoke_test/basic/05 +++ b/test/smoke_test/basic/05 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/06 b/test/smoke_test/basic/06 index b62c628..86da6eb 100755 --- a/test/smoke_test/basic/06 +++ b/test/smoke_test/basic/06 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION --set-param option fuzzing. diff --git a/test/smoke_test/basic/07 b/test/smoke_test/basic/07 index 81f48cd..72e061c 100755 --- a/test/smoke_test/basic/07 +++ b/test/smoke_test/basic/07 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/08 b/test/smoke_test/basic/08 index a1c4c30..ce19523 100755 --- a/test/smoke_test/basic/08 +++ b/test/smoke_test/basic/08 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION Verify if write mode: read only, works as expected and cache only reads and do not cache writes diff --git a/test/smoke_test/basic/09 b/test/smoke_test/basic/09 index e5351bb..61e3852 100755 --- a/test/smoke_test/basic/09 +++ b/test/smoke_test/basic/09 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/10 b/test/smoke_test/basic/10 index 39550af..de0ad09 100755 --- a/test/smoke_test/basic/10 +++ b/test/smoke_test/basic/10 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/11 b/test/smoke_test/basic/11 index 076b7f2..6ab1d73 100755 --- a/test/smoke_test/basic/11 +++ b/test/smoke_test/basic/11 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/12 b/test/smoke_test/basic/12 index e25a25e..941af01 100755 --- a/test/smoke_test/basic/12 +++ b/test/smoke_test/basic/12 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/basic/13 b/test/smoke_test/basic/13 index c0d0f17..9841ef6 100755 --- a/test/smoke_test/basic/13 +++ b/test/smoke_test/basic/13 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/cache_suspend/01 b/test/smoke_test/cache_suspend/01 index c9ba0d6..5a27133 100755 --- a/test/smoke_test/cache_suspend/01 +++ b/test/smoke_test/cache_suspend/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/cache_suspend/02 b/test/smoke_test/cache_suspend/02 index b726d01..ba352ee 100755 --- a/test/smoke_test/cache_suspend/02 +++ b/test/smoke_test/cache_suspend/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/cache_suspend/03 b/test/smoke_test/cache_suspend/03 index a055f0b..675e7f1 100755 --- a/test/smoke_test/cache_suspend/03 +++ b/test/smoke_test/cache_suspend/03 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/cas_config b/test/smoke_test/cas_config index 4df09d0..0da7b00 100644 --- a/test/smoke_test/cas_config +++ b/test/smoke_test/cas_config @@ -2,7 +2,7 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # Open CAS Linux Tests configuration # diff --git a/test/smoke_test/cas_functions b/test/smoke_test/cas_functions index 97f0531..0709c06 100644 --- a/test/smoke_test/cas_functions +++ b/test/smoke_test/cas_functions @@ -2,7 +2,7 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # ############################################################ diff --git a/test/smoke_test/cas_lib b/test/smoke_test/cas_lib index ae36e2a..93646b5 100644 --- a/test/smoke_test/cas_lib +++ b/test/smoke_test/cas_lib @@ -2,7 +2,7 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # export NAME=`basename $0` diff --git a/test/smoke_test/cas_local_config.example b/test/smoke_test/cas_local_config.example index d36102b..f8264f1 100644 --- a/test/smoke_test/cas_local_config.example +++ b/test/smoke_test/cas_local_config.example @@ -2,7 +2,7 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # This is the local config file which may be used to override default settings. diff --git a/test/smoke_test/cas_options b/test/smoke_test/cas_options index 0290589..f376de4 100644 --- a/test/smoke_test/cas_options +++ b/test/smoke_test/cas_options @@ -2,7 +2,7 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # Whenever adding new options (required or optional), add them to the variable below. # Every option might be mentioned more than once - it doesn't really matter at this point diff --git a/test/smoke_test/eviction_policy/01 b/test/smoke_test/eviction_policy/01 index 1e8ad72..7554fcd 100755 --- a/test/smoke_test/eviction_policy/01 +++ b/test/smoke_test/eviction_policy/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/eviction_policy/02 b/test/smoke_test/eviction_policy/02 index 2215f90..ad34999 100755 --- a/test/smoke_test/eviction_policy/02 +++ b/test/smoke_test/eviction_policy/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/eviction_policy/03 b/test/smoke_test/eviction_policy/03 index 1128e10..4356321 100755 --- a/test/smoke_test/eviction_policy/03 +++ b/test/smoke_test/eviction_policy/03 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/fio/01 b/test/smoke_test/fio/01 index 4842d24..e48595d 100755 --- a/test/smoke_test/fio/01 +++ b/test/smoke_test/fio/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/incremental_load/01 b/test/smoke_test/incremental_load/01 index 5dd50a9..a94d011 100755 --- a/test/smoke_test/incremental_load/01 +++ b/test/smoke_test/incremental_load/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/incremental_load/02 b/test/smoke_test/incremental_load/02 index 31177dc..72754f7 100755 --- a/test/smoke_test/incremental_load/02 +++ b/test/smoke_test/incremental_load/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/init_script/01 b/test/smoke_test/init_script/01 index cc4f9b9..00114f0 100755 --- a/test/smoke_test/init_script/01 +++ b/test/smoke_test/init_script/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/init_script/02 b/test/smoke_test/init_script/02 index d014e24..dc4ce93 100755 --- a/test/smoke_test/init_script/02 +++ b/test/smoke_test/init_script/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/init_script/03 b/test/smoke_test/init_script/03 index eda955b..5866aba 100755 --- a/test/smoke_test/init_script/03 +++ b/test/smoke_test/init_script/03 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/io_class/01_wlth b/test/smoke_test/io_class/01_wlth index f4fe8a5..fa7561e 100755 --- a/test/smoke_test/io_class/01_wlth +++ b/test/smoke_test/io_class/01_wlth @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/io_class/02_wlth b/test/smoke_test/io_class/02_wlth index 5f1eac6..d423cd3 100755 --- a/test/smoke_test/io_class/02_wlth +++ b/test/smoke_test/io_class/02_wlth @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/io_class/cas_lib_io_class b/test/smoke_test/io_class/cas_lib_io_class index 3f425f2..e1d94d9 100644 --- a/test/smoke_test/io_class/cas_lib_io_class +++ b/test/smoke_test/io_class/cas_lib_io_class @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # OCF_IO_CLASS_CONFIG_PATH="config.csv" diff --git a/test/smoke_test/metadata_corrupt/01 b/test/smoke_test/metadata_corrupt/01 index 391c7a2..4be3736 100755 --- a/test/smoke_test/metadata_corrupt/01 +++ b/test/smoke_test/metadata_corrupt/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION Swap one random bit in each metadata section and try to load cache. diff --git a/test/smoke_test/metadata_corrupt/02 b/test/smoke_test/metadata_corrupt/02 index 8ef3518..4ae958e 100755 --- a/test/smoke_test/metadata_corrupt/02 +++ b/test/smoke_test/metadata_corrupt/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION Corrupt metadata on cache with random data and try to load this cache. diff --git a/test/smoke_test/promotion/01 b/test/smoke_test/promotion/01 index eee1581..90cf8af 100755 --- a/test/smoke_test/promotion/01 +++ b/test/smoke_test/promotion/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # #DESCRIPTION --set-param and --get-param option fuzzing. diff --git a/test/smoke_test/recovery/01 b/test/smoke_test/recovery/01 index 6eb0d0d..4ab49dd 100755 --- a/test/smoke_test/recovery/01 +++ b/test/smoke_test/recovery/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION Data integrity after turning off cache device diff --git a/test/smoke_test/recovery/02 b/test/smoke_test/recovery/02 index 7ea8811..4423750 100755 --- a/test/smoke_test/recovery/02 +++ b/test/smoke_test/recovery/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # DESCRIPTION Recovery test diff --git a/test/smoke_test/run_tests b/test/smoke_test/run_tests index dc13a83..18c922a 100755 --- a/test/smoke_test/run_tests +++ b/test/smoke_test/run_tests @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # ############################################################ diff --git a/test/smoke_test/write_back/01 b/test/smoke_test/write_back/01 index 5069bab..ba1ac2e 100755 --- a/test/smoke_test/write_back/01 +++ b/test/smoke_test/write_back/01 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/smoke_test/write_back/02 b/test/smoke_test/write_back/02 index 9437f3d..6d23ca1 100755 --- a/test/smoke_test/write_back/02 +++ b/test/smoke_test/write_back/02 @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # The line below specified that line under it should be used as the test's short description when launching test via run_tests script. diff --git a/test/utils_tests/opencas-py-tests/conftest.py b/test/utils_tests/opencas-py-tests/conftest.py index 42205f2..2793462 100644 --- a/test/utils_tests/opencas-py-tests/conftest.py +++ b/test/utils_tests/opencas-py-tests/conftest.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import sys diff --git a/test/utils_tests/opencas-py-tests/helpers.py b/test/utils_tests/opencas-py-tests/helpers.py index 2301b22..f0760c4 100644 --- a/test/utils_tests/opencas-py-tests/helpers.py +++ b/test/utils_tests/opencas-py-tests/helpers.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import unittest.mock as mock diff --git a/test/utils_tests/opencas-py-tests/test_cas_config_01.py b/test/utils_tests/opencas-py-tests/test_cas_config_01.py index 4589772..efa4c67 100644 --- a/test/utils_tests/opencas-py-tests/test_cas_config_01.py +++ b/test/utils_tests/opencas-py-tests/test_cas_config_01.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/utils_tests/opencas-py-tests/test_cas_config_cache_01.py b/test/utils_tests/opencas-py-tests/test_cas_config_cache_01.py index f79a363..a2a9fec 100644 --- a/test/utils_tests/opencas-py-tests/test_cas_config_cache_01.py +++ b/test/utils_tests/opencas-py-tests/test_cas_config_cache_01.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/utils_tests/opencas-py-tests/test_cas_config_core_01.py b/test/utils_tests/opencas-py-tests/test_cas_config_core_01.py index 3a45c43..2ac7cdd 100644 --- a/test/utils_tests/opencas-py-tests/test_cas_config_core_01.py +++ b/test/utils_tests/opencas-py-tests/test_cas_config_core_01.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/utils_tests/opencas-py-tests/test_casadm_01.py b/test/utils_tests/opencas-py-tests/test_casadm_01.py index 0fc533f..31338b3 100644 --- a/test/utils_tests/opencas-py-tests/test_casadm_01.py +++ b/test/utils_tests/opencas-py-tests/test_casadm_01.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/test/utils_tests/opencas-py-tests/test_helper_functions_01.py b/test/utils_tests/opencas-py-tests/test_helper_functions_01.py index f37e071..3518a04 100644 --- a/test/utils_tests/opencas-py-tests/test_helper_functions_01.py +++ b/test/utils_tests/opencas-py-tests/test_helper_functions_01.py @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import pytest diff --git a/tools/cas_version_gen b/tools/cas_version_gen index 73d0733..aa33fce 100755 --- a/tools/cas_version_gen +++ b/tools/cas_version_gen @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # diff --git a/tools/helpers.mk b/tools/helpers.mk index 3912726..aa52c46 100644 --- a/tools/helpers.mk +++ b/tools/helpers.mk @@ -1,6 +1,6 @@ # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # define remove-file diff --git a/tools/pckgen b/tools/pckgen index 45318bc..62e5fa1 100755 --- a/tools/pckgen +++ b/tools/pckgen @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # To make additional packages creation possible @@ -15,7 +15,7 @@ CAS_NAME="open-cas-linux" CAS_HOMEPAGE="https://open-cas.github.io" CAS_GIT="https://github.com/Open-CAS/open-cas-linux.git" -CAS_LICENSE_NAME="BSD-3-Clause-Clear" +CAS_LICENSE_NAME="BSD-3-Clause" SUPPORTED_FROM_VERSION="20.03" THIS=$(basename "$0") ARCH="$(uname -i)" diff --git a/tools/pckgen.d/rpm/CAS_NAME.spec b/tools/pckgen.d/rpm/CAS_NAME.spec index e29aaca..936ceb8 100644 --- a/tools/pckgen.d/rpm/CAS_NAME.spec +++ b/tools/pckgen.d/rpm/CAS_NAME.spec @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # diff --git a/tools/version2sha b/tools/version2sha index 73e9bd0..2f87c37 100755 --- a/tools/version2sha +++ b/tools/version2sha @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # VERSION=$1 diff --git a/utils/Makefile b/utils/Makefile index 08d0bf8..724e669 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # include ../tools/helpers.mk diff --git a/utils/open-cas-loader b/utils/open-cas-loader index 0ab40a6..0953885 100755 --- a/utils/open-cas-loader +++ b/utils/open-cas-loader @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import subprocess diff --git a/utils/open-cas-shutdown b/utils/open-cas-shutdown index e29530a..2c3ee17 100644 --- a/utils/open-cas-shutdown +++ b/utils/open-cas-shutdown @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # # open-cas-shutdown Stops Open CAS diff --git a/utils/open-cas.shutdown b/utils/open-cas.shutdown index d617a88..e43a308 100755 --- a/utils/open-cas.shutdown +++ b/utils/open-cas.shutdown @@ -1,7 +1,7 @@ #!/bin/bash # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # # systemd-shutdown plugin to stop all remaining Open CAS devices diff --git a/utils/opencas.py b/utils/opencas.py index abc1c57..a2c6f55 100644 --- a/utils/opencas.py +++ b/utils/opencas.py @@ -1,6 +1,6 @@ # # Copyright(c) 2012-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import subprocess diff --git a/utils/upgrade_utils.py b/utils/upgrade_utils.py index 59b3ca7..c15a45a 100644 --- a/utils/upgrade_utils.py +++ b/utils/upgrade_utils.py @@ -1,6 +1,6 @@ # # Copyright(c) 2020-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # import logging