diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-19 22:40:16 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-19 22:40:16 +0000 |
commit | d17aef79bb2cd7646e57f533d7418938edd74971 (patch) | |
tree | 8867cbac33629fff120554cd404cb6f1a99166cc /sys | |
parent | b501cc5da6f8e10d354ace1befbf59737543eb30 (diff) | |
download | src-d17aef79bb2cd7646e57f533d7418938edd74971.tar.gz src-d17aef79bb2cd7646e57f533d7418938edd74971.zip |
SPDX: These are fundamentally BSD-2-Clause.
They just omit the introductory line and numbering.
Notes
Notes:
svn path=/head/; revision=327005
Diffstat (limited to 'sys')
-rw-r--r-- | sys/sys/msg.h | 2 | ||||
-rw-r--r-- | sys/sys/snoop.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/msg.h b/sys/sys/msg.h index a0a963d551d8..d2e9f756d5dc 100644 --- a/sys/sys/msg.h +++ b/sys/sys/msg.h @@ -6,7 +6,7 @@ * * Author: Daniel Boulet * - * SPDX-License-Identifier: BSD-1-Clause + * SPDX-License-Identifier: BSD-2-Clause * * Copyright 1993 Daniel Boulet and RTMX Inc. * diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index f2d6b31a903e..1a5e117976f1 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: BSD-1-Clause + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) 1995 Ugen J.S.Antsilevich * |