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>
+/* SPDX-License-Identifier: NIST-PD */
/*
* Experimental data distribution table generator
* Taken from the uncopyrighted NISTnet code (public domain).
+/* SPDX-License-Identifier: NIST-PD */
/*
* Normal distribution table generator
* Taken from the uncopyrighted NISTnet code.
+/* SPDX-License-Identifier: NIST-PD */
/*
* Pareto distribution table generator
* Taken from the uncopyrighted NISTnet code.
+/* SPDX-License-Identifier: NIST-PD */
/*
* Paretoormal distribution table generator
*
+/* SPDX-License-Identifier: NIST-PD */
/*
* Experimental data distribution table generator
* Taken from the uncopyrighted NISTnet code (public domain).