Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2017 17:12:49 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326193 - in head/lib/libc: amd64 amd64/gen amd64/string amd64/sys arm arm/aeabi arm/gen arm/sys db/mpool gdtoa gen i386 i386/gen i386/sys iconv include locale mips mips/gen net posix1e...
Message-ID:  <201711251712.vAPHCnNn030424@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Sat Nov 25 17:12:48 2017
New Revision: 326193
URL: https://svnweb.freebsd.org/changeset/base/326193

Log:
  libc: 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/lib/libc/amd64/_fpmath.h
  head/lib/libc/amd64/gen/_set_tp.c
  head/lib/libc/amd64/gen/getcontextx.c
  head/lib/libc/amd64/gen/makecontext.c
  head/lib/libc/amd64/gen/signalcontext.c
  head/lib/libc/amd64/string/strcpy.c
  head/lib/libc/amd64/sys/amd64_get_fsbase.c
  head/lib/libc/amd64/sys/amd64_get_gsbase.c
  head/lib/libc/amd64/sys/amd64_set_fsbase.c
  head/lib/libc/amd64/sys/amd64_set_gsbase.c
  head/lib/libc/arm/_fpmath.h
  head/lib/libc/arm/aeabi/aeabi_atexit.c
  head/lib/libc/arm/aeabi/aeabi_double.c
  head/lib/libc/arm/aeabi/aeabi_float.c
  head/lib/libc/arm/aeabi/aeabi_unwind_cpp.c
  head/lib/libc/arm/gen/_set_tp.c
  head/lib/libc/arm/gen/arm_initfini.c
  head/lib/libc/arm/gen/flt_rounds.c
  head/lib/libc/arm/gen/getcontextx.c
  head/lib/libc/arm/gen/makecontext.c
  head/lib/libc/arm/gen/signalcontext.c
  head/lib/libc/arm/sys/__vdso_gettc.c
  head/lib/libc/db/mpool/mpool-compat.c
  head/lib/libc/gdtoa/_hdtoa.c
  head/lib/libc/gdtoa/_hldtoa.c
  head/lib/libc/gdtoa/_ldtoa.c
  head/lib/libc/gdtoa/machdep_ldisQ.c
  head/lib/libc/gdtoa/machdep_ldisd.c
  head/lib/libc/gdtoa/machdep_ldisx.c
  head/lib/libc/gen/__getosreldate.c
  head/lib/libc/gen/_once_stub.c
  head/lib/libc/gen/_pthread_stubs.c
  head/lib/libc/gen/_thread_init.c
  head/lib/libc/gen/auxv.c
  head/lib/libc/gen/cap_sandboxed.c
  head/lib/libc/gen/clock_getcpuclockid.c
  head/lib/libc/gen/ctermid.c
  head/lib/libc/gen/dirfd.c
  head/lib/libc/gen/dlfcn.c
  head/lib/libc/gen/dup3.c
  head/lib/libc/gen/elf_utils.c
  head/lib/libc/gen/errno.c
  head/lib/libc/gen/fdevname.c
  head/lib/libc/gen/fmtcheck.c
  head/lib/libc/gen/fmtmsg.c
  head/lib/libc/gen/fpclassify.c
  head/lib/libc/gen/frexp.c
  head/lib/libc/gen/ftok.c
  head/lib/libc/gen/getgrent.c
  head/lib/libc/gen/getpagesizes.c
  head/lib/libc/gen/getpeereid.c
  head/lib/libc/gen/getpwent.c
  head/lib/libc/gen/getutxent.c
  head/lib/libc/gen/isinf.c
  head/lib/libc/gen/isnan.c
  head/lib/libc/gen/libc_dlopen.c
  head/lib/libc/gen/lockf.c
  head/lib/libc/gen/posix_spawn.c
  head/lib/libc/gen/pututxline.c
  head/lib/libc/gen/sem.c
  head/lib/libc/gen/sem_new.c
  head/lib/libc/gen/semctl.c
  head/lib/libc/gen/stringlist.c
  head/lib/libc/gen/sysctlnametomib.c
  head/lib/libc/gen/tls.c
  head/lib/libc/gen/ulimit.c
  head/lib/libc/gen/unvis-compat.c
  head/lib/libc/gen/utxdb.c
  head/lib/libc/gen/utxdb.h
  head/lib/libc/gen/waitid.c
  head/lib/libc/gen/wordexp.c
  head/lib/libc/i386/_fpmath.h
  head/lib/libc/i386/gen/_set_tp.c
  head/lib/libc/i386/gen/getcontextx.c
  head/lib/libc/i386/gen/makecontext.c
  head/lib/libc/i386/gen/signalcontext.c
  head/lib/libc/i386/sys/i386_clr_watch.c
  head/lib/libc/i386/sys/i386_get_fsbase.c
  head/lib/libc/i386/sys/i386_get_gsbase.c
  head/lib/libc/i386/sys/i386_get_ioperm.c
  head/lib/libc/i386/sys/i386_get_ldt.c
  head/lib/libc/i386/sys/i386_set_fsbase.c
  head/lib/libc/i386/sys/i386_set_gsbase.c
  head/lib/libc/i386/sys/i386_set_ioperm.c
  head/lib/libc/i386/sys/i386_set_ldt.c
  head/lib/libc/i386/sys/i386_set_watch.c
  head/lib/libc/i386/sys/i386_vm86.c
  head/lib/libc/iconv/__iconv.c
  head/lib/libc/iconv/__iconv_free_list.c
  head/lib/libc/iconv/__iconv_get_list.c
  head/lib/libc/iconv/bsd_iconv.c
  head/lib/libc/iconv/citrus_aliasname_local.h
  head/lib/libc/iconv/citrus_bcs.c
  head/lib/libc/iconv/citrus_bcs.h
  head/lib/libc/iconv/citrus_bcs_strtol.c
  head/lib/libc/iconv/citrus_bcs_strtoul.c
  head/lib/libc/iconv/citrus_csmapper.c
  head/lib/libc/iconv/citrus_csmapper.h
  head/lib/libc/iconv/citrus_db.c
  head/lib/libc/iconv/citrus_db.h
  head/lib/libc/iconv/citrus_db_factory.c
  head/lib/libc/iconv/citrus_db_factory.h
  head/lib/libc/iconv/citrus_db_file.h
  head/lib/libc/iconv/citrus_db_hash.c
  head/lib/libc/iconv/citrus_db_hash.h
  head/lib/libc/iconv/citrus_esdb.c
  head/lib/libc/iconv/citrus_esdb.h
  head/lib/libc/iconv/citrus_esdb_file.h
  head/lib/libc/iconv/citrus_fix_grouping.h
  head/lib/libc/iconv/citrus_hash.c
  head/lib/libc/iconv/citrus_hash.h
  head/lib/libc/iconv/citrus_iconv.c
  head/lib/libc/iconv/citrus_iconv.h
  head/lib/libc/iconv/citrus_iconv_local.h
  head/lib/libc/iconv/citrus_lock.h
  head/lib/libc/iconv/citrus_lookup.c
  head/lib/libc/iconv/citrus_lookup.h
  head/lib/libc/iconv/citrus_lookup_factory.c
  head/lib/libc/iconv/citrus_lookup_factory.h
  head/lib/libc/iconv/citrus_lookup_file.h
  head/lib/libc/iconv/citrus_mapper.c
  head/lib/libc/iconv/citrus_mapper.h
  head/lib/libc/iconv/citrus_mapper_local.h
  head/lib/libc/iconv/citrus_memstream.c
  head/lib/libc/iconv/citrus_memstream.h
  head/lib/libc/iconv/citrus_mmap.c
  head/lib/libc/iconv/citrus_mmap.h
  head/lib/libc/iconv/citrus_module.c
  head/lib/libc/iconv/citrus_module.h
  head/lib/libc/iconv/citrus_namespace.h
  head/lib/libc/iconv/citrus_none.c
  head/lib/libc/iconv/citrus_none.h
  head/lib/libc/iconv/citrus_pivot_factory.c
  head/lib/libc/iconv/citrus_pivot_factory.h
  head/lib/libc/iconv/citrus_pivot_file.h
  head/lib/libc/iconv/citrus_prop.c
  head/lib/libc/iconv/citrus_prop.h
  head/lib/libc/iconv/citrus_region.h
  head/lib/libc/iconv/citrus_stdenc.c
  head/lib/libc/iconv/citrus_stdenc.h
  head/lib/libc/iconv/citrus_stdenc_local.h
  head/lib/libc/iconv/citrus_stdenc_template.h
  head/lib/libc/iconv/citrus_types.h
  head/lib/libc/iconv/iconv-internal.h
  head/lib/libc/iconv/iconv.c
  head/lib/libc/iconv/iconv_canonicalize.c
  head/lib/libc/iconv/iconv_close.c
  head/lib/libc/iconv/iconv_compat.c
  head/lib/libc/iconv/iconv_open.c
  head/lib/libc/iconv/iconv_open_into.c
  head/lib/libc/iconv/iconv_set_relocation_prefix.c
  head/lib/libc/iconv/iconvctl.c
  head/lib/libc/iconv/iconvlist.c
  head/lib/libc/include/compat.h
  head/lib/libc/include/errlst.h
  head/lib/libc/include/fpmath.h
  head/lib/libc/include/namespace.h
  head/lib/libc/include/nscache.h
  head/lib/libc/include/nscachedcli.h
  head/lib/libc/include/nss_tls.h
  head/lib/libc/include/reentrant.h
  head/lib/libc/include/un-namespace.h
  head/lib/libc/locale/btowc.c
  head/lib/libc/locale/c16rtomb.c
  head/lib/libc/locale/c32rtomb.c
  head/lib/libc/locale/cXXrtomb_iconv.h
  head/lib/libc/locale/collate.c
  head/lib/libc/locale/collate.h
  head/lib/libc/locale/collcmp.c
  head/lib/libc/locale/ctype.c
  head/lib/libc/locale/fix_grouping.c
  head/lib/libc/locale/gb18030.c
  head/lib/libc/locale/gb2312.c
  head/lib/libc/locale/ldpart.c
  head/lib/libc/locale/ldpart.h
  head/lib/libc/locale/lmessages.c
  head/lib/libc/locale/lmessages.h
  head/lib/libc/locale/lmonetary.c
  head/lib/libc/locale/lmonetary.h
  head/lib/libc/locale/lnumeric.c
  head/lib/libc/locale/lnumeric.h
  head/lib/libc/locale/mblen.c
  head/lib/libc/locale/mblocal.h
  head/lib/libc/locale/mbrlen.c
  head/lib/libc/locale/mbrtoc16.c
  head/lib/libc/locale/mbrtoc32.c
  head/lib/libc/locale/mbrtocXX_iconv.h
  head/lib/libc/locale/mbrtowc.c
  head/lib/libc/locale/mbsinit.c
  head/lib/libc/locale/mbsnrtowcs.c
  head/lib/libc/locale/mbsrtowcs.c
  head/lib/libc/locale/mbstowcs.c
  head/lib/libc/locale/mbtowc.c
  head/lib/libc/locale/mskanji.c
  head/lib/libc/locale/nextwctype.c
  head/lib/libc/locale/nl_langinfo.c
  head/lib/libc/locale/rpmatch.c
  head/lib/libc/locale/runefile.h
  head/lib/libc/locale/setlocale.h
  head/lib/libc/locale/utf8.c
  head/lib/libc/locale/wcrtomb.c
  head/lib/libc/locale/wcsftime.c
  head/lib/libc/locale/wcsnrtombs.c
  head/lib/libc/locale/wcsrtombs.c
  head/lib/libc/locale/wcstod.c
  head/lib/libc/locale/wcstof.c
  head/lib/libc/locale/wcstold.c
  head/lib/libc/locale/wcstombs.c
  head/lib/libc/locale/wctob.c
  head/lib/libc/locale/wctomb.c
  head/lib/libc/locale/wctrans.c
  head/lib/libc/locale/wctype.c
  head/lib/libc/locale/xlocale.c
  head/lib/libc/locale/xlocale_private.h
  head/lib/libc/mips/_fpmath.h
  head/lib/libc/mips/gen/_set_tp.c
  head/lib/libc/mips/gen/longjmp.c
  head/lib/libc/mips/gen/makecontext.c
  head/lib/libc/mips/gen/signalcontext.c
  head/lib/libc/net/gethostbynis.c
  head/lib/libc/net/gethostnamadr.c
  head/lib/libc/net/getifmaddrs.c
  head/lib/libc/net/getnetbynis.c
  head/lib/libc/net/getnetnamadr.c
  head/lib/libc/net/netdb_private.h
  head/lib/libc/net/nscache.c
  head/lib/libc/net/nscachedcli.c
  head/lib/libc/net/nsdispatch.c
  head/lib/libc/net/nslexer.l
  head/lib/libc/net/nsparser.y
  head/lib/libc/net/nss_backends.h
  head/lib/libc/net/nss_compat.c
  head/lib/libc/net/ntoh.c
  head/lib/libc/net/sockatmark.c
  head/lib/libc/net/sourcefilter.c
  head/lib/libc/posix1e/acl_branding.c
  head/lib/libc/posix1e/acl_calc_mask.c
  head/lib/libc/posix1e/acl_compat.c
  head/lib/libc/posix1e/acl_copy.c
  head/lib/libc/posix1e/acl_delete.c
  head/lib/libc/posix1e/acl_delete_entry.c
  head/lib/libc/posix1e/acl_entry.c
  head/lib/libc/posix1e/acl_flag.c
  head/lib/libc/posix1e/acl_free.c
  head/lib/libc/posix1e/acl_from_text.c
  head/lib/libc/posix1e/acl_from_text_nfs4.c
  head/lib/libc/posix1e/acl_get.c
  head/lib/libc/posix1e/acl_id_to_name.c
  head/lib/libc/posix1e/acl_init.c
  head/lib/libc/posix1e/acl_perm.c
  head/lib/libc/posix1e/acl_set.c
  head/lib/libc/posix1e/acl_strip.c
  head/lib/libc/posix1e/acl_support.c
  head/lib/libc/posix1e/acl_support.h
  head/lib/libc/posix1e/acl_support_nfs4.c
  head/lib/libc/posix1e/acl_to_text.c
  head/lib/libc/posix1e/acl_to_text_nfs4.c
  head/lib/libc/posix1e/acl_valid.c
  head/lib/libc/posix1e/extattr.c
  head/lib/libc/posix1e/mac.c
  head/lib/libc/posix1e/mac_exec.c
  head/lib/libc/posix1e/mac_get.c
  head/lib/libc/posix1e/mac_set.c
  head/lib/libc/powerpc/_fpmath.h
  head/lib/libc/powerpc/gen/_set_tp.c
  head/lib/libc/powerpc/gen/flt_rounds.c
  head/lib/libc/powerpc/gen/fpgetmask.c
  head/lib/libc/powerpc/gen/fpgetround.c
  head/lib/libc/powerpc/gen/fpgetsticky.c
  head/lib/libc/powerpc/gen/fpsetmask.c
  head/lib/libc/powerpc/gen/fpsetround.c
  head/lib/libc/powerpc/gen/makecontext.c
  head/lib/libc/powerpc/gen/signalcontext.c
  head/lib/libc/powerpc/gen/syncicache.c
  head/lib/libc/powerpc64/_fpmath.h
  head/lib/libc/powerpc64/gen/_set_tp.c
  head/lib/libc/powerpc64/gen/flt_rounds.c
  head/lib/libc/powerpc64/gen/fpgetmask.c
  head/lib/libc/powerpc64/gen/fpgetround.c
  head/lib/libc/powerpc64/gen/fpgetsticky.c
  head/lib/libc/powerpc64/gen/fpsetmask.c
  head/lib/libc/powerpc64/gen/fpsetround.c
  head/lib/libc/powerpc64/gen/makecontext.c
  head/lib/libc/powerpc64/gen/signalcontext.c
  head/lib/libc/powerpc64/gen/syncicache.c
  head/lib/libc/resolv/h_errno.c
  head/lib/libc/resolv/res_state.c
  head/lib/libc/rpc/mt_misc.h
  head/lib/libc/rpc/rpcsec_gss_stub.c
  head/lib/libc/softfloat/fpgetmask.c
  head/lib/libc/softfloat/fpgetround.c
  head/lib/libc/softfloat/fpgetsticky.c
  head/lib/libc/softfloat/fpsetmask.c
  head/lib/libc/softfloat/fpsetround.c
  head/lib/libc/softfloat/fpsetsticky.c
  head/lib/libc/sparc64/_fpmath.h
  head/lib/libc/sparc64/fpu/fpu_extern.h
  head/lib/libc/sparc64/fpu/fpu_qp.c
  head/lib/libc/sparc64/fpu/fpu_reg.h
  head/lib/libc/sparc64/gen/_set_tp.c
  head/lib/libc/sparc64/gen/makecontext.c
  head/lib/libc/sparc64/gen/signalcontext.c
  head/lib/libc/sparc64/sys/__sparc_sigtramp_setup.c
  head/lib/libc/sparc64/sys/__sparc_utrap.c
  head/lib/libc/sparc64/sys/__sparc_utrap_align.c
  head/lib/libc/sparc64/sys/__sparc_utrap_emul.c
  head/lib/libc/sparc64/sys/__sparc_utrap_install.c
  head/lib/libc/sparc64/sys/__sparc_utrap_private.h
  head/lib/libc/sparc64/sys/__sparc_utrap_setup.c
  head/lib/libc/stdio/dprintf.c
  head/lib/libc/stdio/fcloseall.c
  head/lib/libc/stdio/fgetwc.c
  head/lib/libc/stdio/fgetwln.c
  head/lib/libc/stdio/fgetws.c
  head/lib/libc/stdio/fmemopen.c
  head/lib/libc/stdio/fputwc.c
  head/lib/libc/stdio/fputws.c
  head/lib/libc/stdio/fwide.c
  head/lib/libc/stdio/fwprintf.c
  head/lib/libc/stdio/fwscanf.c
  head/lib/libc/stdio/getdelim.c
  head/lib/libc/stdio/getline.c
  head/lib/libc/stdio/getwc.c
  head/lib/libc/stdio/getwchar.c
  head/lib/libc/stdio/open_memstream.c
  head/lib/libc/stdio/open_wmemstream.c
  head/lib/libc/stdio/putwc.c
  head/lib/libc/stdio/putwchar.c
  head/lib/libc/stdio/swprintf.c
  head/lib/libc/stdio/swscanf.c
  head/lib/libc/stdio/ungetwc.c
  head/lib/libc/stdio/vasprintf.c
  head/lib/libc/stdio/vdprintf.c
  head/lib/libc/stdio/vswprintf.c
  head/lib/libc/stdio/vwprintf.c
  head/lib/libc/stdio/vwscanf.c
  head/lib/libc/stdio/wprintf.c
  head/lib/libc/stdio/wscanf.c
  head/lib/libc/stdio/xprintf_errno.c
  head/lib/libc/stdio/xprintf_hexdump.c
  head/lib/libc/stdio/xprintf_quote.c
  head/lib/libc/stdio/xprintf_vis.c
  head/lib/libc/stdlib/getenv.c
  head/lib/libc/stdlib/hcreate.c
  head/lib/libc/stdlib/imaxabs.c
  head/lib/libc/stdlib/imaxdiv.c
  head/lib/libc/stdlib/llabs.c
  head/lib/libc/stdlib/lldiv.c
  head/lib/libc/stdlib/ptsname.c
  head/lib/libc/stdlib/quick_exit.c
  head/lib/libc/stdlib/reallocf.c
  head/lib/libc/stdlib/realpath.c
  head/lib/libc/stdlib/strfmon.c
  head/lib/libc/stdtime/strptime.c
  head/lib/libc/stdtime/timelocal.c
  head/lib/libc/stdtime/timelocal.h
  head/lib/libc/string/memmem.c
  head/lib/libc/string/stpncpy.c
  head/lib/libc/string/strchrnul.c
  head/lib/libc/string/strcoll.c
  head/lib/libc/string/strcspn.c
  head/lib/libc/string/strlen.c
  head/lib/libc/string/strnlen.c
  head/lib/libc/string/strspn.c
  head/lib/libc/string/strxfrm.c
  head/lib/libc/string/wcpncpy.c
  head/lib/libc/string/wcscasecmp.c
  head/lib/libc/string/wcscat.c
  head/lib/libc/string/wcschr.c
  head/lib/libc/string/wcscoll.c
  head/lib/libc/string/wcscpy.c
  head/lib/libc/string/wcscspn.c
  head/lib/libc/string/wcsdup.c
  head/lib/libc/string/wcslcat.c
  head/lib/libc/string/wcslcpy.c
  head/lib/libc/string/wcslen.c
  head/lib/libc/string/wcsncasecmp.c
  head/lib/libc/string/wcsncat.c
  head/lib/libc/string/wcsnlen.c
  head/lib/libc/string/wcspbrk.c
  head/lib/libc/string/wcsrchr.c
  head/lib/libc/string/wcsspn.c
  head/lib/libc/string/wcsxfrm.c
  head/lib/libc/string/wmemchr.c
  head/lib/libc/string/wmemcmp.c
  head/lib/libc/string/wmemcpy.c
  head/lib/libc/string/wmemmove.c
  head/lib/libc/string/wmemset.c
  head/lib/libc/sys/__vdso_gettimeofday.c
  head/lib/libc/sys/clock_gettime.c
  head/lib/libc/sys/fcntl.c
  head/lib/libc/sys/gettimeofday.c
  head/lib/libc/sys/sigwait.c
  head/lib/libc/uuid/uuid_compare.c
  head/lib/libc/uuid/uuid_create.c
  head/lib/libc/uuid/uuid_create_nil.c
  head/lib/libc/uuid/uuid_equal.c
  head/lib/libc/uuid/uuid_from_string.c
  head/lib/libc/uuid/uuid_hash.c
  head/lib/libc/uuid/uuid_is_nil.c
  head/lib/libc/uuid/uuid_stream.c
  head/lib/libc/uuid/uuid_to_string.c
  head/lib/libc/yp/xdryp.c
  head/lib/libc/yp/yplib.c

Modified: head/lib/libc/amd64/_fpmath.h
==============================================================================
--- head/lib/libc/amd64/_fpmath.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/_fpmath.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/amd64/gen/_set_tp.c
==============================================================================
--- head/lib/libc/amd64/gen/_set_tp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/gen/_set_tp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Doug Rabson
  * All rights reserved.
  *

Modified: head/lib/libc/amd64/gen/getcontextx.c
==============================================================================
--- head/lib/libc/amd64/gen/getcontextx.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/gen/getcontextx.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 Konstantin Belousov <kib@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/amd64/gen/makecontext.c
==============================================================================
--- head/lib/libc/amd64/gen/makecontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/gen/makecontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Marcel Moolenaar
  * All rights reserved.
  *

Modified: head/lib/libc/amd64/gen/signalcontext.c
==============================================================================
--- head/lib/libc/amd64/gen/signalcontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/gen/signalcontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Marcel Moolenaar
  * All rights reserved.
  *

Modified: head/lib/libc/amd64/string/strcpy.c
==============================================================================
--- head/lib/libc/amd64/string/strcpy.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/string/strcpy.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright 2011 George V. Neville-Neil. All rights reserved.
  *
  * The compilation of software known as FreeBSD is distributed under the

Modified: head/lib/libc/amd64/sys/amd64_get_fsbase.c
==============================================================================
--- head/lib/libc/amd64/sys/amd64_get_fsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/sys/amd64_get_fsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Peter Wemm
  * Copyright (c) 2017 The FreeBSD Foundation
  * All rights reserved.

Modified: head/lib/libc/amd64/sys/amd64_get_gsbase.c
==============================================================================
--- head/lib/libc/amd64/sys/amd64_get_gsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/sys/amd64_get_gsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Peter Wemm
  * Copyright (c) 2017 The FreeBSD Foundation
  * All rights reserved.

Modified: head/lib/libc/amd64/sys/amd64_set_fsbase.c
==============================================================================
--- head/lib/libc/amd64/sys/amd64_set_fsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/sys/amd64_set_fsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Peter Wemm
  * Copyright (c) 2017 The FreeBSD Foundation
  * All rights reserved.

Modified: head/lib/libc/amd64/sys/amd64_set_gsbase.c
==============================================================================
--- head/lib/libc/amd64/sys/amd64_set_gsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/amd64/sys/amd64_set_gsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Peter Wemm
  * Copyright (c) 2017 The FreeBSD Foundation
  * All rights reserved.

Modified: head/lib/libc/arm/_fpmath.h
==============================================================================
--- head/lib/libc/arm/_fpmath.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/_fpmath.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/arm/aeabi/aeabi_atexit.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_atexit.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/aeabi/aeabi_atexit.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2012 Andrew Turner
  * All rights reserved.
  *

Modified: head/lib/libc/arm/aeabi/aeabi_double.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_double.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/aeabi/aeabi_double.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2012 Andrew Turner
  * All rights reserved.
  *

Modified: head/lib/libc/arm/aeabi/aeabi_float.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_float.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/aeabi/aeabi_float.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2012 Andrew Turner
  * All rights reserved.
  *

Modified: head/lib/libc/arm/aeabi/aeabi_unwind_cpp.c
==============================================================================
--- head/lib/libc/arm/aeabi/aeabi_unwind_cpp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/aeabi/aeabi_unwind_cpp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2011 Andrew Turner
  * All rights reserved.
  *

Modified: head/lib/libc/arm/gen/_set_tp.c
==============================================================================
--- head/lib/libc/arm/gen/_set_tp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/_set_tp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Doug Rabson
  * All rights reserved.
  *

Modified: head/lib/libc/arm/gen/arm_initfini.c
==============================================================================
--- head/lib/libc/arm/gen/arm_initfini.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/arm_initfini.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
  * Copyright (c) 2013 Andrew Turner
  * All rights reserved.

Modified: head/lib/libc/arm/gen/flt_rounds.c
==============================================================================
--- head/lib/libc/arm/gen/flt_rounds.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/flt_rounds.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 Ian Lepore <freebsd@damnhippie.dyndns.org>
  * All rights reserved.
  *

Modified: head/lib/libc/arm/gen/getcontextx.c
==============================================================================
--- head/lib/libc/arm/gen/getcontextx.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/getcontextx.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2017 Michal Meloun <mmel@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/arm/gen/makecontext.c
==============================================================================
--- head/lib/libc/arm/gen/makecontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/makecontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,6 +1,8 @@
 /*	$NetBSD: makecontext.c,v 1.2 2003/01/18 11:06:24 thorpej Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/lib/libc/arm/gen/signalcontext.c
==============================================================================
--- head/lib/libc/arm/gen/signalcontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/gen/signalcontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Olivier Houchard
  * All rights reserved.
  *

Modified: head/lib/libc/arm/sys/__vdso_gettc.c
==============================================================================
--- head/lib/libc/arm/sys/__vdso_gettc.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/arm/sys/__vdso_gettc.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2015 The FreeBSD Foundation
  *
  * This software was developed by Konstantin Belousov

Modified: head/lib/libc/db/mpool/mpool-compat.c
==============================================================================
--- head/lib/libc/db/mpool/mpool-compat.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/db/mpool/mpool-compat.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2009 Xin LI <delphij@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/_hdtoa.c
==============================================================================
--- head/lib/libc/gdtoa/_hdtoa.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/_hdtoa.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/_hldtoa.c
==============================================================================
--- head/lib/libc/gdtoa/_hldtoa.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/_hldtoa.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/_ldtoa.c
==============================================================================
--- head/lib/libc/gdtoa/_ldtoa.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/_ldtoa.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/machdep_ldisQ.c
==============================================================================
--- head/lib/libc/gdtoa/machdep_ldisQ.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/machdep_ldisQ.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/machdep_ldisd.c
==============================================================================
--- head/lib/libc/gdtoa/machdep_ldisd.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/machdep_ldisd.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gdtoa/machdep_ldisx.c
==============================================================================
--- head/lib/libc/gdtoa/machdep_ldisx.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gdtoa/machdep_ldisx.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/__getosreldate.c
==============================================================================
--- head/lib/libc/gen/__getosreldate.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/__getosreldate.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2007 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/gen/_once_stub.c
==============================================================================
--- head/lib/libc/gen/_once_stub.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/_once_stub.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2009 Hudson River Trading LLC
  * Written by: John H. Baldwin <jhb@FreeBSD.org>
  * All rights reserved.

Modified: head/lib/libc/gen/_pthread_stubs.c
==============================================================================
--- head/lib/libc/gen/_pthread_stubs.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/_pthread_stubs.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/_thread_init.c
==============================================================================
--- head/lib/libc/gen/_thread_init.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/_thread_init.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Daniel Eischen <deischen@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/auxv.c
==============================================================================
--- head/lib/libc/gen/auxv.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/auxv.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright 2010, 2012 Konstantin Belousov <kib@FreeBSD.ORG>.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/cap_sandboxed.c
==============================================================================
--- head/lib/libc/gen/cap_sandboxed.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/cap_sandboxed.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 The FreeBSD Foundation
  * All rights reserved.
  *

Modified: head/lib/libc/gen/clock_getcpuclockid.c
==============================================================================
--- head/lib/libc/gen/clock_getcpuclockid.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/clock_getcpuclockid.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 David Xu <davidxu@FreeBSD.org>.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/ctermid.c
==============================================================================
--- head/lib/libc/gen/ctermid.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/ctermid.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/dirfd.c
==============================================================================
--- head/lib/libc/gen/dirfd.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/dirfd.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 Gleb Kurtsou <gleb@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/dlfcn.c
==============================================================================
--- head/lib/libc/gen/dlfcn.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/dlfcn.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1998 John D. Polstra
  * All rights reserved.
  *

Modified: head/lib/libc/gen/dup3.c
==============================================================================
--- head/lib/libc/gen/dup3.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/dup3.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 Jukka A. Ukkonen
  * All rights reserved.
  *

Modified: head/lib/libc/gen/elf_utils.c
==============================================================================
--- head/lib/libc/gen/elf_utils.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/elf_utils.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Konstantin Belousov <kib@freebsd.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/errno.c
==============================================================================
--- head/lib/libc/gen/errno.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/errno.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Peter Wemm <peter@freebsd.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/fdevname.c
==============================================================================
--- head/lib/libc/gen/fdevname.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/fdevname.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2009 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/fmtcheck.c
==============================================================================
--- head/lib/libc/gen/fmtcheck.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/fmtcheck.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,6 +1,8 @@
 /*	$NetBSD: fmtcheck.c,v 1.8 2008/04/28 20:22:59 martin Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/fmtmsg.c
==============================================================================
--- head/lib/libc/gen/fmtmsg.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/fmtmsg.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/fpclassify.c
==============================================================================
--- head/lib/libc/gen/fpclassify.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/fpclassify.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
  * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.

Modified: head/lib/libc/gen/frexp.c
==============================================================================
--- head/lib/libc/gen/frexp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/frexp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/ftok.c
==============================================================================
--- head/lib/libc/gen/ftok.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/ftok.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1994 SigmaSoft, Th. Lockert <tholo@sigmasoft.com>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/getgrent.c
==============================================================================
--- head/lib/libc/gen/getgrent.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/getgrent.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Networks Associates Technology, Inc.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/getpagesizes.c
==============================================================================
--- head/lib/libc/gen/getpagesizes.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/getpagesizes.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2009 Alan L. Cox <alc@cs.rice.edu>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/getpeereid.c
==============================================================================
--- head/lib/libc/gen/getpeereid.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/getpeereid.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Dima Dorfman.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/getpwent.c
==============================================================================
--- head/lib/libc/gen/getpwent.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/getpwent.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2003 Networks Associates Technology, Inc.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/getutxent.c
==============================================================================
--- head/lib/libc/gen/getutxent.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/getutxent.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/isinf.c
==============================================================================
--- head/lib/libc/gen/isinf.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/isinf.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/isnan.c
==============================================================================
--- head/lib/libc/gen/isnan.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/isnan.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/libc_dlopen.c
==============================================================================
--- head/lib/libc/gen/libc_dlopen.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/libc_dlopen.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 Xin Li <delphij@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/lockf.c
==============================================================================
--- head/lib/libc/gen/lockf.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/lockf.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,5 +1,7 @@
 /*	$NetBSD: lockf.c,v 1.3 2008/04/28 20:22:59 martin Exp $	*/
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-NetBSD
+ *
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
  * All rights reserved.
  *

Modified: head/lib/libc/gen/posix_spawn.c
==============================================================================
--- head/lib/libc/gen/posix_spawn.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/posix_spawn.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2008 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/pututxline.c
==============================================================================
--- head/lib/libc/gen/pututxline.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/pututxline.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/sem.c
==============================================================================
--- head/lib/libc/gen/sem.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/sem.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2010 David Xu <davidxu@freebsd.org>.
  * Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
  * All rights reserved.

Modified: head/lib/libc/gen/sem_new.c
==============================================================================
--- head/lib/libc/gen/sem_new.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/sem_new.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (C) 2010 David Xu <davidxu@freebsd.org>.
  * All rights reserved.
  * 

Modified: head/lib/libc/gen/semctl.c
==============================================================================
--- head/lib/libc/gen/semctl.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/semctl.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Doug Rabson
  * All rights reserved.
  *

Modified: head/lib/libc/gen/stringlist.c
==============================================================================
--- head/lib/libc/gen/stringlist.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/stringlist.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 1994 Christos Zoulas
  * All rights reserved.
  *

Modified: head/lib/libc/gen/sysctlnametomib.c
==============================================================================
--- head/lib/libc/gen/sysctlnametomib.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/sysctlnametomib.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright 2001 The FreeBSD Project. All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/lib/libc/gen/tls.c
==============================================================================
--- head/lib/libc/gen/tls.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/tls.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Doug Rabson
  * All rights reserved.
  *

Modified: head/lib/libc/gen/ulimit.c
==============================================================================
--- head/lib/libc/gen/ulimit.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/ulimit.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Kyle Martin <mkm@ieee.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/unvis-compat.c
==============================================================================
--- head/lib/libc/gen/unvis-compat.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/unvis-compat.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 SRI International
  * All rights reserved.
  *

Modified: head/lib/libc/gen/utxdb.c
==============================================================================
--- head/lib/libc/gen/utxdb.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/utxdb.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/utxdb.h
==============================================================================
--- head/lib/libc/gen/utxdb.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/utxdb.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2010 Ed Schouten <ed@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/gen/waitid.c
==============================================================================
--- head/lib/libc/gen/waitid.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/waitid.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2012 Jukka A. Ukkonen
  * All rights reserved.
  *

Modified: head/lib/libc/gen/wordexp.c
==============================================================================
--- head/lib/libc/gen/wordexp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/gen/wordexp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Tim J. Robbins.
  * All rights reserved.
  *

Modified: head/lib/libc/i386/_fpmath.h
==============================================================================
--- head/lib/libc/i386/_fpmath.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/_fpmath.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002, 2003 David Schultz <das@FreeBSD.ORG>
  * All rights reserved.
  *

Modified: head/lib/libc/i386/gen/_set_tp.c
==============================================================================
--- head/lib/libc/i386/gen/_set_tp.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/gen/_set_tp.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2004 Doug Rabson
  * All rights reserved.
  *

Modified: head/lib/libc/i386/gen/getcontextx.c
==============================================================================
--- head/lib/libc/i386/gen/getcontextx.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/gen/getcontextx.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2011 Konstantin Belousov <kib@FreeBSD.org>
  * All rights reserved.
  *

Modified: head/lib/libc/i386/gen/makecontext.c
==============================================================================
--- head/lib/libc/i386/gen/makecontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/gen/makecontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2001 Daniel M. Eischen <deischen@freebsd.org>
  * All rights reserved.
  *

Modified: head/lib/libc/i386/gen/signalcontext.c
==============================================================================
--- head/lib/libc/i386/gen/signalcontext.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/gen/signalcontext.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2002 Jonathan Mini <mini@freebsd.org>
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_clr_watch.c
==============================================================================
--- head/lib/libc/i386/sys/i386_clr_watch.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_clr_watch.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright 2000  Brian S. Dean <bsd@bsdhome.com>
  * All Rights Reserved.
  *

Modified: head/lib/libc/i386/sys/i386_get_fsbase.c
==============================================================================
--- head/lib/libc/i386/sys/i386_get_fsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_get_fsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_get_gsbase.c
==============================================================================
--- head/lib/libc/i386/sys/i386_get_gsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_get_gsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_get_ioperm.c
==============================================================================
--- head/lib/libc/i386/sys/i386_get_ioperm.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_get_ioperm.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1998 Jonathan Lemon
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_get_ldt.c
==============================================================================
--- head/lib/libc/i386/sys/i386_get_ldt.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_get_ldt.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_set_fsbase.c
==============================================================================
--- head/lib/libc/i386/sys/i386_set_fsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_set_fsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_set_gsbase.c
==============================================================================
--- head/lib/libc/i386/sys/i386_set_gsbase.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_set_gsbase.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2005 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_set_ioperm.c
==============================================================================
--- head/lib/libc/i386/sys/i386_set_ioperm.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_set_ioperm.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1998 Jonathan Lemon
  * All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_set_ldt.c
==============================================================================
--- head/lib/libc/i386/sys/i386_set_ldt.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_set_ldt.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  *  Copyright (c) 1993 John Brezak
  *  All rights reserved.
  *

Modified: head/lib/libc/i386/sys/i386_set_watch.c
==============================================================================
--- head/lib/libc/i386/sys/i386_set_watch.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_set_watch.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright 2000  Brian S. Dean <bsd@bsdhome.com>
  * All Rights Reserved.
  *

Modified: head/lib/libc/i386/sys/i386_vm86.c
==============================================================================
--- head/lib/libc/i386/sys/i386_vm86.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/i386/sys/i386_vm86.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 1998 Jonathan Lemon
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/__iconv.c
==============================================================================
--- head/lib/libc/iconv/__iconv.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/__iconv.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/__iconv_free_list.c
==============================================================================
--- head/lib/libc/iconv/__iconv_free_list.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/__iconv_free_list.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/__iconv_get_list.c
==============================================================================
--- head/lib/libc/iconv/__iconv_get_list.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/__iconv_get_list.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2013 Peter Wemm
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/bsd_iconv.c
==============================================================================
--- head/lib/libc/iconv/bsd_iconv.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/bsd_iconv.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: iconv.c,v 1.11 2009/03/03 16:22:33 explorer Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2003 Citrus Project,
  * Copyright (c) 2009, 2010 Gabor Kovesdan <gabor@FreeBSD.org>,
  * All rights reserved.

Modified: head/lib/libc/iconv/citrus_aliasname_local.h
==============================================================================
--- head/lib/libc/iconv/citrus_aliasname_local.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_aliasname_local.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_aliasname_local.h,v 1.2 2009/01/11 02:46:24 christos Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2008 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_bcs.c
==============================================================================
--- head/lib/libc/iconv/citrus_bcs.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_bcs.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_bcs.c,v 1.5 2005/05/14 17:55:42 tshiozak Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_bcs.h
==============================================================================
--- head/lib/libc/iconv/citrus_bcs.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_bcs.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_bcs.h,v 1.6 2009/01/11 02:46:24 christos Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_bcs_strtol.c
==============================================================================
--- head/lib/libc/iconv/citrus_bcs_strtol.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_bcs_strtol.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_bcs_strtol.c,v 1.4 2013/04/26 21:20:47 joerg Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2005 The DragonFly Project.  All rights reserved.
  * Copyright (c) 2003, 2008 Citrus Project,
  * All rights reserved.

Modified: head/lib/libc/iconv/citrus_bcs_strtoul.c
==============================================================================
--- head/lib/libc/iconv/citrus_bcs_strtoul.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_bcs_strtoul.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_bcs_strtoul.c,v 1.5 2013/04/26 21:20:48 joerg Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2005 The DragonFly Project.  All rights reserved.
  * Copyright (c) 2003, 2008 Citrus Project,
  * All rights reserved.

Modified: head/lib/libc/iconv/citrus_csmapper.c
==============================================================================
--- head/lib/libc/iconv/citrus_csmapper.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_csmapper.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /*	$NetBSD: citrus_csmapper.c,v 1.11 2011/11/20 07:43:52 tnozaki Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_csmapper.h
==============================================================================
--- head/lib/libc/iconv/citrus_csmapper.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_csmapper.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /*	$NetBSD: citrus_csmapper.h,v 1.3 2013/06/24 17:28:35 joerg Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db.c
==============================================================================
--- head/lib/libc/iconv/citrus_db.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db.c,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db.h
==============================================================================
--- head/lib/libc/iconv/citrus_db.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db_factory.c
==============================================================================
--- head/lib/libc/iconv/citrus_db_factory.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db_factory.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /*	$NetBSD: citrus_db_factory.c,v 1.10 2013/09/14 13:05:51 joerg Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db_factory.h
==============================================================================
--- head/lib/libc/iconv/citrus_db_factory.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db_factory.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db_factory.h,v 1.3 2008/02/09 14:56:20 junyoung Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db_file.h
==============================================================================
--- head/lib/libc/iconv/citrus_db_file.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db_file.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db_file.h,v 1.4 2008/02/10 05:58:22 junyoung Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db_hash.c
==============================================================================
--- head/lib/libc/iconv/citrus_db_hash.c	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db_hash.c	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db_hash.c,v 1.5 2008/02/09 14:56:20 junyoung Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c)2003 Citrus Project,
  * All rights reserved.
  *

Modified: head/lib/libc/iconv/citrus_db_hash.h
==============================================================================
--- head/lib/libc/iconv/citrus_db_hash.h	Sat Nov 25 17:09:43 2017	(r326192)
+++ head/lib/libc/iconv/citrus_db_hash.h	Sat Nov 25 17:12:48 2017	(r326193)
@@ -2,6 +2,8 @@
 /* $NetBSD: citrus_db_hash.h,v 1.2 2008/02/09 14:56:20 junyoung Exp $ */
 
 /*-

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711251712.vAPHCnNn030424>