Skip to content

Commit e89b851

Browse files
authored
fix: add license identifier to CMake file (#50)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 6d215cb commit e89b851

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/cython_cmake/cmake/FindCython.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
# limitations under the License.
4242
#=============================================================================
4343

44+
# SPDX-License-Identifier: Apache-2.0
45+
4446
# Use the Cython executable that lives next to the Python executable
4547
# if it is a local installation.
4648
if(Python_EXECUTABLE)

src/cython_cmake/cmake/UseCython.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@
7070
# limitations under the License.
7171
#=============================================================================
7272

73+
# SPDX-License-Identifier: Apache-2.0
74+
7375
if(CMAKE_VERSION VERSION_LESS "3.8")
7476
# CMake 3.7 required for DEPFILE
7577
# CMake 3.8 required for COMMAND_EXPAND_LISTS

0 commit comments

Comments
 (0)