Author: pfg
Date: Sat Nov 25 17:09:43 2017
New Revision: 326192
URL: https://svnweb.freebsd.org/changeset/base/326192

Log:
  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.

Modified:
  head/include/bitstring.h
  head/include/complex.h
  head/include/cpio.h
  head/include/elf-hints.h
  head/include/elf.h
  head/include/fmtmsg.h
  head/include/getopt.h
  head/include/hesiod.h
  head/include/iconv.h
  head/include/inttypes.h
  head/include/iso646.h
  head/include/kenv.h
  head/include/langinfo.h
  head/include/libgen.h
  head/include/link.h
  head/include/malloc_np.h
  head/include/mk-osreldate.sh
  head/include/monetary.h
  head/include/mqueue.h
  head/include/nl_types.h
  head/include/nss.h
  head/include/nsswitch.h
  head/include/printf.h
  head/include/proc_service.h
  head/include/pthread.h
  head/include/rpc/rpcsec_gss.h
  head/include/rpcsvc/yp_prot.h
  head/include/rpcsvc/ypclnt.h
  head/include/semaphore.h
  head/include/spawn.h
  head/include/stdalign.h
  head/include/stdbool.h
  head/include/stdnoreturn.h
  head/include/stringlist.h
  head/include/strings.h
  head/include/tgmath.h
  head/include/timers.h
  head/include/uchar.h
  head/include/ulimit.h
  head/include/utmpx.h
  head/include/uuid.h
  head/include/varargs.h
  head/include/wchar.h
  head/include/wctype.h
  head/include/wordexp.h
  head/include/xlocale.h
  head/include/xlocale/_ctype.h
  head/include/xlocale/_inttypes.h
  head/include/xlocale/_langinfo.h
  head/include/xlocale/_locale.h
  head/include/xlocale/_monetary.h
  head/include/xlocale/_stdio.h
  head/include/xlocale/_stdlib.h
  head/include/xlocale/_string.h
  head/include/xlocale/_time.h
  head/include/xlocale/_uchar.h
  head/include/xlocale/_wchar.h

Modified: head/include/bitstring.h
==============================================================================
--- head/include/bitstring.h    Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/bitstring.h    Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Poul-Henning Kamp
  * All rights reserved.
  *

Modified: head/include/complex.h
==============================================================================
--- head/include/complex.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/complex.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001-2011 The FreeBSD Project.
  * All rights reserved.
  *

Modified: head/include/cpio.h
==============================================================================
--- head/include/cpio.h Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/cpio.h Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Mike Barcroft <[email protected]>
  * All rights reserved.
  *

Modified: head/include/elf-hints.h
==============================================================================
--- head/include/elf-hints.h    Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/elf-hints.h    Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1997 John D. Polstra.
  * All rights reserved.
  *

Modified: head/include/elf.h
==============================================================================
--- head/include/elf.h  Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/elf.h  Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 David E. O'Brien.
  * All rights reserved.
  *

Modified: head/include/fmtmsg.h
==============================================================================
--- head/include/fmtmsg.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/fmtmsg.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Mike Barcroft <[email protected]>
  * All rights reserved.
  *

Modified: head/include/getopt.h
==============================================================================
--- head/include/getopt.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/getopt.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -2,6 +2,8 @@
 /*     $FreeBSD$ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/include/hesiod.h
==============================================================================
--- head/include/hesiod.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/hesiod.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -3,6 +3,8 @@
 
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/include/iconv.h
==============================================================================
--- head/include/iconv.h        Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/iconv.h        Sat Nov 25 17:09:43 2017        (r326192)
@@ -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 <[email protected]>
  * All rights reserved.

Modified: head/include/inttypes.h
==============================================================================
--- head/include/inttypes.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/inttypes.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Mike Barcroft <[email protected]>
  * All rights reserved.
  *

Modified: head/include/iso646.h
==============================================================================
--- head/include/iso646.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/iso646.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1998 Alex Nash
  * All rights reserved.
  *

Modified: head/include/kenv.h
==============================================================================
--- head/include/kenv.h Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/kenv.h Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Maxime Henrion <[email protected]>
  * All rights reserved.
  *

Modified: head/include/langinfo.h
==============================================================================
--- head/include/langinfo.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/langinfo.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Alexey Zelkin <[email protected]>
  * All rights reserved.
  *

Modified: head/include/libgen.h
==============================================================================
--- head/include/libgen.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/libgen.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -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 <[email protected]>
  * All rights reserved.
  *

Modified: head/include/link.h
==============================================================================
--- head/include/link.h Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/link.h Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1993 Paul Kranenburg
  * All rights reserved.
  *

Modified: head/include/malloc_np.h
==============================================================================
--- head/include/malloc_np.h    Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/malloc_np.h    Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2006 Jason Evans <[email protected]>.
  * All rights reserved.
  *

Modified: head/include/mk-osreldate.sh
==============================================================================
--- head/include/mk-osreldate.sh        Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/mk-osreldate.sh        Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 #!/bin/sh -
+# SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+#
 # Copyright (c) 2013 Garrett Cooper
 # All rights reserved.
 #

Modified: head/include/monetary.h
==============================================================================
--- head/include/monetary.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/monetary.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Alexey Zelkin <[email protected]>
  * All rights reserved.
  *

Modified: head/include/mqueue.h
==============================================================================
--- head/include/mqueue.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/mqueue.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 David Xu <[email protected]>
  * All rights reserved.
  *

Modified: head/include/nl_types.h
==============================================================================
--- head/include/nl_types.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/nl_types.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -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.
  *

Modified: head/include/nss.h
==============================================================================
--- head/include/nss.h  Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/nss.h  Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Networks Associates Technology, Inc.
  * All rights reserved.
  *

Modified: head/include/nsswitch.h
==============================================================================
--- head/include/nsswitch.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/nsswitch.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -2,6 +2,8 @@
 /*     $FreeBSD$ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/include/printf.h
==============================================================================
--- head/include/printf.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/printf.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Poul-Henning Kamp
  * All rights reserved.
  *

Modified: head/include/proc_service.h
==============================================================================
--- head/include/proc_service.h Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/proc_service.h Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 David Xu <[email protected]>
  * Copyright (c) 2004 Marcel Moolenaar
  * All rights reserved.

Modified: head/include/pthread.h
==============================================================================
--- head/include/pthread.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/pthread.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1993, 1994 by Chris Provenzano, [email protected]
  * Copyright (c) 1995-1998 by John Birrell <[email protected]>
  * All rights reserved.

Modified: head/include/rpc/rpcsec_gss.h
==============================================================================
--- head/include/rpc/rpcsec_gss.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/rpc/rpcsec_gss.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Doug Rabson
  * All rights reserved.
  *

Modified: head/include/rpcsvc/yp_prot.h
==============================================================================
--- head/include/rpcsvc/yp_prot.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/rpcsvc/yp_prot.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992/3 Theo de Raadt <[email protected]>
  * All rights reserved.
  *

Modified: head/include/rpcsvc/ypclnt.h
==============================================================================
--- head/include/rpcsvc/ypclnt.h        Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/rpcsvc/ypclnt.h        Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992/3 Theo de Raadt <[email protected]>
  * All rights reserved.
  *

Modified: head/include/semaphore.h
==============================================================================
--- head/include/semaphore.h    Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/semaphore.h    Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 David Xu <[email protected]>
  *
  * All rights reserved.

Modified: head/include/spawn.h
==============================================================================
--- head/include/spawn.h        Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/spawn.h        Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/stdalign.h
==============================================================================
--- head/include/stdalign.h     Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/stdalign.h     Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/stdbool.h
==============================================================================
--- head/include/stdbool.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/stdbool.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2000 Jeroen Ruigrok van der Werven <[email protected]>
  * All rights reserved.
  *

Modified: head/include/stdnoreturn.h
==============================================================================
--- head/include/stdnoreturn.h  Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/stdnoreturn.h  Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/stringlist.h
==============================================================================
--- head/include/stringlist.h   Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/stringlist.h   Sat Nov 25 17:09:43 2017        (r326192)
@@ -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.
  *

Modified: head/include/strings.h
==============================================================================
--- head/include/strings.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/strings.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Mike Barcroft <[email protected]>
  * All rights reserved.
  *

Modified: head/include/tgmath.h
==============================================================================
--- head/include/tgmath.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/tgmath.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Stefan Farfeleder.
  * All rights reserved.
  *

Modified: head/include/timers.h
==============================================================================
--- head/include/timers.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/timers.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /* ==== timers.h ============================================================
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
  * Copyright (c) 1994 by Chris Provenzano, [email protected]
  * All rights reserved.
  *

Modified: head/include/uchar.h
==============================================================================
--- head/include/uchar.h        Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/uchar.h        Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/ulimit.h
==============================================================================
--- head/include/ulimit.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/ulimit.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Kyle Martin <[email protected]>
  * All rights reserved.
  *

Modified: head/include/utmpx.h
==============================================================================
--- head/include/utmpx.h        Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/utmpx.h        Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/uuid.h
==============================================================================
--- head/include/uuid.h Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/uuid.h Sat Nov 25 17:09:43 2017        (r326192)
@@ -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.

Modified: head/include/varargs.h
==============================================================================
--- head/include/varargs.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/varargs.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Alexander Kabaev
  * All rights reserved.
  *

Modified: head/include/wchar.h
==============================================================================
--- head/include/wchar.h        Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/wchar.h        Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)1999 Citrus Project,
  * All rights reserved.
  *

Modified: head/include/wctype.h
==============================================================================
--- head/include/wctype.h       Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/wctype.h       Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)1999 Citrus Project,
  * All rights reserved.
  *

Modified: head/include/wordexp.h
==============================================================================
--- head/include/wordexp.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/wordexp.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Tim J. Robbins.
  * All rights reserved.
  *

Modified: head/include/xlocale.h
==============================================================================
--- head/include/xlocale.h      Sat Nov 25 16:46:35 2017        (r326191)
+++ head/include/xlocale.h      Sat Nov 25 17:09:43 2017        (r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_ctype.h
==============================================================================
--- head/include/xlocale/_ctype.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_ctype.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_inttypes.h
==============================================================================
--- head/include/xlocale/_inttypes.h    Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_inttypes.h    Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_langinfo.h
==============================================================================
--- head/include/xlocale/_langinfo.h    Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_langinfo.h    Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_locale.h
==============================================================================
--- head/include/xlocale/_locale.h      Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_locale.h      Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_monetary.h
==============================================================================
--- head/include/xlocale/_monetary.h    Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_monetary.h    Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_stdio.h
==============================================================================
--- head/include/xlocale/_stdio.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_stdio.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_stdlib.h
==============================================================================
--- head/include/xlocale/_stdlib.h      Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_stdlib.h      Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_string.h
==============================================================================
--- head/include/xlocale/_string.h      Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_string.h      Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_time.h
==============================================================================
--- head/include/xlocale/_time.h        Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_time.h        Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/include/xlocale/_uchar.h
==============================================================================
--- head/include/xlocale/_uchar.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_uchar.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Ed Schouten <[email protected]>
  * All rights reserved.
  *

Modified: head/include/xlocale/_wchar.h
==============================================================================
--- head/include/xlocale/_wchar.h       Sat Nov 25 16:46:35 2017        
(r326191)
+++ head/include/xlocale/_wchar.h       Sat Nov 25 17:09:43 2017        
(r326192)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011, 2012 The FreeBSD Foundation
  * All rights reserved.
  *
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to