aboutsummaryrefslogtreecommitdiff
path: root/sys/libkern
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-12-28 01:20:30 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-12-28 01:20:30 +0000
commit2cc7a555409557fd54f8caa249daa715aafc93c4 (patch)
treebfc42df0cf93cec313e812098261c1e5cc361103 /sys/libkern
parentebd63680e4c8a23397a0c2af7ee7f939ec4aaeaa (diff)
downloadsrc-2cc7a555409557fd54f8caa249daa715aafc93c4.tar.gz
src-2cc7a555409557fd54f8caa249daa715aafc93c4.zip
SPDX: fix wrong license ID tag in libkern.
Notes
Notes: svn path=/head/; revision=327257
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/strstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/libkern/strstr.c b/sys/libkern/strstr.c
index b7494f3235da..1454fbe0c705 100644
--- a/sys/libkern/strstr.c
+++ b/sys/libkern/strstr.c
@@ -1,5 +1,5 @@
/*-
- * SPDX-License-Identifier: BSD-4-Clause
+ * SPDX-License-Identifier: BSD-3-Clause
*
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.