From e58eb3c437974277957187cfed4b9aa0c1a1e253 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Sat, 25 Nov 2017 17:09:43 +0000 Subject: [PATCH] include: General further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using mis-identified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. --- include/bitstring.h | 2 ++ include/complex.h | 2 ++ include/cpio.h | 2 ++ include/elf-hints.h | 2 ++ include/elf.h | 2 ++ include/fmtmsg.h | 2 ++ include/getopt.h | 2 ++ include/hesiod.h | 2 ++ include/iconv.h | 2 ++ include/inttypes.h | 2 ++ include/iso646.h | 2 ++ include/kenv.h | 2 ++ include/langinfo.h | 2 ++ include/libgen.h | 4 +++- include/link.h | 4 +++- include/malloc_np.h | 2 ++ include/mk-osreldate.sh | 2 ++ include/monetary.h | 2 ++ include/mqueue.h | 2 ++ include/nl_types.h | 2 ++ include/nss.h | 2 ++ include/nsswitch.h | 2 ++ include/printf.h | 2 ++ include/proc_service.h | 4 +++- include/pthread.h | 4 +++- include/rpc/rpcsec_gss.h | 2 ++ include/rpcsvc/yp_prot.h | 4 +++- include/rpcsvc/ypclnt.h | 4 +++- include/semaphore.h | 4 +++- include/spawn.h | 2 ++ include/stdalign.h | 2 ++ include/stdbool.h | 2 ++ include/stdnoreturn.h | 2 ++ include/stringlist.h | 4 +++- include/strings.h | 2 ++ include/tgmath.h | 2 ++ include/timers.h | 2 ++ include/uchar.h | 2 ++ include/ulimit.h | 2 ++ include/utmpx.h | 2 ++ include/uuid.h | 2 ++ include/varargs.h | 2 ++ include/wchar.h | 2 ++ include/wctype.h | 2 ++ include/wordexp.h | 2 ++ include/xlocale.h | 2 ++ include/xlocale/_ctype.h | 2 ++ include/xlocale/_inttypes.h | 2 ++ include/xlocale/_langinfo.h | 2 ++ include/xlocale/_locale.h | 2 ++ include/xlocale/_monetary.h | 2 ++ include/xlocale/_stdio.h | 2 ++ include/xlocale/_stdlib.h | 2 ++ include/xlocale/_string.h | 2 ++ include/xlocale/_time.h | 2 ++ include/xlocale/_uchar.h | 2 ++ include/xlocale/_wchar.h | 2 ++ 57 files changed, 122 insertions(+), 8 deletions(-) diff --git a/include/bitstring.h b/include/bitstring.h index 6dc91d575c8..b179880f1e4 100644 --- a/include/bitstring.h +++ b/include/bitstring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Poul-Henning Kamp * All rights reserved. * diff --git a/include/complex.h b/include/complex.h index 14e1a045e12..b502613c6ac 100644 --- a/include/complex.h +++ b/include/complex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2011 The FreeBSD Project. * All rights reserved. * diff --git a/include/cpio.h b/include/cpio.h index e1d27ce5d2d..9cbd44e1652 100644 --- a/include/cpio.h +++ b/include/cpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft * All rights reserved. * diff --git a/include/elf-hints.h b/include/elf-hints.h index e009074a98e..679cc34e249 100644 --- a/include/elf-hints.h +++ b/include/elf-hints.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 John D. Polstra. * All rights reserved. * diff --git a/include/elf.h b/include/elf.h index c094a1c7883..f230ae729fe 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 David E. O'Brien. * All rights reserved. * diff --git a/include/fmtmsg.h b/include/fmtmsg.h index 307c844c388..1251c95d489 100644 --- a/include/fmtmsg.h +++ b/include/fmtmsg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft * All rights reserved. * diff --git a/include/getopt.h b/include/getopt.h index 445194128c6..789b4d1d434 100644 --- a/include/getopt.h +++ b/include/getopt.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/hesiod.h b/include/hesiod.h index 2c29294cc99..5879632e09b 100644 --- a/include/hesiod.h +++ b/include/hesiod.h @@ -3,6 +3,8 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/iconv.h b/include/iconv.h index 51f060353f2..338ca1544d8 100644 --- a/include/iconv.h +++ b/include/iconv.h @@ -2,6 +2,8 @@ /* $NetBSD: iconv.h,v 1.6 2005/02/03 04:39:32 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2003 Citrus Project, * Copyright (c) 2009, 2010 Gabor Kovesdan * All rights reserved. diff --git a/include/inttypes.h b/include/inttypes.h index 510939680f1..adf74e5a3e9 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Mike Barcroft * All rights reserved. * diff --git a/include/iso646.h b/include/iso646.h index a11101e525c..a2ab46abf4e 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Alex Nash * All rights reserved. * diff --git a/include/kenv.h b/include/kenv.h index 90af9298f36..0f5e8a92fa2 100644 --- a/include/kenv.h +++ b/include/kenv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Maxime Henrion * All rights reserved. * diff --git a/include/langinfo.h b/include/langinfo.h index 46e38c72471..87273072a90 100644 --- a/include/langinfo.h +++ b/include/langinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin * All rights reserved. * diff --git a/include/libgen.h b/include/libgen.h index 173190f0367..ffbb77f3ed6 100644 --- a/include/libgen.h +++ b/include/libgen.h @@ -1,7 +1,9 @@ /* $OpenBSD: libgen.h,v 1.4 1999/05/28 22:00:22 espie Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Todd C. Miller * All rights reserved. * diff --git a/include/link.h b/include/link.h index f95bbe8872a..60f6bd69add 100644 --- a/include/link.h +++ b/include/link.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Paul Kranenburg * All rights reserved. * diff --git a/include/malloc_np.h b/include/malloc_np.h index fbbf4ff0788..dca0dd50a62 100644 --- a/include/malloc_np.h +++ b/include/malloc_np.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006 Jason Evans . * All rights reserved. * diff --git a/include/mk-osreldate.sh b/include/mk-osreldate.sh index e9c6772724d..cf7d55a4369 100755 --- a/include/mk-osreldate.sh +++ b/include/mk-osreldate.sh @@ -1,4 +1,6 @@ #!/bin/sh - +# SPDX-License-Identifier: BSD-2-Clause-FreeBSD +# # Copyright (c) 2013 Garrett Cooper # All rights reserved. # diff --git a/include/monetary.h b/include/monetary.h index bca607a0478..d7b381b8204 100644 --- a/include/monetary.h +++ b/include/monetary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alexey Zelkin * All rights reserved. * diff --git a/include/mqueue.h b/include/mqueue.h index e1c0f27ddcb..987cf0bd4e2 100644 --- a/include/mqueue.h +++ b/include/mqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 David Xu * All rights reserved. * diff --git a/include/nl_types.h b/include/nl_types.h index c9da68ea9ba..bf88144aefd 100644 --- a/include/nl_types.h +++ b/include/nl_types.h @@ -1,6 +1,8 @@ /* $NetBSD: nl_types.h,v 1.9 2000/10/03 19:53:32 sommerfeld Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/nss.h b/include/nss.h index 1f4d078b1c3..0cc155a0393 100644 --- a/include/nss.h +++ b/include/nss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Networks Associates Technology, Inc. * All rights reserved. * diff --git a/include/nsswitch.h b/include/nsswitch.h index 1a97cea81b7..f7131292dd7 100644 --- a/include/nsswitch.h +++ b/include/nsswitch.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/include/printf.h b/include/printf.h index c12c3ebf4ec..2a643f94c65 100644 --- a/include/printf.h +++ b/include/printf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Poul-Henning Kamp * All rights reserved. * diff --git a/include/proc_service.h b/include/proc_service.h index c9e6f27b4ef..3b12ff94946 100644 --- a/include/proc_service.h +++ b/include/proc_service.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David Xu * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. diff --git a/include/pthread.h b/include/pthread.h index 33267c1f6eb..24b2b5bb4a2 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu * Copyright (c) 1995-1998 by John Birrell * All rights reserved. diff --git a/include/rpc/rpcsec_gss.h b/include/rpc/rpcsec_gss.h index ccd346fd456..2878ae04b70 100644 --- a/include/rpc/rpcsec_gss.h +++ b/include/rpc/rpcsec_gss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Doug Rabson * All rights reserved. * diff --git a/include/rpcsvc/yp_prot.h b/include/rpcsvc/yp_prot.h index 10d58289148..dd73adfb276 100644 --- a/include/rpcsvc/yp_prot.h +++ b/include/rpcsvc/yp_prot.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt * All rights reserved. * diff --git a/include/rpcsvc/ypclnt.h b/include/rpcsvc/ypclnt.h index abde97c3efe..c0a0a46e185 100644 --- a/include/rpcsvc/ypclnt.h +++ b/include/rpcsvc/ypclnt.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992/3 Theo de Raadt * All rights reserved. * diff --git a/include/semaphore.h b/include/semaphore.h index 110f7c865df..f330d514205 100644 --- a/include/semaphore.h +++ b/include/semaphore.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 David Xu * * All rights reserved. diff --git a/include/spawn.h b/include/spawn.h index 7889d0e1024..79753bba051 100644 --- a/include/spawn.h +++ b/include/spawn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten * All rights reserved. * diff --git a/include/stdalign.h b/include/stdalign.h index 2fb13aa3f84..6f777fde3df 100644 --- a/include/stdalign.h +++ b/include/stdalign.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ed Schouten * All rights reserved. * diff --git a/include/stdbool.h b/include/stdbool.h index 48070c18dfc..267e1ad2a1a 100644 --- a/include/stdbool.h +++ b/include/stdbool.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Jeroen Ruigrok van der Werven * All rights reserved. * diff --git a/include/stdnoreturn.h b/include/stdnoreturn.h index 218a3a0ad11..e8fc7dca71b 100644 --- a/include/stdnoreturn.h +++ b/include/stdnoreturn.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Ed Schouten * All rights reserved. * diff --git a/include/stringlist.h b/include/stringlist.h index 7222b31c36e..b570e631b52 100644 --- a/include/stringlist.h +++ b/include/stringlist.h @@ -1,6 +1,8 @@ /* $NetBSD: stringlist.h,v 1.2 1997/01/17 06:11:36 lukem Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994 Christos Zoulas * All rights reserved. * diff --git a/include/strings.h b/include/strings.h index 2210df04f0d..9df19e4ce9c 100644 --- a/include/strings.h +++ b/include/strings.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Mike Barcroft * All rights reserved. * diff --git a/include/tgmath.h b/include/tgmath.h index 7f4de6f3fa6..bf7a61c5f32 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Stefan Farfeleder. * All rights reserved. * diff --git a/include/timers.h b/include/timers.h index 73180f9c75e..20f95759e26 100644 --- a/include/timers.h +++ b/include/timers.h @@ -1,4 +1,6 @@ /* ==== timers.h ============================================================ + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. * diff --git a/include/uchar.h b/include/uchar.h index a3fd4fd0195..a84a58b3a2d 100644 --- a/include/uchar.h +++ b/include/uchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten * All rights reserved. * diff --git a/include/ulimit.h b/include/ulimit.h index ffc40671ea0..2579a520151 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Kyle Martin * All rights reserved. * diff --git a/include/utmpx.h b/include/utmpx.h index 22707e4d368..b71d9638d81 100644 --- a/include/utmpx.h +++ b/include/utmpx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Ed Schouten * All rights reserved. * diff --git a/include/uuid.h b/include/uuid.h index 79ab76b3b29..8056acaf715 100644 --- a/include/uuid.h +++ b/include/uuid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002,2005 Marcel Moolenaar * Copyright (c) 2002 Hiten Mahesh Pandya * All rights reserved. diff --git a/include/varargs.h b/include/varargs.h index 51a9b595c54..930beca3723 100644 --- a/include/varargs.h +++ b/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Alexander Kabaev * All rights reserved. * diff --git a/include/wchar.h b/include/wchar.h index 26d257ac8b4..5951a2c7cc6 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/include/wctype.h b/include/wctype.h index f176739e101..5882615ce04 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c)1999 Citrus Project, * All rights reserved. * diff --git a/include/wordexp.h b/include/wordexp.h index b86e6f9e34b..bda6ff542fb 100644 --- a/include/wordexp.h +++ b/include/wordexp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Tim J. Robbins. * All rights reserved. * diff --git a/include/xlocale.h b/include/xlocale.h index cdeff3edddf..647c43b315c 100644 --- a/include/xlocale.h +++ b/include/xlocale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_ctype.h b/include/xlocale/_ctype.h index 25a9c723c96..bf4da73f58b 100644 --- a/include/xlocale/_ctype.h +++ b/include/xlocale/_ctype.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_inttypes.h b/include/xlocale/_inttypes.h index 58e434ecf3d..2617f5ef17d 100644 --- a/include/xlocale/_inttypes.h +++ b/include/xlocale/_inttypes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_langinfo.h b/include/xlocale/_langinfo.h index e4f8c50a27a..0d44394dff2 100644 --- a/include/xlocale/_langinfo.h +++ b/include/xlocale/_langinfo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_locale.h b/include/xlocale/_locale.h index 21a3102b738..a4e04f082fa 100644 --- a/include/xlocale/_locale.h +++ b/include/xlocale/_locale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_monetary.h b/include/xlocale/_monetary.h index 3481278acf0..3cfc86b1f1a 100644 --- a/include/xlocale/_monetary.h +++ b/include/xlocale/_monetary.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_stdio.h b/include/xlocale/_stdio.h index 0aebdcf97bf..2d4f6f5e242 100644 --- a/include/xlocale/_stdio.h +++ b/include/xlocale/_stdio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_stdlib.h b/include/xlocale/_stdlib.h index d8356793d0c..c4e5a0ca662 100644 --- a/include/xlocale/_stdlib.h +++ b/include/xlocale/_stdlib.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_string.h b/include/xlocale/_string.h index a7c146efc92..7fdad756286 100644 --- a/include/xlocale/_string.h +++ b/include/xlocale/_string.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_time.h b/include/xlocale/_time.h index 4493fdd449b..4b47b1aea1f 100644 --- a/include/xlocale/_time.h +++ b/include/xlocale/_time.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/include/xlocale/_uchar.h b/include/xlocale/_uchar.h index 4256c874359..0c6ed09373f 100644 --- a/include/xlocale/_uchar.h +++ b/include/xlocale/_uchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ed Schouten * All rights reserved. * diff --git a/include/xlocale/_wchar.h b/include/xlocale/_wchar.h index 6b02d05c96d..3a7261354f8 100644 --- a/include/xlocale/_wchar.h +++ b/include/xlocale/_wchar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2012 The FreeBSD Foundation * All rights reserved. *