Skip to content

Commit e5aa357

Browse files
yasahi-hpcYuuichi Asahi
andauthored
Detail license in README (#299)
* fix: typo in COPYRIGHT.md * detail licenses in README.md --------- Co-authored-by: Yuuichi Asahi <[email protected]>
1 parent c587c05 commit e5aa357

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

COPYRIGHT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ SPDX-FileCopyrightText: (C) The kokkos-fft development team, see below
44
SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
55
-->
66

7-
The kokkos-fft project licencing information follows the REUSE specification.
7+
The kokkos-fft project licensing information follows the REUSE specification.
88

99
It is distributed under either:
1010
* the MIT License whose full text is available in the LICENSES/MIT.txt file,
1111
or, at your option,
12-
* the Apache-2.0 licence with LLVM exception whose full text is available in
12+
* the Apache-2.0 license with LLVM exception whose full text is available in
1313
the LICENSES/Apache-2.0.txt and LICENSES/LLVM-exception.txt files.
1414

1515
For the purpose of copyright, the kokkos-fft development team is defined as follow:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,4 @@ Please see [this page](https://kokkosfft.readthedocs.io/en/latest/developer_guid
144144
[![License](https://img.shields.io/badge/License-Apache--2.0_WITH_LLVM--exception-blue)](https://spdx.org/licenses/LLVM-exception.html)
145145
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
146146

147-
kokkos-fft is distributed under either the MIT license, or at your option, the Apache-2.0 license with LLVM exception.
147+
kokkos-fft is mainly distributed under either the MIT license, or at your option, the Apache-2.0 license with LLVM exception. More strictly, [FindFFTW.cmake](https://github.com/kokkos/kokkos-fft/blob/main/cmake/FindFFTW.cmake) file is provided under BSD-3-Clause license and [reuse.yml](https://github.com/kokkos/kokkos-fft/blob/main/.github/workflows/reuse.yml) file is provided under CC0-1.0 license. Licenses are automatically confirmed with [REUSE compliance check](<https://reuse.software>) in CI (see [this page](https://kokkosfft.readthedocs.io/en/latest/developer/CI.html) for detail).

0 commit comments

Comments
 (0)