lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 11 Jan 2023 10:52:27 -0800
From:   Stephen Hemminger <stephen@...workplumber.org>
To:     netdev@...r.kernel.org
Cc:     Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH v2 iproute2 11/11] netem: add SPDX license header

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@...workplumber.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 --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).
-- 
2.39.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ