diff options
| author | Alexandru Ionut Tripon <alexandru.tripon97@gmail.com> | 2026-02-25 12:44:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-25 12:44:39 +0200 |
| commit | 687e43031df0dc641984b4256bcca50d5b3f7de3 (patch) | |
| tree | 7eba67d06607f29af37e960f0758a6f9137c435c /CMakeLists.txt | |
| parent | 3538933614059f0f44388a2b16f3db25ce42285b (diff) | |
| parent | e901c93362dd7c901a49e75ceb3bcaf8b8760caa (diff) | |
| download | Project-Tick-687e43031df0dc641984b4256bcca50d5b3f7de3.tar.gz Project-Tick-687e43031df0dc641984b4256bcca50d5b3f7de3.zip | |
Merge pull request #11 from DioEgizio/reuse
chore: comply with reuse
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f01e80c1d9..6e3486c400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2013, 2015 ljfa-ag <ljfa-ag@web.de> +# +# SPDX-License-Identifier: LGPL-3.0-or-later + cmake_minimum_required(VERSION 3.15) project(libnbt++ VERSION 2.3) |
