svn commit: r326025 - in head: bin/cat bin/chflags bin/chmod bin/cp bin/date bin/dd bin/df bin/domainname bin/echo bin/ed bin/hostname bin/kill bin/ln bin/ls bin/mkdir bin/mv bin/pax bin/ps bin/pwd...

Pedro F. Giffuni pfg at FreeBSD.org
Mon Nov 20 19:50:00 UTC 2017


Author: pfg
Date: Mon Nov 20 19:49:47 2017
New Revision: 326025
URL: https://svnweb.freebsd.org/changeset/base/326025

Log:
  General 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/bin/cat/cat.c
  head/bin/chflags/chflags.c
  head/bin/chmod/chmod.c
  head/bin/cp/cp.c
  head/bin/cp/extern.h
  head/bin/cp/utils.c
  head/bin/date/date.c
  head/bin/date/extern.h
  head/bin/date/netdate.c
  head/bin/dd/args.c
  head/bin/dd/conv.c
  head/bin/dd/conv_tab.c
  head/bin/dd/dd.c
  head/bin/dd/dd.h
  head/bin/dd/extern.h
  head/bin/dd/misc.c
  head/bin/dd/position.c
  head/bin/df/df.c
  head/bin/domainname/domainname.c
  head/bin/echo/echo.c
  head/bin/ed/cbc.c
  head/bin/hostname/hostname.c
  head/bin/kill/kill.c
  head/bin/ln/ln.c
  head/bin/ls/cmp.c
  head/bin/ls/extern.h
  head/bin/ls/ls.c
  head/bin/ls/ls.h
  head/bin/ls/print.c
  head/bin/ls/util.c
  head/bin/mkdir/mkdir.c
  head/bin/mv/mv.c
  head/bin/pax/ar_io.c
  head/bin/pax/ar_subs.c
  head/bin/pax/buf_subs.c
  head/bin/pax/cache.c
  head/bin/pax/cache.h
  head/bin/pax/cpio.c
  head/bin/pax/cpio.h
  head/bin/pax/extern.h
  head/bin/pax/file_subs.c
  head/bin/pax/ftree.c
  head/bin/pax/ftree.h
  head/bin/pax/gen_subs.c
  head/bin/pax/options.c
  head/bin/pax/options.h
  head/bin/pax/pat_rep.c
  head/bin/pax/pat_rep.h
  head/bin/pax/pax.c
  head/bin/pax/pax.h
  head/bin/pax/sel_subs.c
  head/bin/pax/sel_subs.h
  head/bin/pax/tables.c
  head/bin/pax/tables.h
  head/bin/pax/tar.c
  head/bin/pax/tar.h
  head/bin/pax/tty_subs.c
  head/bin/ps/extern.h
  head/bin/ps/fmt.c
  head/bin/ps/keyword.c
  head/bin/ps/nlist.c
  head/bin/ps/print.c
  head/bin/ps/ps.c
  head/bin/ps/ps.h
  head/bin/pwd/pwd.c
  head/bin/realpath/realpath.c
  head/bin/rm/rm.c
  head/bin/rmdir/rmdir.c
  head/bin/sh/bltin/bltin.h
  head/bin/sh/bltin/echo.c
  head/bin/sh/mail.h
  head/bin/sh/main.c
  head/bin/sh/main.h
  head/bin/sh/memalloc.c
  head/bin/sh/memalloc.h
  head/bin/sh/miscbltin.c
  head/bin/sh/mknodes.c
  head/bin/sh/mksyntax.c
  head/bin/sh/myhistedit.h
  head/bin/sh/mystring.c
  head/bin/sh/mystring.h
  head/bin/sh/options.c
  head/bin/sh/options.h
  head/bin/sh/output.c
  head/bin/sh/output.h
  head/bin/sh/parser.c
  head/bin/sh/parser.h
  head/bin/sh/redir.c
  head/bin/sh/redir.h
  head/bin/sh/shell.h
  head/bin/sh/show.c
  head/bin/sh/show.h
  head/bin/sh/trap.c
  head/bin/sh/trap.h
  head/bin/sh/var.c
  head/bin/sh/var.h
  head/lib/libc/amd64/SYS.h
  head/lib/libc/arm/SYS.h
  head/lib/libc/compat-43/creat.c
  head/lib/libc/compat-43/gethostid.c
  head/lib/libc/compat-43/getwd.c
  head/lib/libc/compat-43/killpg.c
  head/lib/libc/compat-43/sethostid.c
  head/lib/libc/compat-43/setpgrp.c
  head/lib/libc/compat-43/setrgid.c
  head/lib/libc/compat-43/setruid.c
  head/lib/libc/compat-43/sigcompat.c
  head/lib/libc/db/btree/bt_close.c
  head/lib/libc/db/btree/bt_conv.c
  head/lib/libc/db/btree/bt_debug.c
  head/lib/libc/db/btree/bt_delete.c
  head/lib/libc/db/btree/bt_get.c
  head/lib/libc/db/btree/bt_open.c
  head/lib/libc/db/btree/bt_overflow.c
  head/lib/libc/db/btree/bt_page.c
  head/lib/libc/db/btree/bt_put.c
  head/lib/libc/db/btree/bt_search.c
  head/lib/libc/db/btree/bt_seq.c
  head/lib/libc/db/btree/bt_split.c
  head/lib/libc/db/btree/bt_utils.c
  head/lib/libc/db/btree/btree.h
  head/lib/libc/db/btree/extern.h
  head/lib/libc/db/db/db.c
  head/lib/libc/db/hash/extern.h
  head/lib/libc/db/hash/hash.c
  head/lib/libc/db/hash/hash.h
  head/lib/libc/db/hash/hash_bigkey.c
  head/lib/libc/db/hash/hash_buf.c
  head/lib/libc/db/hash/hash_func.c
  head/lib/libc/db/hash/hash_log2.c
  head/lib/libc/db/hash/hash_page.c
  head/lib/libc/db/hash/ndbm.c
  head/lib/libc/db/hash/page.h
  head/lib/libc/db/mpool/mpool.c
  head/lib/libc/db/recno/extern.h
  head/lib/libc/db/recno/rec_close.c
  head/lib/libc/db/recno/rec_delete.c
  head/lib/libc/db/recno/rec_get.c
  head/lib/libc/db/recno/rec_open.c
  head/lib/libc/db/recno/rec_put.c
  head/lib/libc/db/recno/rec_search.c
  head/lib/libc/db/recno/rec_seq.c
  head/lib/libc/db/recno/rec_utils.c
  head/lib/libc/db/recno/recno.h
  head/lib/libc/db/test/btree.tests/main.c
  head/lib/libc/db/test/dbtest.c
  head/lib/libc/db/test/hash.tests/driver2.c
  head/lib/libc/db/test/hash.tests/tcreat3.c
  head/lib/libc/db/test/hash.tests/tdel.c
  head/lib/libc/db/test/hash.tests/thash4.c
  head/lib/libc/db/test/hash.tests/tread2.c
  head/lib/libc/db/test/hash.tests/tseq.c
  head/lib/libc/db/test/hash.tests/tverify.c
  head/lib/libc/gen/__xuname.c
  head/lib/libc/gen/_spinlock_stub.c
  head/lib/libc/gen/alarm.c
  head/lib/libc/gen/assert.c
  head/lib/libc/gen/clock.c
  head/lib/libc/gen/closedir.c
  head/lib/libc/gen/confstr.c
  head/lib/libc/gen/crypt.c
  head/lib/libc/gen/daemon.c
  head/lib/libc/gen/devname.c
  head/lib/libc/gen/disklabel.c
  head/lib/libc/gen/err.c
  head/lib/libc/gen/errlst.c
  head/lib/libc/gen/exec.c
  head/lib/libc/gen/feature_present.c
  head/lib/libc/gen/fnmatch.c
  head/lib/libc/gen/fstab.c
  head/lib/libc/gen/fts-compat.c
  head/lib/libc/gen/fts-compat.h
  head/lib/libc/gen/fts.c
  head/lib/libc/gen/gen-private.h
  head/lib/libc/gen/getbootfile.c
  head/lib/libc/gen/getbsize.c
  head/lib/libc/gen/getcap.c
  head/lib/libc/gen/getcwd.c
  head/lib/libc/gen/getdomainname.c
  head/lib/libc/gen/getgrouplist.c
  head/lib/libc/gen/gethostname.c
  head/lib/libc/gen/getloadavg.c
  head/lib/libc/gen/getlogin.c
  head/lib/libc/gen/getmntinfo.c
  head/lib/libc/gen/getnetgrent.c
  head/lib/libc/gen/getosreldate.c
  head/lib/libc/gen/getpagesize.c
  head/lib/libc/gen/getttyent.c
  head/lib/libc/gen/getusershell.c
  head/lib/libc/gen/getvfsbyname.c
  head/lib/libc/gen/glob.c
  head/lib/libc/gen/initgroups.c
  head/lib/libc/gen/isatty.c
  head/lib/libc/gen/nice.c
  head/lib/libc/gen/nlist.c
  head/lib/libc/gen/opendir.c
  head/lib/libc/gen/pause.c
  head/lib/libc/gen/popen.c
  head/lib/libc/gen/psignal.c
  head/lib/libc/gen/pw_scan.c
  head/lib/libc/gen/pw_scan.h
  head/lib/libc/gen/raise.c
  head/lib/libc/gen/readdir.c
  head/lib/libc/gen/rewinddir.c
  head/lib/libc/gen/scandir.c
  head/lib/libc/gen/seekdir.c
  head/lib/libc/gen/setdomainname.c
  head/lib/libc/gen/sethostname.c
  head/lib/libc/gen/setjmperr.c
  head/lib/libc/gen/setmode.c
  head/lib/libc/gen/siginterrupt.c
  head/lib/libc/gen/siglist.c
  head/lib/libc/gen/signal.c
  head/lib/libc/gen/sigsetops.c
  head/lib/libc/gen/sleep.c
  head/lib/libc/gen/strtofflags.c
  head/lib/libc/gen/sysconf.c
  head/lib/libc/gen/sysctl.c
  head/lib/libc/gen/syslog.c
  head/lib/libc/gen/telldir.c
  head/lib/libc/gen/telldir.h
  head/lib/libc/gen/termios.c
  head/lib/libc/gen/time.c
  head/lib/libc/gen/times.c
  head/lib/libc/gen/timezone.c
  head/lib/libc/gen/ttyname.c
  head/lib/libc/gen/ttyslot.c
  head/lib/libc/gen/ualarm.c
  head/lib/libc/gen/uname.c
  head/lib/libc/gen/usleep.c
  head/lib/libc/gen/utime.c
  head/lib/libc/gen/valloc.c
  head/lib/libc/gen/wait.c
  head/lib/libc/gen/wait3.c
  head/lib/libc/gen/waitpid.c
  head/lib/libc/gmon/gmon.c
  head/lib/libc/gmon/mcount.c
  head/lib/libc/i386/SYS.h
  head/lib/libc/iconv/_strtol.h
  head/lib/libc/iconv/_strtoul.h
  head/lib/libc/include/libc_private.h
  head/lib/libc/include/spinlock.h
  head/lib/libc/inet/inet_addr.c
  head/lib/libc/inet/inet_lnaof.c
  head/lib/libc/inet/inet_makeaddr.c
  head/lib/libc/inet/inet_netof.c
  head/lib/libc/inet/inet_network.c
  head/lib/libc/inet/inet_ntoa.c
  head/lib/libc/locale/ascii.c
  head/lib/libc/locale/gbk.c
  head/lib/libc/locale/isctype.c
  head/lib/libc/locale/iswctype.c
  head/lib/libc/locale/localeconv.c
  head/lib/libc/locale/none.c
  head/lib/libc/locale/rune.c
  head/lib/libc/locale/runetype.c
  head/lib/libc/locale/setlocale.c
  head/lib/libc/locale/setrunelocale.c
  head/lib/libc/locale/table.c
  head/lib/libc/locale/tolower.c
  head/lib/libc/locale/toupper.c
  head/lib/libc/locale/wcstoimax.c
  head/lib/libc/locale/wcstol.c
  head/lib/libc/locale/wcstoll.c
  head/lib/libc/locale/wcstoul.c
  head/lib/libc/locale/wcstoull.c
  head/lib/libc/locale/wcstoumax.c
  head/lib/libc/locale/wcwidth.c
  head/lib/libc/net/gai_strerror.c
  head/lib/libc/net/getaddrinfo.c
  head/lib/libc/net/gethostbydns.c
  head/lib/libc/net/gethostbyht.c
  head/lib/libc/net/getnameinfo.c
  head/lib/libc/net/getnetbydns.c
  head/lib/libc/net/getnetbyht.c
  head/lib/libc/net/getproto.c
  head/lib/libc/net/getprotoent.c
  head/lib/libc/net/getprotoname.c
  head/lib/libc/net/getservent.c
  head/lib/libc/net/ip6opt.c
  head/lib/libc/net/linkaddr.c
  head/lib/libc/net/map_v4v6.c
  head/lib/libc/net/name6.c
  head/lib/libc/net/rcmd.c
  head/lib/libc/net/rcmdsh.c
  head/lib/libc/net/recv.c
  head/lib/libc/net/rthdr.c
  head/lib/libc/net/sctp_sys_calls.c
  head/lib/libc/net/send.c
  head/lib/libc/net/vars.c
  head/lib/libc/powerpc/SYS.h
  head/lib/libc/powerpc64/SYS.h
  head/lib/libc/quad/TESTS/divrem.c
  head/lib/libc/quad/TESTS/mul.c
  head/lib/libc/quad/adddi3.c
  head/lib/libc/quad/anddi3.c
  head/lib/libc/quad/ashldi3.c
  head/lib/libc/quad/ashrdi3.c
  head/lib/libc/quad/cmpdi2.c
  head/lib/libc/quad/divdi3.c
  head/lib/libc/quad/fixdfdi.c
  head/lib/libc/quad/fixsfdi.c
  head/lib/libc/quad/fixunsdfdi.c
  head/lib/libc/quad/fixunssfdi.c
  head/lib/libc/quad/floatdidf.c
  head/lib/libc/quad/floatdisf.c
  head/lib/libc/quad/floatunsdidf.c
  head/lib/libc/quad/iordi3.c
  head/lib/libc/quad/lshldi3.c
  head/lib/libc/quad/lshrdi3.c
  head/lib/libc/quad/moddi3.c
  head/lib/libc/quad/muldi3.c
  head/lib/libc/quad/negdi2.c
  head/lib/libc/quad/notdi2.c
  head/lib/libc/quad/qdivrem.c
  head/lib/libc/quad/quad.h
  head/lib/libc/quad/subdi3.c
  head/lib/libc/quad/ucmpdi2.c
  head/lib/libc/quad/udivdi3.c
  head/lib/libc/quad/umoddi3.c
  head/lib/libc/quad/xordi3.c
  head/lib/libc/regex/cname.h
  head/lib/libc/regex/engine.c
  head/lib/libc/regex/regcomp.c
  head/lib/libc/regex/regerror.c
  head/lib/libc/regex/regex2.h
  head/lib/libc/regex/regexec.c
  head/lib/libc/regex/regfree.c
  head/lib/libc/regex/utils.h
  head/lib/libc/resolv/herror.c
  head/lib/libc/resolv/res_comp.c
  head/lib/libc/resolv/res_debug.c
  head/lib/libc/resolv/res_init.c
  head/lib/libc/resolv/res_mkquery.c
  head/lib/libc/resolv/res_query.c
  head/lib/libc/resolv/res_send.c
  head/lib/libc/rpc/auth_des.c
  head/lib/libc/rpc/auth_none.c
  head/lib/libc/rpc/auth_unix.c
  head/lib/libc/rpc/authdes_prot.c
  head/lib/libc/rpc/authunix_prot.c
  head/lib/libc/rpc/bindresvport.c
  head/lib/libc/rpc/clnt_bcast.c
  head/lib/libc/rpc/clnt_dg.c
  head/lib/libc/rpc/clnt_generic.c
  head/lib/libc/rpc/clnt_perror.c
  head/lib/libc/rpc/clnt_raw.c
  head/lib/libc/rpc/clnt_simple.c
  head/lib/libc/rpc/clnt_vc.c
  head/lib/libc/rpc/des_crypt.c
  head/lib/libc/rpc/des_soft.c
  head/lib/libc/rpc/getnetconfig.c
  head/lib/libc/rpc/getnetpath.c
  head/lib/libc/rpc/getpublickey.c
  head/lib/libc/rpc/getrpcent.c
  head/lib/libc/rpc/getrpcport.c
  head/lib/libc/rpc/key_call.c
  head/lib/libc/rpc/key_prot_xdr.c
  head/lib/libc/rpc/netname.c
  head/lib/libc/rpc/netnamer.c
  head/lib/libc/rpc/pmap_clnt.c
  head/lib/libc/rpc/pmap_getmaps.c
  head/lib/libc/rpc/pmap_getport.c
  head/lib/libc/rpc/pmap_prot.c
  head/lib/libc/rpc/pmap_prot2.c
  head/lib/libc/rpc/pmap_rmt.c
  head/lib/libc/rpc/rpc_callmsg.c
  head/lib/libc/rpc/rpc_com.h
  head/lib/libc/rpc/rpc_commondata.c
  head/lib/libc/rpc/rpc_dtablesize.c
  head/lib/libc/rpc/rpc_generic.c
  head/lib/libc/rpc/rpc_prot.c
  head/lib/libc/rpc/rpc_soc.c
  head/lib/libc/rpc/rpcb_clnt.c
  head/lib/libc/rpc/rpcb_prot.c
  head/lib/libc/rpc/rpcb_st_xdr.c
  head/lib/libc/rpc/rpcdname.c
  head/lib/libc/rpc/rtime.c
  head/lib/libc/rpc/svc.c
  head/lib/libc/rpc/svc_auth.c
  head/lib/libc/rpc/svc_auth_des.c
  head/lib/libc/rpc/svc_auth_unix.c
  head/lib/libc/rpc/svc_dg.c
  head/lib/libc/rpc/svc_generic.c
  head/lib/libc/rpc/svc_raw.c
  head/lib/libc/rpc/svc_run.c
  head/lib/libc/rpc/svc_simple.c
  head/lib/libc/rpc/svc_vc.c
  head/lib/libc/sparc64/SYS.h
  head/lib/libc/sparc64/fpu/fpu.c
  head/lib/libc/sparc64/fpu/fpu_add.c
  head/lib/libc/sparc64/fpu/fpu_arith.h
  head/lib/libc/sparc64/fpu/fpu_compare.c
  head/lib/libc/sparc64/fpu/fpu_emu.h
  head/lib/libc/stdio/_flock_stub.c
  head/lib/libc/stdio/asprintf.c
  head/lib/libc/stdio/clrerr.c
  head/lib/libc/stdio/fclose.c
  head/lib/libc/stdio/fdopen.c
  head/lib/libc/stdio/feof.c
  head/lib/libc/stdio/ferror.c
  head/lib/libc/stdio/fflush.c
  head/lib/libc/stdio/fgetc.c
  head/lib/libc/stdio/fgetln.c
  head/lib/libc/stdio/fgetpos.c
  head/lib/libc/stdio/fgets.c
  head/lib/libc/stdio/fileno.c
  head/lib/libc/stdio/findfp.c
  head/lib/libc/stdio/flags.c
  head/lib/libc/stdio/floatio.h
  head/lib/libc/stdio/fopen.c
  head/lib/libc/stdio/fprintf.c
  head/lib/libc/stdio/fpurge.c
  head/lib/libc/stdio/fputc.c
  head/lib/libc/stdio/fputs.c
  head/lib/libc/stdio/fread.c
  head/lib/libc/stdio/freopen.c
  head/lib/libc/stdio/fscanf.c
  head/lib/libc/stdio/fseek.c
  head/lib/libc/stdio/fsetpos.c
  head/lib/libc/stdio/ftell.c
  head/lib/libc/stdio/funopen.c
  head/lib/libc/stdio/fvwrite.c
  head/lib/libc/stdio/fvwrite.h
  head/lib/libc/stdio/fwalk.c
  head/lib/libc/stdio/fwrite.c
  head/lib/libc/stdio/getc.c
  head/lib/libc/stdio/getchar.c
  head/lib/libc/stdio/gets.c
  head/lib/libc/stdio/getw.c
  head/lib/libc/stdio/glue.h
  head/lib/libc/stdio/local.h
  head/lib/libc/stdio/makebuf.c
  head/lib/libc/stdio/mktemp.c
  head/lib/libc/stdio/perror.c
  head/lib/libc/stdio/printf-pos.c
  head/lib/libc/stdio/printf.c
  head/lib/libc/stdio/printfcommon.h
  head/lib/libc/stdio/printflocal.h
  head/lib/libc/stdio/putc.c
  head/lib/libc/stdio/putchar.c
  head/lib/libc/stdio/puts.c
  head/lib/libc/stdio/putw.c
  head/lib/libc/stdio/refill.c
  head/lib/libc/stdio/remove.c
  head/lib/libc/stdio/rewind.c
  head/lib/libc/stdio/rget.c
  head/lib/libc/stdio/scanf.c
  head/lib/libc/stdio/setbuf.c
  head/lib/libc/stdio/setbuffer.c
  head/lib/libc/stdio/setvbuf.c
  head/lib/libc/stdio/snprintf.c
  head/lib/libc/stdio/sprintf.c
  head/lib/libc/stdio/sscanf.c
  head/lib/libc/stdio/stdio.c
  head/lib/libc/stdio/tempnam.c
  head/lib/libc/stdio/tmpfile.c
  head/lib/libc/stdio/tmpnam.c
  head/lib/libc/stdio/ungetc.c
  head/lib/libc/stdio/vfprintf.c
  head/lib/libc/stdio/vfscanf.c
  head/lib/libc/stdio/vfwprintf.c
  head/lib/libc/stdio/vfwscanf.c
  head/lib/libc/stdio/vprintf.c
  head/lib/libc/stdio/vscanf.c
  head/lib/libc/stdio/vsnprintf.c
  head/lib/libc/stdio/vsprintf.c
  head/lib/libc/stdio/vsscanf.c
  head/lib/libc/stdio/vswscanf.c
  head/lib/libc/stdio/wbuf.c
  head/lib/libc/stdio/wsetup.c
  head/lib/libc/stdio/xprintf.c
  head/lib/libc/stdio/xprintf_float.c
  head/lib/libc/stdio/xprintf_int.c
  head/lib/libc/stdio/xprintf_str.c
  head/lib/libc/stdio/xprintf_time.c
  head/lib/libc/stdlib/abort.c
  head/lib/libc/stdlib/abs.c
  head/lib/libc/stdlib/atexit.c
  head/lib/libc/stdlib/atexit.h
  head/lib/libc/stdlib/atof.c
  head/lib/libc/stdlib/atoi.c
  head/lib/libc/stdlib/atol.c
  head/lib/libc/stdlib/atoll.c
  head/lib/libc/stdlib/bsearch.c
  head/lib/libc/stdlib/div.c
  head/lib/libc/stdlib/exit.c
  head/lib/libc/stdlib/getopt.c
  head/lib/libc/stdlib/getsubopt.c
  head/lib/libc/stdlib/heapsort.c
  head/lib/libc/stdlib/labs.c
  head/lib/libc/stdlib/ldiv.c
  head/lib/libc/stdlib/merge.c
  head/lib/libc/stdlib/qsort.c
  head/lib/libc/stdlib/radixsort.c
  head/lib/libc/stdlib/rand.c
  head/lib/libc/stdlib/random.c
  head/lib/libc/stdlib/strtoimax.c
  head/lib/libc/stdlib/strtol.c
  head/lib/libc/stdlib/strtoll.c
  head/lib/libc/stdlib/strtoq.c
  head/lib/libc/stdlib/strtoul.c
  head/lib/libc/stdlib/strtoull.c
  head/lib/libc/stdlib/strtoumax.c
  head/lib/libc/stdlib/strtouq.c
  head/lib/libc/stdlib/system.c
  head/lib/libc/string/bcmp.c
  head/lib/libc/string/bcopy.c
  head/lib/libc/string/ffs.c
  head/lib/libc/string/ffsl.c
  head/lib/libc/string/ffsll.c
  head/lib/libc/string/fls.c
  head/lib/libc/string/flsl.c
  head/lib/libc/string/flsll.c
  head/lib/libc/string/memccpy.c
  head/lib/libc/string/memchr.c
  head/lib/libc/string/memcmp.c
  head/lib/libc/string/memset.c
  head/lib/libc/string/stpcpy.c
  head/lib/libc/string/strcasecmp.c
  head/lib/libc/string/strcasestr.c
  head/lib/libc/string/strcat.c
  head/lib/libc/string/strchr.c
  head/lib/libc/string/strcmp.c
  head/lib/libc/string/strcpy.c
  head/lib/libc/string/strdup.c
  head/lib/libc/string/strerror.c
  head/lib/libc/string/strmode.c
  head/lib/libc/string/strncat.c
  head/lib/libc/string/strncmp.c
  head/lib/libc/string/strncpy.c
  head/lib/libc/string/strnstr.c
  head/lib/libc/string/strpbrk.c
  head/lib/libc/string/strrchr.c
  head/lib/libc/string/strsep.c
  head/lib/libc/string/strsignal.c
  head/lib/libc/string/strstr.c
  head/lib/libc/string/strtok.c
  head/lib/libc/string/swab.c
  head/lib/libc/string/wcpcpy.c
  head/lib/libc/string/wcscmp.c
  head/lib/libc/string/wcsncmp.c
  head/lib/libc/string/wcsncpy.c
  head/lib/libc/string/wcsstr.c
  head/lib/libc/string/wcstok.c
  head/lib/libc/string/wcswidth.c
  head/lib/libc/sys/__error.c
  head/lib/libc/xdr/xdr.c
  head/lib/libc/xdr/xdr_array.c
  head/lib/libc/xdr/xdr_float.c
  head/lib/libc/xdr/xdr_mem.c
  head/lib/libc/xdr/xdr_rec.c
  head/lib/libc/xdr/xdr_reference.c
  head/lib/libc/xdr/xdr_sizeof.c
  head/lib/libc/xdr/xdr_stdio.c
  head/lib/libcompat/4.3/re_comp.c
  head/lib/libcompat/4.3/rexec.c
  head/lib/libcompat/4.4/cuserid.c
  head/lib/libcrypt/misc.c
  head/lib/libgssapi/gss_buffer_set.c
  head/lib/libgssapi/gss_display_status.c
  head/lib/libgssapi/gss_inquire_cred_by_oid.c
  head/lib/libgssapi/gss_oid_to_str.c
  head/lib/libgssapi/gss_pseudo_random.c
  head/lib/libgssapi/gss_release_oid.c
  head/lib/libgssapi/gss_set_cred_option.c
  head/lib/libgssapi/gss_set_sec_context_option.c
  head/lib/libiconv_modules/BIG5/citrus_big5.c
  head/lib/libiconv_modules/EUC/citrus_euc.c
  head/lib/libiconv_modules/UTF8/citrus_utf8.c
  head/lib/libipsec/ipsec_dump_policy.c
  head/lib/libipsec/ipsec_get_policylen.c
  head/lib/libipsec/ipsec_strerror.c
  head/lib/libipsec/ipsec_strerror.h
  head/lib/libipsec/libpfkey.h
  head/lib/libipsec/pfkey.c
  head/lib/libipsec/pfkey_dump.c
  head/lib/libipsec/policy_parse.y
  head/lib/libipsec/policy_token.l
  head/lib/libipsec/test-policy.c
  head/lib/libkvm/kvm.c
  head/lib/libkvm/kvm.h
  head/lib/libkvm/kvm_amd64.c
  head/lib/libkvm/kvm_arm.c
  head/lib/libkvm/kvm_cptime.c
  head/lib/libkvm/kvm_getloadavg.c
  head/lib/libkvm/kvm_i386.c
  head/lib/libkvm/kvm_pcpu.c
  head/lib/libkvm/kvm_powerpc.c
  head/lib/libkvm/kvm_powerpc64.c
  head/lib/libkvm/kvm_private.h
  head/lib/libkvm/kvm_proc.c
  head/lib/libkvm/kvm_sparc64.c
  head/lib/libnetbsd/sys/cdefs.h
  head/lib/libnetbsd/util.h
  head/lib/libpam/modules/pam_lastlog/pam_lastlog.c
  head/lib/librpcsec_gss/rpcsec_gss.c
  head/lib/librpcsec_gss/rpcsec_gss_int.h
  head/lib/librpcsec_gss/rpcsec_gss_prot.c
  head/lib/librpcsec_gss/svc_rpcsec_gss.c
  head/lib/libthr/thread/thr_clean.c
  head/lib/libthr/thread/thr_condattr.c
  head/lib/libthr/thread/thr_equal.c
  head/lib/libthr/thread/thr_exit.c
  head/lib/libthr/thread/thr_fork.c
  head/lib/libthr/thread/thr_getprio.c
  head/lib/libthr/thread/thr_info.c
  head/lib/libthr/thread/thr_kill.c
  head/lib/libthr/thread/thr_multi_np.c
  head/lib/libthr/thread/thr_mutexattr.c
  head/lib/libthr/thread/thr_resume_np.c
  head/lib/libthr/thread/thr_self.c
  head/lib/libthr/thread/thr_setprio.c
  head/lib/libthr/thread/thr_single_np.c
  head/lib/libthr/thread/thr_spec.c
  head/lib/libthr/thread/thr_spinlock.c
  head/lib/libthr/thread/thr_suspend_np.c
  head/lib/libthr/thread/thr_symbols.c
  head/lib/libthr/thread/thr_syscalls.c
  head/lib/libthr/thread/thr_yield.c
  head/lib/libthread_db/arch/mips/libpthread_md.c
  head/lib/libutil/hexdump.c
  head/lib/libutil/login_tty.c
  head/lib/libutil/pty.c
  head/lib/libutil/pw_util.c
  head/lib/libutil/uucplock.c
  head/lib/liby/main.c
  head/lib/liby/yyerror.c
  head/lib/ncurses/ncurses/pathnames.h
  head/lib/ncurses/ncurses/termcap.c
  head/libexec/bootpd/rtmsg.c
  head/libexec/comsat/comsat.c
  head/libexec/fingerd/fingerd.c
  head/libexec/fingerd/pathnames.h
  head/libexec/ftpd/extern.h
  head/libexec/ftpd/ftpcmd.y
  head/libexec/ftpd/ftpd.c
  head/libexec/ftpd/logwtmp.c
  head/libexec/ftpd/pathnames.h
  head/libexec/ftpd/popen.c
  head/libexec/getty/extern.h
  head/libexec/getty/gettytab.h
  head/libexec/getty/init.c
  head/libexec/getty/main.c
  head/libexec/getty/pathnames.h
  head/libexec/getty/subr.c
  head/libexec/mknetid/parse_group.c
  head/libexec/rbootd/bpf.c
  head/libexec/rbootd/conf.c
  head/libexec/rbootd/defs.h
  head/libexec/rbootd/parseconf.c
  head/libexec/rbootd/pathnames.h
  head/libexec/rbootd/rbootd.c
  head/libexec/rbootd/rmp.h
  head/libexec/rbootd/rmp_var.h
  head/libexec/rbootd/rmpproto.c
  head/libexec/rbootd/utils.c
  head/libexec/revnetgroup/parse_netgroup.c
  head/libexec/rpc.rstatd/rstatd.c
  head/libexec/rpc.rusersd/extern.h
  head/libexec/rpc.rusersd/rusers_proc.c
  head/libexec/rpc.rusersd/rusersd.c
  head/libexec/rtld-elf/malloc.c
  head/libexec/rtld-elf/rtld_printf.c
  head/libexec/talkd/announce.c
  head/libexec/talkd/print.c
  head/libexec/talkd/process.c
  head/libexec/talkd/table.c
  head/libexec/talkd/talkd.c
  head/libexec/tftpd/tftpd.c
  head/sbin/bsdlabel/pathnames.h
  head/sbin/clri/clri.c
  head/sbin/devd/devd.cc
  head/sbin/dhclient/alloc.c
  head/sbin/dhclient/bpf.c
  head/sbin/dhclient/clparse.c
  head/sbin/dhclient/conflex.c
  head/sbin/dhclient/convert.c
  head/sbin/dhclient/dhclient.c
  head/sbin/dhclient/dhcp.h
  head/sbin/dhclient/dhcpd.h
  head/sbin/dhclient/dhctoken.h
  head/sbin/dhclient/dispatch.c
  head/sbin/dhclient/errwarn.c
  head/sbin/dhclient/hash.c
  head/sbin/dhclient/inet.c
  head/sbin/dhclient/options.c
  head/sbin/dhclient/packet.c
  head/sbin/dhclient/parse.c
  head/sbin/dhclient/tables.c
  head/sbin/dhclient/tree.c
  head/sbin/dhclient/tree.h
  head/sbin/dmesg/dmesg.c
  head/sbin/dump/dump.h
  head/sbin/dump/dumprmt.c
  head/sbin/dump/itime.c
  head/sbin/dump/main.c
  head/sbin/dump/optr.c
  head/sbin/dump/pathnames.h
  head/sbin/dump/tape.c
  head/sbin/dump/traverse.c
  head/sbin/dump/unctime.c
  head/sbin/dumpfs/dumpfs.c
  head/sbin/dumpon/dumpon.c
  head/sbin/fsck/fsck.c
  head/sbin/fsck/fsutil.c
  head/sbin/fsck/preen.c
  head/sbin/fsck_ffs/dir.c
  head/sbin/fsck_ffs/fsck.h
  head/sbin/fsck_ffs/fsutil.c
  head/sbin/fsck_ffs/gjournal.c
  head/sbin/fsck_ffs/globs.c
  head/sbin/fsck_ffs/inode.c
  head/sbin/fsck_ffs/main.c
  head/sbin/fsck_ffs/pass1.c
  head/sbin/fsck_ffs/pass1b.c
  head/sbin/fsck_ffs/pass2.c
  head/sbin/fsck_ffs/pass3.c
  head/sbin/fsck_ffs/pass4.c
  head/sbin/fsck_ffs/pass5.c
  head/sbin/fsck_ffs/setup.c
  head/sbin/fsck_ffs/utilities.c
  head/sbin/ifconfig/af_inet.c
  head/sbin/ifconfig/af_inet6.c
  head/sbin/ifconfig/af_link.c
  head/sbin/ifconfig/ifclone.c
  head/sbin/ifconfig/ifconfig.c
  head/sbin/init/init.c
  head/sbin/init/pathnames.h
  head/sbin/mknod/mknod.c
  head/sbin/mount/getmntopts.c
  head/sbin/mount/mntopts.h
  head/sbin/mount/mount.c
  head/sbin/mount/mount_fs.c
  head/sbin/mount/pathnames.h
  head/sbin/mount/vfslist.c
  head/sbin/mount_cd9660/mount_cd9660.c
  head/sbin/mount_nfs/mount_nfs.c
  head/sbin/mount_nullfs/mount_nullfs.c
  head/sbin/mount_udf/mount_udf.c
  head/sbin/mount_unionfs/mount_unionfs.c
  head/sbin/newfs/mkfs.c
  head/sbin/newfs/newfs.c
  head/sbin/newfs/newfs.h
  head/sbin/nfsiod/nfsiod.c
  head/sbin/ping/ping.c
  head/sbin/ping6/ping6.c
  head/sbin/quotacheck/preen.c
  head/sbin/quotacheck/quotacheck.c
  head/sbin/quotacheck/quotacheck.h
  head/sbin/reboot/reboot.c
  head/sbin/restore/dirs.c
  head/sbin/restore/extern.h
  head/sbin/restore/interactive.c
  head/sbin/restore/main.c
  head/sbin/restore/restore.c
  head/sbin/restore/restore.h
  head/sbin/restore/symtab.c
  head/sbin/restore/tape.c
  head/sbin/restore/utilities.c
  head/sbin/route/route.c
  head/sbin/routed/defs.h
  head/sbin/routed/if.c
  head/sbin/routed/input.c
  head/sbin/routed/main.c
  head/sbin/routed/output.c
  head/sbin/routed/parms.c
  head/sbin/routed/pathnames.h
  head/sbin/routed/radix.c
  head/sbin/routed/radix.h
  head/sbin/routed/rdisc.c
  head/sbin/routed/rtquery/rtquery.c
  head/sbin/routed/table.c
  head/sbin/routed/trace.c
  head/sbin/savecore/savecore.c
  head/sbin/setkey/parse.y
  head/sbin/setkey/setkey.c
  head/sbin/setkey/test-pfkey.c
  head/sbin/setkey/test-policy.c
  head/sbin/setkey/token.l
  head/sbin/setkey/vchar.h
  head/sbin/shutdown/shutdown.c
  head/sbin/sunlabel/sunlabel.c
  head/sbin/swapon/swapon.c
  head/sbin/sysctl/sysctl.c
  head/sbin/tunefs/tunefs.c
  head/sbin/umount/umount.c
  head/share/examples/tests/tests/atf/cp_test.sh
  head/share/examples/tests/tests/atf/printf_test.c
  head/share/examples/tests/tests/plain/printf_test.c
  head/tools/regression/aio/aiop/aiop.c
  head/tools/regression/posixsem/posixsem.c
  head/tools/regression/posixsem/test.c
  head/tools/regression/posixsem/test.h
  head/tools/test/hwpmc/pmctest.py
  head/tools/tools/cxgbtool/cxgbtool.c
  head/tools/tools/pirtool/pirtable.h
  head/tools/tools/pirtool/pirtool.c
  head/tools/tools/vxge/vxge_cmn.h
  head/tools/tools/vxge/vxge_info.c
  head/tools/tools/vxge/vxge_info.h
  head/tools/tools/vxge/vxge_log.c
  head/tools/tools/vxge/vxge_log.h
  head/usr.bin/apply/apply.c
  head/usr.bin/ar/ar.c
  head/usr.bin/banner/banner.c
  head/usr.bin/basename/basename.c
  head/usr.bin/biff/biff.c
  head/usr.bin/calendar/calendar.c
  head/usr.bin/calendar/calendar.h
  head/usr.bin/calendar/day.c
  head/usr.bin/calendar/io.c
  head/usr.bin/calendar/locale.c
  head/usr.bin/calendar/pathnames.h
  head/usr.bin/calendar/pom.c
  head/usr.bin/cap_mkdb/cap_mkdb.c
  head/usr.bin/chpass/table.c
  head/usr.bin/cksum/cksum.c
  head/usr.bin/cksum/crc.c
  head/usr.bin/cksum/extern.h
  head/usr.bin/cksum/print.c
  head/usr.bin/cksum/sum1.c
  head/usr.bin/cksum/sum2.c
  head/usr.bin/cmp/cmp.c
  head/usr.bin/cmp/extern.h
  head/usr.bin/cmp/misc.c
  head/usr.bin/cmp/regular.c
  head/usr.bin/cmp/special.c
  head/usr.bin/col/col.c
  head/usr.bin/colrm/colrm.c
  head/usr.bin/column/column.c
  head/usr.bin/comm/comm.c
  head/usr.bin/compress/compress.c
  head/usr.bin/compress/zopen.c
  head/usr.bin/ctags/C.c
  head/usr.bin/ctags/ctags.c
  head/usr.bin/ctags/ctags.h
  head/usr.bin/ctags/fortran.c
  head/usr.bin/ctags/lisp.c
  head/usr.bin/ctags/print.c
  head/usr.bin/ctags/tree.c
  head/usr.bin/ctags/yacc.c
  head/usr.bin/cut/cut.c
  head/usr.bin/dirname/dirname.c
  head/usr.bin/du/du.c
  head/usr.bin/env/env.c
  head/usr.bin/expand/expand.c
  head/usr.bin/false/false.c
  head/usr.bin/find/extern.h
  head/usr.bin/find/find.c
  head/usr.bin/find/find.h
  head/usr.bin/find/function.c
  head/usr.bin/find/ls.c
  head/usr.bin/find/main.c
  head/usr.bin/find/misc.c
  head/usr.bin/find/operator.c
  head/usr.bin/find/option.c
  head/usr.bin/finger/extern.h
  head/usr.bin/finger/finger.c
  head/usr.bin/finger/finger.h
  head/usr.bin/finger/lprint.c
  head/usr.bin/finger/net.c
  head/usr.bin/finger/sprint.c
  head/usr.bin/finger/util.c
  head/usr.bin/fold/fold.c
  head/usr.bin/from/from.c
  head/usr.bin/fstat/fstat.c
  head/usr.bin/gcore/extern.h
  head/usr.bin/gcore/gcore.c
  head/usr.bin/gprof/amd64.h
  head/usr.bin/gprof/aout.c
  head/usr.bin/gprof/arcs.c
  head/usr.bin/gprof/arm.h
  head/usr.bin/gprof/dfn.c
  head/usr.bin/gprof/elf.c
  head/usr.bin/gprof/gprof.c
  head/usr.bin/gprof/gprof.h
  head/usr.bin/gprof/hertz.c
  head/usr.bin/gprof/i386.h
  head/usr.bin/gprof/lookup.c
  head/usr.bin/gprof/mips.h
  head/usr.bin/gprof/pathnames.h
  head/usr.bin/gprof/powerpc.h
  head/usr.bin/gprof/printgprof.c
  head/usr.bin/gprof/printlist.c
  head/usr.bin/gprof/sparc64.h
  head/usr.bin/gzip/zuncompress.c
  head/usr.bin/head/head.c
  head/usr.bin/hexdump/conv.c
  head/usr.bin/hexdump/display.c
  head/usr.bin/hexdump/hexdump.c
  head/usr.bin/hexdump/hexdump.h
  head/usr.bin/hexdump/hexsyntax.c
  head/usr.bin/hexdump/odsyntax.c
  head/usr.bin/hexdump/parse.c
  head/usr.bin/id/id.c
  head/usr.bin/join/join.c
  head/usr.bin/jot/jot.c
  head/usr.bin/kdump/kdump.c
  head/usr.bin/ktrace/ktrace.c
  head/usr.bin/ktrace/ktrace.h
  head/usr.bin/ktrace/subr.c
  head/usr.bin/lam/lam.c
  head/usr.bin/last/last.c
  head/usr.bin/lastcomm/lastcomm.c
  head/usr.bin/lastcomm/pathnames.h
  head/usr.bin/leave/leave.c
  head/usr.bin/lex/initparse.c
  head/usr.bin/lock/lock.c
  head/usr.bin/logger/logger.c
  head/usr.bin/login/login_audit.c
  head/usr.bin/login/pathnames.h
  head/usr.bin/logname/logname.c
  head/usr.bin/look/look.c
  head/usr.bin/look/pathnames.h
  head/usr.bin/lorder/lorder.sh
  head/usr.bin/m4/eval.c
  head/usr.bin/m4/extern.h
  head/usr.bin/m4/look.c
  head/usr.bin/m4/main.c
  head/usr.bin/m4/mdef.h
  head/usr.bin/m4/misc.c
  head/usr.bin/m4/pathnames.h
  head/usr.bin/m4/stdd.h
  head/usr.bin/mail/cmd1.c
  head/usr.bin/mail/cmd2.c
  head/usr.bin/mail/cmd3.c
  head/usr.bin/mail/cmdtab.c
  head/usr.bin/mail/collect.c
  head/usr.bin/mail/def.h
  head/usr.bin/mail/edit.c
  head/usr.bin/mail/extern.h
  head/usr.bin/mail/fio.c
  head/usr.bin/mail/getname.c
  head/usr.bin/mail/glob.h
  head/usr.bin/mail/head.c
  head/usr.bin/mail/lex.c
  head/usr.bin/mail/list.c
  head/usr.bin/mail/main.c
  head/usr.bin/mail/names.c
  head/usr.bin/mail/pathnames.h
  head/usr.bin/mail/popen.c
  head/usr.bin/mail/quit.c
  head/usr.bin/mail/rcv.h
  head/usr.bin/mail/send.c
  head/usr.bin/mail/strings.c
  head/usr.bin/mail/temp.c
  head/usr.bin/mail/tty.c
  head/usr.bin/mail/util.c
  head/usr.bin/mail/v7.local.c
  head/usr.bin/mail/vars.c
  head/usr.bin/mail/version.c
  head/usr.bin/mesg/mesg.c
  head/usr.bin/mkdep/mkdep.gcc.sh
  head/usr.bin/mkdep/mkdep.sh
  head/usr.bin/mkfifo/mkfifo.c
  head/usr.bin/mklocale/extern.h
  head/usr.bin/mklocale/ldef.h
  head/usr.bin/mklocale/lex.l
  head/usr.bin/mklocale/yacc.y
  head/usr.bin/mkstr/mkstr.c
  head/usr.bin/msgs/msgs.c
  head/usr.bin/msgs/pathnames.h
  head/usr.bin/mt/mt.c
  head/usr.bin/netstat/if.c
  head/usr.bin/netstat/inet6.c
  head/usr.bin/netstat/ipsec.c
  head/usr.bin/netstat/main.c
  head/usr.bin/netstat/netstat.h
  head/usr.bin/netstat/pfkey.c
  head/usr.bin/netstat/route.c
  head/usr.bin/netstat/sctp.c
  head/usr.bin/netstat/unix.c
  head/usr.bin/nice/nice.c
  head/usr.bin/nohup/nohup.c
  head/usr.bin/pagesize/pagesize.sh
  head/usr.bin/paste/paste.c
  head/usr.bin/patch/mkpath.c
  head/usr.bin/printenv/printenv.c
  head/usr.bin/printf/printf.c
  head/usr.bin/quota/quota.c
  head/usr.bin/renice/renice.c
  head/usr.bin/rev/rev.c
  head/usr.bin/rs/rs.c
  head/usr.bin/ruptime/ruptime.c
  head/usr.bin/rwho/rwho.c
  head/usr.bin/script/script.c
  head/usr.bin/sed/compile.c
  head/usr.bin/sed/defs.h
  head/usr.bin/sed/extern.h
  head/usr.bin/sed/main.c
  head/usr.bin/sed/misc.c
  head/usr.bin/sed/process.c
  head/usr.bin/shar/shar.sh
  head/usr.bin/showmount/showmount.c
  head/usr.bin/split/split.c
  head/usr.bin/su/su.c
  head/usr.bin/systat/cmds.c
  head/usr.bin/systat/cmdtab.c
  head/usr.bin/systat/devs.c
  head/usr.bin/systat/extern.h
  head/usr.bin/systat/fetch.c
  head/usr.bin/systat/icmp.c
  head/usr.bin/systat/icmp6.c
  head/usr.bin/systat/iostat.c
  head/usr.bin/systat/ip.c
  head/usr.bin/systat/ip6.c
  head/usr.bin/systat/keyboard.c
  head/usr.bin/systat/main.c
  head/usr.bin/systat/netcmds.c
  head/usr.bin/systat/netstat.c
  head/usr.bin/systat/pigs.c
  head/usr.bin/systat/swap.c
  head/usr.bin/systat/systat.h
  head/usr.bin/systat/tcp.c
  head/usr.bin/systat/vmstat.c
  head/usr.bin/tail/extern.h
  head/usr.bin/tail/forward.c
  head/usr.bin/tail/misc.c
  head/usr.bin/tail/read.c
  head/usr.bin/tail/reverse.c
  head/usr.bin/tail/tail.c
  head/usr.bin/talk/ctl.c
  head/usr.bin/talk/ctl_transact.c
  head/usr.bin/talk/display.c
  head/usr.bin/talk/get_addrs.c
  head/usr.bin/talk/get_names.c
  head/usr.bin/talk/init_disp.c
  head/usr.bin/talk/invite.c
  head/usr.bin/talk/io.c
  head/usr.bin/talk/look_up.c
  head/usr.bin/talk/msgs.c
  head/usr.bin/talk/talk.c
  head/usr.bin/talk/talk.h
  head/usr.bin/talk/talk_ctl.h
  head/usr.bin/tcopy/tcopy.c
  head/usr.bin/tee/tee.c
  head/usr.bin/tftp/main.c
  head/usr.bin/tftp/tftp.c
  head/usr.bin/tftp/tftp.h
  head/usr.bin/time/time.c
  head/usr.bin/tip/libacu/biz22.c
  head/usr.bin/tip/libacu/biz31.c
  head/usr.bin/tip/libacu/courier.c
  head/usr.bin/tip/libacu/df.c
  head/usr.bin/tip/libacu/dn11.c
  head/usr.bin/tip/libacu/hayes.c
  head/usr.bin/tip/libacu/t3000.c
  head/usr.bin/tip/libacu/v3451.c
  head/usr.bin/tip/libacu/v831.c
  head/usr.bin/tip/libacu/ventel.c
  head/usr.bin/tip/tip/acu.c
  head/usr.bin/tip/tip/acutab.c
  head/usr.bin/tip/tip/cmds.c
  head/usr.bin/tip/tip/cmdtab.c
  head/usr.bin/tip/tip/cu.c
  head/usr.bin/tip/tip/hunt.c
  head/usr.bin/tip/tip/log.c
  head/usr.bin/tip/tip/partab.c
  head/usr.bin/tip/tip/pathnames.h
  head/usr.bin/tip/tip/remote.c
  head/usr.bin/tip/tip/tip.c
  head/usr.bin/tip/tip/tip.h
  head/usr.bin/tip/tip/tipout.c
  head/usr.bin/tip/tip/uucplock.c
  head/usr.bin/tip/tip/value.c
  head/usr.bin/tip/tip/vars.c
  head/usr.bin/touch/touch.c
  head/usr.bin/tput/clear.sh
  head/usr.bin/tput/tput.c
  head/usr.bin/tr/extern.h
  head/usr.bin/tr/str.c
  head/usr.bin/tr/tr.c
  head/usr.bin/true/true.c
  head/usr.bin/tset/extern.h
  head/usr.bin/tset/map.c
  head/usr.bin/tset/misc.c
  head/usr.bin/tset/set.c
  head/usr.bin/tset/term.c
  head/usr.bin/tset/tset.c
  head/usr.bin/tset/wrterm.c
  head/usr.bin/tsort/tsort.c
  head/usr.bin/tty/tty.c
  head/usr.bin/ul/ul.c
  head/usr.bin/unexpand/unexpand.c
  head/usr.bin/uniq/uniq.c
  head/usr.bin/uudecode/uudecode.c
  head/usr.bin/uuencode/uuencode.c
  head/usr.bin/vgrind/extern.h
  head/usr.bin/vgrind/pathnames.h
  head/usr.bin/vgrind/regexp.c
  head/usr.bin/vgrind/vfontedpr.c
  head/usr.bin/vgrind/vgrind.sh
  head/usr.bin/vmstat/vmstat.c
  head/usr.bin/w/extern.h
  head/usr.bin/w/pr_time.c
  head/usr.bin/w/proc_compare.c
  head/usr.bin/w/w.c
  head/usr.bin/wall/ttymsg.c
  head/usr.bin/wall/wall.c
  head/usr.bin/wc/wc.c
  head/usr.bin/what/what.c
  head/usr.bin/whois/whois.c
  head/usr.bin/write/write.c
  head/usr.bin/xargs/pathnames.h
  head/usr.bin/xargs/xargs.c
  head/usr.bin/xinstall/xinstall.c
  head/usr.bin/xstr/pathnames.h
  head/usr.bin/xstr/xstr.c
  head/usr.bin/yes/yes.c
  head/usr.sbin/accton/accton.c
  head/usr.sbin/arp/arp.c
  head/usr.sbin/chown/chown.c
  head/usr.sbin/chroot/chroot.c
  head/usr.sbin/config/config.h
  head/usr.sbin/config/config.y
  head/usr.sbin/config/lang.l
  head/usr.sbin/config/main.c
  head/usr.sbin/config/mkheaders.c
  head/usr.sbin/config/mkmakefile.c
  head/usr.sbin/config/mkoptions.c
  head/usr.sbin/crashinfo/crashinfo.sh
  head/usr.sbin/edquota/edquota.c
  head/usr.sbin/edquota/pathnames.h
  head/usr.sbin/ifmcstat/ifmcstat.c
  head/usr.sbin/ifmcstat/printb.c
  head/usr.sbin/inetd/inetd.c
  head/usr.sbin/inetd/inetd.h
  head/usr.sbin/inetd/pathnames.h
  head/usr.sbin/iostat/iostat.c
  head/usr.sbin/ip6addrctl/ip6addrctl.c
  head/usr.sbin/kgmon/kgmon.c
  head/usr.sbin/lpr/common_source/displayq.c
  head/usr.sbin/lpr/common_source/lp.h
  head/usr.sbin/lpr/common_source/lp.local.h
  head/usr.sbin/lpr/common_source/pathnames.h
  head/usr.sbin/lpr/common_source/rmjob.c
  head/usr.sbin/lpr/common_source/startdaemon.c
  head/usr.sbin/lpr/filters/lpf.c
  head/usr.sbin/lpr/lpc/cmds.c
  head/usr.sbin/lpr/lpc/cmdtab.c
  head/usr.sbin/lpr/lpc/extern.h
  head/usr.sbin/lpr/lpc/lpc.c
  head/usr.sbin/lpr/lpc/lpc.h
  head/usr.sbin/lpr/lpd/extern.h
  head/usr.sbin/lpr/lpd/lpd.c
  head/usr.sbin/lpr/lpd/lpdchar.c
  head/usr.sbin/lpr/lpd/modes.c
  head/usr.sbin/lpr/lpd/printjob.c
  head/usr.sbin/lpr/lpd/recvjob.c
  head/usr.sbin/lpr/lpq/lpq.c
  head/usr.sbin/lpr/lprm/lprm.c
  head/usr.sbin/lpr/lptest/lptest.c
  head/usr.sbin/lpr/pac/pac.c
  head/usr.sbin/makefs/ffs/ffs_alloc.c
  head/usr.sbin/makefs/ffs/ffs_balloc.c
  head/usr.sbin/makefs/ffs/ffs_extern.h
  head/usr.sbin/makefs/ffs/ffs_subr.c
  head/usr.sbin/makefs/ffs/mkfs.c
  head/usr.sbin/makefs/ffs/ufs_bmap.c
  head/usr.sbin/makefs/ffs/ufs_inode.h
  head/usr.sbin/mld6query/mld6.c
  head/usr.sbin/mountd/mountd.c
  head/usr.sbin/mountd/pathnames.h
  head/usr.sbin/mptutil/mpt_cam.c
  head/usr.sbin/mptutil/mpt_cmd.c
  head/usr.sbin/mptutil/mpt_config.c
  head/usr.sbin/mptutil/mpt_drive.c
  head/usr.sbin/mptutil/mpt_evt.c
  head/usr.sbin/mptutil/mpt_show.c
  head/usr.sbin/mptutil/mpt_volume.c
  head/usr.sbin/mptutil/mptutil.c
  head/usr.sbin/mptutil/mptutil.h
  head/usr.sbin/nandsim/nandsim_rcfile.c
  head/usr.sbin/nandsim/nandsim_rcfile.h
  head/usr.sbin/ndp/ndp.c
  head/usr.sbin/nfsd/nfsd.c
  head/usr.sbin/pciconf/cap.c
  head/usr.sbin/pciconf/pciconf.h
  head/usr.sbin/ppp/slcompress.c
  head/usr.sbin/ppp/slcompress.h
  head/usr.sbin/pstat/pstat.c
  head/usr.sbin/pwd_mkdb/pwd_mkdb.c
  head/usr.sbin/quotaon/quotaon.c
  head/usr.sbin/repquota/repquota.c
  head/usr.sbin/rip6query/rip6query.c
  head/usr.sbin/rmt/rmt.c
  head/usr.sbin/route6d/misc/cksum.c
  head/usr.sbin/route6d/route6d.c
  head/usr.sbin/route6d/route6d.h
  head/usr.sbin/rpcbind/check_bound.c
  head/usr.sbin/rpcbind/pmap_svc.c
  head/usr.sbin/rpcbind/rpcb_stat.c
  head/usr.sbin/rpcbind/rpcb_svc.c
  head/usr.sbin/rpcbind/rpcb_svc_4.c
  head/usr.sbin/rpcbind/rpcb_svc_com.c
  head/usr.sbin/rpcbind/rpcbind.c
  head/usr.sbin/rpcbind/rpcbind.h
  head/usr.sbin/rpcbind/warmstart.c
  head/usr.sbin/rrenumd/lexer.l
  head/usr.sbin/rrenumd/parser.y
  head/usr.sbin/rrenumd/rrenumd.c
  head/usr.sbin/rtadvd/advcap.c
  head/usr.sbin/rtadvd/config.c
  head/usr.sbin/rtadvd/config.h
  head/usr.sbin/rtadvd/if.c
  head/usr.sbin/rtadvd/if.h
  head/usr.sbin/rtadvd/rrenum.c
  head/usr.sbin/rtadvd/rrenum.h
  head/usr.sbin/rtadvd/rtadvd.c
  head/usr.sbin/rtadvd/rtadvd.h
  head/usr.sbin/rtadvd/timer.c
  head/usr.sbin/rtadvd/timer.h
  head/usr.sbin/rtadvd/timer_subr.c
  head/usr.sbin/rtadvd/timer_subr.h
  head/usr.sbin/rtsold/dump.c
  head/usr.sbin/rtsold/if.c
  head/usr.sbin/rtsold/probe.c
  head/usr.sbin/rtsold/rtsock.c
  head/usr.sbin/rtsold/rtsol.c
  head/usr.sbin/rtsold/rtsold.c
  head/usr.sbin/rtsold/rtsold.h
  head/usr.sbin/rwhod/rwhod.c
  head/usr.sbin/setfib/setfib.c
  head/usr.sbin/syslogd/pathnames.h
  head/usr.sbin/syslogd/syslogd.c
  head/usr.sbin/timed/timed/acksend.c
  head/usr.sbin/timed/timed/byteorder.c
  head/usr.sbin/timed/timed/candidate.c
  head/usr.sbin/timed/timed/cksum.c
  head/usr.sbin/timed/timed/correct.c
  head/usr.sbin/timed/timed/extern.h
  head/usr.sbin/timed/timed/globals.h
  head/usr.sbin/timed/timed/master.c
  head/usr.sbin/timed/timed/measure.c
  head/usr.sbin/timed/timed/networkdelta.c
  head/usr.sbin/timed/timed/pathnames.h
  head/usr.sbin/timed/timed/readmsg.c
  head/usr.sbin/timed/timed/slave.c
  head/usr.sbin/timed/timed/timed.c
  head/usr.sbin/timed/timedc/cmds.c
  head/usr.sbin/timed/timedc/cmdtab.c
  head/usr.sbin/timed/timedc/extern.h
  head/usr.sbin/timed/timedc/timedc.c
  head/usr.sbin/timed/timedc/timedc.h
  head/usr.sbin/traceroute6/traceroute6.c
  head/usr.sbin/trpt/trpt.c
  head/usr.sbin/vipw/vipw.c

Modified: head/bin/cat/cat.c
==============================================================================
--- head/bin/cat/cat.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/cat/cat.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/chflags/chflags.c
==============================================================================
--- head/bin/chflags/chflags.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/chflags/chflags.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/chmod/chmod.c
==============================================================================
--- head/bin/chmod/chmod.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/chmod/chmod.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/cp/cp.c
==============================================================================
--- head/bin/cp/cp.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/cp/cp.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/cp/extern.h
==============================================================================
--- head/bin/cp/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/cp/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/cp/utils.c
==============================================================================
--- head/bin/cp/utils.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/cp/utils.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/date/date.c
==============================================================================
--- head/bin/date/date.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/date/date.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1985, 1987, 1988, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/date/extern.h
==============================================================================
--- head/bin/date/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/date/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/date/netdate.c
==============================================================================
--- head/bin/date/netdate.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/date/netdate.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/args.c
==============================================================================
--- head/bin/dd/args.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/args.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/conv.c
==============================================================================
--- head/bin/dd/conv.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/conv.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/conv_tab.c
==============================================================================
--- head/bin/dd/conv_tab.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/conv_tab.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/dd.c
==============================================================================
--- head/bin/dd/dd.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/dd.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/dd.h
==============================================================================
--- head/bin/dd/dd.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/dd.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/extern.h
==============================================================================
--- head/bin/dd/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/misc.c
==============================================================================
--- head/bin/dd/misc.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/misc.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/dd/position.c
==============================================================================
--- head/bin/dd/position.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/dd/position.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/df/df.c
==============================================================================
--- head/bin/df/df.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/df/df.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1980, 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  * (c) UNIX System Laboratories, Inc.

Modified: head/bin/domainname/domainname.c
==============================================================================
--- head/bin/domainname/domainname.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/domainname/domainname.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/echo/echo.c
==============================================================================
--- head/bin/echo/echo.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/echo/echo.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/ed/cbc.c
==============================================================================
--- head/bin/ed/cbc.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ed/cbc.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,5 +1,7 @@
 /* cbc.c: This file contains the encryption routines for the ed line editor */
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/bin/hostname/hostname.c
==============================================================================
--- head/bin/hostname/hostname.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/hostname/hostname.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/kill/kill.c
==============================================================================
--- head/bin/kill/kill.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/kill/kill.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1988, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ln/ln.c
==============================================================================
--- head/bin/ln/ln.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ln/ln.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1987, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ls/cmp.c
==============================================================================
--- head/bin/ls/cmp.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/cmp.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/ls/extern.h
==============================================================================
--- head/bin/ls/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ls/ls.c
==============================================================================
--- head/bin/ls/ls.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/ls.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/ls/ls.h
==============================================================================
--- head/bin/ls/ls.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/ls.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/ls/print.c
==============================================================================
--- head/bin/ls/print.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/print.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/ls/util.c
==============================================================================
--- head/bin/ls/util.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ls/util.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/mkdir/mkdir.c
==============================================================================
--- head/bin/mkdir/mkdir.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/mkdir/mkdir.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1983, 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/mv/mv.c
==============================================================================
--- head/bin/mv/mv.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/mv/mv.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/pax/ar_io.c
==============================================================================
--- head/bin/pax/ar_io.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/ar_io.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/ar_subs.c
==============================================================================
--- head/bin/pax/ar_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/ar_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/buf_subs.c
==============================================================================
--- head/bin/pax/buf_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/buf_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/cache.c
==============================================================================
--- head/bin/pax/cache.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/cache.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/cache.h
==============================================================================
--- head/bin/pax/cache.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/cache.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/cpio.c
==============================================================================
--- head/bin/pax/cpio.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/cpio.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/cpio.h
==============================================================================
--- head/bin/pax/cpio.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/cpio.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/extern.h
==============================================================================
--- head/bin/pax/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/file_subs.c
==============================================================================
--- head/bin/pax/file_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/file_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/ftree.c
==============================================================================
--- head/bin/pax/ftree.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/ftree.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/ftree.h
==============================================================================
--- head/bin/pax/ftree.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/ftree.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/gen_subs.c
==============================================================================
--- head/bin/pax/gen_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/gen_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/options.c
==============================================================================
--- head/bin/pax/options.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/options.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/options.h
==============================================================================
--- head/bin/pax/options.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/options.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/pat_rep.c
==============================================================================
--- head/bin/pax/pat_rep.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/pat_rep.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/pat_rep.h
==============================================================================
--- head/bin/pax/pat_rep.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/pat_rep.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/pax.c
==============================================================================
--- head/bin/pax/pax.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/pax.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/pax.h
==============================================================================
--- head/bin/pax/pax.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/pax.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/sel_subs.c
==============================================================================
--- head/bin/pax/sel_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/sel_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/sel_subs.h
==============================================================================
--- head/bin/pax/sel_subs.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/sel_subs.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/tables.c
==============================================================================
--- head/bin/pax/tables.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/tables.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/tables.h
==============================================================================
--- head/bin/pax/tables.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/tables.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/tar.c
==============================================================================
--- head/bin/pax/tar.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/tar.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/tar.h
==============================================================================
--- head/bin/pax/tar.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/tar.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/pax/tty_subs.c
==============================================================================
--- head/bin/pax/tty_subs.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pax/tty_subs.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992 Keith Muller.
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.

Modified: head/bin/ps/extern.h
==============================================================================
--- head/bin/ps/extern.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/extern.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/fmt.c
==============================================================================
--- head/bin/ps/fmt.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/fmt.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/keyword.c
==============================================================================
--- head/bin/ps/keyword.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/keyword.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/nlist.c
==============================================================================
--- head/bin/ps/nlist.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/nlist.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/print.c
==============================================================================
--- head/bin/ps/print.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/print.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/ps.c
==============================================================================
--- head/bin/ps/ps.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/ps.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/ps/ps.h
==============================================================================
--- head/bin/ps/ps.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/ps/ps.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/pwd/pwd.c
==============================================================================
--- head/bin/pwd/pwd.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/pwd/pwd.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/realpath/realpath.c
==============================================================================
--- head/bin/realpath/realpath.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/realpath/realpath.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/rm/rm.c
==============================================================================
--- head/bin/rm/rm.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/rm/rm.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/rmdir/rmdir.c
==============================================================================
--- head/bin/rmdir/rmdir.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/rmdir/rmdir.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/bltin/bltin.h
==============================================================================
--- head/bin/sh/bltin/bltin.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/bltin/bltin.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/bltin/echo.c
==============================================================================
--- head/bin/sh/bltin/echo.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/bltin/echo.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/mail.h
==============================================================================
--- head/bin/sh/mail.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/mail.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/main.c
==============================================================================
--- head/bin/sh/main.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/main.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/main.h
==============================================================================
--- head/bin/sh/main.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/main.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/memalloc.c
==============================================================================
--- head/bin/sh/memalloc.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/memalloc.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/memalloc.h
==============================================================================
--- head/bin/sh/memalloc.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/memalloc.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/miscbltin.c
==============================================================================
--- head/bin/sh/miscbltin.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/miscbltin.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/mknodes.c
==============================================================================
--- head/bin/sh/mknodes.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/mknodes.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/mksyntax.c
==============================================================================
--- head/bin/sh/mksyntax.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/mksyntax.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/myhistedit.h
==============================================================================
--- head/bin/sh/myhistedit.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/myhistedit.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/sh/mystring.c
==============================================================================
--- head/bin/sh/mystring.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/mystring.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/mystring.h
==============================================================================
--- head/bin/sh/mystring.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/mystring.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/options.c
==============================================================================
--- head/bin/sh/options.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/options.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/options.h
==============================================================================
--- head/bin/sh/options.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/options.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/output.c
==============================================================================
--- head/bin/sh/output.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/output.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/output.h
==============================================================================
--- head/bin/sh/output.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/output.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/parser.c
==============================================================================
--- head/bin/sh/parser.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/parser.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/parser.h
==============================================================================
--- head/bin/sh/parser.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/parser.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/redir.c
==============================================================================
--- head/bin/sh/redir.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/redir.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/redir.h
==============================================================================
--- head/bin/sh/redir.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/redir.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/shell.h
==============================================================================
--- head/bin/sh/shell.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/shell.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/show.c
==============================================================================
--- head/bin/sh/show.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/show.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/show.h
==============================================================================
--- head/bin/sh/show.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/show.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/bin/sh/trap.c
==============================================================================
--- head/bin/sh/trap.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/trap.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/trap.h
==============================================================================
--- head/bin/sh/trap.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/trap.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/var.c
==============================================================================
--- head/bin/sh/var.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/var.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/bin/sh/var.h
==============================================================================
--- head/bin/sh/var.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/bin/sh/var.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/amd64/SYS.h
==============================================================================
--- head/lib/libc/amd64/SYS.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/amd64/SYS.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/arm/SYS.h
==============================================================================
--- head/lib/libc/arm/SYS.h	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/arm/SYS.h	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,6 +1,8 @@
 /*	$NetBSD: SYS.h,v 1.8 2003/08/07 16:42:02 agc Exp $	*/
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/lib/libc/compat-43/creat.c
==============================================================================
--- head/lib/libc/compat-43/creat.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/creat.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/compat-43/gethostid.c
==============================================================================
--- head/lib/libc/compat-43/gethostid.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/gethostid.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/compat-43/getwd.c
==============================================================================
--- head/lib/libc/compat-43/getwd.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/getwd.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/compat-43/killpg.c
==============================================================================
--- head/lib/libc/compat-43/killpg.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/killpg.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/compat-43/sethostid.c
==============================================================================
--- head/lib/libc/compat-43/sethostid.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/sethostid.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/compat-43/setpgrp.c
==============================================================================
--- head/lib/libc/compat-43/setpgrp.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/setpgrp.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/compat-43/setrgid.c
==============================================================================
--- head/lib/libc/compat-43/setrgid.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/setrgid.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1983, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/compat-43/setruid.c
==============================================================================
--- head/lib/libc/compat-43/setruid.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/setruid.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1983, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/compat-43/sigcompat.c
==============================================================================
--- head/lib/libc/compat-43/sigcompat.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/compat-43/sigcompat.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -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/lib/libc/db/btree/bt_close.c
==============================================================================
--- head/lib/libc/db/btree/bt_close.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/db/btree/bt_close.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/db/btree/bt_conv.c
==============================================================================
--- head/lib/libc/db/btree/bt_conv.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/db/btree/bt_conv.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/lib/libc/db/btree/bt_debug.c
==============================================================================
--- head/lib/libc/db/btree/bt_debug.c	Mon Nov 20 19:45:28 2017	(r326024)
+++ head/lib/libc/db/btree/bt_debug.c	Mon Nov 20 19:49:47 2017	(r326025)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1990, 1993, 1994
  *	The Regents of the University of California.  All rights reserved.
  *

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


More information about the svn-src-all mailing list