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 /doc | |
| parent | 37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff) | |
| download | qxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz | |
REUSE-ify whole project
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/CMakeLists.txt | 4 | ||||
| -rw-r--r-- | doc/Doxyfile.in | 4 | ||||
| -rw-r--r-- | doc/index.doc | 4 | ||||
| -rw-r--r-- | doc/using.doc | 4 | ||||
| -rw-r--r-- | doc/xep.doc | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index a27a28ce..70a55677 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de> +# +# SPDX-License-Identifier: CC0-1.0 + find_package(Doxygen REQUIRED) if(NOT DOXYGEN_FOUND) diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 801beeda..c0847971 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de> +# +# SPDX-License-Identifier: CC0-1.0 + PROJECT_NAME = "QXmpp" PROJECT_NUMBER = "Version: @PROJECT_VERSION@" INPUT = @PROJECT_SOURCE_DIR@/doc/index.doc \ diff --git a/doc/index.doc b/doc/index.doc index 2db08ef3..6d5795f2 100644 --- a/doc/index.doc +++ b/doc/index.doc @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2014 Jeremy Lainé <jeremy.laine@m4x.org> +// +// SPDX-License-Identifier: CC0-1.0 + /*! \mainpage QXmpp is a cross-platform C++ XMPP client library based on the Qt diff --git a/doc/using.doc b/doc/using.doc index 9da7d4ff..43ef0dc8 100644 --- a/doc/using.doc +++ b/doc/using.doc @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2014 Jeremy Lainé <jeremy.laine@m4x.org> +// +// SPDX-License-Identifier: CC0-1.0 + /*! \page using Using QXmpp diff --git a/doc/xep.doc b/doc/xep.doc index 01e2e8c4..a22476e0 100644 --- a/doc/xep.doc +++ b/doc/xep.doc @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2014 Jeremy Lainé <jeremy.laine@m4x.org> +// +// SPDX-License-Identifier: CC0-1.0 + /*! \page xep XMPP Extensions This document lists the XMPP Extensions (XEP) available in QXmpp. |
