aboutsummaryrefslogtreecommitdiff
path: root/lib/libthr/thread/thr_once.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_once.c')
-rw-r--r--lib/libthr/thread/thr_once.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_once.c b/lib/libthr/thread/thr_once.c
index 51aa8acfcc4e..90778440b76e 100644
--- a/lib/libthr/thread/thr_once.c
+++ b/lib/libthr/thread/thr_once.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
* Copyright (c) 2005, David Xu <davidxu@freebsd.org>
* All rights reserved.
*