git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29391fc
)
devtools: add SPDX license tag to config loader
author
Stephen Hemminger
<stephen@networkplumber.org>
Wed, 4 Dec 2019 15:55:17 +0000
(07:55 -0800)
committer
Thomas Monjalon
<thomas@monjalon.net>
Sat, 22 Feb 2020 14:17:03 +0000
(15:17 +0100)
Trivial file was missing any license.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
devtools/load-devel-config
patch
|
blob
|
history
diff --git
a/devtools/load-devel-config
b/devtools/load-devel-config
index
380c79d
..
69a0ac6
100644
(file)
--- a/
devtools/load-devel-config
+++ b/
devtools/load-devel-config
@@
-1,3
+1,7
@@
+# 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 ||