From 9888e8424f807a63ea05712db400acd25db73a41 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Tue, 6 Apr 2021 15:47:43 +0200 Subject: [PATCH] Add License headers to cmake code --- CMakeLists.txt | 6 ++++++ cmake/Findcmark.cmake | 3 +++ cmake/Flatpak.cmake | 3 +++ src/CMakeLists.txt | 5 +++++ 4 files changed, 17 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5bf56ff66..73647d26e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,9 @@ +# SPDX-FileCopyrightText: 2020-2021 Carl Schwan +# SPDX-FileCopyrightText: 2020-2021 Nicolas Fella +# SPDX-FileCopyrightText: 2020-2021 Tobias Fella +# SPDX-FileCopyrightText: 2021 Adriaan de Groot +# SPDX-License-Identifier: BSD-2-Clause + cmake_minimum_required(VERSION 3.1) project(NeoChat) diff --git a/cmake/Findcmark.cmake b/cmake/Findcmark.cmake index 7204dd9fa..f9a11bdf8 100644 --- a/cmake/Findcmark.cmake +++ b/cmake/Findcmark.cmake @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2019 Black Hat +# SPDX-License-Identifier: GPL-3.0-only + # # CMake module to search for the cmark library # diff --git a/cmake/Flatpak.cmake b/cmake/Flatpak.cmake index e73d39531..5a97e9a24 100644 --- a/cmake/Flatpak.cmake +++ b/cmake/Flatpak.cmake @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2020 Carl Schwan +# SPDX-License-Identifier: BSD-2-Clause + include(GNUInstallDirs) # Include FontConfig config which uses the Emoji One font from the diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a42839d26..87d58ead3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,8 @@ +# SPDX-FileCopyrightText: 2020-2021 Carl Schwan +# SPDX-FileCopyrightText: 2020-2021 Nicolas Fella +# SPDX-FileCopyrightText: 2020-2021 Tobias Fella +# SPDX-License-Identifier: BSD-2-Clause + add_executable(neochat accountlistmodel.cpp controller.cpp