usertools: fix typo in SPDX tag of telemetry script
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 8 Nov 2019 14:26:27 +0000 (14:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 28 Nov 2019 02:12:55 +0000 (03:12 +0100)
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 <stephen@networkplumber.org>
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Kevin Traynor <ktraynor@redhat.com>
usertools/dpdk-telemetry-client.py

index e06d630..290345d 100755 (executable)
@@ -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