Return-Path: <linux-rt-users-owner@vger.kernel.org>
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 <linux-rt-users@archiver.kernel.org>;
Wed, 9 Aug 2023 19:18:27 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S230241AbjHITS0 (ORCPT
<rfc822;linux-rt-users@archiver.kernel.org>);
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
<rfc822;linux-rt-users@vger.kernel.org>);
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 <linux-rt-users@vger.kernel.org>;
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 <linux-rt-users@vger.kernel.org>;
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 <ezulian@redhat.com>
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
Content-Transfer-Encoding: 8bit
X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2
Precedence: bulk
List-ID: <linux-rt-users.vger.kernel.org>
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 <ezulian@redhat.com>
---
server/Logger.py | 1 +
1 file changed, 1 insertion(+)
Add the SPDX-License-Identifier tag to Logger.py. As this file does not contain direct license references it falls under the project license, i.e., GPL v2 or later. Signed-off-by: Eder Zulian <ezulian@redhat.com> --- server/Logger.py | 1 + 1 file changed, 1 insertion(+)