From: Bruce Richardson Date: Fri, 8 Nov 2019 14:26:27 +0000 (+0000) Subject: usertools: fix typo in SPDX tag of telemetry script X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=564f295d1960e2c9401f1c39427a2a921ab3a3c4;hp=797f07b1fe4f91cafc2719b5dcaaa70bb387f241;p=dpdk.git usertools: fix typo in SPDX tag of telemetry script There is a typo in the SPDX tag, which is down as an "SPDK" tag. One-character change should be all that is needed. Fixes: d1b94da4a4e0 ("usertools: add client script for telemetry") Cc: stable@dpdk.org Reported-by: Stephen Hemminger Signed-off-by: Bruce Richardson Acked-by: Kevin Traynor --- diff --git a/usertools/dpdk-telemetry-client.py b/usertools/dpdk-telemetry-client.py index e06d6306cb..290345dcc4 100755 --- a/usertools/dpdk-telemetry-client.py +++ b/usertools/dpdk-telemetry-client.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# SPDK-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Intel Corporation from __future__ import print_function