aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/auxv.h
diff options
context:
space:
mode:
authorPedro F. Giffuni <pfg@FreeBSD.org>2017-12-13 16:13:17 +0000
committerPedro F. Giffuni <pfg@FreeBSD.org>2017-12-13 16:13:17 +0000
commit9b10f59a10b7adff0a5ea3b0fd182d521c3da643 (patch)
tree7c9dda3c10a6033c206c8dc2cec370764c3a2b31 /sys/sys/auxv.h
parent0118df5ecf3718e0dbb2c9943e72437908efada2 (diff)
downloadsrc-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/auxv.h')
-rw-r--r--sys/sys/auxv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/auxv.h b/sys/sys/auxv.h
index d389bac49623..97616055ecc6 100644
--- a/sys/sys/auxv.h
+++ b/sys/sys/auxv.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2017 Michal Meloun
* All rights reserved.
*