aboutsummaryrefslogtreecommitdiff
path: root/cmake/modules/FindGStreamer.cmake
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/FindGStreamer.cmake
parent37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff)
downloadqxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz
REUSE-ify whole project
Diffstat (limited to 'cmake/modules/FindGStreamer.cmake')
-rw-r--r--cmake/modules/FindGStreamer.cmake6
1 files changed, 5 insertions, 1 deletions
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>
#