From ab3221a0e03f9c8bb157ba2bff6808bc317f683d Mon Sep 17 00:00:00 2001 From: yasahi-hpc <57478230+yasahi-hpc@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:54:18 +0100 Subject: [PATCH] Harmonize the library names as kokkos-fft (#182) Co-authored-by: Yuuichi Asahi --- .clang-format | 2 +- .clang-tidy | 2 +- .github/workflows/__build_base.yaml | 2 +- .github/workflows/__check_docker_files.yaml | 2 +- .github/workflows/build_test.yaml | 2 +- .github/workflows/cleanup_base.yaml | 2 +- .github/workflows/heartbeat.yaml | 2 +- .github/workflows/pre_build_base.yaml | 2 +- .gitignore | 2 +- .gitmodules | 2 +- .readthedocs.yaml | 2 +- AUTHORS | 2 +- CMakeLists.txt | 2 +- COPYRIGHT.md | 6 +++--- README.md | 20 +++++++++---------- cmake/FindSphinx.cmake | 2 +- cmake/KokkosFFTConfig.cmake.in | 2 +- cmake/KokkosFFT_Git_Hash.cmake | 2 +- cmake/KokkosFFT_config.h.in | 2 +- cmake/KokkosFFT_tpls.cmake | 2 +- cmake/KokkosFFT_utils.cmake | 2 +- common/CMakeLists.txt | 2 +- common/src/CMakeLists.txt | 2 +- common/src/KokkosFFT_Helpers.hpp | 2 +- common/src/KokkosFFT_asserts.hpp | 2 +- common/src/KokkosFFT_common_types.hpp | 2 +- common/src/KokkosFFT_layouts.hpp | 2 +- common/src/KokkosFFT_normalization.hpp | 2 +- common/src/KokkosFFT_padding.hpp | 2 +- common/src/KokkosFFT_traits.hpp | 16 +++++++-------- common/src/KokkosFFT_transpose.hpp | 2 +- common/src/KokkosFFT_utils.hpp | 2 +- common/unit_test/CMakeLists.txt | 2 +- common/unit_test/Test_Helpers.cpp | 2 +- common/unit_test/Test_Layouts.cpp | 2 +- common/unit_test/Test_Normalization.cpp | 2 +- common/unit_test/Test_Padding.cpp | 2 +- common/unit_test/Test_Traits.cpp | 2 +- common/unit_test/Test_Transpose.cpp | 2 +- common/unit_test/Test_Types.hpp | 2 +- common/unit_test/Test_Utils.cpp | 2 +- common/unit_test/Test_Utils.hpp | 2 +- docker/clang/Dockerfile | 2 +- docker/gcc/Dockerfile | 2 +- docker/intel/Dockerfile | 2 +- docker/nvcc/Dockerfile | 2 +- docker/rocm/Dockerfile | 2 +- docs/CMakeLists.txt | 2 +- docs/Doxyfile.in | 2 +- docs/Makefile | 2 +- docs/api/helper/fftfreq.rst | 2 +- docs/api/helper/fftshift.rst | 2 +- docs/api/helper/ifftshift.rst | 2 +- docs/api/helper/rfftfreq.rst | 2 +- docs/api/hermitian/hfft.rst | 2 +- docs/api/hermitian/ihfft.rst | 2 +- docs/api/plan.rst | 2 +- docs/api/real/irfft.rst | 2 +- docs/api/real/irfft2.rst | 2 +- docs/api/real/irfftn.rst | 2 +- docs/api/real/rfft.rst | 2 +- docs/api/real/rfft2.rst | 2 +- docs/api/real/rfftn.rst | 2 +- docs/api/standard/fft.rst | 2 +- docs/api/standard/fft2.rst | 2 +- docs/api/standard/fftn.rst | 2 +- docs/api/standard/ifft.rst | 2 +- docs/api/standard/ifft2.rst | 2 +- docs/api/standard/ifftn.rst | 2 +- docs/api_reference.rst | 2 +- docs/conf.py | 2 +- docs/examples.rst | 2 +- docs/finding_libraries.rst | 2 +- docs/getting_started.rst | 2 +- docs/index.rst | 2 +- docs/intro/building.rst | 2 +- docs/intro/quick_start.rst | 2 +- docs/intro/using.rst | 2 +- docs/requirements.txt | 2 +- docs/samples/01_1DFFT.rst | 2 +- docs/samples/02_2DFFT.rst | 2 +- docs/samples/03_NDFFT.rst | 2 +- docs/samples/04_batchedFFT.rst | 2 +- docs/samples/05_1DFFT_HOST_DEVICE.rst | 2 +- docs/samples/06_1DFFT_reuse_plans.rst | 2 +- docs/samples/07_unmanaged_views.rst | 2 +- examples/01_1DFFT/01_1DFFT.cpp | 2 +- examples/01_1DFFT/CMakeLists.txt | 2 +- examples/01_1DFFT/numpy_1DFFT.py | 2 +- examples/02_2DFFT/02_2DFFT.cpp | 2 +- examples/02_2DFFT/CMakeLists.txt | 2 +- examples/02_2DFFT/numpy_2DFFT.py | 2 +- examples/03_NDFFT/03_NDFFT.cpp | 2 +- examples/03_NDFFT/CMakeLists.txt | 2 +- examples/03_NDFFT/numpy_NDFFT.py | 2 +- examples/04_batchedFFT/04_batchedFFT.cpp | 2 +- examples/04_batchedFFT/CMakeLists.txt | 2 +- examples/04_batchedFFT/numpy_batchedFFT.py | 2 +- .../05_1DFFT_HOST_DEVICE.cpp | 2 +- examples/05_1DFFT_HOST_DEVICE/CMakeLists.txt | 2 +- examples/05_1DFFT_HOST_DEVICE/numpy_1DFFT.py | 2 +- .../06_1DFFT_reuse_plans.cpp | 2 +- examples/06_1DFFT_reuse_plans/CMakeLists.txt | 2 +- examples/06_1DFFT_reuse_plans/numpy_1DFFT.py | 2 +- .../07_unmanaged_views/07_unmanaged_views.cpp | 2 +- examples/07_unmanaged_views/CMakeLists.txt | 2 +- examples/CMakeLists.txt | 2 +- fft/CMakeLists.txt | 2 +- fft/perf_test/Benchmark_Context.hpp | 2 +- fft/perf_test/CMakeLists.txt | 2 +- fft/perf_test/PerfTest_FFT1.cpp | 2 +- fft/perf_test/PerfTest_FFT1.hpp | 2 +- fft/perf_test/PerfTest_FFT2.cpp | 2 +- fft/perf_test/PerfTest_FFT2.hpp | 2 +- fft/src/CMakeLists.txt | 2 +- fft/src/KokkosFFT.hpp | 2 +- fft/src/KokkosFFT_Cuda_plans.hpp | 2 +- fft/src/KokkosFFT_Cuda_transform.hpp | 2 +- fft/src/KokkosFFT_Cuda_types.hpp | 2 +- fft/src/KokkosFFT_HIP_plans.hpp | 2 +- fft/src/KokkosFFT_HIP_transform.hpp | 2 +- fft/src/KokkosFFT_HIP_types.hpp | 2 +- fft/src/KokkosFFT_Host_plans.hpp | 2 +- fft/src/KokkosFFT_Host_transform.hpp | 2 +- fft/src/KokkosFFT_Host_types.hpp | 2 +- fft/src/KokkosFFT_Plans.hpp | 2 +- fft/src/KokkosFFT_ROCM_plans.hpp | 2 +- fft/src/KokkosFFT_ROCM_transform.hpp | 2 +- fft/src/KokkosFFT_ROCM_types.hpp | 2 +- fft/src/KokkosFFT_SYCL_plans.hpp | 2 +- fft/src/KokkosFFT_SYCL_transform.hpp | 2 +- fft/src/KokkosFFT_SYCL_types.hpp | 2 +- fft/src/KokkosFFT_Transform.hpp | 2 +- fft/src/KokkosFFT_default_types.hpp | 2 +- fft/unit_test/CMakeLists.txt | 2 +- fft/unit_test/Test_Plans.cpp | 2 +- fft/unit_test/Test_Transform.cpp | 2 +- fft/unit_test/Test_Types.hpp | 2 +- fft/unit_test/Test_Utils.hpp | 2 +- install_test/as_library/CMakeLists.txt | 2 +- install_test/as_library/hello.cpp | 2 +- install_test/as_subdirectory/CMakeLists.txt | 2 +- install_test/as_subdirectory/hello.cpp | 2 +- 143 files changed, 161 insertions(+), 161 deletions(-) diff --git a/.clang-format b/.clang-format index 289d7c76..b3a2d1ae 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.clang-tidy b/.clang-tidy index 3efb5121..fe2b7122 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/__build_base.yaml b/.github/workflows/__build_base.yaml index 511e6237..ac4bcc73 100644 --- a/.github/workflows/__build_base.yaml +++ b/.github/workflows/__build_base.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/__check_docker_files.yaml b/.github/workflows/__check_docker_files.yaml index 9b374570..baf33d2a 100644 --- a/.github/workflows/__check_docker_files.yaml +++ b/.github/workflows/__check_docker_files.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml index 2df9db5f..be6936ac 100644 --- a/.github/workflows/build_test.yaml +++ b/.github/workflows/build_test.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/cleanup_base.yaml b/.github/workflows/cleanup_base.yaml index 1556d540..90aee144 100644 --- a/.github/workflows/cleanup_base.yaml +++ b/.github/workflows/cleanup_base.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/heartbeat.yaml b/.github/workflows/heartbeat.yaml index 49e00a5d..287ef1d1 100644 --- a/.github/workflows/heartbeat.yaml +++ b/.github/workflows/heartbeat.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.github/workflows/pre_build_base.yaml b/.github/workflows/pre_build_base.yaml index 21b8a49c..ad9b1cea 100644 --- a/.github/workflows/pre_build_base.yaml +++ b/.github/workflows/pre_build_base.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.gitignore b/.gitignore index cc211608..ac53a429 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.gitmodules b/.gitmodules index 2fc7ee6c..1b360fab 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 37cb89ef..f020b637 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/AUTHORS b/AUTHORS index c6207ee6..3089696d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception Multiple people have contributed to kokkos-fft. To show our appreciation for their diff --git a/CMakeLists.txt b/CMakeLists.txt index c172ceb5..a4c3e12b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/COPYRIGHT.md b/COPYRIGHT.md index 54ff3700..e9d2c7c1 100644 --- a/COPYRIGHT.md +++ b/COPYRIGHT.md @@ -1,10 +1,10 @@ -The Kokkos-FFT project licencing information follows the REUSE specification. +The kokkos-fft project licencing information follows the REUSE specification. It is distributed under either: * the MIT License whose full text is available in the LICENSES/MIT.txt file, @@ -12,7 +12,7 @@ or, at your option, * the Apache-2.0 licence with LLVM exception whose full text is available in the LICENSES/Apache-2.0.txt and LICENSES/LLVM-exception.txt files. -For the purpose of copyright, the Kokkos-FFT development team is defined as follow: +For the purpose of copyright, the kokkos-fft development team is defined as follow: * Centre national de la recherche scientifique (CNRS) * Commissariat a l'énergie atomique et aux énergies alternatives (CEA) * Université Paris-Saclay diff --git a/README.md b/README.md index 932368f9..3a7c15fc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -12,10 +12,10 @@ SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception > [!WARNING] > EXPERIMENTAL FFT interfaces for Kokkos C++ Performance Portability Programming EcoSystem -Kokkos-fft implements local interfaces between [Kokkos](https://github.com/kokkos/kokkos) and de facto standard FFT libraries, including [fftw](http://www.fftw.org), [cufft](https://developer.nvidia.com/cufft), [hipfft](https://github.com/ROCm/hipFFT) ([rocfft](https://github.com/ROCm/rocFFT)), and [oneMKL](https://spec.oneapi.io/versions/latest/elements/oneMKL/source/index.html). "Local" means not using MPI, or running within a single MPI process without knowing about MPI. We are inclined to implement the [numpy.fft](https://numpy.org/doc/stable/reference/routines.fft.html)-like interfaces adapted for [Kokkos](https://github.com/kokkos/kokkos). +kokkos-fft implements local interfaces between [Kokkos](https://github.com/kokkos/kokkos) and de facto standard FFT libraries, including [fftw](http://www.fftw.org), [cufft](https://developer.nvidia.com/cufft), [hipfft](https://github.com/ROCm/hipFFT) ([rocfft](https://github.com/ROCm/rocFFT)), and [oneMKL](https://spec.oneapi.io/versions/latest/elements/oneMKL/source/index.html). "Local" means not using MPI, or running within a single MPI process without knowing about MPI. We are inclined to implement the [numpy.fft](https://numpy.org/doc/stable/reference/routines.fft.html)-like interfaces adapted for [Kokkos](https://github.com/kokkos/kokkos). A key concept is that **"As easy as numpy, as fast as vendor libraries"**. Accordingly, our API follows the API by [numpy.fft](https://numpy.org/doc/stable/reference/routines.fft.html) with minor differences. A fft library dedicated to Kokkos Device backend (e.g. [cufft](https://developer.nvidia.com/cufft) for CUDA backend) is automatically used. If something is wrong with runtime values (say `View` extents), it will raise runtime errors (C++ `std::runtime_error`). See [documentations](https://kokkosfft.readthedocs.io/) for more information. -Here is an example for 1D real to complex transform with `rfft` in Kokkos-fft. +Here is an example for 1D real to complex transform with `rfft` in kokkos-fft. ```C++ #include #include @@ -43,7 +43,7 @@ x = np.random.rand(4) x_hat = np.fft.rfft(x) ``` -There are two major differences: [`execution_space`](https://kokkos.org/kokkos-core-wiki/API/core/execution_spaces.html) argument and output value (`x_hat`) is an argument of API (not returned value from API). As imagined, Kokkos-fft only accepts [Kokkos Views](https://kokkos.org/kokkos-core-wiki/API/core/View.html) as input data. The accessibilities of Views from `execution_space` are statically checked (compilation errors if not accessible). +There are two major differences: [`execution_space`](https://kokkos.org/kokkos-core-wiki/API/core/execution_spaces.html) argument and output value (`x_hat`) is an argument of API (not returned value from API). As imagined, kokkos-fft only accepts [Kokkos Views](https://kokkos.org/kokkos-core-wiki/API/core/View.html) as input data. The accessibilities of Views from `execution_space` are statically checked (compilation errors if not accessible). Depending on a View dimension, it automatically uses the batched plans as follows ```C++ @@ -79,14 +79,14 @@ In this example, the 1D batched `rfft` over 2D View along `axis -1` is executed. ## Disclaimer **KokkosFFT is under development and subject to change without warning. The authors do not guarantee that this code runs correctly in all the environments.** -## Using KokkosFFT -For the moment, there are two ways to use Kokkos-fft: including as a subdirectory in CMake project or installing as a library. First of all, you need to clone this repo. +## Using kokkos-fft +For the moment, there are two ways to use kokkos-fft: including as a subdirectory in CMake project or installing as a library. First of all, you need to clone this repo. ```bash git clone --recursive https://github.com/kokkos/kokkos-fft.git ``` ### Prerequisites -To use Kokkos-fft, we need the followings: +To use kokkos-fft, we need the followings: * `CMake 3.22+` * `Kokkos 4.4+` * `gcc 8.3.0+` (CPUs) @@ -95,9 +95,9 @@ To use Kokkos-fft, we need the followings: * `rocm 5.3.0+` (AMD GPUs) ### CMake -Since Kokkos-fft is a header-only library, it is enough to simply add as a subdirectory. It is assumed that kokkos and Kokkos-fft are placed under `/tpls`. +Since kokkos-fft is a header-only library, it is enough to simply add as a subdirectory. It is assumed that kokkos and kokkos-fft are placed under `/tpls`. -Here is an example to use Kokkos-fft in the following CMake project. +Here is an example to use kokkos-fft in the following CMake project. ``` ---/ | @@ -136,4 +136,4 @@ This way, all the functionalities are executed on A100 GPUs. For installation, d [![License](https://img.shields.io/badge/License-Apache--2.0_WITH_LLVM--exception-blue)](https://spdx.org/licenses/LLVM-exception.html) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -Kokkos-FFT is distributed under either the MIT license, or at your option, the Apache-2.0 licence with LLVM exception. +kokkos-fft is distributed under either the MIT license, or at your option, the Apache-2.0 licence with LLVM exception. diff --git a/cmake/FindSphinx.cmake b/cmake/FindSphinx.cmake index 2e05fd77..9ee1e70e 100644 --- a/cmake/FindSphinx.cmake +++ b/cmake/FindSphinx.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/cmake/KokkosFFTConfig.cmake.in b/cmake/KokkosFFTConfig.cmake.in index ebaf1f64..4feccfe7 100644 --- a/cmake/KokkosFFTConfig.cmake.in +++ b/cmake/KokkosFFTConfig.cmake.in @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/cmake/KokkosFFT_Git_Hash.cmake b/cmake/KokkosFFT_Git_Hash.cmake index e6cd494d..aa950b24 100644 --- a/cmake/KokkosFFT_Git_Hash.cmake +++ b/cmake/KokkosFFT_Git_Hash.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/cmake/KokkosFFT_config.h.in b/cmake/KokkosFFT_config.h.in index 3f7d4912..21809e1d 100644 --- a/cmake/KokkosFFT_config.h.in +++ b/cmake/KokkosFFT_config.h.in @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/cmake/KokkosFFT_tpls.cmake b/cmake/KokkosFFT_tpls.cmake index 14f54962..9cbc5d19 100644 --- a/cmake/KokkosFFT_tpls.cmake +++ b/cmake/KokkosFFT_tpls.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/cmake/KokkosFFT_utils.cmake b/cmake/KokkosFFT_utils.cmake index 2d3e86a6..572357db 100644 --- a/cmake/KokkosFFT_utils.cmake +++ b/cmake/KokkosFFT_utils.cmake @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 3271ff89..47f2a6c9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/CMakeLists.txt b/common/src/CMakeLists.txt index 29247fe1..125f5468 100644 --- a/common/src/CMakeLists.txt +++ b/common/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_Helpers.hpp b/common/src/KokkosFFT_Helpers.hpp index 57dab910..f3e06b4b 100644 --- a/common/src/KokkosFFT_Helpers.hpp +++ b/common/src/KokkosFFT_Helpers.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_asserts.hpp b/common/src/KokkosFFT_asserts.hpp index ed37edbf..bb0d29ad 100644 --- a/common/src/KokkosFFT_asserts.hpp +++ b/common/src/KokkosFFT_asserts.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_common_types.hpp b/common/src/KokkosFFT_common_types.hpp index d15b496a..c7364beb 100644 --- a/common/src/KokkosFFT_common_types.hpp +++ b/common/src/KokkosFFT_common_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_layouts.hpp b/common/src/KokkosFFT_layouts.hpp index 156cb746..f78f0343 100644 --- a/common/src/KokkosFFT_layouts.hpp +++ b/common/src/KokkosFFT_layouts.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_normalization.hpp b/common/src/KokkosFFT_normalization.hpp index 89aff343..5934afa2 100644 --- a/common/src/KokkosFFT_normalization.hpp +++ b/common/src/KokkosFFT_normalization.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_padding.hpp b/common/src/KokkosFFT_padding.hpp index 9ebd3b7e..d8f22f5e 100644 --- a/common/src/KokkosFFT_padding.hpp +++ b/common/src/KokkosFFT_padding.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_traits.hpp b/common/src/KokkosFFT_traits.hpp index d9c1dda3..ba3be4e7 100644 --- a/common/src/KokkosFFT_traits.hpp +++ b/common/src/KokkosFFT_traits.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception @@ -35,7 +35,7 @@ struct is_real< : std::true_type {}; /// \brief Helper to check if a type is an acceptable real type (float/double) -/// for Kokkos-FFT +/// for kokkos-fft template inline constexpr bool is_real_v = is_real::value; @@ -49,7 +49,7 @@ struct is_complex< : std::true_type {}; /// \brief Helper to check if a type is an acceptable complex type -/// (Kokkos::complex/Kokkos::complex) for Kokkos-FFT +/// (Kokkos::complex/Kokkos::complex) for kokkos-fft template inline constexpr bool is_complex_v = is_complex::value; @@ -69,7 +69,7 @@ struct is_admissible_value_type< : std::true_type {}; /// \brief Helper to check if a type is an acceptable value type -/// (float/double/Kokkos::complex/Kokkos::complex) for Kokkos-FFT +/// (float/double/Kokkos::complex/Kokkos::complex) for kokkos-fft /// When applied to Kokkos::View, then check if a value type is an acceptable /// real/complex type. template @@ -89,7 +89,7 @@ struct is_layout_left_or_right< : std::true_type {}; /// \brief Helper to check if a View layout is an acceptable layout type -/// (Kokkos::LayoutLeft/Kokkos::LayoutRight) for Kokkos-FFT +/// (Kokkos::LayoutLeft/Kokkos::LayoutRight) for kokkos-fft template inline constexpr bool is_layout_left_or_right_v = is_layout_left_or_right::value; @@ -104,7 +104,7 @@ struct is_admissible_view< is_admissible_value_type_v>> : std::true_type {}; -/// \brief Helper to check if a View is an acceptable for Kokkos-FFT. Values and +/// \brief Helper to check if a View is an acceptable for kokkos-fft. Values and /// layout are checked template inline constexpr bool is_admissible_view_v = @@ -123,7 +123,7 @@ struct is_operatable_view< ExecutionSpace, typename ViewType::memory_space>::accessible>> : std::true_type {}; -/// \brief Helper to check if a View is an acceptable View for Kokkos-FFT and +/// \brief Helper to check if a View is an acceptable View for kokkos-fft and /// memory space is accessible from the ExecutionSpace template inline constexpr bool is_operatable_view_v = @@ -206,7 +206,7 @@ struct are_operatable_views< have_same_layout_v && have_same_rank_v>> : std::true_type {}; -/// \brief Helper to check if Views are acceptable View for Kokkos-FFT and +/// \brief Helper to check if Views are acceptable View for kokkos-fft and /// memory space are accessible from the ExecutionSpace. /// In addition, precisions, layout and rank are checked to be identical. template diff --git a/common/src/KokkosFFT_transpose.hpp b/common/src/KokkosFFT_transpose.hpp index 0d459635..adc3f68f 100644 --- a/common/src/KokkosFFT_transpose.hpp +++ b/common/src/KokkosFFT_transpose.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/src/KokkosFFT_utils.hpp b/common/src/KokkosFFT_utils.hpp index 4a1f7228..f110f4c6 100644 --- a/common/src/KokkosFFT_utils.hpp +++ b/common/src/KokkosFFT_utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/CMakeLists.txt b/common/unit_test/CMakeLists.txt index 12f2c704..67678abc 100644 --- a/common/unit_test/CMakeLists.txt +++ b/common/unit_test/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Helpers.cpp b/common/unit_test/Test_Helpers.cpp index 297d4997..addd978b 100644 --- a/common/unit_test/Test_Helpers.cpp +++ b/common/unit_test/Test_Helpers.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Layouts.cpp b/common/unit_test/Test_Layouts.cpp index 7c2208df..aed6d4b7 100644 --- a/common/unit_test/Test_Layouts.cpp +++ b/common/unit_test/Test_Layouts.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Normalization.cpp b/common/unit_test/Test_Normalization.cpp index 62f60d49..6c2b8aaf 100644 --- a/common/unit_test/Test_Normalization.cpp +++ b/common/unit_test/Test_Normalization.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Padding.cpp b/common/unit_test/Test_Padding.cpp index fda3784a..d9823e3d 100644 --- a/common/unit_test/Test_Padding.cpp +++ b/common/unit_test/Test_Padding.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Traits.cpp b/common/unit_test/Test_Traits.cpp index 162fb3bd..3a80878b 100644 --- a/common/unit_test/Test_Traits.cpp +++ b/common/unit_test/Test_Traits.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Transpose.cpp b/common/unit_test/Test_Transpose.cpp index 3188e9b4..ec9c222a 100644 --- a/common/unit_test/Test_Transpose.cpp +++ b/common/unit_test/Test_Transpose.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Types.hpp b/common/unit_test/Test_Types.hpp index f3051862..c7569646 100644 --- a/common/unit_test/Test_Types.hpp +++ b/common/unit_test/Test_Types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Utils.cpp b/common/unit_test/Test_Utils.cpp index 8861e4c0..48dbcfff 100644 --- a/common/unit_test/Test_Utils.cpp +++ b/common/unit_test/Test_Utils.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/common/unit_test/Test_Utils.hpp b/common/unit_test/Test_Utils.hpp index 5ef4ceb4..6450e8bf 100644 --- a/common/unit_test/Test_Utils.hpp +++ b/common/unit_test/Test_Utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docker/clang/Dockerfile b/docker/clang/Dockerfile index 053144af..fd6f9569 100644 --- a/docker/clang/Dockerfile +++ b/docker/clang/Dockerfile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docker/gcc/Dockerfile b/docker/gcc/Dockerfile index 3178f70f..12084bda 100644 --- a/docker/gcc/Dockerfile +++ b/docker/gcc/Dockerfile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docker/intel/Dockerfile b/docker/intel/Dockerfile index cab5320e..2275e20d 100644 --- a/docker/intel/Dockerfile +++ b/docker/intel/Dockerfile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docker/nvcc/Dockerfile b/docker/nvcc/Dockerfile index b2ab0435..59115370 100644 --- a/docker/nvcc/Dockerfile +++ b/docker/nvcc/Dockerfile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docker/rocm/Dockerfile b/docker/rocm/Dockerfile index c42ce74a..e3cdc0a6 100644 --- a/docker/rocm/Dockerfile +++ b/docker/rocm/Dockerfile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index c107314d..6e0a59d8 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/Doxyfile.in b/docs/Doxyfile.in index 71b91f30..4269d405 100644 --- a/docs/Doxyfile.in +++ b/docs/Doxyfile.in @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/Makefile b/docs/Makefile index 0f7538e8..9a07569c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/helper/fftfreq.rst b/docs/api/helper/fftfreq.rst index 3468d38f..8fa8b78d 100644 --- a/docs/api/helper/fftfreq.rst +++ b/docs/api/helper/fftfreq.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/helper/fftshift.rst b/docs/api/helper/fftshift.rst index 8aae8d37..13c3c613 100644 --- a/docs/api/helper/fftshift.rst +++ b/docs/api/helper/fftshift.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/helper/ifftshift.rst b/docs/api/helper/ifftshift.rst index 1a96e51d..4907f979 100644 --- a/docs/api/helper/ifftshift.rst +++ b/docs/api/helper/ifftshift.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/helper/rfftfreq.rst b/docs/api/helper/rfftfreq.rst index f75fd90c..a89016a8 100644 --- a/docs/api/helper/rfftfreq.rst +++ b/docs/api/helper/rfftfreq.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/hermitian/hfft.rst b/docs/api/hermitian/hfft.rst index cb901fef..0e78701b 100644 --- a/docs/api/hermitian/hfft.rst +++ b/docs/api/hermitian/hfft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/hermitian/ihfft.rst b/docs/api/hermitian/ihfft.rst index 7cce4623..53a5a2ac 100644 --- a/docs/api/hermitian/ihfft.rst +++ b/docs/api/hermitian/ihfft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/plan.rst b/docs/api/plan.rst index ce20c55f..4fa58025 100644 --- a/docs/api/plan.rst +++ b/docs/api/plan.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/irfft.rst b/docs/api/real/irfft.rst index cfc095b3..bd70a35c 100644 --- a/docs/api/real/irfft.rst +++ b/docs/api/real/irfft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/irfft2.rst b/docs/api/real/irfft2.rst index 1582d60a..2f10cc89 100644 --- a/docs/api/real/irfft2.rst +++ b/docs/api/real/irfft2.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/irfftn.rst b/docs/api/real/irfftn.rst index 9aed404b..44dbb4e8 100644 --- a/docs/api/real/irfftn.rst +++ b/docs/api/real/irfftn.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/rfft.rst b/docs/api/real/rfft.rst index ba60e0ef..b714eb6c 100644 --- a/docs/api/real/rfft.rst +++ b/docs/api/real/rfft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/rfft2.rst b/docs/api/real/rfft2.rst index f758d603..7692503e 100644 --- a/docs/api/real/rfft2.rst +++ b/docs/api/real/rfft2.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/real/rfftn.rst b/docs/api/real/rfftn.rst index 46f8e4a5..edc315b1 100644 --- a/docs/api/real/rfftn.rst +++ b/docs/api/real/rfftn.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/fft.rst b/docs/api/standard/fft.rst index c4a34387..d27011ae 100644 --- a/docs/api/standard/fft.rst +++ b/docs/api/standard/fft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/fft2.rst b/docs/api/standard/fft2.rst index 324d6631..0eba8dc2 100644 --- a/docs/api/standard/fft2.rst +++ b/docs/api/standard/fft2.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/fftn.rst b/docs/api/standard/fftn.rst index aad68888..71939e71 100644 --- a/docs/api/standard/fftn.rst +++ b/docs/api/standard/fftn.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/ifft.rst b/docs/api/standard/ifft.rst index 4f9f9862..f8418f9e 100644 --- a/docs/api/standard/ifft.rst +++ b/docs/api/standard/ifft.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/ifft2.rst b/docs/api/standard/ifft2.rst index 2a6a2e9f..1be7b773 100644 --- a/docs/api/standard/ifft2.rst +++ b/docs/api/standard/ifft2.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api/standard/ifftn.rst b/docs/api/standard/ifftn.rst index cf3027c9..5c57675f 100644 --- a/docs/api/standard/ifftn.rst +++ b/docs/api/standard/ifftn.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/api_reference.rst b/docs/api_reference.rst index bbff8ef7..95826691 100644 --- a/docs/api_reference.rst +++ b/docs/api_reference.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/conf.py b/docs/conf.py index df38ad9b..e3de2eb4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/examples.rst b/docs/examples.rst index f6cc304d..12a032f4 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/finding_libraries.rst b/docs/finding_libraries.rst index a7b1fc9d..78dea392 100644 --- a/docs/finding_libraries.rst +++ b/docs/finding_libraries.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 1aca8285..b43001d6 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/index.rst b/docs/index.rst index a9fa1572..8a3b456a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/intro/building.rst b/docs/intro/building.rst index 7e91b16a..1563a475 100644 --- a/docs/intro/building.rst +++ b/docs/intro/building.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/intro/quick_start.rst b/docs/intro/quick_start.rst index 0ca9c325..2b642e37 100644 --- a/docs/intro/quick_start.rst +++ b/docs/intro/quick_start.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/intro/using.rst b/docs/intro/using.rst index 5c9ebed3..d26d5095 100644 --- a/docs/intro/using.rst +++ b/docs/intro/using.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/requirements.txt b/docs/requirements.txt index 071299c5..67ab6709 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/01_1DFFT.rst b/docs/samples/01_1DFFT.rst index 292b00cd..4804b8f1 100644 --- a/docs/samples/01_1DFFT.rst +++ b/docs/samples/01_1DFFT.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/02_2DFFT.rst b/docs/samples/02_2DFFT.rst index ab45de8a..2502f160 100644 --- a/docs/samples/02_2DFFT.rst +++ b/docs/samples/02_2DFFT.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/03_NDFFT.rst b/docs/samples/03_NDFFT.rst index 0bd1bf9d..54249aeb 100644 --- a/docs/samples/03_NDFFT.rst +++ b/docs/samples/03_NDFFT.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/04_batchedFFT.rst b/docs/samples/04_batchedFFT.rst index a70f0571..c010e6ac 100644 --- a/docs/samples/04_batchedFFT.rst +++ b/docs/samples/04_batchedFFT.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/05_1DFFT_HOST_DEVICE.rst b/docs/samples/05_1DFFT_HOST_DEVICE.rst index b6d1913b..5204948c 100644 --- a/docs/samples/05_1DFFT_HOST_DEVICE.rst +++ b/docs/samples/05_1DFFT_HOST_DEVICE.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/06_1DFFT_reuse_plans.rst b/docs/samples/06_1DFFT_reuse_plans.rst index b98cb3f7..86b719a3 100644 --- a/docs/samples/06_1DFFT_reuse_plans.rst +++ b/docs/samples/06_1DFFT_reuse_plans.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/docs/samples/07_unmanaged_views.rst b/docs/samples/07_unmanaged_views.rst index 5c63c110..d9cc81a9 100644 --- a/docs/samples/07_unmanaged_views.rst +++ b/docs/samples/07_unmanaged_views.rst @@ -1,4 +1,4 @@ -.. SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +.. SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file .. .. SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/01_1DFFT/01_1DFFT.cpp b/examples/01_1DFFT/01_1DFFT.cpp index 99d439d2..9ef3ca8f 100644 --- a/examples/01_1DFFT/01_1DFFT.cpp +++ b/examples/01_1DFFT/01_1DFFT.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/01_1DFFT/CMakeLists.txt b/examples/01_1DFFT/CMakeLists.txt index 984fd849..f1ad9e25 100644 --- a/examples/01_1DFFT/CMakeLists.txt +++ b/examples/01_1DFFT/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/01_1DFFT/numpy_1DFFT.py b/examples/01_1DFFT/numpy_1DFFT.py index 759c92ed..cb6e09bd 100644 --- a/examples/01_1DFFT/numpy_1DFFT.py +++ b/examples/01_1DFFT/numpy_1DFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/02_2DFFT/02_2DFFT.cpp b/examples/02_2DFFT/02_2DFFT.cpp index 48d7e357..45b7d424 100644 --- a/examples/02_2DFFT/02_2DFFT.cpp +++ b/examples/02_2DFFT/02_2DFFT.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/02_2DFFT/CMakeLists.txt b/examples/02_2DFFT/CMakeLists.txt index c2656a5c..c5409c8b 100644 --- a/examples/02_2DFFT/CMakeLists.txt +++ b/examples/02_2DFFT/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/02_2DFFT/numpy_2DFFT.py b/examples/02_2DFFT/numpy_2DFFT.py index ccb73002..6ebb6f30 100644 --- a/examples/02_2DFFT/numpy_2DFFT.py +++ b/examples/02_2DFFT/numpy_2DFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/03_NDFFT/03_NDFFT.cpp b/examples/03_NDFFT/03_NDFFT.cpp index 9944dbec..13347cc3 100644 --- a/examples/03_NDFFT/03_NDFFT.cpp +++ b/examples/03_NDFFT/03_NDFFT.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/03_NDFFT/CMakeLists.txt b/examples/03_NDFFT/CMakeLists.txt index de1e2a75..f11e1a33 100644 --- a/examples/03_NDFFT/CMakeLists.txt +++ b/examples/03_NDFFT/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/03_NDFFT/numpy_NDFFT.py b/examples/03_NDFFT/numpy_NDFFT.py index 831d5417..d1d991c4 100644 --- a/examples/03_NDFFT/numpy_NDFFT.py +++ b/examples/03_NDFFT/numpy_NDFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/04_batchedFFT/04_batchedFFT.cpp b/examples/04_batchedFFT/04_batchedFFT.cpp index 0391b516..1cd5fad8 100644 --- a/examples/04_batchedFFT/04_batchedFFT.cpp +++ b/examples/04_batchedFFT/04_batchedFFT.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/04_batchedFFT/CMakeLists.txt b/examples/04_batchedFFT/CMakeLists.txt index 6253a15d..a402920a 100644 --- a/examples/04_batchedFFT/CMakeLists.txt +++ b/examples/04_batchedFFT/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/04_batchedFFT/numpy_batchedFFT.py b/examples/04_batchedFFT/numpy_batchedFFT.py index 6831c1e1..1af7f469 100644 --- a/examples/04_batchedFFT/numpy_batchedFFT.py +++ b/examples/04_batchedFFT/numpy_batchedFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/05_1DFFT_HOST_DEVICE/05_1DFFT_HOST_DEVICE.cpp b/examples/05_1DFFT_HOST_DEVICE/05_1DFFT_HOST_DEVICE.cpp index 2dc1c09c..114836fb 100644 --- a/examples/05_1DFFT_HOST_DEVICE/05_1DFFT_HOST_DEVICE.cpp +++ b/examples/05_1DFFT_HOST_DEVICE/05_1DFFT_HOST_DEVICE.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/05_1DFFT_HOST_DEVICE/CMakeLists.txt b/examples/05_1DFFT_HOST_DEVICE/CMakeLists.txt index 91c8c3b8..ad73549c 100644 --- a/examples/05_1DFFT_HOST_DEVICE/CMakeLists.txt +++ b/examples/05_1DFFT_HOST_DEVICE/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/05_1DFFT_HOST_DEVICE/numpy_1DFFT.py b/examples/05_1DFFT_HOST_DEVICE/numpy_1DFFT.py index 759c92ed..cb6e09bd 100644 --- a/examples/05_1DFFT_HOST_DEVICE/numpy_1DFFT.py +++ b/examples/05_1DFFT_HOST_DEVICE/numpy_1DFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/06_1DFFT_reuse_plans/06_1DFFT_reuse_plans.cpp b/examples/06_1DFFT_reuse_plans/06_1DFFT_reuse_plans.cpp index 0b478063..90a61ad2 100644 --- a/examples/06_1DFFT_reuse_plans/06_1DFFT_reuse_plans.cpp +++ b/examples/06_1DFFT_reuse_plans/06_1DFFT_reuse_plans.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/06_1DFFT_reuse_plans/CMakeLists.txt b/examples/06_1DFFT_reuse_plans/CMakeLists.txt index 1fa9bf53..442eb5da 100644 --- a/examples/06_1DFFT_reuse_plans/CMakeLists.txt +++ b/examples/06_1DFFT_reuse_plans/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/06_1DFFT_reuse_plans/numpy_1DFFT.py b/examples/06_1DFFT_reuse_plans/numpy_1DFFT.py index 759c92ed..cb6e09bd 100644 --- a/examples/06_1DFFT_reuse_plans/numpy_1DFFT.py +++ b/examples/06_1DFFT_reuse_plans/numpy_1DFFT.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/07_unmanaged_views/07_unmanaged_views.cpp b/examples/07_unmanaged_views/07_unmanaged_views.cpp index c20fcc57..7c8ead30 100644 --- a/examples/07_unmanaged_views/07_unmanaged_views.cpp +++ b/examples/07_unmanaged_views/07_unmanaged_views.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/07_unmanaged_views/CMakeLists.txt b/examples/07_unmanaged_views/CMakeLists.txt index 77421d4c..c8127450 100644 --- a/examples/07_unmanaged_views/CMakeLists.txt +++ b/examples/07_unmanaged_views/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index f587f4c2..919fef76 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/CMakeLists.txt b/fft/CMakeLists.txt index ad9cdb9e..fbde8734 100644 --- a/fft/CMakeLists.txt +++ b/fft/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/Benchmark_Context.hpp b/fft/perf_test/Benchmark_Context.hpp index ae4032f9..55515e9e 100644 --- a/fft/perf_test/Benchmark_Context.hpp +++ b/fft/perf_test/Benchmark_Context.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/CMakeLists.txt b/fft/perf_test/CMakeLists.txt index 22a84463..eb3105b5 100644 --- a/fft/perf_test/CMakeLists.txt +++ b/fft/perf_test/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/PerfTest_FFT1.cpp b/fft/perf_test/PerfTest_FFT1.cpp index 6eebceaa..d4e3ee61 100644 --- a/fft/perf_test/PerfTest_FFT1.cpp +++ b/fft/perf_test/PerfTest_FFT1.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/PerfTest_FFT1.hpp b/fft/perf_test/PerfTest_FFT1.hpp index 430c7cbf..0e6796bf 100644 --- a/fft/perf_test/PerfTest_FFT1.hpp +++ b/fft/perf_test/PerfTest_FFT1.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/PerfTest_FFT2.cpp b/fft/perf_test/PerfTest_FFT2.cpp index cf0182dd..74ac38f5 100644 --- a/fft/perf_test/PerfTest_FFT2.cpp +++ b/fft/perf_test/PerfTest_FFT2.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/perf_test/PerfTest_FFT2.hpp b/fft/perf_test/PerfTest_FFT2.hpp index 4faf1cee..e047430a 100644 --- a/fft/perf_test/PerfTest_FFT2.hpp +++ b/fft/perf_test/PerfTest_FFT2.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/CMakeLists.txt b/fft/src/CMakeLists.txt index a316f9e3..c6d01e1c 100644 --- a/fft/src/CMakeLists.txt +++ b/fft/src/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT.hpp b/fft/src/KokkosFFT.hpp index d3bdb8c5..f5d66425 100644 --- a/fft/src/KokkosFFT.hpp +++ b/fft/src/KokkosFFT.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Cuda_plans.hpp b/fft/src/KokkosFFT_Cuda_plans.hpp index eaf43486..a704c209 100644 --- a/fft/src/KokkosFFT_Cuda_plans.hpp +++ b/fft/src/KokkosFFT_Cuda_plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Cuda_transform.hpp b/fft/src/KokkosFFT_Cuda_transform.hpp index f2ef725d..83f0cb45 100644 --- a/fft/src/KokkosFFT_Cuda_transform.hpp +++ b/fft/src/KokkosFFT_Cuda_transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Cuda_types.hpp b/fft/src/KokkosFFT_Cuda_types.hpp index fb2aef92..52b9d155 100644 --- a/fft/src/KokkosFFT_Cuda_types.hpp +++ b/fft/src/KokkosFFT_Cuda_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_HIP_plans.hpp b/fft/src/KokkosFFT_HIP_plans.hpp index 0a8b8402..ef41e307 100644 --- a/fft/src/KokkosFFT_HIP_plans.hpp +++ b/fft/src/KokkosFFT_HIP_plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_HIP_transform.hpp b/fft/src/KokkosFFT_HIP_transform.hpp index 92a1bccf..6e131150 100644 --- a/fft/src/KokkosFFT_HIP_transform.hpp +++ b/fft/src/KokkosFFT_HIP_transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_HIP_types.hpp b/fft/src/KokkosFFT_HIP_types.hpp index 0dd82c50..38663905 100644 --- a/fft/src/KokkosFFT_HIP_types.hpp +++ b/fft/src/KokkosFFT_HIP_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Host_plans.hpp b/fft/src/KokkosFFT_Host_plans.hpp index 40de5bc5..4cdc52e4 100644 --- a/fft/src/KokkosFFT_Host_plans.hpp +++ b/fft/src/KokkosFFT_Host_plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Host_transform.hpp b/fft/src/KokkosFFT_Host_transform.hpp index c2cbb03b..4dfc04bb 100644 --- a/fft/src/KokkosFFT_Host_transform.hpp +++ b/fft/src/KokkosFFT_Host_transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Host_types.hpp b/fft/src/KokkosFFT_Host_types.hpp index d406d2cf..a8a24d75 100644 --- a/fft/src/KokkosFFT_Host_types.hpp +++ b/fft/src/KokkosFFT_Host_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Plans.hpp b/fft/src/KokkosFFT_Plans.hpp index 178a9ea7..b1c59dbe 100644 --- a/fft/src/KokkosFFT_Plans.hpp +++ b/fft/src/KokkosFFT_Plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_ROCM_plans.hpp b/fft/src/KokkosFFT_ROCM_plans.hpp index 2c8772a1..e80199e4 100644 --- a/fft/src/KokkosFFT_ROCM_plans.hpp +++ b/fft/src/KokkosFFT_ROCM_plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_ROCM_transform.hpp b/fft/src/KokkosFFT_ROCM_transform.hpp index 8dbaec12..2c6d50b8 100644 --- a/fft/src/KokkosFFT_ROCM_transform.hpp +++ b/fft/src/KokkosFFT_ROCM_transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_ROCM_types.hpp b/fft/src/KokkosFFT_ROCM_types.hpp index 90f2c528..60af7e57 100644 --- a/fft/src/KokkosFFT_ROCM_types.hpp +++ b/fft/src/KokkosFFT_ROCM_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_SYCL_plans.hpp b/fft/src/KokkosFFT_SYCL_plans.hpp index fce857fd..96b0cc06 100644 --- a/fft/src/KokkosFFT_SYCL_plans.hpp +++ b/fft/src/KokkosFFT_SYCL_plans.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_SYCL_transform.hpp b/fft/src/KokkosFFT_SYCL_transform.hpp index 1de3a7bf..bd85ec7f 100644 --- a/fft/src/KokkosFFT_SYCL_transform.hpp +++ b/fft/src/KokkosFFT_SYCL_transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_SYCL_types.hpp b/fft/src/KokkosFFT_SYCL_types.hpp index 9e644c5c..df359aca 100644 --- a/fft/src/KokkosFFT_SYCL_types.hpp +++ b/fft/src/KokkosFFT_SYCL_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_Transform.hpp b/fft/src/KokkosFFT_Transform.hpp index a9bdce7d..6546fa73 100644 --- a/fft/src/KokkosFFT_Transform.hpp +++ b/fft/src/KokkosFFT_Transform.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/src/KokkosFFT_default_types.hpp b/fft/src/KokkosFFT_default_types.hpp index 6629e8be..e6633cf9 100644 --- a/fft/src/KokkosFFT_default_types.hpp +++ b/fft/src/KokkosFFT_default_types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/unit_test/CMakeLists.txt b/fft/unit_test/CMakeLists.txt index cbbcfa3d..24e987e9 100644 --- a/fft/unit_test/CMakeLists.txt +++ b/fft/unit_test/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/unit_test/Test_Plans.cpp b/fft/unit_test/Test_Plans.cpp index 741c0bdb..6d096f41 100644 --- a/fft/unit_test/Test_Plans.cpp +++ b/fft/unit_test/Test_Plans.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/unit_test/Test_Transform.cpp b/fft/unit_test/Test_Transform.cpp index cad710c4..e95539ca 100644 --- a/fft/unit_test/Test_Transform.cpp +++ b/fft/unit_test/Test_Transform.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/unit_test/Test_Types.hpp b/fft/unit_test/Test_Types.hpp index da45d6fd..6b430a85 100644 --- a/fft/unit_test/Test_Types.hpp +++ b/fft/unit_test/Test_Types.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/fft/unit_test/Test_Utils.hpp b/fft/unit_test/Test_Utils.hpp index 54097bde..cc48e6a8 100644 --- a/fft/unit_test/Test_Utils.hpp +++ b/fft/unit_test/Test_Utils.hpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/install_test/as_library/CMakeLists.txt b/install_test/as_library/CMakeLists.txt index 5048b94c..55029353 100644 --- a/install_test/as_library/CMakeLists.txt +++ b/install_test/as_library/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/install_test/as_library/hello.cpp b/install_test/as_library/hello.cpp index 99d439d2..9ef3ca8f 100644 --- a/install_test/as_library/hello.cpp +++ b/install_test/as_library/hello.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/install_test/as_subdirectory/CMakeLists.txt b/install_test/as_subdirectory/CMakeLists.txt index 9abebf22..0a2a4db2 100644 --- a/install_test/as_subdirectory/CMakeLists.txt +++ b/install_test/as_subdirectory/CMakeLists.txt @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +# SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file # # SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception diff --git a/install_test/as_subdirectory/hello.cpp b/install_test/as_subdirectory/hello.cpp index 48d7e357..45b7d424 100644 --- a/install_test/as_subdirectory/hello.cpp +++ b/install_test/as_subdirectory/hello.cpp @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: (C) The Kokkos-FFT development team, see COPYRIGHT.md file +// SPDX-FileCopyrightText: (C) The kokkos-fft development team, see COPYRIGHT.md file // // SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception