From owner-svn-src-all@freebsd.org Sat Nov 25 17:09:51 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29B08DEB34C; Sat, 25 Nov 2017 17:09:51 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B954766811; Sat, 25 Nov 2017 17:09:50 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAPH9ntn026331; Sat, 25 Nov 2017 17:09:49 GMT (envelope-from pfg@FreeBSD.org) Received: (from pfg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAPH9ioA026272; Sat, 25 Nov 2017 17:09:44 GMT (envelope-from pfg@FreeBSD.org) Message-Id: <201711251709.vAPH9ioA026272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pfg set sender to pfg@FreeBSD.org using -f From: "Pedro F. Giffuni" Date: Sat, 25 Nov 2017 17:09:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326192 - in head/include: . rpc rpcsvc xlocale X-SVN-Group: head X-SVN-Commit-Author: pfg X-SVN-Commit-Paths: in head/include: . rpc rpcsvc xlocale X-SVN-Commit-Revision: 326192 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 17:09:51 -0000 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 * 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 * 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 * 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 * 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 * 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 * 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 * 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 . * 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 * 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 * 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 * 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, proven@mit.edu * Copyright (c) 1995-1998 by John Birrell * 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 * 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 * 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 * * 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 * 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 * 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 * 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 * 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 * 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, proven@mit.edu * 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 * 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 * 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 * 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 * 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. *