diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-13 16:13:17 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-12-13 16:13:17 +0000 |
commit | 9b10f59a10b7adff0a5ea3b0fd182d521c3da643 (patch) | |
tree | 7c9dda3c10a6033c206c8dc2cec370764c3a2b31 /sys/sys/snoop.h | |
parent | 0118df5ecf3718e0dbb2c9943e72437908efada2 (diff) | |
download | src-9b10f59a10b7adff0a5ea3b0fd182d521c3da643.tar.gz src-9b10f59a10b7adff0a5ea3b0fd182d521c3da643.zip |
SPDX: mostly fixes to previous changes.
Introduce the recently approved BSD-1-Clause and replace 0BSD which
never did fit well our use cases.
Notes
Notes:
svn path=/head/; revision=326823
Diffstat (limited to 'sys/sys/snoop.h')
-rw-r--r-- | sys/sys/snoop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/snoop.h b/sys/sys/snoop.h index d999750df3ef..f2d6b31a903e 100644 --- a/sys/sys/snoop.h +++ b/sys/sys/snoop.h @@ -1,5 +1,5 @@ /*- - * SPDX-License-Identifier: 0BSD + * SPDX-License-Identifier: BSD-1-Clause * * Copyright (c) 1995 Ugen J.S.Antsilevich * |