diff mbox series

[v2,iproute2,11/11] netem: add SPDX license header

Message ID 20230111185227.69093-12-stephen@networkplumber.org (mailing list archive)
State Accepted
Commit 07b65f312f593083316aaf74f27f8b184786bb04
Delegated to: Stephen Hemminger
Headers show
Series SPDX cleanups | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Stephen Hemminger Jan. 11, 2023, 6:52 p.m. UTC
The netem directory contains code to generate tables for netem.
This code came from NISTnet which was public domain.
Add appropriate license tag.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
---
 netem/maketable.c    | 1 +
 netem/normal.c       | 1 +
 netem/pareto.c       | 1 +
 netem/paretonormal.c | 1 +
 netem/stats.c        | 1 +
 5 files changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/netem/maketable.c b/netem/maketable.c
index ccb8f0c68b06..ad8620a47ce2 100644
--- a/netem/maketable.c
+++ b/netem/maketable.c
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: NIST-PD */
 /*
  * Experimental data  distribution table generator
  * Taken from the uncopyrighted NISTnet code (public domain).
diff --git a/netem/normal.c b/netem/normal.c
index 90963f4e91a4..5414be41fa52 100644
--- a/netem/normal.c
+++ b/netem/normal.c
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: NIST-PD */
 /*
  * Normal distribution table generator
  * Taken from the uncopyrighted NISTnet code.
diff --git a/netem/pareto.c b/netem/pareto.c
index 51d9437dbcb2..5c802c902baa 100644
--- a/netem/pareto.c
+++ b/netem/pareto.c
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: NIST-PD */
 /*
  * Pareto distribution table generator
  * Taken from the uncopyrighted NISTnet code.
diff --git a/netem/paretonormal.c b/netem/paretonormal.c
index 9773e370e6bc..c36e325fcd2b 100644
--- a/netem/paretonormal.c
+++ b/netem/paretonormal.c
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: NIST-PD */
 /*
  * Paretoormal distribution table generator
  *
diff --git a/netem/stats.c b/netem/stats.c
index ed70f1676342..99c4feedfa6f 100644
--- a/netem/stats.c
+++ b/netem/stats.c
@@ -1,3 +1,4 @@ 
+/* SPDX-License-Identifier: NIST-PD */
 /*
  * Experimental data  distribution table generator
  * Taken from the uncopyrighted NISTnet code (public domain).