Index: head/lib/libc/arm/gen/fabs.c =================================================================== --- head/lib/libc/arm/gen/fabs.c +++ head/lib/libc/arm/gen/fabs.c @@ -1,6 +1,8 @@ /* $NetBSD: fabs.c,v 1.2 2002/05/26 11:48:01 wiz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe * * Redistribution and use in source and binary forms, with or without Index: head/lib/libc/locale/euc.c =================================================================== --- head/lib/libc/locale/euc.c +++ head/lib/libc/locale/euc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2013 Garrett D'Amore * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved. Index: head/lib/libc/mips/SYS.h =================================================================== --- head/lib/libc/mips/SYS.h +++ head/lib/libc/mips/SYS.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Jonathan Stone * All rights reserved. * Index: head/lib/libc/mips/gen/fabs.c =================================================================== --- head/lib/libc/mips/gen/fabs.c +++ head/lib/libc/mips/gen/fabs.c @@ -1,6 +1,8 @@ /* $NetBSD: fabs.c,v 1.2 2002/05/26 11:48:01 wiz Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Mark Brinicombe * * Redistribution and use in source and binary forms, with or without Index: head/lib/libc/net/ether_addr.c =================================================================== --- head/lib/libc/net/ether_addr.c +++ head/lib/libc/net/ether_addr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Bill Paul . * Copyright (c) 2007 Robert N. M. Watson * All rights reserved. Index: head/lib/libc/rpc/crypt_client.c =================================================================== --- head/lib/libc/rpc/crypt_client.c +++ head/lib/libc/rpc/crypt_client.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul . All rights reserved. * Index: head/lib/libcam/camlib.h =================================================================== --- head/lib/libcam/camlib.h +++ head/lib/libcam/camlib.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998 Kenneth D. Merry. * All rights reserved. * Index: head/lib/libcam/scsi_cmdparse.c =================================================================== --- head/lib/libcam/scsi_cmdparse.c +++ head/lib/libcam/scsi_cmdparse.c @@ -1,7 +1,10 @@ /* * Taken from the original FreeBSD user SCSI library. */ -/* Copyright (c) 1994 HD Associates +/*- + * SPDX-License-Identifier: BSD-4-Clause + * + * Copyright (c) 1994 HD Associates * (contact: dufault@hda.com) * All rights reserved. * Index: head/lib/libkiconv/xlat16_sysctl.c =================================================================== --- head/lib/libkiconv/xlat16_sysctl.c +++ head/lib/libkiconv/xlat16_sysctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * Index: head/lib/libprocstat/cd9660.c =================================================================== --- head/lib/libprocstat/cd9660.c +++ head/lib/libprocstat/cd9660.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Peter Edwards * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. Index: head/lib/libprocstat/common_kvm.c =================================================================== --- head/lib/libprocstat/common_kvm.c +++ head/lib/libprocstat/common_kvm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2009 Stanislav Sedov * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. Index: head/lib/libprocstat/libprocstat.c =================================================================== --- head/lib/libprocstat/libprocstat.c +++ head/lib/libprocstat/libprocstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2017 Dell EMC * Copyright (c) 2009 Stanislav Sedov * Copyright (c) 1988, 1993 Index: head/lib/libprocstat/msdosfs.c =================================================================== --- head/lib/libprocstat/msdosfs.c +++ head/lib/libprocstat/msdosfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Peter Edwards * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. Index: head/lib/librpcsvc/yp_passwd.c =================================================================== --- head/lib/librpcsvc/yp_passwd.c +++ head/lib/librpcsvc/yp_passwd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/lib/librpcsvc/yp_update.c =================================================================== --- head/lib/librpcsvc/yp_update.c +++ head/lib/librpcsvc/yp_update.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/lib/libthr/sys/thr_error.c =================================================================== --- head/lib/libthr/sys/thr_error.c +++ head/lib/libthr/sys/thr_error.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 John Birrell . * Copyright (c) 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. Index: head/lib/libthr/thread/thr_attr.c =================================================================== --- head/lib/libthr/thread/thr_attr.c +++ head/lib/libthr/thread/thr_attr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Craig Rodrigues . * All rights reserved. * Index: head/lib/libthr/thread/thr_autoinit.c =================================================================== --- head/lib/libthr/thread/thr_autoinit.c +++ head/lib/libthr/thread/thr_autoinit.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Alfred Perlstein . * Copyright (c) 1995 John Birrell . * All rights reserved. Index: head/lib/libthr/thread/thr_concurrency.c =================================================================== --- head/lib/libthr/thread/thr_concurrency.c +++ head/lib/libthr/thread/thr_concurrency.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Sergey Osokin . * All rights reserved. * Index: head/lib/libthr/thread/thr_getschedparam.c =================================================================== --- head/lib/libthr/thread/thr_getschedparam.c +++ head/lib/libthr/thread/thr_getschedparam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen . * All rights reserved. * Index: head/lib/libthr/thread/thr_init.c =================================================================== --- head/lib/libthr/thread/thr_init.c +++ head/lib/libthr/thread/thr_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Daniel M. Eischen * Copyright (c) 1995-1998 John Birrell * All rights reserved. Index: head/lib/libthr/thread/thr_mutex.c =================================================================== --- head/lib/libthr/thread/thr_mutex.c +++ head/lib/libthr/thread/thr_mutex.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 John Birrell . * Copyright (c) 2006 David Xu . * Copyright (c) 2015, 2016 The FreeBSD Foundation Index: head/lib/libthr/thread/thr_setschedparam.c =================================================================== --- head/lib/libthr/thread/thr_setschedparam.c +++ head/lib/libthr/thread/thr_setschedparam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen . * All rights reserved. * Index: head/lib/libthr/thread/thr_switch_np.c =================================================================== --- head/lib/libthr/thread/thr_switch_np.c +++ head/lib/libthr/thread/thr_switch_np.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Daniel Eischen . * All rights reserved. * Index: head/lib/msun/bsdsrc/b_exp.c =================================================================== --- head/lib/msun/bsdsrc/b_exp.c +++ head/lib/msun/bsdsrc/b_exp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985, 1993 * The Regents of the University of California. All rights reserved. * Index: head/lib/msun/bsdsrc/b_log.c =================================================================== --- head/lib/msun/bsdsrc/b_log.c +++ head/lib/msun/bsdsrc/b_log.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Index: head/lib/msun/bsdsrc/b_tgamma.c =================================================================== --- head/lib/msun/bsdsrc/b_tgamma.c +++ head/lib/msun/bsdsrc/b_tgamma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Index: head/lib/msun/bsdsrc/mathimpl.h =================================================================== --- head/lib/msun/bsdsrc/mathimpl.h +++ head/lib/msun/bsdsrc/mathimpl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993 * The Regents of the University of California. All rights reserved. * Index: head/libexec/mknetid/hash.h =================================================================== --- head/libexec/mknetid/hash.h +++ head/libexec/mknetid/hash.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/libexec/mknetid/hash.c =================================================================== --- head/libexec/mknetid/hash.c +++ head/libexec/mknetid/hash.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/mknetid/mknetid.c =================================================================== --- head/libexec/mknetid/mknetid.c +++ head/libexec/mknetid/mknetid.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/libexec/revnetgroup/hash.h =================================================================== --- head/libexec/revnetgroup/hash.h +++ head/libexec/revnetgroup/hash.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/revnetgroup/hash.c =================================================================== --- head/libexec/revnetgroup/hash.c +++ head/libexec/revnetgroup/hash.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/revnetgroup/revnetgroup.c =================================================================== --- head/libexec/revnetgroup/revnetgroup.c +++ head/libexec/revnetgroup/revnetgroup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/yp_dbwrite.c =================================================================== --- head/libexec/ypxfr/yp_dbwrite.c +++ head/libexec/ypxfr/yp_dbwrite.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/ypxfr_extern.h =================================================================== --- head/libexec/ypxfr/ypxfr_extern.h +++ head/libexec/ypxfr/ypxfr_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/ypxfr_getmap.c =================================================================== --- head/libexec/ypxfr/ypxfr_getmap.c +++ head/libexec/ypxfr/ypxfr_getmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/ypxfr_main.c =================================================================== --- head/libexec/ypxfr/ypxfr_main.c +++ head/libexec/ypxfr/ypxfr_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/ypxfr_misc.c =================================================================== --- head/libexec/ypxfr/ypxfr_misc.c +++ head/libexec/ypxfr/ypxfr_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/libexec/ypxfr/ypxfrd_getmap.c =================================================================== --- head/libexec/ypxfr/ypxfrd_getmap.c +++ head/libexec/ypxfr/ypxfrd_getmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/release/picobsd/tinyware/login/pathnames.h =================================================================== --- head/release/picobsd/tinyware/login/pathnames.h +++ head/release/picobsd/tinyware/login/pathnames.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/login/pico-login.c =================================================================== --- head/release/picobsd/tinyware/login/pico-login.c +++ head/release/picobsd/tinyware/login/pico-login.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/extern.h =================================================================== --- head/release/picobsd/tinyware/passwd/extern.h +++ head/release/picobsd/tinyware/passwd/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/local_passwd.c =================================================================== --- head/release/picobsd/tinyware/passwd/local_passwd.c +++ head/release/picobsd/tinyware/passwd/local_passwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/passwd.c =================================================================== --- head/release/picobsd/tinyware/passwd/passwd.c +++ head/release/picobsd/tinyware/passwd/passwd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/pw_copy.c =================================================================== --- head/release/picobsd/tinyware/passwd/pw_copy.c +++ head/release/picobsd/tinyware/passwd/pw_copy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/pw_util.h =================================================================== --- head/release/picobsd/tinyware/passwd/pw_util.h +++ head/release/picobsd/tinyware/passwd/pw_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * Index: head/release/picobsd/tinyware/passwd/pw_util.c =================================================================== --- head/release/picobsd/tinyware/passwd/pw_util.c +++ head/release/picobsd/tinyware/passwd/pw_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Index: head/sbin/bsdlabel/bsdlabel.c =================================================================== --- head/sbin/bsdlabel/bsdlabel.c +++ head/sbin/bsdlabel/bsdlabel.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Gordon W. Ross * Copyright (c) 1994 Theo de Raadt * All rights reserved. Index: head/sbin/etherswitchcfg/ifmedia.c =================================================================== --- head/sbin/etherswitchcfg/ifmedia.c +++ head/sbin/etherswitchcfg/ifmedia.c @@ -1,7 +1,9 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Jason R. Thorpe. * All rights reserved. * Index: head/sbin/ffsinfo/ffsinfo.c =================================================================== --- head/sbin/ffsinfo/ffsinfo.c +++ head/sbin/ffsinfo/ffsinfo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. Index: head/sbin/growfs/debug.h =================================================================== --- head/sbin/growfs/debug.h +++ head/sbin/growfs/debug.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. Index: head/sbin/growfs/debug.c =================================================================== --- head/sbin/growfs/debug.c +++ head/sbin/growfs/debug.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * All rights reserved. Index: head/sbin/growfs/growfs.c =================================================================== --- head/sbin/growfs/growfs.c +++ head/sbin/growfs/growfs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1989, 1993 The Regents of the University of California. * Copyright (c) 2000 Christoph Herrmann, Thomas-Henning von Kamptz * Copyright (c) 2012 The FreeBSD Foundation Index: head/sbin/gvinum/gvinum.h =================================================================== --- head/sbin/gvinum/gvinum.h +++ head/sbin/gvinum/gvinum.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Nan Yang Computer Services Limited. All rights reserved. * Index: head/sbin/ifconfig/ifmedia.c =================================================================== --- head/sbin/ifconfig/ifmedia.c +++ head/sbin/ifconfig/ifmedia.c @@ -1,7 +1,9 @@ /* $NetBSD: ifconfig.c,v 1.34 1997/04/21 01:17:58 lukem Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Jason R. Thorpe. * All rights reserved. * Index: head/sbin/ifconfig/ifvlan.c =================================================================== --- head/sbin/ifconfig/ifvlan.c +++ head/sbin/ifconfig/ifvlan.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Bill Paul * Copyright (c) 2012 ADARA Networks, Inc. * All rights reserved. Index: head/sbin/rcorder/ealloc.c =================================================================== --- head/sbin/rcorder/ealloc.c +++ head/sbin/rcorder/ealloc.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: ealloc.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks Index: head/sbin/rcorder/hash.h =================================================================== --- head/sbin/rcorder/hash.h +++ head/sbin/rcorder/hash.h @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: hash.h,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks Index: head/sbin/rcorder/hash.c =================================================================== --- head/sbin/rcorder/hash.c +++ head/sbin/rcorder/hash.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: hash.c,v 1.1.1.1 1999/11/19 04:30:56 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. * Copyright (c) 1988, 1989 by Adam de Boor * Copyright (c) 1989 by Berkeley Softworks Index: head/sbin/rcorder/sprite.h =================================================================== --- head/sbin/rcorder/sprite.h +++ head/sbin/rcorder/sprite.h @@ -1,6 +1,8 @@ /* $NetBSD: sprite.h,v 1.1 1999/11/23 05:28:22 mrg Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1989, 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1989 by Berkeley Softworks @@ -38,6 +40,7 @@ * SUCH DAMAGE. * * from: @(#)sprite.h 8.1 (Berkeley) 6/6/93 + * $FreeBSD$ */ /* Index: head/sys/amd64/amd64/in_cksum.c =================================================================== --- head/sys/amd64/amd64/in_cksum.c +++ head/sys/amd64/amd64/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 Index: head/sys/amd64/amd64/machdep.c =================================================================== --- head/sys/amd64/amd64/machdep.c +++ head/sys/amd64/amd64/machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. Index: head/sys/amd64/amd64/pmap.c =================================================================== --- head/sys/amd64/amd64/pmap.c +++ head/sys/amd64/amd64/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/amd64/amd64/trap.c =================================================================== --- head/sys/amd64/amd64/trap.c +++ head/sys/amd64/amd64/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/amd64/amd64/vm_machdep.c =================================================================== --- head/sys/amd64/amd64/vm_machdep.c +++ head/sys/amd64/amd64/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson Index: head/sys/amd64/ia32/ia32_syscall.c =================================================================== --- head/sys/amd64/ia32/ia32_syscall.c +++ head/sys/amd64/ia32/ia32_syscall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/amd64/include/floatingpoint.h =================================================================== --- head/sys/amd64/include/floatingpoint.h +++ head/sys/amd64/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * Index: head/sys/amd64/include/ieeefp.h =================================================================== --- head/sys/amd64/include/ieeefp.h +++ head/sys/amd64/include/ieeefp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 Andrew Moore, Talke Studio * All rights reserved. Index: head/sys/amd64/include/param.h =================================================================== --- head/sys/amd64/include/param.h +++ head/sys/amd64/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/amd64/include/varargs.h =================================================================== --- head/sys/amd64/include/varargs.h +++ head/sys/amd64/include/varargs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 David E. O'Brien. All rights reserved. * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/amd64/include/vmparam.h =================================================================== --- head/sys/amd64/include/vmparam.h +++ head/sys/amd64/include/vmparam.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/arm/arm/autoconf.c =================================================================== --- head/sys/arm/arm/autoconf.c +++ head/sys/arm/arm/autoconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Index: head/sys/arm/arm/in_cksum.c =================================================================== --- head/sys/arm/arm/in_cksum.c +++ head/sys/arm/arm/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 Index: head/sys/arm/arm/vm_machdep.c =================================================================== --- head/sys/arm/arm/vm_machdep.c +++ head/sys/arm/arm/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson Index: head/sys/arm/include/_align.h =================================================================== --- head/sys/arm/include/_align.h +++ head/sys/arm/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/arm/include/_types.h =================================================================== --- head/sys/arm/include/_types.h +++ head/sys/arm/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/arm/include/floatingpoint.h =================================================================== --- head/sys/arm/include/floatingpoint.h +++ head/sys/arm/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * Index: head/sys/arm/include/param.h =================================================================== --- head/sys/arm/include/param.h +++ head/sys/arm/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/arm/include/proc.h =================================================================== --- head/sys/arm/include/proc.h +++ head/sys/arm/include/proc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Index: head/sys/arm/include/profile.h =================================================================== --- head/sys/arm/include/profile.h +++ head/sys/arm/include/profile.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/arm/include/reloc.h =================================================================== --- head/sys/arm/include/reloc.h +++ head/sys/arm/include/reloc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/compat/linprocfs/linprocfs.c =================================================================== --- head/sys/compat/linprocfs/linprocfs.c +++ head/sys/compat/linprocfs/linprocfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Dag-Erling Coïdan Smørgrav * Copyright (c) 1999 Pierre Beyssac * Copyright (c) 1993 Jan-Simon Pendry Index: head/sys/compat/ndis/cfg_var.h =================================================================== --- head/sys/compat/ndis/cfg_var.h +++ head/sys/compat/ndis/cfg_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/hal_var.h =================================================================== --- head/sys/compat/ndis/hal_var.h +++ head/sys/compat/ndis/hal_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/kern_ndis.c =================================================================== --- head/sys/compat/ndis/kern_ndis.c +++ head/sys/compat/ndis/kern_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/kern_windrv.c =================================================================== --- head/sys/compat/ndis/kern_windrv.c +++ head/sys/compat/ndis/kern_windrv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/ndis_var.h =================================================================== --- head/sys/compat/ndis/ndis_var.h +++ head/sys/compat/ndis/ndis_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/ntoskrnl_var.h =================================================================== --- head/sys/compat/ndis/ntoskrnl_var.h +++ head/sys/compat/ndis/ntoskrnl_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/pe_var.h =================================================================== --- head/sys/compat/ndis/pe_var.h +++ head/sys/compat/ndis/pe_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/resource_var.h =================================================================== --- head/sys/compat/ndis/resource_var.h +++ head/sys/compat/ndis/resource_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/subr_hal.c =================================================================== --- head/sys/compat/ndis/subr_hal.c +++ head/sys/compat/ndis/subr_hal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/subr_ndis.c =================================================================== --- head/sys/compat/ndis/subr_ndis.c +++ head/sys/compat/ndis/subr_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/subr_ntoskrnl.c =================================================================== --- head/sys/compat/ndis/subr_ntoskrnl.c +++ head/sys/compat/ndis/subr_ntoskrnl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/subr_pe.c =================================================================== --- head/sys/compat/ndis/subr_pe.c +++ head/sys/compat/ndis/subr_pe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/subr_usbd.c =================================================================== --- head/sys/compat/ndis/subr_usbd.c +++ head/sys/compat/ndis/subr_usbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/sys/compat/ndis/usbd_var.h =================================================================== --- head/sys/compat/ndis/usbd_var.h +++ head/sys/compat/ndis/usbd_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_aironet_ieee.h =================================================================== --- head/sys/dev/an/if_aironet_ieee.h +++ head/sys/dev/an/if_aironet_ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_an.c =================================================================== --- head/sys/dev/an/if_an.c +++ head/sys/dev/an/if_an.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_an_isa.c =================================================================== --- head/sys/dev/an/if_an_isa.c +++ head/sys/dev/an/if_an_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_an_pccard.c =================================================================== --- head/sys/dev/an/if_an_pccard.c +++ head/sys/dev/an/if_an_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_an_pci.c =================================================================== --- head/sys/dev/an/if_an_pci.c +++ head/sys/dev/an/if_an_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/an/if_anreg.h =================================================================== --- head/sys/dev/an/if_anreg.h +++ head/sys/dev/an/if_anreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/bge/if_bge.c =================================================================== --- head/sys/dev/bge/if_bge.c +++ head/sys/dev/bge/if_bge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/bge/if_bgereg.h =================================================================== --- head/sys/dev/bge/if_bgereg.h +++ head/sys/dev/bge/if_bgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/dc/dcphy.c =================================================================== --- head/sys/dev/dc/dcphy.c +++ head/sys/dev/dc/dcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/dc/if_dc.c =================================================================== --- head/sys/dev/dc/if_dc.c +++ head/sys/dev/dc/if_dc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/dc/if_dcreg.h =================================================================== --- head/sys/dev/dc/if_dcreg.h +++ head/sys/dev/dc/if_dcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/dc/pnphy.c =================================================================== --- head/sys/dev/dc/pnphy.c +++ head/sys/dev/dc/pnphy.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/dcons/dcons.h =================================================================== --- head/sys/dev/dcons/dcons.h +++ head/sys/dev/dcons/dcons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2004 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/dcons/dcons.c =================================================================== --- head/sys/dev/dcons/dcons.c +++ head/sys/dev/dcons/dcons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003,2004 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/dcons/dcons_crom.c =================================================================== --- head/sys/dev/dcons/dcons_crom.c +++ head/sys/dev/dcons/dcons_crom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/dcons/dcons_os.h =================================================================== --- head/sys/dev/dcons/dcons_os.h +++ head/sys/dev/dcons/dcons_os.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2004 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/dcons/dcons_os.c =================================================================== --- head/sys/dev/dcons/dcons_os.c +++ head/sys/dev/dcons/dcons_os.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003,2004 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwcrom.c =================================================================== --- head/sys/dev/firewire/fwcrom.c +++ head/sys/dev/firewire/fwcrom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwdma.h =================================================================== --- head/sys/dev/firewire/fwdma.h +++ head/sys/dev/firewire/fwdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwdma.c =================================================================== --- head/sys/dev/firewire/fwdma.c +++ head/sys/dev/firewire/fwdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwmem.h =================================================================== --- head/sys/dev/firewire/fwmem.h +++ head/sys/dev/firewire/fwmem.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwmem.c =================================================================== --- head/sys/dev/firewire/fwmem.c +++ head/sys/dev/firewire/fwmem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/fwphyreg.h =================================================================== --- head/sys/dev/firewire/fwphyreg.h +++ head/sys/dev/firewire/fwphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/if_fwe.c =================================================================== --- head/sys/dev/firewire/if_fwe.c +++ head/sys/dev/firewire/if_fwe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/if_fwevar.h =================================================================== --- head/sys/dev/firewire/if_fwevar.h +++ head/sys/dev/firewire/if_fwevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002-2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/firewire/if_fwip.c =================================================================== --- head/sys/dev/firewire/if_fwip.c +++ head/sys/dev/firewire/if_fwip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 Index: head/sys/dev/firewire/if_fwipvar.h =================================================================== --- head/sys/dev/firewire/if_fwipvar.h +++ head/sys/dev/firewire/if_fwipvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Doug Rabson * Copyright (c) 2002-2003 Index: head/sys/dev/firewire/sbp_targ.c =================================================================== --- head/sys/dev/firewire/sbp_targ.c +++ head/sys/dev/firewire/sbp_targ.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/sys/dev/ic/i82586.h =================================================================== --- head/sys/dev/ic/i82586.h +++ head/sys/dev/ic/i82586.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, University of Vermont and State Agricultural College. * Copyright (c) 1992, Garrett A. Wollman. * All rights reserved. Index: head/sys/dev/if_ndis/if_ndis.c =================================================================== --- head/sys/dev/if_ndis/if_ndis.c +++ head/sys/dev/if_ndis/if_ndis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/if_ndis/if_ndis_pccard.c =================================================================== --- head/sys/dev/if_ndis/if_ndis_pccard.c +++ head/sys/dev/if_ndis/if_ndis_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/if_ndis/if_ndis_pci.c =================================================================== --- head/sys/dev/if_ndis/if_ndis_pci.c +++ head/sys/dev/if_ndis/if_ndis_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/if_ndis/if_ndis_usb.c =================================================================== --- head/sys/dev/if_ndis/if_ndis_usb.c +++ head/sys/dev/if_ndis/if_ndis_usb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/sys/dev/if_ndis/if_ndisvar.h =================================================================== --- head/sys/dev/if_ndis/if_ndisvar.h +++ head/sys/dev/if_ndis/if_ndisvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/lge/if_lge.c =================================================================== --- head/sys/dev/lge/if_lge.c +++ head/sys/dev/lge/if_lge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/lge/if_lgereg.h =================================================================== --- head/sys/dev/lge/if_lgereg.h +++ head/sys/dev/lge/if_lgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/mii/amphy.c =================================================================== --- head/sys/dev/mii/amphy.c +++ head/sys/dev/mii/amphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/amphyreg.h =================================================================== --- head/sys/dev/mii/amphyreg.h +++ head/sys/dev/mii/amphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/brgphy.c =================================================================== --- head/sys/dev/mii/brgphy.c +++ head/sys/dev/mii/brgphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/brgphyreg.h =================================================================== --- head/sys/dev/mii/brgphyreg.h +++ head/sys/dev/mii/brgphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/ciphy.c =================================================================== --- head/sys/dev/mii/ciphy.c +++ head/sys/dev/mii/ciphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/ciphyreg.h =================================================================== --- head/sys/dev/mii/ciphyreg.h +++ head/sys/dev/mii/ciphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/mlphy.c =================================================================== --- head/sys/dev/mii/mlphy.c +++ head/sys/dev/mii/mlphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/nsgphyreg.h =================================================================== --- head/sys/dev/mii/nsgphyreg.h +++ head/sys/dev/mii/nsgphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/mii/pnaphy.c =================================================================== --- head/sys/dev/mii/pnaphy.c +++ head/sys/dev/mii/pnaphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. Index: head/sys/dev/mii/rgephy.c =================================================================== --- head/sys/dev/mii/rgephy.c +++ head/sys/dev/mii/rgephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/rgephyreg.h =================================================================== --- head/sys/dev/mii/rgephyreg.h +++ head/sys/dev/mii/rgephyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/rlphy.c =================================================================== --- head/sys/dev/mii/rlphy.c +++ head/sys/dev/mii/rlphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/rlswitch.c =================================================================== --- head/sys/dev/mii/rlswitch.c +++ head/sys/dev/mii/rlswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Copyright (c) 2006 Bernd Walter. All rights reserved. Index: head/sys/dev/mii/xmphy.c =================================================================== --- head/sys/dev/mii/xmphy.c +++ head/sys/dev/mii/xmphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/mii/xmphyreg.h =================================================================== --- head/sys/dev/mii/xmphyreg.h +++ head/sys/dev/mii/xmphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/msk/if_msk.c =================================================================== --- head/sys/dev/msk/if_msk.c +++ head/sys/dev/msk/if_msk.c @@ -46,6 +46,8 @@ *****************************************************************************/ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/msk/if_mskreg.h =================================================================== --- head/sys/dev/msk/if_mskreg.h +++ head/sys/dev/msk/if_mskreg.h @@ -46,6 +46,8 @@ ******************************************************************************/ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/nge/if_nge.c =================================================================== --- head/sys/dev/nge/if_nge.c +++ head/sys/dev/nge/if_nge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/nge/if_ngereg.h =================================================================== --- head/sys/dev/nge/if_ngereg.h +++ head/sys/dev/nge/if_ngereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2000, 2001 * Bill Paul . All rights reserved. Index: head/sys/dev/pcn/if_pcn.c =================================================================== --- head/sys/dev/pcn/if_pcn.c +++ head/sys/dev/pcn/if_pcn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. Index: head/sys/dev/pcn/if_pcnreg.h =================================================================== --- head/sys/dev/pcn/if_pcnreg.h +++ head/sys/dev/pcn/if_pcnreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Berkeley Software Design, Inc. * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. Index: head/sys/dev/ppbus/lpt.c =================================================================== --- head/sys/dev/ppbus/lpt.c +++ head/sys/dev/ppbus/lpt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 William F. Jolitz, TeleMuse * All rights reserved. * Index: head/sys/dev/re/if_re.c =================================================================== --- head/sys/dev/re/if_re.c +++ head/sys/dev/re/if_re.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998-2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/sf/if_sf.c =================================================================== --- head/sys/dev/sf/if_sf.c +++ head/sys/dev/sf/if_sf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/sf/if_sfreg.h =================================================================== --- head/sys/dev/sf/if_sfreg.h +++ head/sys/dev/sf/if_sfreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/sge/if_sge.c =================================================================== --- head/sys/dev/sge/if_sge.c +++ head/sys/dev/sge/if_sge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2008-2010 Nikolay Denev * Copyright (c) 2007-2008 Alexander Pohoyda * Copyright (c) 1997, 1998, 1999 Index: head/sys/dev/sge/if_sgereg.h =================================================================== --- head/sys/dev/sge/if_sgereg.h +++ head/sys/dev/sge/if_sgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2008, 2009, 2010 Nikolay Denev * Copyright (c) 2007, 2008 Alexander Pohoyda * Copyright (c) 1997, 1998, 1999 Index: head/sys/dev/sis/if_sis.c =================================================================== --- head/sys/dev/sis/if_sis.c +++ head/sys/dev/sis/if_sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 Poul-Henning Kamp * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. Index: head/sys/dev/sis/if_sisreg.h =================================================================== --- head/sys/dev/sis/if_sisreg.h +++ head/sys/dev/sis/if_sisreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/sk/if_sk.c =================================================================== --- head/sys/dev/sk/if_sk.c +++ head/sys/dev/sk/if_sk.c @@ -1,6 +1,8 @@ /* $OpenBSD: if_sk.c,v 2.33 2003/08/12 05:23:06 nate Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/sk/if_skreg.h =================================================================== --- head/sys/dev/sk/if_skreg.h +++ head/sys/dev/sk/if_skreg.h @@ -1,6 +1,8 @@ /* $OpenBSD: if_skreg.h,v 1.10 2003/08/12 05:23:06 nate Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/sk/xmaciireg.h =================================================================== --- head/sys/dev/sk/xmaciireg.h +++ head/sys/dev/sk/xmaciireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/ste/if_ste.c =================================================================== --- head/sys/dev/ste/if_ste.c +++ head/sys/dev/ste/if_ste.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/ste/if_stereg.h =================================================================== --- head/sys/dev/ste/if_stereg.h +++ head/sys/dev/ste/if_stereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/ti/if_ti.c =================================================================== --- head/sys/dev/ti/if_ti.c +++ head/sys/dev/ti/if_ti.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/ti/if_tireg.h =================================================================== --- head/sys/dev/ti/if_tireg.h +++ head/sys/dev/ti/if_tireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/tl/if_tl.c =================================================================== --- head/sys/dev/tl/if_tl.c +++ head/sys/dev/tl/if_tl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/tl/if_tlreg.h =================================================================== --- head/sys/dev/tl/if_tlreg.h +++ head/sys/dev/tl/if_tlreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/txp/if_txp.c =================================================================== --- head/sys/dev/txp/if_txp.c +++ head/sys/dev/txp/if_txp.c @@ -1,6 +1,8 @@ /* $OpenBSD: if_txp.c,v 1.48 2001/06/27 06:34:50 kjc Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 * Jason L. Wright , Theo de Raadt, and * Aaron Campbell . All rights reserved. Index: head/sys/dev/usb/net/if_aue.c =================================================================== --- head/sys/dev/usb/net/if_aue.c +++ head/sys/dev/usb/net/if_aue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_auereg.h =================================================================== --- head/sys/dev/usb/net/if_auereg.h +++ head/sys/dev/usb/net/if_auereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_axe.c =================================================================== --- head/sys/dev/usb/net/if_axe.c +++ head/sys/dev/usb/net/if_axe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_axereg.h =================================================================== --- head/sys/dev/usb/net/if_axereg.h +++ head/sys/dev/usb/net/if_axereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_cdce.c =================================================================== --- head/sys/dev/usb/net/if_cdce.c +++ head/sys/dev/usb/net/if_cdce.c @@ -1,6 +1,8 @@ /* $NetBSD: if_cdce.c,v 1.4 2004/10/24 12:50:54 augustss Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul * Copyright (c) 2003-2005 Craig Boston * Copyright (c) 2004 Daniel Hartmeier Index: head/sys/dev/usb/net/if_cdcereg.h =================================================================== --- head/sys/dev/usb/net/if_cdcereg.h +++ head/sys/dev/usb/net/if_cdcereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003-2005 Craig Boston * All rights reserved. * Index: head/sys/dev/usb/net/if_cue.c =================================================================== --- head/sys/dev/usb/net/if_cue.c +++ head/sys/dev/usb/net/if_cue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_cuereg.h =================================================================== --- head/sys/dev/usb/net/if_cuereg.h +++ head/sys/dev/usb/net/if_cuereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_kue.c =================================================================== --- head/sys/dev/usb/net/if_kue.c +++ head/sys/dev/usb/net/if_kue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_kuefw.h =================================================================== --- head/sys/dev/usb/net/if_kuefw.h +++ head/sys/dev/usb/net/if_kuefw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_kuereg.h =================================================================== --- head/sys/dev/usb/net/if_kuereg.h +++ head/sys/dev/usb/net/if_kuereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_mosreg.h =================================================================== --- head/sys/dev/usb/net/if_mosreg.h +++ head/sys/dev/usb/net/if_mosreg.h @@ -32,6 +32,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999, 2000-2003 * Bill Paul . All rights reserved. * Index: head/sys/dev/usb/net/if_rue.c =================================================================== --- head/sys/dev/usb/net/if_rue.c +++ head/sys/dev/usb/net/if_rue.c @@ -25,6 +25,8 @@ * SUCH DAMAGE. */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999, 2000 * Bill Paul . All rights reserved. * Index: head/sys/dev/vge/if_vge.c =================================================================== --- head/sys/dev/vge/if_vge.c +++ head/sys/dev/vge/if_vge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul . All rights reserved. * Index: head/sys/dev/vge/if_vgereg.h =================================================================== --- head/sys/dev/vge/if_vgereg.h +++ head/sys/dev/vge/if_vgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul . All rights reserved. * Index: head/sys/dev/vge/if_vgevar.h =================================================================== --- head/sys/dev/vge/if_vgevar.h +++ head/sys/dev/vge/if_vgevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004 * Bill Paul . All rights reserved. * Index: head/sys/dev/vr/if_vr.c =================================================================== --- head/sys/dev/vr/if_vr.c +++ head/sys/dev/vr/if_vr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/vr/if_vrreg.h =================================================================== --- head/sys/dev/vr/if_vrreg.h +++ head/sys/dev/vr/if_vrreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/wb/if_wb.c =================================================================== --- head/sys/dev/wb/if_wb.c +++ head/sys/dev/wb/if_wb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/wb/if_wbreg.h =================================================================== --- head/sys/dev/wb/if_wbreg.h +++ head/sys/dev/wb/if_wbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/dev/wi/if_wavelan_ieee.h =================================================================== --- head/sys/dev/wi/if_wavelan_ieee.h +++ head/sys/dev/wi/if_wavelan_ieee.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/wi/if_wi_macio.c =================================================================== --- head/sys/dev/wi/if_wi_macio.c +++ head/sys/dev/wi/if_wi_macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * Copyright (c) 1997, 1998, 1999 Index: head/sys/dev/wi/if_wi_pccard.c =================================================================== --- head/sys/dev/wi/if_wi_pccard.c +++ head/sys/dev/wi/if_wi_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/wi/if_wi_pci.c =================================================================== --- head/sys/dev/wi/if_wi_pci.c +++ head/sys/dev/wi/if_wi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/wi/if_wireg.h =================================================================== --- head/sys/dev/wi/if_wireg.h +++ head/sys/dev/wi/if_wireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/wi/if_wivar.h =================================================================== --- head/sys/dev/wi/if_wivar.h +++ head/sys/dev/wi/if_wivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 * M Warner Losh . All rights reserved. * Copyright (c) 1997, 1998, 1999 Index: head/sys/dev/xl/if_xl.c =================================================================== --- head/sys/dev/xl/if_xl.c +++ head/sys/dev/xl/if_xl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/sys/dev/xl/if_xlreg.h =================================================================== --- head/sys/dev/xl/if_xlreg.h +++ head/sys/dev/xl/if_xlreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997, 1998 * Bill Paul . All rights reserved. * Index: head/sys/fs/procfs/procfs.c =================================================================== --- head/sys/fs/procfs/procfs.c +++ head/sys/fs/procfs/procfs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Dag-Erling Smørgrav * Copyright (c) 1993 Jan-Simon Pendry * Copyright (c) 1993 Index: head/sys/fs/procfs/procfs_rlimit.c =================================================================== --- head/sys/fs/procfs/procfs_rlimit.c +++ head/sys/fs/procfs/procfs_rlimit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Adrian Chadd * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/geom/vinum/geom_vinum_share.c =================================================================== --- head/sys/geom/vinum/geom_vinum_share.c +++ head/sys/geom/vinum/geom_vinum_share.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 1997, 1998, 1999 * Nan Yang Computer Services Limited. All rights reserved. Index: head/sys/geom/vinum/geom_vinum_subr.c =================================================================== --- head/sys/geom/vinum/geom_vinum_subr.c +++ head/sys/geom/vinum/geom_vinum_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 2007, 2009 Ulf Lilleengen * Copyright (c) 1997, 1998, 1999 Index: head/sys/geom/vinum/geom_vinum_var.h =================================================================== --- head/sys/geom/vinum/geom_vinum_var.h +++ head/sys/geom/vinum/geom_vinum_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2004, 2007 Lukas Ertl * Copyright (c) 1997, 1998, 1999 * Nan Yang Computer Services Limited. All rights reserved. @@ -7,7 +9,7 @@ * Parts written by Greg Lehey. * * This software is distributed under the so-called ``Berkeley - * License'': * + * License'': * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Index: head/sys/i386/i386/longrun.c =================================================================== --- head/sys/i386/i386/longrun.c +++ head/sys/i386/i386/longrun.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Tamotsu Hattori. * Copyright (c) 2001 Mitsuru IWASAKI. * All rights reserved. Index: head/sys/i386/i386/machdep.c =================================================================== --- head/sys/i386/i386/machdep.c +++ head/sys/i386/i386/machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992 Terrence R. Lambert. * Copyright (c) 1982, 1987, 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/i386/i386/pmap.c =================================================================== --- head/sys/i386/i386/pmap.c +++ head/sys/i386/i386/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/i386/i386/trap.c =================================================================== --- head/sys/i386/i386/trap.c +++ head/sys/i386/i386/trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/i386/i386/vm_machdep.c =================================================================== --- head/sys/i386/i386/vm_machdep.c +++ head/sys/i386/i386/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson Index: head/sys/i386/ibcs2/ibcs2_misc.c =================================================================== --- head/sys/i386/ibcs2/ibcs2_misc.c +++ head/sys/i386/ibcs2/ibcs2_misc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Steven Wallace * Copyright (c) 1994, 1995 Scott Bartram * Copyright (c) 1992, 1993 Index: head/sys/i386/include/floatingpoint.h =================================================================== --- head/sys/i386/include/floatingpoint.h +++ head/sys/i386/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * Index: head/sys/i386/include/ieeefp.h =================================================================== --- head/sys/i386/include/ieeefp.h +++ head/sys/i386/include/ieeefp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Peter Wemm. * Copyright (c) 1990 Andrew Moore, Talke Studio * All rights reserved. Index: head/sys/isa/pnpreg.h =================================================================== --- head/sys/isa/pnpreg.h +++ head/sys/isa/pnpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, Sujal M. Patel * All rights reserved. * Index: head/sys/kern/init_main.c =================================================================== --- head/sys/kern/init_main.c +++ head/sys/kern/init_main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Terrence R. Lambert * All rights reserved. * Index: head/sys/kern/kern_acct.c =================================================================== --- head/sys/kern/kern_acct.c +++ head/sys/kern/kern_acct.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. Index: head/sys/kern/ksched.c =================================================================== --- head/sys/kern/ksched.c +++ head/sys/kern/ksched.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * Index: head/sys/kern/p1003_1b.c =================================================================== --- head/sys/kern/p1003_1b.c +++ head/sys/kern/p1003_1b.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * Index: head/sys/kern/posix4_mib.c =================================================================== --- head/sys/kern/posix4_mib.c +++ head/sys/kern/posix4_mib.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 * HD Associates, Inc. All rights reserved. * Index: head/sys/kern/subr_syscall.c =================================================================== --- head/sys/kern/subr_syscall.c +++ head/sys/kern/subr_syscall.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/kern/subr_trap.c =================================================================== --- head/sys/kern/subr_trap.c +++ head/sys/kern/subr_trap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1994, David Greenman * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/libkern/strcasecmp.c =================================================================== --- head/sys/libkern/strcasecmp.c +++ head/sys/libkern/strcasecmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1987, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/libkern/strstr.c =================================================================== --- head/sys/libkern/strstr.c +++ head/sys/libkern/strstr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/mips/include/_types.h =================================================================== --- head/sys/mips/include/_types.h +++ head/sys/mips/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/mips/include/cpuinfo.h =================================================================== --- head/sys/mips/include/cpuinfo.h +++ head/sys/mips/include/cpuinfo.h @@ -1,6 +1,8 @@ /* $NetBSD: cpu.h,v 1.70 2003/01/17 23:36:08 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/mips/include/floatingpoint.h =================================================================== --- head/sys/mips/include/floatingpoint.h +++ head/sys/mips/include/floatingpoint.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Andrew Moore, Talke Studio * All rights reserved. * Index: head/sys/mips/include/reloc.h =================================================================== --- head/sys/mips/include/reloc.h +++ head/sys/mips/include/reloc.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 John Birrell . * All rights reserved. * Index: head/sys/mips/mips/db_disasm.c =================================================================== --- head/sys/mips/mips/db_disasm.c +++ head/sys/mips/mips/db_disasm.c @@ -1,5 +1,7 @@ /* $OpenBSD: db_disasm.c,v 1.1 1998/03/16 09:03:24 pefo Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * Index: head/sys/mips/mips/in_cksum.c =================================================================== --- head/sys/mips/mips/in_cksum.c +++ head/sys/mips/mips/in_cksum.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 Index: head/sys/mips/mips/sys_machdep.c =================================================================== --- head/sys/mips/mips/sys_machdep.c +++ head/sys/mips/mips/sys_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * Index: head/sys/net/fddi.h =================================================================== --- head/sys/net/fddi.h +++ head/sys/net/fddi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1995 Matt Thomas (thomas@lkg.dec.com) Index: head/sys/net/if_arcsubr.c =================================================================== --- head/sys/net/if_arcsubr.c +++ head/sys/net/if_arcsubr.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994, 1995 Ignatios Souvatzis * Copyright (c) 1982, 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/net/if_fddisubr.c =================================================================== --- head/sys/net/if_fddisubr.c +++ head/sys/net/if_fddisubr.c @@ -1,3 +1,5 @@ + * SPDX-License-Identifier: BSD-4-Clause + * /*- * Copyright (c) 1995, 1996 * Matt Thomas . All rights reserved. Index: head/sys/netinet6/ip6_id.c =================================================================== --- head/sys/netinet6/ip6_id.c +++ head/sys/netinet6/ip6_id.c @@ -30,6 +30,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright 1998 Niels Provos * All rights reserved. * Index: head/sys/netsmb/smb_crypt.c =================================================================== --- head/sys/netsmb/smb_crypt.c +++ head/sys/netsmb/smb_crypt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001, Boris Popov * All rights reserved. * Index: head/sys/nfs/bootp_subr.c =================================================================== --- head/sys/nfs/bootp_subr.c +++ head/sys/nfs/bootp_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. * All rights reserved. Index: head/sys/nfs/krpc_subr.c =================================================================== --- head/sys/nfs/krpc_subr.c +++ head/sys/nfs/krpc_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: krpc_subr.c,v 1.12.4.1 1996/06/07 00:52:26 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Gordon Ross, Adam Glass * Copyright (c) 1992 Regents of the University of California. * All rights reserved. Index: head/sys/powerpc/fpu/fpu_emu.c =================================================================== --- head/sys/powerpc/fpu/fpu_emu.c +++ head/sys/powerpc/fpu/fpu_emu.c @@ -1,6 +1,8 @@ /* $NetBSD: fpu_emu.c,v 1.14 2005/12/11 12:18:42 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 2001 Wasabi Systems, Inc. * All rights reserved. * Index: head/sys/powerpc/include/_align.h =================================================================== --- head/sys/powerpc/include/_align.h +++ head/sys/powerpc/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/powerpc/include/_types.h =================================================================== --- head/sys/powerpc/include/_types.h +++ head/sys/powerpc/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/sys/powerpc/include/param.h =================================================================== --- head/sys/powerpc/include/param.h +++ head/sys/powerpc/include/param.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/powerpc/powerpc/in_cksum.c =================================================================== --- head/sys/powerpc/powerpc/in_cksum.c +++ head/sys/powerpc/powerpc/in_cksum.c @@ -2,6 +2,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 Index: head/sys/powerpc/powerpc/vm_machdep.c =================================================================== --- head/sys/powerpc/powerpc/vm_machdep.c +++ head/sys/powerpc/powerpc/vm_machdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1982, 1986 The Regents of the University of California. * Copyright (c) 1989, 1990 William Jolitz * Copyright (c) 1994 John Dyson Index: head/sys/riscv/riscv/in_cksum.c =================================================================== --- head/sys/riscv/riscv/in_cksum.c +++ head/sys/riscv/riscv/in_cksum.c @@ -1,6 +1,8 @@ /* $NetBSD: in_cksum.c,v 1.7 1997/09/02 13:18:15 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1996 Index: head/sys/riscv/riscv/pmap.c =================================================================== --- head/sys/riscv/riscv/pmap.c +++ head/sys/riscv/riscv/pmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/sparc64/include/cache.h =================================================================== --- head/sys/sparc64/include/cache.h +++ head/sys/sparc64/include/cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 Index: head/sys/sparc64/sparc64/cache.c =================================================================== --- head/sys/sparc64/sparc64/cache.c +++ head/sys/sparc64/sparc64/cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * The President and Fellows of Harvard College. All rights reserved. * Copyright (c) 1992, 1993 Index: head/sys/sparc64/sparc64/eeprom.c =================================================================== --- head/sys/sparc64/sparc64/eeprom.c +++ head/sys/sparc64/sparc64/eeprom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 Gordon W. Ross Index: head/sys/sys/kernel.h =================================================================== --- head/sys/sys/kernel.h +++ head/sys/sys/kernel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Terrence R. Lambert * All rights reserved. * Index: head/sys/sys/pioctl.h =================================================================== --- head/sys/sys/pioctl.h +++ head/sys/sys/pioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/sys/sys/posix4.h =================================================================== --- head/sys/sys/posix4.h +++ head/sys/sys/posix4.h @@ -1,6 +1,8 @@ #ifndef _P1003_1B_P1003_1B_H_ #define _P1003_1B_P1003_1B_H_ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997, 1998 * HD Associates, Inc. All rights reserved. * Index: head/sys/sys/sched.h =================================================================== --- head/sys/sys/sched.h +++ head/sys/sys/sched.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * HD Associates, Inc. All rights reserved. * Index: head/sys/sys/tiio.h =================================================================== --- head/sys/sys/tiio.h +++ head/sys/sys/tiio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 1999, 2000 Kenneth D. Merry. * All rights reserved. * Index: head/sys/vm/swap_pager.c =================================================================== --- head/sys/vm/swap_pager.c +++ head/sys/vm/swap_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Matthew Dillon, * Copyright (c) 1994 John S. Dyson * Copyright (c) 1990 University of Utah. Index: head/sys/vm/vm_fault.c =================================================================== --- head/sys/vm/vm_fault.c +++ head/sys/vm/vm_fault.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/vm/vm_pageout.c =================================================================== --- head/sys/vm/vm_pageout.c +++ head/sys/vm/vm_pageout.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Regents of the University of California. * All rights reserved. * Copyright (c) 1994 John S. Dyson Index: head/sys/vm/vnode_pager.c =================================================================== --- head/sys/vm/vnode_pager.c +++ head/sys/vm/vnode_pager.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990 University of Utah. * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. Index: head/sys/x86/include/_align.h =================================================================== --- head/sys/x86/include/_align.h +++ head/sys/x86/include/_align.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 David E. O'Brien * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. Index: head/sys/x86/include/_types.h =================================================================== --- head/sys/x86/include/_types.h +++ head/sys/x86/include/_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Mike Barcroft * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. Index: head/tools/regression/p1003_1b/fifo.c =================================================================== --- head/tools/regression/p1003_1b/fifo.c +++ head/tools/regression/p1003_1b/fifo.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 2000 * HD Associates, Inc. All rights reserved. * Index: head/tools/regression/p1003_1b/memlock.c =================================================================== --- head/tools/regression/p1003_1b/memlock.c +++ head/tools/regression/p1003_1b/memlock.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 - 1999 * HD Associates, Inc. All rights reserved. * Index: head/tools/regression/p1003_1b/p26.c =================================================================== --- head/tools/regression/p1003_1b/p26.c +++ head/tools/regression/p1003_1b/p26.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * Index: head/tools/regression/p1003_1b/sched.c =================================================================== --- head/tools/regression/p1003_1b/sched.c +++ head/tools/regression/p1003_1b/sched.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * Index: head/tools/regression/p1003_1b/yield.c =================================================================== --- head/tools/regression/p1003_1b/yield.c +++ head/tools/regression/p1003_1b/yield.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996-1999 * HD Associates, Inc. All rights reserved. * Index: head/usr.bin/chpass/chpass.h =================================================================== --- head/usr.bin/chpass/chpass.h +++ head/usr.bin/chpass/chpass.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. Index: head/usr.bin/chpass/chpass.c =================================================================== --- head/usr.bin/chpass/chpass.c +++ head/usr.bin/chpass/chpass.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. Index: head/usr.bin/chpass/edit.c =================================================================== --- head/usr.bin/chpass/edit.c +++ head/usr.bin/chpass/edit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1990, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. Index: head/usr.bin/chpass/field.c =================================================================== --- head/usr.bin/chpass/field.c +++ head/usr.bin/chpass/field.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. Index: head/usr.bin/chpass/util.c =================================================================== --- head/usr.bin/chpass/util.c +++ head/usr.bin/chpass/util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technology, Inc. Index: head/usr.bin/diff/diffreg.c =================================================================== --- head/usr.bin/diff/diffreg.c +++ head/usr.bin/diff/diffreg.c @@ -1,6 +1,8 @@ /* $OpenBSD: diffreg.c,v 1.91 2016/03/01 20:57:35 natano Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. * Index: head/usr.bin/indent/args.c =================================================================== --- head/usr.bin/indent/args.c +++ head/usr.bin/indent/args.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/indent.c =================================================================== --- head/usr.bin/indent/indent.c +++ head/usr.bin/indent/indent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1976 Board of Trustees of the University of Illinois. * Copyright (c) 1980, 1993 Index: head/usr.bin/indent/indent_codes.h =================================================================== --- head/usr.bin/indent/indent_codes.h +++ head/usr.bin/indent/indent_codes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/indent_globs.h =================================================================== --- head/usr.bin/indent/indent_globs.h +++ head/usr.bin/indent/indent_globs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/io.c =================================================================== --- head/usr.bin/indent/io.c +++ head/usr.bin/indent/io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/lexi.c =================================================================== --- head/usr.bin/indent/lexi.c +++ head/usr.bin/indent/lexi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/parse.c =================================================================== --- head/usr.bin/indent/parse.c +++ head/usr.bin/indent/parse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/indent/pr_comment.c =================================================================== --- head/usr.bin/indent/pr_comment.c +++ head/usr.bin/indent/pr_comment.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1985 Sun Microsystems, Inc. * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/bigram/locate.bigram.c =================================================================== --- head/usr.bin/locate/bigram/locate.bigram.c +++ head/usr.bin/locate/bigram/locate.bigram.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/code/locate.code.c =================================================================== --- head/usr.bin/locate/code/locate.code.c +++ head/usr.bin/locate/code/locate.code.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/locate/fastfind.c =================================================================== --- head/usr.bin/locate/locate/fastfind.c +++ head/usr.bin/locate/locate/fastfind.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/locate/locate.h =================================================================== --- head/usr.bin/locate/locate/locate.h +++ head/usr.bin/locate/locate/locate.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/locate/locate.c =================================================================== --- head/usr.bin/locate/locate/locate.c +++ head/usr.bin/locate/locate/locate.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/locate/locate/pathnames.h =================================================================== --- head/usr.bin/locate/locate/pathnames.h +++ head/usr.bin/locate/locate/pathnames.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. * Index: head/usr.bin/locate/locate/util.c =================================================================== --- head/usr.bin/locate/locate/util.c +++ head/usr.bin/locate/locate/util.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/login/login.c =================================================================== --- head/usr.bin/login/login.c +++ head/usr.bin/login/login.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1980, 1987, 1988, 1991, 1993, 1994 * The Regents of the University of California. All rights reserved. * Copyright (c) 2002 Networks Associates Technologies, Inc. Index: head/usr.bin/netstat/mbuf.c =================================================================== --- head/usr.bin/netstat/mbuf.c +++ head/usr.bin/netstat/mbuf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1988, 1993 * The Regents of the University of California. * Copyright (c) 2005 Robert N. M. Watson Index: head/usr.bin/netstat/mroute.c =================================================================== --- head/usr.bin/netstat/mroute.c +++ head/usr.bin/netstat/mroute.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1989 Stephen Deering * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/netstat/mroute6.c =================================================================== --- head/usr.bin/netstat/mroute6.c +++ head/usr.bin/netstat/mroute6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * Index: head/usr.bin/pr/egetopt.c =================================================================== --- head/usr.bin/pr/egetopt.c +++ head/usr.bin/pr/egetopt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/pr/extern.h =================================================================== --- head/usr.bin/pr/extern.h +++ head/usr.bin/pr/extern.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/pr/pr.h =================================================================== --- head/usr.bin/pr/pr.h +++ head/usr.bin/pr/pr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/pr/pr.c =================================================================== --- head/usr.bin/pr/pr.c +++ head/usr.bin/pr/pr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1991 Keith Muller. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.bin/rup/rup.c =================================================================== --- head/usr.bin/rup/rup.c +++ head/usr.bin/rup/rup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * Index: head/usr.bin/rusers/rusers.c =================================================================== --- head/usr.bin/rusers/rusers.c +++ head/usr.bin/rusers/rusers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993, John Brezak * All rights reserved. * Index: head/usr.bin/rwall/rwall.c =================================================================== --- head/usr.bin/rwall/rwall.c +++ head/usr.bin/rwall/rwall.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1993 Christopher G. Demetriou * Copyright (c) 1988, 1990 Regents of the University of California. * All rights reserved. Index: head/usr.bin/truss/amd64-freebsd.c =================================================================== --- head/usr.bin/truss/amd64-freebsd.c +++ head/usr.bin/truss/amd64-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/amd64-freebsd32.c =================================================================== --- head/usr.bin/truss/amd64-freebsd32.c +++ head/usr.bin/truss/amd64-freebsd32.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/amd64-linux.c =================================================================== --- head/usr.bin/truss/amd64-linux.c +++ head/usr.bin/truss/amd64-linux.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/amd64-linux32.c =================================================================== --- head/usr.bin/truss/amd64-linux32.c +++ head/usr.bin/truss/amd64-linux32.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/arm-freebsd.c =================================================================== --- head/usr.bin/truss/arm-freebsd.c +++ head/usr.bin/truss/arm-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/extern.h =================================================================== --- head/usr.bin/truss/extern.h +++ head/usr.bin/truss/extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/i386-freebsd.c =================================================================== --- head/usr.bin/truss/i386-freebsd.c +++ head/usr.bin/truss/i386-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/i386-linux.c =================================================================== --- head/usr.bin/truss/i386-linux.c +++ head/usr.bin/truss/i386-linux.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/main.c =================================================================== --- head/usr.bin/truss/main.c +++ head/usr.bin/truss/main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/mips-freebsd.c =================================================================== --- head/usr.bin/truss/mips-freebsd.c +++ head/usr.bin/truss/mips-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1998 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/setup.c =================================================================== --- head/usr.bin/truss/setup.c +++ head/usr.bin/truss/setup.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/sparc64-freebsd.c =================================================================== --- head/usr.bin/truss/sparc64-freebsd.c +++ head/usr.bin/truss/sparc64-freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1998 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/truss/syscalls.c =================================================================== --- head/usr.bin/truss/syscalls.c +++ head/usr.bin/truss/syscalls.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997 Sean Eric Fagan * * Redistribution and use in source and binary forms, with or without Index: head/usr.bin/uname/uname.c =================================================================== --- head/usr.bin/uname/uname.c +++ head/usr.bin/uname/uname.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Juli Mallett. * Copyright (c) 1993 * The Regents of the University of California. All rights reserved. Index: head/usr.sbin/ancontrol/ancontrol.c =================================================================== --- head/usr.sbin/ancontrol/ancontrol.c +++ head/usr.sbin/ancontrol/ancontrol.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright 1997, 1998, 1999 * Bill Paul . All rights reserved. * Index: head/usr.sbin/dconschat/dconschat.c =================================================================== --- head/usr.sbin/dconschat/dconschat.c +++ head/usr.sbin/dconschat/dconschat.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/usr.sbin/fwcontrol/fwcontrol.c =================================================================== --- head/usr.sbin/fwcontrol/fwcontrol.c +++ head/usr.sbin/fwcontrol/fwcontrol.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2002 * Hidetoshi Shimokawa. All rights reserved. * Index: head/usr.sbin/fwcontrol/fwdv.c =================================================================== --- head/usr.sbin/fwcontrol/fwdv.c +++ head/usr.sbin/fwcontrol/fwdv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2003 * Hidetoshi Shimokawa. All rights reserved. * Index: head/usr.sbin/fwcontrol/fwmpegts.c =================================================================== --- head/usr.sbin/fwcontrol/fwmpegts.c +++ head/usr.sbin/fwcontrol/fwmpegts.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 2005 * Petr Holub, Hidetoshi Shimokawa. All rights reserved. * Index: head/usr.sbin/kldxref/ef.c =================================================================== --- head/usr.sbin/kldxref/ef.c +++ head/usr.sbin/kldxref/ef.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * All rights reserved. * Index: head/usr.sbin/kldxref/ef_obj.c =================================================================== --- head/usr.sbin/kldxref/ef_obj.c +++ head/usr.sbin/kldxref/ef_obj.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * Copyright (c) 1998-2000 Doug Rabson * Copyright (c) 2004 Peter Wemm Index: head/usr.sbin/kldxref/kldxref.c =================================================================== --- head/usr.sbin/kldxref/kldxref.c +++ head/usr.sbin/kldxref/kldxref.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000, Boris Popov * All rights reserved. * Index: head/usr.sbin/lpr/common_source/common.c =================================================================== --- head/usr.sbin/lpr/common_source/common.c +++ head/usr.sbin/lpr/common_source/common.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. Index: head/usr.sbin/lpr/common_source/net.c =================================================================== --- head/usr.sbin/lpr/common_source/net.c +++ head/usr.sbin/lpr/common_source/net.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. Index: head/usr.sbin/lpr/common_source/printcap.c =================================================================== --- head/usr.sbin/lpr/common_source/printcap.c +++ head/usr.sbin/lpr/common_source/printcap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. Index: head/usr.sbin/lpr/lpr/lpr.c =================================================================== --- head/usr.sbin/lpr/lpr/lpr.c +++ head/usr.sbin/lpr/lpr/lpr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1983, 1989, 1993 * The Regents of the University of California. All rights reserved. * (c) UNIX System Laboratories, Inc. Index: head/usr.sbin/makefs/ffs.c =================================================================== --- head/usr.sbin/makefs/ffs.c +++ head/usr.sbin/makefs/ffs.c @@ -1,6 +1,8 @@ /* $NetBSD: ffs.c,v 1.45 2011/10/09 22:49:26 christos Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wasabi Systems, Inc. * All rights reserved. * Index: head/usr.sbin/manctl/manctl.sh =================================================================== --- head/usr.sbin/manctl/manctl.sh +++ head/usr.sbin/manctl/manctl.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-4-Clause +# # Copyright (c) 1994 Geoffrey M. Rehmet, Rhodes University # All rights reserved. # Index: head/usr.sbin/ndiscvt/inf-parse.y =================================================================== --- head/usr.sbin/ndiscvt/inf-parse.y +++ head/usr.sbin/ndiscvt/inf-parse.y @@ -1,5 +1,7 @@ %{ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ndiscvt/inf-token.l =================================================================== --- head/usr.sbin/ndiscvt/inf-token.l +++ head/usr.sbin/ndiscvt/inf-token.l @@ -1,5 +1,7 @@ %{ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ndiscvt/inf.c =================================================================== --- head/usr.sbin/ndiscvt/inf.c +++ head/usr.sbin/ndiscvt/inf.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ndiscvt/ndiscvt.c =================================================================== --- head/usr.sbin/ndiscvt/ndiscvt.c +++ head/usr.sbin/ndiscvt/ndiscvt.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ndiscvt/ndisgen.sh =================================================================== --- head/usr.sbin/ndiscvt/ndisgen.sh +++ head/usr.sbin/ndiscvt/ndisgen.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# SPDX-License-Identifier: BSD-4-Clause +# # Copyright (c) 2005 # Bill Paul . All rights reserved. # Index: head/usr.sbin/ndiscvt/windrv_stub.c =================================================================== --- head/usr.sbin/ndiscvt/windrv_stub.c +++ head/usr.sbin/ndiscvt/windrv_stub.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.lockd/lock_proc.c =================================================================== --- head/usr.sbin/rpc.lockd/lock_proc.c +++ head/usr.sbin/rpc.lockd/lock_proc.c @@ -1,6 +1,8 @@ /* $NetBSD: lock_proc.c,v 1.7 2000/10/11 20:23:56 is Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.lockd/lockd.h =================================================================== --- head/usr.sbin/rpc.lockd/lockd.h +++ head/usr.sbin/rpc.lockd/lockd.h @@ -1,7 +1,9 @@ /* $NetBSD: lockd.h,v 1.2 2000/06/07 14:34:40 bouyer Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.lockd/lockd.c =================================================================== --- head/usr.sbin/rpc.lockd/lockd.c +++ head/usr.sbin/rpc.lockd/lockd.c @@ -1,7 +1,9 @@ /* $NetBSD: lockd.c,v 1.7 2000/08/12 18:08:44 thorpej Exp $ */ /* $FreeBSD$ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.lockd/lockd_lock.c =================================================================== --- head/usr.sbin/rpc.lockd/lockd_lock.c +++ head/usr.sbin/rpc.lockd/lockd_lock.c @@ -1,6 +1,8 @@ /* $NetBSD: lockd_lock.c,v 1.5 2000/11/21 03:47:41 enami Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Andrew P. Lentvorski, Jr. * Copyright (c) 2000 Manuel Bouyer. * Index: head/usr.sbin/rpc.statd/file.c =================================================================== --- head/usr.sbin/rpc.statd/file.c +++ head/usr.sbin/rpc.statd/file.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.statd/procs.c =================================================================== --- head/usr.sbin/rpc.statd/procs.c +++ head/usr.sbin/rpc.statd/procs.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.statd/statd.h =================================================================== --- head/usr.sbin/rpc.statd/statd.h +++ head/usr.sbin/rpc.statd/statd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.statd/statd.c =================================================================== --- head/usr.sbin/rpc.statd/statd.c +++ head/usr.sbin/rpc.statd/statd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * A.R. Gordon (andrew.gordon@net-tel.co.uk). All rights reserved. * Index: head/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h =================================================================== --- head/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h +++ head/usr.sbin/rpc.yppasswdd/yppasswdd_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.yppasswdd/yppasswdd_main.c =================================================================== --- head/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ head/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.yppasswdd/yppasswdd_server.c =================================================================== --- head/usr.sbin/rpc.yppasswdd/yppasswdd_server.c +++ head/usr.sbin/rpc.yppasswdd/yppasswdd_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypupdated/yp_dbdelete.c =================================================================== --- head/usr.sbin/rpc.ypupdated/yp_dbdelete.c +++ head/usr.sbin/rpc.ypupdated/yp_dbdelete.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypupdated/yp_dbupdate.c =================================================================== --- head/usr.sbin/rpc.ypupdated/yp_dbupdate.c +++ head/usr.sbin/rpc.ypupdated/yp_dbupdate.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypupdated/ypupdated_main.c =================================================================== --- head/usr.sbin/rpc.ypupdated/ypupdated_main.c +++ head/usr.sbin/rpc.ypupdated/ypupdated_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypupdated/ypupdated_server.c =================================================================== --- head/usr.sbin/rpc.ypupdated/ypupdated_server.c +++ head/usr.sbin/rpc.ypupdated/ypupdated_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h =================================================================== --- head/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h +++ head/usr.sbin/rpc.ypxfrd/ypxfrd_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypxfrd/ypxfrd_main.c =================================================================== --- head/usr.sbin/rpc.ypxfrd/ypxfrd_main.c +++ head/usr.sbin/rpc.ypxfrd/ypxfrd_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rpc.ypxfrd/ypxfrd_server.c =================================================================== --- head/usr.sbin/rpc.ypxfrd/ypxfrd_server.c +++ head/usr.sbin/rpc.ypxfrd/ypxfrd_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/rrenumd/rrenumd.h =================================================================== --- head/usr.sbin/rrenumd/rrenumd.h +++ head/usr.sbin/rrenumd/rrenumd.h @@ -1,6 +1,8 @@ /* $KAME: rrenumd.h,v 1.2 2000/07/03 02:54:09 itojun Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1998 WIDE Project. * All rights reserved. * Index: head/usr.sbin/wpa/ndis_events/ndis_events.c =================================================================== --- head/usr.sbin/wpa/ndis_events/ndis_events.c +++ head/usr.sbin/wpa/ndis_events/ndis_events.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/usr.sbin/wpa/wpa_supplicant/Packet32.h =================================================================== --- head/usr.sbin/wpa/wpa_supplicant/Packet32.h +++ head/usr.sbin/wpa/wpa_supplicant/Packet32.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/usr.sbin/wpa/wpa_supplicant/Packet32.c =================================================================== --- head/usr.sbin/wpa/wpa_supplicant/Packet32.c +++ head/usr.sbin/wpa/wpa_supplicant/Packet32.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2005 * Bill Paul . All rights reserved. * Index: head/usr.sbin/yp_mkdb/yp_mkdb.c =================================================================== --- head/usr.sbin/yp_mkdb/yp_mkdb.c +++ head/usr.sbin/yp_mkdb/yp_mkdb.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypbind/yp_ping.c =================================================================== --- head/usr.sbin/ypbind/yp_ping.c +++ head/usr.sbin/ypbind/yp_ping.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996, 1997 * Bill Paul . All rights reserved. * Index: head/usr.sbin/yppush/yppush_main.c =================================================================== --- head/usr.sbin/yppush/yppush_main.c +++ head/usr.sbin/yppush/yppush_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_access.c =================================================================== --- head/usr.sbin/ypserv/yp_access.c +++ head/usr.sbin/ypserv/yp_access.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_dblookup.c =================================================================== --- head/usr.sbin/ypserv/yp_dblookup.c +++ head/usr.sbin/ypserv/yp_dblookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_dnslookup.c =================================================================== --- head/usr.sbin/ypserv/yp_dnslookup.c +++ head/usr.sbin/ypserv/yp_dnslookup.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995, 1996 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_error.c =================================================================== --- head/usr.sbin/ypserv/yp_error.c +++ head/usr.sbin/ypserv/yp_error.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_extern.h =================================================================== --- head/usr.sbin/ypserv/yp_extern.h +++ head/usr.sbin/ypserv/yp_extern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_main.c =================================================================== --- head/usr.sbin/ypserv/yp_main.c +++ head/usr.sbin/ypserv/yp_main.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_server.c =================================================================== --- head/usr.sbin/ypserv/yp_server.c +++ head/usr.sbin/ypserv/yp_server.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 * Bill Paul . All rights reserved. * Index: head/usr.sbin/ypserv/yp_svc_udp.c =================================================================== --- head/usr.sbin/ypserv/yp_svc_udp.c +++ head/usr.sbin/ypserv/yp_svc_udp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 * Bill Paul . All rights reserved. *