aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules
diff options
context:
space:
mode:
authorLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
committerLinus Jahn <lnj@kaidan.im>2022-01-15 01:09:37 +0100
commita0d1776419c61903f8e6534ad3db56df275954ac (patch)
tree70ac8963bf754b541714a24ba07f46cbb4389fe8 /cmake/modules
parent37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff)
downloadqxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz
REUSE-ify whole project
Diffstat (limited to 'cmake/modules')
-rw-r--r--cmake/modules/FindGLIB2.cmake6
-rw-r--r--cmake/modules/FindGObject.cmake8
-rw-r--r--cmake/modules/FindGStreamer.cmake6
-rw-r--r--cmake/modules/MacroFindGStreamerLibrary.cmake6
4 files changed, 19 insertions, 7 deletions
diff --git a/cmake/modules/FindGLIB2.cmake b/cmake/modules/FindGLIB2.cmake
index 5082212e..30a5dfd2 100644
--- a/cmake/modules/FindGLIB2.cmake
+++ b/cmake/modules/FindGLIB2.cmake
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2008 Laurent Montel <montel@kde.org>
+#
+# SPDX-License-Identifier: LicenseRef-MIT-variant
+
# - Try to find the GLIB2 libraries
# Once done this will define
#
@@ -5,8 +9,6 @@
# GLIB2_INCLUDE_DIR - the glib2 include directory
# GLIB2_LIBRARIES - glib2 library
-# Copyright (c) 2008 Laurent Montel, <montel@kde.org>
-#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
diff --git a/cmake/modules/FindGObject.cmake b/cmake/modules/FindGObject.cmake
index cd6d5f4e..6f43bc8b 100644
--- a/cmake/modules/FindGObject.cmake
+++ b/cmake/modules/FindGObject.cmake
@@ -1,3 +1,8 @@
+# SPDX-FileCopyrightText: Tim Beaulen <tbscope@gmail.com>
+# SPDX-FileCopyrightText: Helio Chissini de Castro <helio@kde.org>
+#
+# SPDX-License-Identifier: LicenseRef-MIT-variant
+
# - Try to find GObject
# Once done this will define
#
@@ -6,9 +11,6 @@
# GOBJECT_LIBRARIES - the libraries needed to use GObject
# GOBJECT_DEFINITIONS - Compiler switches required for using GObject
-# Copyright (c) 2006, Tim Beaulen <tbscope@gmail.com>
-# Copyright (c) 2008 Helio Chissini de Castro, <helio@kde.org>
-#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
diff --git a/cmake/modules/FindGStreamer.cmake b/cmake/modules/FindGStreamer.cmake
index dd306dc1..15bb9ff7 100644
--- a/cmake/modules/FindGStreamer.cmake
+++ b/cmake/modules/FindGStreamer.cmake
@@ -1,3 +1,7 @@
+# SPDX-FileCopyrightText: 2010 Collabora Ltd., George Kiagiadakis <george.kiagiadakis@collabora.co.uk>
+#
+# SPDX-License-Identifier: LicenseRef-MIT-variant
+
# - Try to find GStreamer
# Once done this will define
#
@@ -13,7 +17,7 @@
# GSTREAMER_<plugin_lib>_LIBRARY_FOUND - system has <plugin_lib>
# GSTREAMER_<plugin_lib>_LIBRARY - the <plugin_lib> library
# GSTREAMER_<plugin_lib>_INCLUDE_DIR - the <plugin_lib> include directory
-#
+
# Copyright (c) 2010, Collabora Ltd.
# @author George Kiagiadakis <george.kiagiadakis@collabora.co.uk>
#
diff --git a/cmake/modules/MacroFindGStreamerLibrary.cmake b/cmake/modules/MacroFindGStreamerLibrary.cmake
index dd14385b..e69fc64f 100644
--- a/cmake/modules/MacroFindGStreamerLibrary.cmake
+++ b/cmake/modules/MacroFindGStreamerLibrary.cmake
@@ -1,5 +1,9 @@
-# - macro find_gstreamer_library
+# SPDX-FileCopyrightText: 2010 Collabora Ltd., George Kiagiadakis <george.kiagiadakis@collabora.co.uk>
#
+# SPDX-License-Identifier: LicenseRef-MIT-variant
+
+# - macro find_gstreamer_library
+
# Copyright (c) 2010, Collabora Ltd.
# @author George Kiagiadakis <george.kiagiadakis@collabora.co.uk>
#