Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Nov 2017 19:36:21 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r326022 - in head/sys/dev: bce bwi bxe cfi cy dpms e1000 et fb fdc fxp ic ixgb ixgbe md mge mii mps mpt mpt/mpilib nmdm oce ofw sio tws usb usb/controller usb/misc usb/net virtio virtio...
Message-ID:  <201711201936.vAKJaLSd029596@repo.freebsd.org>

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

Log:
  sys/dev: further adoption of SPDX licensing ID tags.
  
  Mainly focus on files that use BSD 3-Clause license.
  
  The Software Package Data Exchange (SPDX) group provides a specification
  to make it easier for automated tools to detect and summarize well known
  opensource licenses. We are gradually adopting the specification, noting
  that the tags are considered only advisory and do not, in any way,
  superceed or replace the license texts.
  
  Special thanks to Wind River for providing access to "The Duke of
  Highlander" tool: an older (2014) run over FreeBSD tree was useful as a
  starting point.

Modified:
  head/sys/dev/bce/if_bce.c
  head/sys/dev/bce/if_bcefw.h
  head/sys/dev/bce/if_bcereg.h
  head/sys/dev/bwi/bwimac.c
  head/sys/dev/bwi/bwimac.h
  head/sys/dev/bwi/bwiphy.c
  head/sys/dev/bwi/bwiphy.h
  head/sys/dev/bwi/bwirf.c
  head/sys/dev/bwi/bwirf.h
  head/sys/dev/bwi/if_bwi.c
  head/sys/dev/bwi/if_bwireg.h
  head/sys/dev/bwi/if_bwivar.h
  head/sys/dev/bxe/57710_init_values.c
  head/sys/dev/bxe/57710_int_offsets.h
  head/sys/dev/bxe/57711_init_values.c
  head/sys/dev/bxe/57711_int_offsets.h
  head/sys/dev/bxe/57712_init_values.c
  head/sys/dev/bxe/57712_int_offsets.h
  head/sys/dev/bxe/bxe.c
  head/sys/dev/bxe/bxe.h
  head/sys/dev/bxe/bxe_dcb.h
  head/sys/dev/bxe/bxe_debug.c
  head/sys/dev/bxe/bxe_elink.c
  head/sys/dev/bxe/bxe_elink.h
  head/sys/dev/bxe/bxe_stats.c
  head/sys/dev/bxe/bxe_stats.h
  head/sys/dev/bxe/ecore_fw_defs.h
  head/sys/dev/bxe/ecore_hsi.h
  head/sys/dev/bxe/ecore_init.h
  head/sys/dev/bxe/ecore_init_ops.h
  head/sys/dev/bxe/ecore_mfw_req.h
  head/sys/dev/bxe/ecore_reg.h
  head/sys/dev/bxe/ecore_sp.c
  head/sys/dev/bxe/ecore_sp.h
  head/sys/dev/cfi/cfi_bus_fdt.c
  head/sys/dev/cfi/cfi_core.c
  head/sys/dev/cfi/cfi_dev.c
  head/sys/dev/cfi/cfi_reg.h
  head/sys/dev/cfi/cfi_var.h
  head/sys/dev/cy/cyreg.h
  head/sys/dev/dpms/dpms.c
  head/sys/dev/e1000/e1000_80003es2lan.c
  head/sys/dev/e1000/e1000_80003es2lan.h
  head/sys/dev/e1000/e1000_82540.c
  head/sys/dev/e1000/e1000_82541.c
  head/sys/dev/e1000/e1000_82541.h
  head/sys/dev/e1000/e1000_82542.c
  head/sys/dev/e1000/e1000_82543.c
  head/sys/dev/e1000/e1000_82543.h
  head/sys/dev/e1000/e1000_82571.c
  head/sys/dev/e1000/e1000_82571.h
  head/sys/dev/e1000/e1000_82575.c
  head/sys/dev/e1000/e1000_82575.h
  head/sys/dev/e1000/e1000_api.c
  head/sys/dev/e1000/e1000_api.h
  head/sys/dev/e1000/e1000_defines.h
  head/sys/dev/e1000/e1000_hw.h
  head/sys/dev/e1000/e1000_i210.c
  head/sys/dev/e1000/e1000_i210.h
  head/sys/dev/e1000/e1000_ich8lan.c
  head/sys/dev/e1000/e1000_ich8lan.h
  head/sys/dev/e1000/e1000_mac.c
  head/sys/dev/e1000/e1000_mac.h
  head/sys/dev/e1000/e1000_manage.c
  head/sys/dev/e1000/e1000_manage.h
  head/sys/dev/e1000/e1000_mbx.c
  head/sys/dev/e1000/e1000_mbx.h
  head/sys/dev/e1000/e1000_nvm.c
  head/sys/dev/e1000/e1000_nvm.h
  head/sys/dev/e1000/e1000_osdep.c
  head/sys/dev/e1000/e1000_osdep.h
  head/sys/dev/e1000/e1000_phy.c
  head/sys/dev/e1000/e1000_phy.h
  head/sys/dev/e1000/e1000_regs.h
  head/sys/dev/e1000/e1000_vf.c
  head/sys/dev/e1000/e1000_vf.h
  head/sys/dev/e1000/if_em.c
  head/sys/dev/e1000/if_em.h
  head/sys/dev/et/if_et.c
  head/sys/dev/et/if_etreg.h
  head/sys/dev/et/if_etvar.h
  head/sys/dev/fb/gallant12x22.c
  head/sys/dev/fdc/fdc.c
  head/sys/dev/fxp/inphy.c
  head/sys/dev/fxp/inphyreg.h
  head/sys/dev/fxp/rcvbundl.h
  head/sys/dev/ic/esp.h
  head/sys/dev/ic/i8253reg.h
  head/sys/dev/ic/nec765.h
  head/sys/dev/ic/ns16550.h
  head/sys/dev/ixgb/if_ixgb.c
  head/sys/dev/ixgb/if_ixgb.h
  head/sys/dev/ixgb/if_ixgb_osdep.h
  head/sys/dev/ixgb/ixgb_ee.c
  head/sys/dev/ixgb/ixgb_ee.h
  head/sys/dev/ixgb/ixgb_hw.c
  head/sys/dev/ixgb/ixgb_hw.h
  head/sys/dev/ixgb/ixgb_ids.h
  head/sys/dev/ixgbe/ixgbe.h
  head/sys/dev/ixgbe/ixgbe_82598.c
  head/sys/dev/ixgbe/ixgbe_82598.h
  head/sys/dev/ixgbe/ixgbe_82599.c
  head/sys/dev/ixgbe/ixgbe_82599.h
  head/sys/dev/ixgbe/ixgbe_api.c
  head/sys/dev/ixgbe/ixgbe_api.h
  head/sys/dev/ixgbe/ixgbe_common.c
  head/sys/dev/ixgbe/ixgbe_common.h
  head/sys/dev/ixgbe/ixgbe_dcb.c
  head/sys/dev/ixgbe/ixgbe_dcb.h
  head/sys/dev/ixgbe/ixgbe_dcb_82598.c
  head/sys/dev/ixgbe/ixgbe_dcb_82598.h
  head/sys/dev/ixgbe/ixgbe_dcb_82599.c
  head/sys/dev/ixgbe/ixgbe_dcb_82599.h
  head/sys/dev/ixgbe/ixgbe_mbx.c
  head/sys/dev/ixgbe/ixgbe_mbx.h
  head/sys/dev/ixgbe/ixgbe_osdep.h
  head/sys/dev/ixgbe/ixgbe_phy.c
  head/sys/dev/ixgbe/ixgbe_phy.h
  head/sys/dev/ixgbe/ixgbe_type.h
  head/sys/dev/ixgbe/ixgbe_vf.c
  head/sys/dev/ixgbe/ixgbe_vf.h
  head/sys/dev/ixgbe/ixgbe_x540.c
  head/sys/dev/ixgbe/ixgbe_x540.h
  head/sys/dev/md/md.c
  head/sys/dev/mge/if_mge.c
  head/sys/dev/mge/if_mgevar.h
  head/sys/dev/mii/e1000phyreg.h
  head/sys/dev/mii/truephy.c
  head/sys/dev/mii/truephyreg.h
  head/sys/dev/mps/mps_ioctl.h
  head/sys/dev/mps/mps_user.c
  head/sys/dev/mpt/mpilib/mpi.h
  head/sys/dev/mpt/mpilib/mpi_cnfg.h
  head/sys/dev/mpt/mpilib/mpi_fc.h
  head/sys/dev/mpt/mpilib/mpi_init.h
  head/sys/dev/mpt/mpilib/mpi_ioc.h
  head/sys/dev/mpt/mpilib/mpi_lan.h
  head/sys/dev/mpt/mpilib/mpi_log_fc.h
  head/sys/dev/mpt/mpilib/mpi_log_sas.h
  head/sys/dev/mpt/mpilib/mpi_raid.h
  head/sys/dev/mpt/mpilib/mpi_sas.h
  head/sys/dev/mpt/mpilib/mpi_targ.h
  head/sys/dev/mpt/mpilib/mpi_tool.h
  head/sys/dev/mpt/mpilib/mpi_type.h
  head/sys/dev/mpt/mpt_user.c
  head/sys/dev/nmdm/nmdm.c
  head/sys/dev/oce/oce_hw.c
  head/sys/dev/oce/oce_hw.h
  head/sys/dev/oce/oce_if.c
  head/sys/dev/oce/oce_if.h
  head/sys/dev/oce/oce_mbox.c
  head/sys/dev/oce/oce_queue.c
  head/sys/dev/oce/oce_sysctl.c
  head/sys/dev/oce/oce_util.c
  head/sys/dev/ofw/openfirmio.c
  head/sys/dev/ofw/openfirmio.h
  head/sys/dev/sio/sio.c
  head/sys/dev/sio/sioreg.h
  head/sys/dev/sio/siovar.h
  head/sys/dev/tws/tws.c
  head/sys/dev/tws/tws.h
  head/sys/dev/tws/tws_hdm.c
  head/sys/dev/tws/tws_hdm.h
  head/sys/dev/tws/tws_services.c
  head/sys/dev/tws/tws_services.h
  head/sys/dev/tws/tws_user.c
  head/sys/dev/tws/tws_user.h
  head/sys/dev/usb/controller/ehci_mv.c
  head/sys/dev/usb/misc/udbp.c
  head/sys/dev/usb/net/if_udav.c
  head/sys/dev/usb/net/if_udavreg.h
  head/sys/dev/usb/usb_pf.c
  head/sys/dev/usb/usb_pf.h
  head/sys/dev/virtio/balloon/virtio_balloon.h
  head/sys/dev/virtio/block/virtio_blk.h
  head/sys/dev/virtio/network/virtio_net.h
  head/sys/dev/virtio/pci/virtio_pci.h
  head/sys/dev/virtio/virtio.h
  head/sys/dev/virtio/virtio_ring.h
  head/sys/dev/vx/if_vx_pci.c
  head/sys/dev/vxge/include/vxge-debug.h
  head/sys/dev/vxge/include/vxge-defs.h
  head/sys/dev/vxge/include/vxge-list.h
  head/sys/dev/vxge/include/vxge-os-debug.h
  head/sys/dev/vxge/include/vxge-os-pal.h
  head/sys/dev/vxge/include/vxge-queue.h
  head/sys/dev/vxge/include/vxgehal-config.h
  head/sys/dev/vxge/include/vxgehal-ll.h
  head/sys/dev/vxge/include/vxgehal-mgmt.h
  head/sys/dev/vxge/include/vxgehal-mgmtaux.h
  head/sys/dev/vxge/include/vxgehal-stats.h
  head/sys/dev/vxge/include/vxgehal-status.h
  head/sys/dev/vxge/include/vxgehal-types.h
  head/sys/dev/vxge/include/vxgehal-version.h
  head/sys/dev/vxge/vxge-firmware.h
  head/sys/dev/vxge/vxge-osdep.h
  head/sys/dev/vxge/vxge.c
  head/sys/dev/vxge/vxge.h
  head/sys/dev/vxge/vxgehal/vxge-queue.c
  head/sys/dev/vxge/vxgehal/vxgehal-blockpool.c
  head/sys/dev/vxge/vxgehal/vxgehal-blockpool.h
  head/sys/dev/vxge/vxgehal/vxgehal-channel.c
  head/sys/dev/vxge/vxgehal/vxgehal-channel.h
  head/sys/dev/vxge/vxgehal/vxgehal-common-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-config-priv.h
  head/sys/dev/vxge/vxgehal/vxgehal-config.c
  head/sys/dev/vxge/vxgehal/vxgehal-debug.h
  head/sys/dev/vxge/vxgehal/vxgehal-device.c
  head/sys/dev/vxge/vxgehal/vxgehal-device.h
  head/sys/dev/vxge/vxgehal/vxgehal-doorbells.c
  head/sys/dev/vxge/vxgehal/vxgehal-doorbells.h
  head/sys/dev/vxge/vxgehal/vxgehal-driver.c
  head/sys/dev/vxge/vxgehal/vxgehal-driver.h
  head/sys/dev/vxge/vxgehal/vxgehal-fifo.c
  head/sys/dev/vxge/vxgehal/vxgehal-fifo.h
  head/sys/dev/vxge/vxgehal/vxgehal-ifmsg.c
  head/sys/dev/vxge/vxgehal/vxgehal-ifmsg.h
  head/sys/dev/vxge/vxgehal/vxgehal-legacy-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-memrepair-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-mgmt.c
  head/sys/dev/vxge/vxgehal/vxgehal-mgmtaux.c
  head/sys/dev/vxge/vxgehal/vxgehal-mm.c
  head/sys/dev/vxge/vxgehal/vxgehal-mm.h
  head/sys/dev/vxge/vxgehal/vxgehal-mrpcim-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-mrpcim.c
  head/sys/dev/vxge/vxgehal/vxgehal-mrpcim.h
  head/sys/dev/vxge/vxgehal/vxgehal-pcicfgmgmt-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-regdefs.h
  head/sys/dev/vxge/vxgehal/vxgehal-regs.h
  head/sys/dev/vxge/vxgehal/vxgehal-ring.c
  head/sys/dev/vxge/vxgehal/vxgehal-ring.h
  head/sys/dev/vxge/vxgehal/vxgehal-srpcim-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-srpcim.c
  head/sys/dev/vxge/vxgehal/vxgehal-srpcim.h
  head/sys/dev/vxge/vxgehal/vxgehal-swapper.c
  head/sys/dev/vxge/vxgehal/vxgehal-swapper.h
  head/sys/dev/vxge/vxgehal/vxgehal-toc-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-virtualpath.c
  head/sys/dev/vxge/vxgehal/vxgehal-virtualpath.h
  head/sys/dev/vxge/vxgehal/vxgehal-vpath-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal-vpmgmt-reg.h
  head/sys/dev/vxge/vxgehal/vxgehal.h
  head/sys/dev/vxge/vxgell-version.h
  head/sys/dev/xen/pcifront/pcifront.c

Modified: head/sys/dev/bce/if_bce.c
==============================================================================
--- head/sys/dev/bce/if_bce.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bce/if_bce.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2006-2014 QLogic Corporation
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bce/if_bcefw.h
==============================================================================
--- head/sys/dev/bce/if_bcefw.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bce/if_bcefw.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2006-2014 QLogic Corporation
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bce/if_bcereg.h
==============================================================================
--- head/sys/dev/bce/if_bcereg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bce/if_bcereg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2006-2014 QLogic Corporation
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bwi/bwimac.c
==============================================================================
--- head/sys/dev/bwi/bwimac.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwimac.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/bwimac.h
==============================================================================
--- head/sys/dev/bwi/bwimac.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwimac.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/bwiphy.c
==============================================================================
--- head/sys/dev/bwi/bwiphy.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwiphy.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/bwiphy.h
==============================================================================
--- head/sys/dev/bwi/bwiphy.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwiphy.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/bwirf.c
==============================================================================
--- head/sys/dev/bwi/bwirf.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwirf.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/bwirf.h
==============================================================================
--- head/sys/dev/bwi/bwirf.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/bwirf.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/if_bwi.c
==============================================================================
--- head/sys/dev/bwi/if_bwi.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/if_bwi.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/if_bwireg.h
==============================================================================
--- head/sys/dev/bwi/if_bwireg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/if_bwireg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bwi/if_bwivar.h
==============================================================================
--- head/sys/dev/bwi/if_bwivar.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bwi/if_bwivar.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
-/*
+/*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 The DragonFly Project.  All rights reserved.
  * 
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/bxe/57710_init_values.c
==============================================================================
--- head/sys/dev/bxe/57710_init_values.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57710_init_values.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/57710_int_offsets.h
==============================================================================
--- head/sys/dev/bxe/57710_int_offsets.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57710_int_offsets.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/57711_init_values.c
==============================================================================
--- head/sys/dev/bxe/57711_init_values.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57711_init_values.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/57711_int_offsets.h
==============================================================================
--- head/sys/dev/bxe/57711_int_offsets.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57711_int_offsets.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/57712_init_values.c
==============================================================================
--- head/sys/dev/bxe/57712_init_values.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57712_init_values.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/57712_int_offsets.h
==============================================================================
--- head/sys/dev/bxe/57712_int_offsets.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/57712_int_offsets.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe.c
==============================================================================
--- head/sys/dev/bxe/bxe.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe.h
==============================================================================
--- head/sys/dev/bxe/bxe.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_dcb.h
==============================================================================
--- head/sys/dev/bxe/bxe_dcb.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_dcb.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_debug.c
==============================================================================
--- head/sys/dev/bxe/bxe_debug.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_debug.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_elink.c
==============================================================================
--- head/sys/dev/bxe/bxe_elink.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_elink.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_elink.h
==============================================================================
--- head/sys/dev/bxe/bxe_elink.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_elink.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_stats.c
==============================================================================
--- head/sys/dev/bxe/bxe_stats.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_stats.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/bxe_stats.h
==============================================================================
--- head/sys/dev/bxe/bxe_stats.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/bxe_stats.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2014 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_fw_defs.h
==============================================================================
--- head/sys/dev/bxe/ecore_fw_defs.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_fw_defs.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_hsi.h
==============================================================================
--- head/sys/dev/bxe/ecore_hsi.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_hsi.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_init.h
==============================================================================
--- head/sys/dev/bxe/ecore_init.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_init.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_init_ops.h
==============================================================================
--- head/sys/dev/bxe/ecore_init_ops.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_init_ops.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_mfw_req.h
==============================================================================
--- head/sys/dev/bxe/ecore_mfw_req.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_mfw_req.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_reg.h
==============================================================================
--- head/sys/dev/bxe/ecore_reg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_reg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_sp.c
==============================================================================
--- head/sys/dev/bxe/ecore_sp.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_sp.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/bxe/ecore_sp.h
==============================================================================
--- head/sys/dev/bxe/ecore_sp.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/bxe/ecore_sp.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2007-2017 QLogic Corporation. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without

Modified: head/sys/dev/cfi/cfi_bus_fdt.c
==============================================================================
--- head/sys/dev/cfi/cfi_bus_fdt.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cfi/cfi_bus_fdt.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007, Juniper Networks, Inc.
  * All rights reserved.
  *

Modified: head/sys/dev/cfi/cfi_core.c
==============================================================================
--- head/sys/dev/cfi/cfi_core.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cfi/cfi_core.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007, Juniper Networks, Inc.
  * Copyright (c) 2012-2013, SRI International
  * All rights reserved.

Modified: head/sys/dev/cfi/cfi_dev.c
==============================================================================
--- head/sys/dev/cfi/cfi_dev.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cfi/cfi_dev.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007, Juniper Networks, Inc.
  * Copyright (c) 2012-2013, SRI International
  * All rights reserved.

Modified: head/sys/dev/cfi/cfi_reg.h
==============================================================================
--- head/sys/dev/cfi/cfi_reg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cfi/cfi_reg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007, Juniper Networks, Inc.
  * Copyright (c) 2012-2013, SRI International
  * All rights reserved.

Modified: head/sys/dev/cfi/cfi_var.h
==============================================================================
--- head/sys/dev/cfi/cfi_var.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cfi/cfi_var.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007, Juniper Networks, Inc.
  * Copyright (c) 2012-2013, SRI International
  * All rights reserved.

Modified: head/sys/dev/cy/cyreg.h
==============================================================================
--- head/sys/dev/cy/cyreg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/cy/cyreg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995 Bruce Evans.
  * All rights reserved.
  *

Modified: head/sys/dev/dpms/dpms.c
==============================================================================
--- head/sys/dev/dpms/dpms.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/dpms/dpms.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2008 Yahoo!, Inc.
  * All rights reserved.
  * Written by: John Baldwin <jhb@FreeBSD.org>

Modified: head/sys/dev/e1000/e1000_80003es2lan.c
==============================================================================
--- head/sys/dev/e1000/e1000_80003es2lan.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_80003es2lan.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_80003es2lan.h
==============================================================================
--- head/sys/dev/e1000/e1000_80003es2lan.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_80003es2lan.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82540.c
==============================================================================
--- head/sys/dev/e1000/e1000_82540.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82540.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82541.c
==============================================================================
--- head/sys/dev/e1000/e1000_82541.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82541.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82541.h
==============================================================================
--- head/sys/dev/e1000/e1000_82541.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82541.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82542.c
==============================================================================
--- head/sys/dev/e1000/e1000_82542.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82542.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82543.c
==============================================================================
--- head/sys/dev/e1000/e1000_82543.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82543.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82543.h
==============================================================================
--- head/sys/dev/e1000/e1000_82543.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82543.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82571.c
==============================================================================
--- head/sys/dev/e1000/e1000_82571.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82571.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82571.h
==============================================================================
--- head/sys/dev/e1000/e1000_82571.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82571.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82575.c
==============================================================================
--- head/sys/dev/e1000/e1000_82575.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82575.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_82575.h
==============================================================================
--- head/sys/dev/e1000/e1000_82575.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_82575.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_api.c
==============================================================================
--- head/sys/dev/e1000/e1000_api.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_api.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_api.h
==============================================================================
--- head/sys/dev/e1000/e1000_api.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_api.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_defines.h
==============================================================================
--- head/sys/dev/e1000/e1000_defines.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_defines.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_hw.h
==============================================================================
--- head/sys/dev/e1000/e1000_hw.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_hw.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_i210.c
==============================================================================
--- head/sys/dev/e1000/e1000_i210.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_i210.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_i210.h
==============================================================================
--- head/sys/dev/e1000/e1000_i210.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_i210.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_ich8lan.c
==============================================================================
--- head/sys/dev/e1000/e1000_ich8lan.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_ich8lan.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_ich8lan.h
==============================================================================
--- head/sys/dev/e1000/e1000_ich8lan.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_ich8lan.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_mac.c
==============================================================================
--- head/sys/dev/e1000/e1000_mac.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_mac.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_mac.h
==============================================================================
--- head/sys/dev/e1000/e1000_mac.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_mac.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_manage.c
==============================================================================
--- head/sys/dev/e1000/e1000_manage.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_manage.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_manage.h
==============================================================================
--- head/sys/dev/e1000/e1000_manage.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_manage.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_mbx.c
==============================================================================
--- head/sys/dev/e1000/e1000_mbx.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_mbx.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_mbx.h
==============================================================================
--- head/sys/dev/e1000/e1000_mbx.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_mbx.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_nvm.c
==============================================================================
--- head/sys/dev/e1000/e1000_nvm.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_nvm.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_nvm.h
==============================================================================
--- head/sys/dev/e1000/e1000_nvm.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_nvm.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_osdep.c
==============================================================================
--- head/sys/dev/e1000/e1000_osdep.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_osdep.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_osdep.h
==============================================================================
--- head/sys/dev/e1000/e1000_osdep.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_osdep.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_phy.c
==============================================================================
--- head/sys/dev/e1000/e1000_phy.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_phy.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_phy.h
==============================================================================
--- head/sys/dev/e1000/e1000_phy.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_phy.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_regs.h
==============================================================================
--- head/sys/dev/e1000/e1000_regs.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_regs.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_vf.c
==============================================================================
--- head/sys/dev/e1000/e1000_vf.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_vf.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/e1000_vf.h
==============================================================================
--- head/sys/dev/e1000/e1000_vf.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/e1000_vf.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2015, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/e1000/if_em.c
==============================================================================
--- head/sys/dev/e1000/if_em.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/if_em.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2016 Matt Macy <mmacy@nextbsd.org>
  * All rights reserved.
  *

Modified: head/sys/dev/e1000/if_em.h
==============================================================================
--- head/sys/dev/e1000/if_em.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/e1000/if_em.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-2-Clause
+ *
  * Copyright (c) 2016 Matt Macy <mmacy@nextbsd.org>
  * All rights reserved.
  *

Modified: head/sys/dev/et/if_et.c
==============================================================================
--- head/sys/dev/et/if_et.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/et/if_et.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 Sepherosa Ziehau.  All rights reserved.
  *
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/et/if_etreg.h
==============================================================================
--- head/sys/dev/et/if_etreg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/et/if_etreg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 Sepherosa Ziehau.  All rights reserved.
  *
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/et/if_etvar.h
==============================================================================
--- head/sys/dev/et/if_etvar.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/et/if_etvar.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2007 Sepherosa Ziehau.  All rights reserved.
  *
  * This code is derived from software contributed to The DragonFly Project

Modified: head/sys/dev/fb/gallant12x22.c
==============================================================================
--- head/sys/dev/fb/gallant12x22.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/fb/gallant12x22.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -2,6 +2,8 @@
 /* 	$NetBSD: gallant12x22.h,v 1.2 1999/05/18 21:51:58 ad Exp $ */
 
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1992, 1993
  *	The Regents of the University of California.  All rights reserved.
  *

Modified: head/sys/dev/fdc/fdc.c
==============================================================================
--- head/sys/dev/fdc/fdc.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/fdc/fdc.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2004 Poul-Henning Kamp
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.

Modified: head/sys/dev/fxp/inphy.c
==============================================================================
--- head/sys/dev/fxp/inphy.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/fxp/inphy.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001 Jonathan Lemon
  * All rights reserved.
  *

Modified: head/sys/dev/fxp/inphyreg.h
==============================================================================
--- head/sys/dev/fxp/inphyreg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/fxp/inphyreg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 2001 Jonathan Lemon
  * All rights reserved.
  *

Modified: head/sys/dev/fxp/rcvbundl.h
==============================================================================
--- head/sys/dev/fxp/rcvbundl.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/fxp/rcvbundl.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+SPDX-License-Identifier: BSD-3-Clause
+
 Copyright (c) 1999-2001, Intel Corporation 
 
 All rights reserved.

Modified: head/sys/dev/ic/esp.h
==============================================================================
--- head/sys/dev/ic/esp.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ic/esp.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1995 Sean Eric Fagan.
  * All rights reserved.
  *

Modified: head/sys/dev/ic/i8253reg.h
==============================================================================
--- head/sys/dev/ic/i8253reg.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ic/i8253reg.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1993 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/dev/ic/nec765.h
==============================================================================
--- head/sys/dev/ic/nec765.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ic/nec765.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/dev/ic/ns16550.h
==============================================================================
--- head/sys/dev/ic/ns16550.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ic/ns16550.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,6 @@
 /*-
+ * SPDX-License-Identifier: BSD-3-Clause
+ *
  * Copyright (c) 1991 The Regents of the University of California.
  * All rights reserved.
  *

Modified: head/sys/dev/ixgb/if_ixgb.c
==============================================================================
--- head/sys/dev/ixgb/if_ixgb.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/if_ixgb.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+SPDX-License-Identifier: BSD-3-Clause
 
 Copyright (c) 2001-2004, Intel Corporation
 All rights reserved.

Modified: head/sys/dev/ixgb/if_ixgb.h
==============================================================================
--- head/sys/dev/ixgb/if_ixgb.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/if_ixgb.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+SPDX-License-Identifier: BSD-3-Clause
 
 Copyright (c) 2001-2004, Intel Corporation
 All rights reserved.

Modified: head/sys/dev/ixgb/if_ixgb_osdep.h
==============================================================================
--- head/sys/dev/ixgb/if_ixgb_osdep.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/if_ixgb_osdep.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+SPDX-License-Identifier: BSD-3-Clause
 
 Copyright (c) 2001-2004, Intel Corporation
 All rights reserved.

Modified: head/sys/dev/ixgb/ixgb_ee.c
==============================================================================
--- head/sys/dev/ixgb/ixgb_ee.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/ixgb_ee.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2004, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgb/ixgb_ee.h
==============================================================================
--- head/sys/dev/ixgb/ixgb_ee.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/ixgb_ee.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2004, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgb/ixgb_hw.c
==============================================================================
--- head/sys/dev/ixgb/ixgb_hw.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/ixgb_hw.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2004, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgb/ixgb_hw.h
==============================================================================
--- head/sys/dev/ixgb/ixgb_hw.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/ixgb_hw.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2004, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgb/ixgb_ids.h
==============================================================================
--- head/sys/dev/ixgb/ixgb_ids.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgb/ixgb_ids.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /*******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2004, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_82598.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_82598.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_82598.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_82598.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_82598.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_82598.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_82599.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_82599.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_82599.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_82599.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_82599.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_82599.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_api.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_api.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_api.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_api.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_api.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_api.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_common.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_common.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_common.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_common.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_common.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_common.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb_82598.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb_82598.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb_82598.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb_82598.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb_82598.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb_82598.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb_82599.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb_82599.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb_82599.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_dcb_82599.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_dcb_82599.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_dcb_82599.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_mbx.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_mbx.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_mbx.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_mbx.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_mbx.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_mbx.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_osdep.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_osdep.h	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_osdep.h	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 
   Copyright (c) 2001-2017, Intel Corporation 
   All rights reserved.

Modified: head/sys/dev/ixgbe/ixgbe_phy.c
==============================================================================
--- head/sys/dev/ixgbe/ixgbe_phy.c	Mon Nov 20 19:25:22 2017	(r326021)
+++ head/sys/dev/ixgbe/ixgbe_phy.c	Mon Nov 20 19:36:21 2017	(r326022)
@@ -1,4 +1,5 @@
 /******************************************************************************
+  SPDX-License-Identifier: BSD-3-Clause
 

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



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