diff options
| author | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-01-15 01:09:37 +0100 |
| commit | a0d1776419c61903f8e6534ad3db56df275954ac (patch) | |
| tree | 70ac8963bf754b541714a24ba07f46cbb4389fe8 /cmake/modules/FindGObject.cmake | |
| parent | 37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff) | |
| download | qxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz | |
REUSE-ify whole project
Diffstat (limited to 'cmake/modules/FindGObject.cmake')
| -rw-r--r-- | cmake/modules/FindGObject.cmake | 8 |
1 files changed, 5 insertions, 3 deletions
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: |
