diff --git a/CMakeLists.txt b/CMakeLists.txt index 68231433..e8caedf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later + cmake_minimum_required(VERSION 3.16) project(FreeKill VERSION 0.0.7) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 2410e9c2..0efad464 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,4 +1,5 @@ +