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/FindGLIB2.cmake | |
| parent | 37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff) | |
| download | qxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz | |
REUSE-ify whole project
Diffstat (limited to 'cmake/modules/FindGLIB2.cmake')
| -rw-r--r-- | cmake/modules/FindGLIB2.cmake | 6 |
1 files changed, 4 insertions, 2 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: |
