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 @@ +