Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
KSysGuard
Commits
073fb636
Commit
073fb636
authored
Nov 12, 2020
by
Arjen Hiemstra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unify GPU plugin copyright headers
Now all are SPDX with LGPL2.1/3.0/EV
parent
9ebd9073
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
37 deletions
+11
-37
plugins/global/gpu/GpuPlugin.cpp
plugins/global/gpu/GpuPlugin.cpp
+4
-17
plugins/global/gpu/GpuPlugin.h
plugins/global/gpu/GpuPlugin.h
+4
-17
plugins/global/gpu/NvidiaSmiProcess.cpp
plugins/global/gpu/NvidiaSmiProcess.cpp
+1
-1
plugins/global/gpu/NvidiaSmiProcess.h
plugins/global/gpu/NvidiaSmiProcess.h
+2
-2
No files found.
plugins/global/gpu/GpuPlugin.cpp
View file @
073fb636
/*
Copyright (c) 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#include "GpuPlugin.h"
...
...
plugins/global/gpu/GpuPlugin.h
View file @
073fb636
/*
Copyright (c) 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 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
Library General Public License for more details.
You should have received a copy of the GNU Library General Public License
along with this library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA.
*/
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#pragma once
...
...
plugins/global/gpu/NvidiaSmiProcess.cpp
View file @
073fb636
...
...
@@ -2,7 +2,7 @@
* SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: LGPL-2.
0-or-later
* SPDX-License-Identifier: LGPL-2.
1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#include "NvidiaSmiProcess.h"
...
...
plugins/global/gpu/NvidiaSmiProcess.h
View file @
073fb636
/*
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: LGPL-2.
0-or-later
*
* SPDX-License-Identifier: LGPL-2.
1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
#pragma once
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment