[3/5] devtools: add SPDX tag to load-devel-config

Message ID 20191204155519.7295-4-stephen@networkplumber.org (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series SPDX leftovers |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Stephen Hemminger Dec. 4, 2019, 3:55 p.m. UTC
  Trivial file was missing any license.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 devtools/load-devel-config | 2 ++
 1 file changed, 2 insertions(+)
  

Comments

Thomas Monjalon Feb. 22, 2020, 2:16 p.m. UTC | #1
04/12/2019 16:55, Stephen Hemminger:
> Trivial file was missing any license.
> 
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied, thanks
  

Patch

diff --git a/devtools/load-devel-config b/devtools/load-devel-config
index 380c79db41eb..ca1bc21b55e3 100644
--- a/devtools/load-devel-config
+++ b/devtools/load-devel-config
@@ -1,3 +1,5 @@ 
+# SPDX-License-Identifier: BSD-3-Clause
+# This file is intended to be sourced into shell
 # Load DPDK devel config and allow override
 # from system file
 test ! -r /etc/dpdk/devel.config ||