aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw/dummynet.c
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-12-20 20:25:28 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-12-20 20:25:28 +0000
commit33d72c30f1d883cd9c9574e4732f2fc48a565bcc (patch)
tree8912f35684f2124a5b0fef9cd50e5be0c414ec45 /sbin/ipfw/dummynet.c
parent5ee9f0508595903f73a5f91f5958feffc63f6261 (diff)
downloadsrc-33d72c30f1d883cd9c9574e4732f2fc48a565bcc.tar.gz
src-33d72c30f1d883cd9c9574e4732f2fc48a565bcc.zip
Revert r327005 - SPDX tags for license similar to BSD-2-Clause.
After consultation with SPDX experts and their matching guidelines[1], the licensing doesn't exactly match the BSD-2-Clause. It yet remains to be determined if they are equivalent or if there is a recognized license that matches but it is safer to just revert the tags. Let this also be a reminder that on FreeBSD, SPDX tags are only advisory and have no legal value (but IANAL). Pointyhat to: pfg Thanks to: Rodney Grimes, Gary O'Neall [1] https://spdx.org/spdx-license-list/matching-guidelines
Notes
Notes: svn path=/head/; revision=327040
Diffstat (limited to 'sbin/ipfw/dummynet.c')
-rw-r--r--sbin/ipfw/dummynet.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ipfw/dummynet.c b/sbin/ipfw/dummynet.c
index e3a04b389eb2..6be21cfb230f 100644
--- a/sbin/ipfw/dummynet.c
+++ b/sbin/ipfw/dummynet.c
@@ -1,6 +1,4 @@
-/*.
- * SPDX-License-Identifier: BSD-2-Clause
- *
+/*-
* Codel/FQ_Codel and PIE/FQ_PIE Code:
* Copyright (C) 2016 Centre for Advanced Internet Architectures,
* Swinburne University of Technology, Melbourne, Australia.