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

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