GIT_SILENT Misc SPDX fixes

wilder-5.24
Alexander Lohnau 5 years ago
parent 1e93f9ae15
commit 3720912f99
  1. 10
      dataengines/geolocation/location_ip.cpp
  2. 5
      libtaskmanager/declarative/pipewirecore.cpp
  3. 5
      libtaskmanager/declarative/pipewirecore.h
  4. 5
      libtaskmanager/declarative/pipewiresourcestream.cpp
  5. 5
      libtaskmanager/declarative/pipewiresourcestream.h
  6. 5
      runners/kill/killrunner.h
  7. 6
      xembed-sni-proxy/sniproxy.h

@ -1,9 +1,11 @@
/*
SPDX-FileCopyrightText: 2009 Petri Damstén <damu@iki.fi>
- Original Implementation.
2009 Andrew Coles <andrew.coles@yahoo.co.uk>
- Extension to iplocationtools engine.
2015 Martin Gräßlin <mgraesslin@kde.org>
Original Implementation:
SPDX-FileCopyrightText: 2009 Andrew Coles <andrew.coles@yahoo.co.uk>
Extension to iplocationtools engine:
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/

@ -1,11 +1,8 @@
/*
SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
SPDX-FileContributor: Jan Grulich <jgrulich@redhat.com>
SPDX-License-Identifier: LGPL-2.0-or-later
Authors:
Jan Grulich <jgrulich@redhat.com>
Aleix Pol Gonzalez <aleixpol@kde.org>
*/
#include "pipewirecore.h"

@ -1,11 +1,8 @@
/*
SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
SPDX-FileContributor: Jan Grulich <jgrulich@redhat.com>
SPDX-License-Identifier: LGPL-2.0-or-later
Authors:
Jan Grulich <jgrulich@redhat.com>
Aleix Pol Gonzalez <aleixpol@kde.org>
*/
#pragma once

@ -1,12 +1,9 @@
/*
SPDX-FileCopyrightText: 2018-2020 Red Hat Inc
SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
SPDX-FileContributor: Jan Grulich <jgrulich@redhat.com>
SPDX-License-Identifier: LGPL-2.0-or-later
Authors:
Jan Grulich <jgrulich@redhat.com>
Aleix Pol Gonzalez <aleixpol@kde.org>
*/
#include "pipewiresourcestream.h"

@ -1,12 +1,9 @@
/*
SPDX-FileCopyrightText: 2018-2020 Red Hat Inc
SPDX-FileCopyrightText: 2020 Aleix Pol Gonzalez <aleixpol@kde.org>
SPDX-FileContributor: Jan Grulich <jgrulich@redhat.com>
SPDX-License-Identifier: LGPL-2.0-or-later
Authors:
Jan Grulich <jgrulich@redhat.com>
Aleix Pol Gonzalez <aleixpol@kde.org>
*/
#pragma once

@ -1,5 +1,6 @@
/* Copyright 2009 <Jan Gerrit Marker> <jangerrit@weiler-marker.com>
Copyright 2020 <Alexander Lohnau> <alexander.lohnau@gmx.de>
/*
SPDX-FileCopyrightText: 2009 Jan Gerrit Marker <jangerrit@weiler-marker.com>
SPDX-FileCopyrightText: 2020 Alexander Lohnau <alexander.lohnau@gmx.de>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/

@ -30,7 +30,6 @@ class SNIProxy : public QObject
Q_PROPERTY(int WindowId READ WindowId)
Q_PROPERTY(bool ItemIsMenu READ ItemIsMenu)
Q_PROPERTY(KDbusImageVector IconPixmap READ IconPixmap)
Q_PROPERTY(QDBusObjectPath Menu READ menu CONSTANT)
public:
explicit SNIProxy(xcb_window_t wid, QObject *parent = nullptr);
@ -39,10 +38,7 @@ public:
void update();
void resizeWindow(const uint16_t width, const uint16_t height) const;
void hideContainerWindow(xcb_window_t windowId) const;
QDBusObjectPath menu() const
{
return QDBusObjectPath("/");
}
/**
* @return the category of the application associated to this item
* @see Category

Loading…
Cancel
Save