aboutsummaryrefslogtreecommitdiff
path: root/src/base
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 /src/base
parent37359c7928d7fad38f064b6b5f26af59440ed7f9 (diff)
downloadqxmpp-a0d1776419c61903f8e6534ad3db56df275954ac.tar.gz
REUSE-ify whole project
Diffstat (limited to 'src/base')
-rw-r--r--src/base/QXmppGlobal.h.in29
-rw-r--r--src/base/QXmppPubSubPublishOptions.h4
-rw-r--r--src/base/QXmppSendResult.h4
3 files changed, 13 insertions, 24 deletions
diff --git a/src/base/QXmppGlobal.h.in b/src/base/QXmppGlobal.h.in
index 0065b557..1ecfc554 100644
--- a/src/base/QXmppGlobal.h.in
+++ b/src/base/QXmppGlobal.h.in
@@ -1,27 +1,8 @@
-/*
- * Copyright (C) 2008-2021 The QXmpp developers
- *
- * Author:
- * Manjeet Dahiya
- * Niels Ole Salscheider
- * Linus Jahn
- *
- * Source:
- * https://github.com/qxmpp-project/qxmpp
- *
- * This file is a part of QXmpp library.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- */
+// SPDX-FileCopyrightText: 2010 Manjeet Dahiya <manjeetdahiya@gmail.com>
+// SPDX-FileCopyrightText: 2017 Niels Ole Salscheider <niels_ole@salscheider-online.de>
+// SPDX-FileCopyrightText: 2019 Linus Jahn <lnj@kaidan.im>
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
#ifndef QXMPPGLOBAL_H
#define QXMPPGLOBAL_H
diff --git a/src/base/QXmppPubSubPublishOptions.h b/src/base/QXmppPubSubPublishOptions.h
index e2a074eb..7bac8592 100644
--- a/src/base/QXmppPubSubPublishOptions.h
+++ b/src/base/QXmppPubSubPublishOptions.h
@@ -1 +1,5 @@
+// SPDX-FileCopyrightText: 2021 Linus Jahn <lnj@kaidan.im>
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
#include "QXmppPubSubNodeConfig.h"
diff --git a/src/base/QXmppSendResult.h b/src/base/QXmppSendResult.h
index 15b84b05..aa288438 100644
--- a/src/base/QXmppSendResult.h
+++ b/src/base/QXmppSendResult.h
@@ -1,3 +1,7 @@
+// SPDX-FileCopyrightText: 2021 Linus Jahn <lnj@kaidan.im>
+//
+// SPDX-License-Identifier: LGPL-2.1-or-later
+
#ifndef QXMPPSENDRESULT_H
#define QXMPPSENDRESULT_H