From patchwork Wed Aug 9 19:14:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713132 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19190C001DE for ; Wed, 9 Aug 2023 19:18:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229837AbjHITSU (ORCPT ); Wed, 9 Aug 2023 15:18:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47936 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229586AbjHITSR (ORCPT ); Wed, 9 Aug 2023 15:18:17 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E219E3C21 for ; Wed, 9 Aug 2023 12:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608567; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jiT1dsU9b4JJJD4XDqYu+7xoY1r4grX6uWUKJ8GIXM8=; b=SkvrJuyyO5CZxOpKkVkCrnuLOKw3IkA3mokrLHgkpezXz6zhpjTG8LISWxsBjyL3qGRjhl Muv0YpPjxhvAqLrZlf70ZNB1v6LbmZL/gaLVdQcu3Z8/VErC2SzEl5tSrm9BN29mosXNLa Pdo+IFRnJOqGIVXDMBos37t/OpmI0NU= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-353-ymqIN3-3NnGdG4xv_5Lt_Q-1; Wed, 09 Aug 2023 15:16:05 -0400 X-MC-Unique: ymqIN3-3NnGdG4xv_5Lt_Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4BA4628EA6F4 for ; Wed, 9 Aug 2023 19:16:05 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5525840C125C; Wed, 9 Aug 2023 19:16:04 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 01/86] rteval: Add SPDX-License-Identifier tag to Makefile Date: Wed, 9 Aug 2023 21:14:23 +0200 Message-Id: <20230809191548.359938-2-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713102 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E7AD9C0015E for ; Wed, 9 Aug 2023 19:24:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233865AbjHITYj (ORCPT ); Wed, 9 Aug 2023 15:24:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45108 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233826AbjHITYY (ORCPT ); Wed, 9 Aug 2023 15:24:24 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6FA072686 for ; Wed, 9 Aug 2023 12:16:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608568; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zvwdr72oZief5P3kQVn6F23TPbdaJfzh8truNMHmi48=; b=g89wfC2eKsG2ENLFNX75XWT0EQIVG38TBvyC1N6FXLCzVJwE3u1NpOCYA2m+UHc4lCMs+X iN482XscWsl4Tf57B9pHUpPuczXOwkNo92jU327lDr2FojDCxb/izz8Bz6JppvrL7wJgeC 5RYrXLpRzt4hPebsgJTjGxuxuQA3IcY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-435-jPQCxPPkOzaKdzn1mr2g0g-1; Wed, 09 Aug 2023 15:16:06 -0400 X-MC-Unique: jPQCxPPkOzaKdzn1mr2g0g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8C40D8DC671 for ; Wed, 9 Aug 2023 19:16:06 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 96A2640C6E8A; Wed, 9 Aug 2023 19:16:05 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 02/86] rteval: Add SPDX-License-Identifier tag to stressng.py Date: Wed, 9 Aug 2023 21:14:24 +0200 Message-Id: <20230809191548.359938-3-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712285 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E4C5C001E0 for ; Wed, 9 Aug 2023 19:18:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229453AbjHITST (ORCPT ); Wed, 9 Aug 2023 15:18:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229478AbjHITSR (ORCPT ); Wed, 9 Aug 2023 15:18:17 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C675A2135 for ; Wed, 9 Aug 2023 12:16:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608570; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ixCicLe38EDQJiPUS5FQvkhVYzD2R5j/3u9B15/yGW4=; b=Tqapks8hWK63ErZU173WnlaufT9gpQ3KQspT/RKoq1R8dkojHRQAlnJcO9fv4jNXlTNc8m MZnPNnwVIHhQiTu2b6LEOONntBdGPKtEO657B9ZL6K6zstk+tVHcE5T0UrTyVKbtmwkf0v 67q405yfsqkc1JrgzLWe1X5sIKv4vwM= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-290-9zGjBVdtNmON0Mg2ukkhMQ-1; Wed, 09 Aug 2023 15:16:08 -0400 X-MC-Unique: 9zGjBVdtNmON0Mg2ukkhMQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BB19F3815EF9 for ; Wed, 9 Aug 2023 19:16:07 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id D5064400D700; Wed, 9 Aug 2023 19:16:06 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 03/86] rteval: Add SPDX-License-Identifier tag to rteval_dmi.xsl Date: Wed, 9 Aug 2023 21:14:25 +0200 Message-Id: <20230809191548.359938-4-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 @@ + From patchwork Wed Aug 9 19:14:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713106 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AD03C0015E for ; Wed, 9 Aug 2023 19:20:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232667AbjHITUV (ORCPT ); Wed, 9 Aug 2023 15:20:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56086 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231468AbjHITUU (ORCPT ); Wed, 9 Aug 2023 15:20:20 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70FE83C06 for ; Wed, 9 Aug 2023 12:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608761; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TlwYXcsBJ+pq3jf9+htqfrD3cVz/r2ZCzVWOTQcdxxM=; b=MchgVOzSTKQeV535xiUq6+7To2aclvkkM95KcaPNrnvznqTayjDlzv+ZzwEk1dGKH3QqeM SNi1xWOlEYUJUwD+lOoX4xZeaSTEDGjIUwbeWMU1pL4sV95V2/UZwDEbBOhvNJlrnH1H8Q adxlg8gjnxAF9wc0f/JNvaDqQW8yNpg= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-125-iAD_KEqyNiCb2eYbKE_AFA-1; Wed, 09 Aug 2023 15:16:09 -0400 X-MC-Unique: iAD_KEqyNiCb2eYbKE_AFA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5F2193C0C4B2 for ; Wed, 9 Aug 2023 19:16:09 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 70B7C40C6F4E; Wed, 9 Aug 2023 19:16:07 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 04/86] rteval: Add SPDX-License-Identifier tag to rteval_histogram_raw.xsl Date: Wed, 9 Aug 2023 21:14:26 +0200 Message-Id: <20230809191548.359938-5-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 @@ + From patchwork Wed Aug 9 19:14:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713133 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77E83C0015E for ; Wed, 9 Aug 2023 19:18:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229738AbjHITSS (ORCPT ); Wed, 9 Aug 2023 15:18:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229731AbjHITSQ (ORCPT ); Wed, 9 Aug 2023 15:18:16 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E7B32697 for ; Wed, 9 Aug 2023 12:16:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608572; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4fQ4DLXqVFdOSU9WyjG0aQkVDiLc8aa8D6QmlQ00x9M=; b=XPx/Ghz1wZcttPO53esUSDFshRWLDIrCZzYBZtTJZsjmdr/aZzIZqmGO34PkfWfTx9Sp7a X3PgowxfxZ9A+WaAucehz37wtT9+sWimP64XkyRJbr1xPL1yv774A1uV3pjVstXPY4fPjZ wukSEHedbk0RK4pHtkNAjqt5gAJXaXo= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-169-5BxY_8eXP4-dUxVA5WpZ5g-1; Wed, 09 Aug 2023 15:16:11 -0400 X-MC-Unique: 5BxY_8eXP4-dUxVA5WpZ5g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A14911C05133 for ; Wed, 9 Aug 2023 19:16:10 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id AB4FF40C6E8A; Wed, 9 Aug 2023 19:16:09 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 05/86] rteval: Add SPDX-License-Identifier tag to rteval_text.xsl Date: Wed, 9 Aug 2023 21:14:27 +0200 Message-Id: <20230809191548.359938-6-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 @@ + From patchwork Wed Aug 9 19:14:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712258 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48166C001E0 for ; Wed, 9 Aug 2023 19:20:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231671AbjHITUW (ORCPT ); Wed, 9 Aug 2023 15:20:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56158 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231468AbjHITUV (ORCPT ); Wed, 9 Aug 2023 15:20:21 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 51DF526B3 for ; Wed, 9 Aug 2023 12:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608764; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rFRdwr5/oPNZ/Kqd2YvFL6V5XD9KgT7KIlqpZjk9ZAk=; b=I9Vb9rDQuC7oahc3D4lzhhQZxdT3s9c19TV4Io3vTGJrTJntb6K1Rw8ZXXCIBdirv/qJK1 GTlb7qlCTeTwC/3kTfbKkqalSURPdT5nT7DAq0qkdFV1h/urfpOp4xHNadKSVHGztP8I4z x7idVKwhtuG+7iD2xZUHJgcLZdKmLww= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-319-_rdBvx5hPd-WHYp4t4hClA-1; Wed, 09 Aug 2023 15:16:12 -0400 X-MC-Unique: _rdBvx5hPd-WHYp4t4hClA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CA1C13C0C4B2 for ; Wed, 9 Aug 2023 19:16:11 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id EED8140C125C; Wed, 9 Aug 2023 19:16:10 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 06/86] rteval: Add SPDX-License-Identifier tag to cmdline.py Date: Wed, 9 Aug 2023 21:14:28 +0200 Message-Id: <20230809191548.359938-7-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712245 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CE5EC0015E for ; Wed, 9 Aug 2023 19:25:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233827AbjHITZ0 (ORCPT ); Wed, 9 Aug 2023 15:25:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234010AbjHITZM (ORCPT ); Wed, 9 Aug 2023 15:25:12 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28EE53585 for ; Wed, 9 Aug 2023 12:23:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608982; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0fP6ubdfLXyHV6N+/egsxFWkj9vymC4jc1u9QAXN7sY=; b=dd2/Lasu4xwjY6fsS+2kQz2ZWuL4nq9Ty0m3ehm61NVnnUXtlh5UtIWiWHKNvVOVd2cwrj GR4pAW1gZMSycICsBfsdQfTZfA/CGxBt8vxwmnm1b33juMsIzaD/JO79RJ5MCDnaaX8GIZ MrOB1chfnfwUXYfMOYStbISkLOJeA2M= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-397-qsBYBkwYOmWZMLElNe972Q-1; Wed, 09 Aug 2023 15:16:13 -0400 X-MC-Unique: qsBYBkwYOmWZMLElNe972Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 00FC428EA6EE for ; Wed, 9 Aug 2023 19:16:13 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1A4EF40C6E8A; Wed, 9 Aug 2023 19:16:11 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 07/86] rteval: Add SPDX-License-Identifier tag to newnet.py Date: Wed, 9 Aug 2023 21:14:29 +0200 Message-Id: <20230809191548.359938-8-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 X-Patchwork-Id: 713131 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F043C0015E for ; Wed, 9 Aug 2023 19:18:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230241AbjHITS0 (ORCPT ); Wed, 9 Aug 2023 15:18:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbjHITS0 (ORCPT ); Wed, 9 Aug 2023 15:18:26 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2C7226B8 for ; Wed, 9 Aug 2023 12:17:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608576; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1OIUx76/xrNRQbi68vPI43bwe3mIpCxsmaryYi7vIM4=; b=ck1SKHHQr5eBk9t890f3CbCiE+dnL3u7LalRzP1G5qJltwONG0eYW6XO+8as+8mOPLNBoP 6umlkZObuigr0MnTQDiWT7t03NCA2jkHiTIWJkeM7TRGN3NmTadBTYaopame2z4M87BcAM LR6G8IWuwDYV4qEV4mPPyqzsVTB1QYk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-596-5KLZEbX9NB6_ERY4-KHXuQ-1; Wed, 09 Aug 2023 15:16:14 -0400 X-MC-Unique: 5KLZEbX9NB6_ERY4-KHXuQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 36E61800CA6 for ; Wed, 9 Aug 2023 19:16:14 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 47A8240C6E8A; Wed, 9 Aug 2023 19:16:13 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 08/86] rteval: Add SPDX-License-Identifier tag to Logger.py Date: Wed, 9 Aug 2023 21:14:30 +0200 Message-Id: <20230809191548.359938-9-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713105 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 04F36C001DE for ; Wed, 9 Aug 2023 19:20:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233591AbjHITUk (ORCPT ); Wed, 9 Aug 2023 15:20:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56116 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233604AbjHITUj (ORCPT ); Wed, 9 Aug 2023 15:20:39 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43D7C213D for ; Wed, 9 Aug 2023 12:19:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jwWTO4rNPXeCTunS3ywusaMObIzly2fjqgunUnnr8Co=; b=c0pRX8kaIMXDgbV9K9GBOw8cCagIg+qU0k9n51yK/Dal+8KbThhshO2A12IiSlFXBoZyug ZG31u51VMelJjmcF2SqORvbBVxrFBOOvPDcVNPZ2psr5H3YYXqwfs/DTO8e7zvGEFEvjwr g45/Uw/dGiCEbKRGTewgP0L12F48Uyk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-261-009b-cVzOPeE1HxntaNs8Q-1; Wed, 09 Aug 2023 15:16:15 -0400 X-MC-Unique: 009b-cVzOPeE1HxntaNs8Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 76D6385CCE2 for ; Wed, 9 Aug 2023 19:16:15 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7EDE940C125C; Wed, 9 Aug 2023 19:16:14 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 09/86] rteval: Add SPDX-License-Identifier tag to gen_config.sh Date: Wed, 9 Aug 2023 21:14:31 +0200 Message-Id: <20230809191548.359938-10-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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" From patchwork Wed Aug 9 19:14:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712254 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00E21C001E0 for ; Wed, 9 Aug 2023 19:24:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233885AbjHITYm (ORCPT ); Wed, 9 Aug 2023 15:24:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41598 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233840AbjHITY2 (ORCPT ); Wed, 9 Aug 2023 15:24:28 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E4E830E8 for ; Wed, 9 Aug 2023 12:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=E+HLlZJ0BtoORuBLlS6nEufqVZOd+8/5T64v7RxFBIM=; b=ZJYXwAknSCpiebWhYIBeS2BoMD4P/A4Z12fD1fKC9ttBNilunkgSBtvcZCLXl7GJ11BBTl 32k5w1CNUITwoxsVkULbOVgJELd+d0a7tQFsIqVAicOAsC9EftkknaGnVeX0pSenVE0Ldx jKQUGii3xFI0U+Pn8cQsp2p0eydrtJ8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-30-qqFxzOWJNFqnRDbcI1ID1A-1; Wed, 09 Aug 2023 15:16:17 -0400 X-MC-Unique: qqFxzOWJNFqnRDbcI1ID1A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A58AD801FA0 for ; Wed, 9 Aug 2023 19:16:16 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C069240BC780; Wed, 9 Aug 2023 19:16:15 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 10/86] rteval: Add SPDX-License-Identifier tag to delta-1.0_1.1.sql Date: Wed, 9 Aug 2023 21:14:32 +0200 Message-Id: <20230809191548.359938-11-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 ( From patchwork Wed Aug 9 19:14:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712252 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4F301C0015E for ; Wed, 9 Aug 2023 19:24:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233819AbjHITYx (ORCPT ); Wed, 9 Aug 2023 15:24:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44714 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233724AbjHITYh (ORCPT ); Wed, 9 Aug 2023 15:24:37 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA1BA30EA for ; Wed, 9 Aug 2023 12:17:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608579; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=AqZ2u4bseYisuposxnxeChrjAG3XyS8UrjV/w9j4ua0=; b=BgXHxDUCi1+DYhNcw7/26LAaXLE+KpMKqOfhaBUe2SarqPxlH0r0BvrhEBogBLHmhRtJgK NMrNXtfkJnUjeOpBV2nDOJbON+4i4R6rONTIBhgZVR+NqKEeYev0LslVKlF4H9ReJSVFfb moAUHtjT9ehDeENjMHHZBsEFo2n8dJc= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-86-mAHrIWmDNQeOCHUVgvMR1A-1; Wed, 09 Aug 2023 15:16:18 -0400 X-MC-Unique: mAHrIWmDNQeOCHUVgvMR1A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E18951C07240 for ; Wed, 9 Aug 2023 19:16:17 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id EF04840C6E8A; Wed, 9 Aug 2023 19:16:16 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 11/86] rteval: Add SPDX-License-Identifier tag to delta-1.1_1.2.sql Date: Wed, 9 Aug 2023 21:14:33 +0200 Message-Id: <20230809191548.359938-12-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713097 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55D0BC0015E for ; Wed, 9 Aug 2023 19:24:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233842AbjHITY4 (ORCPT ); Wed, 9 Aug 2023 15:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233909AbjHITYl (ORCPT ); Wed, 9 Aug 2023 15:24:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A43A73AB8 for ; Wed, 9 Aug 2023 12:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608580; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bHqFTM9X16PP4EnZW0kMu9EYj5hdHd6dU4nmZUyAVZE=; b=GsRRM9fT9U0LrjCcQevdy6rsHKcw5ZVQWYjsaZEBHIGRtwshNjmu0ao6IonklDqYQizLWe 8UybUDVuKeCW28j5wzB155Fc5sIDNeJy2zKEq5JClwsknSbI5Q9oUrKdOJelFisXcGwSq2 qBC2KpltnxQQ88/tVj2HFi5lLMnylog= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-184-IXexSO53MIGQxXhu7TJScw-1; Wed, 09 Aug 2023 15:16:19 -0400 X-MC-Unique: IXexSO53MIGQxXhu7TJScw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2D5BE101A5B9 for ; Wed, 9 Aug 2023 19:16:19 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 375C840C125C; Wed, 9 Aug 2023 19:16:18 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 12/86] rteval: Add SPDX-License-Identifier tag to delta-1.2_1.3.sql Date: Wed, 9 Aug 2023 21:14:34 +0200 Message-Id: <20230809191548.359938-13-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712284 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54BC5C001DE for ; Wed, 9 Aug 2023 19:18:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229586AbjHITSY (ORCPT ); Wed, 9 Aug 2023 15:18:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58560 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbjHITSY (ORCPT ); Wed, 9 Aug 2023 15:18:24 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5ECD54200 for ; Wed, 9 Aug 2023 12:17:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608581; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2AC1fUgQW+Us4rnKHEfGpyn8nJ0V5mqOqoeFs9llcf8=; b=ELU7YQ4183eSaozQW/sv7Fqmr5RGQUhzG/zSO+NJP3tKgEkPPQ/He8+NonFlDjlfANnmIi p4Xs5QgI/FrsqzUIHg9dmraaUeVpvetNPR3xww4/54adF6Pv+iQZyE8py8Cy9YpMQZSzst /wKkgRPnUp7OrqUoKiCPG2q1KGku7lw= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-658-1WfYVhBRMv-540OdSfctxQ-1; Wed, 09 Aug 2023 15:16:20 -0400 X-MC-Unique: 1WfYVhBRMv-540OdSfctxQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5682E185A78F for ; Wed, 9 Aug 2023 19:16:20 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7265E40BC780; Wed, 9 Aug 2023 19:16:19 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 13/86] rteval: Add SPDX-License-Identifier tag to delta-1.3_1.4.sql Date: Wed, 9 Aug 2023 21:14:35 +0200 Message-Id: <20230809191548.359938-14-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713122 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85169C001DE for ; Wed, 9 Aug 2023 19:18:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232164AbjHITSk (ORCPT ); Wed, 9 Aug 2023 15:18:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38338 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232373AbjHITSj (ORCPT ); Wed, 9 Aug 2023 15:18:39 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 697DE3ABD for ; Wed, 9 Aug 2023 12:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608583; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dE+fgBVCvy8rmjmzzir+PHF83UzcSButdWpSvSo6Drs=; b=FuUgwcO3uVfIzI+5ItvQDxKqHuLjQ5usmuucBPccWq0DLFvsfEOaqKXM653lBl8ox4DWSS t5m18oBHOj/Jmh/T07QvgcDgHXA4i6BDpyfMDfnNTlTezXetRp53j05UoTAHqhwKmPv17o zOfbJOYvYQC7+WbBUJyd+VkuYmu4pKY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-217-7SvhMDJuMMO7NjRZs1uj7g-1; Wed, 09 Aug 2023 15:16:21 -0400 X-MC-Unique: 7SvhMDJuMMO7NjRZs1uj7g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 8F86B185A791 for ; Wed, 9 Aug 2023 19:16:21 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9FC2040C6F4E; Wed, 9 Aug 2023 19:16:20 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 14/86] rteval: Add SPDX-License-Identifier tag to delta-1.4_1.5.sql Date: Wed, 9 Aug 2023 21:14:36 +0200 Message-Id: <20230809191548.359938-15-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713130 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E2C12C0015E for ; Wed, 9 Aug 2023 19:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231389AbjHITS2 (ORCPT ); Wed, 9 Aug 2023 15:18:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229612AbjHITS1 (ORCPT ); Wed, 9 Aug 2023 15:18:27 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 433803C3F for ; Wed, 9 Aug 2023 12:17:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608584; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2xum7f46s9b/AoBRRUE4e72zGz1fWUBV2fn5hCbVHQc=; b=DIdsfIhe2MtJXFj/VYp52OyLf5hkQBxwILQBY2VWEPbcfH4bDQLofgN0SvYuM2zHrxQinG eB0X9NZxBs8szq0b0wVD2vvSy+L6tucEj78eRbcFpEOnwpsiZUeX6T/IfeOFYGhazdgNV5 VWhueQeQhOac/LriD9Q3x8uinoIp5dk= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-96-D838Taw2NICtihsIJqI4ww-1; Wed, 09 Aug 2023 15:16:23 -0400 X-MC-Unique: D838Taw2NICtihsIJqI4ww-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CC15B3815EF4 for ; Wed, 9 Aug 2023 19:16:22 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id DBFCA40C6E8A; Wed, 9 Aug 2023 19:16:21 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 15/86] rteval: Add SPDX-License-Identifier tag to rteval-1.0.sql Date: Wed, 9 Aug 2023 21:14:37 +0200 Message-Id: <20230809191548.359938-16-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713104 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B4D7C0015E for ; Wed, 9 Aug 2023 19:24:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233564AbjHITYV (ORCPT ); Wed, 9 Aug 2023 15:24:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44650 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233721AbjHITYH (ORCPT ); Wed, 9 Aug 2023 15:24:07 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 190834226 for ; Wed, 9 Aug 2023 12:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608585; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NY0Dr+reKtAnYa3Sh9KQI35fSAbEyqdkqVowlWl1GQY=; b=DZ3lHO40Fc8srKFPoM0zxg3KePAuu+NNGOKZKQFYDlAZ2N4foa4WSUUHLmtoG91fauT9Kh l0zcJWht2fGvFlnzGWrBTeDOwBZrxMfm393bkOWNJHwIXU5nOVXnaAxF84KcwKvwACAwQi 3qQ2Qdmue1lz+3VLzNaHitfAqM5+8hw= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-166-9XqpShH3MiORtRZxK1rkUQ-1; Wed, 09 Aug 2023 15:16:24 -0400 X-MC-Unique: 9XqpShH3MiORtRZxK1rkUQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 174F728EA6F5 for ; Wed, 9 Aug 2023 19:16:24 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 201BE40C125C; Wed, 9 Aug 2023 19:16:22 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 16/86] rteval: Add SPDX-License-Identifier tag to rteval-1.1.sql Date: Wed, 9 Aug 2023 21:14:38 +0200 Message-Id: <20230809191548.359938-17-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713099 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE720C04FDF for ; Wed, 9 Aug 2023 19:24:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233901AbjHITYy (ORCPT ); Wed, 9 Aug 2023 15:24:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45216 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233824AbjHITYk (ORCPT ); Wed, 9 Aug 2023 15:24:40 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ADD4D30DF for ; Wed, 9 Aug 2023 12:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608586; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NZklHc8R2V0jLqD/pTI7WUfmFvsqeaHa8cFrhPSUKV8=; b=CxlfrnDrGA5D/rM3HKJvHrwyz5bs86Aq81TztSfjfmpIXVYykaFaarQvMbUHrK5VOidaU5 gg//Nk9hVQ5w6lwbX+hD6a8ifLFyuoTdDHTap1ecIk2u547oDylwKAeMju1hPi2P0mWjAH ICuyfgjFoAoB6uFS0efhyHaTgQySAnE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-639-Gb1AD2EPPFm_Kx9A4My6WA-1; Wed, 09 Aug 2023 15:16:25 -0400 X-MC-Unique: Gb1AD2EPPFm_Kx9A4My6WA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 462FF823D60 for ; Wed, 9 Aug 2023 19:16:25 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5F25540C6E8A; Wed, 9 Aug 2023 19:16:24 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 17/86] rteval: Add SPDX-License-Identifier tag to rteval-1.2.sql Date: Wed, 9 Aug 2023 21:14:39 +0200 Message-Id: <20230809191548.359938-18-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712253 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 95F9EC001E0 for ; Wed, 9 Aug 2023 19:24:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233937AbjHITYv (ORCPT ); Wed, 9 Aug 2023 15:24:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233790AbjHITYh (ORCPT ); Wed, 9 Aug 2023 15:24:37 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A53CB2710 for ; Wed, 9 Aug 2023 12:17:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608588; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+fdonMY9dEo+HoDx99Q9Hza9LfN1uo8VZXq9+/fqKcQ=; b=ZiNYAskW/sEuKGubB6M+B0A+4Oqx+WmlhNXLVRgW8jAdGtiEyb07YKZ2QbA6xKRW5cf9pm XIv2uDLI8XBVhYYOm0UELI5DtsjhUonegnlbP0Vn1NfRkgXzHcJ1x6ECNSur3kqsA0ip8i c5W7KZZt86plv2T/hSBtz5kdu5unWnk= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-487-SL_6TBzFO46EH9P4Iml9Lw-1; Wed, 09 Aug 2023 15:16:27 -0400 X-MC-Unique: SL_6TBzFO46EH9P4Iml9Lw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7A8CD185A7AC for ; Wed, 9 Aug 2023 19:16:26 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D18D40C6E8A; Wed, 9 Aug 2023 19:16:25 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 18/86] rteval: Add SPDX-License-Identifier tag to rteval-1.3.sql Date: Wed, 9 Aug 2023 21:14:40 +0200 Message-Id: <20230809191548.359938-19-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712247 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A41BC001DE for ; Wed, 9 Aug 2023 19:25:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233846AbjHITZA (ORCPT ); Wed, 9 Aug 2023 15:25:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233924AbjHITYp (ORCPT ); Wed, 9 Aug 2023 15:24:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EF577422B for ; Wed, 9 Aug 2023 12:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608589; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jesMlIpqwqsdOVBuH8tUHM5tXcaMDYYREecTii5qcg0=; b=hj8UJF8P9JWb4WeJKMptYMVhfFf/bLNKcupGk0mdKxbTuCopa4tZ3yox1EF6f+3H2aAQvC WuOVag5s8NbCiJ74oemaI8SjKb0IriMBlPracqSMrtBDSMR72ha50Bfisppq7FnIVRUrIO EQXqWFrz4RL66M73YzZvtqR89VpIUjc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-549-_zLX-_6FPQKzZq-4VrGJPQ-1; Wed, 09 Aug 2023 15:16:28 -0400 X-MC-Unique: _zLX-_6FPQKzZq-4VrGJPQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B6588185A791 for ; Wed, 9 Aug 2023 19:16:27 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C619440C6E8A; Wed, 9 Aug 2023 19:16:26 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 19/86] rteval: Add SPDX-License-Identifier tag to rteval-1.4.sql Date: Wed, 9 Aug 2023 21:14:41 +0200 Message-Id: <20230809191548.359938-20-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712251 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 94BA6C001E0 for ; Wed, 9 Aug 2023 19:24:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233884AbjHITYy (ORCPT ); Wed, 9 Aug 2023 15:24:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233827AbjHITYk (ORCPT ); Wed, 9 Aug 2023 15:24:40 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEEC630FC for ; Wed, 9 Aug 2023 12:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608590; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UTXwN3+t/8Si4aqqBpgDgv92HYN7ZwA/Nw5Px3ldWm4=; b=VdsbKVmk6PMZupdasqo05Nms8Z0R6hKEqSqmajYnM0+FZhcLAuvcdYZiQN1Cl0+FCbDx+m h7qDZewzqR2pd3bz7N4sNSsrfvMSeRjYsyo2AcT3iCdpUjd4G4Cs/JS9OwbYW9jKKpWpE0 was6rGKRQwbkxgbtNj4Io05JP1CM7ME= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-502-OmoiWh-eOfmeIJWW3bpGZw-1; Wed, 09 Aug 2023 15:16:29 -0400 X-MC-Unique: OmoiWh-eOfmeIJWW3bpGZw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E80768DC666 for ; Wed, 9 Aug 2023 19:16:28 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 07DC640C6E8A; Wed, 9 Aug 2023 19:16:27 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 20/86] rteval: Add SPDX-License-Identifier tag to rteval-1.5.sql Date: Wed, 9 Aug 2023 21:14:42 +0200 Message-Id: <20230809191548.359938-21-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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'; From patchwork Wed Aug 9 19:14:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712283 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C505C001DE for ; Wed, 9 Aug 2023 19:18:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230036AbjHITS1 (ORCPT ); Wed, 9 Aug 2023 15:18:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbjHITS0 (ORCPT ); Wed, 9 Aug 2023 15:18:26 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91CAD30DE for ; Wed, 9 Aug 2023 12:17:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608591; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=149hPjijtkCZll34ZAAQt/7+q6vvsdPPZxuvJO//YM8=; b=XB6kWF0PUanf8hTuAOX+aJk+hYhhGRnGlnCWgfACxIpgMOStjDS1iof+J29IhUah3HD7kk MnAhvbiA7/nBhQCdd5xdhmp5GaC7I3H8XyG7uHpshPAxb1RyoA095Fxi/oMkdpoJOvvpBS aHlSWycp9WGWVOLlOykhf/QJobF0IW0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-344-rgU510-0P0eDTuTYYp05Dg-1; Wed, 09 Aug 2023 15:16:30 -0400 X-MC-Unique: rgU510-0P0eDTuTYYp05Dg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 287828DC666 for ; Wed, 9 Aug 2023 19:16:30 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3E76440C125C; Wed, 9 Aug 2023 19:16:29 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 21/86] rteval: Add SPDX-License-Identifier tag to unittest.py Date: Wed, 9 Aug 2023 21:14:43 +0200 Message-Id: <20230809191548.359938-22-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713094 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 086F6C0015E for ; Wed, 9 Aug 2023 19:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233853AbjHITZD (ORCPT ); Wed, 9 Aug 2023 15:25:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233692AbjHITYq (ORCPT ); Wed, 9 Aug 2023 15:24:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D827930E2 for ; Wed, 9 Aug 2023 12:17:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608593; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Az3KD3+HTJt6nT9ygTbdP8C/gVYtMwqkp8jjW0KuUFE=; b=e/OKiuylCx1S7aPH6X6mycSlnetRgO4QhYK15Hd1ObJZtGSWPjBIhsRsaoQPb4wmG2kSeu CxbUFVxTq6vBfFlMogSnireP7t2sSitK2FwlZ3ZgcTAPlEptP46fXE47u96gAvATPU25YP pZsCbFe8b+N6WEbB5gASCWGXNJpGL54= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-595-0p697kdNMIG7uJ_chPZ2DA-1; Wed, 09 Aug 2023 15:16:31 -0400 X-MC-Unique: 0p697kdNMIG7uJ_chPZ2DA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 590D2857A84 for ; Wed, 9 Aug 2023 19:16:31 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6EA6640C6E8A; Wed, 9 Aug 2023 19:16:30 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 22/86] rteval: Add SPDX-License-Identifier tag to setup.py Date: Wed, 9 Aug 2023 21:14:44 +0200 Message-Id: <20230809191548.359938-23-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org 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 --- 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 From patchwork Wed Aug 9 19:14:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712255 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id F33ACC001DE for ; Wed, 9 Aug 2023 19:24:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233773AbjHITYf (ORCPT ); Wed, 9 Aug 2023 15:24:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233765AbjHITYU (ORCPT ); Wed, 9 Aug 2023 15:24:20 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 511A230F3 for ; Wed, 9 Aug 2023 12:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608594; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gGkbwqU3GQwpwm7WzOUBWhWWcfZTYRM/APnfHyI+Wuw=; b=bT5HGMUYx7hUeFDScuXm8wYyougdn1/n0dZWXLecBes/4OP7bDpnXBUd/nuMnnWSpSirEM uJyW1+TN5ZFjI72NoMmb7OjKhslMBYqy9PoopL24EYsUG1DFF8hyJCuV5GQ/oJ5ZyKAKCj Ah1uUB3uNN+fzvgtUmKJjadFSWG3iVs= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-6-FBMvRgdMPPOXh-5dhZDFcQ-1; Wed, 09 Aug 2023 15:16:32 -0400 X-MC-Unique: FBMvRgdMPPOXh-5dhZDFcQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92F30101AA61 for ; Wed, 9 Aug 2023 19:16:32 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id A178140C125C; Wed, 9 Aug 2023 19:16:31 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 23/86] rteval: Replace GPL license notice with SPDX tag in rteval-cmd Date: Wed, 9 Aug 2023 21:14:45 +0200 Message-Id: <20230809191548.359938-24-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rteval-cmd. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 Raphaël Beamonte # -# 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 From patchwork Wed Aug 9 19:14:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712280 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BF81BC41513 for ; Wed, 9 Aug 2023 19:18:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231779AbjHITSd (ORCPT ); Wed, 9 Aug 2023 15:18:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbjHITSa (ORCPT ); Wed, 9 Aug 2023 15:18:30 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E2742358C for ; Wed, 9 Aug 2023 12:17:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608601; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DB2G1bgCW4k/qNulrzwMsUtE9On1psxssZZGBLkFHas=; b=ap+2LY/4yx8ILEQYtYHVhvjWkqtDdu7EQWZ60Rtrk4GcxsuMQKFiQyICJ2TyTg3oR17z19 v8Ysy7fcdmouz5pDLIGlUbwC/xoy597fxdP3bUu4ovhWwBaMiPGLZuODQuyxYbdRkw4z2A ly2iOle3m2eyJ1LN6HgPEZ4+Yn5gzOE= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-445-BG89MJsmPlGM0IsM7H4PZA-1; Wed, 09 Aug 2023 15:16:38 -0400 X-MC-Unique: BG89MJsmPlGM0IsM7H4PZA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CBF17805951 for ; Wed, 9 Aug 2023 19:16:33 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id DED6240BC780; Wed, 9 Aug 2023 19:16:32 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 24/86] rteval: Replace GPL license notice with SPDX tag in Log.py Date: Wed, 9 Aug 2023 21:14:46 +0200 Message-Id: <20230809191548.359938-25-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in Log.py. Signed-off-by: Eder Zulian --- 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 # -# 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 patchwork Wed Aug 9 19:14:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712256 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6187EC0015E for ; Wed, 9 Aug 2023 19:24:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233866AbjHITYZ (ORCPT ); Wed, 9 Aug 2023 15:24:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233827AbjHITYL (ORCPT ); Wed, 9 Aug 2023 15:24:11 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 354E330F0 for ; Wed, 9 Aug 2023 12:17:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608596; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VqTrcVca3ZOby//hMTXLpFwCGKRi3EpnHGTd5edsWlo=; b=VLSxQLIQ9TSGiyMxjqxJXS/fwoIo4fgxvi3gmCZ3gmzEn9jkXEd1Eh5c+Bm7Avgnl5qpaw 5KadzizKibw1QWkgcylnq6R6Iez8QNFn7wqSTCFGFCbydVoGcWWjogbwTYMkKhkgnDdZnI MPb/EObfWD3RjqVw9pJ0KwUx/Pa8bx4= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-444-ZZtaZ4fmPCGMybm6OVGtrg-1; Wed, 09 Aug 2023 15:16:35 -0400 X-MC-Unique: ZZtaZ4fmPCGMybm6OVGtrg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 14DEC3815EF5 for ; Wed, 9 Aug 2023 19:16:35 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2173040C6F4E; Wed, 9 Aug 2023 19:16:33 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 25/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Date: Wed, 9 Aug 2023 21:14:47 +0200 Message-Id: <20230809191548.359938-26-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in __init__.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # -# 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. From patchwork Wed Aug 9 19:14:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712278 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7AEDC001E0 for ; Wed, 9 Aug 2023 19:18:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232312AbjHITSg (ORCPT ); Wed, 9 Aug 2023 15:18:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231682AbjHITSc (ORCPT ); Wed, 9 Aug 2023 15:18:32 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35D9E421A for ; Wed, 9 Aug 2023 12:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=NRbkWQsQDoZhf9dOyvh6zb/21XkhCV2rMlwz+TCiDs8=; b=LUb4HaO8S7cNmaXldUrAfKennwC8jamaGu+he+OG7biklymGtQ/uManqmkZRTe+qrbFExj KPcrz/oaa7ERV8z0M8iNQ4rX14qeJueMyQrd1MHufpo1gNWgvspIsWQY8HRo/bx4KZMPKn WnzG3BkvGT0E8vHokFeVIo0RqFv55/4= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-553-IJur5ITlOSOOjdQ5YlTPNA-1; Wed, 09 Aug 2023 15:16:37 -0400 X-MC-Unique: IJur5ITlOSOOjdQ5YlTPNA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 56EA43C0C881 for ; Wed, 9 Aug 2023 19:16:36 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 607DD40C6E8A; Wed, 9 Aug 2023 19:16:35 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 26/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Date: Wed, 9 Aug 2023 21:14:48 +0200 Message-Id: <20230809191548.359938-27-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in __init__.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:14:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713096 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4ED6C04FE0 for ; Wed, 9 Aug 2023 19:24:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233848AbjHITY5 (ORCPT ); Wed, 9 Aug 2023 15:24:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233644AbjHITYl (ORCPT ); Wed, 9 Aug 2023 15:24:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB17335A7 for ; Wed, 9 Aug 2023 12:17:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608599; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jmwt8CQ7UOj3S1b/BTvr3zz8JKROkNUWqvARWNF1nt4=; b=Xyw07hqT34MhwLbPUEuf/QqK0hFi77snkFtVAmOnKfrdio8dN/HRFbxq8ozuW7ZMzkQEvv RPjX187eL4h4LRdds+o/sfqjOvwhgzMsLJT2y+3TmZWaZXh6cpZy8kNLUD2zYN8wEvD6SN 4wvXf8EIkvyprB9zsI+bCP3X+fYRyv0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-454-GJzZoVeNNkePk46oJkQ2oA-1; Wed, 09 Aug 2023 15:16:38 -0400 X-MC-Unique: GJzZoVeNNkePk46oJkQ2oA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 92C9F823D60 for ; Wed, 9 Aug 2023 19:16:37 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id A296F40C125C; Wed, 9 Aug 2023 19:16:36 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 27/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Date: Wed, 9 Aug 2023 21:14:49 +0200 Message-Id: <20230809191548.359938-28-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in __init__.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713124 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35AF2C04FDF for ; Wed, 9 Aug 2023 19:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232443AbjHITSh (ORCPT ); Wed, 9 Aug 2023 15:18:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232164AbjHITSe (ORCPT ); Wed, 9 Aug 2023 15:18:34 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 455A435B6 for ; Wed, 9 Aug 2023 12:17:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608600; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ubjBWJZ9Qe/DoO/zgT+usalikji8ccv3chuP6wd2ISM=; b=DbKdesxbewD+yS/b6c0aNsyOTDbOvhr5NOwoRSOlODTf+tYxiTPoABeOnXORI1ztAoSjs4 XnVQu5DXufVQBEup5Ts1UwMF1Uy/5WC9QHovbRFVdTX2/bC41hrvTzWYWQYOgQie07KZ+c A9FJ0ERPA7eu2Ak7oq8I9sRBlg7JQtc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-119-1l0oIQAcOZe2NWOEOqT9qQ-1; Wed, 09 Aug 2023 15:16:39 -0400 X-MC-Unique: 1l0oIQAcOZe2NWOEOqT9qQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CD85C85CCE7 for ; Wed, 9 Aug 2023 19:16:38 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id DC59540C6F4E; Wed, 9 Aug 2023 19:16:37 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 28/86] rteval: Replace GPL license notice with SPDX tag in hackbench.py Date: Wed, 9 Aug 2023 21:14:50 +0200 Message-Id: <20230809191548.359938-29-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in hackbench.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:51 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713098 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 132FDC04FE0 for ; Wed, 9 Aug 2023 19:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233836AbjHITYz (ORCPT ); Wed, 9 Aug 2023 15:24:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233831AbjHITYk (ORCPT ); Wed, 9 Aug 2023 15:24:40 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFD1930FD for ; Wed, 9 Aug 2023 12:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608601; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=R3J7zsVsdBf5SkDzIogMjFuT6skVyNqC8eI0DdddJ5E=; b=WTU2jZ3jm0rA1IiK+8V+6GvVSaOR7GzcYwtFsIQkfJaVNNc7C0e9rXoO/nQg/aSHtaDv1o E980zY4N/yQMpVwxzYOLm09LPL8/qHNH+d69xaYJR+DxXtY4WfINPyr3CscOL2vLxDP/VW NLgiEcRiHfOS89ClAIVsV1uVzq5ViRg= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-110-PUIDFPFlOTyeJ-7pYqR-sA-1; Wed, 09 Aug 2023 15:16:40 -0400 X-MC-Unique: PUIDFPFlOTyeJ-7pYqR-sA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 09B141C07259 for ; Wed, 9 Aug 2023 19:16:40 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 215D540C125C; Wed, 9 Aug 2023 19:16:38 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 29/86] rteval: Replace GPL license notice with SPDX tag in kcompile.py Date: Wed, 9 Aug 2023 21:14:51 +0200 Message-Id: <20230809191548.359938-30-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in kcompile.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # Copyright 2014 - 2017 Clark Williams # -# 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 From patchwork Wed Aug 9 19:14:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713129 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 14E8BC001E0 for ; Wed, 9 Aug 2023 19:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231238AbjHITSb (ORCPT ); Wed, 9 Aug 2023 15:18:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231276AbjHITS2 (ORCPT ); Wed, 9 Aug 2023 15:18:28 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B71DD2D61 for ; Wed, 9 Aug 2023 12:17:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608602; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=nvYW8+nWCXhQxbKljrOV/URp6lnnN+VDrAoL5z70tRg=; b=VBgsWkV5goJ7uoVjlBK+kkKrSCD2BhuPlA7M+PwloigDfkhNGWRtMTTsRS0BfGDEA0myNE C6vBuVzpjOmzneOOBoxIhmiZ8m/jrkI9m0KNOdWXhzQDQVTVpbf2JujWmSxcS8CE+Jfqyb a4PxOYmppIZBlS41pEmr4tS9BOFoFBY= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-68-g_2u97tbO76tC5aX_XRSUg-1; Wed, 09 Aug 2023 15:16:41 -0400 X-MC-Unique: g_2u97tbO76tC5aX_XRSUg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 4322F3C01C2E for ; Wed, 9 Aug 2023 19:16:41 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 538B240BC780; Wed, 9 Aug 2023 19:16:40 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 30/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Date: Wed, 9 Aug 2023 21:14:52 +0200 Message-Id: <20230809191548.359938-31-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in __init__.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:14:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713101 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E6B1C0015E for ; Wed, 9 Aug 2023 19:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233786AbjHITYu (ORCPT ); Wed, 9 Aug 2023 15:24:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233785AbjHITYg (ORCPT ); Wed, 9 Aug 2023 15:24:36 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 87C863A8B for ; Wed, 9 Aug 2023 12:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608604; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=bxvJSTGkAmhyrGTmbcTFhBmt0kPIMeaSd69+ZHdIz9c=; b=FBqEj4FmhGCqp8JlhvdNv2hrpSq3+3/qaGzkgIRr2qQ5D+3HpNEzIKaTHj0vvfJOde3rrG AWzZDzCVEShII9RPnj1vLzALS1pFAzlV1LdWGrWd9P40ZGwuOxQcgqQZSWtfjBZqZE13B6 Vd2EDs2ENxlKs+NvRWz2n38MyQC2hmc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-465-J_50JPjWMG2RQy1c7-SHzQ-1; Wed, 09 Aug 2023 15:16:42 -0400 X-MC-Unique: J_50JPjWMG2RQy1c7-SHzQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7D90980CC49 for ; Wed, 9 Aug 2023 19:16:42 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8D9FE40BC71B; Wed, 9 Aug 2023 19:16:41 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 31/86] rteval: Replace GPL license notice with SPDX tag in cyclictest.py Date: Wed, 9 Aug 2023 21:14:53 +0200 Message-Id: <20230809191548.359938-32-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in cyclictest.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713125 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 309F7C04FE0 for ; Wed, 9 Aug 2023 19:18:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231424AbjHITSg (ORCPT ); Wed, 9 Aug 2023 15:18:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231932AbjHITSe (ORCPT ); Wed, 9 Aug 2023 15:18:34 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EB7E4209 for ; Wed, 9 Aug 2023 12:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zAPFyEXqICjZ487S1hJ9cAYvoVjR5WbOSHnkrW4tkeM=; b=T6iGpHCLBCtTs9jDXGGKGXz8xE6KIymlp0xSIDZGPeXlzLnvtGReZJbiwU5dOFZeRANQz7 GIS3QBMYRqUm5XoJFAO3NH3MJ7hbpm6JOA+Eo0r6pLAnC6UIqy0BXgY/4AP3DNJmYsY5UE jZp5bUgA0A3Rr1l79cC7uz07ADAzlRs= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-248-3RKOIclTMs2pFUTHeMl7sQ-1; Wed, 09 Aug 2023 15:16:44 -0400 X-MC-Unique: 3RKOIclTMs2pFUTHeMl7sQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id C7107857A84 for ; Wed, 9 Aug 2023 19:16:43 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C66E140D2839; Wed, 9 Aug 2023 19:16:42 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 32/86] rteval: Replace GPL license notice with SPDX tag in sysstat.py Date: Wed, 9 Aug 2023 21:14:54 +0200 Message-Id: <20230809191548.359938-33-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in sysstat.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:14:55 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712272 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5569EC04A94 for ; Wed, 9 Aug 2023 19:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233379AbjHITSr (ORCPT ); Wed, 9 Aug 2023 15:18:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38354 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233113AbjHITSo (ORCPT ); Wed, 9 Aug 2023 15:18:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DCB12D7D for ; Wed, 9 Aug 2023 12:17:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608606; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=O0IwHnfxrOdYmEctvy5Ra6KRsxvrOEtE9XC5HvEweJU=; b=KtRb/Dt9KjL15+7NfdRCybMCqYjRvEC4cq6/2+E1+56hXQDBz0wIsnlMuMZZE84aCbNYkD q/ghsOE/dnba6Y2f9EnMsjz0NGdzZPKKRf7QmafUlv/bcr0Riy+tRTSzhZXSbbHwZ5GYCk 5j/VWwG3vUtFZVdrWWhdC4tKy5b5ceg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-157-OkyVXIDONy-Q-F-kWit08A-1; Wed, 09 Aug 2023 15:16:45 -0400 X-MC-Unique: OkyVXIDONy-Q-F-kWit08A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 08BA9801CF3 for ; Wed, 9 Aug 2023 19:16:45 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1AE6A40D2839; Wed, 9 Aug 2023 19:16:43 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 33/86] rteval: Replace GPL license notice with SPDX tag in rtevalConfig.py Date: Wed, 9 Aug 2023 21:14:55 +0200 Message-Id: <20230809191548.359938-34-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevalConfig.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009,2010 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712281 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8937DC0015E for ; Wed, 9 Aug 2023 19:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230227AbjHITSc (ORCPT ); Wed, 9 Aug 2023 15:18:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230517AbjHITSa (ORCPT ); Wed, 9 Aug 2023 15:18:30 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4493E359B for ; Wed, 9 Aug 2023 12:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608607; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=4rr0f7DDoUZuHIVOHjSUS7gtAEWHtVDY61uk8tMGHm8=; b=IKsdpy1e9QFxfGZCGKqVqaZHPeS6rdgELAvVUexBX+YxYPjiU1qBoeXh9CRy6JKGPu/SEH 4wB5tKDVtaYhO06qVfEKa35Zhz8EWN16Rk2kbc3tkr1wMBWmxwwMItb+5Cqm1u6fvwvLzI tusOsD/U3oDyyzJG54K/26c2zy6B0k4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-279-vqNzSPdONoyqBv0RBpktBg-1; Wed, 09 Aug 2023 15:16:46 -0400 X-MC-Unique: vqNzSPdONoyqBv0RBpktBg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3B8428DC671 for ; Wed, 9 Aug 2023 19:16:46 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5139040D2839; Wed, 9 Aug 2023 19:16:45 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 34/86] rteval: Replace GPL license notice with SPDX tag in rtevalMailer.py Date: Wed, 9 Aug 2023 21:14:56 +0200 Message-Id: <20230809191548.359938-35-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevalMailer.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:14:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712279 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5CD3FC04A94 for ; Wed, 9 Aug 2023 19:18:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231743AbjHITSe (ORCPT ); Wed, 9 Aug 2023 15:18:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbjHITSb (ORCPT ); Wed, 9 Aug 2023 15:18:31 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 689F9420E for ; Wed, 9 Aug 2023 12:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608609; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=UF+dgnEybvLMJJJP3hX71VYne7KD1Xede+/riCnIxA0=; b=C0lJy4Ycx2hCaTzBzlsaqv8AgiAMCU4erv960v3wAzDIZM7PWBgbbsEoNjUqOqxqodBL5H +r+b+HJdJCnrWzjq4eikY/wlBgLzxUCufYUSnIix1HdOHnV5nMjLDb2EgYEX44QaUHxxbv I4i5XRJZBsObd/+IT7bziXjiIbJoYaM= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-gN8iqv4cP8WOun5cvub9Zg-1; Wed, 09 Aug 2023 15:16:47 -0400 X-MC-Unique: gN8iqv4cP8WOun5cvub9Zg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7266E28EA6E4 for ; Wed, 9 Aug 2023 19:16:47 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8560F40D2839; Wed, 9 Aug 2023 19:16:46 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 35/86] rteval: Replace GPL license notice with SPDX tag in rtevalReport.py Date: Wed, 9 Aug 2023 21:14:57 +0200 Message-Id: <20230809191548.359938-36-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevalReport.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713127 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CF9AFC001DE for ; Wed, 9 Aug 2023 19:18:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231135AbjHITSd (ORCPT ); Wed, 9 Aug 2023 15:18:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45940 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231426AbjHITSb (ORCPT ); Wed, 9 Aug 2023 15:18:31 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32CDB4227 for ; Wed, 9 Aug 2023 12:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608610; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ixt+CRaGxZqDP9Q+xPxchBqJWhHuL4j73/zu4NO25o4=; b=YaCPhjdTHHXzFArGtMnadY+hVJrf+85JSGqHt7pQ7cPtkpfJi99ErRUTDXqWHQSCBC3Ki+ zj3EweHUjeN4E4PU7MNgnWQWT5nwHj3itUBIXDkzB2FeGM1l/0eg4CotSZOPq3WrdMVmeh Pmz0tUtIpHTgm78yXeEnmycschO13/E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-574-Ewu0zrT9PNO7EjIuPQbPNw-1; Wed, 09 Aug 2023 15:16:49 -0400 X-MC-Unique: Ewu0zrT9PNO7EjIuPQbPNw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B5D068019DC for ; Wed, 9 Aug 2023 19:16:48 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id BC94D40D2839; Wed, 9 Aug 2023 19:16:47 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 36/86] rteval: Replace GPL license notice with SPDX tag in rtevalXMLRPC.py Date: Wed, 9 Aug 2023 21:14:58 +0200 Message-Id: <20230809191548.359938-37-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevalXMLRPC.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:14:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713126 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2FD0DC0015E for ; Wed, 9 Aug 2023 19:18:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232250AbjHITSf (ORCPT ); Wed, 9 Aug 2023 15:18:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38484 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231377AbjHITSc (ORCPT ); Wed, 9 Aug 2023 15:18:32 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7FA64218 for ; Wed, 9 Aug 2023 12:17:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608611; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t1/g7lSxiKRthnYfDkvJ9cPRA/7iT8Hp5ScsRvlxD1Y=; b=IkDUCV7t8gU4XWJS1PtGeBthLmGYdA5Q9N6XoXV3FIL64rWFc28+hdZ2TAI4FG/8Cv9o2E xHjfsHhsxVBjIoX5r9WiIfMWExzeCCsCfh27ACM0w9AKh6kJipLZE066oe7GXp4kO8XMRn eYt6goAlr3LkT6YE/A3sxPeN/WXxam8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-591-sF_HgMy1P6O-xpZSkHydxQ-1; Wed, 09 Aug 2023 15:16:50 -0400 X-MC-Unique: sF_HgMy1P6O-xpZSkHydxQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id F3E9F185A78F for ; Wed, 9 Aug 2023 19:16:49 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D3B940D2839; Wed, 9 Aug 2023 19:16:48 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 37/86] rteval: Replace GPL license notice with SPDX tag in rtevalclient.py Date: Wed, 9 Aug 2023 21:14:59 +0200 Message-Id: <20230809191548.359938-38-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevalclient.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712248 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5BC8C04FE2 for ; Wed, 9 Aug 2023 19:24:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233993AbjHITY6 (ORCPT ); Wed, 9 Aug 2023 15:24:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233839AbjHITYl (ORCPT ); Wed, 9 Aug 2023 15:24:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0A6A2719 for ; Wed, 9 Aug 2023 12:17:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608613; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Ysa+b80vO0nc0FS5pg85SiHp2ygCnDsxY0306kQxK4s=; b=BMLkqytKUu+esGZKVkrY9LXoElJvEhUtVqKlrUhBeEPckW43/zCcQh/nJuPhxZCGkc0dZf KTx79rpCf2kyQg04ZJj9tDTiOuJquzL1RxX8JHT3Igu6EKNvvzs3614Z2FRdbO6wJSBZ5y 36bWW65A0ef45GRiW2ky4hMQdAq69SY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-684-EFyOMLWYP8ijVgxbJ_MV1w-1; Wed, 09 Aug 2023 15:16:51 -0400 X-MC-Unique: EFyOMLWYP8ijVgxbJ_MV1w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3C3FE185A78F for ; Wed, 9 Aug 2023 19:16:51 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4B5E540D2839; Wed, 9 Aug 2023 19:16:50 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 38/86] rteval: Replace GPL license notice with SPDX tag in __init__.py Date: Wed, 9 Aug 2023 21:15:00 +0200 Message-Id: <20230809191548.359938-39-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in __init__.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:15:01 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712282 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A4A7C001DE for ; Wed, 9 Aug 2023 19:18:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231216AbjHITSa (ORCPT ); Wed, 9 Aug 2023 15:18:30 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58222 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231238AbjHITS2 (ORCPT ); Wed, 9 Aug 2023 15:18:28 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42961421B for ; Wed, 9 Aug 2023 12:17:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608614; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WtR8gaEOEeOuNYOD3XyhGTxztSQbhEbHtQZNU3hlgQE=; b=HYQ5Lhvch9Mtfv36CsP2ERJPgWr05yKnQ8TGoS64zP/ml/4P46K0Czy+sO+NR7Cwl6YbTQ bIXrhA2dwMftaCh6kbmPZFKlmxwJnIDFj2di9MK2Z6i6qf2306SRQjaw/4UN0Gd1tmMRqG KgDFwhTCqr4EjIjKpSSGzWPibEPJk2g= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-493-kG9bSI2cOg-UeF_NaDxWbA-1; Wed, 09 Aug 2023 15:16:52 -0400 X-MC-Unique: kG9bSI2cOg-UeF_NaDxWbA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7A8083815EF5 for ; Wed, 9 Aug 2023 19:16:52 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 84B5940D2839; Wed, 9 Aug 2023 19:16:51 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 39/86] rteval: Replace GPL license notice with SPDX tag in cputopology.py Date: Wed, 9 Aug 2023 21:15:01 +0200 Message-Id: <20230809191548.359938-40-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in cputopology.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:02 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713100 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4918BC001DE for ; Wed, 9 Aug 2023 19:24:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233538AbjHITYw (ORCPT ); Wed, 9 Aug 2023 15:24:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41534 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233616AbjHITYg (ORCPT ); Wed, 9 Aug 2023 15:24:36 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C489D1724 for ; Wed, 9 Aug 2023 12:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608615; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rQI4YYjIMHqrjMvZQJyS/x5LQcl0UmF61ZpQL03aiYc=; b=RNqI1pke3zS7mJAqA3tM+uAsYpRItcqRNjLumQ+XeiSrUbB4G+9v+fZPYOVpq8FdEAmJMP VoM2CfLgSFy4g3KT3PWZ9l4Oup4uPPH6I5iHncTBZl1JLWCIy89R5WCx04tR1pfJKdxsj3 l+dKC4/Kajx9TJOEVVNbcjemAwccFr4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-639-I3AL4iWgOF-MbM9AycxO3Q-1; Wed, 09 Aug 2023 15:16:54 -0400 X-MC-Unique: I3AL4iWgOF-MbM9AycxO3Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B0A778DC665 for ; Wed, 9 Aug 2023 19:16:53 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C4B1740D2839; Wed, 9 Aug 2023 19:16:52 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 40/86] rteval: Replace GPL license notice with SPDX tag in dmi.py Date: Wed, 9 Aug 2023 21:15:02 +0200 Message-Id: <20230809191548.359938-41-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in dmi.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # Copyright 2022 John Kacur # -# 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 From patchwork Wed Aug 9 19:15:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713128 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 47277C04FDF for ; Wed, 9 Aug 2023 19:18:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230517AbjHITSc (ORCPT ); Wed, 9 Aug 2023 15:18:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38552 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231135AbjHITSa (ORCPT ); Wed, 9 Aug 2023 15:18:30 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6CCB44228 for ; Wed, 9 Aug 2023 12:17:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608616; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=cXfqqQImG4B3CduvqLDD6jPeZ1rx/D4Yeo6Bz9hSEi4=; b=Gtb6nIWft59qgC4Wkuthjl0FQmcqz2QTjK/U+oh6a1iQksL/2l3Iqym4e2VBydxR7wb2+X S35IHfEASMzp9Bfx1S5FsFQ+BU6au55aSZGgFPmvsmoOlvVzb2zWnFF4C78The1KXu98Vy 3D71XumEtMpRH12CIBmXrN1bG4lQizY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-164--MIs_zhQOGib55VptNkNMQ-1; Wed, 09 Aug 2023 15:16:55 -0400 X-MC-Unique: -MIs_zhQOGib55VptNkNMQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E4E95185A793 for ; Wed, 9 Aug 2023 19:16:54 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0733D40D2839; Wed, 9 Aug 2023 19:16:53 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 41/86] rteval: Replace GPL license notice with SPDX tag in kernel.py Date: Wed, 9 Aug 2023 21:15:03 +0200 Message-Id: <20230809191548.359938-42-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in kernel.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # Copyright 2012 - 2013 Raphaël Beamonte # -# 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 From patchwork Wed Aug 9 19:15:04 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713123 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 44CAFC001E0 for ; Wed, 9 Aug 2023 19:18:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232396AbjHITSi (ORCPT ); Wed, 9 Aug 2023 15:18:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232013AbjHITSh (ORCPT ); Wed, 9 Aug 2023 15:18:37 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E7A33A88 for ; Wed, 9 Aug 2023 12:17:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Jl6rFrrRpnOYy21WhY6pNV3ZpHRvdToMFtc608j9AkY=; b=Se2pLMmuyys16ou5svJXRwaHeHu7zyENO6ogipQpY7NHKGhstsTc27BuijXQjaWu4scLHo 0M3f5dot+1Fq5GtDFotD9HowNJYdUZK4fvWBttwiJq+pvY/z9gltp0oswgO9WjjXkyz0SK mNnYN6GO5FeohAASnxmnA84xvdjJ/GA= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-304-EiRtFa2uMj2DxOhqHm24Ww-1; Wed, 09 Aug 2023 15:16:56 -0400 X-MC-Unique: EiRtFa2uMj2DxOhqHm24Ww-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2623428EA6F8 for ; Wed, 9 Aug 2023 19:16:56 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3628C40D2839; Wed, 9 Aug 2023 19:16:55 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 42/86] rteval: Replace GPL license notice with SPDX tag in memory.py Date: Wed, 9 Aug 2023 21:15:04 +0200 Message-Id: <20230809191548.359938-43-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in memory.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:15:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712277 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5145C001DE for ; Wed, 9 Aug 2023 19:18:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232144AbjHITSh (ORCPT ); Wed, 9 Aug 2023 15:18:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46206 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231726AbjHITSe (ORCPT ); Wed, 9 Aug 2023 15:18:34 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 574E22D4D for ; Wed, 9 Aug 2023 12:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608619; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KPWBX1mDeyJ7hFVUMyUqpDi9xyaN88IYCmUZqh+Ja3A=; b=bHztKroeh+OgsBErg2I1PoM2GZ94LIbyTgIpLr5FhuoLaBkaHdAdVdB5sZsi+P2zaKjuNG PcElbitm3nYMeIh3LRj6HSbe24MWr1Qt/wTg4eR+TDQCMaaQOekhTKytFWAmcY71OHOUJG wq4PMGUfeN0zGjQvX/Noig4GDBWelmA= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-115-vDx7gNmxPu-bUCqZ3O5ijA-1; Wed, 09 Aug 2023 15:16:57 -0400 X-MC-Unique: vDx7gNmxPu-bUCqZ3O5ijA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 65C3B1C07240 for ; Wed, 9 Aug 2023 19:16:57 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6FCA340D2839; Wed, 9 Aug 2023 19:16:56 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 43/86] rteval: Replace GPL license notice with SPDX tag in osinfo.py Date: Wed, 9 Aug 2023 21:15:05 +0200 Message-Id: <20230809191548.359938-44-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in osinfo.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # -# 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 From patchwork Wed Aug 9 19:15:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712275 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A7F6C04FE0 for ; Wed, 9 Aug 2023 19:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232498AbjHITSk (ORCPT ); Wed, 9 Aug 2023 15:18:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232013AbjHITSj (ORCPT ); Wed, 9 Aug 2023 15:18:39 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0E9613A85 for ; Wed, 9 Aug 2023 12:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608620; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=SD7sH82PGzIozIxaXbQdGR56/bG2ENePSWgR8Xz8w9E=; b=es8dwDLuzBVmtRgH8H6hxzYLhKieVH8U2E4iivZIgBST9U4Su6tM64c35++YptWsxHsDgV 9J30EmhbtAhL0U6vYjal/V10cTcUAG3IeZrRVYiAKqljBu+O4/M9yvJ9x3qE6a78oYZbp0 Vgx4ynIkXtzNOkuM/hVI0aY14F1FP9U= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-114-uiZ9KXSWPy2b8LoVwpIUGQ-1; Wed, 09 Aug 2023 15:16:58 -0400 X-MC-Unique: uiZ9KXSWPy2b8LoVwpIUGQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A551C28EA6EE for ; Wed, 9 Aug 2023 19:16:58 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id B2D6040D2839; Wed, 9 Aug 2023 19:16:57 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 44/86] rteval: Replace GPL license notice with SPDX tag in services.py Date: Wed, 9 Aug 2023 21:15:06 +0200 Message-Id: <20230809191548.359938-45-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in services.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2009 - 2013 David Sommerseth # Copyright 2012 - 2013 Raphaël Beamonte # -# 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 From patchwork Wed Aug 9 19:15:07 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712250 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AEFE1C001DE for ; Wed, 9 Aug 2023 19:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233971AbjHITY4 (ORCPT ); Wed, 9 Aug 2023 15:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45068 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233907AbjHITYk (ORCPT ); Wed, 9 Aug 2023 15:24:40 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AB30D2D7F for ; Wed, 9 Aug 2023 12:17:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608638; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=i5cotUFGOCHqIy3vznQT/RZWXdqiZ9Z5mM1+bX6N/tE=; b=biroKuR6V0lojdtez9odg4HjXVnNIAx9PLBMVfKe39EmeJcVN2mKykJc51QgklNtevlQx9 23GBFRKMbBLHqu4Y4iJAz140drVOqiclIFqbXx2GKuPWVjEV96iJCNIqFhEl0ZIJ1VrtiU HTJYGtZJE1+aJIRzWfLBjoJqd2dT/mc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-596-m0BeQHI_POOedn7OSltvxg-1; Wed, 09 Aug 2023 15:17:16 -0400 X-MC-Unique: m0BeQHI_POOedn7OSltvxg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 496A3185A78B for ; Wed, 9 Aug 2023 19:17:16 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id F070E40D2839; Wed, 9 Aug 2023 19:16:58 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 45/86] rteval: Replace GPL license notice with SPDX tag in tools.py Date: Wed, 9 Aug 2023 21:15:07 +0200 Message-Id: <20230809191548.359938-46-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in tools.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712276 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2AA4C0015E for ; Wed, 9 Aug 2023 19:18:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231971AbjHITSi (ORCPT ); Wed, 9 Aug 2023 15:18:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36470 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232196AbjHITSf (ORCPT ); Wed, 9 Aug 2023 15:18:35 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 666253A9A for ; Wed, 9 Aug 2023 12:17:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608639; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=VxH04het41q+l00uW+VeFaZWlYMD+Rs9e6PpJ791LdQ=; b=XhPx9iJCE1oPO7z2/2rUpVLY4Q6FDSC5xuPV0tByPF6AC/fPsN85z+f2L7cxlcpcSQ5kVA 8hWIx00dGZ9EyKpd8T2ockIMQo6y+zwEtVetI+45NHl79dCeyVPRFHhW5/B55D1D2/G3uP +i8FB/FGs56rs5zthTtn4nZQ7DsUGKs= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-50-T174Tr_qODqsBYuRmHI7MA-1; Wed, 09 Aug 2023 15:17:17 -0400 X-MC-Unique: T174Tr_qODqsBYuRmHI7MA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7DEF4101A59C for ; Wed, 9 Aug 2023 19:17:17 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9141940C6F4E; Wed, 9 Aug 2023 19:17:16 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 46/86] rteval: Replace GPL license notice with SPDX tag in systopology.py Date: Wed, 9 Aug 2023 21:15:08 +0200 Message-Id: <20230809191548.359938-47-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in systopology.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2021 - John Kacur # -# 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 From patchwork Wed Aug 9 19:15:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712246 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 50AD8C001E0 for ; Wed, 9 Aug 2023 19:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233726AbjHITZE (ORCPT ); Wed, 9 Aug 2023 15:25:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230054AbjHITYq (ORCPT ); Wed, 9 Aug 2023 15:24:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D67983ABB for ; Wed, 9 Aug 2023 12:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608640; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=H7zcAH8y5wG/p+pCNzUkvqrzLpGUxuI7N9d2SB0S8Lo=; b=W7KeLXtYsAmGX82sUqg5D/4Ew2LxaglA28p7Go+eM29yRDcoo4jCCNRRapredBiMbtJgZg Jliz2d814cIwDOFhIa4sUISkcz2BymscipnDnyRjZD0ce7B9Z2Tf55MMGF5f+h9KQEkNeY KMJyZVdI/M2zVaKirWJ0zfYsYZmc+BM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-694-NCAtXSbSO3iM2NqqlzUKzA-1; Wed, 09 Aug 2023 15:17:19 -0400 X-MC-Unique: NCAtXSbSO3iM2NqqlzUKzA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B2C34101A5B9 for ; Wed, 9 Aug 2023 19:17:18 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C97B040C125C; Wed, 9 Aug 2023 19:17:17 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 47/86] rteval: Replace GPL license notice with SPDX tag in version.py Date: Wed, 9 Aug 2023 21:15:09 +0200 Message-Id: <20230809191548.359938-48-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in version.py. Signed-off-by: Eder Zulian --- 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 # Copyright 2012 - 2013 David Sommerseth # -# 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' From patchwork Wed Aug 9 19:15:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713093 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 15925C41513 for ; Wed, 9 Aug 2023 19:25:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233739AbjHITZF (ORCPT ); Wed, 9 Aug 2023 15:25:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60248 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233742AbjHITYt (ORCPT ); Wed, 9 Aug 2023 15:24:49 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F12293C05 for ; Wed, 9 Aug 2023 12:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=skaiiSUvkGW/vEYfI1fUWTXCmaC5/tl3olrNanE/WJ0=; b=PR9C4R6maooAG9FY8KZK5I1QbVoHwFrjn2lPJ2YXK1iC6pn0J3nCCtasHNqLho2BwwEkBQ QEMfMTMmHLNFmbeX4/fZCMdjcEf6bAmhGkldQ5msjIQE/E98WbU6XlTYW/FCsoahdtNbLZ +tq7Ua6secGmwb26lJD8sdFubHfKjN0= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-635-W8lLIJzcNhm6rbIZReUODQ-1; Wed, 09 Aug 2023 15:17:24 -0400 X-MC-Unique: W8lLIJzcNhm6rbIZReUODQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EF02585CCE4 for ; Wed, 9 Aug 2023 19:17:19 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0746140C6E8A; Wed, 9 Aug 2023 19:17:18 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 48/86] rteval: Replace GPL license notice with SPDX tag in xmlout.py Date: Wed, 9 Aug 2023 21:15:10 +0200 Message-Id: <20230809191548.359938-49-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in xmlout.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712257 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BFD65C001DE for ; Wed, 9 Aug 2023 19:24:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233725AbjHITYS (ORCPT ); Wed, 9 Aug 2023 15:24:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233726AbjHITYD (ORCPT ); Wed, 9 Aug 2023 15:24:03 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0926D3AB3 for ; Wed, 9 Aug 2023 12:17:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608642; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IoEfTzSNvJ25XxyMuDUv4aYkcLKJ/t24/kFK9miOV74=; b=PVCK79gtzIoNcR0tK6o3OIYoYV2rqVSVGn8ZdFLI42bLvDtaY+0AgHk9EhS7tpT1diaSr6 SyZI4kAi2Dh4eXZ/0kOQ7RhyLv3t94KBpnzWDg/Vo1MCnsTatWWqKR6RoDR8kxnwvovNOT Z9Zljkdk4bUWy2JHpm2432/sLXaLHMU= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-286-FmSJg1G1NOWqMolAkdrQNw-1; Wed, 09 Aug 2023 15:17:21 -0400 X-MC-Unique: FmSJg1G1NOWqMolAkdrQNw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3921D1C05133 for ; Wed, 9 Aug 2023 19:17:21 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 44CBF40C125C; Wed, 9 Aug 2023 19:17:20 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 49/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Date: Wed, 9 Aug 2023 21:15:11 +0200 Message-Id: <20230809191548.359938-50-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in Makefile.am. Signed-off-by: Eder Zulian --- 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 # -# 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 \ From patchwork Wed Aug 9 19:15:12 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712249 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C996AC04FDF for ; Wed, 9 Aug 2023 19:24:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231514AbjHITY5 (ORCPT ); Wed, 9 Aug 2023 15:24:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233666AbjHITYl (ORCPT ); Wed, 9 Aug 2023 15:24:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4EB53ABA for ; Wed, 9 Aug 2023 12:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608643; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kVGdecTfFtBpQb+188LzMp/slnD/1cSfZUkHfWckF/o=; b=L41CE2wm9mshZIA0hvp55ZRK8DKNAhno5RIlJCp3vjs+IxsaxjyFBGXymnUz7uv+oHdVnG nS6TbKthSBUYRrg+AaqE6mCHneeZ+2t08kYcg7jGYU4wFB6vKFKGpU589cJI4A+Gt6ZN9W rmx061j7FyOVTgNPQysYZsW9lvjl1J4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-631-wHZCEpYuPfuVzIDCIq1yng-1; Wed, 09 Aug 2023 15:17:22 -0400 X-MC-Unique: wHZCEpYuPfuVzIDCIq1yng-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 79FBB8015AA for ; Wed, 9 Aug 2023 19:17:22 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 85D0340BC780; Wed, 9 Aug 2023 19:17:21 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 50/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval-wsgi.conf.tpl Date: Wed, 9 Aug 2023 21:15:12 +0200 Message-Id: <20230809191548.359938-51-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in apache-rteval-wsgi.conf.tpl. Signed-off-by: Eder Zulian --- 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 # -# 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_} From patchwork Wed Aug 9 19:15:13 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713121 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8D3FC001E0 for ; Wed, 9 Aug 2023 19:18:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232964AbjHITSo (ORCPT ); Wed, 9 Aug 2023 15:18:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232373AbjHITSm (ORCPT ); Wed, 9 Aug 2023 15:18:42 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA9363C04 for ; Wed, 9 Aug 2023 12:17:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608645; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Fi+4RiWSvCXnv6/oKsYE0nUh/kv7p+t3zxov/F5Xa9Q=; b=EQPjfXMgVfzRFzqJH6TlZruRu27+rsgIvobEiJCiNosGimyM8nz6eWMtqGlBiIeDI6xTP4 +0wf//FyFhrYp6rgqgTSlPziKmlu3rkO89E1iyDl1tJDLw5kO9JEIEf8yESN3EyezDNG+f 4TSajWkcdbTChWq98YlaaxSoeQc4wBQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-693-vJIL3SycPfWJGWIhVCrn9w-1; Wed, 09 Aug 2023 15:17:24 -0400 X-MC-Unique: vJIL3SycPfWJGWIhVCrn9w-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id B71418015AA for ; Wed, 9 Aug 2023 19:17:23 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C30AA40C6F4E; Wed, 9 Aug 2023 19:17:22 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 51/86] rteval: Replace GPL license notice with SPDX tag in apache-rteval.conf.tpl Date: Wed, 9 Aug 2023 21:15:13 +0200 Message-Id: <20230809191548.359938-52-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in apache-rteval.conf.tpl. Signed-off-by: Eder Zulian --- 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 # -# 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. -# Options Indexes FollowSymLinks AllowOverride None From patchwork Wed Aug 9 19:15:14 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712274 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 552B6C0015E for ; Wed, 9 Aug 2023 19:18:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232532AbjHITSl (ORCPT ); Wed, 9 Aug 2023 15:18:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38464 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232373AbjHITSl (ORCPT ); Wed, 9 Aug 2023 15:18:41 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D86083C0B for ; Wed, 9 Aug 2023 12:17:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608646; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+XaEvygkBuSHYqs31tDXeBjgn9eF7GHOq4ExwhFlH0o=; b=V79BLf1j6CNDgyiqqygxIvFjjDx085aSUza8kO+bN6FWWfRH1lDNBu4OCiDlAyMHy3G4aY SMMGts3JnxbS82EWUTr/s6hVWTpWFf7TwvZvSf0PWfhuAU2nlmnQ2KzaBDEVGM0AspZGzw 8rBE9pUt1Nq5NXVHVs2ajPpcL6lkPMs= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-468-ES_CSndINGSyCfN3dUR50A-1; Wed, 09 Aug 2023 15:17:25 -0400 X-MC-Unique: ES_CSndINGSyCfN3dUR50A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 03B3881F46A for ; Wed, 9 Aug 2023 19:17:25 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0DB7240C6E8A; Wed, 9 Aug 2023 19:17:23 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 52/86] rteval: Replace GPL license notice with SPDX tag in configure.ac Date: Wed, 9 Aug 2023 21:15:14 +0200 Message-Id: <20230809191548.359938-53-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in configure.ac. Signed-off-by: Eder Zulian --- 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 # -# 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' From patchwork Wed Aug 9 19:15:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713103 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FB46C001DE for ; Wed, 9 Aug 2023 19:24:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233867AbjHITY0 (ORCPT ); Wed, 9 Aug 2023 15:24:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45282 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233666AbjHITYO (ORCPT ); Wed, 9 Aug 2023 15:24:14 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 396A43C13 for ; Wed, 9 Aug 2023 12:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608648; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dsLR2DysYIDFFzRM/Iu4LZqAnVdiru9XRftlVRkQcxI=; b=CYcPvEsoIhxb1m68tIXciUlpkzk5D7STwogTjAmyfB9Ken2UCzDEb1/E9Ge38i2EPFy/X8 At/Rz7f51nwjjvylIrg3agunmWgpk60v2k7Vgd42YhaDUWEqw3MEZqQ79oEvxQpaD7416z tZZd4oOoRn+RQ8iuN6QHVnYkKeZbVzY= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-636-psF2E8alNCKk2ubtq3rWTw-1; Wed, 09 Aug 2023 15:17:26 -0400 X-MC-Unique: psF2E8alNCKk2ubtq3rWTw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2E50928EA6F2 for ; Wed, 9 Aug 2023 19:17:26 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4A4C740C6E8A; Wed, 9 Aug 2023 19:17:25 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 53/86] rteval: Replace GPL license notice with SPDX tag in database.py Date: Wed, 9 Aug 2023 21:15:15 +0200 Message-Id: <20230809191548.359938-54-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in database.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712273 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 643B0C001DE for ; Wed, 9 Aug 2023 19:18:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233259AbjHITSp (ORCPT ); Wed, 9 Aug 2023 15:18:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232864AbjHITSo (ORCPT ); Wed, 9 Aug 2023 15:18:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5D7D3C15 for ; Wed, 9 Aug 2023 12:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608648; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6goQUgoly5L4xuj+/bNMW7qZH8EioEb3aI3Ow26i3Kc=; b=TBg9dgt3vIUvnhvYfagS4qosJc/VaPdb3hesEbFRVdAzLdoNG0EIyRe6XYP88sYYA5OlUj Yu7GwUizsbj0Bx7DG+qsmsN181Zp41tZ9ZDnY3lcxAcfI8cP9P0P2BdrefdAghKxuPo1v/ zF9fUtEJS72owNLiMffbe/CuVqsVByQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-252-YEpX03QCOYqaloniTgOhFg-1; Wed, 09 Aug 2023 15:17:27 -0400 X-MC-Unique: YEpX03QCOYqaloniTgOhFg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 53100185A794 for ; Wed, 9 Aug 2023 19:17:27 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 720DA40C125C; Wed, 9 Aug 2023 19:17:26 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 54/86] rteval: Replace GPL license notice with SPDX tag in Makefile.am Date: Wed, 9 Aug 2023 21:15:16 +0200 Message-Id: <20230809191548.359938-55-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in Makefile.am. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:17 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713120 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 303DBC0015E for ; Wed, 9 Aug 2023 19:18:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233059AbjHITSq (ORCPT ); Wed, 9 Aug 2023 15:18:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232877AbjHITSo (ORCPT ); Wed, 9 Aug 2023 15:18:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E401B4487 for ; Wed, 9 Aug 2023 12:17:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608650; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t4nOVBVDKf1HKhQUM4CTxpWv4x1L1QPrNCj8BsaiFyw=; b=OglDAjQM7bgWMcTmjfuFoNlrvdyMjhTPteQC52zhaD4BwTQi3vcQc35osPE/MjNCFmsoU8 28mwR/dJTTD2VWhVbEZAi8b/JVJFzhB9b31cYv47FCnZTGiefgcmF0DQcsNfHUPTD85eLk mVpeeO0oVK+zm8kF1mvX/JyclHvilmw= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-345-c5bCbZb5PVes1DC_9479AQ-1; Wed, 09 Aug 2023 15:17:28 -0400 X-MC-Unique: c5bCbZb5PVes1DC_9479AQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7E6FD3C0C881 for ; Wed, 9 Aug 2023 19:17:28 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9753F40BC780; Wed, 9 Aug 2023 19:17:27 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 55/86] rteval: Replace GPL license notice with SPDX tag in argparser.c Date: Wed, 9 Aug 2023 21:15:17 +0200 Message-Id: <20230809191548.359938-56-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in argparser.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:18 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712271 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89F73C04FDF for ; Wed, 9 Aug 2023 19:18:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233342AbjHITSs (ORCPT ); Wed, 9 Aug 2023 15:18:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45950 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232937AbjHITSp (ORCPT ); Wed, 9 Aug 2023 15:18:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 129E52139 for ; Wed, 9 Aug 2023 12:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608651; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TI6cf4J4vNLswJ4CIs3EsXgnO34PZwp+vGsln9G7nQU=; b=V5yCg5J3SR3x1NotSOPemajuIAfk618iblYKTTau+os/AgovQauKH5avf5EDdzCw+wmnSt h25sx6hxBsVN5yWmyv0AF3WyH68wOUunGV+dW0O9OJ9S+bsI/R6rye+TUbhqTDTUUj7RHz w1P7cSdJM/QDsiWJrtNfANPLE6uG3KM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-459-j011EVWPPtWeCTCyPjrtLQ-1; Wed, 09 Aug 2023 15:17:30 -0400 X-MC-Unique: j011EVWPPtWeCTCyPjrtLQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BBC6685CCE2 for ; Wed, 9 Aug 2023 19:17:29 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C844240C6F4E; Wed, 9 Aug 2023 19:17:28 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 56/86] rteval: Replace GPL license notice with SPDX tag in argparser.h Date: Wed, 9 Aug 2023 21:15:18 +0200 Message-Id: <20230809191548.359938-57-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in argparser.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:19 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713117 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id DDB89C001DE for ; Wed, 9 Aug 2023 19:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233481AbjHITSv (ORCPT ); Wed, 9 Aug 2023 15:18:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46740 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232673AbjHITSp (ORCPT ); Wed, 9 Aug 2023 15:18:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9AF9D2127 for ; Wed, 9 Aug 2023 12:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608652; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U9++SGIp0tatJ0x5BK+aIPvIWjgnaNEdwSYg2yREoSQ=; b=ZVVzuIncVdRjho+Uw8/6bC43n2Jxh+NsdyKeBbC9O6w2UpqLwgaYizM1ZvwzZEmyozSR9C sbOy+nI291Za2FbVezFbwP5BqyjjeEI1I9IBkE6df/qCtIgYCIbnJKwkh4ZYhTNhxwA9OI 4dKNEYJMqyw5OQyITJMLv9xgBdkeHi8= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-97-Oi66_7TeO4mjKfq71997Iw-1; Wed, 09 Aug 2023 15:17:31 -0400 X-MC-Unique: Oi66_7TeO4mjKfq71997Iw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0928985CCE6 for ; Wed, 9 Aug 2023 19:17:31 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1264140C125C; Wed, 9 Aug 2023 19:17:29 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 57/86] rteval: Replace GPL license notice with SPDX tag in configparser.c Date: Wed, 9 Aug 2023 21:15:19 +0200 Message-Id: <20230809191548.359938-58-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in configparser.c. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713090 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37F09C0015E for ; Wed, 9 Aug 2023 19:28:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233776AbjHIT2r (ORCPT ); Wed, 9 Aug 2023 15:28:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233781AbjHIT2r (ORCPT ); Wed, 9 Aug 2023 15:28:47 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4623A35A5 for ; Wed, 9 Aug 2023 12:18:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608681; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1WPlimGiKu8UPVvxMfhJCLcxsq/PiD3z9gswer1Z4yI=; b=Zjejc9QLBk0ATEYy8Zha2xJXHK3nzHDu9yiLVss6J7QV3bsZ/qagn49q7S3cMgQagLsY0e UQe1jja40X2m8RxVqbqc14/ybSLcbiLyf61/6UBMWparltuQWmBs54+43yFBHgbnlizn6Z fEEDEOIfEaK295tt8f5W8EQY20iC55o= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-532-45h2gjvCOL6Yh-vOsDvBtg-1; Wed, 09 Aug 2023 15:17:41 -0400 X-MC-Unique: 45h2gjvCOL6Yh-vOsDvBtg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 3E4133815EF5 for ; Wed, 9 Aug 2023 19:17:32 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5119940BC780; Wed, 9 Aug 2023 19:17:31 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 58/86] rteval: Replace GPL license notice with SPDX tag in configparser.h Date: Wed, 9 Aug 2023 21:15:20 +0200 Message-Id: <20230809191548.359938-59-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in configparser.h. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:21 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712269 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F9ADC001E0 for ; Wed, 9 Aug 2023 19:18:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233534AbjHITSw (ORCPT ); Wed, 9 Aug 2023 15:18:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233272AbjHITSq (ORCPT ); Wed, 9 Aug 2023 15:18:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EDB6F26AE for ; Wed, 9 Aug 2023 12:17:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608655; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=iDFSKwYjSmlXlZ6byl4aUe17VoVSmT+X7UizWRla3WQ=; b=Z2YcA+2ZVqBEQOR0GV4yyBPmaKSvFQICh/srVc+fJQERuKQI0njFOMzTfiXH2kvIG6NQWI uRLt8yM6eVE/WdByYbXqcEOM5em3JqOYpxpP/73Rpiwprw767doabNTNlGglhdnjZ4g+DO dDmUHO8gUnLJnoi1ny7qQVxhnBEgZKE= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-226-jLqipw18OBqlhIL5pxTROA-1; Wed, 09 Aug 2023 15:17:33 -0400 X-MC-Unique: jLqipw18OBqlhIL5pxTROA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7FC5F3C0C882 for ; Wed, 9 Aug 2023 19:17:33 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 88A1740C6F4E; Wed, 9 Aug 2023 19:17:32 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 59/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.c Date: Wed, 9 Aug 2023 21:15:21 +0200 Message-Id: <20230809191548.359938-60-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_nullsafe.c. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:22 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713115 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DE35C04FDF for ; Wed, 9 Aug 2023 19:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233502AbjHITS4 (ORCPT ); Wed, 9 Aug 2023 15:18:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233318AbjHITSr (ORCPT ); Wed, 9 Aug 2023 15:18:47 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD8B826BA for ; Wed, 9 Aug 2023 12:17:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608656; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=dGtkUf+p+x/XTWsjeaJdMSVeEnGF08SIGvNYOltfvbE=; b=Wpn1x2xu+XQ7jwavHYIJPtEQiY0X4+W4XW7Mp0Ps8j6c6htXYa8d1PugBoKQ9iyCzAbNqA KDYReAfN4OqLS7z17qdOOKWd545xqfpohkn6y+g9GyGO4R9AmS3wIKG2OYu4ixROF5OwBL wALfZg7g96h/DlvPU8VZyEW40VRHjCk= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-381-Gk0NE0C5MQK_9SejhqApFA-1; Wed, 09 Aug 2023 15:17:35 -0400 X-MC-Unique: Gk0NE0C5MQK_9SejhqApFA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BB8603815EF9 for ; Wed, 9 Aug 2023 19:17:34 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id CC5DE40C6F4E; Wed, 9 Aug 2023 19:17:33 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 60/86] rteval: Replace GPL license notice with SPDX tag in eurephia_nullsafe.h Date: Wed, 9 Aug 2023 21:15:22 +0200 Message-Id: <20230809191548.359938-61-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_nullsafe.h. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:23 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712267 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BBB2C001E0 for ; Wed, 9 Aug 2023 19:18:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233427AbjHITSz (ORCPT ); Wed, 9 Aug 2023 15:18:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46822 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233400AbjHITSs (ORCPT ); Wed, 9 Aug 2023 15:18:48 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 80A2326B3 for ; Wed, 9 Aug 2023 12:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608657; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=5QMsu0rAZBBTjIN7UHZyqk20hLYvIE9X76JYS44fiUY=; b=UWUl0jKiM9NWW1AXwG/lwGX3PhU6ywbEY30vK2AAKnavgVweT/ZkqrinvyqFHapl0+17iM eeP2FbBzhgszy7dmBAsVpf9Va35V9JmEJ0+xYMDa76rp1DkDOzlDW5BVDIdoBCCQGF+5B8 I+5Gjzkpfbt47bQeyevXXt486ac+al4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-212-xriJJZQ9OSOWRFVJ8j6tPw-1; Wed, 09 Aug 2023 15:17:36 -0400 X-MC-Unique: xriJJZQ9OSOWRFVJ8j6tPw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EF5068DC671 for ; Wed, 9 Aug 2023 19:17:35 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0D782400D700; Wed, 9 Aug 2023 19:17:34 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 61/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.c Date: Wed, 9 Aug 2023 21:15:23 +0200 Message-Id: <20230809191548.359938-62-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values.c. Signed-off-by: Eder Zulian --- 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 * - * 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. */ /** From patchwork Wed Aug 9 19:15:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713118 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4D9A3C04FE2 for ; Wed, 9 Aug 2023 19:18:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233421AbjHITSt (ORCPT ); Wed, 9 Aug 2023 15:18:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233060AbjHITSp (ORCPT ); Wed, 9 Aug 2023 15:18:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 95FD026BB for ; Wed, 9 Aug 2023 12:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608658; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=e69jkkVNkTnifAyY9NHrv9ay/m8GABEj10E4IVjGzYI=; b=U8jxp18ON4XtYEFPB+VgckgYPbmn0M0RzIKaaeXYNbnrAo4WdZJwzPE+3HKYMiPhfTz7hT xRVAVpdN7Dbo9vifrhk+9S0oETHnvf34K7uE1PKoQWmHJJ9IF81xu2dxZiM/GEsGsbfmaH LC1cXXTlS8wGdDXsl5KhbxLbEHsa444= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-53-vwgmLs7_PFGb0ypo0uEXfw-1; Wed, 09 Aug 2023 15:17:37 -0400 X-MC-Unique: vwgmLs7_PFGb0ypo0uEXfw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 36B5E3815EF9 for ; Wed, 9 Aug 2023 19:17:37 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4504440BC71C; Wed, 9 Aug 2023 19:17:36 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 62/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values.h Date: Wed, 9 Aug 2023 21:15:24 +0200 Message-Id: <20230809191548.359938-63-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values.h. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712270 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D163DC0015E for ; Wed, 9 Aug 2023 19:18:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233371AbjHITSu (ORCPT ); Wed, 9 Aug 2023 15:18:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46236 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233241AbjHITSp (ORCPT ); Wed, 9 Aug 2023 15:18:45 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 013E826B6 for ; Wed, 9 Aug 2023 12:17:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608660; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=xdilsvYVVZ1iur+GjTP103VbDMlHZZP/E1SDeLF4gw8=; b=IcnRCEK5TB3GwnENjpV8I+auKhWjZ6ZLx1lwqvCLy7FvZKjwBX6a7FfX1eFFWMuTjHZA5d vKkbPyfZpWR/BEB5iSepJ57si74m8YueBXT+aseGl4l4pMFdsP1e85TME6y7VreQI7hn1O jcm1FFqzZQ5+PLeAwtZsDxH6F/oPyrY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-660-Ws0lpxIrMMmDwCITSUo5iw-1; Wed, 09 Aug 2023 15:17:38 -0400 X-MC-Unique: Ws0lpxIrMMmDwCITSUo5iw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 71BCF185A793 for ; Wed, 9 Aug 2023 19:17:38 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7E68740C6F4E; Wed, 9 Aug 2023 19:17:37 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 63/86] rteval: Replace GPL license notice with SPDX tag in eurephia_values_struct.h Date: Wed, 9 Aug 2023 21:15:25 +0200 Message-Id: <20230809191548.359938-64-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_values_struct.h. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712266 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7193DC0015E for ; Wed, 9 Aug 2023 19:18:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233505AbjHITS5 (ORCPT ); Wed, 9 Aug 2023 15:18:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233420AbjHITSt (ORCPT ); Wed, 9 Aug 2023 15:18:49 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DA3D3C31 for ; Wed, 9 Aug 2023 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608663; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+jLMAavYtldG4X2h39AIu6pviLOv+zB1HTIpKJqXMKI=; b=iQkwHCLAxr9B4pnsqhB535s9Rsd2jKYHu51BV6WrtCWIls7atIHI/JTbDc8SkR+23XBpRo oIVazJ4wf8F4ijsRm7JmrSr8TWyBndBBF6yXyx2gTj9h7Z6paSUu+8vuoPqvQhaV0+ptfR EimMsOiFjNzUY9UbrA8XP2c+YvcZ9EQ= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-616--khzrBX1M7-Cs-050LPdbQ-1; Wed, 09 Aug 2023 15:17:39 -0400 X-MC-Unique: -khzrBX1M7-Cs-050LPdbQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id AA88D185A791 for ; Wed, 9 Aug 2023 19:17:39 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id BD19740C125C; Wed, 9 Aug 2023 19:17:38 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 64/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.c Date: Wed, 9 Aug 2023 21:15:26 +0200 Message-Id: <20230809191548.359938-65-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_xml.c. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:27 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713114 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E6434C04A94 for ; Wed, 9 Aug 2023 19:18:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233318AbjHITS5 (ORCPT ); Wed, 9 Aug 2023 15:18:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46882 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233353AbjHITSt (ORCPT ); Wed, 9 Aug 2023 15:18:49 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 504113C30 for ; Wed, 9 Aug 2023 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608662; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Jt1lgDqCqlix0PMGgeLLyRLHEDG9/HR+AOoYIDuxncE=; b=XY46hSVHhpatiNPdvfMnMOkGfc1x5JcSzUw+ZCZiiItWnDhTVkAKpwhXPFMoeVDOwWaRc1 ngQaA+kAEW4slkcOQUf9Bm1ekup6vCZR4SnE132zsicJ5cQMdYhJUlxxby4K6vYkuVX4fF Rp9VOEAxOo3QELBTqteW/0xtN/FPt50= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-583-s9ZRSZONPsaQhlbQ9mRsHw-1; Wed, 09 Aug 2023 15:17:41 -0400 X-MC-Unique: s9ZRSZONPsaQhlbQ9mRsHw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id EC72A85CCE2 for ; Wed, 9 Aug 2023 19:17:40 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 03C7640C6E8A; Wed, 9 Aug 2023 19:17:39 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 65/86] rteval: Replace GPL license notice with SPDX tag in eurephia_xml.h Date: Wed, 9 Aug 2023 21:15:27 +0200 Message-Id: <20230809191548.359938-66-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in eurephia_xml.h. Signed-off-by: Eder Zulian --- 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 * - * 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. - * */ /** From patchwork Wed Aug 9 19:15:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712268 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E5C7C0015E for ; Wed, 9 Aug 2023 19:18:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233539AbjHITSx (ORCPT ); Wed, 9 Aug 2023 15:18:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37990 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233132AbjHITSq (ORCPT ); Wed, 9 Aug 2023 15:18:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B6DA42D66 for ; Wed, 9 Aug 2023 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608663; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=smJ0RAowlov+c0kvciK5Z4gD4TL2CTjorKOp6OCnGBs=; b=jDYMOWafnLuu4bB8buIkIDTjl7bdHxfaXJQ9DaAJlRT6dn9C3kN3PhGcyo4vjvVKk7zpl1 wyYL/DH6JO7xDB5lIp0RYM3aOPXIr8uMlJZ/9Ro82CXQAF6/wYgP9o5LrUR6snQh/UisVh U6fKIwiiGusgVD4LxKlvTk/BuM7svDA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-140-h_y3LNK0Pcadq8LoCkVI3Q-1; Wed, 09 Aug 2023 15:17:42 -0400 X-MC-Unique: h_y3LNK0Pcadq8LoCkVI3Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2A23D185A78F for ; Wed, 9 Aug 2023 19:17:42 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3E96940C125C; Wed, 9 Aug 2023 19:17:41 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 66/86] rteval: Replace GPL license notice with SPDX tag in log.c Date: Wed, 9 Aug 2023 21:15:28 +0200 Message-Id: <20230809191548.359938-67-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in log.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:29 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713116 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 97AE2C001DE for ; Wed, 9 Aug 2023 19:18:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233559AbjHITSy (ORCPT ); Wed, 9 Aug 2023 15:18:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233362AbjHITSq (ORCPT ); Wed, 9 Aug 2023 15:18:46 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 017452703 for ; Wed, 9 Aug 2023 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608665; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TKxSz09ND+0LUrwx0H64ejbTT5a+Z8kZuFVw8bUeph8=; b=R2ebyVs8vo/sXLMcepwafZFOv2HQINhjQGaxSIhj8X/5SX+QyLKhNl1IpcnACru6Y0Hc+Q kr249wvI/FjHem3GeJR42Br45KcTr4kYjRAowegBCuxumX4EZqC99W9h63tGgJ4aDrzPmA fyF8ogasthCsLUr8AMvvgIZvgvEVZIU= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-257-pX-eXjVtNCCcY9duYJCveg-1; Wed, 09 Aug 2023 15:17:43 -0400 X-MC-Unique: pX-eXjVtNCCcY9duYJCveg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 6966D28EA6EE for ; Wed, 9 Aug 2023 19:17:43 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 73DAD40C6F4E; Wed, 9 Aug 2023 19:17:42 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 67/86] rteval: Replace GPL license notice with SPDX tag in log.h Date: Wed, 9 Aug 2023 21:15:29 +0200 Message-Id: <20230809191548.359938-68-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in log.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:30 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712264 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9FCF6C05051 for ; Wed, 9 Aug 2023 19:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233487AbjHITTA (ORCPT ); Wed, 9 Aug 2023 15:19:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232673AbjHITSw (ORCPT ); Wed, 9 Aug 2023 15:18:52 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B4B73C33 for ; Wed, 9 Aug 2023 12:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608666; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=K731T/0SGJkOieawaoEQWNAPoxM6wOh9cjw1yb2eNCs=; b=KcsypXQdy+Lu+Et/05eFr43o3GTDsr3oS62z+E1kGGn+Fy3nkNVuDfnDIZTMRXtNnwqLzd k4fHoGrgSGbw8ov5TDTrdLKERXeVW/L2tCBSrKtcVXN5Mv780lDkaZgPUToAN2i+M2EwN0 fW3D/FLcbN/C4xhubDRF9N9tHzJypts= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-619-6hI6UcA3NcCmious-fPXpQ-1; Wed, 09 Aug 2023 15:17:45 -0400 X-MC-Unique: 6hI6UcA3NcCmious-fPXpQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 9C22F28EA6EE for ; Wed, 9 Aug 2023 19:17:44 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id B202F40C6E8A; Wed, 9 Aug 2023 19:17:43 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 68/86] rteval: Replace GPL license notice with SPDX tag in parsethread.c Date: Wed, 9 Aug 2023 21:15:30 +0200 Message-Id: <20230809191548.359938-69-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in parsethread.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:31 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712261 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CB497C0015E for ; Wed, 9 Aug 2023 19:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233544AbjHITTE (ORCPT ); Wed, 9 Aug 2023 15:19:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233436AbjHITSu (ORCPT ); Wed, 9 Aug 2023 15:18:50 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6164D3C34 for ; Wed, 9 Aug 2023 12:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608667; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8GZGvcoVyM8LXvggXaV2Of8sidPrjcFKszJa1B7amm4=; b=GgrXPFdgH8yG/IvNRiHUAaQgDxnmHL5zyF8rY3xBBzmKo5Ic/9ek4LHPepGhmlaWod+A5w asrRhvn+nPpEv35PyPDLwmtmlp5Tt3OX2w5L0bfQZ8tOkNMqJMoQqY7Ax/KyVNc/hknI6M O1Iy3JxfZu1+x6PwJJ/UI5KjubRFOXo= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-637-pSbrKTm6P-e8u3rtebU_FA-1; Wed, 09 Aug 2023 15:17:46 -0400 X-MC-Unique: pSbrKTm6P-e8u3rtebU_FA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CECCE1C07241 for ; Wed, 9 Aug 2023 19:17:45 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id E47E840C125C; Wed, 9 Aug 2023 19:17:44 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 69/86] rteval: Replace GPL license notice with SPDX tag in parsethread.h Date: Wed, 9 Aug 2023 21:15:31 +0200 Message-Id: <20230809191548.359938-70-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in parsethread.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713111 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A737C001E0 for ; Wed, 9 Aug 2023 19:19:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233430AbjHITTA (ORCPT ); Wed, 9 Aug 2023 15:19:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233272AbjHITSx (ORCPT ); Wed, 9 Aug 2023 15:18:53 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8F2272D74 for ; Wed, 9 Aug 2023 12:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=DrRGOEHYA/z1Z26Zr6p0V55V5FL1TDv126NlUP4MADk=; b=V3OMIPDEKrI9PV5Sge17LoLrnQMv410O1N9ZjiKr+BsRT9rJB4/HdR6Jry8mwDmY87/HT+ yIdjVcAyX3Iw+wvVLhzfYEL9cPVm+TAw58Qnp8R+kvmo9oHo8CXZNW5SPAps1NYYHMFXff KJPtBnoagCRihtEUk6Urx/vR0VO7N/E= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-663-H4Xm7FsmNEuKpiO1Mc3TbQ-1; Wed, 09 Aug 2023 15:17:47 -0400 X-MC-Unique: H4Xm7FsmNEuKpiO1Mc3TbQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 0A19A8DC666 for ; Wed, 9 Aug 2023 19:17:47 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 20AF340C6F4E; Wed, 9 Aug 2023 19:17:45 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 70/86] rteval: Replace GPL license notice with SPDX tag in pgsql.c Date: Wed, 9 Aug 2023 21:15:32 +0200 Message-Id: <20230809191548.359938-71-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in pgsql.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713110 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2417EC04A94 for ; Wed, 9 Aug 2023 19:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233509AbjHITTC (ORCPT ); Wed, 9 Aug 2023 15:19:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233463AbjHITSu (ORCPT ); Wed, 9 Aug 2023 15:18:50 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9A11B2711 for ; Wed, 9 Aug 2023 12:17:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j1c4S9p5X837d0Q+sqsP7cY4IvMSVtjW6nxbUH1dz8A=; b=BMwoHyx7xznKMqE07rPMeyin8Tjxfv2JAHhw1ED0G0pHZ5YAGHRyGixPZ4ykecmKJyR/ps /qkLOJBNO/7633lgUklWxJyNL410CtHpL6JqUDpCid87/SIhOmM1r240ts9hWnhDUrFYgV vbCHMwMs4l8BRVztBpEM0Iaxq1lGhOM= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-615-rfG_0hNUPD2xT7cKVwjPmA-1; Wed, 09 Aug 2023 15:17:48 -0400 X-MC-Unique: rfG_0hNUPD2xT7cKVwjPmA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 322EF3C0CEEB for ; Wed, 9 Aug 2023 19:17:48 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4EF5640C6E8A; Wed, 9 Aug 2023 19:17:47 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 71/86] rteval: Replace GPL license notice with SPDX tag in pgsql.h Date: Wed, 9 Aug 2023 21:15:33 +0200 Message-Id: <20230809191548.359938-72-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in pgsql.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712265 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F735C04FE0 for ; Wed, 9 Aug 2023 19:18:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233353AbjHITS6 (ORCPT ); Wed, 9 Aug 2023 15:18:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55064 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233210AbjHITSu (ORCPT ); Wed, 9 Aug 2023 15:18:50 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBECE30C6 for ; Wed, 9 Aug 2023 12:17:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608670; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=yM9xRwt+WQEiYs0y42gphQQxvgjaeOQIkDSEmutJh6E=; b=L2FlN66WQWyVabzU/4KrhFjCVvY/bc3OfYtkbsHEiKCpcTMKFBogd2QkewfhdSYE10YbfK 8OXWL9cpC4PiQKadOq1qnFgmOfqaAWgD0S3i0cYY328LcdzuyohgsDY9fmAFgOSS+qgGKj qd6WX4b2RiZjt/Mxef64CeEJ3Hnfu4M= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-418-1oUtkqYoNGajc35o4VlBsA-1; Wed, 09 Aug 2023 15:17:49 -0400 X-MC-Unique: 1oUtkqYoNGajc35o4VlBsA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 5FC198DC668 for ; Wed, 9 Aug 2023 19:17:49 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 7817740C125C; Wed, 9 Aug 2023 19:17:48 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 72/86] rteval: Replace GPL license notice with SPDX tag in rteval-parserd.c Date: Wed, 9 Aug 2023 21:15:34 +0200 Message-Id: <20230809191548.359938-73-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rteval-parserd.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712263 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E6EFC0015E for ; Wed, 9 Aug 2023 19:19:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233495AbjHITTA (ORCPT ); Wed, 9 Aug 2023 15:19:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38446 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233551AbjHITSx (ORCPT ); Wed, 9 Aug 2023 15:18:53 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 237D530D8 for ; Wed, 9 Aug 2023 12:17:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608672; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BV88gFfJ+4JxALa/gbnOeK4jhEyfrkXe3o+KXhjmJlI=; b=hgrxmLFk2DcuLfFA76YQOfHRtRSWNeRmNATyoB3pAjhYWApRQZQ36QNMMp/wcYArTp+51Z MMwgFOX8SMetxsGeITCc/TKcg/HSZzaY0dbIiBjLjjiRF0TgCs43noJiKPlVgM1g7YYszE PR3PrkVWNnAmk7dCGE3sEjvHUynhvRM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-664-vNdBalnBP8-hOqUiFeAHWA-1; Wed, 09 Aug 2023 15:17:50 -0400 X-MC-Unique: vNdBalnBP8-hOqUiFeAHWA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A1FF88030AC for ; Wed, 9 Aug 2023 19:17:50 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id AA3C640BC780; Wed, 9 Aug 2023 19:17:49 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 73/86] rteval: Replace GPL license notice with SPDX tag in statuses.h Date: Wed, 9 Aug 2023 21:15:35 +0200 Message-Id: <20230809191548.359938-74-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in statuses.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:36 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712262 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D9304C001DE for ; Wed, 9 Aug 2023 19:19:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233500AbjHITTD (ORCPT ); Wed, 9 Aug 2023 15:19:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233560AbjHITSy (ORCPT ); Wed, 9 Aug 2023 15:18:54 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A06F30EC for ; Wed, 9 Aug 2023 12:17:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608673; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=KpCRSilX2oByWBjMPWEdtJTJgxxedwBulDjbkml+Tek=; b=h1Nxt7q+AsTnFB/5UtuUCeBuF6V2jtbyUJrmSkgv01mR6+7YGg+ZHWj9RdpOd74GWsU5YX SntmTHiw6dQXTfShRyG5aZCYoufNPR5f7VkuCbpzFIOopyUuwwXv6UwZzgNpP1eXJCbbLe TLyyOC1KtXzYuUs8p8SgMYzLJgROYrU= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-651-y-6yXqO9MtOT-Qaxeyaevw-1; Wed, 09 Aug 2023 15:17:52 -0400 X-MC-Unique: y-6yXqO9MtOT-Qaxeyaevw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id CBBB4101A5D0 for ; Wed, 9 Aug 2023 19:17:51 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id E5D7D40C6E8A; Wed, 9 Aug 2023 19:17:50 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 74/86] rteval: Replace GPL license notice with SPDX tag in threadinfo.h Date: Wed, 9 Aug 2023 21:15:36 +0200 Message-Id: <20230809191548.359938-75-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in threadinfo.h. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:37 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712243 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5F242C001B0 for ; Wed, 9 Aug 2023 19:28:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233731AbjHIT2p (ORCPT ); Wed, 9 Aug 2023 15:28:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34868 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233622AbjHIT2n (ORCPT ); Wed, 9 Aug 2023 15:28:43 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3F2433580 for ; Wed, 9 Aug 2023 12:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608674; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=x8To+ZMCLQHKrEw6S7gvPPhzZdO6rBdEvHf5IOelsto=; b=KnIBV/UghQSL1zeFeYCeuvzd4SG7S9S0lJvBtdVKDpaMgVr6MiIm0N4vcfsHIC8eBbCRYi skbHTu3RLNlj6HCj1fm+iAit0mzoSRPP2enVYZMgYU9u1haKVKwa1g84WQumz39mFW2nAb PCvPCj+bDGCOjOvJURpvsXUGcQ+kbEE= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-470-zwvG77IHP5qGqGjdksUchg-1; Wed, 09 Aug 2023 15:17:53 -0400 X-MC-Unique: zwvG77IHP5qGqGjdksUchg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 127123815EFE for ; Wed, 9 Aug 2023 19:17:53 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1D68240C125C; Wed, 9 Aug 2023 19:17:51 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 75/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.c Date: Wed, 9 Aug 2023 21:15:37 +0200 Message-Id: <20230809191548.359938-76-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.c. Signed-off-by: Eder Zulian --- 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. */ /** From patchwork Wed Aug 9 19:15:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713091 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C8807C001E0 for ; Wed, 9 Aug 2023 19:28:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233765AbjHIT2p (ORCPT ); Wed, 9 Aug 2023 15:28:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233692AbjHIT2n (ORCPT ); Wed, 9 Aug 2023 15:28:43 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EDAB2738 for ; Wed, 9 Aug 2023 12:17:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=0GtcwyEkA/OkF9Q20x/RBeY3L6qtqlHcniuTdm1qf7Y=; b=Y1H29oVs6AZbSarseybxQbxAVdqSE4JDTkzxDcrw9WA5nwb1jyxSOKaCTXVCIEV+MLgcM/ O7EepeUDiupKgtmuzVm6z61+27txG866chVIduYqJ5MRFCKBEPNQb1riBlw0ZRJ5l7hk+E 3KU+69/9A1/iKuVD0MkEHXaqOckLIxE= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-12-hVdHgNtkP6KcZa471CkJlg-1; Wed, 09 Aug 2023 15:17:56 -0400 X-MC-Unique: hVdHgNtkP6KcZa471CkJlg-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 54D861C07255 for ; Wed, 9 Aug 2023 19:17:54 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5DB5040BC780; Wed, 9 Aug 2023 19:17:53 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 76/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.h Date: Wed, 9 Aug 2023 21:15:38 +0200 Message-Id: <20230809191548.359938-77-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.h. Signed-off-by: Eder Zulian --- 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 * * - * 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. */ /** From patchwork Wed Aug 9 19:15:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713109 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 48725C04FDF for ; Wed, 9 Aug 2023 19:19:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233533AbjHITTD (ORCPT ); Wed, 9 Aug 2023 15:19:03 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45970 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233571AbjHITSz (ORCPT ); Wed, 9 Aug 2023 15:18:55 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A317213D for ; Wed, 9 Aug 2023 12:17:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608677; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zQ6gLgVOqymJ/UhjdysODgoLXr8FyqntScG6RnQrx48=; b=FDMHgFDbaLlxf7JH5m9+U57TwgItOwNSSHUnPQ+keDEnhLI4ofWj9Cp63EgVcoO9kydUHr L8uimo6t6pu1zAuTAK5druKqmK4PZ3idp+2SiMSs3XGg2CmXTZJ6MZFCfCeczio7Evlaoh QQPSjEOOXpZBqmpAyu4UMfZZg9hXvUg= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-669-mwMKBPXQNVeSB6-hI9L-Bw-1; Wed, 09 Aug 2023 15:17:55 -0400 X-MC-Unique: mwMKBPXQNVeSB6-hI9L-Bw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 90E9285CCE0 for ; Wed, 9 Aug 2023 19:17:55 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id A284B40C6F4E; Wed, 9 Aug 2023 19:17:54 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 77/86] rteval: Replace GPL license notice with SPDX tag in xmlparser.xsl Date: Wed, 9 Aug 2023 21:15:39 +0200 Message-Id: <20230809191548.359938-78-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in xmlparser.xsl. Signed-off-by: Eder Zulian --- 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 @@ + X-Patchwork-Id: 713119 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B216BC001E0 for ; Wed, 9 Aug 2023 19:18:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233411AbjHITSs (ORCPT ); Wed, 9 Aug 2023 15:18:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232373AbjHITSo (ORCPT ); Wed, 9 Aug 2023 15:18:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC5432D4A for ; Wed, 9 Aug 2023 12:17:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=giZX5x/mWeRbpC5ubbblLAEA84NIP6BAUMLel4k0AlE=; b=QrjMnXghvZyfFMRvlUknH+we1eYXwWD5AqSsIRsR0EozURg0INRyJmHvUkfMmOeAvD6zxV wRSCpVqAVbaufeaosE9LPKPHB+ZBXW4PJXZXdEFV+bdMo2S5DLJif+J0rnGM+ll9AhfyiD UWflfsluUPucTtnKAIiCAPNgZ+nRQt0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-333-z-QdAx-DP-mEzV2ublZD4Q-1; Wed, 09 Aug 2023 15:17:57 -0400 X-MC-Unique: z-QdAx-DP-mEzV2ublZD4Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BBB2928EA6EE for ; Wed, 9 Aug 2023 19:17:56 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id D778E40C6E8A; Wed, 9 Aug 2023 19:17:55 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 78/86] rteval: Replace GPL license notice with SPDX tag in remove_rtevalrun Date: Wed, 9 Aug 2023 21:15:40 +0200 Message-Id: <20230809191548.359938-79-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in remove_rtevalrun. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713112 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C173C04FE1 for ; Wed, 9 Aug 2023 19:19:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233478AbjHITS7 (ORCPT ); Wed, 9 Aug 2023 15:18:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38596 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233533AbjHITSw (ORCPT ); Wed, 9 Aug 2023 15:18:52 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5F5A72D51 for ; Wed, 9 Aug 2023 12:18:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608679; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=6lCgHzxhrOZoMVaqUkmaR9QmoJyuoV17lrF5w9CIMBM=; b=A4rMHv/rgQmU8uolaVNEXNulZxJs8zzWA2YvymENRoBeMuGkWdW0TZT5gicGwIh6ZnWbOH 5ZjRQvr/tWk7DYzpxtbNbutFbHUQToVrc2aSqyn014u97/zSsB/R4X0q0u42h+Vy2jCHEr 821chI/IL+QeD0w3DbTHgOvksOxakB4= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-459-X7qCEOOoOzq4vs99vYvA5Q-1; Wed, 09 Aug 2023 15:17:58 -0400 X-MC-Unique: X7qCEOOoOzq4vs99vYvA5Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E361628EA6F2 for ; Wed, 9 Aug 2023 19:17:57 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0C5BF40C125C; Wed, 9 Aug 2023 19:17:56 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 79/86] rteval: Replace GPL license notice with SPDX tag in rteval_testserver.py Date: Wed, 9 Aug 2023 21:15:41 +0200 Message-Id: <20230809191548.359938-80-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rteval_testserver.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:42 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712260 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 60A96C04FE0 for ; Wed, 9 Aug 2023 19:19:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233571AbjHITTF (ORCPT ); Wed, 9 Aug 2023 15:19:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46454 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233362AbjHITS5 (ORCPT ); Wed, 9 Aug 2023 15:18:57 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5E6D335AC for ; Wed, 9 Aug 2023 12:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608681; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=vG4Qts1hNiHM9IQcH4ojbP2TdPnUZfMzNUOwKWFYc3A=; b=HQ+jw6FklN1eRmmQWIPjv39lCDc3xbfWuh+1NfPCbZUMie3siSuishoR0M4o8dHcGD08Am RnLEzknyL9no8vjRz52DVAVgHaRZPHF5fftjxBcZ/MYHBl+Xx82+4VusqYQwJluE4WNiNR cqTq8/n7iYJ9DXVW90W9CM02fX6NuZ0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-139-Y57J4FvsMPqBxFTMEiFk8Q-1; Wed, 09 Aug 2023 15:17:59 -0400 X-MC-Unique: Y57J4FvsMPqBxFTMEiFk8Q-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 465211C05133 for ; Wed, 9 Aug 2023 19:17:59 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 358B640BC780; Wed, 9 Aug 2023 19:17:58 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 80/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.py Date: Wed, 9 Aug 2023 21:15:42 +0200 Message-Id: <20230809191548.359938-81-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rteval_xmlrpc.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713092 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ABD50C0015E for ; Wed, 9 Aug 2023 19:28:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232225AbjHIT2i (ORCPT ); Wed, 9 Aug 2023 15:28:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34794 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233622AbjHIT2h (ORCPT ); Wed, 9 Aug 2023 15:28:37 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B33735B5 for ; Wed, 9 Aug 2023 12:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608682; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Da+DtvRkSbO27NO+5aMPklL8ud7XwJ5PlG0ARcfYFHs=; b=Eo3NQVI8KX5x2eW8L2GZz14kLVJTSQKhwK/g3VHm7QNIRd9khX4zu52hWq2oEQK6cr9+tg QI5v1B4Mmic30PtZQmIg+lEAPWd/qBk+dEGb8ab8sckczuvAWKKhlO2ROzVIwkxfSahuTI ffgSwge2xxeBOGUHIc5Ukj4/vNg2aBA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-125-lXebByqYOVi_gy_N1ThSSA-1; Wed, 09 Aug 2023 15:18:00 -0400 X-MC-Unique: lXebByqYOVi_gy_N1ThSSA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7B205101AA78 for ; Wed, 9 Aug 2023 19:18:00 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9345C40C6F4E; Wed, 9 Aug 2023 19:17:59 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 81/86] rteval: Replace GPL license notice with SPDX tag in rteval_xmlrpc.wsgi Date: Wed, 9 Aug 2023 21:15:43 +0200 Message-Id: <20230809191548.359938-82-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rteval_xmlrpc.wsgi. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712244 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A9BEC0015E for ; Wed, 9 Aug 2023 19:28:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233766AbjHIT2o (ORCPT ); Wed, 9 Aug 2023 15:28:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233731AbjHIT2n (ORCPT ); Wed, 9 Aug 2023 15:28:43 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 15DA62D59 for ; Wed, 9 Aug 2023 12:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608683; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BBudWPlzlq1h2MJIIQwGioTx1njDad2KXVOriA+6FI4=; b=Xi425uqcQ/bDOo0AuCXKVIkF7+Nkr5MSPtmFB4DxaOu+/3Ub8a/xoR+WUe+O3kFSN1NUgh tqT9a3ixUxccDnbfnIfDHftJhKpnS5waVx9zjZh0OccCefhjq/8B/Ja+6uDI0tzumRGKC6 hkG0OGNayHPQBJ2raMqTdYLIaZ5KNRM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-208-uUC9wOXGOLamHSgDJeSHlQ-1; Wed, 09 Aug 2023 15:18:02 -0400 X-MC-Unique: uUC9wOXGOLamHSgDJeSHlQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id BA08F8087B9 for ; Wed, 9 Aug 2023 19:18:01 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id C683940C6F4E; Wed, 9 Aug 2023 19:18:00 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 82/86] rteval: Replace GPL license notice with SPDX tag in rtevaldb.py Date: Wed, 9 Aug 2023 21:15:44 +0200 Message-Id: <20230809191548.359938-83-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in rtevaldb.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713108 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E6E0C04A94 for ; Wed, 9 Aug 2023 19:19:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233463AbjHITTE (ORCPT ); Wed, 9 Aug 2023 15:19:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46280 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233525AbjHITS4 (ORCPT ); Wed, 9 Aug 2023 15:18:56 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D90D2129 for ; Wed, 9 Aug 2023 12:18:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608684; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=qZP1gDRsvaUAhBVmd+QbR6QR62LSv4kjAvYcd/5y4P8=; b=UTn81VjuQcw6ZQRjEtqIdxI2p5EDoUHwAw7V+qgn0CO9MERZUcyHBl/1LNQpPhKX6aIO/L s1M5GArk6s1qYyd4qTxCbhUDHSOJgVdYJPUyJCnzqJWaGTIEw4rdcABUYh4PQ3jlcadW3N eN3tXsQ0RQ8mrPz7pvGDNNaZgsx2eKc= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-577-A08z_NqXM3qxSw7PVbAxiQ-1; Wed, 09 Aug 2023 15:18:03 -0400 X-MC-Unique: A08z_NqXM3qxSw7PVbAxiQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id ED38C3815EF5 for ; Wed, 9 Aug 2023 19:18:02 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0AC5F40BC780; Wed, 9 Aug 2023 19:18:01 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 83/86] rteval: Replace GPL license notice with SPDX tag in testclient.py Date: Wed, 9 Aug 2023 21:15:45 +0200 Message-Id: <20230809191548.359938-84-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in testclient.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:46 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713113 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85719C001DE for ; Wed, 9 Aug 2023 19:18:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233400AbjHITS7 (ORCPT ); Wed, 9 Aug 2023 15:18:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233487AbjHITSv (ORCPT ); Wed, 9 Aug 2023 15:18:51 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 545A92683 for ; Wed, 9 Aug 2023 12:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608685; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=f5fOLEUe3AiK8osLqQU4XqX5MlQl+XLVTMfERhquKEc=; b=EY6gDe5Zx8VYHljJbK6VcVJD/cGmnQh8+f38rXWj60B6jd/EKV+i1K0I6Vpeboo0NOZ0kp 2ELw6Ihokf3aVH3slv8kUYreeQxLJKhSakpUAUjzf27sMGpnmXDDwthuG0dL2c+HsRa0kk CmRY39dIgf+hU+LiQQSnGA72D+sL8N0= Received: from mimecast-mx02.redhat.com (66.187.233.73 [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-463-Dd4BOSCNN9yOE9aEuAdjAw-1; Wed, 09 Aug 2023 15:18:04 -0400 X-MC-Unique: Dd4BOSCNN9yOE9aEuAdjAw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 161233815EF5 for ; Wed, 9 Aug 2023 19:18:04 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3919640C6E8A; Wed, 9 Aug 2023 19:18:03 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 84/86] rteval: Replace GPL license notice with SPDX tag in testclient_sendreportfile Date: Wed, 9 Aug 2023 21:15:46 +0200 Message-Id: <20230809191548.359938-85-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in testclient_sendreportfile. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:47 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 713107 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E4ADFC001E0 for ; Wed, 9 Aug 2023 19:19:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233572AbjHITTF (ORCPT ); Wed, 9 Aug 2023 15:19:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55076 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233472AbjHITS4 (ORCPT ); Wed, 9 Aug 2023 15:18:56 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F60926B2 for ; Wed, 9 Aug 2023 12:18:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608686; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=t2Zu5TNJ/obW9iQvyJAiARlHHFXRPfAUhFj1iZC7gDk=; b=G+xBDVAm82Px7ipnveKvrkk3ZzKTa7Cmdvp7mMAjPLQItd5W+sfNoIB08FStWBd463dfou 2/QIatbXGPyi66tOmPJphiUjNj55SIUvNP/+b//on65F9SVwYm2MgbUpHMDnStxFzUIUdq ZEbCBTvIp2reBZEnPWns/shQn7rNVCA= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-135-bCkbnmFhNg6GFXAFglLhXw-1; Wed, 09 Aug 2023 15:18:05 -0400 X-MC-Unique: bCkbnmFhNg6GFXAFglLhXw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 441C7101CC60 for ; Wed, 9 Aug 2023 19:18:05 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5B59D40C125C; Wed, 9 Aug 2023 19:18:04 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 85/86] rteval: Replace GPL license notice with SPDX tag in xmlrpc_API1.py Date: Wed, 9 Aug 2023 21:15:47 +0200 Message-Id: <20230809191548.359938-86-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in xmlrpc_API1.py. Signed-off-by: Eder Zulian --- 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 # -# 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 From patchwork Wed Aug 9 19:15:48 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eder Zulian X-Patchwork-Id: 712259 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 00190C001DE for ; Wed, 9 Aug 2023 19:19:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233525AbjHITTG (ORCPT ); Wed, 9 Aug 2023 15:19:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38478 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233461AbjHITTA (ORCPT ); Wed, 9 Aug 2023 15:19:00 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 85EC13A81 for ; Wed, 9 Aug 2023 12:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1691608687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZzmSAR0M0OMGX9sJ1SXQmz0oayE/NSriX7Ha0dYRZmg=; b=VcoJW0FuCcotF6B8WNRULcgdgkpF4ShPva7tC7NDAdnOhfzx7DK/etri1MNye97Tr8a7iI 5H41JZC4ltrCzlvP9XY/iKeLIdYsPm6Dr81dYGzY467+UG2JjjMyqAZrGqUseXlXYnAlA1 19CNz6DZkSqJ7b2CgKIAaP79DXI13H4= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-631-UBmW5nCmOL2bg1JSfuyswQ-1; Wed, 09 Aug 2023 15:18:06 -0400 X-MC-Unique: UBmW5nCmOL2bg1JSfuyswQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 71CBA85651F for ; Wed, 9 Aug 2023 19:18:06 +0000 (UTC) Received: from ezulian.remote.csb (unknown [10.39.192.197]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8A10540BC780; Wed, 9 Aug 2023 19:18:05 +0000 (UTC) From: Eder Zulian To: linux-rt-users@vger.kernel.org Cc: jkacur@redhat.com, williams@redhat.com, ezulian@redhat.com Subject: [PATCH 86/86] rteval: Replace GPL license notice with SPDX tag in unittest.py Date: Wed, 9 Aug 2023 21:15:48 +0200 Message-Id: <20230809191548.359938-87-ezulian@redhat.com> In-Reply-To: <20230809191548.359938-1-ezulian@redhat.com> References: <20230809191548.359938-1-ezulian@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org Replace GPL boilerplate with SPDX-License-Identifier tag in unittest.py. Signed-off-by: Eder Zulian --- 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 #