diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-20 20:25:28 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-20 20:25:28 +0000 |
commit | 33d72c30f1d883cd9c9574e4732f2fc48a565bcc (patch) | |
tree | 8912f35684f2124a5b0fef9cd50e5be0c414ec45 /sys/sys | |
parent | 5ee9f0508595903f73a5f91f5958feffc63f6261 (diff) | |
download | src-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 'sys/sys')
-rw-r--r-- | sys/sys/msg.h | 2 | ||||
-rw-r--r-- | sys/sys/snoop.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h index d2e9f756d5dc..c2bb2d254408 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -6,8 +6,6 @@ * * Author: Daniel Boulet * - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright 1993 Daniel Boulet and RTMX Inc. * * This system call was implemented by Daniel Boulet under contract from RTMX. diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index 1a5e117976f1..b25aa494ff8e 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -1,6 +1,4 @@ /*- - * SPDX-License-Identifier: BSD-2-Clause - * * Copyright (c) 1995 Ugen J.S.Antsilevich * * Redistribution and use in source forms, with and without modification, |