Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 19:43:45 +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: r326023 - in head/sys: amd64/amd64 amd64/ia32 amd64/include amd64/vmm arm/arm arm/freescale/imx arm/include arm/mv arm/mv/discovery arm/mv/kirkwood arm/mv/orion arm/ti arm/versatile arm...
Message-ID:  <201711201943.vAKJhjWn033633@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Mon Nov 20 19:43:44 2017
New Revision: 326023
URL: https://svnweb.freebsd.org/changeset/base/326023

Log:
  sys: further adoption of SPDX licensing ID tags.
  
  Mainly focus on files that use BSD 3-Clause license.
  
  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.
  
  Special thanks to Wind River for providing access to "The Duke of
  Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
  starting point.

Modified:
  head/sys/amd64/amd64/bpf_jit_machdep.c
  head/sys/amd64/amd64/bpf_jit_machdep.h
  head/sys/amd64/amd64/fpu.c
  head/sys/amd64/amd64/genassym.c
  head/sys/amd64/amd64/mem.c
  head/sys/amd64/amd64/sys_machdep.c
  head/sys/amd64/amd64/uio_machdep.c
  head/sys/amd64/ia32/ia32_signal.c
  head/sys/amd64/include/asm.h
  head/sys/amd64/include/asmacros.h
  head/sys/amd64/include/cpu.h
  head/sys/amd64/include/cpufunc.h
  head/sys/amd64/include/exec.h
  head/sys/amd64/include/fpu.h
  head/sys/amd64/include/in_cksum.h
  head/sys/amd64/include/limits.h
  head/sys/amd64/include/md_var.h
  head/sys/amd64/include/pcb.h
  head/sys/amd64/include/pmap.h
  head/sys/amd64/include/proc.h
  head/sys/amd64/include/profile.h
  head/sys/amd64/include/reloc.h
  head/sys/amd64/include/segments.h
  head/sys/amd64/include/tss.h
  head/sys/amd64/vmm/vmm_stat.h
  head/sys/arm/arm/mem.c
  head/sys/arm/arm/sys_machdep.c
  head/sys/arm/arm/uio_machdep.c
  head/sys/arm/freescale/imx/imx_common.c
  head/sys/arm/include/_limits.h
  head/sys/arm/include/asm.h
  head/sys/arm/include/endian.h
  head/sys/arm/include/exec.h
  head/sys/arm/include/float.h
  head/sys/arm/include/ieee.h
  head/sys/arm/include/in_cksum.h
  head/sys/arm/include/limits.h
  head/sys/arm/include/md_var.h
  head/sys/arm/include/pmap.h
  head/sys/arm/include/signal.h
  head/sys/arm/include/stdarg.h
  head/sys/arm/include/vmparam.h
  head/sys/arm/mv/discovery/discovery.c
  head/sys/arm/mv/kirkwood/kirkwood.c
  head/sys/arm/mv/mv_common.c
  head/sys/arm/mv/mv_pci.c
  head/sys/arm/mv/mvreg.h
  head/sys/arm/mv/mvwin.h
  head/sys/arm/mv/orion/db88f5xxx.c
  head/sys/arm/mv/orion/orion.c
  head/sys/arm/mv/rtc.c
  head/sys/arm/ti/ti_edma3.c
  head/sys/arm/versatile/versatile_common.c
  head/sys/arm/xscale/ixp425/if_npereg.h
  head/sys/arm/xscale/ixp425/ixp425_npe.c
  head/sys/arm/xscale/ixp425/ixp425_npereg.h
  head/sys/arm/xscale/ixp425/ixp425_qmgr.c
  head/sys/arm/xscale/ixp425/ixp425_qmgr.h
  head/sys/bsm/audit.h
  head/sys/bsm/audit_domain.h
  head/sys/bsm/audit_errno.h
  head/sys/bsm/audit_fcntl.h
  head/sys/bsm/audit_internal.h
  head/sys/bsm/audit_kevents.h
  head/sys/bsm/audit_record.h
  head/sys/bsm/audit_socket_type.h
  head/sys/compat/freebsd32/freebsd32_ioctl.c
  head/sys/compat/freebsd32/freebsd32_ioctl.h
  head/sys/conf/newvers.sh
  head/sys/conf/systags.sh
  head/sys/crypto/sha1.c
  head/sys/crypto/sha1.h
  head/sys/ddb/db_ps.c
  head/sys/ddb/ddb.h
  head/sys/fs/cd9660/cd9660_bmap.c
  head/sys/fs/cd9660/cd9660_lookup.c
  head/sys/fs/cd9660/cd9660_mount.h
  head/sys/fs/cd9660/cd9660_node.c
  head/sys/fs/cd9660/cd9660_node.h
  head/sys/fs/cd9660/cd9660_rrip.c
  head/sys/fs/cd9660/cd9660_rrip.h
  head/sys/fs/cd9660/cd9660_util.c
  head/sys/fs/cd9660/cd9660_vfsops.c
  head/sys/fs/cd9660/cd9660_vnops.c
  head/sys/fs/cd9660/iso.h
  head/sys/fs/cd9660/iso_rrip.h
  head/sys/fs/deadfs/dead_vnops.c
  head/sys/fs/ext2fs/ext2_alloc.c
  head/sys/fs/ext2fs/ext2_balloc.c
  head/sys/fs/ext2fs/ext2_bmap.c
  head/sys/fs/ext2fs/ext2_extern.h
  head/sys/fs/ext2fs/ext2_inode.c
  head/sys/fs/ext2fs/ext2_lookup.c
  head/sys/fs/ext2fs/ext2_mount.h
  head/sys/fs/ext2fs/ext2_subr.c
  head/sys/fs/ext2fs/ext2_vfsops.c
  head/sys/fs/ext2fs/ext2_vnops.c
  head/sys/fs/ext2fs/fs.h
  head/sys/fs/ext2fs/inode.h
  head/sys/fs/fdescfs/fdesc.h
  head/sys/fs/fdescfs/fdesc_vfsops.c
  head/sys/fs/fdescfs/fdesc_vnops.c
  head/sys/fs/fifofs/fifo_vnops.c
  head/sys/fs/fuse/fuse.h
  head/sys/fs/fuse/fuse_debug.h
  head/sys/fs/fuse/fuse_device.c
  head/sys/fs/fuse/fuse_file.c
  head/sys/fs/fuse/fuse_file.h
  head/sys/fs/fuse/fuse_internal.c
  head/sys/fs/fuse/fuse_internal.h
  head/sys/fs/fuse/fuse_io.c
  head/sys/fs/fuse/fuse_io.h
  head/sys/fs/fuse/fuse_ipc.c
  head/sys/fs/fuse/fuse_ipc.h
  head/sys/fs/fuse/fuse_kernel.h
  head/sys/fs/fuse/fuse_main.c
  head/sys/fs/fuse/fuse_node.c
  head/sys/fs/fuse/fuse_node.h
  head/sys/fs/fuse/fuse_param.h
  head/sys/fs/fuse/fuse_vfsops.c
  head/sys/fs/fuse/fuse_vnops.c
  head/sys/fs/nfs/nfs.h
  head/sys/fs/nfs/nfs_commonkrpc.c
  head/sys/fs/nfs/nfs_commonport.c
  head/sys/fs/nfs/nfs_commonsubs.c
  head/sys/fs/nfs/nfs_var.h
  head/sys/fs/nfs/nfsm_subs.h
  head/sys/fs/nfs/nfsport.h
  head/sys/fs/nfs/nfsproto.h
  head/sys/fs/nfs/nfsrvcache.h
  head/sys/fs/nfs/rpcv2.h
  head/sys/fs/nfs/xdr_subs.h
  head/sys/fs/nfsclient/nfs.h
  head/sys/fs/nfsclient/nfs_clbio.c
  head/sys/fs/nfsclient/nfs_clcomsubs.c
  head/sys/fs/nfsclient/nfs_clkrpc.c
  head/sys/fs/nfsclient/nfs_clnfsiod.c
  head/sys/fs/nfsclient/nfs_clnode.c
  head/sys/fs/nfsclient/nfs_clport.c
  head/sys/fs/nfsclient/nfs_clrpcops.c
  head/sys/fs/nfsclient/nfs_clsubs.c
  head/sys/fs/nfsclient/nfs_clvfsops.c
  head/sys/fs/nfsclient/nfs_clvnops.c
  head/sys/fs/nfsclient/nfsmount.h
  head/sys/fs/nfsclient/nfsnode.h
  head/sys/fs/nfsserver/nfs_nfsdcache.c
  head/sys/fs/nfsserver/nfs_nfsdkrpc.c
  head/sys/fs/nfsserver/nfs_nfsdport.c
  head/sys/fs/nfsserver/nfs_nfsdserv.c
  head/sys/fs/nfsserver/nfs_nfsdsocket.c
  head/sys/fs/nfsserver/nfs_nfsdsubs.c
  head/sys/fs/nullfs/null.h
  head/sys/fs/nullfs/null_subr.c
  head/sys/fs/nullfs/null_vfsops.c
  head/sys/fs/nullfs/null_vnops.c
  head/sys/fs/procfs/procfs.h
  head/sys/fs/procfs/procfs_dbregs.c
  head/sys/fs/procfs/procfs_fpregs.c
  head/sys/fs/procfs/procfs_map.c
  head/sys/fs/procfs/procfs_mem.c
  head/sys/fs/procfs/procfs_note.c
  head/sys/fs/procfs/procfs_osrel.c
  head/sys/fs/procfs/procfs_regs.c
  head/sys/fs/procfs/procfs_status.c
  head/sys/fs/procfs/procfs_type.c
  head/sys/fs/unionfs/union.h
  head/sys/fs/unionfs/union_subr.c
  head/sys/fs/unionfs/union_vfsops.c
  head/sys/fs/unionfs/union_vnops.c
  head/sys/i386/i386/bpf_jit_machdep.c
  head/sys/i386/i386/bpf_jit_machdep.h
  head/sys/i386/i386/genassym.c
  head/sys/i386/i386/in_cksum.c
  head/sys/i386/i386/mem.c
  head/sys/i386/i386/sys_machdep.c
  head/sys/i386/i386/uio_machdep.c
  head/sys/i386/include/asm.h
  head/sys/i386/include/asmacros.h
  head/sys/i386/include/cpu.h
  head/sys/i386/include/cpufunc.h
  head/sys/i386/include/exec.h
  head/sys/i386/include/in_cksum.h
  head/sys/i386/include/limits.h
  head/sys/i386/include/md_var.h
  head/sys/i386/include/npx.h
  head/sys/i386/include/param.h
  head/sys/i386/include/pcb.h
  head/sys/i386/include/pmap.h
  head/sys/i386/include/proc.h
  head/sys/i386/include/profile.h
  head/sys/i386/include/reloc.h
  head/sys/i386/include/segments.h
  head/sys/i386/include/signal.h
  head/sys/i386/include/tss.h
  head/sys/i386/include/varargs.h
  head/sys/i386/include/vmparam.h
  head/sys/isa/isareg.h
  head/sys/isa/rtc.h
  head/sys/kern/kern_clock.c
  head/sys/kern/kern_cons.c
  head/sys/kern/kern_descrip.c
  head/sys/kern/kern_exit.c
  head/sys/kern/kern_fork.c
  head/sys/kern/kern_ktrace.c
  head/sys/kern/kern_lockf.c
  head/sys/kern/kern_malloc.c
  head/sys/kern/kern_mib.c
  head/sys/kern/kern_proc.c
  head/sys/kern/kern_prot.c
  head/sys/kern/kern_resource.c
  head/sys/kern/kern_rmlock.c
  head/sys/kern/kern_shutdown.c
  head/sys/kern/kern_sig.c
  head/sys/kern/kern_synch.c
  head/sys/kern/kern_sysctl.c
  head/sys/kern/kern_time.c
  head/sys/kern/kern_timeout.c
  head/sys/kern/kern_xxx.c
  head/sys/kern/sched_4bsd.c
  head/sys/kern/subr_autoconf.c
  head/sys/kern/subr_blist.c
  head/sys/kern/subr_clock.c
  head/sys/kern/subr_hash.c
  head/sys/kern/subr_log.c
  head/sys/kern/subr_mchain.c
  head/sys/kern/subr_param.c
  head/sys/kern/subr_pcpu.c
  head/sys/kern/subr_prf.c
  head/sys/kern/subr_prof.c
  head/sys/kern/subr_rtc.c
  head/sys/kern/subr_scanf.c
  head/sys/kern/subr_sglist.c
  head/sys/kern/subr_uio.c
  head/sys/kern/sys_generic.c
  head/sys/kern/sys_socket.c
  head/sys/kern/tty_compat.c
  head/sys/kern/tty_info.c
  head/sys/kern/uipc_domain.c
  head/sys/kern/uipc_mbuf.c
  head/sys/kern/uipc_mbuf2.c
  head/sys/kern/uipc_sockbuf.c
  head/sys/kern/uipc_socket.c
  head/sys/kern/uipc_syscalls.c
  head/sys/kern/uipc_usrreq.c
  head/sys/kern/vfs_cache.c
  head/sys/kern/vfs_cluster.c
  head/sys/kern/vfs_default.c
  head/sys/kern/vfs_export.c
  head/sys/kern/vfs_init.c
  head/sys/kern/vfs_lookup.c
  head/sys/kern/vfs_mount.c
  head/sys/kern/vfs_mountroot.c
  head/sys/kern/vfs_subr.c
  head/sys/kern/vfs_syscalls.c
  head/sys/kern/vfs_vnops.c
  head/sys/libkern/arm/muldi3.c
  head/sys/libkern/ashldi3.c
  head/sys/libkern/ashrdi3.c
  head/sys/libkern/bcmp.c
  head/sys/libkern/bsearch.c
  head/sys/libkern/cmpdi2.c
  head/sys/libkern/divdi3.c
  head/sys/libkern/ffs.c
  head/sys/libkern/ffsl.c
  head/sys/libkern/fls.c
  head/sys/libkern/flsl.c
  head/sys/libkern/flsll.c
  head/sys/libkern/fnmatch.c
  head/sys/libkern/lshrdi3.c
  head/sys/libkern/mcount.c
  head/sys/libkern/memchr.c
  head/sys/libkern/memcmp.c
  head/sys/libkern/moddi3.c
  head/sys/libkern/qdivrem.c
  head/sys/libkern/qsort.c
  head/sys/libkern/quad.h
  head/sys/libkern/random.c
  head/sys/libkern/scanc.c
  head/sys/libkern/strcat.c
  head/sys/libkern/strchr.c
  head/sys/libkern/strcmp.c
  head/sys/libkern/strcpy.c
  head/sys/libkern/strncmp.c
  head/sys/libkern/strncpy.c
  head/sys/libkern/strrchr.c
  head/sys/libkern/strsep.c
  head/sys/libkern/strtol.c
  head/sys/libkern/strtoq.c
  head/sys/libkern/strtoul.c
  head/sys/libkern/strtouq.c
  head/sys/libkern/ucmpdi2.c
  head/sys/libkern/udivdi3.c
  head/sys/libkern/umoddi3.c
  head/sys/mips/cavium/cvmx_config.h
  head/sys/mips/cavium/octe/cavium-ethernet.h
  head/sys/mips/cavium/octe/ethernet-common.c
  head/sys/mips/cavium/octe/ethernet-common.h
  head/sys/mips/cavium/octe/ethernet-defines.h
  head/sys/mips/cavium/octe/ethernet-headers.h
  head/sys/mips/cavium/octe/ethernet-mdio.c
  head/sys/mips/cavium/octe/ethernet-mdio.h
  head/sys/mips/cavium/octe/ethernet-mem.c
  head/sys/mips/cavium/octe/ethernet-mem.h
  head/sys/mips/cavium/octe/ethernet-rgmii.c
  head/sys/mips/cavium/octe/ethernet-rx.c
  head/sys/mips/cavium/octe/ethernet-rx.h
  head/sys/mips/cavium/octe/ethernet-sgmii.c
  head/sys/mips/cavium/octe/ethernet-spi.c
  head/sys/mips/cavium/octe/ethernet-tx.c
  head/sys/mips/cavium/octe/ethernet-tx.h
  head/sys/mips/cavium/octe/ethernet-util.h
  head/sys/mips/cavium/octe/ethernet-xaui.c
  head/sys/mips/cavium/octe/ethernet.c
  head/sys/mips/cavium/octe/wrapper-cvmx-includes.h
  head/sys/mips/cavium/octeon_ds1337.c
  head/sys/mips/cavium/octeon_ebt3000_cf.c
  head/sys/mips/cavium/octeon_irq.h
  head/sys/mips/cavium/octeon_pcmap_regs.h
  head/sys/mips/cavium/octopcireg.h
  head/sys/mips/include/_align.h
  head/sys/mips/include/_limits.h
  head/sys/mips/include/asm.h
  head/sys/mips/include/cpu.h
  head/sys/mips/include/cpuregs.h
  head/sys/mips/include/endian.h
  head/sys/mips/include/exec.h
  head/sys/mips/include/float.h
  head/sys/mips/include/fls64.h
  head/sys/mips/include/ieee.h
  head/sys/mips/include/in_cksum.h
  head/sys/mips/include/limits.h
  head/sys/mips/include/md_var.h
  head/sys/mips/include/mips_opcode.h
  head/sys/mips/include/param.h
  head/sys/mips/include/pcb.h
  head/sys/mips/include/pmap.h
  head/sys/mips/include/proc.h
  head/sys/mips/include/profile.h
  head/sys/mips/include/ptrace.h
  head/sys/mips/include/reg.h
  head/sys/mips/include/regdef.h
  head/sys/mips/include/regnum.h
  head/sys/mips/include/signal.h
  head/sys/mips/include/sysarch.h
  head/sys/mips/include/trap.h
  head/sys/mips/include/ucontext.h
  head/sys/mips/include/varargs.h
  head/sys/mips/include/vmparam.h
  head/sys/mips/mips/autoconf.c
  head/sys/mips/mips/genassym.c
  head/sys/mips/mips/machdep.c
  head/sys/mips/mips/mem.c
  head/sys/mips/mips/pm_machdep.c
  head/sys/mips/mips/pmap.c
  head/sys/mips/mips/trap.c
  head/sys/mips/mips/uio_machdep.c
  head/sys/mips/mips/vm_machdep.c
  head/sys/mips/rmi/board.h
  head/sys/mips/rmi/dev/iic/at24co2n.c
  head/sys/mips/rmi/dev/iic/max6657.c
  head/sys/mips/rmi/dev/nlge/if_nlge.c
  head/sys/mips/rmi/dev/nlge/if_nlge.h
  head/sys/mips/rmi/dev/sec/desc.h
  head/sys/mips/rmi/dev/sec/rmilib.c
  head/sys/mips/rmi/dev/sec/rmilib.h
  head/sys/mips/rmi/dev/sec/rmisec.c
  head/sys/mips/rmi/dev/xlr/atx_cpld.h
  head/sys/mips/rmi/dev/xlr/debug.h
  head/sys/mips/rmi/dev/xlr/xgmac_mdio.h
  head/sys/mips/rmi/fmn.c
  head/sys/mips/rmi/interrupt.h
  head/sys/mips/rmi/iodi.c
  head/sys/mips/rmi/iomap.h
  head/sys/mips/rmi/msgring.c
  head/sys/mips/rmi/msgring.cfg
  head/sys/mips/rmi/msgring.h
  head/sys/mips/rmi/pic.h
  head/sys/mips/rmi/rmi_boot_info.h
  head/sys/mips/rmi/rmi_mips_exts.h
  head/sys/mips/rmi/xlr_i2c.c
  head/sys/mips/rmi/xlr_pci.c
  head/sys/mips/rmi/xlr_pcmcia.c
  head/sys/net/bpf.c
  head/sys/net/bpf.h
  head/sys/net/bpf_buffer.c
  head/sys/net/bpf_filter.c
  head/sys/net/bpf_jitter.c
  head/sys/net/bpf_jitter.h
  head/sys/net/bpfdesc.h
  head/sys/net/if.c
  head/sys/net/if.h
  head/sys/net/if_arc.h
  head/sys/net/if_arp.h
  head/sys/net/if_clone.c
  head/sys/net/if_clone.h
  head/sys/net/if_disc.c
  head/sys/net/if_dl.h
  head/sys/net/if_edsc.c
  head/sys/net/if_ethersubr.c
  head/sys/net/if_fwsubr.c
  head/sys/net/if_gif.c
  head/sys/net/if_gif.h
  head/sys/net/if_llc.h
  head/sys/net/if_loop.c
  head/sys/net/if_stf.c
  head/sys/net/if_types.h
  head/sys/net/if_var.h
  head/sys/net/ifq.h
  head/sys/net/pfkeyv2.h
  head/sys/net/radix.c
  head/sys/net/radix.h
  head/sys/net/radix_mpath.c
  head/sys/net/radix_mpath.h
  head/sys/net/raw_cb.c
  head/sys/net/raw_cb.h
  head/sys/net/raw_usrreq.c
  head/sys/net/route.c
  head/sys/net/route.h
  head/sys/net/rtsock.c
  head/sys/net/slcompress.c
  head/sys/net/slcompress.h
  head/sys/netinet/icmp6.h
  head/sys/netinet/icmp_var.h
  head/sys/netinet/if_ether.c
  head/sys/netinet/if_ether.h
  head/sys/netinet/igmp.c
  head/sys/netinet/igmp.h
  head/sys/netinet/igmp_var.h
  head/sys/netinet/in.c
  head/sys/netinet/in.h
  head/sys/netinet/in_cksum.c
  head/sys/netinet/in_gif.c
  head/sys/netinet/in_pcb.c
  head/sys/netinet/in_pcb.h
  head/sys/netinet/in_proto.c
  head/sys/netinet/in_systm.h
  head/sys/netinet/in_var.h
  head/sys/netinet/ip.h
  head/sys/netinet/ip6.h
  head/sys/netinet/ip_divert.c
  head/sys/netinet/ip_ecn.c
  head/sys/netinet/ip_ecn.h
  head/sys/netinet/ip_encap.c
  head/sys/netinet/ip_encap.h
  head/sys/netinet/ip_icmp.c
  head/sys/netinet/ip_icmp.h
  head/sys/netinet/ip_input.c
  head/sys/netinet/ip_mroute.c
  head/sys/netinet/ip_mroute.h
  head/sys/netinet/ip_options.c
  head/sys/netinet/ip_options.h
  head/sys/netinet/ip_output.c
  head/sys/netinet/ip_var.h
  head/sys/netinet/pim.h
  head/sys/netinet/pim_var.h
  head/sys/netinet/raw_ip.c
  head/sys/netinet/sctp.h
  head/sys/netinet/sctp_asconf.c
  head/sys/netinet/sctp_asconf.h
  head/sys/netinet/sctp_auth.c
  head/sys/netinet/sctp_auth.h
  head/sys/netinet/sctp_bsd_addr.c
  head/sys/netinet/sctp_bsd_addr.h
  head/sys/netinet/sctp_cc_functions.c
  head/sys/netinet/sctp_constants.h
  head/sys/netinet/sctp_crc32.c
  head/sys/netinet/sctp_crc32.h
  head/sys/netinet/sctp_dtrace_declare.h
  head/sys/netinet/sctp_dtrace_define.h
  head/sys/netinet/sctp_header.h
  head/sys/netinet/sctp_indata.c
  head/sys/netinet/sctp_indata.h
  head/sys/netinet/sctp_input.c
  head/sys/netinet/sctp_input.h
  head/sys/netinet/sctp_lock_bsd.h
  head/sys/netinet/sctp_os.h
  head/sys/netinet/sctp_os_bsd.h
  head/sys/netinet/sctp_output.c
  head/sys/netinet/sctp_output.h
  head/sys/netinet/sctp_pcb.c
  head/sys/netinet/sctp_pcb.h
  head/sys/netinet/sctp_peeloff.c
  head/sys/netinet/sctp_peeloff.h
  head/sys/netinet/sctp_structs.h
  head/sys/netinet/sctp_sysctl.c
  head/sys/netinet/sctp_sysctl.h
  head/sys/netinet/sctp_timer.c
  head/sys/netinet/sctp_timer.h
  head/sys/netinet/sctp_uio.h
  head/sys/netinet/sctp_usrreq.c
  head/sys/netinet/sctp_var.h
  head/sys/netinet/sctputil.c
  head/sys/netinet/sctputil.h
  head/sys/netinet/tcp.h
  head/sys/netinet/tcp_debug.c
  head/sys/netinet/tcp_debug.h
  head/sys/netinet/tcp_fsm.h
  head/sys/netinet/tcp_input.c
  head/sys/netinet/tcp_output.c
  head/sys/netinet/tcp_reass.c
  head/sys/netinet/tcp_sack.c
  head/sys/netinet/tcp_seq.h
  head/sys/netinet/tcp_subr.c
  head/sys/netinet/tcp_syncache.h
  head/sys/netinet/tcp_timer.c
  head/sys/netinet/tcp_timer.h
  head/sys/netinet/tcp_timewait.c
  head/sys/netinet/tcp_usrreq.c
  head/sys/netinet/tcp_var.h
  head/sys/netinet/tcpip.h
  head/sys/netinet/udp.h
  head/sys/netinet/udp_usrreq.c
  head/sys/netinet/udp_var.h
  head/sys/netinet6/dest6.c
  head/sys/netinet6/frag6.c
  head/sys/netinet6/icmp6.c
  head/sys/netinet6/in6.c
  head/sys/netinet6/in6.h
  head/sys/netinet6/in6_cksum.c
  head/sys/netinet6/in6_gif.c
  head/sys/netinet6/in6_ifattach.c
  head/sys/netinet6/in6_ifattach.h
  head/sys/netinet6/in6_pcb.c
  head/sys/netinet6/in6_pcb.h
  head/sys/netinet6/in6_proto.c
  head/sys/netinet6/in6_rmx.c
  head/sys/netinet6/in6_src.c
  head/sys/netinet6/in6_var.h
  head/sys/netinet6/ip6_ecn.h
  head/sys/netinet6/ip6_forward.c
  head/sys/netinet6/ip6_input.c
  head/sys/netinet6/ip6_mroute.c
  head/sys/netinet6/ip6_mroute.h
  head/sys/netinet6/ip6_output.c
  head/sys/netinet6/ip6_var.h
  head/sys/netinet6/ip6protosw.h
  head/sys/netinet6/mld6.c
  head/sys/netinet6/nd6.c
  head/sys/netinet6/nd6.h
  head/sys/netinet6/nd6_nbr.c
  head/sys/netinet6/nd6_rtr.c
  head/sys/netinet6/pim6.h
  head/sys/netinet6/pim6_var.h
  head/sys/netinet6/raw_ip6.c
  head/sys/netinet6/raw_ip6.h
  head/sys/netinet6/route6.c
  head/sys/netinet6/scope6.c
  head/sys/netinet6/scope6_var.h
  head/sys/netinet6/sctp6_usrreq.c
  head/sys/netinet6/sctp6_var.h
  head/sys/netinet6/tcp6_var.h
  head/sys/netinet6/udp6_usrreq.c
  head/sys/netinet6/udp6_var.h
  head/sys/netipsec/ah.h
  head/sys/netipsec/esp.h
  head/sys/netipsec/ipcomp.h
  head/sys/netipsec/ipcomp_var.h
  head/sys/netipsec/ipsec.c
  head/sys/netipsec/ipsec.h
  head/sys/netipsec/ipsec6.h
  head/sys/netipsec/key.c
  head/sys/netipsec/key.h
  head/sys/netipsec/key_debug.c
  head/sys/netipsec/key_debug.h
  head/sys/netipsec/key_var.h
  head/sys/netipsec/keydb.h
  head/sys/netipsec/keysock.c
  head/sys/netipsec/keysock.h
  head/sys/netpfil/pf/in4_cksum.c
  head/sys/nfs/nfs_common.h
  head/sys/nfs/nfs_diskless.c
  head/sys/nfs/nfs_nfssvc.c
  head/sys/nfs/nfsdiskless.h
  head/sys/nfs/nfsproto.h
  head/sys/nfs/nfssvc.h
  head/sys/nfs/xdr_subs.h
  head/sys/nfsclient/nfs.h
  head/sys/nfsclient/nfsargs.h
  head/sys/nfsclient/nfsm_subs.h
  head/sys/nfsclient/nfsmount.h
  head/sys/nfsclient/nfsnode.h
  head/sys/nfsclient/nfsstats.h
  head/sys/nfsserver/nfs.h
  head/sys/nfsserver/nfsm_subs.h
  head/sys/nfsserver/nfsrvcache.h
  head/sys/nfsserver/nfsrvstats.h
  head/sys/ofed/drivers/infiniband/ulp/sdp/sdp_main.c
  head/sys/powerpc/fpu/fpu_add.c
  head/sys/powerpc/fpu/fpu_arith.h
  head/sys/powerpc/fpu/fpu_compare.c
  head/sys/powerpc/fpu/fpu_div.c
  head/sys/powerpc/fpu/fpu_emu.h
  head/sys/powerpc/fpu/fpu_explode.c
  head/sys/powerpc/fpu/fpu_implode.c
  head/sys/powerpc/fpu/fpu_instr.h
  head/sys/powerpc/fpu/fpu_mul.c
  head/sys/powerpc/fpu/fpu_sqrt.c
  head/sys/powerpc/fpu/fpu_subr.c
  head/sys/powerpc/include/_limits.h
  head/sys/powerpc/include/_stdint.h
  head/sys/powerpc/include/asm.h
  head/sys/powerpc/include/cpu.h
  head/sys/powerpc/include/endian.h
  head/sys/powerpc/include/exec.h
  head/sys/powerpc/include/float.h
  head/sys/powerpc/include/floatingpoint.h
  head/sys/powerpc/include/fpu.h
  head/sys/powerpc/include/frame.h
  head/sys/powerpc/include/hid.h
  head/sys/powerpc/include/ieee.h
  head/sys/powerpc/include/in_cksum.h
  head/sys/powerpc/include/limits.h
  head/sys/powerpc/include/pcb.h
  head/sys/powerpc/include/pio.h
  head/sys/powerpc/include/platform.h
  head/sys/powerpc/include/pmap.h
  head/sys/powerpc/include/proc.h
  head/sys/powerpc/include/psl.h
  head/sys/powerpc/include/pte.h
  head/sys/powerpc/include/ptrace.h
  head/sys/powerpc/include/reloc.h
  head/sys/powerpc/include/sigframe.h
  head/sys/powerpc/include/signal.h
  head/sys/powerpc/include/stdarg.h
  head/sys/powerpc/include/sysarch.h
  head/sys/powerpc/include/tlb.h
  head/sys/powerpc/include/trap.h
  head/sys/powerpc/include/ucontext.h
  head/sys/powerpc/include/varargs.h
  head/sys/powerpc/include/vmparam.h
  head/sys/powerpc/powermac/cudavar.h
  head/sys/powerpc/powerpc/bcopy.c
  head/sys/powerpc/powerpc/genassym.c
  head/sys/powerpc/powerpc/intr_machdep.c
  head/sys/powerpc/powerpc/mem.c
  head/sys/powerpc/powerpc/uio_machdep.c
  head/sys/rpc/auth.h
  head/sys/rpc/auth_none.c
  head/sys/rpc/auth_unix.c
  head/sys/rpc/authunix_prot.c
  head/sys/rpc/clnt.h
  head/sys/rpc/clnt_dg.c
  head/sys/rpc/clnt_vc.c
  head/sys/rpc/krpc.h
  head/sys/rpc/nettype.h
  head/sys/rpc/pmap_prot.h
  head/sys/rpc/rpc.h
  head/sys/rpc/rpc_callmsg.c
  head/sys/rpc/rpc_com.h
  head/sys/rpc/rpc_generic.c
  head/sys/rpc/rpc_msg.h
  head/sys/rpc/rpc_prot.c
  head/sys/rpc/rpcb_clnt.c
  head/sys/rpc/rpcb_clnt.h
  head/sys/rpc/rpcb_prot.c
  head/sys/rpc/rpcb_prot.h
  head/sys/rpc/rpcm_subs.h
  head/sys/rpc/rpcsec_gss/rpcsec_gss.c
  head/sys/rpc/rpcsec_gss/rpcsec_gss_int.h
  head/sys/rpc/rpcsec_gss/rpcsec_gss_prot.c
  head/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
  head/sys/rpc/svc.c
  head/sys/rpc/svc.h
  head/sys/rpc/svc_auth.c
  head/sys/rpc/svc_auth.h
  head/sys/rpc/svc_auth_unix.c
  head/sys/rpc/svc_dg.c
  head/sys/rpc/svc_generic.c
  head/sys/rpc/svc_vc.c
  head/sys/rpc/types.h
  head/sys/rpc/xdr.h
  head/sys/security/audit/audit.c
  head/sys/security/audit/audit.h
  head/sys/security/audit/audit_arg.c
  head/sys/security/audit/audit_bsm.c
  head/sys/security/audit/audit_bsm_klib.c
  head/sys/security/audit/audit_private.h
  head/sys/security/audit/audit_syscalls.c
  head/sys/security/audit/audit_worker.c
  head/sys/security/audit/bsm_domain.c
  head/sys/security/audit/bsm_errno.c
  head/sys/security/audit/bsm_fcntl.c
  head/sys/security/audit/bsm_socket_type.c
  head/sys/security/audit/bsm_token.c
  head/sys/sparc64/include/_types.h
  head/sys/sparc64/include/asm.h
  head/sys/sparc64/include/bus_common.h
  head/sys/sparc64/include/cpu.h
  head/sys/sparc64/include/endian.h
  head/sys/sparc64/include/float.h
  head/sys/sparc64/include/floatingpoint.h
  head/sys/sparc64/include/ieee.h
  head/sys/sparc64/include/in_cksum.h
  head/sys/sparc64/include/iommureg.h
  head/sys/sparc64/include/md_var.h
  head/sys/sparc64/include/pmap.h
  head/sys/sparc64/include/proc.h
  head/sys/sparc64/include/ptrace.h
  head/sys/sparc64/include/reg.h
  head/sys/sparc64/include/reloc.h
  head/sys/sparc64/include/setjmp.h
  head/sys/sparc64/include/signal.h
  head/sys/sparc64/include/sysarch.h
  head/sys/sparc64/include/varargs.h
  head/sys/sparc64/include/vmparam.h
  head/sys/sparc64/sparc64/in_cksum.c
  head/sys/sparc64/sparc64/intr_machdep.c
  head/sys/sparc64/sparc64/machdep.c
  head/sys/sparc64/sparc64/mem.c
  head/sys/sparc64/sparc64/pmap.c
  head/sys/sparc64/sparc64/trap.c
  head/sys/sparc64/sparc64/uio_machdep.c
  head/sys/sparc64/sparc64/vm_machdep.c
  head/sys/sys/_callout.h
  head/sys/sys/_iovec.h
  head/sys/sys/_kstack_cache.h
  head/sys/sys/_rmlock.h
  head/sys/sys/_sigset.h
  head/sys/sys/_sockaddr_storage.h
  head/sys/sys/_termios.h
  head/sys/sys/_timespec.h
  head/sys/sys/acct.h
  head/sys/sys/bio.h
  head/sys/sys/bitstring.h
  head/sys/sys/blist.h
  head/sys/sys/buf.h
  head/sys/sys/callout.h
  head/sys/sys/cdefs.h
  head/sys/sys/cfictl.h
  head/sys/sys/conf.h
  head/sys/sys/cons.h
  head/sys/sys/ctype.h
  head/sys/sys/dir.h
  head/sys/sys/dirent.h
  head/sys/sys/disklabel.h
  head/sys/sys/diskmbr.h
  head/sys/sys/dkstat.h
  head/sys/sys/domain.h
  head/sys/sys/errno.h
  head/sys/sys/exec.h
  head/sys/sys/fbio.h
  head/sys/sys/fcntl.h
  head/sys/sys/file.h
  head/sys/sys/filedesc.h
  head/sys/sys/filio.h
  head/sys/sys/gmon.h
  head/sys/sys/imgact.h
  head/sys/sys/imgact_aout.h
  head/sys/sys/ioccom.h
  head/sys/sys/ioctl.h
  head/sys/sys/ioctl_compat.h
  head/sys/sys/ipc.h
  head/sys/sys/ktrace.h
  head/sys/sys/libkern.h
  head/sys/sys/limits.h
  head/sys/sys/lockf.h
  head/sys/sys/malloc.h
  head/sys/sys/mbuf.h
  head/sys/sys/mdioctl.h
  head/sys/sys/mman.h
  head/sys/sys/mount.h
  head/sys/sys/mpt_ioctl.h
  head/sys/sys/msgbuf.h
  head/sys/sys/mtio.h
  head/sys/sys/namei.h
  head/sys/sys/nlist_aout.h
  head/sys/sys/param.h
  head/sys/sys/pcpu.h
  head/sys/sys/proc.h
  head/sys/sys/protosw.h
  head/sys/sys/ptrace.h
  head/sys/sys/queue.h
  head/sys/sys/reboot.h
  head/sys/sys/resource.h
  head/sys/sys/resourcevar.h
  head/sys/sys/rmlock.h
  head/sys/sys/select.h
  head/sys/sys/selinfo.h
  head/sys/sys/sglist.h
  head/sys/sys/sigio.h
  head/sys/sys/signal.h
  head/sys/sys/signalvar.h
  head/sys/sys/sockbuf.h
  head/sys/sys/socket.h
  head/sys/sys/socketvar.h
  head/sys/sys/sockio.h
  head/sys/sys/sockopt.h
  head/sys/sys/stat.h
  head/sys/sys/sun_disklabel.h
  head/sys/sys/sysctl.h
  head/sys/sys/sysent.h
  head/sys/sys/syslimits.h
  head/sys/sys/syslog.h
  head/sys/sys/systm.h
  head/sys/sys/time.h
  head/sys/sys/timeb.h
  head/sys/sys/times.h
  head/sys/sys/timespec.h
  head/sys/sys/ttycom.h
  head/sys/sys/ttydefaults.h
  head/sys/sys/types.h
  head/sys/sys/ucred.h
  head/sys/sys/uio.h
  head/sys/sys/un.h
  head/sys/sys/unistd.h
  head/sys/sys/unpcb.h
  head/sys/sys/user.h
  head/sys/sys/utsname.h
  head/sys/sys/vmmeter.h
  head/sys/sys/vnode.h
  head/sys/sys/wait.h
  head/sys/tools/makeobjops.awk
  head/sys/tools/vnode_if.awk
  head/sys/ufs/ffs/ffs_alloc.c
  head/sys/ufs/ffs/ffs_balloc.c
  head/sys/ufs/ffs/ffs_extern.h
  head/sys/ufs/ffs/ffs_inode.c
  head/sys/ufs/ffs/ffs_subr.c
  head/sys/ufs/ffs/ffs_tables.c
  head/sys/ufs/ffs/ffs_vfsops.c
  head/sys/ufs/ffs/ffs_vnops.c
  head/sys/ufs/ffs/fs.h
  head/sys/ufs/ufs/dir.h
  head/sys/ufs/ufs/inode.h
  head/sys/ufs/ufs/quota.h
  head/sys/ufs/ufs/ufs_bmap.c
  head/sys/ufs/ufs/ufs_extern.h
  head/sys/ufs/ufs/ufs_inode.c
  head/sys/ufs/ufs/ufs_lookup.c
  head/sys/ufs/ufs/ufs_quota.c
  head/sys/ufs/ufs/ufs_vfsops.c
  head/sys/ufs/ufs/ufs_vnops.c
  head/sys/ufs/ufs/ufsmount.h
  head/sys/vm/device_pager.c
  head/sys/vm/pmap.h
  head/sys/vm/swap_pager.h
  head/sys/vm/vm.h
  head/sys/vm/vm_extern.h
  head/sys/vm/vm_glue.c
  head/sys/vm/vm_init.c
  head/sys/vm/vm_kern.c
  head/sys/vm/vm_kern.h
  head/sys/vm/vm_map.c
  head/sys/vm/vm_map.h
  head/sys/vm/vm_meter.c
  head/sys/vm/vm_mmap.c
  head/sys/vm/vm_object.c
  head/sys/vm/vm_object.h
  head/sys/vm/vm_page.c
  head/sys/vm/vm_page.h
  head/sys/vm/vm_pageout.h
  head/sys/vm/vm_pager.c
  head/sys/vm/vm_pager.h
  head/sys/vm/vm_param.h
  head/sys/vm/vm_unix.c
  head/sys/vm/vnode_pager.h
  head/sys/x86/include/_limits.h
  head/sys/x86/include/endian.h
  head/sys/x86/include/float.h
  head/sys/x86/include/frame.h
  head/sys/x86/include/psl.h
  head/sys/x86/include/ptrace.h
  head/sys/x86/include/reg.h
  head/sys/x86/include/segments.h
  head/sys/x86/include/setjmp.h
  head/sys/x86/include/signal.h
  head/sys/x86/include/specialreg.h
  head/sys/x86/include/stdarg.h
  head/sys/x86/include/sysarch.h
  head/sys/x86/include/trap.h
  head/sys/x86/isa/clock.c
  head/sys/x86/isa/icu.h
  head/sys/x86/isa/isa_dma.c
  head/sys/x86/isa/nmi.c
  head/sys/x86/x86/delay.c
  head/sys/x86/x86/msi.c

Modified: head/sys/amd64/amd64/bpf_jit_machdep.c
==============================================================================
--- head/sys/amd64/amd64/bpf_jit_machdep.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/bpf_jit_machdep.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy)
  * Copyright (C) 2005-2017 Jung-uk Kim <jkim@FreeBSD.org>
  * All rights reserved.

Modified: head/sys/amd64/amd64/bpf_jit_machdep.h
==============================================================================
--- head/sys/amd64/amd64/bpf_jit_machdep.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/bpf_jit_machdep.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2002-2003 NetGroup, Politecnico di Torino (Italy)
  * Copyright (C) 2005-2016 Jung-uk Kim <jkim@FreeBSD.org>
  * All rights reserved.

Modified: head/sys/amd64/amd64/fpu.c
==============================================================================
--- head/sys/amd64/amd64/fpu.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/fpu.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 William Jolitz.
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/amd64/genassym.c
==============================================================================
--- head/sys/amd64/amd64/genassym.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/genassym.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/amd64/mem.c
==============================================================================
--- head/sys/amd64/amd64/mem.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/mem.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988 University of Utah.
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/amd64/sys_machdep.c
==============================================================================
--- head/sys/amd64/amd64/sys_machdep.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/sys_machdep.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2003 Peter Wemm.
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/amd64/uio_machdep.c
==============================================================================
--- head/sys/amd64/amd64/uio_machdep.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/amd64/uio_machdep.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu>
  * Copyright (c) 1982, 1986, 1991, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/sys/amd64/ia32/ia32_signal.c
==============================================================================
--- head/sys/amd64/ia32/ia32_signal.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/ia32/ia32_signal.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2003 Peter Wemm
  * Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/include/asm.h
==============================================================================
--- head/sys/amd64/include/asm.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/asm.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/asmacros.h
==============================================================================
--- head/sys/amd64/include/asmacros.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/asmacros.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/cpu.h
==============================================================================
--- head/sys/amd64/include/cpu.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/cpu.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/cpufunc.h
==============================================================================
--- head/sys/amd64/include/cpufunc.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/cpufunc.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2003 Peter Wemm.
  * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/include/exec.h
==============================================================================
--- head/sys/amd64/include/exec.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/exec.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/amd64/include/fpu.h
==============================================================================
--- head/sys/amd64/include/fpu.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/fpu.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/in_cksum.h
==============================================================================
--- head/sys/amd64/include/in_cksum.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/in_cksum.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/limits.h
==============================================================================
--- head/sys/amd64/include/limits.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/limits.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/amd64/include/md_var.h
==============================================================================
--- head/sys/amd64/include/md_var.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/md_var.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995 Bruce D. Evans.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/pcb.h
==============================================================================
--- head/sys/amd64/include/pcb.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/pcb.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2003 Peter Wemm.
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/include/pmap.h
==============================================================================
--- head/sys/amd64/include/pmap.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/pmap.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2003 Peter Wemm.
  * Copyright (c) 1991 Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/include/proc.h
==============================================================================
--- head/sys/amd64/include/proc.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/proc.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991 Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/include/profile.h
==============================================================================
--- head/sys/amd64/include/profile.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/profile.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/amd64/include/reloc.h
==============================================================================
--- head/sys/amd64/include/reloc.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/reloc.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/amd64/include/segments.h
==============================================================================
--- head/sys/amd64/include/segments.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/segments.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1990 William F. Jolitz
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/amd64/include/tss.h
==============================================================================
--- head/sys/amd64/include/tss.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/include/tss.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/amd64/vmm/vmm_stat.h
==============================================================================
--- head/sys/amd64/vmm/vmm_stat.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/amd64/vmm/vmm_stat.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2011 NetApp, Inc.
  * All rights reserved.
  *

Modified: head/sys/arm/arm/mem.c
==============================================================================
--- head/sys/arm/arm/mem.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/arm/mem.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988 University of Utah.
  * Copyright (c) 1982, 1986, 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/arm/arm/sys_machdep.c
==============================================================================
--- head/sys/arm/arm/sys_machdep.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/arm/sys_machdep.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/arm/arm/uio_machdep.c
==============================================================================
--- head/sys/arm/arm/uio_machdep.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/arm/uio_machdep.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2004 Alan L. Cox <alc@cs.rice.edu>
  * Copyright (c) 1982, 1986, 1991, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/sys/arm/freescale/imx/imx_common.c
==============================================================================
--- head/sys/arm/freescale/imx/imx_common.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/freescale/imx/imx_common.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD.
  * Copyright (c) 2012, 2013 The FreeBSD Foundation
  * All rights reserved.

Modified: head/sys/arm/include/_limits.h
==============================================================================
--- head/sys/arm/include/_limits.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/_limits.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/arm/include/asm.h
==============================================================================
--- head/sys/arm/include/asm.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/asm.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,6 +1,8 @@
 /*	$NetBSD: asm.h,v 1.5 2003/08/07 16:26:53 agc Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/arm/include/endian.h
==============================================================================
--- head/sys/arm/include/endian.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/endian.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001 David E. O'Brien
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/arm/include/exec.h
==============================================================================
--- head/sys/arm/include/exec.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/exec.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001 David E. O'Brien
  * All rights reserved.
  *

Modified: head/sys/arm/include/float.h
==============================================================================
--- head/sys/arm/include/float.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/float.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989 Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/arm/include/ieee.h
==============================================================================
--- head/sys/arm/include/ieee.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/ieee.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,6 +1,8 @@
 /*	$NetBSD: ieee754.h,v 1.4 2003/10/27 02:30:26 simonb Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/arm/include/in_cksum.h
==============================================================================
--- head/sys/arm/include/in_cksum.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/in_cksum.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/arm/include/limits.h
==============================================================================
--- head/sys/arm/include/limits.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/limits.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/arm/include/md_var.h
==============================================================================
--- head/sys/arm/include/md_var.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/md_var.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995 Bruce D. Evans.
  * All rights reserved.
  *

Modified: head/sys/arm/include/pmap.h
==============================================================================
--- head/sys/arm/include/pmap.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/pmap.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
+ *
  * Copyright (c) 2016 Svatopluk Kraus
  * Copyright (c) 2016 Michal Meloun
  * All rights reserved.

Modified: head/sys/arm/include/signal.h
==============================================================================
--- head/sys/arm/include/signal.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/signal.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1986, 1989, 1991, 1993
  *      The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/arm/include/stdarg.h
==============================================================================
--- head/sys/arm/include/stdarg.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/stdarg.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2002 David E. O'Brien.  All rights reserved.
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/sys/arm/include/vmparam.h
==============================================================================
--- head/sys/arm/include/vmparam.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/include/vmparam.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,6 +1,8 @@
 /*	$NetBSD: vmparam.h,v 1.26 2003/08/07 16:27:47 agc Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/discovery/discovery.c
==============================================================================
--- head/sys/arm/mv/discovery/discovery.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/discovery/discovery.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/kirkwood/kirkwood.c
==============================================================================
--- head/sys/arm/mv/kirkwood/kirkwood.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/kirkwood/kirkwood.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/mv_common.c
==============================================================================
--- head/sys/arm/mv/mv_common.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/mv_common.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/mv_pci.c
==============================================================================
--- head/sys/arm/mv/mv_pci.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/mv_pci.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 MARVELL INTERNATIONAL LTD.
  * Copyright (c) 2010 The FreeBSD Foundation
  * Copyright (c) 2010-2015 Semihalf

Modified: head/sys/arm/mv/mvreg.h
==============================================================================
--- head/sys/arm/mv/mvreg.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/mvreg.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/mvwin.h
==============================================================================
--- head/sys/arm/mv/mvwin.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/mvwin.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2007-2011 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/orion/db88f5xxx.c
==============================================================================
--- head/sys/arm/mv/orion/db88f5xxx.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/orion/db88f5xxx.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/orion/orion.c
==============================================================================
--- head/sys/arm/mv/orion/orion.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/orion/orion.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/mv/rtc.c
==============================================================================
--- head/sys/arm/mv/rtc.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/mv/rtc.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/ti/ti_edma3.c
==============================================================================
--- head/sys/arm/ti/ti_edma3.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/ti/ti_edma3.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/
  * Copyright (c) 2012 Damjan Marion <dmarion@Freebsd.org>
  * All rights reserved.

Modified: head/sys/arm/versatile/versatile_common.c
==============================================================================
--- head/sys/arm/versatile/versatile_common.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/versatile/versatile_common.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 2008-2011 MARVELL INTERNATIONAL LTD.
  * All rights reserved.
  *

Modified: head/sys/arm/xscale/ixp425/if_npereg.h
==============================================================================
--- head/sys/arm/xscale/ixp425/if_npereg.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/xscale/ixp425/if_npereg.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -30,6 +30,8 @@
  */
 
 /*
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001-2005, Intel Corporation.
  * All rights reserved.
  *

Modified: head/sys/arm/xscale/ixp425/ixp425_npe.c
==============================================================================
--- head/sys/arm/xscale/ixp425/ixp425_npe.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/xscale/ixp425/ixp425_npe.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2006-2008 Sam Leffler, Errno Consulting
  * All rights reserved.
  *

Modified: head/sys/arm/xscale/ixp425/ixp425_npereg.h
==============================================================================
--- head/sys/arm/xscale/ixp425/ixp425_npereg.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/xscale/ixp425/ixp425_npereg.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2006 Sam Leffler, Errno Consulting
  * All rights reserved.
  *

Modified: head/sys/arm/xscale/ixp425/ixp425_qmgr.c
==============================================================================
--- head/sys/arm/xscale/ixp425/ixp425_qmgr.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/xscale/ixp425/ixp425_qmgr.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -28,6 +28,8 @@
  */
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001-2005, Intel Corporation.
  * All rights reserved.
  *

Modified: head/sys/arm/xscale/ixp425/ixp425_qmgr.h
==============================================================================
--- head/sys/arm/xscale/ixp425/ixp425_qmgr.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/arm/xscale/ixp425/ixp425_qmgr.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -30,6 +30,8 @@
  */
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001-2005, Intel Corporation.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit.h
==============================================================================
--- head/sys/bsm/audit.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2005-2009 Apple Inc.
  * Copyright (c) 2016 Robert N. M. Watson
  * All rights reserved.

Modified: head/sys/bsm/audit_domain.h
==============================================================================
--- head/sys/bsm/audit_domain.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_domain.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit_errno.h
==============================================================================
--- head/sys/bsm/audit_errno.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_errno.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit_fcntl.h
==============================================================================
--- head/sys/bsm/audit_fcntl.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_fcntl.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2009 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit_internal.h
==============================================================================
--- head/sys/bsm/audit_internal.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_internal.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2005-2008 Apple Inc.
  * Copyright (c) 2005 SPARTA, Inc.
  * All rights reserved.

Modified: head/sys/bsm/audit_kevents.h
==============================================================================
--- head/sys/bsm/audit_kevents.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_kevents.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2005-2009 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit_record.h
==============================================================================
--- head/sys/bsm/audit_record.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_record.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2005-2009 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/bsm/audit_socket_type.h
==============================================================================
--- head/sys/bsm/audit_socket_type.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/bsm/audit_socket_type.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 Apple Inc.
  * All rights reserved.
  *

Modified: head/sys/compat/freebsd32/freebsd32_ioctl.c
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_ioctl.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/compat/freebsd32/freebsd32_ioctl.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 David E. O'Brien
  * All rights reserved.
  *

Modified: head/sys/compat/freebsd32/freebsd32_ioctl.h
==============================================================================
--- head/sys/compat/freebsd32/freebsd32_ioctl.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/compat/freebsd32/freebsd32_ioctl.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 David E. O'Brien
  * All rights reserved.
  *

Modified: head/sys/conf/newvers.sh
==============================================================================
--- head/sys/conf/newvers.sh	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/conf/newvers.sh	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 #!/bin/sh -
+# SPDX-License-Identifier: BSD-3-Clause
+#
 #
 # Copyright (c) 1984, 1986, 1990, 1993
 #	The Regents of the University of California.  All rights reserved.

Modified: head/sys/conf/systags.sh
==============================================================================
--- head/sys/conf/systags.sh	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/conf/systags.sh	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,5 +1,7 @@
 #! /bin/sh
 #
+# SPDX-License-Identifier: BSD-3-Clause
+#
 # Copyright (c) 1992, 1993
 #	The Regents of the University of California.  All rights reserved.
 #

Modified: head/sys/crypto/sha1.c
==============================================================================
--- head/sys/crypto/sha1.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/crypto/sha1.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,5 +1,7 @@
 /*	$KAME: sha1.c,v 1.5 2000/11/08 06:13:08 itojun Exp $	*/
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  * All rights reserved.
  *

Modified: head/sys/crypto/sha1.h
==============================================================================
--- head/sys/crypto/sha1.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/crypto/sha1.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,7 +1,9 @@
 /*	$FreeBSD$	*/
 /*	$KAME: sha1.h,v 1.5 2000/03/27 04:36:23 sumikawa Exp $	*/
 
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
  * All rights reserved.
  *

Modified: head/sys/ddb/db_ps.c
==============================================================================
--- head/sys/ddb/db_ps.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/ddb/db_ps.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/ddb/ddb.h
==============================================================================
--- head/sys/ddb/ddb.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/ddb/ddb.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993, Garrett A. Wollman.
  * Copyright (c) 1993, University of Vermont and State Agricultural College.
  * All rights reserved.

Modified: head/sys/fs/cd9660/cd9660_bmap.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_bmap.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_bmap.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_lookup.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_lookup.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_lookup.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_mount.h
==============================================================================
--- head/sys/fs/cd9660/cd9660_mount.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_mount.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_node.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_node.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_node.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1994, 1995
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_node.h
==============================================================================
--- head/sys/fs/cd9660/cd9660_node.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_node.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_rrip.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_rrip.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_rrip.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_rrip.h
==============================================================================
--- head/sys/fs/cd9660/cd9660_rrip.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_rrip.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_util.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_util.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_util.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_vfsops.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_vfsops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_vfsops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/cd9660_vnops.c
==============================================================================
--- head/sys/fs/cd9660/cd9660_vnops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/cd9660_vnops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/iso.h
==============================================================================
--- head/sys/fs/cd9660/iso.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/iso.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/cd9660/iso_rrip.h
==============================================================================
--- head/sys/fs/cd9660/iso_rrip.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/cd9660/iso_rrip.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/deadfs/dead_vnops.c
==============================================================================
--- head/sys/fs/deadfs/dead_vnops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/deadfs/dead_vnops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_alloc.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_alloc.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_alloc.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_balloc.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_balloc.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_balloc.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_bmap.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_bmap.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_bmap.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.

Modified: head/sys/fs/ext2fs/ext2_extern.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_extern.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_extern.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_inode.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_inode.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_inode.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_lookup.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_lookup.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_lookup.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.

Modified: head/sys/fs/ext2fs/ext2_mount.h
==============================================================================
--- head/sys/fs/ext2fs/ext2_mount.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_mount.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_subr.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_subr.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_subr.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_vfsops.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_vfsops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_vfsops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1989, 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/ext2_vnops.c
==============================================================================
--- head/sys/fs/ext2fs/ext2_vnops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/ext2_vnops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.

Modified: head/sys/fs/ext2fs/fs.h
==============================================================================
--- head/sys/fs/ext2fs/fs.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/fs.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -5,6 +5,8 @@
  *  University of Utah, Department of Computer Science
  */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1986, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/ext2fs/inode.h
==============================================================================
--- head/sys/fs/ext2fs/inode.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/ext2fs/inode.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1982, 1989, 1993
  *	The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.

Modified: head/sys/fs/fdescfs/fdesc.h
==============================================================================
--- head/sys/fs/fdescfs/fdesc.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fdescfs/fdesc.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/fdescfs/fdesc_vfsops.c
==============================================================================
--- head/sys/fs/fdescfs/fdesc_vfsops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fdescfs/fdesc_vfsops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993, 1995
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/fdescfs/fdesc_vnops.c
==============================================================================
--- head/sys/fs/fdescfs/fdesc_vnops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fdescfs/fdesc_vnops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/fs/fifofs/fifo_vnops.c
==============================================================================
--- head/sys/fs/fifofs/fifo_vnops.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fifofs/fifo_vnops.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1995
  *	The Regents of the University of California.
  * Copyright (c) 2005 Robert N. M. Watson

Modified: head/sys/fs/fuse/fuse.h
==============================================================================
--- head/sys/fs/fuse/fuse.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fuse/fuse.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007-2009 Google Inc.
  * All rights reserved.
  * 

Modified: head/sys/fs/fuse/fuse_debug.h
==============================================================================
--- head/sys/fs/fuse/fuse_debug.h	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fuse/fuse_debug.h	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007-2009 Google Inc.
  * All rights reserved.
  * 

Modified: head/sys/fs/fuse/fuse_device.c
==============================================================================
--- head/sys/fs/fuse/fuse_device.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fuse/fuse_device.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007-2009 Google Inc.
  * All rights reserved.
  *

Modified: head/sys/fs/fuse/fuse_file.c
==============================================================================
--- head/sys/fs/fuse/fuse_file.c	Mon Nov 20 19:36:21 2017	(r326022)
+++ head/sys/fs/fuse/fuse_file.c	Mon Nov 20 19:43:44 2017	(r326023)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause

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



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