diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-30 15:10:11 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-11-30 15:10:11 +0000 |
commit | 8820ecc040f2b2392de20f32ee40cb5f3b90d0d3 (patch) | |
tree | b34ef1b30e4869b738a1bd2fd70f329143d0a989 /sys/sys/msg.h | |
parent | 38c9c65ee409d75b243bbc3449a95dde2394cedd (diff) | |
download | src-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.tar.gz src-8820ecc040f2b2392de20f32ee40cb5f3b90d0d3.zip |
SPDX: Fix some cases wrongly attributed to MIT.
In the cases of BSD-style license variants without clauses, use 0BSD for
the time being in lack of a better description.
Notes
Notes:
svn path=/head/; revision=326398
Diffstat (limited to 'sys/sys/msg.h')
-rw-r--r-- | sys/sys/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h index 36a5c8d8277f..5c9cdfe47d0c 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -4,7 +4,7 @@ /*- * SVID compatible msg.h file * - * SPDX-License-Identifier: MIT + * SPDX-License-Identifier: 0BSD * * Author: Daniel Boulet * |