linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eder Zulian <ezulian@redhat.com>
To: linux-rt-users@vger.kernel.org
Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com
Subject: [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py
Date: Wed,  9 Aug 2023 21:15:42 +0200	[thread overview]
Message-ID: <20230809191548.359938-81-ezulian@redhat.com> (raw)
In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com>

Replace GPL boilerplate with SPDX-License-Identifier tag in rteval_xmlrpc.py.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/rteval_xmlrpc.py | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/server/rteval_xmlrpc.py b/server/rteval_xmlrpc.py
index 0fd09b8..b63b7d8 100644
--- a/server/rteval_xmlrpc.py
+++ b/server/rteval_xmlrpc.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rteval_xmlrpc.py
 #   XML-RPC handler for mod_python which will receive requests
 #
 #   Copyright 2009 - 2013   David Sommerseth <davids@redhat.com>
 #
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program 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 General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License along
-#   with this program; if not, write to the Free Software Foundation, Inc.,
-#   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-#
-#   For the avoidance of doubt the "preferred form" of this code is one which
-#   is in an open unpatent encumbered format. Where cryptographic key signing
-#   forms part of the process of creating an executable the information
-#   including keys needed to generate an equivalently functional executable
-#   are deemed to be part of the source code.
-#
 
 import types
 from mod_python import apache
-- 
2.39.3


  parent reply	other threads:[~2023-08-09 19:19 UTC|newest]

Thread overview: 87+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
2023-08-09 19:14 ` [PATCH 01/86] rteval: Add SPDX-License-Identifier tag to Makefile Eder Zulian
2023-08-09 19:14 ` [PATCH 02/86] rteval: Add SPDX-License-Identifier tag to stressng.py Eder Zulian
2023-08-09 19:14 ` [PATCH 03/86] rteval: Add SPDX-License-Identifier tag to rteval_dmi.xsl Eder Zulian
2023-08-09 19:14 ` [PATCH 04/86] rteval: Add SPDX-License-Identifier tag to rteval_histogram_raw.xsl Eder Zulian
2023-08-09 19:14 ` [PATCH 05/86] rteval: Add SPDX-License-Identifier tag to rteval_text.xsl Eder Zulian
2023-08-09 19:14 ` [PATCH 06/86] rteval: Add SPDX-License-Identifier tag to cmdline.py Eder Zulian
2023-08-09 19:14 ` [PATCH 07/86] rteval: Add SPDX-License-Identifier tag to newnet.py Eder Zulian
2023-08-09 19:14 ` [PATCH 08/86] rteval: Add SPDX-License-Identifier tag to Logger.py Eder Zulian
2023-08-09 19:14 ` [PATCH 09/86] rteval: Add SPDX-License-Identifier tag to gen_config.sh Eder Zulian
2023-08-09 19:14 ` [PATCH 10/86] rteval: Add SPDX-License-Identifier tag to delta-1.0_1.1.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 11/86] rteval: Add SPDX-License-Identifier tag to delta-1.1_1.2.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 12/86] rteval: Add SPDX-License-Identifier tag to delta-1.2_1.3.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 13/86] rteval: Add SPDX-License-Identifier tag to delta-1.3_1.4.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 14/86] rteval: Add SPDX-License-Identifier tag to delta-1.4_1.5.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 15/86] rteval: Add SPDX-License-Identifier tag to rteval-1.0.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 16/86] rteval: Add SPDX-License-Identifier tag to rteval-1.1.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 17/86] rteval: Add SPDX-License-Identifier tag to rteval-1.2.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 18/86] rteval: Add SPDX-License-Identifier tag to rteval-1.3.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 19/86] rteval: Add SPDX-License-Identifier tag to rteval-1.4.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 20/86] rteval: Add SPDX-License-Identifier tag to rteval-1.5.sql Eder Zulian
2023-08-09 19:14 ` [PATCH 21/86] rteval: Add SPDX-License-Identifier tag to unittest.py Eder Zulian
2023-08-09 19:14 ` [PATCH 22/86] rteval: Add SPDX-License-Identifier tag to setup.py Eder Zulian
2023-08-09 19:14 ` [PATCH 23/86] rteval: Replace GPL license notice with SPDX tag in rteval-cmd Eder Zulian
2023-08-09 19:14 ` [PATCH 24/86] rteval: Replace GPL license notice with SPDX tag in Log.py Eder Zulian
2023-08-09 19:14 ` [PATCH 25/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
2023-08-09 19:14 ` [PATCH 26/86] " Eder Zulian
2023-08-09 19:14 ` [PATCH 27/86] " Eder Zulian
2023-08-09 19:14 ` [PATCH 28/86] rteval: Replace GPL license notice with SPDX tag in hackbench.py Eder Zulian
2023-08-09 19:14 ` [PATCH 29/86] rteval: Replace GPL license notice with SPDX tag in kcompile.py Eder Zulian
2023-08-09 19:14 ` [PATCH 30/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
2023-08-09 19:14 ` [PATCH 31/86] rteval: Replace GPL license notice with SPDX tag in cyclictest.py Eder Zulian
2023-08-09 19:14 ` [PATCH 32/86] rteval: Replace GPL license notice with SPDX tag in sysstat.py Eder Zulian
2023-08-09 19:14 ` [PATCH 33/86] rteval: Replace GPL license notice with SPDX tag in rtevalConfig.py Eder Zulian
2023-08-09 19:14 ` [PATCH 34/86] rteval: Replace GPL license notice with SPDX tag in rtevalMailer.py Eder Zulian
2023-08-09 19:14 ` [PATCH 35/86] rteval: Replace GPL license notice with SPDX tag in rtevalReport.py Eder Zulian
2023-08-09 19:14 ` [PATCH 36/86] rteval: Replace GPL license notice with SPDX tag in rtevalXMLRPC.py Eder Zulian
2023-08-09 19:14 ` [PATCH 37/86] rteval: Replace GPL license notice with SPDX tag in rtevalclient.py Eder Zulian
2023-08-09 19:15 ` [PATCH 38/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
2023-08-09 19:15 ` [PATCH 39/86] rteval: Replace GPL license notice with SPDX tag in cputopology.py Eder Zulian
2023-08-09 19:15 ` [PATCH 40/86] rteval: Replace GPL license notice with SPDX tag in dmi.py Eder Zulian
2023-08-09 19:15 ` [PATCH 41/86] rteval: Replace GPL license notice with SPDX tag in kernel.py Eder Zulian
2023-08-09 19:15 ` [PATCH 42/86] rteval: Replace GPL license notice with SPDX tag in memory.py Eder Zulian
2023-08-09 19:15 ` [PATCH 43/86] rteval: Replace GPL license notice with SPDX tag in osinfo.py Eder Zulian
2023-08-09 19:15 ` [PATCH 44/86] rteval: Replace GPL license notice with SPDX tag in services.py Eder Zulian
2023-08-09 19:15 ` [PATCH 45/86] rteval: Replace GPL license notice with SPDX tag in tools.py Eder Zulian
2023-08-09 19:15 ` [PATCH 46/86] rteval: Replace GPL license notice with SPDX tag in systopology.py Eder Zulian
2023-08-09 19:15 ` [PATCH 47/86] rteval: Replace GPL license notice with SPDX tag in version.py Eder Zulian
2023-08-09 19:15 ` [PATCH 48/86] rteval: Replace GPL license notice with SPDX tag in xmlout.py Eder Zulian
2023-08-09 19:15 ` [PATCH 49/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Eder Zulian
2023-08-09 19:15 ` [PATCH 50/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval-wsgi.conf.tpl Eder Zulian
2023-08-09 19:15 ` [PATCH 51/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval.conf.tpl Eder Zulian
2023-08-09 19:15 ` [PATCH 52/86] rteval: Replace GPL license notice with SPDX tag in configure.ac Eder Zulian
2023-08-09 19:15 ` [PATCH 53/86] rteval: Replace GPL license notice with SPDX tag in database.py Eder Zulian
2023-08-09 19:15 ` [PATCH 54/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Eder Zulian
2023-08-09 19:15 ` [PATCH 55/86] rteval: Replace GPL license notice with SPDX tag in argparser.c Eder Zulian
2023-08-09 19:15 ` [PATCH 56/86] rteval: Replace GPL license notice with SPDX tag in argparser.h Eder Zulian
2023-08-09 19:15 ` [PATCH 57/86] rteval: Replace GPL license notice with SPDX tag in configparser.c Eder Zulian
2023-08-09 19:15 ` [PATCH 58/86] rteval: Replace GPL license notice with SPDX tag in configparser.h Eder Zulian
2023-08-09 19:15 ` [PATCH 59/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.c Eder Zulian
2023-08-09 19:15 ` [PATCH 60/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.h Eder Zulian
2023-08-09 19:15 ` [PATCH 61/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.c Eder Zulian
2023-08-09 19:15 ` [PATCH 62/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.h Eder Zulian
2023-08-09 19:15 ` [PATCH 63/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values_struct.h Eder Zulian
2023-08-09 19:15 ` [PATCH 64/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.c Eder Zulian
2023-08-09 19:15 ` [PATCH 65/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.h Eder Zulian
2023-08-09 19:15 ` [PATCH 66/86] rteval: Replace GPL license notice with SPDX tag in log.c Eder Zulian
2023-08-09 19:15 ` [PATCH 67/86] rteval: Replace GPL license notice with SPDX tag in log.h Eder Zulian
2023-08-09 19:15 ` [PATCH 68/86] rteval: Replace GPL license notice with SPDX tag in parsethread.c Eder Zulian
2023-08-09 19:15 ` [PATCH 69/86] rteval: Replace GPL license notice with SPDX tag in parsethread.h Eder Zulian
2023-08-09 19:15 ` [PATCH 70/86] rteval: Replace GPL license notice with SPDX tag in pgsql.c Eder Zulian
2023-08-09 19:15 ` [PATCH 71/86] rteval: Replace GPL license notice with SPDX tag in pgsql.h Eder Zulian
2023-08-09 19:15 ` [PATCH 72/86] rteval: Replace GPL license notice with SPDX tag in rteval-parserd.c Eder Zulian
2023-08-09 19:15 ` [PATCH 73/86] rteval: Replace GPL license notice with SPDX tag in statuses.h Eder Zulian
2023-08-09 19:15 ` [PATCH 74/86] rteval: Replace GPL license notice with SPDX tag in threadinfo.h Eder Zulian
2023-08-09 19:15 ` [PATCH 75/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.c Eder Zulian
2023-08-09 19:15 ` [PATCH 76/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.h Eder Zulian
2023-08-09 19:15 ` [PATCH 77/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.xsl Eder Zulian
2023-08-09 19:15 ` [PATCH 78/86] rteval: Replace GPL license notice with SPDX tag in remove_rtevalrun Eder Zulian
2023-08-09 19:15 ` [PATCH 79/86] rteval: Replace GPL license notice with SPDX tag in rteval_testserver.py Eder Zulian
2023-08-09 19:15 ` Eder Zulian [this message]
2023-08-09 19:15 ` [PATCH 81/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.wsgi Eder Zulian
2023-08-09 19:15 ` [PATCH 82/86] rteval: Replace GPL license notice with SPDX tag in rtevaldb.py Eder Zulian
2023-08-09 19:15 ` [PATCH 83/86] rteval: Replace GPL license notice with SPDX tag in testclient.py Eder Zulian
2023-08-09 19:15 ` [PATCH 84/86] rteval: Replace GPL license notice with SPDX tag in testclient_sendreportfile Eder Zulian
2023-08-09 19:15 ` [PATCH 85/86] rteval: Replace GPL license notice with SPDX tag in xmlrpc_API1.py Eder Zulian
2023-08-09 19:15 ` [PATCH 86/86] rteval: Replace GPL license notice with SPDX tag in unittest.py Eder Zulian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230809191548.359938-81-ezulian@redhat.com \
    --to=ezulian@redhat.com \
    --cc=jkacur@redhat.com \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=williams@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).