diff options
Diffstat (limited to 'lib/libstdthreads/thrd.c')
-rw-r--r-- | lib/libstdthreads/thrd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libstdthreads/thrd.c b/lib/libstdthreads/thrd.c index b0e36ef618fbe..82fcdce693c80 100644 --- a/lib/libstdthreads/thrd.c +++ b/lib/libstdthreads/thrd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org> * All rights reserved. * |