Added MPL-2.0 to CMakeLists.txt

This commit is contained in:
2026-01-09 01:01:19 +02:00
parent 518995ddd1
commit dda6e25bf9

View File

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: Dora "cat" <cat@thenight.club>
# SPDX-License-Identifier: MPL-2.0
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at http://mozilla.org/MPL/2.0/.
cmake_minimum_required(VERSION 3.10) cmake_minimum_required(VERSION 3.10)
project(Tourmaline VERSION 1) project(Tourmaline VERSION 1)