Skip to content

Commit

Permalink
Merge pull request #6 from pkestene/refactor/license
Browse files Browse the repository at this point in the history
Add proper license to all files.
  • Loading branch information
pkestene authored Dec 30, 2024
2 parents f742064 + fd31122 commit 50aefff
Show file tree
Hide file tree
Showing 33 changed files with 264 additions and 544 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ repos:
- id: cmake-format
args: [ '--config=.cmake-format.py' ]
- id: cmake-lint
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
hooks:
- id: reuse
- repo: https://github.com/crate-ci/typos
rev: v1.23.1
hooks:
Expand Down
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 euler2d_kokkos authors
#
# SPDX-License-Identifier: Unlicense

cmake_minimum_required(VERSION 3.22)
project(
euler2d
Expand Down
Loading

0 comments on commit 50aefff

Please sign in to comment.