From a0d1776419c61903f8e6534ad3db56df275954ac Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Sat, 15 Jan 2022 01:09:37 +0100 Subject: REUSE-ify whole project --- src/base/QXmppGlobal.h.in | 29 +++++------------------------ src/base/QXmppPubSubPublishOptions.h | 4 ++++ src/base/QXmppSendResult.h | 4 ++++ 3 files changed, 13 insertions(+), 24 deletions(-) (limited to 'src/base') 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 +// SPDX-FileCopyrightText: 2017 Niels Ole Salscheider +// SPDX-FileCopyrightText: 2019 Linus Jahn +// +// 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 +// +// 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 +// +// SPDX-License-Identifier: LGPL-2.1-or-later + #ifndef QXMPPSENDRESULT_H #define QXMPPSENDRESULT_H -- cgit v1.2.3