linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/86] Use SPDX-License-Identifier tags
@ 2023-08-09 19:14 Eder Zulian
  2023-08-09 19:14 ` [PATCH 01/86] rteval: Add SPDX-License-Identifier tag to Makefile Eder Zulian
                   ` (85 more replies)
  0 siblings, 86 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

This patch series adds SPDX-License-Identifier tags to files and removes existing GPL boilerplate when appropriate.

The following files have not changed.
server/parser/README.parser
server/parser/rteval-parserd.sysconfig
server/parser/rteval-parserd.init
server/parser/sha1.c
server/parser/sha1.h
server/README.xmlrpc
server/rteval-parser.spec

The 'SPDX-License-Identifier: GPL-2.0-only' tag has been added to the following files.
server/parser/argparser.c
server/parser/argparser.h
server/parser/log.c
server/parser/log.h
server/parser/parsethread.c
server/parser/parsethread.h
server/parser/pgsql.c
server/parser/pgsql.h
server/parser/rteval-parserd.c
server/parser/statuses.h
server/parser/threadinfo.h
server/parser/xmlparser.c
server/parser/xmlparser.h

As the following files did not contain direct license references they fell under the project license, i.e., GPL v2 or later.
Makefile
rteval/modules/loads/stressng.py
rteval/rteval_dmi.xsl
rteval/rteval_histogram_raw.xsl
rteval/rteval_text.xsl
rteval/sysinfo/cmdline.py
rteval/sysinfo/newnet.py
server/Logger.py
server/gen_config.sh
server/sql/delta-1.0_1.1.sql
server/sql/delta-1.1_1.2.sql
server/sql/delta-1.2_1.3.sql
server/sql/delta-1.3_1.4.sql
server/sql/delta-1.4_1.5.sql
server/sql/rteval-1.0.sql
server/sql/rteval-1.1.sql
server/sql/rteval-1.2.sql
server/sql/rteval-1.3.sql
server/sql/rteval-1.4.sql
server/sql/rteval-1.5.sql
server/unittest.py
setup.py

For the remaining files, the GPL boilerplate has been replaced by the 'SPDX-License-Identifier: GPL-2.0-or-later' tag.


Eder Zulian (86):
  rteval: Add SPDX-License-Identifier tag to Makefile
  rteval: Add SPDX-License-Identifier tag to stressng.py
  rteval: Add SPDX-License-Identifier tag to rteval_dmi.xsl
  rteval: Add SPDX-License-Identifier tag to rteval_histogram_raw.xsl
  rteval: Add SPDX-License-Identifier tag to rteval_text.xsl
  rteval: Add SPDX-License-Identifier tag to cmdline.py
  rteval: Add SPDX-License-Identifier tag to newnet.py
  rteval: Add SPDX-License-Identifier tag to Logger.py
  rteval: Add SPDX-License-Identifier tag to gen_config.sh
  rteval: Add SPDX-License-Identifier tag to delta-1.0_1.1.sql
  rteval: Add SPDX-License-Identifier tag to delta-1.1_1.2.sql
  rteval: Add SPDX-License-Identifier tag to delta-1.2_1.3.sql
  rteval: Add SPDX-License-Identifier tag to delta-1.3_1.4.sql
  rteval: Add SPDX-License-Identifier tag to delta-1.4_1.5.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.0.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.1.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.2.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.3.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.4.sql
  rteval: Add SPDX-License-Identifier tag to rteval-1.5.sql
  rteval: Add SPDX-License-Identifier tag to unittest.py
  rteval: Add SPDX-License-Identifier tag to setup.py
  rteval: Replace GPL license notice with SPDX tag in rteval-cmd
  rteval: Replace GPL license notice with SPDX tag in Log.py
  rteval: Replace GPL license notice with SPDX tag in __init__.py
  rteval: Replace GPL license notice with SPDX tag in __init__.py
  rteval: Replace GPL license notice with SPDX tag in __init__.py
  rteval: Replace GPL license notice with SPDX tag in hackbench.py
  rteval: Replace GPL license notice with SPDX tag in kcompile.py
  rteval: Replace GPL license notice with SPDX tag in __init__.py
  rteval: Replace GPL license notice with SPDX tag in cyclictest.py
  rteval: Replace GPL license notice with SPDX tag in sysstat.py
  rteval: Replace GPL license notice with SPDX tag in rtevalConfig.py
  rteval: Replace GPL license notice with SPDX tag in rtevalMailer.py
  rteval: Replace GPL license notice with SPDX tag in rtevalReport.py
  rteval: Replace GPL license notice with SPDX tag in rtevalXMLRPC.py
  rteval: Replace GPL license notice with SPDX tag in rtevalclient.py
  rteval: Replace GPL license notice with SPDX tag in __init__.py
  rteval: Replace GPL license notice with SPDX tag in cputopology.py
  rteval: Replace GPL license notice with SPDX tag in dmi.py
  rteval: Replace GPL license notice with SPDX tag in kernel.py
  rteval: Replace GPL license notice with SPDX tag in memory.py
  rteval: Replace GPL license notice with SPDX tag in osinfo.py
  rteval: Replace GPL license notice with SPDX tag in services.py
  rteval: Replace GPL license notice with SPDX tag in tools.py
  rteval: Replace GPL license notice with SPDX tag in systopology.py
  rteval: Replace GPL license notice with SPDX tag in version.py
  rteval: Replace GPL license notice with SPDX tag in xmlout.py
  rteval: Replace GPL license notice with SPDX tag in Makefile.am
  rteval: Replace GPL license notice with SPDX tag in
    apache-rteval-wsgi.conf.tpl
  rteval: Replace GPL license notice with SPDX tag in
    apache-rteval.conf.tpl
  rteval: Replace GPL license notice with SPDX tag in configure.ac
  rteval: Replace GPL license notice with SPDX tag in database.py
  rteval: Replace GPL license notice with SPDX tag in Makefile.am
  rteval: Replace GPL license notice with SPDX tag in argparser.c
  rteval: Replace GPL license notice with SPDX tag in argparser.h
  rteval: Replace GPL license notice with SPDX tag in configparser.c
  rteval: Replace GPL license notice with SPDX tag in configparser.h
  rteval: Replace GPL license notice with SPDX tag in
    eurephia_nullsafe.c
  rteval: Replace GPL license notice with SPDX tag in
    eurephia_nullsafe.h
  rteval: Replace GPL license notice with SPDX tag in eurephia_values.c
  rteval: Replace GPL license notice with SPDX tag in eurephia_values.h
  rteval: Replace GPL license notice with SPDX tag in
    eurephia_values_struct.h
  rteval: Replace GPL license notice with SPDX tag in eurephia_xml.c
  rteval: Replace GPL license notice with SPDX tag in eurephia_xml.h
  rteval: Replace GPL license notice with SPDX tag in log.c
  rteval: Replace GPL license notice with SPDX tag in log.h
  rteval: Replace GPL license notice with SPDX tag in parsethread.c
  rteval: Replace GPL license notice with SPDX tag in parsethread.h
  rteval: Replace GPL license notice with SPDX tag in pgsql.c
  rteval: Replace GPL license notice with SPDX tag in pgsql.h
  rteval: Replace GPL license notice with SPDX tag in rteval-parserd.c
  rteval: Replace GPL license notice with SPDX tag in statuses.h
  rteval: Replace GPL license notice with SPDX tag in threadinfo.h
  rteval: Replace GPL license notice with SPDX tag in xmlparser.c
  rteval: Replace GPL license notice with SPDX tag in xmlparser.h
  rteval: Replace GPL license notice with SPDX tag in xmlparser.xsl
  rteval: Replace GPL license notice with SPDX tag in remove_rtevalrun
  rteval: Replace GPL license notice with SPDX tag in
    rteval_testserver.py
  rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py
  rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.wsgi
  rteval: Replace GPL license notice with SPDX tag in rtevaldb.py
  rteval: Replace GPL license notice with SPDX tag in testclient.py
  rteval: Replace GPL license notice with SPDX tag in
    testclient_sendreportfile
  rteval: Replace GPL license notice with SPDX tag in xmlrpc_API1.py
  rteval: Replace GPL license notice with SPDX tag in unittest.py

 Makefile                                 |  1 +
 rteval-cmd                               | 21 +--------------------
 rteval/Log.py                            | 21 +--------------------
 rteval/__init__.py                       | 21 +--------------------
 rteval/modules/__init__.py               | 21 +--------------------
 rteval/modules/loads/__init__.py         | 21 +--------------------
 rteval/modules/loads/hackbench.py        | 21 +--------------------
 rteval/modules/loads/kcompile.py         | 21 +--------------------
 rteval/modules/loads/stressng.py         |  1 +
 rteval/modules/measurement/__init__.py   | 21 +--------------------
 rteval/modules/measurement/cyclictest.py | 21 +--------------------
 rteval/modules/measurement/sysstat.py    | 21 +--------------------
 rteval/rtevalConfig.py                   | 21 +--------------------
 rteval/rtevalMailer.py                   | 21 +--------------------
 rteval/rtevalReport.py                   | 21 +--------------------
 rteval/rtevalXMLRPC.py                   | 21 +--------------------
 rteval/rteval_dmi.xsl                    |  1 +
 rteval/rteval_histogram_raw.xsl          |  1 +
 rteval/rteval_text.xsl                   |  1 +
 rteval/rtevalclient.py                   | 21 +--------------------
 rteval/sysinfo/__init__.py               | 21 +--------------------
 rteval/sysinfo/cmdline.py                |  1 +
 rteval/sysinfo/cputopology.py            | 21 +--------------------
 rteval/sysinfo/dmi.py                    | 21 +--------------------
 rteval/sysinfo/kernel.py                 | 21 +--------------------
 rteval/sysinfo/memory.py                 | 21 +--------------------
 rteval/sysinfo/newnet.py                 |  1 +
 rteval/sysinfo/osinfo.py                 | 21 +--------------------
 rteval/sysinfo/services.py               | 21 +--------------------
 rteval/sysinfo/tools.py                  | 21 +--------------------
 rteval/systopology.py                    | 21 +--------------------
 rteval/version.py                        | 21 +--------------------
 rteval/xmlout.py                         | 21 +--------------------
 server/Logger.py                         |  1 +
 server/Makefile.am                       | 21 +--------------------
 server/apache-rteval-wsgi.conf.tpl       | 21 +--------------------
 server/apache-rteval.conf.tpl            | 21 +--------------------
 server/configure.ac                      | 21 +--------------------
 server/database.py                       | 21 +--------------------
 server/gen_config.sh                     |  1 +
 server/parser/Makefile.am                | 21 +--------------------
 server/parser/argparser.c                |  9 +--------
 server/parser/argparser.h                |  9 +--------
 server/parser/configparser.c             | 15 +--------------
 server/parser/configparser.h             | 15 +--------------
 server/parser/eurephia_nullsafe.c        | 15 +--------------
 server/parser/eurephia_nullsafe.h        | 15 +--------------
 server/parser/eurephia_values.c          | 14 +-------------
 server/parser/eurephia_values.h          | 15 +--------------
 server/parser/eurephia_values_struct.h   | 15 +--------------
 server/parser/eurephia_xml.c             | 15 +--------------
 server/parser/eurephia_xml.h             | 15 +--------------
 server/parser/log.c                      |  9 +--------
 server/parser/log.h                      |  9 +--------
 server/parser/parsethread.c              |  9 +--------
 server/parser/parsethread.h              |  9 +--------
 server/parser/pgsql.c                    |  9 +--------
 server/parser/pgsql.h                    |  9 +--------
 server/parser/rteval-parserd.c           |  9 +--------
 server/parser/statuses.h                 |  9 +--------
 server/parser/threadinfo.h               |  9 +--------
 server/parser/xmlparser.c                |  9 +--------
 server/parser/xmlparser.h                |  9 +--------
 server/parser/xmlparser.xsl              | 15 +--------------
 server/remove_rtevalrun                  | 21 +--------------------
 server/rteval_testserver.py              | 21 +--------------------
 server/rteval_xmlrpc.py                  | 21 +--------------------
 server/rteval_xmlrpc.wsgi                | 21 +--------------------
 server/rtevaldb.py                       | 21 +--------------------
 server/sql/delta-1.0_1.1.sql             |  1 +
 server/sql/delta-1.1_1.2.sql             |  1 +
 server/sql/delta-1.2_1.3.sql             |  1 +
 server/sql/delta-1.3_1.4.sql             |  1 +
 server/sql/delta-1.4_1.5.sql             |  1 +
 server/sql/rteval-1.0.sql                |  1 +
 server/sql/rteval-1.1.sql                |  1 +
 server/sql/rteval-1.2.sql                |  1 +
 server/sql/rteval-1.3.sql                |  1 +
 server/sql/rteval-1.4.sql                |  1 +
 server/sql/rteval-1.5.sql                |  1 +
 server/testclient.py                     | 21 +--------------------
 server/testclient_sendreportfile         | 21 +--------------------
 server/unittest.py                       |  1 +
 server/xmlrpc_API1.py                    | 21 +--------------------
 setup.py                                 |  1 +
 unit-tests/unittest.py                   | 14 ++------------
 86 files changed, 87 insertions(+), 1055 deletions(-)
 mode change 100755 => 100644 unit-tests/unittest.py

-- 
2.39.3


^ permalink raw reply	[flat|nested] 87+ messages in thread

* [PATCH 01/86] rteval: Add SPDX-License-Identifier tag to Makefile
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 02/86] rteval: Add SPDX-License-Identifier tag to stressng.py Eder Zulian
                   ` (84 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to Makefile.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 81ca824..b73e8c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 HERE	:=	$(shell pwd)
 ifneq (, $(wildcard /usr/bin/python3))
 	PYTHON = python3
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 02/86] rteval: Add SPDX-License-Identifier tag to stressng.py
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 03/86] rteval: Add SPDX-License-Identifier tag to rteval_dmi.xsl Eder Zulian
                   ` (83 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to stressng.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/modules/loads/stressng.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/modules/loads/stressng.py b/rteval/modules/loads/stressng.py
index 800fdec..7c9e63f 100644
--- a/rteval/modules/loads/stressng.py
+++ b/rteval/modules/loads/stressng.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 """ Module containing class Stressng to manage stress-ng as an rteval load """
 import os
 import os.path
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 03/86] rteval: Add SPDX-License-Identifier tag to rteval_dmi.xsl
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 04/86] rteval: Add SPDX-License-Identifier tag to rteval_histogram_raw.xsl Eder Zulian
                   ` (82 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval_dmi.xsl.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/rteval_dmi.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/rteval_dmi.xsl b/rteval/rteval_dmi.xsl
index 4f77d61..292c2ad 100644
--- a/rteval/rteval_dmi.xsl
+++ b/rteval/rteval_dmi.xsl
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
 <xsl:stylesheet  version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 04/86] rteval: Add SPDX-License-Identifier tag to rteval_histogram_raw.xsl
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (2 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 05/86] rteval: Add SPDX-License-Identifier tag to rteval_text.xsl Eder Zulian
                   ` (81 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval_histogram_raw.xsl.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/rteval_histogram_raw.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/rteval_histogram_raw.xsl b/rteval/rteval_histogram_raw.xsl
index 9aadcc3..038419b 100644
--- a/rteval/rteval_histogram_raw.xsl
+++ b/rteval/rteval_histogram_raw.xsl
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
 <xsl:stylesheet  version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 05/86] rteval: Add SPDX-License-Identifier tag to rteval_text.xsl
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (3 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 06/86] rteval: Add SPDX-License-Identifier tag to cmdline.py Eder Zulian
                   ` (80 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval_text.xsl.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/rteval_text.xsl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/rteval_text.xsl b/rteval/rteval_text.xsl
index 0ef649b..f526526 100644
--- a/rteval/rteval_text.xsl
+++ b/rteval/rteval_text.xsl
@@ -1,4 +1,5 @@
 <?xml version="1.0"?>
+<!-- SPDX-License-Identifier: GPL-2.0-or-later -->
 <xsl:stylesheet  version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
   <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 06/86] rteval: Add SPDX-License-Identifier tag to cmdline.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (4 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 07/86] rteval: Add SPDX-License-Identifier tag to newnet.py Eder Zulian
                   ` (79 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to cmdline.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/sysinfo/cmdline.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/sysinfo/cmdline.py b/rteval/sysinfo/cmdline.py
index 7e7566a..74d37d3 100644
--- a/rteval/sysinfo/cmdline.py
+++ b/rteval/sysinfo/cmdline.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 import sys, os, readline, libxml2
 from rteval.Log import Log
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 07/86] rteval: Add SPDX-License-Identifier tag to newnet.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (5 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 06/86] rteval: Add SPDX-License-Identifier tag to cmdline.py Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 08/86] rteval: Add SPDX-License-Identifier tag to Logger.py Eder Zulian
                   ` (78 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to newnet.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 rteval/sysinfo/newnet.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rteval/sysinfo/newnet.py b/rteval/sysinfo/newnet.py
index 2911400..5dd95ae 100644
--- a/rteval/sysinfo/newnet.py
+++ b/rteval/sysinfo/newnet.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 ''' Module to obtain network information for the rteval report '''
 #
 #   Copyright 2022 John Kacur <jkacur@redhat.com
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 08/86] rteval: Add SPDX-License-Identifier tag to Logger.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (6 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 07/86] rteval: Add SPDX-License-Identifier tag to newnet.py Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 09/86] rteval: Add SPDX-License-Identifier tag to gen_config.sh Eder Zulian
                   ` (77 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to Logger.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

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

diff --git a/server/Logger.py b/server/Logger.py
index 368a509..e10ad25 100644
--- a/server/Logger.py
+++ b/server/Logger.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 import sys
 from datetime import datetime
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 09/86] rteval: Add SPDX-License-Identifier tag to gen_config.sh
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (7 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 08/86] rteval: Add SPDX-License-Identifier tag to Logger.py Eder Zulian
@ 2023-08-09 19:14 ` 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
                   ` (76 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to gen_config.sh.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/gen_config.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/gen_config.sh b/server/gen_config.sh
index 23181ee..335176f 100755
--- a/server/gen_config.sh
+++ b/server/gen_config.sh
@@ -1,4 +1,5 @@
 #/bin/sh
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 APACHECONF="$1"
 INSTALLDIR="$2"
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 10/86] rteval: Add SPDX-License-Identifier tag to delta-1.0_1.1.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (8 preceding siblings ...)
  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 ` 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
                   ` (75 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to delta-1.0_1.1.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/delta-1.0_1.1.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/delta-1.0_1.1.sql b/server/sql/delta-1.0_1.1.sql
index 0d8fcd0..9fe230e 100644
--- a/server/sql/delta-1.0_1.1.sql
+++ b/server/sql/delta-1.0_1.1.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- SQL delta update from rteval-1.0.sql to rteval-1.1.sql
 
 CREATE TABLE rteval_info (
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 11/86] rteval: Add SPDX-License-Identifier tag to delta-1.1_1.2.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (9 preceding siblings ...)
  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 ` 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
                   ` (74 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to delta-1.1_1.2.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/delta-1.1_1.2.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/delta-1.1_1.2.sql b/server/sql/delta-1.1_1.2.sql
index 7ee8c5d..e5d82ab 100644
--- a/server/sql/delta-1.1_1.2.sql
+++ b/server/sql/delta-1.1_1.2.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- SQL delta update from rteval-1.1.sql to rteval-1.2.sql
 
 UPDATE rteval_info SET value = '1.2' WHERE key = 'sql_schema_ver';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 12/86] rteval: Add SPDX-License-Identifier tag to delta-1.2_1.3.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (10 preceding siblings ...)
  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 ` 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
                   ` (73 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to delta-1.2_1.3.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/delta-1.2_1.3.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/delta-1.2_1.3.sql b/server/sql/delta-1.2_1.3.sql
index b869756..1c10bf2 100644
--- a/server/sql/delta-1.2_1.3.sql
+++ b/server/sql/delta-1.2_1.3.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- SQL delta update from rteval-1.2.sql to rteval-1.3.sql
 
 UPDATE rteval_info SET value = '1.3' WHERE key = 'sql_schema_ver';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 13/86] rteval: Add SPDX-License-Identifier tag to delta-1.3_1.4.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (11 preceding siblings ...)
  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 ` 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
                   ` (72 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to delta-1.3_1.4.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/delta-1.3_1.4.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/delta-1.3_1.4.sql b/server/sql/delta-1.3_1.4.sql
index bfa4152..e0c0162 100644
--- a/server/sql/delta-1.3_1.4.sql
+++ b/server/sql/delta-1.3_1.4.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- SQL delta update from rteval-1.3.sql to rteval-1.4.sql
 
 UPDATE rteval_info SET value = '1.4' WHERE key = 'sql_schema_ver';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 14/86] rteval: Add SPDX-License-Identifier tag to delta-1.4_1.5.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (12 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 15/86] rteval: Add SPDX-License-Identifier tag to rteval-1.0.sql Eder Zulian
                   ` (71 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to delta-1.4_1.5.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/delta-1.4_1.5.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/delta-1.4_1.5.sql b/server/sql/delta-1.4_1.5.sql
index a190326..bd1336e 100644
--- a/server/sql/delta-1.4_1.5.sql
+++ b/server/sql/delta-1.4_1.5.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- SQL delta update from rteval-1.4.sql to rteval-1.5.sql
 
 UPDATE rteval_info SET value = '1.5' WHERE key = 'sql_schema_ver';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 15/86] rteval: Add SPDX-License-Identifier tag to rteval-1.0.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (13 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 16/86] rteval: Add SPDX-License-Identifier tag to rteval-1.1.sql Eder Zulian
                   ` (70 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.0.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.0.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.0.sql b/server/sql/rteval-1.0.sql
index 2ff3aae..107c90e 100644
--- a/server/sql/rteval-1.0.sql
+++ b/server/sql/rteval-1.0.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 16/86] rteval: Add SPDX-License-Identifier tag to rteval-1.1.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (14 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 17/86] rteval: Add SPDX-License-Identifier tag to rteval-1.2.sql Eder Zulian
                   ` (69 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.1.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.1.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.1.sql b/server/sql/rteval-1.1.sql
index 3977568..6ec783f 100644
--- a/server/sql/rteval-1.1.sql
+++ b/server/sql/rteval-1.1.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 17/86] rteval: Add SPDX-License-Identifier tag to rteval-1.2.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (15 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 18/86] rteval: Add SPDX-License-Identifier tag to rteval-1.3.sql Eder Zulian
                   ` (68 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.2.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.2.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.2.sql b/server/sql/rteval-1.2.sql
index 05bf33b..4a37eb6 100644
--- a/server/sql/rteval-1.2.sql
+++ b/server/sql/rteval-1.2.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 18/86] rteval: Add SPDX-License-Identifier tag to rteval-1.3.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (16 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 19/86] rteval: Add SPDX-License-Identifier tag to rteval-1.4.sql Eder Zulian
                   ` (67 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.3.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.3.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.3.sql b/server/sql/rteval-1.3.sql
index 4082ab4..ca7837b 100644
--- a/server/sql/rteval-1.3.sql
+++ b/server/sql/rteval-1.3.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 19/86] rteval: Add SPDX-License-Identifier tag to rteval-1.4.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (17 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 20/86] rteval: Add SPDX-License-Identifier tag to rteval-1.5.sql Eder Zulian
                   ` (66 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.4.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.4.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.4.sql b/server/sql/rteval-1.4.sql
index d6262af..6d3efdd 100644
--- a/server/sql/rteval-1.4.sql
+++ b/server/sql/rteval-1.4.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 20/86] rteval: Add SPDX-License-Identifier tag to rteval-1.5.sql
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (18 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 21/86] rteval: Add SPDX-License-Identifier tag to unittest.py Eder Zulian
                   ` (65 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to rteval-1.5.sql.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/sql/rteval-1.5.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/sql/rteval-1.5.sql b/server/sql/rteval-1.5.sql
index c73dd0d..68e0fcc 100644
--- a/server/sql/rteval-1.5.sql
+++ b/server/sql/rteval-1.5.sql
@@ -1,3 +1,4 @@
+-- SPDX-License-Identifier: GPL-2.0-or-later
 -- Create rteval database users
 --
 CREATE USER rtevxmlrpc NOSUPERUSER ENCRYPTED PASSWORD 'rtevaldb';
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 21/86] rteval: Add SPDX-License-Identifier tag to unittest.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (19 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 22/86] rteval: Add SPDX-License-Identifier tag to setup.py Eder Zulian
                   ` (64 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to unittest.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

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

diff --git a/server/unittest.py b/server/unittest.py
index 7dcdef0..73cee9d 100644
--- a/server/unittest.py
+++ b/server/unittest.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 import sys, threading, time, signal, libxml2
 import argparse
 from rteval_testserver import RTevald
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 22/86] rteval: Add SPDX-License-Identifier tag to setup.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (20 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 21/86] rteval: Add SPDX-License-Identifier tag to unittest.py Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 23/86] rteval: Replace GPL license notice with SPDX tag in rteval-cmd Eder Zulian
                   ` (63 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Add the SPDX-License-Identifier tag to setup.py.

As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index bcf7330..c2695cb 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python3
+# SPDX-License-Identifier: GPL-2.0-or-later
 """ install rteval """
 import sysconfig
 from os.path import relpath
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 23/86] rteval: Replace GPL license notice with SPDX tag in rteval-cmd
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (21 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 22/86] rteval: Add SPDX-License-Identifier tag to setup.py Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 24/86] rteval: Replace GPL license notice with SPDX tag in Log.py Eder Zulian
                   ` (62 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in rteval-cmd.

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

diff --git a/rteval-cmd b/rteval-cmd
index 635606e..6f613a3 100755
--- a/rteval-cmd
+++ b/rteval-cmd
@@ -1,5 +1,6 @@
 #!/usr/bin/python3 -tt
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rteval - script for evaluating platform suitability for RT Linux
 #
@@ -13,26 +14,6 @@
 #   Copyright 2009 - 2013   David Sommerseth <davids@redhat.com>
 #   Copyright 2012 - 2013   Raphaël Beamonte <raphael.beamonte@gmail.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.
-#
 """ Main module of the rteval program """
 
 import sys
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 24/86] rteval: Replace GPL license notice with SPDX tag in Log.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (22 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 25/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
                   ` (61 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/Log.py b/rteval/Log.py
index 8d08ab3..baa6ec7 100644
--- a/rteval/Log.py
+++ b/rteval/Log.py
@@ -1,26 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2012 - 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 sys
 
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 25/86] rteval: Replace GPL license notice with SPDX tag in __init__.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (23 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 26/86] " Eder Zulian
                   ` (60 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/__init__.py b/rteval/__init__.py
index a245ef9..ca018f6 100644
--- a/rteval/__init__.py
+++ b/rteval/__init__.py
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   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.
-#
 
 """
 Copyright (c) 2008-2016  Red Hat Inc.
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 26/86] rteval: Replace GPL license notice with SPDX tag in __init__.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (24 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 27/86] " Eder Zulian
                   ` (59 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/__init__.py b/rteval/modules/__init__.py
index 794135d..e7025ce 100644
--- a/rteval/modules/__init__.py
+++ b/rteval/modules/__init__.py
@@ -1,26 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2012 - 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 time
 from datetime import datetime
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 27/86] rteval: Replace GPL license notice with SPDX tag in __init__.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (25 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 26/86] " Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 28/86] rteval: Replace GPL license notice with SPDX tag in hackbench.py Eder Zulian
                   ` (58 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/loads/__init__.py b/rteval/modules/loads/__init__.py
index 74aad58..aca0c9f 100644
--- a/rteval/modules/loads/__init__.py
+++ b/rteval/modules/loads/__init__.py
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 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 os
 import time
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 28/86] rteval: Replace GPL license notice with SPDX tag in hackbench.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (26 preceding siblings ...)
  2023-08-09 19:14 ` [PATCH 27/86] " Eder Zulian
@ 2023-08-09 19:14 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 29/86] rteval: Replace GPL license notice with SPDX tag in kcompile.py Eder Zulian
                   ` (57 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/loads/hackbench.py b/rteval/modules/loads/hackbench.py
index f5a547e..cfc7063 100644
--- a/rteval/modules/loads/hackbench.py
+++ b/rteval/modules/loads/hackbench.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 
 #   hackbench.py - class to manage an instance of hackbench load
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   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.
-#
 """ Load module - run the hackbench program from rt-tests ad a load """
 
 import sys
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 29/86] rteval: Replace GPL license notice with SPDX tag in kcompile.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (27 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 30/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
                   ` (56 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/loads/kcompile.py b/rteval/modules/loads/kcompile.py
index 316791e..8be79ce 100644
--- a/rteval/modules/loads/kcompile.py
+++ b/rteval/modules/loads/kcompile.py
@@ -1,28 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 2013   David Sommerseth <davids@redhat.com>
 #   Copyright 2014 - 2017   Clark Williams <williams@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 sys
 import os
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 30/86] rteval: Replace GPL license notice with SPDX tag in __init__.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (28 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 31/86] rteval: Replace GPL license notice with SPDX tag in cyclictest.py Eder Zulian
                   ` (55 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/measurement/__init__.py b/rteval/modules/measurement/__init__.py
index 0e395be..fc6f6e0 100644
--- a/rteval/modules/measurement/__init__.py
+++ b/rteval/modules/measurement/__init__.py
@@ -1,26 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2012 - 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 libxml2
 from rteval.modules import RtEvalModules, ModuleContainer
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 31/86] rteval: Replace GPL license notice with SPDX tag in cyclictest.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (29 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 32/86] rteval: Replace GPL license notice with SPDX tag in sysstat.py Eder Zulian
                   ` (54 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/measurement/cyclictest.py b/rteval/modules/measurement/cyclictest.py
index ace8db4..50b2e2a 100644
--- a/rteval/modules/measurement/cyclictest.py
+++ b/rteval/modules/measurement/cyclictest.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   cyclictest.py - object to manage a cyclictest executable instance
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 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.
-#
 """ cyclictest.py - object to manage a cyclictest executable instance """
 
 import os
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 32/86] rteval: Replace GPL license notice with SPDX tag in sysstat.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (30 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 33/86] rteval: Replace GPL license notice with SPDX tag in rtevalConfig.py Eder Zulian
                   ` (53 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/modules/measurement/sysstat.py b/rteval/modules/measurement/sysstat.py
index d99bef5..7cd0aad 100644
--- a/rteval/modules/measurement/sysstat.py
+++ b/rteval/modules/measurement/sysstat.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   sysstat.py - rteval measurment module collecting system statistics
 #                using the sysstat utility
 #
 #   Copyright 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 os
 import time
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 33/86] rteval: Replace GPL license notice with SPDX tag in rtevalConfig.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (31 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 34/86] rteval: Replace GPL license notice with SPDX tag in rtevalMailer.py Eder Zulian
                   ` (52 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/rtevalConfig.py b/rteval/rtevalConfig.py
index d0115a0..030d420 100644
--- a/rteval/rtevalConfig.py
+++ b/rteval/rtevalConfig.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rteval - script for evaluating platform suitability for RT Linux
 #
@@ -10,26 +11,6 @@
 #   Copyright 2009,2010   Clark Williams <williams@redhat.com>
 #   Copyright 2009,2010   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., 59 Temple Place, Suite 330, Boston, MA  02111-1307 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 os
 import sys
 import configparser
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 34/86] rteval: Replace GPL license notice with SPDX tag in rtevalMailer.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (32 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 35/86] rteval: Replace GPL license notice with SPDX tag in rtevalReport.py Eder Zulian
                   ` (51 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/rtevalMailer.py b/rteval/rtevalMailer.py
index f8f84d1..ef3b571 100644
--- a/rteval/rtevalMailer.py
+++ b/rteval/rtevalMailer.py
@@ -1,28 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rtevalmailer.py - module for sending e-mails
 #
 #   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 smtplib
 import email
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 35/86] rteval: Replace GPL license notice with SPDX tag in rtevalReport.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (33 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 36/86] rteval: Replace GPL license notice with SPDX tag in rtevalXMLRPC.py Eder Zulian
                   ` (50 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/rtevalReport.py b/rteval/rtevalReport.py
index af3e6c9..57d99f5 100644
--- a/rteval/rtevalReport.py
+++ b/rteval/rtevalReport.py
@@ -1,28 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #  rtevalReport.py - Takes care of the report generation
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   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 os
 import tarfile
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 36/86] rteval: Replace GPL license notice with SPDX tag in rtevalXMLRPC.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (34 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:14 ` [PATCH 37/86] rteval: Replace GPL license notice with SPDX tag in rtevalclient.py Eder Zulian
                   ` (49 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/rtevalXMLRPC.py b/rteval/rtevalXMLRPC.py
index 6dce12a..6b31653 100644
--- a/rteval/rtevalXMLRPC.py
+++ b/rteval/rtevalXMLRPC.py
@@ -1,28 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 # rtevalXMLRPC.py - main rteval XML-RPC class
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   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 socket
 import time
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 37/86] rteval: Replace GPL license notice with SPDX tag in rtevalclient.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (35 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 38/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Eder Zulian
                   ` (48 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:14 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/rtevalclient.py b/rteval/rtevalclient.py
index 7ff7d27..8f48129 100644
--- a/rteval/rtevalclient.py
+++ b/rteval/rtevalclient.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rtevalclient.py
 #   XML-RPC client for sending data to a central rteval result server
 #
 #   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 xmlrpc.client
 import libxml2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 38/86] rteval: Replace GPL license notice with SPDX tag in __init__.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (36 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 39/86] rteval: Replace GPL license notice with SPDX tag in cputopology.py Eder Zulian
                   ` (47 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/__init__.py b/rteval/sysinfo/__init__.py
index 5767e5b..d3f9efb 100644
--- a/rteval/sysinfo/__init__.py
+++ b/rteval/sysinfo/__init__.py
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   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 sys
 from glob import glob
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 39/86] rteval: Replace GPL license notice with SPDX tag in cputopology.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (37 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 40/86] rteval: Replace GPL license notice with SPDX tag in dmi.py Eder Zulian
                   ` (46 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/cputopology.py b/rteval/sysinfo/cputopology.py
index f60b059..db30635 100644
--- a/rteval/sysinfo/cputopology.py
+++ b/rteval/sysinfo/cputopology.py
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2010 - 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 os
 import libxml2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 40/86] rteval: Replace GPL license notice with SPDX tag in dmi.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (38 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 41/86] rteval: Replace GPL license notice with SPDX tag in kernel.py Eder Zulian
                   ` (45 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/dmi.py b/rteval/sysinfo/dmi.py
index 89a7faa..e8285d2 100644
--- a/rteval/sysinfo/dmi.py
+++ b/rteval/sysinfo/dmi.py
@@ -1,28 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2009 - 2013   David Sommerseth <davids@redhat.com>
 #   Copyright 2022          John Kacur <jkacur@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.
-#
 """ dmi.py class to wrap DMI Table Information """
 
 import sys
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 41/86] rteval: Replace GPL license notice with SPDX tag in kernel.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (39 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 42/86] rteval: Replace GPL license notice with SPDX tag in memory.py Eder Zulian
                   ` (44 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/kernel.py b/rteval/sysinfo/kernel.py
index ba5cadd..f887786 100644
--- a/rteval/sysinfo/kernel.py
+++ b/rteval/sysinfo/kernel.py
@@ -1,29 +1,10 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2009 - 2013   David Sommerseth <davids@redhat.com>
 #   Copyright 2012 - 2013   Raphaël Beamonte <raphael.beamonte@gmail.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 sys
 import subprocess
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 42/86] rteval: Replace GPL license notice with SPDX tag in memory.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (40 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 43/86] rteval: Replace GPL license notice with SPDX tag in osinfo.py Eder Zulian
                   ` (43 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/memory.py b/rteval/sysinfo/memory.py
index cc2fa2c..982ca83 100644
--- a/rteval/sysinfo/memory.py
+++ b/rteval/sysinfo/memory.py
@@ -1,28 +1,9 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 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.
-#
 
 from glob import glob
 import libxml2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 43/86] rteval: Replace GPL license notice with SPDX tag in osinfo.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (41 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 44/86] rteval: Replace GPL license notice with SPDX tag in services.py Eder Zulian
                   ` (42 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/osinfo.py b/rteval/sysinfo/osinfo.py
index 0c570c0..3d6d5f8 100644
--- a/rteval/sysinfo/osinfo.py
+++ b/rteval/sysinfo/osinfo.py
@@ -1,28 +1,9 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 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 os
 import shutil
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 44/86] rteval: Replace GPL license notice with SPDX tag in services.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (42 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 45/86] rteval: Replace GPL license notice with SPDX tag in tools.py Eder Zulian
                   ` (41 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/services.py b/rteval/sysinfo/services.py
index a87b4ab..e980178 100644
--- a/rteval/sysinfo/services.py
+++ b/rteval/sysinfo/services.py
@@ -1,29 +1,10 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@redhat.com>
 #   Copyright 2009 - 2013   David Sommerseth <davids@redhat.com>
 #   Copyright 2012 - 2013   Raphaël Beamonte <raphael.beamonte@gmail.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 sys
 import subprocess
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 45/86] rteval: Replace GPL license notice with SPDX tag in tools.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (43 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 46/86] rteval: Replace GPL license notice with SPDX tag in systopology.py Eder Zulian
                   ` (40 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/sysinfo/tools.py b/rteval/sysinfo/tools.py
index aa00b3d..ebeb15d 100644
--- a/rteval/sysinfo/tools.py
+++ b/rteval/sysinfo/tools.py
@@ -1,28 +1,9 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 """ This Module consists of the single function getcmdpath() """
 #
 #   Copyright 2012 - 2013   Raphaël Beamonte <raphael.beamonte@gmail.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 os
 import os.path
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 46/86] rteval: Replace GPL license notice with SPDX tag in systopology.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (44 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 47/86] rteval: Replace GPL license notice with SPDX tag in version.py Eder Zulian
                   ` (39 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/systopology.py b/rteval/systopology.py
index a991e70..aca2dfd 100644
--- a/rteval/systopology.py
+++ b/rteval/systopology.py
@@ -1,28 +1,9 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2016 - Clark Williams <williams@redhat.com>
 #   Copyright 2021 - John Kacur <jkacur@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.
-#
 """ Module for querying cpu cores and nodes """
 
 import os
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 47/86] rteval: Replace GPL license notice with SPDX tag in version.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (45 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 48/86] rteval: Replace GPL license notice with SPDX tag in xmlout.py Eder Zulian
                   ` (38 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/version.py b/rteval/version.py
index bedec09..ad7fff8 100644
--- a/rteval/version.py
+++ b/rteval/version.py
@@ -1,26 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2015  Clark Williams <williams@redhat.com>
 #   Copyright 2012 - 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.
-#
 
 RTEVAL_VERSION = '3.6'
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 48/86] rteval: Replace GPL license notice with SPDX tag in xmlout.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (46 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 49/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Eder Zulian
                   ` (37 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/rteval/xmlout.py b/rteval/xmlout.py
index b549cc8..710d50a 100644
--- a/rteval/xmlout.py
+++ b/rteval/xmlout.py
@@ -1,27 +1,8 @@
 # -*- coding: utf-8 -*-
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   Copyright 2009 - 2013   Clark Williams <williams@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 sys
 import re
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 49/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (47 preceding siblings ...)
  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 ` 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
                   ` (36 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in Makefile.am.

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

diff --git a/server/Makefile.am b/server/Makefile.am
index fb707cc..fa53684 100644
--- a/server/Makefile.am
+++ b/server/Makefile.am
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #   Makefile.am - autotools configuration file
 #
 #   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.
-#
 SUBDIRS = parser
 dist_doc_DATA = parser/README.parser 	\
 	sql/delta-1.0_1.1.sql 		\
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 50/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval-wsgi.conf.tpl
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (48 preceding siblings ...)
  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 ` 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
                   ` (35 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in apache-rteval-wsgi.conf.tpl.

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

diff --git a/server/apache-rteval-wsgi.conf.tpl b/server/apache-rteval-wsgi.conf.tpl
index ab5d59f..c6cf00f 100644
--- a/server/apache-rteval-wsgi.conf.tpl
+++ b/server/apache-rteval-wsgi.conf.tpl
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 # File: apache-rteval.conf
 #
 # Apache config entry to enable the rteval XML-RPC server
 #
 #   Copyright 2011 - 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.
-#
 
 WSGISocketPrefix /var/run/wsgi
 WSGIDaemonProcess rtevalxmlrpc processes=3 threads=15 python-path={_INSTALLDIR_}
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 51/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval.conf.tpl
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (49 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 52/86] rteval: Replace GPL license notice with SPDX tag in configure.ac Eder Zulian
                   ` (34 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in apache-rteval.conf.tpl.

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

diff --git a/server/apache-rteval.conf.tpl b/server/apache-rteval.conf.tpl
index 18eca42..f52754c 100644
--- a/server/apache-rteval.conf.tpl
+++ b/server/apache-rteval.conf.tpl
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 # File: apache-rteval.conf
 #
 # Apache config entry to enable the rteval XML-RPC server
 #
 #   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.
-#
 <Directory "{_INSTALLDIR_}">
     Options Indexes FollowSymLinks
     AllowOverride None
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 52/86] rteval: Replace GPL license notice with SPDX tag in configure.ac
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (50 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 53/86] rteval: Replace GPL license notice with SPDX tag in database.py Eder Zulian
                   ` (33 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in configure.ac.

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

diff --git a/server/configure.ac b/server/configure.ac
index 9b5868f..504efbf 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #   configure.ac - autotools configuration file
 #
 #   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.
-#
 #
 #
 #   To create the ./configure script you need to run 'autoreconf --install'
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 53/86] rteval: Replace GPL license notice with SPDX tag in database.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (51 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 54/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Eder Zulian
                   ` (32 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/database.py b/server/database.py
index 4cffc85..684f5ab 100644
--- a/server/database.py
+++ b/server/database.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   database.py
 #   Library for processing results from XMLSQLparser and
@@ -5,26 +6,6 @@
 #
 #   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 psycopg2
 import types
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 54/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (52 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 55/86] rteval: Replace GPL license notice with SPDX tag in argparser.c Eder Zulian
                   ` (31 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in Makefile.am.

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

diff --git a/server/parser/Makefile.am b/server/parser/Makefile.am
index f7836cc..02b3326 100644
--- a/server/parser/Makefile.am
+++ b/server/parser/Makefile.am
@@ -1,27 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #   Makefile.am - autotools configuration file
 #
 #   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.
-#
 
 # Generic include files, found by ./configure
 AM_CPPFLAGS = $(LIBXML2_INC) $(LIBXSLT_INC) $(LIBPQ_INC) -std=gnu89
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 55/86] rteval: Replace GPL license notice with SPDX tag in argparser.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (53 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 56/86] rteval: Replace GPL license notice with SPDX tag in argparser.h Eder Zulian
                   ` (30 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in argparser.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/argparser.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/argparser.c b/server/parser/argparser.c
index 6ad4c69..70d6961 100644
--- a/server/parser/argparser.c
+++ b/server/parser/argparser.c
@@ -1,14 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 56/86] rteval: Replace GPL license notice with SPDX tag in argparser.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (54 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 57/86] rteval: Replace GPL license notice with SPDX tag in configparser.c Eder Zulian
                   ` (29 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in argparser.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/argparser.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/argparser.h b/server/parser/argparser.h
index 53214e1..5325505 100644
--- a/server/parser/argparser.h
+++ b/server/parser/argparser.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 57/86] rteval: Replace GPL license notice with SPDX tag in configparser.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (55 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 58/86] rteval: Replace GPL license notice with SPDX tag in configparser.h Eder Zulian
                   ` (28 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in configparser.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/configparser.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/configparser.c b/server/parser/configparser.c
index 3b95c20..4eaf318 100644
--- a/server/parser/configparser.c
+++ b/server/parser/configparser.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*  configparser.c - Read and parse config files
  *
  *  This code is based on the fragments from the eurephia project.
@@ -5,20 +6,6 @@
  *  GPLv2 Copyright (C) 2009
  *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 58/86] rteval: Replace GPL license notice with SPDX tag in configparser.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (56 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 59/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.c Eder Zulian
                   ` (27 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in configparser.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/configparser.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/configparser.h b/server/parser/configparser.h
index 54a904b..033ae26 100644
--- a/server/parser/configparser.h
+++ b/server/parser/configparser.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*  configparser.h - Read and parse config files
  *
  *  This code is based on the fragments from the eurephia project.
@@ -5,20 +6,6 @@
  *  GPLv2 Copyright (C) 2009
  *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 59/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (57 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 60/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.h Eder Zulian
                   ` (26 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_nullsafe.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_nullsafe.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_nullsafe.c b/server/parser/eurephia_nullsafe.c
index e6dad0e..5abda69 100644
--- a/server/parser/eurephia_nullsafe.c
+++ b/server/parser/eurephia_nullsafe.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* eurephia_nullsafe.c
  *
  *  standard C string functions, which is made NULL safe by checking
@@ -8,20 +9,6 @@
  *  GPLv2 only - Copyright (C) 2009
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 60/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (58 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 61/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.c Eder Zulian
                   ` (25 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_nullsafe.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_nullsafe.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_nullsafe.h b/server/parser/eurephia_nullsafe.h
index e0b2f32..00e6188 100644
--- a/server/parser/eurephia_nullsafe.h
+++ b/server/parser/eurephia_nullsafe.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /* eurephia_nullsafe.h
  *
  *  standard C string functions, which is made NULL safe by checking
@@ -8,20 +9,6 @@
  *  GPLv2 only - Copyright (C) 2008, 2009
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 61/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (59 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 62/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.h Eder Zulian
                   ` (24 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_values.c | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/server/parser/eurephia_values.c b/server/parser/eurephia_values.c
index 6112cbd..8f3645a 100644
--- a/server/parser/eurephia_values.c
+++ b/server/parser/eurephia_values.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* eurephia_values.c  --  Generic interface for processing key->value pairs
  *
  * This version is modified to work outside the eurephia project.
@@ -5,19 +6,6 @@
  *  GPLv2 only - Copyright (C) 2008
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 62/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (60 preceding siblings ...)
  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 ` 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
                   ` (23 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_values.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_values.h b/server/parser/eurephia_values.h
index c63eb4c..0daba4a 100644
--- a/server/parser/eurephia_values.h
+++ b/server/parser/eurephia_values.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /* eurephia_values.h  --  Generic interface for processing key->value pairs
  *
  * This version is modified to work outside the eurephia project.
@@ -5,20 +6,6 @@
  *  GPLv2 only - Copyright (C) 2008
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 63/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values_struct.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (61 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 64/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.c Eder Zulian
                   ` (22 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values_struct.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_values_struct.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_values_struct.h b/server/parser/eurephia_values_struct.h
index 7eb8b74..6ea530a 100644
--- a/server/parser/eurephia_values_struct.h
+++ b/server/parser/eurephia_values_struct.h
@@ -1,22 +1,9 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /* eurephia_values.h  --  eurephiaVALUES struct typedef
  *
  *  GPLv2 only - Copyright (C) 2008
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 64/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (62 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 65/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.h Eder Zulian
                   ` (21 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_xml.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_xml.c | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_xml.c b/server/parser/eurephia_xml.c
index c8c389e..0679956 100644
--- a/server/parser/eurephia_xml.c
+++ b/server/parser/eurephia_xml.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /* eurephia_xml.c  --  Generic helper functions for XML parsing
  *
  * This version is modified to work outside the eurephia project.
@@ -5,20 +6,6 @@
  *  GPLv2 only - Copyright (C) 2008, 2009
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 65/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (63 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 66/86] rteval: Replace GPL license notice with SPDX tag in log.c Eder Zulian
                   ` (20 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_xml.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/eurephia_xml.h | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/eurephia_xml.h b/server/parser/eurephia_xml.h
index dea72eb..7bfffe8 100644
--- a/server/parser/eurephia_xml.h
+++ b/server/parser/eurephia_xml.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /* eurephia_xml.h  --  Generic helper functions for XML parsing
  *
  * This version is modified to work outside the eurephia project.
@@ -5,20 +6,6 @@
  *  GPLv2 only - Copyright (C) 2008
  *               David Sommerseth <dazo@users.sourceforge.net>
  *
- *  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; version 2
- *  of the License.
- *
- *  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.
- *
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 66/86] rteval: Replace GPL license notice with SPDX tag in log.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (64 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 67/86] rteval: Replace GPL license notice with SPDX tag in log.h Eder Zulian
                   ` (19 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in log.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/log.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/log.c b/server/parser/log.c
index 4d1de16..9a21326 100644
--- a/server/parser/log.c
+++ b/server/parser/log.c
@@ -1,14 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 67/86] rteval: Replace GPL license notice with SPDX tag in log.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (65 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 68/86] rteval: Replace GPL license notice with SPDX tag in parsethread.c Eder Zulian
                   ` (18 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in log.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/log.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/log.h b/server/parser/log.h
index 1dda0a6..deeb784 100644
--- a/server/parser/log.h
+++ b/server/parser/log.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 68/86] rteval: Replace GPL license notice with SPDX tag in parsethread.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (66 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 69/86] rteval: Replace GPL license notice with SPDX tag in parsethread.h Eder Zulian
                   ` (17 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in parsethread.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/parsethread.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/parsethread.c b/server/parser/parsethread.c
index 8a40427..b327e2d 100644
--- a/server/parser/parsethread.c
+++ b/server/parser/parsethread.c
@@ -1,14 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 69/86] rteval: Replace GPL license notice with SPDX tag in parsethread.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (67 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 70/86] rteval: Replace GPL license notice with SPDX tag in pgsql.c Eder Zulian
                   ` (16 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in parsethread.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/parsethread.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/parsethread.h b/server/parser/parsethread.h
index 66e8524..90eb658 100644
--- a/server/parser/parsethread.h
+++ b/server/parser/parsethread.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 70/86] rteval: Replace GPL license notice with SPDX tag in pgsql.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (68 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 71/86] rteval: Replace GPL license notice with SPDX tag in pgsql.h Eder Zulian
                   ` (15 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in pgsql.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/pgsql.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/pgsql.c b/server/parser/pgsql.c
index adf97c9..5492d02 100644
--- a/server/parser/pgsql.c
+++ b/server/parser/pgsql.c
@@ -1,14 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 71/86] rteval: Replace GPL license notice with SPDX tag in pgsql.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (69 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 72/86] rteval: Replace GPL license notice with SPDX tag in rteval-parserd.c Eder Zulian
                   ` (14 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in pgsql.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/pgsql.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h
index e122b5e..d8be135 100644
--- a/server/parser/pgsql.h
+++ b/server/parser/pgsql.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 72/86] rteval: Replace GPL license notice with SPDX tag in rteval-parserd.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (70 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 73/86] rteval: Replace GPL license notice with SPDX tag in statuses.h Eder Zulian
                   ` (13 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in rteval-parserd.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/rteval-parserd.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/rteval-parserd.c b/server/parser/rteval-parserd.c
index 58bfb0e..7aba85d 100644
--- a/server/parser/rteval-parserd.c
+++ b/server/parser/rteval-parserd.c
@@ -1,14 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 73/86] rteval: Replace GPL license notice with SPDX tag in statuses.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (71 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 74/86] rteval: Replace GPL license notice with SPDX tag in threadinfo.h Eder Zulian
                   ` (12 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in statuses.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/statuses.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/statuses.h b/server/parser/statuses.h
index 0ac0ac6..a1beef6 100644
--- a/server/parser/statuses.h
+++ b/server/parser/statuses.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 74/86] rteval: Replace GPL license notice with SPDX tag in threadinfo.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (72 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 75/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.c Eder Zulian
                   ` (11 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in threadinfo.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/threadinfo.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/threadinfo.h b/server/parser/threadinfo.h
index d007e9f..53c4e7d 100644
--- a/server/parser/threadinfo.h
+++ b/server/parser/threadinfo.h
@@ -1,14 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 75/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.c
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (73 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 76/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.h Eder Zulian
                   ` (10 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.c.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/xmlparser.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/xmlparser.c b/server/parser/xmlparser.c
index 2971600..1ea7377 100644
--- a/server/parser/xmlparser.c
+++ b/server/parser/xmlparser.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
@@ -6,14 +7,6 @@
  * Parses summary.xml reports from rteval into a standardised XML format
  * which is useful when putting data into a database.
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 76/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.h
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (74 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 77/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.xsl Eder Zulian
                   ` (9 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.h.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/xmlparser.h | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/server/parser/xmlparser.h b/server/parser/xmlparser.h
index cd7eb63..1aa3977 100644
--- a/server/parser/xmlparser.h
+++ b/server/parser/xmlparser.h
@@ -1,17 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2009 Red Hat Inc.
  *
  * David Sommerseth <davids@redhat.com>
  *
  *
- * This application 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; version 2.
- *
- * This application 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.
  */
 
 /**
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 77/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.xsl
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (75 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 78/86] rteval: Replace GPL license notice with SPDX tag in remove_rtevalrun Eder Zulian
                   ` (8 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.xsl.

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 server/parser/xmlparser.xsl | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/server/parser/xmlparser.xsl b/server/parser/xmlparser.xsl
index 58f2d15..ddef1cc 100644
--- a/server/parser/xmlparser.xsl
+++ b/server/parser/xmlparser.xsl
@@ -1,23 +1,10 @@
 <?xml version="1.0"?>
+<!-- SPDX-License-Identifier: GPL-2.0-only -->
 <!--
      *
      *  GPLv2 - Copyright (C) 2009
      *          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; version 2
-     *  of the License.
-     *
-     *  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.
-     *
 -->
 
 <xsl:stylesheet  version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 78/86] rteval: Replace GPL license notice with SPDX tag in remove_rtevalrun
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (76 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 79/86] rteval: Replace GPL license notice with SPDX tag in rteval_testserver.py Eder Zulian
                   ` (7 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in remove_rtevalrun.

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

diff --git a/server/remove_rtevalrun b/server/remove_rtevalrun
index 7d83f71..8772b33 100755
--- a/server/remove_rtevalrun
+++ b/server/remove_rtevalrun
@@ -1,4 +1,5 @@
 #!/usr/bin/python3 -tt
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   remove_rtevalrun
 #   A script intended to be run on the database server, which
@@ -6,26 +7,6 @@
 #
 #   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 sys
 import getpass
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 79/86] rteval: Replace GPL license notice with SPDX tag in rteval_testserver.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (77 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py Eder Zulian
                   ` (6 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/rteval_testserver.py b/server/rteval_testserver.py
index c7f9ce9..f141b52 100644
--- a/server/rteval_testserver.py
+++ b/server/rteval_testserver.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rteval_testserver.py
 #   Local XML-RPC test server.  Can be used to verify XML-RPC behavoiur
 #
 #   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 os
 import sys
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (78 preceding siblings ...)
  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
  2023-08-09 19:15 ` [PATCH 81/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.wsgi Eder Zulian
                   ` (5 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 81/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.wsgi
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (79 preceding siblings ...)
  2023-08-09 19:15 ` [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py Eder Zulian
@ 2023-08-09 19:15 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 82/86] rteval: Replace GPL license notice with SPDX tag in rtevaldb.py Eder Zulian
                   ` (4 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/rteval_xmlrpc.wsgi b/server/rteval_xmlrpc.wsgi
index 37f1665..1bf6661 100644
--- a/server/rteval_xmlrpc.wsgi
+++ b/server/rteval_xmlrpc.wsgi
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rteval_xmlrpc.wsgi
 #   XML-RPC handler for the rteval server, using mod_wsgi
 #
 #   Copyright 2011 - 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.
-#
 
 from wsgiref.simple_server import make_server
 import types
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 82/86] rteval: Replace GPL license notice with SPDX tag in rtevaldb.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (80 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 83/86] rteval: Replace GPL license notice with SPDX tag in testclient.py Eder Zulian
                   ` (3 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/rtevaldb.py b/server/rtevaldb.py
index c2478a3..b13c85b 100644
--- a/server/rtevaldb.py
+++ b/server/rtevaldb.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   rtevaldb.py
 #   Function for registering a rteval summary.xml report into the database
 #
 #   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 os
 from database import Database
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 83/86] rteval: Replace GPL license notice with SPDX tag in testclient.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (81 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 84/86] rteval: Replace GPL license notice with SPDX tag in testclient_sendreportfile Eder Zulian
                   ` (2 subsequent siblings)
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/testclient.py b/server/testclient.py
index 4a3cfd6..dc9745b 100644
--- a/server/testclient.py
+++ b/server/testclient.py
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   testclient.py
 #   XML-RPC test client for testing the supported XML-RPC API 
@@ -5,26 +6,6 @@
 #
 #   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 sys
 import libxml2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 84/86] rteval: Replace GPL license notice with SPDX tag in testclient_sendreportfile
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (82 preceding siblings ...)
  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 ` 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
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

Replace GPL boilerplate with SPDX-License-Identifier tag in testclient_sendreportfile.

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

diff --git a/server/testclient_sendreportfile b/server/testclient_sendreportfile
index dc69a19..5d3ed74 100755
--- a/server/testclient_sendreportfile
+++ b/server/testclient_sendreportfile
@@ -1,30 +1,11 @@
 #!/usr/bin/python3 -tt
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   testclient_sendfile.py
 #   XML-RPC test client which just sends an XML file to the given rteval server
 #
 #   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 sys
 import libxml2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 85/86] rteval: Replace GPL license notice with SPDX tag in xmlrpc_API1.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (83 preceding siblings ...)
  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 ` Eder Zulian
  2023-08-09 19:15 ` [PATCH 86/86] rteval: Replace GPL license notice with SPDX tag in unittest.py Eder Zulian
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

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

diff --git a/server/xmlrpc_API1.py b/server/xmlrpc_API1.py
index 0636d54..e2ad4ec 100644
--- a/server/xmlrpc_API1.py
+++ b/server/xmlrpc_API1.py
@@ -1,29 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
 #
 #   xmlrpc_API1.py
 #   XML-RPC functions supported by the API1 version for the rteval server
 #
 #   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 os
 import bz2
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

* [PATCH 86/86] rteval: Replace GPL license notice with SPDX tag in unittest.py
  2023-08-09 19:14 [PATCH 00/86] Use SPDX-License-Identifier tags Eder Zulian
                   ` (84 preceding siblings ...)
  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 ` Eder Zulian
  85 siblings, 0 replies; 87+ messages in thread
From: Eder Zulian @ 2023-08-09 19:15 UTC (permalink / raw)
  To: linux-rt-users; +Cc: jkacur, williams, ezulian

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

Signed-off-by: Eder Zulian <ezulian@redhat.com>
---
 unit-tests/unittest.py | 14 ++------------
 1 file changed, 2 insertions(+), 12 deletions(-)
 mode change 100755 => 100644 unit-tests/unittest.py

diff --git a/unit-tests/unittest.py b/unit-tests/unittest.py
old mode 100755
new mode 100644
index d4fe31e..a60af16
--- a/unit-tests/unittest.py
+++ b/unit-tests/unittest.py
@@ -1,16 +1,6 @@
 #!/usr/bin/env python3
-# Copyright (c) 2010 Red Hat, Inc. All rights reserved. This copyrighted material
-# is made available to anyone wishing to use, modify, copy, or
-# redistribute it subject to the terms and conditions of the GNU General
-# Public License v.2.
-#
-# 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.
+# SPDX-License-Identifier: GPL-2.0-only
+# Copyright (c) 2010 Red Hat, Inc. All rights reserved.
 #
 # Author: David Sommerseth <davids@redhat.com>
 #
-- 
2.39.3


^ permalink raw reply related	[flat|nested] 87+ messages in thread

end of thread, other threads:[~2023-08-09 19:28 UTC | newest]

Thread overview: 87+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py Eder Zulian
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

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).