summaryrefslogtreecommitdiffstats
path: root/unitest-xmlrpc.py
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2022-06-25 15:43:36 +0200
committernicolargo <nicolas@nicolargo.com>2022-06-25 15:43:36 +0200
commit5114231085632ee06b5d948366cb995cc147979a (patch)
treeb2a317ca06a92a92ede6272cb16e5c8fc80433b6 /unitest-xmlrpc.py
parentb6e4c3c8be5617c62153deebc6c1be49352bc972 (diff)
Make Glances (almost) compliant with REUSE #2042
Diffstat (limited to 'unitest-xmlrpc.py')
-rwxr-xr-xunitest-xmlrpc.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/unitest-xmlrpc.py b/unitest-xmlrpc.py
index f1310808..c639f994 100755
--- a/unitest-xmlrpc.py
+++ b/unitest-xmlrpc.py
@@ -3,20 +3,10 @@
#
# Glances - An eye on your system
#
-# Copyright (C) 2019 Nicolargo <nicolas@nicolargo.com>
+# SPDX-FileCopyrightText: 2022 Nicolas Hennion <nicolas@nicolargo.com>
#
-# Glances 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 3 of the License, or
-# (at your option) any later version.
+# SPDX-License-Identifier: LGPL-3.0-only
#
-# Glances 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.
-#
-# You should have received a copy of the GNU Lesser General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""Glances unitary tests suite for the XML-RPC API."""