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