Page MenuHomeFreeBSD

D13133.id35373.diff
No OneTemporary

D13133.id35373.diff

Index: lib/libc/arm/gen/fabs.c
===================================================================
--- lib/libc/arm/gen/fabs.c
+++ 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: lib/libc/locale/euc.c
===================================================================
--- lib/libc/locale/euc.c
+++ lib/libc/locale/euc.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright 2013 Garrett D'Amore <garrett@damore.org>
* Copyright 2011 Nexenta Systems, Inc. All rights reserved.
* Copyright (c) 2002-2004 Tim J. Robbins. All rights reserved.
Index: lib/libc/mips/SYS.h
===================================================================
--- lib/libc/mips/SYS.h
+++ 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: lib/libc/mips/gen/fabs.c
===================================================================
--- lib/libc/mips/gen/fabs.c
+++ 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: lib/libc/net/ether_addr.c
===================================================================
--- lib/libc/net/ether_addr.c
+++ lib/libc/net/ether_addr.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Bill Paul <wpaul@ctr.columbia.edu>.
* Copyright (c) 2007 Robert N. M. Watson
* All rights reserved.
Index: lib/libc/rpc/crypt_client.c
===================================================================
--- lib/libc/rpc/crypt_client.c
+++ lib/libc/rpc/crypt_client.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: lib/libcam/camlib.h
===================================================================
--- lib/libcam/camlib.h
+++ 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: lib/libcam/scsi_cmdparse.c
===================================================================
--- lib/libcam/scsi_cmdparse.c
+++ 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: lib/libkiconv/xlat16_sysctl.c
===================================================================
--- lib/libkiconv/xlat16_sysctl.c
+++ 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: lib/libprocstat/cd9660.c
===================================================================
--- lib/libprocstat/cd9660.c
+++ 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: lib/libprocstat/common_kvm.c
===================================================================
--- lib/libprocstat/common_kvm.c
+++ lib/libprocstat/common_kvm.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org>
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
Index: lib/libprocstat/libprocstat.c
===================================================================
--- lib/libprocstat/libprocstat.c
+++ lib/libprocstat/libprocstat.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2017 Dell EMC
* Copyright (c) 2009 Stanislav Sedov <stas@FreeBSD.org>
* Copyright (c) 1988, 1993
Index: lib/libprocstat/msdosfs.c
===================================================================
--- lib/libprocstat/msdosfs.c
+++ 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: lib/librpcsvc/yp_passwd.c
===================================================================
--- lib/librpcsvc/yp_passwd.c
+++ lib/librpcsvc/yp_passwd.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: lib/librpcsvc/yp_update.c
===================================================================
--- lib/librpcsvc/yp_update.c
+++ lib/librpcsvc/yp_update.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: lib/libthr/sys/thr_error.c
===================================================================
--- lib/libthr/sys/thr_error.c
+++ lib/libthr/sys/thr_error.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* Copyright (c) 1994 by Chris Provenzano, proven@mit.edu
* All rights reserved.
Index: lib/libthr/thread/thr_attr.c
===================================================================
--- lib/libthr/thread/thr_attr.c
+++ lib/libthr/thread/thr_attr.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003 Craig Rodrigues <rodrigc@attbi.com>.
* All rights reserved.
*
Index: lib/libthr/thread/thr_autoinit.c
===================================================================
--- lib/libthr/thread/thr_autoinit.c
+++ lib/libthr/thread/thr_autoinit.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002 Alfred Perlstein <alfred@freebsd.org>.
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
Index: lib/libthr/thread/thr_concurrency.c
===================================================================
--- lib/libthr/thread/thr_concurrency.c
+++ lib/libthr/thread/thr_concurrency.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003 Sergey Osokin <osa@FreeBSD.org.ru>.
* All rights reserved.
*
Index: lib/libthr/thread/thr_getschedparam.c
===================================================================
--- lib/libthr/thread/thr_getschedparam.c
+++ lib/libthr/thread/thr_getschedparam.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>.
* All rights reserved.
*
Index: lib/libthr/thread/thr_init.c
===================================================================
--- lib/libthr/thread/thr_init.c
+++ lib/libthr/thread/thr_init.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003 Daniel M. Eischen <deischen@freebsd.org>
* Copyright (c) 1995-1998 John Birrell <jb@cimlogic.com.au>
* All rights reserved.
Index: lib/libthr/thread/thr_mutex.c
===================================================================
--- lib/libthr/thread/thr_mutex.c
+++ lib/libthr/thread/thr_mutex.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>.
* Copyright (c) 2006 David Xu <davidxu@freebsd.org>.
* Copyright (c) 2015, 2016 The FreeBSD Foundation
Index: lib/libthr/thread/thr_setschedparam.c
===================================================================
--- lib/libthr/thread/thr_setschedparam.c
+++ lib/libthr/thread/thr_setschedparam.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>.
* All rights reserved.
*
Index: lib/libthr/thread/thr_switch_np.c
===================================================================
--- lib/libthr/thread/thr_switch_np.c
+++ lib/libthr/thread/thr_switch_np.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>.
* All rights reserved.
*
Index: lib/msun/bsdsrc/b_exp.c
===================================================================
--- lib/msun/bsdsrc/b_exp.c
+++ 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: lib/msun/bsdsrc/b_log.c
===================================================================
--- lib/msun/bsdsrc/b_log.c
+++ 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: lib/msun/bsdsrc/b_tgamma.c
===================================================================
--- lib/msun/bsdsrc/b_tgamma.c
+++ 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: lib/msun/bsdsrc/mathimpl.h
===================================================================
--- lib/msun/bsdsrc/mathimpl.h
+++ 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: libexec/mknetid/hash.h
===================================================================
--- libexec/mknetid/hash.h
+++ libexec/mknetid/hash.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/mknetid/hash.c
===================================================================
--- libexec/mknetid/hash.c
+++ libexec/mknetid/hash.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/mknetid/mknetid.c
===================================================================
--- libexec/mknetid/mknetid.c
+++ libexec/mknetid/mknetid.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/revnetgroup/hash.h
===================================================================
--- libexec/revnetgroup/hash.h
+++ libexec/revnetgroup/hash.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/revnetgroup/hash.c
===================================================================
--- libexec/revnetgroup/hash.c
+++ libexec/revnetgroup/hash.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/revnetgroup/revnetgroup.c
===================================================================
--- libexec/revnetgroup/revnetgroup.c
+++ libexec/revnetgroup/revnetgroup.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/yp_dbwrite.c
===================================================================
--- libexec/ypxfr/yp_dbwrite.c
+++ libexec/ypxfr/yp_dbwrite.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/ypxfr_extern.h
===================================================================
--- libexec/ypxfr/ypxfr_extern.h
+++ libexec/ypxfr/ypxfr_extern.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/ypxfr_getmap.c
===================================================================
--- libexec/ypxfr/ypxfr_getmap.c
+++ libexec/ypxfr/ypxfr_getmap.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/ypxfr_main.c
===================================================================
--- libexec/ypxfr/ypxfr_main.c
+++ libexec/ypxfr/ypxfr_main.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/ypxfr_misc.c
===================================================================
--- libexec/ypxfr/ypxfr_misc.c
+++ libexec/ypxfr/ypxfr_misc.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: libexec/ypxfr/ypxfrd_getmap.c
===================================================================
--- libexec/ypxfr/ypxfrd_getmap.c
+++ libexec/ypxfr/ypxfrd_getmap.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: release/picobsd/tinyware/login/pathnames.h
===================================================================
--- release/picobsd/tinyware/login/pathnames.h
+++ 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: release/picobsd/tinyware/login/pico-login.c
===================================================================
--- release/picobsd/tinyware/login/pico-login.c
+++ 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: release/picobsd/tinyware/passwd/extern.h
===================================================================
--- release/picobsd/tinyware/passwd/extern.h
+++ 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: release/picobsd/tinyware/passwd/local_passwd.c
===================================================================
--- release/picobsd/tinyware/passwd/local_passwd.c
+++ 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: release/picobsd/tinyware/passwd/passwd.c
===================================================================
--- release/picobsd/tinyware/passwd/passwd.c
+++ 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: release/picobsd/tinyware/passwd/pw_copy.c
===================================================================
--- release/picobsd/tinyware/passwd/pw_copy.c
+++ 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: release/picobsd/tinyware/passwd/pw_util.h
===================================================================
--- release/picobsd/tinyware/passwd/pw_util.h
+++ 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: release/picobsd/tinyware/passwd/pw_util.c
===================================================================
--- release/picobsd/tinyware/passwd/pw_util.c
+++ 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: sbin/bsdlabel/bsdlabel.c
===================================================================
--- sbin/bsdlabel/bsdlabel.c
+++ 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: sbin/etherswitchcfg/ifmedia.c
===================================================================
--- sbin/etherswitchcfg/ifmedia.c
+++ 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: sbin/ffsinfo/ffsinfo.c
===================================================================
--- sbin/ffsinfo/ffsinfo.c
+++ 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: sbin/growfs/debug.h
===================================================================
--- sbin/growfs/debug.h
+++ 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: sbin/growfs/debug.c
===================================================================
--- sbin/growfs/debug.c
+++ 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: sbin/growfs/growfs.c
===================================================================
--- sbin/growfs/growfs.c
+++ 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: sbin/gvinum/gvinum.h
===================================================================
--- sbin/gvinum/gvinum.h
+++ 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: sbin/ifconfig/ifmedia.c
===================================================================
--- sbin/ifconfig/ifmedia.c
+++ 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: sbin/ifconfig/ifvlan.c
===================================================================
--- sbin/ifconfig/ifvlan.c
+++ sbin/ifconfig/ifvlan.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1999 Bill Paul <wpaul@ctr.columbia.edu>
* Copyright (c) 2012 ADARA Networks, Inc.
* All rights reserved.
Index: sbin/rcorder/ealloc.c
===================================================================
--- sbin/rcorder/ealloc.c
+++ 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: sbin/rcorder/hash.h
===================================================================
--- sbin/rcorder/hash.h
+++ 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: sbin/rcorder/hash.c
===================================================================
--- sbin/rcorder/hash.c
+++ 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: sbin/rcorder/sprite.h
===================================================================
--- sbin/rcorder/sprite.h
+++ 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
Index: sys/amd64/amd64/in_cksum.c
===================================================================
--- sys/amd64/amd64/in_cksum.c
+++ 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: sys/amd64/amd64/machdep.c
===================================================================
--- sys/amd64/amd64/machdep.c
+++ 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: sys/amd64/amd64/pmap.c
===================================================================
--- sys/amd64/amd64/pmap.c
+++ 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: sys/amd64/amd64/trap.c
===================================================================
--- sys/amd64/amd64/trap.c
+++ 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: sys/amd64/amd64/vm_machdep.c
===================================================================
--- sys/amd64/amd64/vm_machdep.c
+++ 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: sys/amd64/ia32/ia32_syscall.c
===================================================================
--- sys/amd64/ia32/ia32_syscall.c
+++ 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: sys/amd64/include/floatingpoint.h
===================================================================
--- sys/amd64/include/floatingpoint.h
+++ 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: sys/amd64/include/ieeefp.h
===================================================================
--- sys/amd64/include/ieeefp.h
+++ 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: sys/amd64/include/param.h
===================================================================
--- sys/amd64/include/param.h
+++ 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: sys/amd64/include/varargs.h
===================================================================
--- sys/amd64/include/varargs.h
+++ 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: sys/amd64/include/vmparam.h
===================================================================
--- sys/amd64/include/vmparam.h
+++ 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: sys/arm/arm/autoconf.c
===================================================================
--- sys/arm/arm/autoconf.c
+++ 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: sys/arm/arm/in_cksum.c
===================================================================
--- sys/arm/arm/in_cksum.c
+++ 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: sys/arm/arm/vm_machdep.c
===================================================================
--- sys/arm/arm/vm_machdep.c
+++ 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: sys/arm/include/_align.h
===================================================================
--- sys/arm/include/_align.h
+++ 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: sys/arm/include/_types.h
===================================================================
--- sys/arm/include/_types.h
+++ sys/arm/include/_types.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
Index: sys/arm/include/floatingpoint.h
===================================================================
--- sys/arm/include/floatingpoint.h
+++ 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: sys/arm/include/param.h
===================================================================
--- sys/arm/include/param.h
+++ 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: sys/arm/include/proc.h
===================================================================
--- sys/arm/include/proc.h
+++ 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: sys/arm/include/profile.h
===================================================================
--- sys/arm/include/profile.h
+++ 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: sys/arm/include/reloc.h
===================================================================
--- sys/arm/include/reloc.h
+++ 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: sys/compat/linprocfs/linprocfs.c
===================================================================
--- sys/compat/linprocfs/linprocfs.c
+++ 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: sys/compat/ndis/cfg_var.h
===================================================================
--- sys/compat/ndis/cfg_var.h
+++ sys/compat/ndis/cfg_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/hal_var.h
===================================================================
--- sys/compat/ndis/hal_var.h
+++ sys/compat/ndis/hal_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/kern_ndis.c
===================================================================
--- sys/compat/ndis/kern_ndis.c
+++ sys/compat/ndis/kern_ndis.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/kern_windrv.c
===================================================================
--- sys/compat/ndis/kern_windrv.c
+++ sys/compat/ndis/kern_windrv.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/ndis_var.h
===================================================================
--- sys/compat/ndis/ndis_var.h
+++ sys/compat/ndis/ndis_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/ntoskrnl_var.h
===================================================================
--- sys/compat/ndis/ntoskrnl_var.h
+++ sys/compat/ndis/ntoskrnl_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/pe_var.h
===================================================================
--- sys/compat/ndis/pe_var.h
+++ sys/compat/ndis/pe_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/resource_var.h
===================================================================
--- sys/compat/ndis/resource_var.h
+++ sys/compat/ndis/resource_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/subr_hal.c
===================================================================
--- sys/compat/ndis/subr_hal.c
+++ sys/compat/ndis/subr_hal.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/subr_ndis.c
===================================================================
--- sys/compat/ndis/subr_ndis.c
+++ sys/compat/ndis/subr_ndis.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/subr_ntoskrnl.c
===================================================================
--- sys/compat/ndis/subr_ntoskrnl.c
+++ sys/compat/ndis/subr_ntoskrnl.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/subr_pe.c
===================================================================
--- sys/compat/ndis/subr_pe.c
+++ sys/compat/ndis/subr_pe.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/subr_usbd.c
===================================================================
--- sys/compat/ndis/subr_usbd.c
+++ sys/compat/ndis/subr_usbd.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/compat/ndis/usbd_var.h
===================================================================
--- sys/compat/ndis/usbd_var.h
+++ sys/compat/ndis/usbd_var.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/an/if_aironet_ieee.h
===================================================================
--- sys/dev/an/if_aironet_ieee.h
+++ sys/dev/an/if_aironet_ieee.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/an/if_an.c
===================================================================
--- sys/dev/an/if_an.c
+++ sys/dev/an/if_an.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/an/if_an_isa.c
===================================================================
--- sys/dev/an/if_an_isa.c
+++ sys/dev/an/if_an_isa.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/an/if_an_pccard.c
===================================================================
--- sys/dev/an/if_an_pccard.c
+++ sys/dev/an/if_an_pccard.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/an/if_an_pci.c
===================================================================
--- sys/dev/an/if_an_pci.c
+++ sys/dev/an/if_an_pci.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/an/if_anreg.h
===================================================================
--- sys/dev/an/if_anreg.h
+++ sys/dev/an/if_anreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/bge/if_bge.c
===================================================================
--- sys/dev/bge/if_bge.c
+++ 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 <wpaul@windriver.com>. All rights reserved.
Index: sys/dev/bge/if_bgereg.h
===================================================================
--- sys/dev/bge/if_bgereg.h
+++ 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 <wpaul@windriver.com>. All rights reserved.
Index: sys/dev/dc/dcphy.c
===================================================================
--- sys/dev/dc/dcphy.c
+++ sys/dev/dc/dcphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/dc/if_dc.c
===================================================================
--- sys/dev/dc/if_dc.c
+++ sys/dev/dc/if_dc.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/dc/if_dcreg.h
===================================================================
--- sys/dev/dc/if_dcreg.h
+++ sys/dev/dc/if_dcreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/dc/pnphy.c
===================================================================
--- sys/dev/dc/pnphy.c
+++ sys/dev/dc/pnphy.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/dcons/dcons.h
===================================================================
--- sys/dev/dcons/dcons.h
+++ 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: sys/dev/dcons/dcons.c
===================================================================
--- sys/dev/dcons/dcons.c
+++ 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: sys/dev/dcons/dcons_crom.c
===================================================================
--- sys/dev/dcons/dcons_crom.c
+++ 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: sys/dev/dcons/dcons_os.h
===================================================================
--- sys/dev/dcons/dcons_os.h
+++ 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: sys/dev/dcons/dcons_os.c
===================================================================
--- sys/dev/dcons/dcons_os.c
+++ 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: sys/dev/firewire/fwcrom.c
===================================================================
--- sys/dev/firewire/fwcrom.c
+++ 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: sys/dev/firewire/fwdma.h
===================================================================
--- sys/dev/firewire/fwdma.h
+++ sys/dev/firewire/fwdma.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (C) 2003
* Hidetoshi Shimokawa. All rights reserved.
*
Index: sys/dev/firewire/fwdma.c
===================================================================
--- sys/dev/firewire/fwdma.c
+++ sys/dev/firewire/fwdma.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Hidetoshi Shimokawa. All rights reserved.
*
Index: sys/dev/firewire/fwmem.h
===================================================================
--- sys/dev/firewire/fwmem.h
+++ 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: sys/dev/firewire/fwmem.c
===================================================================
--- sys/dev/firewire/fwmem.c
+++ 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: sys/dev/firewire/fwphyreg.h
===================================================================
--- sys/dev/firewire/fwphyreg.h
+++ sys/dev/firewire/fwphyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (C) 2003
* Hidetoshi Shimokawa. All rights reserved.
*
Index: sys/dev/firewire/if_fwe.c
===================================================================
--- sys/dev/firewire/if_fwe.c
+++ 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: sys/dev/firewire/if_fwevar.h
===================================================================
--- sys/dev/firewire/if_fwevar.h
+++ 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: sys/dev/firewire/if_fwip.c
===================================================================
--- sys/dev/firewire/if_fwip.c
+++ 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: sys/dev/firewire/if_fwipvar.h
===================================================================
--- sys/dev/firewire/if_fwipvar.h
+++ 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: sys/dev/firewire/sbp_targ.c
===================================================================
--- sys/dev/firewire/sbp_targ.c
+++ 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: sys/dev/ic/i82586.h
===================================================================
--- sys/dev/ic/i82586.h
+++ 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: sys/dev/if_ndis/if_ndis.c
===================================================================
--- sys/dev/if_ndis/if_ndis.c
+++ sys/dev/if_ndis/if_ndis.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/if_ndis/if_ndis_pccard.c
===================================================================
--- sys/dev/if_ndis/if_ndis_pccard.c
+++ sys/dev/if_ndis/if_ndis_pccard.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/if_ndis/if_ndis_pci.c
===================================================================
--- sys/dev/if_ndis/if_ndis_pci.c
+++ sys/dev/if_ndis/if_ndis_pci.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/if_ndis/if_ndis_usb.c
===================================================================
--- sys/dev/if_ndis/if_ndis_usb.c
+++ sys/dev/if_ndis/if_ndis_usb.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/if_ndis/if_ndisvar.h
===================================================================
--- sys/dev/if_ndis/if_ndisvar.h
+++ sys/dev/if_ndis/if_ndisvar.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/lge/if_lge.c
===================================================================
--- sys/dev/lge/if_lge.c
+++ 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 <william.paul@windriver.com>. All rights reserved.
Index: sys/dev/lge/if_lgereg.h
===================================================================
--- sys/dev/lge/if_lgereg.h
+++ 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 <wpaul@bsdi.com>. All rights reserved.
Index: sys/dev/mii/amphy.c
===================================================================
--- sys/dev/mii/amphy.c
+++ sys/dev/mii/amphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/amphyreg.h
===================================================================
--- sys/dev/mii/amphyreg.h
+++ sys/dev/mii/amphyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/brgphy.c
===================================================================
--- sys/dev/mii/brgphy.c
+++ sys/dev/mii/brgphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/brgphyreg.h
===================================================================
--- sys/dev/mii/brgphyreg.h
+++ sys/dev/mii/brgphyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/ciphy.c
===================================================================
--- sys/dev/mii/ciphy.c
+++ sys/dev/mii/ciphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/mii/ciphyreg.h
===================================================================
--- sys/dev/mii/ciphyreg.h
+++ sys/dev/mii/ciphyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/mii/mlphy.c
===================================================================
--- sys/dev/mii/mlphy.c
+++ sys/dev/mii/mlphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/nsgphyreg.h
===================================================================
--- sys/dev/mii/nsgphyreg.h
+++ 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 <wpaul@bsdi.com>. All rights reserved.
Index: sys/dev/mii/pnaphy.c
===================================================================
--- sys/dev/mii/pnaphy.c
+++ 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 <wpaul@osd.bsdi.com>. All rights reserved.
Index: sys/dev/mii/rgephy.c
===================================================================
--- sys/dev/mii/rgephy.c
+++ sys/dev/mii/rgephy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/mii/rgephyreg.h
===================================================================
--- sys/dev/mii/rgephyreg.h
+++ sys/dev/mii/rgephyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/mii/rlphy.c
===================================================================
--- sys/dev/mii/rlphy.c
+++ sys/dev/mii/rlphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/rlswitch.c
===================================================================
--- sys/dev/mii/rlswitch.c
+++ sys/dev/mii/rlswitch.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
* Copyright (c) 2006 Bernd Walter. All rights reserved.
Index: sys/dev/mii/xmphy.c
===================================================================
--- sys/dev/mii/xmphy.c
+++ sys/dev/mii/xmphy.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/mii/xmphyreg.h
===================================================================
--- sys/dev/mii/xmphyreg.h
+++ sys/dev/mii/xmphyreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/msk/if_msk.c
===================================================================
--- sys/dev/msk/if_msk.c
+++ 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 <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/msk/if_mskreg.h
===================================================================
--- sys/dev/msk/if_mskreg.h
+++ 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 <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/nge/if_nge.c
===================================================================
--- sys/dev/nge/if_nge.c
+++ 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 <wpaul@bsdi.com>. All rights reserved.
Index: sys/dev/nge/if_ngereg.h
===================================================================
--- sys/dev/nge/if_ngereg.h
+++ 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 <wpaul@bsdi.com>. All rights reserved.
Index: sys/dev/pcn/if_pcn.c
===================================================================
--- sys/dev/pcn/if_pcn.c
+++ 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 <wpaul@osd.bsdi.com>. All rights reserved.
Index: sys/dev/pcn/if_pcnreg.h
===================================================================
--- sys/dev/pcn/if_pcnreg.h
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
Index: sys/dev/ppbus/lpt.c
===================================================================
--- sys/dev/ppbus/lpt.c
+++ 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: sys/dev/re/if_re.c
===================================================================
--- sys/dev/re/if_re.c
+++ sys/dev/re/if_re.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998-2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/sf/if_sf.c
===================================================================
--- sys/dev/sf/if_sf.c
+++ sys/dev/sf/if_sf.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/sf/if_sfreg.h
===================================================================
--- sys/dev/sf/if_sfreg.h
+++ sys/dev/sf/if_sfreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/sge/if_sge.c
===================================================================
--- sys/dev/sge/if_sge.c
+++ sys/dev/sge/if_sge.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2008-2010 Nikolay Denev <ndenev@gmail.com>
* Copyright (c) 2007-2008 Alexander Pohoyda <alexander.pohoyda@gmx.net>
* Copyright (c) 1997, 1998, 1999
Index: sys/dev/sge/if_sgereg.h
===================================================================
--- sys/dev/sge/if_sgereg.h
+++ sys/dev/sge/if_sgereg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2008, 2009, 2010 Nikolay Denev <ndenev@gmail.com>
* Copyright (c) 2007, 2008 Alexander Pohoyda <alexander.pohoyda@gmx.net>
* Copyright (c) 1997, 1998, 1999
Index: sys/dev/sis/if_sis.c
===================================================================
--- sys/dev/sis/if_sis.c
+++ sys/dev/sis/if_sis.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005 Poul-Henning Kamp <phk@FreeBSD.org>
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
Index: sys/dev/sis/if_sisreg.h
===================================================================
--- sys/dev/sis/if_sisreg.h
+++ sys/dev/sis/if_sisreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/sk/if_sk.c
===================================================================
--- sys/dev/sk/if_sk.c
+++ 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 <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/sk/if_skreg.h
===================================================================
--- sys/dev/sk/if_skreg.h
+++ 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 <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/sk/xmaciireg.h
===================================================================
--- sys/dev/sk/xmaciireg.h
+++ sys/dev/sk/xmaciireg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999, 2000
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/ste/if_ste.c
===================================================================
--- sys/dev/ste/if_ste.c
+++ sys/dev/ste/if_ste.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/ste/if_stereg.h
===================================================================
--- sys/dev/ste/if_stereg.h
+++ sys/dev/ste/if_stereg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/ti/if_ti.c
===================================================================
--- sys/dev/ti/if_ti.c
+++ sys/dev/ti/if_ti.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/ti/if_tireg.h
===================================================================
--- sys/dev/ti/if_tireg.h
+++ sys/dev/ti/if_tireg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/tl/if_tl.c
===================================================================
--- sys/dev/tl/if_tl.c
+++ sys/dev/tl/if_tl.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/tl/if_tlreg.h
===================================================================
--- sys/dev/tl/if_tlreg.h
+++ sys/dev/tl/if_tlreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/txp/if_txp.c
===================================================================
--- sys/dev/txp/if_txp.c
+++ 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 <jason@thought.net>, Theo de Raadt, and
* Aaron Campbell <aaron@monkey.org>. All rights reserved.
Index: sys/dev/usb/net/if_aue.c
===================================================================
--- sys/dev/usb/net/if_aue.c
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_auereg.h
===================================================================
--- sys/dev/usb/net/if_auereg.h
+++ sys/dev/usb/net/if_auereg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_axe.c
===================================================================
--- sys/dev/usb/net/if_axe.c
+++ 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 <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/usb/net/if_axereg.h
===================================================================
--- sys/dev/usb/net/if_axereg.h
+++ 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 <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/usb/net/if_cdce.c
===================================================================
--- sys/dev/usb/net/if_cdce.c
+++ 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 <wpaul@windriver.com>
* Copyright (c) 2003-2005 Craig Boston
* Copyright (c) 2004 Daniel Hartmeier
Index: sys/dev/usb/net/if_cdcereg.h
===================================================================
--- sys/dev/usb/net/if_cdcereg.h
+++ 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: sys/dev/usb/net/if_cue.c
===================================================================
--- sys/dev/usb/net/if_cue.c
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_cuereg.h
===================================================================
--- sys/dev/usb/net/if_cuereg.h
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_kue.c
===================================================================
--- sys/dev/usb/net/if_kue.c
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_kuefw.h
===================================================================
--- sys/dev/usb/net/if_kuefw.h
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_kuereg.h
===================================================================
--- sys/dev/usb/net/if_kuereg.h
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/usb/net/if_mosreg.h
===================================================================
--- sys/dev/usb/net/if_mosreg.h
+++ 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 <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/usb/net/if_rue.c
===================================================================
--- sys/dev/usb/net/if_rue.c
+++ 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 <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: sys/dev/vge/if_vge.c
===================================================================
--- sys/dev/vge/if_vge.c
+++ sys/dev/vge/if_vge.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/vge/if_vgereg.h
===================================================================
--- sys/dev/vge/if_vgereg.h
+++ sys/dev/vge/if_vgereg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/vge/if_vgevar.h
===================================================================
--- sys/dev/vge/if_vgevar.h
+++ sys/dev/vge/if_vgevar.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2004
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: sys/dev/vr/if_vr.c
===================================================================
--- sys/dev/vr/if_vr.c
+++ sys/dev/vr/if_vr.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/vr/if_vrreg.h
===================================================================
--- sys/dev/vr/if_vrreg.h
+++ sys/dev/vr/if_vrreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wb/if_wb.c
===================================================================
--- sys/dev/wb/if_wb.c
+++ sys/dev/wb/if_wb.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wb/if_wbreg.h
===================================================================
--- sys/dev/wb/if_wbreg.h
+++ sys/dev/wb/if_wbreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wi/if_wavelan_ieee.h
===================================================================
--- sys/dev/wi/if_wavelan_ieee.h
+++ sys/dev/wi/if_wavelan_ieee.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wi/if_wi_macio.c
===================================================================
--- sys/dev/wi/if_wi_macio.c
+++ 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: sys/dev/wi/if_wi_pccard.c
===================================================================
--- sys/dev/wi/if_wi_pccard.c
+++ sys/dev/wi/if_wi_pccard.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wi/if_wi_pci.c
===================================================================
--- sys/dev/wi/if_wi_pci.c
+++ sys/dev/wi/if_wi_pci.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wi/if_wireg.h
===================================================================
--- sys/dev/wi/if_wireg.h
+++ sys/dev/wi/if_wireg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/wi/if_wivar.h
===================================================================
--- sys/dev/wi/if_wivar.h
+++ sys/dev/wi/if_wivar.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002
* M Warner Losh <imp@freebsd.org>. All rights reserved.
* Copyright (c) 1997, 1998, 1999
Index: sys/dev/xl/if_xl.c
===================================================================
--- sys/dev/xl/if_xl.c
+++ sys/dev/xl/if_xl.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998, 1999
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/dev/xl/if_xlreg.h
===================================================================
--- sys/dev/xl/if_xlreg.h
+++ sys/dev/xl/if_xlreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1997, 1998
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: sys/fs/procfs/procfs.c
===================================================================
--- sys/fs/procfs/procfs.c
+++ 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: sys/fs/procfs/procfs_rlimit.c
===================================================================
--- sys/fs/procfs/procfs_rlimit.c
+++ 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: sys/geom/vinum/geom_vinum_share.c
===================================================================
--- sys/geom/vinum/geom_vinum_share.c
+++ 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: sys/geom/vinum/geom_vinum_subr.c
===================================================================
--- sys/geom/vinum/geom_vinum_subr.c
+++ 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: sys/geom/vinum/geom_vinum_var.h
===================================================================
--- sys/geom/vinum/geom_vinum_var.h
+++ 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: sys/i386/i386/longrun.c
===================================================================
--- sys/i386/i386/longrun.c
+++ 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: sys/i386/i386/machdep.c
===================================================================
--- sys/i386/i386/machdep.c
+++ 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: sys/i386/i386/pmap.c
===================================================================
--- sys/i386/i386/pmap.c
+++ 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: sys/i386/i386/trap.c
===================================================================
--- sys/i386/i386/trap.c
+++ 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: sys/i386/i386/vm_machdep.c
===================================================================
--- sys/i386/i386/vm_machdep.c
+++ 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: sys/i386/ibcs2/ibcs2_misc.c
===================================================================
--- sys/i386/ibcs2/ibcs2_misc.c
+++ 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: sys/i386/include/floatingpoint.h
===================================================================
--- sys/i386/include/floatingpoint.h
+++ 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: sys/i386/include/ieeefp.h
===================================================================
--- sys/i386/include/ieeefp.h
+++ 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: sys/isa/pnpreg.h
===================================================================
--- sys/isa/pnpreg.h
+++ sys/isa/pnpreg.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996, Sujal M. Patel
* All rights reserved.
*
Index: sys/kern/init_main.c
===================================================================
--- sys/kern/init_main.c
+++ 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: sys/kern/kern_acct.c
===================================================================
--- sys/kern/kern_acct.c
+++ sys/kern/kern_acct.c
@@ -1,3 +1,5 @@
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
/*-
* Copyright (c) 1982, 1986, 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: sys/kern/ksched.c
===================================================================
--- sys/kern/ksched.c
+++ 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: sys/kern/p1003_1b.c
===================================================================
--- sys/kern/p1003_1b.c
+++ 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: sys/kern/posix4_mib.c
===================================================================
--- sys/kern/posix4_mib.c
+++ 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: sys/kern/subr_syscall.c
===================================================================
--- sys/kern/subr_syscall.c
+++ 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: sys/kern/subr_trap.c
===================================================================
--- sys/kern/subr_trap.c
+++ 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: sys/libkern/strcasecmp.c
===================================================================
--- sys/libkern/strcasecmp.c
+++ 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: sys/libkern/strstr.c
===================================================================
--- sys/libkern/strstr.c
+++ 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: sys/mips/include/_types.h
===================================================================
--- sys/mips/include/_types.h
+++ sys/mips/include/_types.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
Index: sys/mips/include/cpuinfo.h
===================================================================
--- sys/mips/include/cpuinfo.h
+++ 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: sys/mips/include/floatingpoint.h
===================================================================
--- sys/mips/include/floatingpoint.h
+++ 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: sys/mips/include/reloc.h
===================================================================
--- sys/mips/include/reloc.h
+++ sys/mips/include/reloc.h
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1998 John Birrell <jb@cimlogic.com.au>.
* All rights reserved.
*
Index: sys/mips/mips/db_disasm.c
===================================================================
--- sys/mips/mips/db_disasm.c
+++ 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: sys/mips/mips/in_cksum.c
===================================================================
--- sys/mips/mips/in_cksum.c
+++ 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: sys/mips/mips/sys_machdep.c
===================================================================
--- sys/mips/mips/sys_machdep.c
+++ 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: sys/net/fddi.h
===================================================================
--- sys/net/fddi.h
+++ 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: sys/net/if_arcsubr.c
===================================================================
--- sys/net/if_arcsubr.c
+++ 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: sys/net/if_fddisubr.c
===================================================================
--- sys/net/if_fddisubr.c
+++ sys/net/if_fddisubr.c
@@ -1,3 +1,5 @@
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
/*-
* Copyright (c) 1995, 1996
* Matt Thomas <matt@3am-software.com>. All rights reserved.
Index: sys/netinet6/ip6_id.c
===================================================================
--- sys/netinet6/ip6_id.c
+++ sys/netinet6/ip6_id.c
@@ -30,6 +30,8 @@
*/
/*-
+ * SPDX-License-Identifier: BSD-4-Clause AND BSD-3-Clause
+ *
* Copyright 1998 Niels Provos <provos@citi.umich.edu>
* All rights reserved.
*
Index: sys/netsmb/smb_crypt.c
===================================================================
--- sys/netsmb/smb_crypt.c
+++ 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: sys/nfs/bootp_subr.c
===================================================================
--- sys/nfs/bootp_subr.c
+++ 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: sys/nfs/krpc_subr.c
===================================================================
--- sys/nfs/krpc_subr.c
+++ 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: sys/powerpc/fpu/fpu_emu.c
===================================================================
--- sys/powerpc/fpu/fpu_emu.c
+++ 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: sys/powerpc/include/_align.h
===================================================================
--- sys/powerpc/include/_align.h
+++ 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: sys/powerpc/include/_types.h
===================================================================
--- sys/powerpc/include/_types.h
+++ sys/powerpc/include/_types.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
Index: sys/powerpc/include/param.h
===================================================================
--- sys/powerpc/include/param.h
+++ 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: sys/powerpc/powerpc/in_cksum.c
===================================================================
--- sys/powerpc/powerpc/in_cksum.c
+++ 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: sys/powerpc/powerpc/vm_machdep.c
===================================================================
--- sys/powerpc/powerpc/vm_machdep.c
+++ 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: sys/riscv/riscv/in_cksum.c
===================================================================
--- sys/riscv/riscv/in_cksum.c
+++ 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: sys/riscv/riscv/pmap.c
===================================================================
--- sys/riscv/riscv/pmap.c
+++ 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: sys/sparc64/include/cache.h
===================================================================
--- sys/sparc64/include/cache.h
+++ 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: sys/sparc64/sparc64/cache.c
===================================================================
--- sys/sparc64/sparc64/cache.c
+++ 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: sys/sparc64/sparc64/eeprom.c
===================================================================
--- sys/sparc64/sparc64/eeprom.c
+++ 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: sys/sys/kernel.h
===================================================================
--- sys/sys/kernel.h
+++ sys/sys/kernel.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Terrence R. Lambert
* All rights reserved.
*
Index: sys/sys/pioctl.h
===================================================================
--- sys/sys/pioctl.h
+++ 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: sys/sys/posix4.h
===================================================================
--- sys/sys/posix4.h
+++ 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: sys/sys/sched.h
===================================================================
--- sys/sys/sched.h
+++ 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: sys/sys/tiio.h
===================================================================
--- sys/sys/tiio.h
+++ 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: sys/vm/swap_pager.c
===================================================================
--- sys/vm/swap_pager.c
+++ 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: sys/vm/vm_fault.c
===================================================================
--- sys/vm/vm_fault.c
+++ 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: sys/vm/vm_pageout.c
===================================================================
--- sys/vm/vm_pageout.c
+++ 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: sys/vm/vnode_pager.c
===================================================================
--- sys/vm/vnode_pager.c
+++ 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: sys/x86/include/_align.h
===================================================================
--- sys/x86/include/_align.h
+++ 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: sys/x86/include/_types.h
===================================================================
--- sys/x86/include/_types.h
+++ sys/x86/include/_types.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2002 Mike Barcroft <mike@FreeBSD.org>
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
Index: tools/regression/p1003_1b/fifo.c
===================================================================
--- tools/regression/p1003_1b/fifo.c
+++ 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: tools/regression/p1003_1b/memlock.c
===================================================================
--- tools/regression/p1003_1b/memlock.c
+++ 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: tools/regression/p1003_1b/p26.c
===================================================================
--- tools/regression/p1003_1b/p26.c
+++ 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: tools/regression/p1003_1b/sched.c
===================================================================
--- tools/regression/p1003_1b/sched.c
+++ 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: tools/regression/p1003_1b/yield.c
===================================================================
--- tools/regression/p1003_1b/yield.c
+++ 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: usr.bin/chpass/chpass.h
===================================================================
--- usr.bin/chpass/chpass.h
+++ 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: usr.bin/chpass/chpass.c
===================================================================
--- usr.bin/chpass/chpass.c
+++ 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: usr.bin/chpass/edit.c
===================================================================
--- usr.bin/chpass/edit.c
+++ 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: usr.bin/chpass/field.c
===================================================================
--- usr.bin/chpass/field.c
+++ 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: usr.bin/chpass/util.c
===================================================================
--- usr.bin/chpass/util.c
+++ 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: usr.bin/indent/args.c
===================================================================
--- usr.bin/indent/args.c
+++ 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: usr.bin/indent/indent.c
===================================================================
--- usr.bin/indent/indent.c
+++ 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: usr.bin/indent/indent_codes.h
===================================================================
--- usr.bin/indent/indent_codes.h
+++ 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: usr.bin/indent/indent_globs.h
===================================================================
--- usr.bin/indent/indent_globs.h
+++ 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: usr.bin/indent/io.c
===================================================================
--- usr.bin/indent/io.c
+++ 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: usr.bin/indent/lexi.c
===================================================================
--- usr.bin/indent/lexi.c
+++ 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: usr.bin/indent/parse.c
===================================================================
--- usr.bin/indent/parse.c
+++ 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: usr.bin/indent/pr_comment.c
===================================================================
--- usr.bin/indent/pr_comment.c
+++ 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: usr.bin/locate/bigram/locate.bigram.c
===================================================================
--- usr.bin/locate/bigram/locate.bigram.c
+++ usr.bin/locate/bigram/locate.bigram.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/locate/code/locate.code.c
===================================================================
--- usr.bin/locate/code/locate.code.c
+++ usr.bin/locate/code/locate.code.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/locate/locate/fastfind.c
===================================================================
--- usr.bin/locate/locate/fastfind.c
+++ usr.bin/locate/locate/fastfind.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/locate/locate/locate.h
===================================================================
--- usr.bin/locate/locate/locate.h
+++ usr.bin/locate/locate/locate.h
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/locate/locate/locate.c
===================================================================
--- usr.bin/locate/locate/locate.c
+++ usr.bin/locate/locate/locate.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/locate/locate/pathnames.h
===================================================================
--- usr.bin/locate/locate/pathnames.h
+++ 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: usr.bin/locate/locate/util.c
===================================================================
--- usr.bin/locate/locate/util.c
+++ usr.bin/locate/locate/util.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
Index: usr.bin/login/login.c
===================================================================
--- usr.bin/login/login.c
+++ 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: usr.bin/netstat/mbuf.c
===================================================================
--- usr.bin/netstat/mbuf.c
+++ 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: usr.bin/netstat/mroute.c
===================================================================
--- usr.bin/netstat/mroute.c
+++ 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: usr.bin/netstat/mroute6.c
===================================================================
--- usr.bin/netstat/mroute6.c
+++ 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: usr.bin/pr/egetopt.c
===================================================================
--- usr.bin/pr/egetopt.c
+++ 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: usr.bin/pr/extern.h
===================================================================
--- usr.bin/pr/extern.h
+++ 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: usr.bin/pr/pr.h
===================================================================
--- usr.bin/pr/pr.h
+++ 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: usr.bin/pr/pr.c
===================================================================
--- usr.bin/pr/pr.c
+++ 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: usr.bin/rup/rup.c
===================================================================
--- usr.bin/rup/rup.c
+++ usr.bin/rup/rup.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1993, John Brezak
* All rights reserved.
*
Index: usr.bin/rusers/rusers.c
===================================================================
--- usr.bin/rusers/rusers.c
+++ usr.bin/rusers/rusers.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1993, John Brezak
* All rights reserved.
*
Index: usr.bin/rwall/rwall.c
===================================================================
--- usr.bin/rwall/rwall.c
+++ 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: usr.bin/truss/amd64-freebsd.c
===================================================================
--- usr.bin/truss/amd64-freebsd.c
+++ 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: usr.bin/truss/amd64-freebsd32.c
===================================================================
--- usr.bin/truss/amd64-freebsd32.c
+++ 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: usr.bin/truss/amd64-linux.c
===================================================================
--- usr.bin/truss/amd64-linux.c
+++ 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: usr.bin/truss/amd64-linux32.c
===================================================================
--- usr.bin/truss/amd64-linux32.c
+++ 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: usr.bin/truss/arm-freebsd.c
===================================================================
--- usr.bin/truss/arm-freebsd.c
+++ 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: usr.bin/truss/extern.h
===================================================================
--- usr.bin/truss/extern.h
+++ 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: usr.bin/truss/i386-freebsd.c
===================================================================
--- usr.bin/truss/i386-freebsd.c
+++ 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: usr.bin/truss/i386-linux.c
===================================================================
--- usr.bin/truss/i386-linux.c
+++ 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: usr.bin/truss/main.c
===================================================================
--- usr.bin/truss/main.c
+++ 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: usr.bin/truss/mips-freebsd.c
===================================================================
--- usr.bin/truss/mips-freebsd.c
+++ 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: usr.bin/truss/setup.c
===================================================================
--- usr.bin/truss/setup.c
+++ 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: usr.bin/truss/sparc64-freebsd.c
===================================================================
--- usr.bin/truss/sparc64-freebsd.c
+++ 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: usr.bin/truss/syscalls.c
===================================================================
--- usr.bin/truss/syscalls.c
+++ 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: usr.bin/uname/uname.c
===================================================================
--- usr.bin/uname/uname.c
+++ 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: usr.sbin/ancontrol/ancontrol.c
===================================================================
--- usr.sbin/ancontrol/ancontrol.c
+++ usr.sbin/ancontrol/ancontrol.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright 1997, 1998, 1999
* Bill Paul <wpaul@ee.columbia.edu>. All rights reserved.
*
Index: usr.sbin/dconschat/dconschat.c
===================================================================
--- usr.sbin/dconschat/dconschat.c
+++ usr.sbin/dconschat/dconschat.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (C) 2003
* Hidetoshi Shimokawa. All rights reserved.
*
Index: usr.sbin/fwcontrol/fwcontrol.c
===================================================================
--- usr.sbin/fwcontrol/fwcontrol.c
+++ usr.sbin/fwcontrol/fwcontrol.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (C) 2002
* Hidetoshi Shimokawa. All rights reserved.
*
Index: usr.sbin/fwcontrol/fwdv.c
===================================================================
--- usr.sbin/fwcontrol/fwdv.c
+++ usr.sbin/fwcontrol/fwdv.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (C) 2003
* Hidetoshi Shimokawa. All rights reserved.
*
Index: usr.sbin/fwcontrol/fwmpegts.c
===================================================================
--- usr.sbin/fwcontrol/fwmpegts.c
+++ 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: usr.sbin/kldxref/ef.c
===================================================================
--- usr.sbin/kldxref/ef.c
+++ usr.sbin/kldxref/ef.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000, Boris Popov
* All rights reserved.
*
Index: usr.sbin/kldxref/ef_obj.c
===================================================================
--- usr.sbin/kldxref/ef_obj.c
+++ 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: usr.sbin/kldxref/kldxref.c
===================================================================
--- usr.sbin/kldxref/kldxref.c
+++ usr.sbin/kldxref/kldxref.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2000, Boris Popov
* All rights reserved.
*
Index: usr.sbin/lpr/common_source/common.c
===================================================================
--- usr.sbin/lpr/common_source/common.c
+++ 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: usr.sbin/lpr/common_source/net.c
===================================================================
--- usr.sbin/lpr/common_source/net.c
+++ 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: usr.sbin/lpr/common_source/printcap.c
===================================================================
--- usr.sbin/lpr/common_source/printcap.c
+++ 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: usr.sbin/lpr/lpr/lpr.c
===================================================================
--- usr.sbin/lpr/lpr/lpr.c
+++ 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: usr.sbin/makefs/ffs.c
===================================================================
--- usr.sbin/makefs/ffs.c
+++ 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: usr.sbin/manctl/manctl.sh
===================================================================
--- usr.sbin/manctl/manctl.sh
+++ 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: usr.sbin/ndiscvt/inf-parse.y
===================================================================
--- usr.sbin/ndiscvt/inf-parse.y
+++ usr.sbin/ndiscvt/inf-parse.y
@@ -1,5 +1,7 @@
%{
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/ndiscvt/inf-token.l
===================================================================
--- usr.sbin/ndiscvt/inf-token.l
+++ usr.sbin/ndiscvt/inf-token.l
@@ -1,5 +1,7 @@
%{
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/ndiscvt/inf.c
===================================================================
--- usr.sbin/ndiscvt/inf.c
+++ usr.sbin/ndiscvt/inf.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/ndiscvt/ndiscvt.c
===================================================================
--- usr.sbin/ndiscvt/ndiscvt.c
+++ usr.sbin/ndiscvt/ndiscvt.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2003
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/ndiscvt/ndisgen.sh
===================================================================
--- usr.sbin/ndiscvt/ndisgen.sh
+++ usr.sbin/ndiscvt/ndisgen.sh
@@ -1,5 +1,7 @@
#!/bin/sh
#
+# SPDX-License-Identifier: BSD-4-Clause
+#
# Copyright (c) 2005
# Bill Paul <wpaul@windriver.com>. All rights reserved.
#
Index: usr.sbin/ndiscvt/windrv_stub.c
===================================================================
--- usr.sbin/ndiscvt/windrv_stub.c
+++ usr.sbin/ndiscvt/windrv_stub.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/rpc.lockd/lock_proc.c
===================================================================
--- usr.sbin/rpc.lockd/lock_proc.c
+++ 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: usr.sbin/rpc.lockd/lockd.h
===================================================================
--- usr.sbin/rpc.lockd/lockd.h
+++ 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: usr.sbin/rpc.lockd/lockd.c
===================================================================
--- usr.sbin/rpc.lockd/lockd.c
+++ 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: usr.sbin/rpc.lockd/lockd_lock.c
===================================================================
--- usr.sbin/rpc.lockd/lockd_lock.c
+++ 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: usr.sbin/rpc.statd/file.c
===================================================================
--- usr.sbin/rpc.statd/file.c
+++ 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: usr.sbin/rpc.statd/procs.c
===================================================================
--- usr.sbin/rpc.statd/procs.c
+++ 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: usr.sbin/rpc.statd/statd.h
===================================================================
--- usr.sbin/rpc.statd/statd.h
+++ 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: usr.sbin/rpc.statd/statd.c
===================================================================
--- usr.sbin/rpc.statd/statd.c
+++ 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: usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
===================================================================
--- usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
+++ usr.sbin/rpc.yppasswdd/yppasswdd_extern.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.yppasswdd/yppasswdd_main.c
===================================================================
--- usr.sbin/rpc.yppasswdd/yppasswdd_main.c
+++ usr.sbin/rpc.yppasswdd/yppasswdd_main.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.yppasswdd/yppasswdd_server.c
===================================================================
--- usr.sbin/rpc.yppasswdd/yppasswdd_server.c
+++ usr.sbin/rpc.yppasswdd/yppasswdd_server.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypupdated/yp_dbdelete.c
===================================================================
--- usr.sbin/rpc.ypupdated/yp_dbdelete.c
+++ usr.sbin/rpc.ypupdated/yp_dbdelete.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypupdated/yp_dbupdate.c
===================================================================
--- usr.sbin/rpc.ypupdated/yp_dbupdate.c
+++ usr.sbin/rpc.ypupdated/yp_dbupdate.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypupdated/ypupdated_main.c
===================================================================
--- usr.sbin/rpc.ypupdated/ypupdated_main.c
+++ usr.sbin/rpc.ypupdated/ypupdated_main.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypupdated/ypupdated_server.c
===================================================================
--- usr.sbin/rpc.ypupdated/ypupdated_server.c
+++ usr.sbin/rpc.ypupdated/ypupdated_server.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypxfrd/ypxfrd_extern.h
===================================================================
--- usr.sbin/rpc.ypxfrd/ypxfrd_extern.h
+++ usr.sbin/rpc.ypxfrd/ypxfrd_extern.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypxfrd/ypxfrd_main.c
===================================================================
--- usr.sbin/rpc.ypxfrd/ypxfrd_main.c
+++ usr.sbin/rpc.ypxfrd/ypxfrd_main.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rpc.ypxfrd/ypxfrd_server.c
===================================================================
--- usr.sbin/rpc.ypxfrd/ypxfrd_server.c
+++ usr.sbin/rpc.ypxfrd/ypxfrd_server.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/rrenumd/rrenumd.h
===================================================================
--- usr.sbin/rrenumd/rrenumd.h
+++ 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: usr.sbin/wpa/ndis_events/ndis_events.c
===================================================================
--- usr.sbin/wpa/ndis_events/ndis_events.c
+++ usr.sbin/wpa/ndis_events/ndis_events.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/wpa/wpa_supplicant/Packet32.h
===================================================================
--- usr.sbin/wpa/wpa_supplicant/Packet32.h
+++ usr.sbin/wpa/wpa_supplicant/Packet32.h
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/wpa/wpa_supplicant/Packet32.c
===================================================================
--- usr.sbin/wpa/wpa_supplicant/Packet32.c
+++ usr.sbin/wpa/wpa_supplicant/Packet32.c
@@ -1,4 +1,6 @@
/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 2005
* Bill Paul <wpaul@windriver.com>. All rights reserved.
*
Index: usr.sbin/yp_mkdb/yp_mkdb.c
===================================================================
--- usr.sbin/yp_mkdb/yp_mkdb.c
+++ usr.sbin/yp_mkdb/yp_mkdb.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypbind/yp_ping.c
===================================================================
--- usr.sbin/ypbind/yp_ping.c
+++ usr.sbin/ypbind/yp_ping.c
@@ -1,4 +1,6 @@
/*
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996, 1997
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/yppush/yppush_main.c
===================================================================
--- usr.sbin/yppush/yppush_main.c
+++ usr.sbin/yppush/yppush_main.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_access.c
===================================================================
--- usr.sbin/ypserv/yp_access.c
+++ usr.sbin/ypserv/yp_access.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_dblookup.c
===================================================================
--- usr.sbin/ypserv/yp_dblookup.c
+++ usr.sbin/ypserv/yp_dblookup.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_dnslookup.c
===================================================================
--- usr.sbin/ypserv/yp_dnslookup.c
+++ usr.sbin/ypserv/yp_dnslookup.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995, 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_error.c
===================================================================
--- usr.sbin/ypserv/yp_error.c
+++ usr.sbin/ypserv/yp_error.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_extern.h
===================================================================
--- usr.sbin/ypserv/yp_extern.h
+++ usr.sbin/ypserv/yp_extern.h
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_main.c
===================================================================
--- usr.sbin/ypserv/yp_main.c
+++ usr.sbin/ypserv/yp_main.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_server.c
===================================================================
--- usr.sbin/ypserv/yp_server.c
+++ usr.sbin/ypserv/yp_server.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1995
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*
Index: usr.sbin/ypserv/yp_svc_udp.c
===================================================================
--- usr.sbin/ypserv/yp_svc_udp.c
+++ usr.sbin/ypserv/yp_svc_udp.c
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-4-Clause
+ *
* Copyright (c) 1996
* Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
*

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 4:40 PM (17 h, 37 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23584548
Default Alt Text
D13133.id35373.diff (122 KB)

Event Timeline