From 718cf2ccb9956613756ab15d7a0e28f2c8e91cab Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Mon, 27 Nov 2017 14:52:40 +0000 Subject: [PATCH] sys/dev: further adoption of SPDX licensing ID tags. Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. 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. --- sys/dev/aac/aac.c | 2 ++ sys/dev/aac/aac_cam.c | 2 ++ sys/dev/aac/aac_debug.c | 2 ++ sys/dev/aac/aac_disk.c | 2 ++ sys/dev/aac/aac_linux.c | 2 ++ sys/dev/aac/aac_pci.c | 2 ++ sys/dev/aac/aac_tables.h | 2 ++ sys/dev/aac/aacreg.h | 2 ++ sys/dev/aac/aacvar.h | 2 ++ sys/dev/aacraid/aacraid.c | 2 ++ sys/dev/aacraid/aacraid_cam.c | 2 ++ sys/dev/aacraid/aacraid_debug.c | 3 ++- sys/dev/aacraid/aacraid_debug.h | 2 ++ sys/dev/aacraid/aacraid_linux.c | 2 ++ sys/dev/aacraid/aacraid_pci.c | 2 ++ sys/dev/aacraid/aacraid_reg.h | 2 ++ sys/dev/aacraid/aacraid_var.h | 2 ++ sys/dev/adb/adb.h | 2 ++ sys/dev/adb/adb_bus.c | 2 ++ sys/dev/adb/adb_buttons.c | 2 ++ sys/dev/adb/adb_kbd.c | 2 ++ sys/dev/adb/adb_mouse.c | 2 ++ sys/dev/adb/adbvar.h | 2 ++ sys/dev/adlink/adlink.c | 2 ++ sys/dev/advansys/adv_isa.c | 2 ++ sys/dev/advansys/adv_pci.c | 2 ++ sys/dev/advansys/advansys.c | 2 ++ sys/dev/advansys/advansys.h | 2 ++ sys/dev/advansys/advlib.c | 2 ++ sys/dev/advansys/advlib.h | 2 ++ sys/dev/advansys/adw_pci.c | 2 ++ sys/dev/advansys/adwcam.c | 2 ++ sys/dev/advansys/adwlib.c | 2 ++ sys/dev/advansys/adwlib.h | 2 ++ sys/dev/advansys/adwvar.h | 2 ++ sys/dev/ae/if_ae.c | 2 ++ sys/dev/ae/if_aereg.h | 2 ++ sys/dev/ae/if_aevar.h | 2 ++ sys/dev/age/if_age.c | 2 ++ sys/dev/age/if_agereg.h | 2 ++ sys/dev/age/if_agevar.h | 2 ++ sys/dev/agp/agp.c | 2 ++ sys/dev/agp/agp_ali.c | 2 ++ sys/dev/agp/agp_amd.c | 2 ++ sys/dev/agp/agp_amd64.c | 2 ++ sys/dev/agp/agp_apple.c | 2 ++ sys/dev/agp/agp_ati.c | 2 ++ sys/dev/agp/agp_i810.c | 2 ++ sys/dev/agp/agp_i810.h | 2 ++ sys/dev/agp/agp_intel.c | 2 ++ sys/dev/agp/agp_nvidia.c | 2 ++ sys/dev/agp/agp_sis.c | 2 ++ sys/dev/agp/agp_via.c | 2 ++ sys/dev/agp/agppriv.h | 2 ++ sys/dev/agp/agpreg.h | 2 ++ sys/dev/agp/agpvar.h | 2 ++ sys/dev/aha/aha.c | 4 +++- sys/dev/aha/aha_isa.c | 2 ++ sys/dev/aha/ahareg.h | 2 ++ sys/dev/ahci/ahci.c | 2 ++ sys/dev/ahci/ahci.h | 2 ++ sys/dev/ahci/ahciem.c | 2 ++ sys/dev/aic/aic.c | 2 ++ sys/dev/aic/aic6360reg.h | 2 ++ sys/dev/aic/aic_isa.c | 2 ++ sys/dev/aic/aic_pccard.c | 2 ++ sys/dev/aic/aicvar.h | 2 ++ sys/dev/aic7xxx/ahc_isa.c | 2 ++ sys/dev/aic7xxx/aic7770.c | 2 ++ sys/dev/aic7xxx/aic79xx.c | 2 ++ sys/dev/aic7xxx/aic79xx.h | 2 ++ sys/dev/aic7xxx/aic79xx_inline.h | 2 ++ sys/dev/aic7xxx/aic79xx_pci.c | 2 ++ sys/dev/aic7xxx/aic7xxx.c | 2 ++ sys/dev/aic7xxx/aic7xxx.h | 2 ++ sys/dev/aic7xxx/aic7xxx_93cx6.h | 2 ++ sys/dev/aic7xxx/aic7xxx_inline.h | 2 ++ sys/dev/aic7xxx/aic7xxx_pci.c | 2 ++ sys/dev/aic7xxx/aicasm/aicasm.c | 2 ++ sys/dev/aic7xxx/aicasm/aicasm.h | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_gram.y | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_insformat.h | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_scan.l | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_symbol.c | 2 ++ sys/dev/aic7xxx/aicasm/aicasm_symbol.h | 2 ++ sys/dev/alc/if_alc.c | 2 ++ sys/dev/alc/if_alcreg.h | 2 ++ sys/dev/alc/if_alcvar.h | 2 ++ sys/dev/ale/if_ale.c | 2 ++ sys/dev/ale/if_alereg.h | 2 ++ sys/dev/ale/if_alevar.h | 2 ++ sys/dev/altera/atse/a_api.h | 2 ++ sys/dev/altera/atse/if_atse.c | 2 ++ sys/dev/altera/atse/if_atse_fdt.c | 2 ++ sys/dev/altera/atse/if_atse_nexus.c | 2 ++ sys/dev/altera/atse/if_atsereg.h | 2 ++ sys/dev/altera/avgen/altera_avgen.c | 2 ++ sys/dev/altera/avgen/altera_avgen.h | 2 ++ sys/dev/altera/avgen/altera_avgen_fdt.c | 2 ++ sys/dev/altera/avgen/altera_avgen_nexus.c | 2 ++ sys/dev/altera/jtag_uart/altera_jtag_uart.h | 2 ++ sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c | 2 ++ sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c | 2 ++ sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c | 2 ++ sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c | 2 ++ sys/dev/altera/sdcard/altera_sdcard.c | 2 ++ sys/dev/altera/sdcard/altera_sdcard.h | 2 ++ sys/dev/altera/sdcard/altera_sdcard_disk.c | 2 ++ sys/dev/altera/sdcard/altera_sdcard_fdt.c | 2 ++ sys/dev/altera/sdcard/altera_sdcard_io.c | 2 ++ sys/dev/altera/sdcard/altera_sdcard_nexus.c | 2 ++ sys/dev/amdsbwd/amdsbwd.c | 2 ++ sys/dev/amdtemp/amdtemp.c | 2 ++ sys/dev/amr/amr.c | 2 ++ sys/dev/amr/amr_cam.c | 2 ++ sys/dev/amr/amr_disk.c | 2 ++ sys/dev/amr/amr_linux.c | 2 ++ sys/dev/amr/amr_pci.c | 2 ++ sys/dev/amr/amr_tables.h | 2 ++ sys/dev/amr/amrio.h | 2 ++ sys/dev/amr/amrreg.h | 2 ++ sys/dev/amr/amrvar.h | 2 ++ sys/dev/arcmsr/arcmsr.c | 2 ++ sys/dev/arcmsr/arcmsr.h | 2 ++ sys/dev/asmc/asmc.c | 2 ++ sys/dev/asmc/asmcvar.h | 2 ++ sys/dev/ata/ata-all.c | 2 ++ sys/dev/ata/ata-all.h | 2 ++ sys/dev/ata/ata-card.c | 2 ++ sys/dev/ata/ata-dma.c | 2 ++ sys/dev/ata/ata-isa.c | 2 ++ sys/dev/ata/ata-lowlevel.c | 2 ++ sys/dev/ata/ata-pci.c | 2 ++ sys/dev/ata/ata-pci.h | 2 ++ sys/dev/ata/ata-sata.c | 2 ++ sys/dev/ata/chipsets/ata-acard.c | 2 ++ sys/dev/ata/chipsets/ata-acerlabs.c | 2 ++ sys/dev/ata/chipsets/ata-amd.c | 2 ++ sys/dev/ata/chipsets/ata-ati.c | 2 ++ sys/dev/ata/chipsets/ata-cenatek.c | 2 ++ sys/dev/ata/chipsets/ata-cypress.c | 2 ++ sys/dev/ata/chipsets/ata-cyrix.c | 2 ++ sys/dev/ata/chipsets/ata-fsl.c | 2 ++ sys/dev/ata/chipsets/ata-highpoint.c | 2 ++ sys/dev/ata/chipsets/ata-intel.c | 2 ++ sys/dev/ata/chipsets/ata-ite.c | 2 ++ sys/dev/ata/chipsets/ata-jmicron.c | 2 ++ sys/dev/ata/chipsets/ata-marvell.c | 2 ++ sys/dev/ata/chipsets/ata-micron.c | 2 ++ sys/dev/ata/chipsets/ata-national.c | 2 ++ sys/dev/ata/chipsets/ata-netcell.c | 2 ++ sys/dev/ata/chipsets/ata-nvidia.c | 2 ++ sys/dev/ata/chipsets/ata-promise.c | 2 ++ sys/dev/ata/chipsets/ata-serverworks.c | 2 ++ sys/dev/ata/chipsets/ata-siliconimage.c | 2 ++ sys/dev/ata/chipsets/ata-sis.c | 2 ++ sys/dev/ata/chipsets/ata-via.c | 2 ++ sys/dev/ath/ah_osdep.c | 2 ++ sys/dev/ath/ah_osdep.h | 2 ++ sys/dev/ath/ath_dfs/null/dfs_null.c | 2 ++ sys/dev/ath/ath_hal/ar9002/ar9002phy.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9280_olc.c | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9280_olc.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_cal.c | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_cal.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_phy.c | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285_phy.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9285phy.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9287_cal.c | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9287_cal.h | 4 +++- sys/dev/ath/ath_hal/ar9002/ar9287_olc.c | 4 +++- sys/dev/ath/ath_hal/ar9003/ar9300_devid.h | 6 ++++-- sys/dev/ath/ath_rate/amrr/amrr.c | 2 ++ sys/dev/ath/ath_rate/amrr/amrr.h | 2 ++ sys/dev/ath/ath_rate/onoe/onoe.c | 2 ++ sys/dev/ath/ath_rate/onoe/onoe.h | 2 ++ sys/dev/ath/ath_rate/sample/sample.c | 2 ++ sys/dev/ath/ath_rate/sample/sample.h | 2 ++ sys/dev/ath/ath_rate/sample/tx_schedules.h | 2 ++ sys/dev/ath/if_ath.c | 2 ++ sys/dev/ath/if_ath_ahb.c | 2 ++ sys/dev/ath/if_ath_alq.c | 2 ++ sys/dev/ath/if_ath_alq.h | 2 ++ sys/dev/ath/if_ath_beacon.c | 2 ++ sys/dev/ath/if_ath_beacon.h | 2 ++ sys/dev/ath/if_ath_btcoex.c | 2 ++ sys/dev/ath/if_ath_btcoex.h | 2 ++ sys/dev/ath/if_ath_debug.c | 2 ++ sys/dev/ath/if_ath_debug.h | 2 ++ sys/dev/ath/if_ath_keycache.c | 2 ++ sys/dev/ath/if_ath_keycache.h | 2 ++ sys/dev/ath/if_ath_led.c | 2 ++ sys/dev/ath/if_ath_led.h | 2 ++ sys/dev/ath/if_ath_lna_div.c | 2 ++ sys/dev/ath/if_ath_lna_div.h | 2 ++ sys/dev/ath/if_ath_misc.h | 2 ++ sys/dev/ath/if_ath_pci.c | 2 ++ sys/dev/ath/if_ath_rx.c | 2 ++ sys/dev/ath/if_ath_rx.h | 2 ++ sys/dev/ath/if_ath_rx_edma.c | 2 ++ sys/dev/ath/if_ath_rx_edma.h | 2 ++ sys/dev/ath/if_ath_spectral.c | 2 ++ sys/dev/ath/if_ath_spectral.h | 2 ++ sys/dev/ath/if_ath_sysctl.c | 2 ++ sys/dev/ath/if_ath_sysctl.h | 4 +++- sys/dev/ath/if_ath_tdma.c | 2 ++ sys/dev/ath/if_ath_tdma.h | 2 ++ sys/dev/ath/if_ath_tsf.h | 2 ++ sys/dev/ath/if_ath_tx.c | 2 ++ sys/dev/ath/if_ath_tx.h | 2 ++ sys/dev/ath/if_ath_tx_edma.c | 2 ++ sys/dev/ath/if_ath_tx_edma.h | 2 ++ sys/dev/ath/if_ath_tx_ht.c | 2 ++ sys/dev/ath/if_ath_tx_ht.h | 4 +++- sys/dev/ath/if_athdfs.h | 2 ++ sys/dev/ath/if_athioctl.h | 2 ++ sys/dev/ath/if_athrate.h | 2 ++ sys/dev/ath/if_athvar.h | 2 ++ sys/dev/atkbdc/atkbd.c | 2 ++ sys/dev/atkbdc/atkbd_atkbdc.c | 2 ++ sys/dev/atkbdc/atkbdc.c | 2 ++ sys/dev/atkbdc/atkbdc_ebus.c | 2 ++ sys/dev/atkbdc/atkbdc_isa.c | 2 ++ sys/dev/atkbdc/atkbdc_subr.c | 2 ++ sys/dev/atkbdc/atkbdc_subr.h | 2 ++ sys/dev/atkbdc/atkbdcreg.h | 2 ++ sys/dev/atkbdc/atkbdreg.h | 2 ++ sys/dev/auxio/auxio.c | 2 ++ sys/dev/auxio/auxioreg.h | 2 ++ sys/dev/bfe/if_bfe.c | 2 ++ sys/dev/bfe/if_bfereg.h | 2 ++ sys/dev/bktr/bktr_audio.c | 2 ++ sys/dev/bktr/bktr_audio.h | 2 ++ sys/dev/bktr/bktr_card.c | 2 ++ sys/dev/bktr/bktr_card.h | 2 ++ sys/dev/bktr/bktr_core.c | 2 ++ sys/dev/bktr/bktr_core.h | 2 ++ sys/dev/bktr/bktr_i2c.c | 2 ++ sys/dev/bktr/bktr_i2c.h | 2 ++ sys/dev/bktr/bktr_mem.c | 2 ++ sys/dev/bktr/bktr_mem.h | 2 ++ sys/dev/bktr/bktr_os.c | 2 ++ sys/dev/bktr/bktr_os.h | 2 ++ sys/dev/bktr/bktr_reg.h | 2 ++ sys/dev/bktr/bktr_tuner.c | 2 ++ sys/dev/bktr/bktr_tuner.h | 2 ++ sys/dev/bktr/ioctl_meteor.h | 2 ++ sys/dev/bktr/msp34xx.c | 2 ++ sys/dev/bm/if_bm.c | 2 ++ sys/dev/bm/if_bmreg.h | 6 ++++-- sys/dev/bm/if_bmvar.h | 2 ++ sys/dev/buslogic/bt.c | 2 ++ sys/dev/buslogic/bt_isa.c | 2 ++ sys/dev/buslogic/bt_pci.c | 2 ++ sys/dev/buslogic/btreg.h | 2 ++ sys/dev/bvm/bvm_console.c | 2 ++ sys/dev/bvm/bvm_dbg.c | 2 ++ sys/dev/bwi/bitops.h | 4 +++- sys/dev/bwi/if_bwi_pci.c | 2 ++ sys/dev/bwn/if_bwn.c | 2 ++ sys/dev/bwn/if_bwnreg.h | 2 ++ sys/dev/bwn/if_bwnvar.h | 2 ++ sys/dev/cadence/if_cgem.c | 2 ++ sys/dev/cadence/if_cgem_hw.h | 2 ++ sys/dev/cardbus/cardbus.c | 2 ++ sys/dev/cardbus/cardbus_cis.c | 2 ++ sys/dev/cardbus/cardbus_cis.h | 2 ++ sys/dev/cardbus/cardbus_device.c | 2 ++ sys/dev/cardbus/cardbusreg.h | 2 ++ sys/dev/cardbus/cardbusvar.h | 2 ++ sys/dev/cas/if_cas.c | 2 ++ sys/dev/cas/if_casreg.h | 2 ++ sys/dev/cas/if_casvar.h | 2 ++ sys/dev/cesa/cesa.c | 2 ++ sys/dev/cesa/cesa.h | 2 ++ sys/dev/cfe/cfe_api.c | 2 ++ sys/dev/cfe/cfe_api.h | 2 ++ sys/dev/cfe/cfe_api_int.h | 2 ++ sys/dev/cfe/cfe_console.c | 2 ++ sys/dev/cfe/cfe_env.c | 2 ++ sys/dev/cfe/cfe_error.h | 2 ++ sys/dev/cfe/cfe_ioctl.h | 2 ++ sys/dev/cfe/cfe_resource.c | 2 ++ sys/dev/cfi/cfi_bus_ixp4xx.c | 2 ++ sys/dev/cfi/cfi_bus_nexus.c | 2 ++ sys/dev/cfi/cfi_disk.c | 2 ++ sys/dev/ciss/ciss.c | 2 ++ sys/dev/ciss/cissio.h | 2 ++ sys/dev/ciss/cissreg.h | 2 ++ sys/dev/ciss/cissvar.h | 2 ++ sys/dev/cm/if_cm_isa.c | 2 ++ sys/dev/cm/smc90cx6.c | 2 ++ sys/dev/cm/smc90cx6reg.h | 2 ++ sys/dev/cm/smc90cx6var.h | 2 ++ sys/dev/cmx/cmx_pccard.c | 2 ++ sys/dev/cmx/cmxreg.h | 2 ++ sys/dev/cmx/cmxvar.h | 2 ++ sys/dev/coretemp/coretemp.c | 2 ++ sys/dev/cpuctl/cpuctl.c | 2 ++ sys/dev/cpufreq/ichss.c | 2 ++ sys/dev/cs/if_cs.c | 2 ++ sys/dev/cs/if_cs_isa.c | 2 ++ sys/dev/cs/if_cs_pccard.c | 2 ++ sys/dev/cs/if_csreg.h | 2 ++ sys/dev/cs/if_csvar.h | 2 ++ sys/dev/cxgb/bin2h.pl | 2 ++ sys/dev/cxgb/common/cxgb_ael1002.c | 1 + sys/dev/cxgb/common/cxgb_aq100x.c | 1 + sys/dev/cxgb/common/cxgb_common.h | 1 + sys/dev/cxgb/common/cxgb_firmware_exports.h | 1 + sys/dev/cxgb/common/cxgb_mc5.c | 1 + sys/dev/cxgb/common/cxgb_mv88e1xxx.c | 1 + sys/dev/cxgb/common/cxgb_regs.h | 1 + sys/dev/cxgb/common/cxgb_sge_defs.h | 1 + sys/dev/cxgb/common/cxgb_t3_cpl.h | 1 + sys/dev/cxgb/common/cxgb_t3_hw.c | 1 + sys/dev/cxgb/common/cxgb_tcb.h | 1 + sys/dev/cxgb/common/cxgb_tn1010.c | 1 + sys/dev/cxgb/common/cxgb_vsc7323.c | 2 +- sys/dev/cxgb/common/cxgb_vsc8211.c | 1 + sys/dev/cxgb/common/cxgb_xgmac.c | 1 + sys/dev/cxgb/cxgb_adapter.h | 1 + sys/dev/cxgb/cxgb_ioctl.h | 1 + sys/dev/cxgb/cxgb_main.c | 1 + sys/dev/cxgb/cxgb_offload.h | 1 + sys/dev/cxgb/cxgb_osdep.h | 1 + sys/dev/cxgb/cxgb_sge.c | 1 + sys/dev/cxgb/cxgb_t3fw.h | 1 + sys/dev/cxgb/sys/mvec.h | 2 ++ sys/dev/cxgb/sys/uipc_mvec.c | 2 ++ sys/dev/cxgb/t3b_protocol_sram.h | 1 + sys/dev/cxgb/t3b_tp_eeprom.h | 1 + sys/dev/cxgb/t3c_protocol_sram.h | 1 + sys/dev/cxgb/t3c_tp_eeprom.h | 1 + sys/dev/cxgbe/adapter.h | 2 ++ sys/dev/cxgbe/common/common.h | 2 ++ sys/dev/cxgbe/common/t4_hw.c | 2 ++ sys/dev/cxgbe/common/t4_hw.h | 2 ++ sys/dev/cxgbe/common/t4_msg.h | 2 ++ sys/dev/cxgbe/common/t4_regs.h | 2 ++ sys/dev/cxgbe/common/t4_regs_values.h | 2 ++ sys/dev/cxgbe/common/t4_tcb.h | 2 ++ sys/dev/cxgbe/iw_cxgbe/cm.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/cq.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/device.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/ev.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/id_table.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h | 4 +++- sys/dev/cxgbe/iw_cxgbe/mem.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/provider.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/qp.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/resource.c | 4 +++- sys/dev/cxgbe/iw_cxgbe/t4.h | 4 +++- sys/dev/cxgbe/iw_cxgbe/user.h | 4 +++- sys/dev/cxgbe/offload.h | 2 ++ sys/dev/cxgbe/osdep.h | 2 ++ sys/dev/cxgbe/t4_ioctl.h | 2 ++ sys/dev/cxgbe/t4_l2t.c | 2 ++ sys/dev/cxgbe/t4_l2t.h | 2 ++ sys/dev/cxgbe/t4_main.c | 2 ++ sys/dev/cxgbe/t4_sge.c | 2 ++ sys/dev/cxgbe/t4_tracer.c | 2 ++ sys/dev/cxgbe/tom/t4_connect.c | 2 ++ sys/dev/cxgbe/tom/t4_cpl_io.c | 2 ++ sys/dev/cxgbe/tom/t4_ddp.c | 2 ++ sys/dev/cxgbe/tom/t4_listen.c | 2 ++ sys/dev/cxgbe/tom/t4_tom.c | 2 ++ sys/dev/cxgbe/tom/t4_tom.h | 2 ++ sys/dev/cxgbe/tom/t4_tom_l2t.c | 2 ++ sys/dev/cxgbe/tom/t4_tom_l2t.h | 2 ++ sys/dev/cy/cy.c | 2 ++ sys/dev/cy/cy_isa.c | 2 ++ sys/dev/cy/cy_pci.c | 2 ++ sys/dev/cy/cyvar.h | 2 ++ sys/dev/de/dc21040reg.h | 2 ++ sys/dev/de/if_de.c | 2 ++ sys/dev/de/if_devar.h | 2 ++ sys/dev/dpt/dpt.h | 2 ++ sys/dev/dpt/dpt_pci.c | 2 ++ sys/dev/dpt/dpt_scsi.c | 2 ++ sys/dev/drm2/drm_gem.c | 2 ++ sys/dev/drm2/drm_gem_names.c | 2 ++ sys/dev/drm2/drm_gem_names.h | 2 ++ sys/dev/drm2/drm_linux_list_sort.c | 4 +++- sys/dev/drm2/i915/i915_gem.c | 2 ++ sys/dev/ed/ax88x90reg.h | 2 ++ sys/dev/ed/dl100xxreg.h | 2 ++ sys/dev/ed/if_ed.c | 2 ++ sys/dev/ed/if_ed_3c503.c | 2 ++ sys/dev/ed/if_ed_hpp.c | 2 ++ sys/dev/ed/if_ed_isa.c | 2 ++ sys/dev/ed/if_ed_novell.c | 2 ++ sys/dev/ed/if_ed_pccard.c | 2 ++ sys/dev/ed/if_ed_pci.c | 2 ++ sys/dev/ed/if_ed_rtl80x9.c | 2 ++ sys/dev/ed/if_ed_sic.c | 2 ++ sys/dev/ed/if_ed_wd80x3.c | 2 ++ sys/dev/ed/if_edvar.h | 2 ++ sys/dev/ed/rtl80x9reg.h | 2 ++ sys/dev/ed/tc5299jreg.h | 2 ++ sys/dev/ep/if_ep.c | 2 ++ sys/dev/ep/if_ep_isa.c | 2 ++ sys/dev/ep/if_ep_pccard.c | 2 ++ sys/dev/ep/if_epreg.h | 2 ++ sys/dev/ep/if_epvar.h | 2 ++ sys/dev/esp/am53c974reg.h | 2 ++ sys/dev/esp/esp_pci.c | 2 ++ sys/dev/esp/esp_sbus.c | 2 ++ sys/dev/esp/ncr53c9x.c | 2 ++ sys/dev/esp/ncr53c9xreg.h | 2 ++ sys/dev/esp/ncr53c9xvar.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_7240.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_7240.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8216.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8216.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8226.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8226.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8316.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8316.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8327.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_8327.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_9340.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_9340.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_phy.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_phy.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_reg.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_reg.h | 2 ++ sys/dev/etherswitch/arswitch/arswitch_vlans.c | 2 ++ sys/dev/etherswitch/arswitch/arswitch_vlans.h | 2 ++ sys/dev/etherswitch/arswitch/arswitchreg.h | 2 ++ sys/dev/etherswitch/arswitch/arswitchvar.h | 2 ++ sys/dev/etherswitch/etherswitch.c | 2 ++ sys/dev/etherswitch/ip17x/ip175c.c | 2 ++ sys/dev/etherswitch/ip17x/ip175c.h | 2 ++ sys/dev/etherswitch/ip17x/ip175d.c | 2 ++ sys/dev/etherswitch/ip17x/ip175d.h | 2 ++ sys/dev/etherswitch/ip17x/ip17x.c | 2 ++ sys/dev/etherswitch/ip17x/ip17x_phy.c | 2 ++ sys/dev/etherswitch/ip17x/ip17x_phy.h | 2 ++ sys/dev/etherswitch/ip17x/ip17x_reg.h | 2 ++ sys/dev/etherswitch/ip17x/ip17x_var.h | 2 ++ sys/dev/etherswitch/ip17x/ip17x_vlans.c | 2 ++ sys/dev/etherswitch/ip17x/ip17x_vlans.h | 2 ++ sys/dev/etherswitch/miiproxy.c | 2 ++ sys/dev/etherswitch/miiproxy.h | 2 ++ sys/dev/etherswitch/rtl8366/rtl8366rb.c | 2 ++ sys/dev/etherswitch/rtl8366/rtl8366rbvar.h | 2 ++ sys/dev/etherswitch/ukswitch/ukswitch.c | 2 ++ sys/dev/ex/if_ex.c | 2 ++ sys/dev/ex/if_ex_isa.c | 2 ++ sys/dev/ex/if_ex_pccard.c | 2 ++ sys/dev/ex/if_exreg.h | 2 ++ sys/dev/ex/if_exvar.h | 2 ++ sys/dev/exca/exca.c | 2 ++ sys/dev/exca/excareg.h | 2 ++ sys/dev/exca/excavar.h | 2 ++ sys/dev/fb/creator.c | 2 ++ sys/dev/fb/creatorreg.h | 2 ++ sys/dev/fb/fb.c | 2 ++ sys/dev/fb/fbd.c | 2 ++ sys/dev/fb/fbreg.h | 2 ++ sys/dev/fb/machfb.c | 2 ++ sys/dev/fb/s3_pci.c | 2 ++ sys/dev/fb/splash.c | 2 ++ sys/dev/fb/splash_bmp.c | 2 ++ sys/dev/fb/splash_pcx.c | 2 ++ sys/dev/fb/splash_txt.c | 2 ++ sys/dev/fb/splashreg.h | 2 ++ sys/dev/fb/vesa.c | 2 ++ sys/dev/fb/vesa.h | 2 ++ sys/dev/fb/vga.c | 2 ++ sys/dev/fb/vgareg.h | 2 ++ sys/dev/fdc/fdc_acpi.c | 2 ++ sys/dev/fdc/fdc_isa.c | 2 ++ sys/dev/fdc/fdc_pccard.c | 2 ++ sys/dev/fdc/fdcvar.h | 2 ++ sys/dev/fdt/fdt_common.c | 2 ++ sys/dev/fdt/fdt_common.h | 2 ++ sys/dev/fdt/fdt_powerpc.c | 2 ++ sys/dev/fdt/fdt_slicer.c | 2 ++ sys/dev/fdt/simplebus.c | 2 ++ sys/dev/ffec/if_ffec.c | 2 ++ sys/dev/ffec/if_ffecreg.h | 2 ++ sys/dev/filemon/filemon.c | 2 ++ sys/dev/filemon/filemon.h | 2 ++ sys/dev/filemon/filemon_wrapper.c | 2 ++ sys/dev/firewire/firewire.c | 2 ++ sys/dev/firewire/firewire.h | 2 ++ sys/dev/firewire/firewire_phy.h | 2 ++ sys/dev/firewire/firewirereg.h | 2 ++ sys/dev/firewire/fwdev.c | 2 ++ sys/dev/firewire/fwohci.c | 2 ++ sys/dev/firewire/fwohci_pci.c | 2 ++ sys/dev/firewire/fwohcireg.h | 2 ++ sys/dev/firewire/fwohcivar.h | 2 ++ sys/dev/firewire/iec13213.h | 2 ++ sys/dev/firewire/iec68113.h | 2 ++ sys/dev/firewire/sbp.c | 2 ++ sys/dev/firewire/sbp.h | 2 ++ sys/dev/flash/at45d.c | 2 ++ sys/dev/flash/mx25l.c | 2 ++ sys/dev/flash/mx25lreg.h | 2 ++ sys/dev/fxp/if_fxp.c | 2 ++ sys/dev/fxp/if_fxpreg.h | 2 ++ sys/dev/fxp/if_fxpvar.h | 2 ++ sys/dev/gem/if_gem.c | 2 ++ sys/dev/gem/if_gem_pci.c | 2 ++ sys/dev/gem/if_gem_sbus.c | 2 ++ sys/dev/gem/if_gemreg.h | 2 ++ sys/dev/gem/if_gemvar.h | 2 ++ sys/dev/glxiic/glxiic.c | 2 ++ sys/dev/glxsb/glxsb.h | 2 ++ sys/dev/glxsb/glxsb_hash.c | 2 ++ sys/dev/gpio/gpiobus.c | 2 ++ sys/dev/gpio/gpiobusvar.h | 2 ++ sys/dev/gpio/gpioc.c | 2 ++ sys/dev/gpio/gpioiic.c | 2 ++ sys/dev/gpio/gpioled.c | 2 ++ sys/dev/gpio/ofw_gpiobus.c | 2 ++ sys/dev/gxemul/cons/gxemul_cons.c | 2 ++ sys/dev/gxemul/disk/gxemul_disk.c | 2 ++ sys/dev/gxemul/disk/gxemul_diskreg.h | 2 ++ sys/dev/gxemul/ether/gxreg.h | 2 ++ sys/dev/gxemul/ether/if_gx.c | 2 ++ sys/dev/hifn/hifn7751.c | 2 ++ sys/dev/hifn/hifn7751reg.h | 2 ++ sys/dev/hifn/hifn7751var.h | 2 ++ sys/dev/hme/if_hme.c | 2 ++ sys/dev/hme/if_hme_pci.c | 2 ++ sys/dev/hme/if_hme_sbus.c | 2 ++ sys/dev/hme/if_hmereg.h | 2 ++ sys/dev/hme/if_hmevar.h | 2 ++ sys/dev/hpt27xx/array.h | 2 ++ sys/dev/hpt27xx/him.h | 2 ++ sys/dev/hpt27xx/himfuncs.h | 2 ++ sys/dev/hpt27xx/hpt27xx_config.c | 2 ++ sys/dev/hpt27xx/hpt27xx_config.h | 2 ++ sys/dev/hpt27xx/hpt27xx_os_bsd.c | 2 ++ sys/dev/hpt27xx/hpt27xx_osm_bsd.c | 2 ++ sys/dev/hpt27xx/hptintf.h | 2 ++ sys/dev/hpt27xx/ldm.h | 2 ++ sys/dev/hpt27xx/list.h | 2 ++ sys/dev/hpt27xx/os_bsd.h | 2 ++ sys/dev/hpt27xx/osm.h | 2 ++ sys/dev/hpt27xx/wj.h | 2 ++ sys/dev/hptiop/hptiop.c | 4 +++- sys/dev/hptiop/hptiop.h | 4 +++- sys/dev/hptmv/access601.h | 4 +++- sys/dev/hptmv/array.h | 4 +++- sys/dev/hptmv/atapi.h | 4 +++- sys/dev/hptmv/command.h | 4 +++- sys/dev/hptmv/entry.c | 4 +++- sys/dev/hptmv/global.h | 4 +++- sys/dev/hptmv/gui_lib.c | 4 +++- sys/dev/hptmv/hptintf.h | 4 +++- sys/dev/hptmv/hptproc.c | 4 +++- sys/dev/hptmv/ioctl.c | 4 +++- sys/dev/hptmv/mv.c | 4 +++- sys/dev/hptmv/mvOs.h | 4 +++- sys/dev/hptmv/mvSata.h | 4 +++- sys/dev/hptmv/mvStorageDev.h | 4 +++- sys/dev/hptmv/osbsd.h | 4 +++- sys/dev/hptmv/raid5n.h | 4 +++- sys/dev/hptmv/vdevice.h | 4 +++- sys/dev/hptnr/array.h | 2 ++ sys/dev/hptnr/him.h | 2 ++ sys/dev/hptnr/himfuncs.h | 2 ++ sys/dev/hptnr/hptintf.h | 2 ++ sys/dev/hptnr/hptnr_config.c | 2 ++ sys/dev/hptnr/hptnr_config.h | 2 ++ sys/dev/hptnr/hptnr_os_bsd.c | 2 ++ sys/dev/hptnr/hptnr_osm_bsd.c | 2 ++ sys/dev/hptnr/ldm.h | 2 ++ sys/dev/hptnr/list.h | 2 ++ sys/dev/hptnr/os_bsd.h | 2 ++ sys/dev/hptnr/osm.h | 2 ++ sys/dev/hptnr/wj.h | 2 ++ sys/dev/hptrr/array.h | 4 +++- sys/dev/hptrr/him.h | 4 +++- sys/dev/hptrr/himfuncs.h | 4 +++- sys/dev/hptrr/hptintf.h | 4 +++- sys/dev/hptrr/hptrr_config.c | 4 +++- sys/dev/hptrr/hptrr_config.h | 4 +++- sys/dev/hptrr/hptrr_os_bsd.c | 4 +++- sys/dev/hptrr/hptrr_osm_bsd.c | 4 +++- sys/dev/hptrr/ldm.h | 4 +++- sys/dev/hptrr/list.h | 4 +++- sys/dev/hptrr/os_bsd.h | 4 +++- sys/dev/hptrr/osm.h | 4 +++- sys/dev/hwpmc/hwpmc_amd.c | 2 ++ sys/dev/hwpmc/hwpmc_amd.h | 2 ++ sys/dev/hwpmc/hwpmc_arm.c | 2 ++ sys/dev/hwpmc/hwpmc_core.c | 2 ++ sys/dev/hwpmc/hwpmc_core.h | 2 ++ sys/dev/hwpmc/hwpmc_intel.c | 2 ++ sys/dev/hwpmc/hwpmc_logging.c | 2 ++ sys/dev/hwpmc/hwpmc_mips.c | 2 ++ sys/dev/hwpmc/hwpmc_mips24k.c | 2 ++ sys/dev/hwpmc/hwpmc_mod.c | 2 ++ sys/dev/hwpmc/hwpmc_mpc7xxx.c | 2 ++ sys/dev/hwpmc/hwpmc_octeon.c | 2 ++ sys/dev/hwpmc/hwpmc_pentium.c | 2 ++ sys/dev/hwpmc/hwpmc_pentium.h | 2 ++ sys/dev/hwpmc/hwpmc_piv.c | 2 ++ sys/dev/hwpmc/hwpmc_piv.h | 2 ++ sys/dev/hwpmc/hwpmc_powerpc.c | 2 ++ sys/dev/hwpmc/hwpmc_powerpc.h | 2 ++ sys/dev/hwpmc/hwpmc_ppc970.c | 2 ++ sys/dev/hwpmc/hwpmc_ppro.c | 2 ++ sys/dev/hwpmc/hwpmc_ppro.h | 2 ++ sys/dev/hwpmc/hwpmc_soft.c | 2 ++ sys/dev/hwpmc/hwpmc_soft.h | 2 ++ sys/dev/hwpmc/hwpmc_sparc64.c | 2 ++ sys/dev/hwpmc/hwpmc_tsc.c | 2 ++ sys/dev/hwpmc/hwpmc_tsc.h | 2 ++ sys/dev/hwpmc/hwpmc_uncore.c | 2 ++ sys/dev/hwpmc/hwpmc_uncore.h | 2 ++ sys/dev/hwpmc/hwpmc_x86.c | 2 ++ sys/dev/hwpmc/hwpmc_xscale.c | 2 ++ sys/dev/hwpmc/hwpmc_xscale.h | 2 ++ sys/dev/hwpmc/pmc_events.h | 2 ++ sys/dev/hyperv/include/hyperv.h | 2 ++ sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c | 2 ++ sys/dev/hyperv/storvsc/hv_vstorage.h | 2 ++ sys/dev/hyperv/utilities/hv_kvp.h | 2 ++ sys/dev/ic/cd1400.h | 2 ++ sys/dev/ic/cd180.h | 2 ++ sys/dev/ic/i8259.h | 2 ++ sys/dev/ic/quicc.h | 2 ++ sys/dev/ic/sab82532.h | 2 ++ sys/dev/ic/via6522reg.h | 4 +++- sys/dev/ic/z8530.h | 2 ++ sys/dev/ichwd/ichwd.c | 2 ++ sys/dev/ichwd/ichwd.h | 2 ++ sys/dev/ida/ida.c | 2 ++ sys/dev/ida/ida_disk.c | 2 ++ sys/dev/ida/ida_pci.c | 2 ++ sys/dev/ida/idareg.h | 2 ++ sys/dev/ida/idavar.h | 2 ++ sys/dev/iicbus/ad7417.c | 2 ++ sys/dev/iicbus/ad7418.c | 2 ++ sys/dev/iicbus/adt746x.c | 2 ++ sys/dev/iicbus/ds1631.c | 2 ++ sys/dev/iicbus/ds1672.c | 2 ++ sys/dev/iicbus/ds1775.c | 2 ++ sys/dev/iicbus/icee.c | 2 ++ sys/dev/iicbus/if_ic.c | 2 ++ sys/dev/iicbus/iic.c | 2 ++ sys/dev/iicbus/iic.h | 2 ++ sys/dev/iicbus/iicbb.c | 2 ++ sys/dev/iicbus/iicbus.c | 2 ++ sys/dev/iicbus/iicbus.h | 2 ++ sys/dev/iicbus/iicoc.c | 2 ++ sys/dev/iicbus/iicoc.h | 2 ++ sys/dev/iicbus/iiconf.c | 2 ++ sys/dev/iicbus/iiconf.h | 2 ++ sys/dev/iicbus/iicsmb.c | 2 ++ sys/dev/iicbus/max6690.c | 2 ++ sys/dev/iicbus/s35390a.c | 2 ++ sys/dev/iir/iir.c | 2 ++ sys/dev/iir/iir.h | 2 ++ sys/dev/iir/iir_ctrl.c | 2 ++ sys/dev/iir/iir_pci.c | 2 ++ sys/dev/io/iodev.c | 2 ++ sys/dev/io/iodev.h | 2 ++ sys/dev/ipmi/ipmi.c | 2 ++ sys/dev/ipmi/ipmi_acpi.c | 2 ++ sys/dev/ipmi/ipmi_isa.c | 2 ++ sys/dev/ipmi/ipmi_kcs.c | 2 ++ sys/dev/ipmi/ipmi_linux.c | 2 ++ sys/dev/ipmi/ipmi_pci.c | 2 ++ sys/dev/ipmi/ipmi_smbios.c | 2 ++ sys/dev/ipmi/ipmi_smbus.c | 2 ++ sys/dev/ipmi/ipmi_smic.c | 2 ++ sys/dev/ipmi/ipmi_ssif.c | 2 ++ sys/dev/ipmi/ipmivars.h | 2 ++ sys/dev/ips/ips.c | 2 ++ sys/dev/ips/ips.h | 2 ++ sys/dev/ips/ips_commands.c | 2 ++ sys/dev/ips/ips_disk.c | 2 ++ sys/dev/ips/ips_disk.h | 2 ++ sys/dev/ips/ips_ioctl.c | 2 ++ sys/dev/ips/ips_ioctl.h | 2 ++ sys/dev/ips/ips_pci.c | 2 ++ sys/dev/ips/ipsreg.h | 2 ++ sys/dev/ipw/if_ipw.c | 2 ++ sys/dev/ipw/if_ipwreg.h | 2 ++ sys/dev/ipw/if_ipwvar.h | 2 ++ sys/dev/isci/environment.h | 2 ++ sys/dev/isci/isci.c | 2 ++ sys/dev/isci/isci.h | 2 ++ sys/dev/isci/isci_controller.c | 2 ++ sys/dev/isci/isci_domain.c | 2 ++ sys/dev/isci/isci_interrupt.c | 2 ++ sys/dev/isci/isci_io_request.c | 2 ++ sys/dev/isci/isci_logger.c | 2 ++ sys/dev/isci/isci_oem_parameters.c | 2 ++ sys/dev/isci/isci_remote_device.c | 2 ++ sys/dev/isci/isci_sysctl.c | 2 ++ sys/dev/isci/isci_task_request.c | 2 ++ sys/dev/isci/isci_timer.c | 2 ++ sys/dev/isci/scil/intel_ata.h | 2 ++ sys/dev/isci/scil/intel_pci.h | 2 ++ sys/dev/isci/scil/intel_sas.h | 2 ++ sys/dev/isci/scil/intel_sat.h | 2 ++ sys/dev/isci/scil/intel_sata.h | 2 ++ sys/dev/isci/scil/intel_scsi.h | 2 ++ sys/dev/isci/scil/sati.c | 2 ++ sys/dev/isci/scil/sati.h | 2 ++ sys/dev/isci/scil/sati_abort_task_set.c | 2 ++ sys/dev/isci/scil/sati_abort_task_set.h | 2 ++ sys/dev/isci/scil/sati_atapi.c | 2 ++ sys/dev/isci/scil/sati_atapi.h | 2 ++ sys/dev/isci/scil/sati_callbacks.h | 2 ++ sys/dev/isci/scil/sati_design.h | 2 ++ sys/dev/isci/scil/sati_device.c | 2 ++ sys/dev/isci/scil/sati_device.h | 2 ++ sys/dev/isci/scil/sati_inquiry.c | 2 ++ sys/dev/isci/scil/sati_inquiry.h | 2 ++ sys/dev/isci/scil/sati_log_sense.c | 2 ++ sys/dev/isci/scil/sati_log_sense.h | 2 ++ sys/dev/isci/scil/sati_lun_reset.c | 2 ++ sys/dev/isci/scil/sati_lun_reset.h | 2 ++ sys/dev/isci/scil/sati_mode_pages.c | 2 ++ sys/dev/isci/scil/sati_mode_pages.h | 2 ++ sys/dev/isci/scil/sati_mode_select.c | 2 ++ sys/dev/isci/scil/sati_mode_select.h | 2 ++ sys/dev/isci/scil/sati_mode_sense.c | 2 ++ sys/dev/isci/scil/sati_mode_sense.h | 2 ++ sys/dev/isci/scil/sati_mode_sense_10.c | 2 ++ sys/dev/isci/scil/sati_mode_sense_10.h | 2 ++ sys/dev/isci/scil/sati_mode_sense_6.c | 2 ++ sys/dev/isci/scil/sati_mode_sense_6.h | 2 ++ sys/dev/isci/scil/sati_move.c | 2 ++ sys/dev/isci/scil/sati_move.h | 2 ++ sys/dev/isci/scil/sati_passthrough.c | 2 ++ sys/dev/isci/scil/sati_passthrough.h | 2 ++ sys/dev/isci/scil/sati_read.c | 2 ++ sys/dev/isci/scil/sati_read.h | 2 ++ sys/dev/isci/scil/sati_read_buffer.c | 2 ++ sys/dev/isci/scil/sati_read_buffer.h | 2 ++ sys/dev/isci/scil/sati_read_capacity.c | 2 ++ sys/dev/isci/scil/sati_read_capacity.h | 2 ++ sys/dev/isci/scil/sati_reassign_blocks.c | 2 ++ sys/dev/isci/scil/sati_reassign_blocks.h | 2 ++ sys/dev/isci/scil/sati_report_luns.c | 2 ++ sys/dev/isci/scil/sati_report_luns.h | 2 ++ sys/dev/isci/scil/sati_request_sense.c | 2 ++ sys/dev/isci/scil/sati_request_sense.h | 2 ++ sys/dev/isci/scil/sati_start_stop_unit.c | 2 ++ sys/dev/isci/scil/sati_start_stop_unit.h | 2 ++ sys/dev/isci/scil/sati_synchronize_cache.c | 2 ++ sys/dev/isci/scil/sati_synchronize_cache.h | 2 ++ sys/dev/isci/scil/sati_test_unit_ready.c | 2 ++ sys/dev/isci/scil/sati_test_unit_ready.h | 2 ++ sys/dev/isci/scil/sati_translator_sequence.h | 2 ++ sys/dev/isci/scil/sati_types.h | 2 ++ sys/dev/isci/scil/sati_unmap.c | 2 ++ sys/dev/isci/scil/sati_unmap.h | 2 ++ sys/dev/isci/scil/sati_util.c | 2 ++ sys/dev/isci/scil/sati_util.h | 2 ++ sys/dev/isci/scil/sati_verify.c | 2 ++ sys/dev/isci/scil/sati_verify.h | 2 ++ sys/dev/isci/scil/sati_write.c | 2 ++ sys/dev/isci/scil/sati_write.h | 2 ++ sys/dev/isci/scil/sati_write_and_verify.c | 2 ++ sys/dev/isci/scil/sati_write_and_verify.h | 2 ++ sys/dev/isci/scil/sati_write_buffer.c | 2 ++ sys/dev/isci/scil/sati_write_buffer.h | 2 ++ sys/dev/isci/scil/sati_write_long.c | 2 ++ sys/dev/isci/scil/sati_write_long.h | 2 ++ sys/dev/isci/scil/sci_abstract_list.c | 2 ++ sys/dev/isci/scil/sci_abstract_list.h | 2 ++ sys/dev/isci/scil/sci_base_controller.c | 2 ++ sys/dev/isci/scil/sci_base_controller.h | 2 ++ sys/dev/isci/scil/sci_base_domain.c | 2 ++ sys/dev/isci/scil/sci_base_domain.h | 2 ++ sys/dev/isci/scil/sci_base_iterator.c | 2 ++ sys/dev/isci/scil/sci_base_iterator.h | 2 ++ sys/dev/isci/scil/sci_base_library.c | 2 ++ sys/dev/isci/scil/sci_base_library.h | 2 ++ sys/dev/isci/scil/sci_base_logger.c | 2 ++ sys/dev/isci/scil/sci_base_logger.h | 2 ++ sys/dev/isci/scil/sci_base_memory_descriptor_list.c | 2 ++ sys/dev/isci/scil/sci_base_memory_descriptor_list.h | 2 ++ .../isci/scil/sci_base_memory_descriptor_list_decorator.c | 2 ++ sys/dev/isci/scil/sci_base_object.c | 2 ++ sys/dev/isci/scil/sci_base_object.h | 2 ++ sys/dev/isci/scil/sci_base_observer.c | 2 ++ sys/dev/isci/scil/sci_base_observer.h | 2 ++ sys/dev/isci/scil/sci_base_phy.c | 2 ++ sys/dev/isci/scil/sci_base_phy.h | 2 ++ sys/dev/isci/scil/sci_base_port.c | 2 ++ sys/dev/isci/scil/sci_base_port.h | 2 ++ sys/dev/isci/scil/sci_base_remote_device.c | 2 ++ sys/dev/isci/scil/sci_base_remote_device.h | 2 ++ sys/dev/isci/scil/sci_base_request.c | 2 ++ sys/dev/isci/scil/sci_base_request.h | 2 ++ sys/dev/isci/scil/sci_base_state.h | 2 ++ sys/dev/isci/scil/sci_base_state_machine.c | 2 ++ sys/dev/isci/scil/sci_base_state_machine.h | 2 ++ sys/dev/isci/scil/sci_base_state_machine_logger.c | 2 ++ sys/dev/isci/scil/sci_base_state_machine_logger.h | 2 ++ sys/dev/isci/scil/sci_base_state_machine_observer.c | 2 ++ sys/dev/isci/scil/sci_base_state_machine_observer.h | 2 ++ sys/dev/isci/scil/sci_base_subject.c | 2 ++ sys/dev/isci/scil/sci_base_subject.h | 2 ++ sys/dev/isci/scil/sci_controller.h | 2 ++ sys/dev/isci/scil/sci_controller_constants.h | 2 ++ sys/dev/isci/scil/sci_fast_list.h | 2 ++ sys/dev/isci/scil/sci_iterator.h | 2 ++ sys/dev/isci/scil/sci_library.h | 2 ++ sys/dev/isci/scil/sci_logger.h | 2 ++ sys/dev/isci/scil/sci_memory_descriptor_list.h | 2 ++ sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h | 2 ++ sys/dev/isci/scil/sci_object.h | 2 ++ sys/dev/isci/scil/sci_overview.h | 2 ++ sys/dev/isci/scil/sci_pool.h | 2 ++ sys/dev/isci/scil/sci_simple_list.h | 2 ++ sys/dev/isci/scil/sci_status.h | 2 ++ sys/dev/isci/scil/sci_types.h | 2 ++ sys/dev/isci/scil/sci_util.c | 2 ++ sys/dev/isci/scil/sci_util.h | 2 ++ sys/dev/isci/scil/scic_config_parameters.h | 2 ++ sys/dev/isci/scil/scic_controller.h | 2 ++ sys/dev/isci/scil/scic_io_request.h | 2 ++ sys/dev/isci/scil/scic_library.h | 2 ++ sys/dev/isci/scil/scic_logger.h | 2 ++ sys/dev/isci/scil/scic_overview.h | 2 ++ sys/dev/isci/scil/scic_phy.h | 2 ++ sys/dev/isci/scil/scic_port.h | 2 ++ sys/dev/isci/scil/scic_remote_device.h | 2 ++ sys/dev/isci/scil/scic_sds_controller.c | 2 ++ sys/dev/isci/scil/scic_sds_controller.h | 2 ++ sys/dev/isci/scil/scic_sds_controller_registers.h | 2 ++ sys/dev/isci/scil/scic_sds_library.c | 2 ++ sys/dev/isci/scil/scic_sds_library.h | 2 ++ sys/dev/isci/scil/scic_sds_logger.h | 2 ++ sys/dev/isci/scil/scic_sds_pci.c | 2 ++ sys/dev/isci/scil/scic_sds_pci.h | 2 ++ sys/dev/isci/scil/scic_sds_phy.c | 2 ++ sys/dev/isci/scil/scic_sds_phy.h | 2 ++ sys/dev/isci/scil/scic_sds_phy_registers.h | 2 ++ sys/dev/isci/scil/scic_sds_port.c | 2 ++ sys/dev/isci/scil/scic_sds_port.h | 2 ++ sys/dev/isci/scil/scic_sds_port_configuration_agent.c | 2 ++ sys/dev/isci/scil/scic_sds_port_configuration_agent.h | 2 ++ sys/dev/isci/scil/scic_sds_port_registers.h | 2 ++ sys/dev/isci/scil/scic_sds_remote_device.c | 2 ++ sys/dev/isci/scil/scic_sds_remote_device.h | 2 ++ sys/dev/isci/scil/scic_sds_remote_node_context.c | 2 ++ sys/dev/isci/scil/scic_sds_remote_node_context.h | 2 ++ sys/dev/isci/scil/scic_sds_remote_node_table.c | 2 ++ sys/dev/isci/scil/scic_sds_remote_node_table.h | 2 ++ sys/dev/isci/scil/scic_sds_request.c | 2 ++ sys/dev/isci/scil/scic_sds_request.h | 2 ++ sys/dev/isci/scil/scic_sds_sgpio.c | 2 ++ sys/dev/isci/scil/scic_sds_smp_remote_device.c | 2 ++ sys/dev/isci/scil/scic_sds_smp_request.c | 2 ++ sys/dev/isci/scil/scic_sds_smp_request.h | 2 ++ sys/dev/isci/scil/scic_sds_ssp_request.c | 2 ++ sys/dev/isci/scil/scic_sds_stp_packet_request.c | 2 ++ sys/dev/isci/scil/scic_sds_stp_packet_request.h | 2 ++ sys/dev/isci/scil/scic_sds_stp_pio_request.h | 2 ++ sys/dev/isci/scil/scic_sds_stp_remote_device.c | 2 ++ sys/dev/isci/scil/scic_sds_stp_request.c | 2 ++ sys/dev/isci/scil/scic_sds_stp_request.h | 2 ++ sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c | 2 ++ sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h | 2 ++ sys/dev/isci/scil/scic_sgpio.h | 2 ++ sys/dev/isci/scil/scic_task_request.h | 2 ++ sys/dev/isci/scil/scic_user_callback.h | 2 ++ sys/dev/isci/scil/scif_config_parameters.h | 2 ++ sys/dev/isci/scil/scif_controller.h | 2 ++ sys/dev/isci/scil/scif_domain.h | 2 ++ sys/dev/isci/scil/scif_io_request.h | 2 ++ sys/dev/isci/scil/scif_library.h | 2 ++ sys/dev/isci/scil/scif_logger.h | 2 ++ sys/dev/isci/scil/scif_overview.h | 2 ++ sys/dev/isci/scil/scif_remote_device.h | 2 ++ sys/dev/isci/scil/scif_sas_constants.h | 2 ++ sys/dev/isci/scil/scif_sas_controller.c | 2 ++ sys/dev/isci/scil/scif_sas_controller.h | 2 ++ sys/dev/isci/scil/scif_sas_controller_state_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_controller_states.c | 2 ++ sys/dev/isci/scil/scif_sas_design.h | 2 ++ sys/dev/isci/scil/scif_sas_domain.c | 2 ++ sys/dev/isci/scil/scif_sas_domain.h | 2 ++ sys/dev/isci/scil/scif_sas_domain_state_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_domain_states.c | 2 ++ sys/dev/isci/scil/scif_sas_high_priority_request_queue.c | 2 ++ sys/dev/isci/scil/scif_sas_high_priority_request_queue.h | 2 ++ sys/dev/isci/scil/scif_sas_internal_io_request.c | 2 ++ sys/dev/isci/scil/scif_sas_internal_io_request.h | 2 ++ sys/dev/isci/scil/scif_sas_io_request.c | 2 ++ sys/dev/isci/scil/scif_sas_io_request.h | 2 ++ sys/dev/isci/scil/scif_sas_io_request_state_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_io_request_states.c | 2 ++ sys/dev/isci/scil/scif_sas_library.c | 2 ++ sys/dev/isci/scil/scif_sas_library.h | 2 ++ sys/dev/isci/scil/scif_sas_logger.h | 2 ++ sys/dev/isci/scil/scif_sas_remote_device.c | 2 ++ sys/dev/isci/scil/scif_sas_remote_device.h | 2 ++ .../scil/scif_sas_remote_device_ready_substate_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c | 2 ++ .../scif_sas_remote_device_starting_substate_handlers.c | 2 ++ .../isci/scil/scif_sas_remote_device_starting_substates.c | 2 ++ sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_remote_device_states.c | 2 ++ sys/dev/isci/scil/scif_sas_request.c | 2 ++ sys/dev/isci/scil/scif_sas_request.h | 2 ++ sys/dev/isci/scil/scif_sas_sati_binding.h | 2 ++ sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c | 2 ++ sys/dev/isci/scil/scif_sas_smp_io_request.c | 2 ++ sys/dev/isci/scil/scif_sas_smp_io_request.h | 2 ++ sys/dev/isci/scil/scif_sas_smp_phy.c | 2 ++ sys/dev/isci/scil/scif_sas_smp_phy.h | 2 ++ sys/dev/isci/scil/scif_sas_smp_remote_device.c | 2 ++ sys/dev/isci/scil/scif_sas_smp_remote_device.h | 2 ++ sys/dev/isci/scil/scif_sas_stp_io_request.c | 2 ++ sys/dev/isci/scil/scif_sas_stp_io_request.h | 2 ++ sys/dev/isci/scil/scif_sas_stp_remote_device.c | 2 ++ sys/dev/isci/scil/scif_sas_stp_remote_device.h | 2 ++ sys/dev/isci/scil/scif_sas_stp_task_request.c | 2 ++ sys/dev/isci/scil/scif_sas_stp_task_request.h | 2 ++ sys/dev/isci/scil/scif_sas_task_request.c | 2 ++ sys/dev/isci/scil/scif_sas_task_request.h | 2 ++ sys/dev/isci/scil/scif_sas_task_request_state_handlers.c | 2 ++ sys/dev/isci/scil/scif_sas_task_request_states.c | 2 ++ sys/dev/isci/scil/scif_sas_timer.c | 2 ++ sys/dev/isci/scil/scif_task_request.h | 2 ++ sys/dev/isci/scil/scif_user_callback.h | 2 ++ sys/dev/isci/scil/scu_bios_definitions.h | 2 ++ sys/dev/isci/scil/scu_completion_codes.h | 2 ++ sys/dev/isci/scil/scu_constants.h | 2 ++ sys/dev/isci/scil/scu_event_codes.h | 2 ++ sys/dev/isci/scil/scu_registers.h | 2 ++ sys/dev/isci/scil/scu_remote_node_context.h | 2 ++ sys/dev/isci/scil/scu_task_context.h | 2 ++ sys/dev/isci/scil/scu_unsolicited_frame.h | 2 ++ sys/dev/isci/scil/scu_viit_data.h | 2 ++ sys/dev/isci/types.h | 2 ++ sys/dev/iscsi/icl.c | 2 ++ sys/dev/iscsi/icl.h | 2 ++ sys/dev/iscsi/iscsi.c | 2 ++ sys/dev/iscsi/iscsi.h | 2 ++ sys/dev/iscsi/iscsi_ioctl.h | 2 ++ sys/dev/iscsi/iscsi_proto.h | 2 ++ sys/dev/iscsi_initiator/isc_cam.c | 2 ++ sys/dev/iscsi_initiator/isc_sm.c | 2 ++ sys/dev/iscsi_initiator/isc_soc.c | 2 ++ sys/dev/iscsi_initiator/isc_subr.c | 2 ++ sys/dev/iscsi_initiator/iscsi.c | 2 ++ sys/dev/iscsi_initiator/iscsi.h | 2 ++ sys/dev/iscsi_initiator/iscsi_subr.c | 2 ++ sys/dev/iscsi_initiator/iscsivar.h | 2 ++ sys/dev/isp/isp.c | 2 ++ sys/dev/isp/isp_freebsd.c | 2 ++ sys/dev/isp/isp_freebsd.h | 2 ++ sys/dev/isp/isp_ioctl.h | 2 ++ sys/dev/isp/isp_library.c | 2 ++ sys/dev/isp/isp_library.h | 2 ++ sys/dev/isp/isp_pci.c | 2 ++ sys/dev/isp/isp_sbus.c | 2 ++ sys/dev/isp/isp_stds.h | 2 ++ sys/dev/isp/isp_target.c | 2 ++ sys/dev/isp/isp_target.h | 2 ++ sys/dev/isp/ispmbox.h | 2 ++ sys/dev/isp/ispreg.h | 2 ++ sys/dev/isp/ispvar.h | 2 ++ sys/dev/ispfw/asm_1000.h | 2 ++ sys/dev/ispfw/asm_1040.h | 2 ++ sys/dev/ispfw/asm_1080.h | 2 ++ sys/dev/ispfw/asm_12160.h | 2 ++ sys/dev/ispfw/asm_2100.h | 2 ++ sys/dev/ispfw/asm_2200.h | 2 ++ sys/dev/ispfw/asm_2300.h | 2 ++ sys/dev/ispfw/asm_2322.h | 2 ++ sys/dev/ispfw/asm_2400.h | 2 ++ sys/dev/ispfw/asm_2500.h | 2 ++ sys/dev/ispfw/ispfw.c | 2 ++ sys/dev/iwi/if_iwi.c | 2 ++ sys/dev/iwi/if_iwireg.h | 2 ++ sys/dev/iwi/if_iwivar.h | 2 ++ sys/dev/jme/if_jme.c | 2 ++ sys/dev/jme/if_jmereg.h | 2 ++ sys/dev/jme/if_jmevar.h | 2 ++ sys/dev/joy/joy.c | 2 ++ sys/dev/joy/joy_isa.c | 2 ++ sys/dev/joy/joyvar.h | 2 ++ sys/dev/kbd/kbd.c | 2 ++ sys/dev/kbd/kbdreg.h | 2 ++ sys/dev/kbd/kbdtables.h | 2 ++ sys/dev/kbdmux/kbdmux.c | 2 ++ sys/dev/ksyms/ksyms.c | 2 ++ sys/dev/le/am7990.c | 2 ++ sys/dev/le/am79900.c | 2 ++ sys/dev/le/am79900reg.h | 2 ++ sys/dev/le/am79900var.h | 2 ++ sys/dev/le/am7990reg.h | 2 ++ sys/dev/le/am7990var.h | 2 ++ sys/dev/le/if_le_isa.c | 2 ++ sys/dev/le/if_le_lebuffer.c | 2 ++ sys/dev/le/if_le_ledma.c | 2 ++ sys/dev/le/if_le_pci.c | 2 ++ sys/dev/le/lance.c | 2 ++ sys/dev/le/lancereg.h | 2 ++ sys/dev/le/lancevar.h | 2 ++ sys/dev/le/lebuffer_sbus.c | 2 ++ sys/dev/lmc/if_lmc.c | 4 +++- sys/dev/lmc/if_lmc.h | 4 +++- sys/dev/malo/if_malo.c | 2 ++ sys/dev/malo/if_malo.h | 2 ++ sys/dev/malo/if_malo_pci.c | 2 ++ sys/dev/malo/if_malohal.c | 2 ++ sys/dev/malo/if_malohal.h | 2 ++ sys/dev/malo/if_maloioctl.h | 2 ++ sys/dev/mc146818/mc146818.c | 2 ++ sys/dev/mc146818/mc146818var.h | 2 ++ sys/dev/mem/memdev.c | 2 ++ sys/dev/mem/memutil.c | 2 ++ sys/dev/mfi/mfi.c | 2 ++ sys/dev/mfi/mfi_cam.c | 2 ++ sys/dev/mfi/mfi_debug.c | 2 ++ sys/dev/mfi/mfi_disk.c | 2 ++ sys/dev/mfi/mfi_ioctl.h | 2 ++ sys/dev/mfi/mfi_linux.c | 2 ++ sys/dev/mfi/mfi_pci.c | 2 ++ sys/dev/mfi/mfi_syspd.c | 2 ++ sys/dev/mfi/mfi_tbolt.c | 4 +++- sys/dev/mfi/mfireg.h | 2 ++ sys/dev/mfi/mfivar.h | 2 ++ sys/dev/mii/acphy.c | 2 ++ sys/dev/mii/acphyreg.h | 2 ++ sys/dev/mii/atphy.c | 2 ++ sys/dev/mii/atphyreg.h | 2 ++ sys/dev/mii/axphy.c | 2 ++ sys/dev/mii/bmtphy.c | 2 ++ sys/dev/mii/bmtphyreg.h | 2 ++ sys/dev/mii/e1000phy.c | 2 ++ sys/dev/mii/gentbi.c | 2 ++ sys/dev/mii/icsphy.c | 2 ++ sys/dev/mii/icsphyreg.h | 2 ++ sys/dev/mii/ip1000phy.c | 2 ++ sys/dev/mii/ip1000phyreg.h | 2 ++ sys/dev/mii/jmphy.c | 2 ++ sys/dev/mii/jmphyreg.h | 2 ++ sys/dev/mii/lxtphy.c | 2 ++ sys/dev/mii/lxtphyreg.h | 2 ++ sys/dev/mii/mii.c | 2 ++ sys/dev/mii/mii.h | 2 ++ sys/dev/mii/mii_bitbang.c | 2 ++ sys/dev/mii/mii_bitbang.h | 2 ++ sys/dev/mii/mii_physubr.c | 2 ++ sys/dev/mii/miivar.h | 2 ++ sys/dev/mii/nsgphy.c | 2 ++ sys/dev/mii/nsphy.c | 2 ++ sys/dev/mii/nsphyreg.h | 2 ++ sys/dev/mii/nsphyter.c | 2 ++ sys/dev/mii/nsphyterreg.h | 2 ++ sys/dev/mii/qsphy.c | 2 ++ sys/dev/mii/qsphyreg.h | 2 ++ sys/dev/mii/rdcphy.c | 2 ++ sys/dev/mii/rdcphyreg.h | 2 ++ sys/dev/mii/smcphy.c | 2 ++ sys/dev/mii/smscphy.c | 2 ++ sys/dev/mii/tdkphy.c | 2 ++ sys/dev/mii/tdkphyreg.h | 2 ++ sys/dev/mii/tlphy.c | 2 ++ sys/dev/mii/tlphyreg.h | 2 ++ sys/dev/mii/ukphy.c | 2 ++ sys/dev/mii/ukphy_subr.c | 2 ++ sys/dev/mk48txx/mk48txx.c | 2 ++ sys/dev/mk48txx/mk48txxreg.h | 2 ++ sys/dev/mk48txx/mk48txxvar.h | 2 ++ sys/dev/mlx/mlx.c | 2 ++ sys/dev/mlx/mlx_disk.c | 2 ++ sys/dev/mlx/mlx_pci.c | 2 ++ sys/dev/mlx/mlxio.h | 2 ++ sys/dev/mlx/mlxreg.h | 2 ++ sys/dev/mlx/mlxvar.h | 2 ++ sys/dev/mly/mly.c | 2 ++ sys/dev/mly/mly_tables.h | 2 ++ sys/dev/mly/mlyio.h | 2 ++ sys/dev/mly/mlyreg.h | 2 ++ sys/dev/mly/mlyvar.h | 2 ++ sys/dev/mmc/bridge.h | 2 ++ sys/dev/mmc/mmc.c | 2 ++ sys/dev/mmc/mmcbrvar.h | 2 ++ sys/dev/mmc/mmcreg.h | 2 ++ sys/dev/mmc/mmcsd.c | 2 ++ sys/dev/mmc/mmcvar.h | 2 ++ sys/dev/mps/mpi/mpi2.h | 2 ++ sys/dev/mps/mpi/mpi2_cnfg.h | 2 ++ sys/dev/mps/mpi/mpi2_hbd.h | 2 ++ sys/dev/mps/mpi/mpi2_init.h | 2 ++ sys/dev/mps/mpi/mpi2_ioc.h | 2 ++ sys/dev/mps/mpi/mpi2_ra.h | 2 ++ sys/dev/mps/mpi/mpi2_raid.h | 2 ++ sys/dev/mps/mpi/mpi2_sas.h | 2 ++ sys/dev/mps/mpi/mpi2_targ.h | 2 ++ sys/dev/mps/mpi/mpi2_tool.h | 2 ++ sys/dev/mps/mpi/mpi2_type.h | 2 ++ sys/dev/mps/mps.c | 2 ++ sys/dev/mps/mps_config.c | 2 ++ sys/dev/mps/mps_mapping.c | 2 ++ sys/dev/mps/mps_mapping.h | 2 ++ sys/dev/mps/mps_pci.c | 2 ++ sys/dev/mps/mps_sas.c | 2 ++ sys/dev/mps/mps_sas.h | 2 ++ sys/dev/mps/mps_sas_lsi.c | 2 ++ sys/dev/mps/mps_table.c | 2 ++ sys/dev/mps/mps_table.h | 2 ++ sys/dev/mps/mpsvar.h | 2 ++ sys/dev/mpt/mpt.c | 2 ++ sys/dev/mpt/mpt.h | 2 ++ sys/dev/mpt/mpt_cam.c | 2 ++ sys/dev/mpt/mpt_cam.h | 2 ++ sys/dev/mpt/mpt_debug.c | 2 ++ sys/dev/mpt/mpt_pci.c | 2 ++ sys/dev/mpt/mpt_raid.c | 2 ++ sys/dev/mpt/mpt_raid.h | 2 ++ sys/dev/mpt/mpt_reg.h | 2 ++ sys/dev/mse/mse.c | 2 ++ sys/dev/mse/mse_isa.c | 2 ++ sys/dev/mse/msevar.h | 2 ++ sys/dev/mvs/mvs.c | 2 ++ sys/dev/mvs/mvs.h | 2 ++ sys/dev/mvs/mvs_pci.c | 2 ++ sys/dev/mvs/mvs_soc.c | 2 ++ sys/dev/mwl/if_mwl.c | 2 ++ sys/dev/mwl/if_mwl_pci.c | 2 ++ sys/dev/mwl/if_mwlioctl.h | 2 ++ sys/dev/mwl/if_mwlvar.h | 2 ++ sys/dev/mwl/mwldiag.h | 2 ++ sys/dev/mwl/mwlhal.c | 2 ++ sys/dev/mwl/mwlhal.h | 2 ++ sys/dev/mwl/mwlreg.h | 2 ++ sys/dev/mxge/eth_z8e.h | 1 + sys/dev/mxge/ethp_z8e.h | 1 + sys/dev/mxge/if_mxge.c | 1 + sys/dev/mxge/if_mxge_var.h | 1 + sys/dev/mxge/mcp_gen_header.h | 1 + sys/dev/mxge/mxge_mcp.h | 1 + sys/dev/mxge/rss_eth_z8e.h | 1 + sys/dev/mxge/rss_ethp_z8e.h | 1 + sys/dev/my/if_my.c | 2 ++ sys/dev/my/if_myreg.h | 2 ++ sys/dev/nand/nand.c | 2 ++ sys/dev/nand/nand.h | 2 ++ sys/dev/nand/nand_bbt.c | 2 ++ sys/dev/nand/nand_cdev.c | 2 ++ sys/dev/nand/nand_dev.h | 2 ++ sys/dev/nand/nand_ecc_pos.h | 2 ++ sys/dev/nand/nand_generic.c | 2 ++ sys/dev/nand/nand_geom.c | 2 ++ sys/dev/nand/nand_id.c | 2 ++ sys/dev/nand/nandbus.c | 2 ++ sys/dev/nand/nandbus.h | 2 ++ sys/dev/nand/nandsim.c | 2 ++ sys/dev/nand/nandsim.h | 2 ++ sys/dev/nand/nandsim_chip.c | 2 ++ sys/dev/nand/nandsim_chip.h | 2 ++ sys/dev/nand/nandsim_ctrl.c | 2 ++ sys/dev/nand/nandsim_log.c | 2 ++ sys/dev/nand/nandsim_log.h | 2 ++ sys/dev/nand/nandsim_swap.c | 2 ++ sys/dev/nand/nandsim_swap.h | 2 ++ sys/dev/nand/nfc_at91.c | 2 ++ sys/dev/nand/nfc_at91.h | 2 ++ sys/dev/nand/nfc_fsl.c | 2 ++ sys/dev/nand/nfc_fsl.h | 2 ++ sys/dev/nand/nfc_mv.c | 2 ++ sys/dev/ncv/ncr53c500.c | 2 ++ sys/dev/ncv/ncr53c500_pccard.c | 2 ++ sys/dev/ncv/ncr53c500hw.h | 2 ++ sys/dev/ncv/ncr53c500hwtab.h | 2 ++ sys/dev/ncv/ncr53c500reg.h | 2 ++ sys/dev/ncv/ncr53c500var.h | 2 ++ sys/dev/netmap/if_em_netmap.h | 4 +++- sys/dev/netmap/if_igb_netmap.h | 4 +++- sys/dev/netmap/if_lem_netmap.h | 4 +++- sys/dev/netmap/if_re_netmap.h | 4 +++- sys/dev/netmap/ixgbe_netmap.h | 4 +++- sys/dev/netmap/netmap.c | 4 +++- sys/dev/netmap/netmap_freebsd.c | 4 +++- sys/dev/netmap/netmap_generic.c | 4 +++- sys/dev/netmap/netmap_kern.h | 4 +++- sys/dev/netmap/netmap_mbq.c | 4 +++- sys/dev/netmap/netmap_mbq.h | 4 +++- sys/dev/netmap/netmap_mem2.c | 4 +++- sys/dev/netmap/netmap_mem2.h | 4 +++- sys/dev/netmap/netmap_offloadings.c | 4 +++- sys/dev/netmap/netmap_pipe.c | 4 +++- sys/dev/netmap/netmap_vale.c | 4 +++- sys/dev/nsp/nsp.c | 2 ++ sys/dev/nsp/nsp_pccard.c | 2 ++ sys/dev/nsp/nspreg.h | 2 ++ sys/dev/nsp/nspvar.h | 2 ++ sys/dev/null/null.c | 2 ++ sys/dev/nvd/nvd.c | 2 ++ sys/dev/nvme/nvme.c | 2 ++ sys/dev/nvme/nvme.h | 2 ++ sys/dev/nvme/nvme_ctrlr.c | 2 ++ sys/dev/nvme/nvme_ctrlr_cmd.c | 2 ++ sys/dev/nvme/nvme_ns.c | 2 ++ sys/dev/nvme/nvme_ns_cmd.c | 2 ++ sys/dev/nvme/nvme_private.h | 2 ++ sys/dev/nvme/nvme_qpair.c | 2 ++ sys/dev/nvme/nvme_sysctl.c | 2 ++ sys/dev/nvme/nvme_test.c | 2 ++ sys/dev/nvme/nvme_util.c | 2 ++ sys/dev/nvram/nvram.c | 2 ++ sys/dev/nvram2env/nvram2env.c | 2 ++ sys/dev/nxge/if_nxge.c | 2 ++ sys/dev/nxge/if_nxge.h | 2 ++ sys/dev/nxge/include/version.h | 2 ++ sys/dev/nxge/include/xge-debug.h | 2 ++ sys/dev/nxge/include/xge-defs.h | 2 ++ sys/dev/nxge/include/xge-list.h | 2 ++ sys/dev/nxge/include/xge-os-pal.h | 2 ++ sys/dev/nxge/include/xge-queue.h | 2 ++ sys/dev/nxge/include/xgehal-channel.h | 2 ++ sys/dev/nxge/include/xgehal-config.h | 2 ++ sys/dev/nxge/include/xgehal-device.h | 2 ++ sys/dev/nxge/include/xgehal-driver.h | 2 ++ sys/dev/nxge/include/xgehal-event.h | 2 ++ sys/dev/nxge/include/xgehal-fifo.h | 2 ++ sys/dev/nxge/include/xgehal-mgmt.h | 2 ++ sys/dev/nxge/include/xgehal-mgmtaux.h | 2 ++ sys/dev/nxge/include/xgehal-mm.h | 2 ++ sys/dev/nxge/include/xgehal-regs.h | 2 ++ sys/dev/nxge/include/xgehal-ring.h | 2 ++ sys/dev/nxge/include/xgehal-stats.h | 2 ++ sys/dev/nxge/include/xgehal-types.h | 2 ++ sys/dev/nxge/include/xgehal.h | 2 ++ sys/dev/nxge/xge-osdep.h | 2 ++ sys/dev/nxge/xgehal/xge-queue.c | 2 ++ sys/dev/nxge/xgehal/xgehal-channel-fp.c | 2 ++ sys/dev/nxge/xgehal/xgehal-channel.c | 2 ++ sys/dev/nxge/xgehal/xgehal-config.c | 2 ++ sys/dev/nxge/xgehal/xgehal-device-fp.c | 2 ++ sys/dev/nxge/xgehal/xgehal-device.c | 2 ++ sys/dev/nxge/xgehal/xgehal-driver.c | 2 ++ sys/dev/nxge/xgehal/xgehal-fifo-fp.c | 2 ++ sys/dev/nxge/xgehal/xgehal-fifo.c | 2 ++ sys/dev/nxge/xgehal/xgehal-mgmt.c | 2 ++ sys/dev/nxge/xgehal/xgehal-mgmtaux.c | 2 ++ sys/dev/nxge/xgehal/xgehal-mm.c | 2 ++ sys/dev/nxge/xgehal/xgehal-ring-fp.c | 2 ++ sys/dev/nxge/xgehal/xgehal-ring.c | 2 ++ sys/dev/nxge/xgehal/xgehal-stats.c | 2 ++ sys/dev/nxge/xgell-version.h | 2 ++ sys/dev/ofw/ofw_bus.h | 2 ++ sys/dev/ofw/ofw_bus_subr.c | 2 ++ sys/dev/ofw/ofw_bus_subr.h | 2 ++ sys/dev/ofw/ofw_console.c | 2 ++ sys/dev/ofw/ofw_disk.c | 2 ++ sys/dev/ofw/ofw_fdt.c | 2 ++ sys/dev/ofw/ofw_pci.h | 2 ++ sys/dev/ofw/ofw_standard.c | 2 ++ sys/dev/ofw/ofwvar.h | 2 ++ sys/dev/ofw/openfirm.c | 2 ++ sys/dev/ofw/openfirm.h | 2 ++ sys/dev/ofw/openpromio.c | 2 ++ sys/dev/ofw/openpromio.h | 2 ++ sys/dev/pbio/pbio.c | 2 ++ sys/dev/pbio/pbioio.h | 2 ++ sys/dev/pccard/pccard.c | 2 ++ sys/dev/pccard/pccard_cis.c | 2 ++ sys/dev/pccard/pccard_cis.h | 2 ++ sys/dev/pccard/pccard_cis_quirks.c | 2 ++ sys/dev/pccard/pccard_device.c | 2 ++ sys/dev/pccard/pccardreg.h | 2 ++ sys/dev/pccard/pccardvar.h | 2 ++ sys/dev/pccard/pccardvarp.h | 2 ++ sys/dev/pccbb/pccbb.c | 2 ++ sys/dev/pccbb/pccbb_isa.c | 2 ++ sys/dev/pccbb/pccbb_pci.c | 2 ++ sys/dev/pccbb/pccbbdevid.h | 2 ++ sys/dev/pccbb/pccbbreg.h | 2 ++ sys/dev/pccbb/pccbbvar.h | 2 ++ sys/dev/pcf/envctrl.c | 2 ++ sys/dev/pcf/pcf.c | 2 ++ sys/dev/pcf/pcf_ebus.c | 2 ++ sys/dev/pcf/pcf_isa.c | 2 ++ sys/dev/pcf/pcfvar.h | 2 ++ sys/dev/pci/fixup_pci.c | 2 ++ sys/dev/pci/hostb_pci.c | 4 +++- sys/dev/pci/ignore_pci.c | 2 ++ sys/dev/pci/isa_pci.c | 2 ++ sys/dev/pci/pci.c | 2 ++ sys/dev/pci/pci_pci.c | 2 ++ sys/dev/pci/pci_private.h | 2 ++ sys/dev/pci/pci_subr.c | 2 ++ sys/dev/pci/pci_user.c | 2 ++ sys/dev/pci/pcib_private.h | 2 ++ sys/dev/pci/pcireg.h | 2 ++ sys/dev/pci/pcivar.h | 2 ++ sys/dev/pci/vga_pci.c | 2 ++ sys/dev/pdq/if_fpa.c | 2 ++ sys/dev/pdq/pdq.c | 2 ++ sys/dev/pdq/pdq_freebsd.h | 2 ++ sys/dev/pdq/pdq_ifsubr.c | 2 ++ sys/dev/pdq/pdqreg.h | 2 ++ sys/dev/pdq/pdqvar.h | 2 ++ sys/dev/powermac_nvram/powermac_nvram.c | 4 +++- sys/dev/powermac_nvram/powermac_nvramvar.h | 4 +++- sys/dev/ppbus/if_plip.c | 2 ++ sys/dev/ppbus/immio.c | 2 ++ sys/dev/ppbus/lpbb.c | 2 ++ sys/dev/ppbus/lpt.h | 2 ++ sys/dev/ppbus/pcfclock.c | 2 ++ sys/dev/ppbus/ppb_1284.c | 2 ++ sys/dev/ppbus/ppb_1284.h | 2 ++ sys/dev/ppbus/ppb_base.c | 2 ++ sys/dev/ppbus/ppb_msq.c | 2 ++ sys/dev/ppbus/ppb_msq.h | 2 ++ sys/dev/ppbus/ppbconf.c | 2 ++ sys/dev/ppbus/ppbconf.h | 2 ++ sys/dev/ppbus/ppbio.h | 2 ++ sys/dev/ppbus/ppi.c | 2 ++ sys/dev/ppbus/ppi.h | 2 ++ sys/dev/ppbus/vpo.c | 2 ++ sys/dev/ppbus/vpoio.c | 2 ++ sys/dev/ppbus/vpoio.h | 2 ++ sys/dev/ppc/ppc.c | 2 ++ sys/dev/ppc/ppc_acpi.c | 2 ++ sys/dev/ppc/ppc_isa.c | 2 ++ sys/dev/ppc/ppc_pci.c | 2 ++ sys/dev/ppc/ppc_puc.c | 2 ++ sys/dev/ppc/ppcreg.h | 2 ++ sys/dev/ppc/ppcvar.h | 2 ++ sys/dev/pst/pst-iop.c | 2 ++ sys/dev/pst/pst-iop.h | 2 ++ sys/dev/pst/pst-pci.c | 2 ++ sys/dev/pst/pst-raid.c | 2 ++ sys/dev/pty/pty.c | 2 ++ sys/dev/puc/puc.c | 2 ++ sys/dev/puc/puc_bfe.h | 2 ++ sys/dev/puc/puc_bus.h | 2 ++ sys/dev/puc/puc_cfg.c | 2 ++ sys/dev/puc/puc_cfg.h | 2 ++ sys/dev/puc/puc_pccard.c | 2 ++ sys/dev/puc/puc_pci.c | 2 ++ sys/dev/puc/pucdata.c | 2 ++ sys/dev/qlxgb/qla_dbg.c | 4 +++- sys/dev/qlxgb/qla_dbg.h | 4 +++- sys/dev/qlxgb/qla_def.h | 4 +++- sys/dev/qlxgb/qla_glbl.h | 4 +++- sys/dev/qlxgb/qla_hw.c | 4 +++- sys/dev/qlxgb/qla_hw.h | 4 +++- sys/dev/qlxgb/qla_inline.h | 4 +++- sys/dev/qlxgb/qla_ioctl.c | 4 +++- sys/dev/qlxgb/qla_ioctl.h | 4 +++- sys/dev/qlxgb/qla_isr.c | 4 +++- sys/dev/qlxgb/qla_misc.c | 4 +++- sys/dev/qlxgb/qla_os.c | 4 +++- sys/dev/qlxgb/qla_os.h | 4 +++- sys/dev/qlxgb/qla_reg.h | 4 +++- sys/dev/qlxgb/qla_ver.h | 4 +++- sys/dev/qlxgbe/ql_dbg.c | 4 +++- sys/dev/qlxgbe/ql_dbg.h | 4 +++- sys/dev/qlxgbe/ql_def.h | 4 +++- sys/dev/qlxgbe/ql_glbl.h | 4 +++- sys/dev/qlxgbe/ql_hw.c | 4 +++- sys/dev/qlxgbe/ql_hw.h | 4 +++- sys/dev/qlxgbe/ql_inline.h | 4 +++- sys/dev/qlxgbe/ql_ioctl.c | 4 +++- sys/dev/qlxgbe/ql_ioctl.h | 4 +++- sys/dev/qlxgbe/ql_isr.c | 4 +++- sys/dev/qlxgbe/ql_misc.c | 4 +++- sys/dev/qlxgbe/ql_os.c | 4 +++- sys/dev/qlxgbe/ql_os.h | 4 +++- sys/dev/qlxgbe/ql_reset.c | 4 +++- sys/dev/qlxgbe/ql_tmplt.h | 4 +++- sys/dev/qlxgbe/ql_ver.h | 4 +++- sys/dev/qlxge/qls_dbg.c | 4 +++- sys/dev/qlxge/qls_dbg.h | 4 +++- sys/dev/qlxge/qls_def.h | 4 +++- sys/dev/qlxge/qls_dump.c | 4 +++- sys/dev/qlxge/qls_dump.h | 4 +++- sys/dev/qlxge/qls_glbl.h | 4 +++- sys/dev/qlxge/qls_hw.c | 4 +++- sys/dev/qlxge/qls_hw.h | 4 +++- sys/dev/qlxge/qls_inline.h | 4 +++- sys/dev/qlxge/qls_ioctl.c | 4 +++- sys/dev/qlxge/qls_ioctl.h | 4 +++- sys/dev/qlxge/qls_isr.c | 6 +++++- sys/dev/qlxge/qls_os.c | 4 +++- sys/dev/qlxge/qls_os.h | 4 +++- sys/dev/qlxge/qls_ver.h | 4 +++- sys/dev/quicc/quicc_bfe.h | 2 ++ sys/dev/quicc/quicc_bfe_fdt.c | 2 ++ sys/dev/quicc/quicc_bus.h | 2 ++ sys/dev/quicc/quicc_core.c | 2 ++ sys/dev/rc/rc.c | 2 ++ sys/dev/rc/rcreg.h | 2 ++ sys/dev/rndtest/rndtest.c | 2 ++ sys/dev/rndtest/rndtest.h | 2 ++ sys/dev/rp/rp.c | 2 ++ sys/dev/rp/rp_isa.c | 2 ++ sys/dev/rp/rp_pci.c | 2 ++ sys/dev/rp/rpreg.h | 2 ++ sys/dev/rp/rpvar.h | 2 ++ sys/dev/rt/if_rt.c | 2 ++ sys/dev/rt/if_rtreg.h | 2 ++ sys/dev/rt/if_rtvar.h | 2 ++ sys/dev/safe/safe.c | 2 ++ sys/dev/safe/safereg.h | 2 ++ sys/dev/safe/safevar.h | 2 ++ sys/dev/scc/scc_bfe.h | 2 ++ sys/dev/scc/scc_bfe_ebus.c | 2 ++ sys/dev/scc/scc_bfe_macio.c | 2 ++ sys/dev/scc/scc_bfe_quicc.c | 2 ++ sys/dev/scc/scc_bfe_sbus.c | 2 ++ sys/dev/scc/scc_bus.h | 2 ++ sys/dev/scc/scc_core.c | 2 ++ sys/dev/scc/scc_dev_quicc.c | 2 ++ sys/dev/scc/scc_dev_sab82532.c | 2 ++ sys/dev/scc/scc_dev_z8530.c | 2 ++ sys/dev/sdhci/sdhci.c | 2 ++ sys/dev/sdhci/sdhci.h | 2 ++ sys/dev/sdhci/sdhci_fdt.c | 2 ++ sys/dev/sdhci/sdhci_pci.c | 2 ++ sys/dev/sec/sec.c | 2 ++ sys/dev/sec/sec.h | 2 ++ sys/dev/sfxge/common/efsys.h | 2 ++ sys/dev/sfxge/common/efx.h | 2 ++ sys/dev/sfxge/common/efx_bootcfg.c | 2 ++ sys/dev/sfxge/common/efx_ev.c | 2 ++ sys/dev/sfxge/common/efx_filter.c | 2 ++ sys/dev/sfxge/common/efx_impl.h | 2 ++ sys/dev/sfxge/common/efx_intr.c | 2 ++ sys/dev/sfxge/common/efx_mac.c | 2 ++ sys/dev/sfxge/common/efx_mcdi.c | 2 ++ sys/dev/sfxge/common/efx_mcdi.h | 2 ++ sys/dev/sfxge/common/efx_mon.c | 2 ++ sys/dev/sfxge/common/efx_nic.c | 2 ++ sys/dev/sfxge/common/efx_nvram.c | 2 ++ sys/dev/sfxge/common/efx_phy.c | 2 ++ sys/dev/sfxge/common/efx_port.c | 2 ++ sys/dev/sfxge/common/efx_regs.h | 2 ++ sys/dev/sfxge/common/efx_regs_ef10.h | 2 ++ sys/dev/sfxge/common/efx_regs_mcdi.h | 2 ++ sys/dev/sfxge/common/efx_regs_pci.h | 2 ++ sys/dev/sfxge/common/efx_rx.c | 2 ++ sys/dev/sfxge/common/efx_sram.c | 2 ++ sys/dev/sfxge/common/efx_tx.c | 2 ++ sys/dev/sfxge/common/efx_types.h | 2 ++ sys/dev/sfxge/common/efx_vpd.c | 2 ++ sys/dev/sfxge/common/siena_flash.h | 2 ++ sys/dev/sfxge/common/siena_impl.h | 2 ++ sys/dev/sfxge/common/siena_mac.c | 2 ++ sys/dev/sfxge/common/siena_nic.c | 2 ++ sys/dev/sfxge/common/siena_nvram.c | 2 ++ sys/dev/sfxge/common/siena_phy.c | 2 ++ sys/dev/sfxge/common/siena_sram.c | 2 ++ sys/dev/sfxge/common/siena_vpd.c | 2 ++ sys/dev/sfxge/sfxge.c | 2 ++ sys/dev/sfxge/sfxge.h | 2 ++ sys/dev/sfxge/sfxge_dma.c | 2 ++ sys/dev/sfxge/sfxge_ev.c | 2 ++ sys/dev/sfxge/sfxge_intr.c | 2 ++ sys/dev/sfxge/sfxge_mcdi.c | 2 ++ sys/dev/sfxge/sfxge_port.c | 2 ++ sys/dev/sfxge/sfxge_rx.c | 2 ++ sys/dev/sfxge/sfxge_rx.h | 2 ++ sys/dev/sfxge/sfxge_tx.c | 2 ++ sys/dev/sfxge/sfxge_tx.h | 2 ++ sys/dev/siba/siba_bwn.c | 2 ++ sys/dev/siba/siba_core.c | 2 ++ sys/dev/siba/siba_ids.h | 2 ++ sys/dev/siba/sibareg.h | 2 ++ sys/dev/siba/sibavar.h | 2 ++ sys/dev/siis/siis.c | 2 ++ sys/dev/siis/siis.h | 2 ++ sys/dev/sio/sio_isa.c | 2 ++ sys/dev/sio/sio_pccard.c | 2 ++ sys/dev/sio/sio_pci.c | 2 ++ sys/dev/sio/sio_puc.c | 2 ++ sys/dev/smbus/smb.c | 2 ++ sys/dev/smbus/smb.h | 2 ++ sys/dev/smbus/smbconf.c | 2 ++ sys/dev/smbus/smbconf.h | 2 ++ sys/dev/smbus/smbus.c | 2 ++ sys/dev/smbus/smbus.h | 2 ++ sys/dev/smc/if_smc.c | 2 ++ sys/dev/smc/if_smcreg.h | 2 ++ sys/dev/smc/if_smcvar.h | 2 ++ sys/dev/sn/if_sn.c | 2 ++ sys/dev/sn/if_sn_isa.c | 2 ++ sys/dev/sn/if_sn_pccard.c | 2 ++ sys/dev/sn/if_snreg.h | 2 ++ sys/dev/sn/if_snvar.h | 2 ++ sys/dev/sn/ositech.h | 2 ++ sys/dev/snp/snp.c | 2 ++ sys/dev/sound/chip.h | 2 ++ sys/dev/sound/clone.c | 2 ++ sys/dev/sound/clone.h | 2 ++ sys/dev/sound/driver.c | 2 ++ sys/dev/sound/isa/ad1816.c | 2 ++ sys/dev/sound/isa/ad1816.h | 2 ++ sys/dev/sound/isa/ess.c | 2 ++ sys/dev/sound/isa/gusc.c | 2 ++ sys/dev/sound/isa/mss.c | 2 ++ sys/dev/sound/isa/mss.h | 2 ++ sys/dev/sound/isa/sb.h | 2 ++ sys/dev/sound/isa/sb16.c | 2 ++ sys/dev/sound/isa/sb8.c | 2 ++ sys/dev/sound/isa/sbc.c | 2 ++ sys/dev/sound/isa/sndbuf_dma.c | 2 ++ sys/dev/sound/macio/aoa.c | 2 ++ sys/dev/sound/macio/aoa.h | 2 ++ sys/dev/sound/macio/davbus.c | 2 ++ sys/dev/sound/macio/davbusreg.h | 2 ++ sys/dev/sound/macio/i2s.c | 2 ++ sys/dev/sound/macio/onyx.c | 2 ++ sys/dev/sound/macio/snapper.c | 2 ++ sys/dev/sound/macio/tumbler.c | 2 ++ sys/dev/sound/midi/midi.c | 2 ++ sys/dev/sound/midi/midi.h | 2 ++ sys/dev/sound/midi/midiq.h | 2 ++ sys/dev/sound/midi/mpu401.c | 2 ++ sys/dev/sound/midi/mpu401.h | 2 ++ sys/dev/sound/midi/sequencer.c | 2 ++ sys/dev/sound/midi/sequencer.h | 2 ++ sys/dev/sound/pci/allegro_code.h | 2 ++ sys/dev/sound/pci/allegro_reg.h | 2 ++ sys/dev/sound/pci/als4000.c | 2 ++ sys/dev/sound/pci/als4000.h | 2 ++ sys/dev/sound/pci/atiixp.c | 2 ++ sys/dev/sound/pci/atiixp.h | 2 ++ sys/dev/sound/pci/aureal.c | 2 ++ sys/dev/sound/pci/aureal.h | 2 ++ sys/dev/sound/pci/cmi.c | 2 ++ sys/dev/sound/pci/cmireg.h | 2 ++ sys/dev/sound/pci/cs4281.c | 2 ++ sys/dev/sound/pci/cs4281.h | 2 ++ sys/dev/sound/pci/cs461x_dsp.h | 2 ++ sys/dev/sound/pci/csa.c | 2 ++ sys/dev/sound/pci/csapcm.c | 2 ++ sys/dev/sound/pci/csareg.h | 2 ++ sys/dev/sound/pci/csavar.h | 2 ++ sys/dev/sound/pci/ds1-fw.h | 2 ++ sys/dev/sound/pci/ds1.c | 2 ++ sys/dev/sound/pci/emu10k1.c | 2 ++ sys/dev/sound/pci/emu10kx-midi.c | 2 ++ sys/dev/sound/pci/emu10kx-pcm.c | 2 ++ sys/dev/sound/pci/emu10kx.c | 2 ++ sys/dev/sound/pci/emu10kx.h | 2 ++ sys/dev/sound/pci/envy24.c | 2 ++ sys/dev/sound/pci/envy24.h | 2 ++ sys/dev/sound/pci/envy24ht.c | 2 ++ sys/dev/sound/pci/envy24ht.h | 2 ++ sys/dev/sound/pci/es137x.c | 2 ++ sys/dev/sound/pci/es137x.h | 2 ++ sys/dev/sound/pci/fm801.c | 2 ++ sys/dev/sound/pci/hda/hda_reg.h | 2 ++ sys/dev/sound/pci/hda/hdaa.c | 2 ++ sys/dev/sound/pci/hda/hdaa.h | 4 +++- sys/dev/sound/pci/hda/hdaa_patches.c | 2 ++ sys/dev/sound/pci/hda/hdac.c | 2 ++ sys/dev/sound/pci/hda/hdac.h | 2 ++ sys/dev/sound/pci/hda/hdac_private.h | 2 ++ sys/dev/sound/pci/hda/hdac_reg.h | 2 ++ sys/dev/sound/pci/hda/hdacc.c | 2 ++ sys/dev/sound/pci/hdspe-pcm.c | 2 ++ sys/dev/sound/pci/hdspe.c | 2 ++ sys/dev/sound/pci/hdspe.h | 2 ++ sys/dev/sound/pci/ich.c | 2 ++ sys/dev/sound/pci/ich.h | 2 ++ sys/dev/sound/pci/maestro.c | 2 ++ sys/dev/sound/pci/maestro3.c | 2 ++ sys/dev/sound/pci/maestro_reg.h | 2 ++ sys/dev/sound/pci/neomagic-coeff.h | 2 ++ sys/dev/sound/pci/neomagic.c | 2 ++ sys/dev/sound/pci/neomagic.h | 2 ++ sys/dev/sound/pci/solo.c | 2 ++ sys/dev/sound/pci/spicds.c | 2 ++ sys/dev/sound/pci/spicds.h | 2 ++ sys/dev/sound/pci/t4dwave.c | 2 ++ sys/dev/sound/pci/t4dwave.h | 2 ++ sys/dev/sound/pci/via8233.c | 2 ++ sys/dev/sound/pci/via8233.h | 2 ++ sys/dev/sound/pci/via82c686.c | 2 ++ sys/dev/sound/pci/via82c686.h | 2 ++ sys/dev/sound/pci/vibes.c | 2 ++ sys/dev/sound/pci/vibes.h | 2 ++ sys/dev/sound/pcm/ac97.c | 2 ++ sys/dev/sound/pcm/ac97.h | 2 ++ sys/dev/sound/pcm/ac97_patch.c | 2 ++ sys/dev/sound/pcm/ac97_patch.h | 2 ++ sys/dev/sound/pcm/buffer.c | 2 ++ sys/dev/sound/pcm/buffer.h | 2 ++ sys/dev/sound/pcm/channel.c | 2 ++ sys/dev/sound/pcm/channel.h | 2 ++ sys/dev/sound/pcm/dsp.c | 2 ++ sys/dev/sound/pcm/dsp.h | 2 ++ sys/dev/sound/pcm/feeder.c | 2 ++ sys/dev/sound/pcm/feeder.h | 2 ++ sys/dev/sound/pcm/feeder_chain.c | 2 ++ sys/dev/sound/pcm/feeder_eq.c | 2 ++ sys/dev/sound/pcm/feeder_format.c | 2 ++ sys/dev/sound/pcm/feeder_matrix.c | 2 ++ sys/dev/sound/pcm/feeder_mixer.c | 2 ++ sys/dev/sound/pcm/feeder_rate.c | 2 ++ sys/dev/sound/pcm/feeder_volume.c | 2 ++ sys/dev/sound/pcm/g711.h | 2 ++ sys/dev/sound/pcm/intpcm.h | 2 ++ sys/dev/sound/pcm/matrix.h | 2 ++ sys/dev/sound/pcm/matrix_map.h | 2 ++ sys/dev/sound/pcm/mixer.c | 2 ++ sys/dev/sound/pcm/mixer.h | 2 ++ sys/dev/sound/pcm/pcm.h | 2 ++ sys/dev/sound/pcm/sndstat.c | 2 ++ sys/dev/sound/pcm/sndstat.h | 2 ++ sys/dev/sound/pcm/sound.c | 2 ++ sys/dev/sound/pcm/sound.h | 2 ++ sys/dev/sound/pcm/vchan.c | 2 ++ sys/dev/sound/pcm/vchan.h | 2 ++ sys/dev/sound/sbus/apcdmareg.h | 2 ++ sys/dev/sound/sbus/cs4231.c | 2 ++ sys/dev/sound/sbus/cs4231.h | 2 ++ sys/dev/sound/unit.c | 2 ++ sys/dev/sound/unit.h | 2 ++ sys/dev/sound/usb/uaudio.c | 2 ++ sys/dev/sound/usb/uaudio.h | 2 ++ sys/dev/sound/usb/uaudio_pcm.c | 2 ++ sys/dev/sound/usb/uaudioreg.h | 2 ++ sys/dev/sound/version.h | 2 ++ sys/dev/spibus/ofw_spibus.c | 2 ++ sys/dev/stg/tmc18c30.c | 2 ++ sys/dev/stg/tmc18c30_isa.c | 2 ++ sys/dev/stg/tmc18c30_pccard.c | 2 ++ sys/dev/stg/tmc18c30_pci.c | 2 ++ sys/dev/stg/tmc18c30_subr.c | 2 ++ sys/dev/stg/tmc18c30reg.h | 2 ++ sys/dev/stg/tmc18c30var.h | 2 ++ sys/dev/stge/if_stge.c | 2 ++ sys/dev/stge/if_stgereg.h | 2 ++ sys/dev/sym/sym_conf.h | 2 ++ sys/dev/sym/sym_defs.h | 2 ++ sys/dev/sym/sym_fw.h | 2 ++ sys/dev/sym/sym_fw1.h | 2 ++ sys/dev/sym/sym_fw2.h | 2 ++ sys/dev/sym/sym_hipd.c | 2 ++ sys/dev/syscons/apm/apm_saver.c | 2 ++ sys/dev/syscons/blank/blank_saver.c | 2 ++ sys/dev/syscons/daemon/daemon_saver.c | 2 ++ sys/dev/syscons/dragon/dragon_saver.c | 2 ++ sys/dev/syscons/fade/fade_saver.c | 2 ++ sys/dev/syscons/fire/fire_saver.c | 2 ++ sys/dev/syscons/green/green_saver.c | 2 ++ sys/dev/syscons/logo/logo_saver.c | 2 ++ sys/dev/syscons/rain/rain_saver.c | 2 ++ sys/dev/syscons/scgfbrndr.c | 2 ++ sys/dev/syscons/schistory.c | 2 ++ sys/dev/syscons/scmouse.c | 2 ++ sys/dev/syscons/scterm-teken.c | 2 ++ sys/dev/syscons/scterm.c | 2 ++ sys/dev/syscons/scvesactl.c | 2 ++ sys/dev/syscons/scvgarndr.c | 2 ++ sys/dev/syscons/scvidctl.c | 2 ++ sys/dev/syscons/scvtb.c | 2 ++ sys/dev/syscons/snake/snake_saver.c | 2 ++ sys/dev/syscons/star/star_saver.c | 2 ++ sys/dev/syscons/syscons.c | 2 ++ sys/dev/syscons/syscons.h | 2 ++ sys/dev/syscons/sysmouse.c | 2 ++ sys/dev/syscons/warp/warp_saver.c | 2 ++ sys/dev/tdfx/tdfx_io.h | 2 ++ sys/dev/tdfx/tdfx_linux.c | 2 ++ sys/dev/tdfx/tdfx_linux.h | 2 ++ sys/dev/tdfx/tdfx_pci.c | 2 ++ sys/dev/tdfx/tdfx_pci.h | 2 ++ sys/dev/tdfx/tdfx_vars.h | 2 ++ sys/dev/terasic/de4led/terasic_de4led.c | 2 ++ sys/dev/terasic/de4led/terasic_de4led.h | 2 ++ sys/dev/terasic/de4led/terasic_de4led_fdt.c | 2 ++ sys/dev/terasic/de4led/terasic_de4led_nexus.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl.h | 2 ++ sys/dev/terasic/mtl/terasic_mtl_fdt.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl_nexus.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl_pixel.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl_reg.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl_syscons.c | 2 ++ sys/dev/terasic/mtl/terasic_mtl_text.c | 2 ++ sys/dev/trm/trm.c | 2 ++ sys/dev/trm/trm.h | 2 ++ sys/dev/tsec/if_tsec.c | 2 ++ sys/dev/tsec/if_tsec.h | 2 ++ sys/dev/tsec/if_tsec_fdt.c | 2 ++ sys/dev/tsec/if_tsecreg.h | 2 ++ sys/dev/twa/tw_cl.h | 4 +++- sys/dev/twa/tw_cl_externs.h | 4 +++- sys/dev/twa/tw_cl_fwif.h | 4 +++- sys/dev/twa/tw_cl_init.c | 4 +++- sys/dev/twa/tw_cl_intr.c | 4 +++- sys/dev/twa/tw_cl_io.c | 4 +++- sys/dev/twa/tw_cl_ioctl.h | 4 +++- sys/dev/twa/tw_cl_misc.c | 4 +++- sys/dev/twa/tw_cl_share.h | 4 +++- sys/dev/twa/tw_osl.h | 4 +++- sys/dev/twa/tw_osl_cam.c | 4 +++- sys/dev/twa/tw_osl_externs.h | 4 +++- sys/dev/twa/tw_osl_freebsd.c | 4 +++- sys/dev/twa/tw_osl_includes.h | 4 +++- sys/dev/twa/tw_osl_inline.h | 4 +++- sys/dev/twa/tw_osl_ioctl.h | 4 +++- sys/dev/twa/tw_osl_share.h | 4 +++- sys/dev/twa/tw_osl_types.h | 4 +++- sys/dev/twe/twe.c | 2 ++ sys/dev/twe/twe_compat.h | 2 ++ sys/dev/twe/twe_freebsd.c | 2 ++ sys/dev/twe/twe_tables.h | 2 ++ sys/dev/twe/tweio.h | 2 ++ sys/dev/twe/twereg.h | 2 ++ sys/dev/twe/twevar.h | 2 ++ sys/dev/tws/tws_cam.c | 2 ++ sys/dev/tx/if_tx.c | 2 ++ sys/dev/tx/if_txreg.h | 2 ++ sys/dev/tx/if_txvar.h | 2 ++ sys/dev/txp/3c990img.h | 2 ++ sys/dev/txp/if_txpreg.h | 2 ++ sys/dev/uart/uart.h | 2 ++ sys/dev/uart/uart_bus.h | 2 ++ sys/dev/uart/uart_bus_acpi.c | 2 ++ sys/dev/uart/uart_bus_ebus.c | 2 ++ sys/dev/uart/uart_bus_fdt.c | 2 ++ sys/dev/uart/uart_bus_isa.c | 2 ++ sys/dev/uart/uart_bus_pccard.c | 2 ++ sys/dev/uart/uart_bus_pci.c | 2 ++ sys/dev/uart/uart_bus_puc.c | 2 ++ sys/dev/uart/uart_bus_scc.c | 2 ++ sys/dev/uart/uart_core.c | 2 ++ sys/dev/uart/uart_cpu.h | 2 ++ sys/dev/uart/uart_cpu_fdt.c | 2 ++ sys/dev/uart/uart_cpu_powerpc.c | 2 ++ sys/dev/uart/uart_cpu_sparc64.c | 2 ++ sys/dev/uart/uart_cpu_x86.c | 2 ++ sys/dev/uart/uart_dbg.c | 2 ++ sys/dev/uart/uart_dev_imx.c | 2 ++ sys/dev/uart/uart_dev_lpc.c | 2 ++ sys/dev/uart/uart_dev_ns8250.c | 2 ++ sys/dev/uart/uart_dev_ns8250.h | 2 ++ sys/dev/uart/uart_dev_pl011.c | 2 ++ sys/dev/uart/uart_dev_quicc.c | 2 ++ sys/dev/uart/uart_dev_sab82532.c | 2 ++ sys/dev/uart/uart_dev_ti8250.c | 2 ++ sys/dev/uart/uart_dev_z8530.c | 2 ++ sys/dev/uart/uart_kbd_sun.c | 2 ++ sys/dev/uart/uart_kbd_sun.h | 2 ++ sys/dev/uart/uart_subr.c | 2 ++ sys/dev/uart/uart_tty.c | 2 ++ sys/dev/ubsec/ubsec.c | 2 ++ sys/dev/ubsec/ubsecreg.h | 2 ++ sys/dev/ubsec/ubsecvar.h | 2 ++ sys/dev/usb/controller/at91dci.c | 2 ++ sys/dev/usb/controller/at91dci.h | 2 ++ sys/dev/usb/controller/at91dci_atmelarm.c | 2 ++ sys/dev/usb/controller/at91dci_fdt.c | 2 ++ sys/dev/usb/controller/atmegadci.c | 2 ++ sys/dev/usb/controller/atmegadci.h | 2 ++ sys/dev/usb/controller/atmegadci_atmelarm.c | 2 ++ sys/dev/usb/controller/avr32dci.c | 2 ++ sys/dev/usb/controller/avr32dci.h | 2 ++ sys/dev/usb/controller/dwc_otg.c | 2 ++ sys/dev/usb/controller/dwc_otg.h | 2 ++ sys/dev/usb/controller/dwc_otg_fdt.c | 2 ++ sys/dev/usb/controller/dwc_otgreg.h | 2 ++ sys/dev/usb/controller/ehci.c | 2 ++ sys/dev/usb/controller/ehci.h | 2 ++ sys/dev/usb/controller/ehci_fsl.c | 2 ++ sys/dev/usb/controller/ehci_imx.c | 2 ++ sys/dev/usb/controller/ehci_ixp4xx.c | 2 ++ sys/dev/usb/controller/ehci_pci.c | 2 ++ sys/dev/usb/controller/ehcireg.h | 2 ++ sys/dev/usb/controller/musb_otg.c | 2 ++ sys/dev/usb/controller/musb_otg.h | 2 ++ sys/dev/usb/controller/musb_otg_atmelarm.c | 2 ++ sys/dev/usb/controller/ohci.c | 2 ++ sys/dev/usb/controller/ohci.h | 2 ++ sys/dev/usb/controller/ohci_pci.c | 2 ++ sys/dev/usb/controller/ohci_s3c24x0.c | 2 ++ sys/dev/usb/controller/ohcireg.h | 2 ++ sys/dev/usb/controller/uhci.c | 2 ++ sys/dev/usb/controller/uhci.h | 2 ++ sys/dev/usb/controller/uhci_pci.c | 2 ++ sys/dev/usb/controller/uhcireg.h | 2 ++ sys/dev/usb/controller/usb_controller.c | 2 ++ sys/dev/usb/controller/uss820dci.c | 2 ++ sys/dev/usb/controller/uss820dci.h | 2 ++ sys/dev/usb/controller/uss820dci_atmelarm.c | 2 ++ sys/dev/usb/controller/xhci.c | 2 ++ sys/dev/usb/controller/xhci.h | 2 ++ sys/dev/usb/controller/xhci_pci.c | 2 ++ sys/dev/usb/controller/xhcireg.h | 2 ++ sys/dev/usb/gadget/g_audio.c | 2 ++ sys/dev/usb/gadget/g_audio.h | 2 ++ sys/dev/usb/gadget/g_keyboard.c | 2 ++ sys/dev/usb/gadget/g_keyboard.h | 2 ++ sys/dev/usb/gadget/g_modem.c | 2 ++ sys/dev/usb/gadget/g_modem.h | 2 ++ sys/dev/usb/gadget/g_mouse.c | 2 ++ sys/dev/usb/gadget/g_mouse.h | 2 ++ sys/dev/usb/input/atp.c | 2 ++ sys/dev/usb/input/uep.c | 2 ++ sys/dev/usb/input/uhid.c | 2 ++ sys/dev/usb/input/ukbd.c | 2 ++ sys/dev/usb/input/ums.c | 2 ++ sys/dev/usb/input/usb_rdesc.h | 2 ++ sys/dev/usb/input/wsp.c | 2 ++ sys/dev/usb/misc/ufm.c | 2 ++ sys/dev/usb/net/if_axge.c | 2 ++ sys/dev/usb/net/if_axgereg.h | 2 ++ sys/dev/usb/net/if_ipheth.c | 2 ++ sys/dev/usb/net/if_iphethvar.h | 2 ++ sys/dev/usb/net/if_mos.c | 2 ++ sys/dev/usb/net/if_ruereg.h | 2 ++ sys/dev/usb/net/if_smsc.c | 2 ++ sys/dev/usb/net/if_smscreg.h | 2 ++ sys/dev/usb/net/if_usie.c | 2 ++ sys/dev/usb/net/if_usievar.h | 2 ++ sys/dev/usb/net/ruephy.c | 2 ++ sys/dev/usb/net/ruephyreg.h | 2 ++ sys/dev/usb/net/uhso.c | 2 ++ sys/dev/usb/net/usb_ethernet.c | 2 ++ sys/dev/usb/net/usb_ethernet.h | 2 ++ sys/dev/usb/quirk/usb_quirk.c | 2 ++ sys/dev/usb/quirk/usb_quirk.h | 2 ++ sys/dev/usb/serial/ubsa.c | 2 ++ sys/dev/usb/serial/ubser.c | 2 ++ sys/dev/usb/serial/uchcom.c | 2 ++ sys/dev/usb/serial/ucycom.c | 2 ++ sys/dev/usb/serial/ufoma.c | 2 ++ sys/dev/usb/serial/uftdi.c | 2 ++ sys/dev/usb/serial/ugensa.c | 4 +++- sys/dev/usb/serial/uipaq.c | 4 +++- sys/dev/usb/serial/ulpt.c | 2 ++ sys/dev/usb/serial/umcs.c | 2 ++ sys/dev/usb/serial/umcs.h | 2 ++ sys/dev/usb/serial/umct.c | 2 ++ sys/dev/usb/serial/umodem.c | 2 ++ sys/dev/usb/serial/uplcom.c | 2 ++ sys/dev/usb/serial/usb_serial.c | 2 ++ sys/dev/usb/serial/usb_serial.h | 2 ++ sys/dev/usb/serial/uvisor.c | 2 ++ sys/dev/usb/serial/uvscom.c | 2 ++ sys/dev/usb/storage/umass.c | 2 ++ sys/dev/usb/storage/urio.c | 2 ++ sys/dev/usb/storage/ustorage_fs.c | 2 ++ sys/dev/usb/template/usb_template.c | 2 ++ sys/dev/usb/template/usb_template.h | 2 ++ sys/dev/usb/template/usb_template_audio.c | 2 ++ sys/dev/usb/template/usb_template_cdce.c | 2 ++ sys/dev/usb/template/usb_template_kbd.c | 2 ++ sys/dev/usb/template/usb_template_modem.c | 2 ++ sys/dev/usb/template/usb_template_mouse.c | 2 ++ sys/dev/usb/template/usb_template_msc.c | 2 ++ sys/dev/usb/template/usb_template_mtp.c | 2 ++ sys/dev/usb/ufm_ioctl.h | 2 ++ sys/dev/usb/usb.h | 2 ++ sys/dev/usb/usb_bus.h | 2 ++ sys/dev/usb/usb_busdma.c | 2 ++ sys/dev/usb/usb_busdma.h | 2 ++ sys/dev/usb/usb_cdc.h | 2 ++ sys/dev/usb/usb_controller.h | 2 ++ sys/dev/usb/usb_core.c | 2 ++ sys/dev/usb/usb_core.h | 2 ++ sys/dev/usb/usb_debug.c | 2 ++ sys/dev/usb/usb_debug.h | 2 ++ sys/dev/usb/usb_dev.c | 2 ++ sys/dev/usb/usb_dev.h | 2 ++ sys/dev/usb/usb_device.c | 2 ++ sys/dev/usb/usb_device.h | 2 ++ sys/dev/usb/usb_dynamic.c | 2 ++ sys/dev/usb/usb_dynamic.h | 2 ++ sys/dev/usb/usb_endian.h | 2 ++ sys/dev/usb/usb_error.c | 2 ++ sys/dev/usb/usb_freebsd.h | 2 ++ sys/dev/usb/usb_freebsd_loader.h | 2 ++ sys/dev/usb/usb_generic.c | 2 ++ sys/dev/usb/usb_generic.h | 2 ++ sys/dev/usb/usb_handle_request.c | 2 ++ sys/dev/usb/usb_hid.c | 2 ++ sys/dev/usb/usb_hub.c | 2 ++ sys/dev/usb/usb_hub.h | 2 ++ sys/dev/usb/usb_ioctl.h | 2 ++ sys/dev/usb/usb_lookup.c | 2 ++ sys/dev/usb/usb_mbuf.c | 2 ++ sys/dev/usb/usb_mbuf.h | 2 ++ sys/dev/usb/usb_msctest.c | 2 ++ sys/dev/usb/usb_msctest.h | 2 ++ sys/dev/usb/usb_parse.c | 2 ++ sys/dev/usb/usb_pci.h | 2 ++ sys/dev/usb/usb_process.c | 2 ++ sys/dev/usb/usb_process.h | 2 ++ sys/dev/usb/usb_request.c | 2 ++ sys/dev/usb/usb_request.h | 2 ++ sys/dev/usb/usb_transfer.c | 2 ++ sys/dev/usb/usb_transfer.h | 2 ++ sys/dev/usb/usb_util.c | 2 ++ sys/dev/usb/usb_util.h | 2 ++ sys/dev/usb/usbdi.h | 2 ++ sys/dev/usb/usbdi_util.h | 2 ++ sys/dev/usb/usbhid.h | 2 ++ sys/dev/usb/wlan/if_uath.c | 2 ++ sys/dev/usb/wlan/if_zydfw.h | 2 ++ sys/dev/viawd/viawd.c | 2 ++ sys/dev/viawd/viawd.h | 2 ++ sys/dev/virtio/balloon/virtio_balloon.c | 2 ++ sys/dev/virtio/block/virtio_blk.c | 2 ++ sys/dev/virtio/network/if_vtnet.c | 2 ++ sys/dev/virtio/network/if_vtnetvar.h | 2 ++ sys/dev/virtio/pci/virtio_pci.c | 2 ++ sys/dev/virtio/random/virtio_random.c | 2 ++ sys/dev/virtio/scsi/virtio_scsi.c | 2 ++ sys/dev/virtio/scsi/virtio_scsi.h | 2 ++ sys/dev/virtio/scsi/virtio_scsivar.h | 2 ++ sys/dev/virtio/virtio.c | 2 ++ sys/dev/virtio/virtqueue.c | 2 ++ sys/dev/virtio/virtqueue.h | 2 ++ sys/dev/vkbd/vkbd.c | 2 ++ sys/dev/vkbd/vkbd_var.h | 2 ++ sys/dev/vt/colors/vt_termcolors.c | 2 ++ sys/dev/vt/colors/vt_termcolors.h | 2 ++ sys/dev/vt/font/vt_font_default.c | 2 ++ sys/dev/vt/font/vt_mouse_cursor.c | 2 ++ sys/dev/vt/hw/efifb/efifb.c | 2 ++ sys/dev/vt/hw/fb/vt_early_fb.c | 2 ++ sys/dev/vt/hw/fb/vt_fb.c | 2 ++ sys/dev/vt/hw/fb/vt_fb.h | 2 ++ sys/dev/vt/hw/ofwfb/ofwfb.c | 2 ++ sys/dev/vt/logo/logo_freebsd.c | 2 ++ sys/dev/vt/vt.h | 2 ++ sys/dev/vt/vt_buf.c | 2 ++ sys/dev/vt/vt_consolectl.c | 2 ++ sys/dev/vt/vt_core.c | 2 ++ sys/dev/vt/vt_font.c | 2 ++ sys/dev/vt/vt_sysmouse.c | 2 ++ sys/dev/vte/if_vte.c | 2 ++ sys/dev/vte/if_vtereg.h | 2 ++ sys/dev/vte/if_vtevar.h | 2 ++ sys/dev/vx/if_vx.c | 2 ++ sys/dev/vx/if_vxreg.h | 2 ++ sys/dev/vx/if_vxvar.h | 2 ++ sys/dev/watchdog/watchdog.c | 2 ++ sys/dev/wbwd/wbwd.c | 2 ++ sys/dev/wtap/if_medium.c | 2 ++ sys/dev/wtap/if_medium.h | 2 ++ sys/dev/wtap/if_wtap.c | 2 ++ sys/dev/wtap/if_wtap_module.c | 2 ++ sys/dev/wtap/if_wtapioctl.h | 2 ++ sys/dev/wtap/if_wtapvar.h | 2 ++ sys/dev/wtap/plugins/visibility.c | 2 ++ sys/dev/wtap/plugins/visibility.h | 2 ++ sys/dev/wtap/plugins/visibility_ioctl.h | 2 ++ sys/dev/wtap/plugins/wtap_plugin.h | 2 ++ sys/dev/wtap/wtap_hal/hal.c | 2 ++ sys/dev/wtap/wtap_hal/hal.h | 2 ++ sys/dev/wtap/wtap_hal/handler.h | 2 ++ sys/dev/xe/if_xe.c | 2 ++ sys/dev/xe/if_xe_pccard.c | 2 ++ sys/dev/xe/if_xereg.h | 2 ++ sys/dev/xe/if_xevar.h | 2 ++ sys/dev/xen/blkback/blkback.c | 2 ++ sys/dev/xen/control/control.c | 2 ++ sys/dev/xen/netback/netback.c | 2 ++ sys/dev/xen/netback/netback_unit_tests.c | 2 ++ sys/dev/xen/netfront/netfront.c | 2 ++ sys/dev/xen/timer/timer.c | 2 ++ sys/dev/xen/timer/timer.h | 2 ++ sys/dev/xen/xenpci/xenpci.c | 4 +++- sys/dev/xen/xenpci/xenpcivar.h | 4 +++- sys/dev/xl/xlphy.c | 2 ++ 1982 files changed, 4089 insertions(+), 159 deletions(-) diff --git a/sys/dev/aac/aac.c b/sys/dev/aac/aac.c index eb1a14218e0..3f054ba8983 100644 --- a/sys/dev/aac/aac.c +++ b/sys/dev/aac/aac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_cam.c b/sys/dev/aac/aac_cam.c index dc589c32e1c..2e95b6da140 100644 --- a/sys/dev/aac/aac_cam.c +++ b/sys/dev/aac/aac_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec, Inc. * All rights reserved. * diff --git a/sys/dev/aac/aac_debug.c b/sys/dev/aac/aac_debug.c index 6dd84f5060f..b1d79b92250 100644 --- a/sys/dev/aac/aac_debug.c +++ b/sys/dev/aac/aac_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_disk.c b/sys/dev/aac/aac_disk.c index 89c0fa6d673..1a547ed039a 100644 --- a/sys/dev/aac/aac_disk.c +++ b/sys/dev/aac/aac_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_linux.c b/sys/dev/aac/aac_linux.c index 71a20ffd401..02babb5c057 100644 --- a/sys/dev/aac/aac_linux.c +++ b/sys/dev/aac/aac_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Scott Long * All rights reserved. * diff --git a/sys/dev/aac/aac_pci.c b/sys/dev/aac/aac_pci.c index 83e7e63fda8..1685abe8a00 100644 --- a/sys/dev/aac/aac_pci.c +++ b/sys/dev/aac/aac_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index 6f52d5d41cd..a973f52f54c 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h index 70859bbff05..d0800f3d588 100644 --- a/sys/dev/aac/aacreg.h +++ b/sys/dev/aac/aacreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000-2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aac/aacvar.h b/sys/dev/aac/aacvar.h index bcedff59f1f..f3bbb53b21e 100644 --- a/sys/dev/aac/aacvar.h +++ b/sys/dev/aac/aacvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid.c b/sys/dev/aacraid/aacraid.c index a1af1008fff..920dbc6df93 100644 --- a/sys/dev/aacraid/aacraid.c +++ b/sys/dev/aacraid/aacraid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_cam.c b/sys/dev/aacraid/aacraid_cam.c index 5a3d2c68013..baddaae2758 100644 --- a/sys/dev/aacraid/aacraid_cam.c +++ b/sys/dev/aacraid/aacraid_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_debug.c b/sys/dev/aacraid/aacraid_debug.c index db3bab554a0..75d02333929 100644 --- a/sys/dev/aacraid/aacraid_debug.c +++ b/sys/dev/aacraid/aacraid_debug.c @@ -1,5 +1,6 @@ - /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_debug.h b/sys/dev/aacraid/aacraid_debug.h index d79bb922620..5ef43a4dc46 100644 --- a/sys/dev/aacraid/aacraid_debug.h +++ b/sys/dev/aacraid/aacraid_debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. * All rights reserved. diff --git a/sys/dev/aacraid/aacraid_linux.c b/sys/dev/aacraid/aacraid_linux.c index 10dd11ac02c..9ea9458ddec 100644 --- a/sys/dev/aacraid/aacraid_linux.c +++ b/sys/dev/aacraid/aacraid_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Scott Long * Copyright (c) 2002-2010 Adaptec, Inc. * Copyright (c) 2010-2012 PMC-Sierra, Inc. diff --git a/sys/dev/aacraid/aacraid_pci.c b/sys/dev/aacraid/aacraid_pci.c index 0f67c742be0..1f17a7c9345 100644 --- a/sys/dev/aacraid/aacraid_pci.c +++ b/sys/dev/aacraid/aacraid_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_reg.h b/sys/dev/aacraid/aacraid_reg.h index b02d1936862..f58d36518cd 100644 --- a/sys/dev/aacraid/aacraid_reg.h +++ b/sys/dev/aacraid/aacraid_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000-2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/aacraid/aacraid_var.h b/sys/dev/aacraid/aacraid_var.h index 55035a93dff..942198177d7 100644 --- a/sys/dev/aacraid/aacraid_var.h +++ b/sys/dev/aacraid/aacraid_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2001 Scott Long * Copyright (c) 2000 BSDi diff --git a/sys/dev/adb/adb.h b/sys/dev/adb/adb.h index acb5ae27d4c..623dda13402 100644 --- a/sys/dev/adb/adb.h +++ b/sys/dev/adb/adb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c index fd46f27e963..4c504a65a93 100644 --- a/sys/dev/adb/adb_bus.c +++ b/sys/dev/adb/adb_bus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_buttons.c b/sys/dev/adb/adb_buttons.c index b311b28daec..3d8726e152b 100644 --- a/sys/dev/adb/adb_buttons.c +++ b/sys/dev/adb/adb_buttons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2011, Justin Hibbits. * Copyright (c) 2002, Miodrag Vallat. * Copyright (C) 1999 Tsubai Masanari. All rights reserved. diff --git a/sys/dev/adb/adb_kbd.c b/sys/dev/adb/adb_kbd.c index cd2a9a7b763..88399d54af7 100644 --- a/sys/dev/adb/adb_kbd.c +++ b/sys/dev/adb/adb_kbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adb_mouse.c b/sys/dev/adb/adb_mouse.c index 9f9d81f1f54..8b9e3fae7b6 100644 --- a/sys/dev/adb/adb_mouse.c +++ b/sys/dev/adb/adb_mouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adb/adbvar.h b/sys/dev/adb/adbvar.h index 47afb355422..5f8184e102b 100644 --- a/sys/dev/adb/adbvar.h +++ b/sys/dev/adb/adbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/adlink/adlink.c b/sys/dev/adlink/adlink.c index 4180f57ae38..10bb4058992 100644 --- a/sys/dev/adlink/adlink.c +++ b/sys/dev/adlink/adlink.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003-2004 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/dev/advansys/adv_isa.c b/sys/dev/advansys/adv_isa.c index 49644b26e81..2577aab9747 100644 --- a/sys/dev/advansys/adv_isa.c +++ b/sys/dev/advansys/adv_isa.c @@ -20,6 +20,8 @@ * ** This board has been sold by SIIG as the i540 SpeedMaster. * *** This board has been sold by SIIG as the i542 SpeedMaster. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, 1997 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c index 8b4b3f5874c..a33e5a106f0 100644 --- a/sys/dev/advansys/adv_pci.c +++ b/sys/dev/advansys/adv_pci.c @@ -33,6 +33,8 @@ * * This board has been sold by SIIG as the Fast SCSI Pro PCI. * ** This board has been sold by Iomega as a Jaz Jet PCI adapter. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advansys.c b/sys/dev/advansys/advansys.c index a875fe5ccb6..bb6bffeb075 100644 --- a/sys/dev/advansys/advansys.c +++ b/sys/dev/advansys/advansys.c @@ -7,6 +7,8 @@ * ABP940UA, ABP950, ABP960, ABP960U, ABP960UA, * ABP970, ABP970U * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advansys.h b/sys/dev/advansys/advansys.h index 04c7f0b3030..f7ee79459f6 100644 --- a/sys/dev/advansys/advansys.h +++ b/sys/dev/advansys/advansys.h @@ -2,6 +2,8 @@ * Generic driver definitions and exported functions for the Advanced * Systems Inc. SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advlib.c b/sys/dev/advansys/advlib.c index 5a448e4bf9f..0a1e5b41ce6 100644 --- a/sys/dev/advansys/advlib.c +++ b/sys/dev/advansys/advlib.c @@ -1,6 +1,8 @@ /*- * Low level routines for the Advanced Systems Inc. SCSI controllers chips * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997, 1999-2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/advlib.h b/sys/dev/advansys/advlib.h index 9fd6d1b2665..a7acf938ee7 100644 --- a/sys/dev/advansys/advlib.h +++ b/sys/dev/advansys/advlib.h @@ -2,6 +2,8 @@ * Definitions for low level routines and data structures * for the Advanced Systems Inc. SCSI controllers chips. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1997, 1999-2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c index f8fa3d0ce92..fa76428a4fc 100644 --- a/sys/dev/advansys/adw_pci.c +++ b/sys/dev/advansys/adw_pci.c @@ -8,6 +8,8 @@ * ABP3940U2W - Bus-Master PCI LVD/Ultra2-Wide (253 CDB) * ABP3950U2W - Bus-Master PCI LVD/Ultra2-Wide (253 CDB) * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwcam.c b/sys/dev/advansys/adwcam.c index 02f9c49d800..f4d4b3ad007 100644 --- a/sys/dev/advansys/adwcam.c +++ b/sys/dev/advansys/adwcam.c @@ -6,6 +6,8 @@ * * adw_pci.c ABP[3]940UW, ABP950UW, ABP3940U2W * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwlib.c b/sys/dev/advansys/adwlib.c index e201cdfa651..c88580ca1af 100644 --- a/sys/dev/advansys/adwlib.c +++ b/sys/dev/advansys/adwlib.c @@ -2,6 +2,8 @@ * Low level routines for Second Generation * Advanced Systems Inc. SCSI controllers chips * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwlib.h b/sys/dev/advansys/adwlib.h index a73098539f2..62977445363 100644 --- a/sys/dev/advansys/adwlib.h +++ b/sys/dev/advansys/adwlib.h @@ -2,6 +2,8 @@ * Definitions for low level routines and data structures * for the Advanced Systems Inc. SCSI controllers chips. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/advansys/adwvar.h b/sys/dev/advansys/adwvar.h index 4d760372596..35af9a1f5f1 100644 --- a/sys/dev/advansys/adwvar.h +++ b/sys/dev/advansys/adwvar.h @@ -2,6 +2,8 @@ * Generic driver definitions and exported functions for the Advanced * Systems Inc. Second Generation SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000 Justin Gibbs. * All rights reserved. * diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c index 0734335ca77..9a6d9fabb9a 100644 --- a/sys/dev/ae/if_ae.c +++ b/sys/dev/ae/if_ae.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov . * All rights reserved. * diff --git a/sys/dev/ae/if_aereg.h b/sys/dev/ae/if_aereg.h index 4e0ae3bbe49..c42da11f1e1 100644 --- a/sys/dev/ae/if_aereg.h +++ b/sys/dev/ae/if_aereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov . * All rights reserved. * diff --git a/sys/dev/ae/if_aevar.h b/sys/dev/ae/if_aevar.h index a250fd2efa7..030f3604dd1 100644 --- a/sys/dev/ae/if_aevar.h +++ b/sys/dev/ae/if_aevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Stanislav Sedov . * All rights reserved. * diff --git a/sys/dev/age/if_age.c b/sys/dev/age/if_age.c index 8427dbd4f05..3cf2903cb98 100644 --- a/sys/dev/age/if_age.c +++ b/sys/dev/age/if_age.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/age/if_agereg.h b/sys/dev/age/if_agereg.h index 284e5a4ee65..b49c28aac05 100644 --- a/sys/dev/age/if_agereg.h +++ b/sys/dev/age/if_agereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/age/if_agevar.h b/sys/dev/age/if_agevar.h index 14792726ca1..3a4b97b9533 100644 --- a/sys/dev/age/if_agevar.h +++ b/sys/dev/age/if_agevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/agp/agp.c b/sys/dev/agp/agp.c index 47c0aaa046c..208cb395118 100644 --- a/sys/dev/agp/agp.c +++ b/sys/dev/agp/agp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_ali.c b/sys/dev/agp/agp_ali.c index f44cc89d61c..01c45df7a66 100644 --- a/sys/dev/agp/agp_ali.c +++ b/sys/dev/agp/agp_ali.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_amd.c b/sys/dev/agp/agp_amd.c index a39dec5bec8..d80ed178348 100644 --- a/sys/dev/agp/agp_amd.c +++ b/sys/dev/agp/agp_amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_amd64.c b/sys/dev/agp/agp_amd64.c index f18a6a55446..b8c08b6ba10 100644 --- a/sys/dev/agp/agp_amd64.c +++ b/sys/dev/agp/agp_amd64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 Jung-uk Kim * All rights reserved. * diff --git a/sys/dev/agp/agp_apple.c b/sys/dev/agp/agp_apple.c index cc3723b321d..755fba53bf3 100644 --- a/sys/dev/agp/agp_apple.c +++ b/sys/dev/agp/agp_apple.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/agp/agp_ati.c b/sys/dev/agp/agp_ati.c index eaf0efa80f9..ee31fdbb4ce 100644 --- a/sys/dev/agp/agp_ati.c +++ b/sys/dev/agp/agp_ati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Eric Anholt * All rights reserved. * diff --git a/sys/dev/agp/agp_i810.c b/sys/dev/agp/agp_i810.c index 63315308aae..bb57bfa02cb 100644 --- a/sys/dev/agp/agp_i810.c +++ b/sys/dev/agp/agp_i810.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * Copyright (c) 2000 Ruslan Ermilov * Copyright (c) 2011 The FreeBSD Foundation diff --git a/sys/dev/agp/agp_i810.h b/sys/dev/agp/agp_i810.h index 1df5e78a162..211675c4a67 100644 --- a/sys/dev/agp/agp_i810.h +++ b/sys/dev/agp/agp_i810.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/agp/agp_intel.c b/sys/dev/agp/agp_intel.c index 719758034ce..226e2f5a6f3 100644 --- a/sys/dev/agp/agp_intel.c +++ b/sys/dev/agp/agp_intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_nvidia.c b/sys/dev/agp/agp_nvidia.c index 61ae551d5ef..40b999490d9 100644 --- a/sys/dev/agp/agp_nvidia.c +++ b/sys/dev/agp/agp_nvidia.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Matthew N. Dodd * All rights reserved. * diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c index 91620de16d2..06e57e9885b 100644 --- a/sys/dev/agp/agp_sis.c +++ b/sys/dev/agp/agp_sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agp_via.c b/sys/dev/agp/agp_via.c index 8b054fecac8..c0f35b4d104 100644 --- a/sys/dev/agp/agp_via.c +++ b/sys/dev/agp/agp_via.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agppriv.h b/sys/dev/agp/agppriv.h index 2436af29d57..f6fa3c5526b 100644 --- a/sys/dev/agp/agppriv.h +++ b/sys/dev/agp/agppriv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agpreg.h b/sys/dev/agp/agpreg.h index 3f473da67e0..3a0abfeccd0 100644 --- a/sys/dev/agp/agpreg.h +++ b/sys/dev/agp/agpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/agp/agpvar.h b/sys/dev/agp/agpvar.h index 2c2c87a0871..c3c901dcf53 100644 --- a/sys/dev/agp/agpvar.h +++ b/sys/dev/agp/agpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Doug Rabson * All rights reserved. * diff --git a/sys/dev/aha/aha.c b/sys/dev/aha/aha.c index d2709a72e67..970c99d1471 100644 --- a/sys/dev/aha/aha.c +++ b/sys/dev/aha/aha.c @@ -1,10 +1,12 @@ -/* +/*- * Generic register and struct definitions for the Adaptech 154x * SCSI host adapters. Product specific probe and attach routines can * be found in: * aha 1542A/1542B/1542C/1542CF/1542CP aha_isa.c */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 M. Warner Losh. * All Rights Reserved. * diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index db6fa0c3fc3..0ada1c7a5a5 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -3,6 +3,8 @@ * Adaptec 154x. */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2003 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/aha/ahareg.h b/sys/dev/aha/ahareg.h index d85055a3561..541c7b83ad3 100644 --- a/sys/dev/aha/ahareg.h +++ b/sys/dev/aha/ahareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Generic register and struct definitions for the Adaptech 1540, 1542, * SCSI host adapters. Product specific probe and attach * routines can be found in: diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 35893bf6ce8..a2b772aa5f7 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Alexander Motin * All rights reserved. * diff --git a/sys/dev/ahci/ahci.h b/sys/dev/ahci/ahci.h index 456fda51e14..7cd8da838a3 100644 --- a/sys/dev/ahci/ahci.h +++ b/sys/dev/ahci/ahci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * Copyright (c) 2009-2012 Alexander Motin * All rights reserved. diff --git a/sys/dev/ahci/ahciem.c b/sys/dev/ahci/ahciem.c index e049297b82d..9bb4d971776 100644 --- a/sys/dev/ahci/ahciem.c +++ b/sys/dev/ahci/ahciem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Alexander Motin * All rights reserved. * diff --git a/sys/dev/aic/aic.c b/sys/dev/aic/aic.c index c728710989a..b6d81269064 100644 --- a/sys/dev/aic/aic.c +++ b/sys/dev/aic/aic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aic6360reg.h b/sys/dev/aic/aic6360reg.h index 53962aed9d3..88187f21fbd 100644 --- a/sys/dev/aic/aic6360reg.h +++ b/sys/dev/aic/aic6360reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Charles Hannum. * Copyright (c) 1994 Jarle Greipsland. * All rights reserved. diff --git a/sys/dev/aic/aic_isa.c b/sys/dev/aic/aic_isa.c index 5d4b08b65f2..3258269acde 100644 --- a/sys/dev/aic/aic_isa.c +++ b/sys/dev/aic/aic_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aic_pccard.c b/sys/dev/aic/aic_pccard.c index c16c90ec67d..5caf36da818 100644 --- a/sys/dev/aic/aic_pccard.c +++ b/sys/dev/aic/aic_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic/aicvar.h b/sys/dev/aic/aicvar.h index 078d7483813..62eba734507 100644 --- a/sys/dev/aic/aicvar.h +++ b/sys/dev/aic/aicvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Luoqi Chen. * All rights reserved. * diff --git a/sys/dev/aic7xxx/ahc_isa.c b/sys/dev/aic7xxx/ahc_isa.c index e655b6fc53b..fd059282907 100644 --- a/sys/dev/aic7xxx/ahc_isa.c +++ b/sys/dev/aic7xxx/ahc_isa.c @@ -1,6 +1,8 @@ /*- * FreeBSD, VLB/ISA product support functions * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index c7c4cbf449b..b75677def15 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * 27/284X and aic7770 motherboard SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-1998, 2000, 2001 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic79xx.c b/sys/dev/aic7xxx/aic79xx.c index 958876a5327..cb469e21d7b 100644 --- a/sys/dev/aic7xxx/aic79xx.c +++ b/sys/dev/aic7xxx/aic79xx.c @@ -1,6 +1,8 @@ /*- * Core routines and tables shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002, 2004 Justin T. Gibbs. * Copyright (c) 2000-2003 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx.h b/sys/dev/aic7xxx/aic79xx.h index 93811ef2024..38b152ef405 100644 --- a/sys/dev/aic7xxx/aic79xx.h +++ b/sys/dev/aic7xxx/aic79xx.h @@ -1,6 +1,8 @@ /*- * Core definitions and data structures shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx_inline.h b/sys/dev/aic7xxx/aic79xx_inline.h index 96acb83d7b2..61720d9c389 100644 --- a/sys/dev/aic7xxx/aic79xx_inline.h +++ b/sys/dev/aic7xxx/aic79xx_inline.h @@ -1,6 +1,8 @@ /*- * Inline routines shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2003 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic79xx_pci.c b/sys/dev/aic7xxx/aic79xx_pci.c index 439e043a689..61431c27ee7 100644 --- a/sys/dev/aic7xxx/aic79xx_pci.c +++ b/sys/dev/aic7xxx/aic79xx_pci.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * aic7901 and aic7902 SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx.c b/sys/dev/aic7xxx/aic7xxx.c index ec4908b14eb..7a21818ac9c 100644 --- a/sys/dev/aic7xxx/aic7xxx.c +++ b/sys/dev/aic7xxx/aic7xxx.c @@ -1,6 +1,8 @@ /*- * Core routines and tables shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2002 Justin T. Gibbs. * Copyright (c) 2000-2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx.h b/sys/dev/aic7xxx/aic7xxx.h index 053de9ac9d6..a3abc456f8c 100644 --- a/sys/dev/aic7xxx/aic7xxx.h +++ b/sys/dev/aic7xxx/aic7xxx.h @@ -1,6 +1,8 @@ /*- * Core definitions and data structures shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx_93cx6.h b/sys/dev/aic7xxx/aic7xxx_93cx6.h index 3827015edcb..4494f48ae96 100644 --- a/sys/dev/aic7xxx/aic7xxx_93cx6.h +++ b/sys/dev/aic7xxx/aic7xxx_93cx6.h @@ -3,6 +3,8 @@ * settings for the aic7xxx based adaptec SCSI controllers. It can * also be used for 93C26 and 93C06 serial EEPROMS. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994, 1995, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aic7xxx_inline.h b/sys/dev/aic7xxx/aic7xxx_inline.h index 256caebff90..d495fc4c601 100644 --- a/sys/dev/aic7xxx/aic7xxx_inline.h +++ b/sys/dev/aic7xxx/aic7xxx_inline.h @@ -1,6 +1,8 @@ /*- * Inline routines shareable across OS platforms. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aic7xxx_pci.c b/sys/dev/aic7xxx/aic7xxx_pci.c index ce941c79983..f46dab18071 100644 --- a/sys/dev/aic7xxx/aic7xxx_pci.c +++ b/sys/dev/aic7xxx/aic7xxx_pci.c @@ -3,6 +3,8 @@ * 3940, 2940, aic7895, aic7890, aic7880, * aic7870, aic7860 and aic7850 SCSI controllers * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994-2001 Justin T. Gibbs. * Copyright (c) 2000-2001 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm.c b/sys/dev/aic7xxx/aicasm/aicasm.c index 6a788023a2d..776b5bfa583 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.c +++ b/sys/dev/aic7xxx/aicasm/aicasm.c @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm.h b/sys/dev/aic7xxx/aicasm/aicasm.h index 0cc1c2b7afc..705c22f77f8 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm.h +++ b/sys/dev/aic7xxx/aicasm/aicasm.h @@ -1,6 +1,8 @@ /*- * Assembler for the sequencer program downloaded to Aic7xxx SCSI host adapters * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_gram.y index 87fe1a25bf0..c479c8fdf2d 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_gram.y @@ -2,6 +2,8 @@ /*- * Parser for the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h index 820310b469c..b994ff67edb 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_insformat.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_insformat.h @@ -2,6 +2,8 @@ * Instruction formats for the sequencer program downloaded to * Aic7xxx SCSI host adapters * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y index 923cd5d6d23..e5ac7603a73 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_gram.y @@ -3,6 +3,8 @@ * Sub-parser for macro invocation in the Aic7xxx SCSI * Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l index 03fb6b4929c..cabed636d66 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_macro_scan.l @@ -3,6 +3,8 @@ * Sub-Lexical Analyzer for macro invokation in * the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/aic7xxx/aicasm/aicasm_scan.l b/sys/dev/aic7xxx/aicasm/aicasm_scan.l index 45da98f139d..5198fa74d77 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_scan.l +++ b/sys/dev/aic7xxx/aicasm/aicasm_scan.l @@ -2,6 +2,8 @@ /*- * Lexical Analyzer for the Aic7xxx SCSI Host adapter sequencer assembler. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997, 1998, 2000 Justin T. Gibbs. * Copyright (c) 2001, 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c index 273621f7913..c6c65b2202f 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.c +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.c @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h index 3242152c943..616dfd28fde 100644 --- a/sys/dev/aic7xxx/aicasm/aicasm_symbol.h +++ b/sys/dev/aic7xxx/aicasm/aicasm_symbol.h @@ -1,6 +1,8 @@ /*- * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 Justin T. Gibbs. * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/alc/if_alc.c b/sys/dev/alc/if_alc.c index ca7ae9d17b5..af10c1abc13 100644 --- a/sys/dev/alc/if_alc.c +++ b/sys/dev/alc/if_alc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/alc/if_alcreg.h b/sys/dev/alc/if_alcreg.h index 29d877da9fb..3b4ee133b01 100644 --- a/sys/dev/alc/if_alcreg.h +++ b/sys/dev/alc/if_alcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/alc/if_alcvar.h b/sys/dev/alc/if_alcvar.h index a1c3382f015..8dea20196da 100644 --- a/sys/dev/alc/if_alcvar.h +++ b/sys/dev/alc/if_alcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/ale/if_ale.c b/sys/dev/ale/if_ale.c index e7d030636ca..7d3291c4e55 100644 --- a/sys/dev/ale/if_ale.c +++ b/sys/dev/ale/if_ale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/ale/if_alereg.h b/sys/dev/ale/if_alereg.h index 5804c53724a..e5727377a5e 100644 --- a/sys/dev/ale/if_alereg.h +++ b/sys/dev/ale/if_alereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/ale/if_alevar.h b/sys/dev/ale/if_alevar.h index 8995c693f8b..628a67b5623 100644 --- a/sys/dev/ale/if_alevar.h +++ b/sys/dev/ale/if_alevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/altera/atse/a_api.h b/sys/dev/altera/atse/a_api.h index 4bd380df637..4cb2a81903c 100644 --- a/sys/dev/altera/atse/a_api.h +++ b/sys/dev/altera/atse/a_api.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atse.c b/sys/dev/altera/atse/if_atse.c index 8849225741b..68771ca53e9 100644 --- a/sys/dev/altera/atse/if_atse.c +++ b/sys/dev/altera/atse/if_atse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2013 Bjoern A. Zeeb * Copyright (c) 2014 Robert N. M. Watson * All rights reserved. diff --git a/sys/dev/altera/atse/if_atse_fdt.c b/sys/dev/altera/atse/if_atse_fdt.c index 64d5b290b11..83a7b9d71c2 100644 --- a/sys/dev/altera/atse/if_atse_fdt.c +++ b/sys/dev/altera/atse/if_atse_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atse_nexus.c b/sys/dev/altera/atse/if_atse_nexus.c index f52f448b53f..9d54d05a68a 100644 --- a/sys/dev/altera/atse/if_atse_nexus.c +++ b/sys/dev/altera/atse/if_atse_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012,2013 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/atse/if_atsereg.h b/sys/dev/altera/atse/if_atsereg.h index 8caba4f34ce..4998acc5fe4 100644 --- a/sys/dev/altera/atse/if_atsereg.h +++ b/sys/dev/altera/atse/if_atsereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Bjoern A. Zeeb * All rights reserved. * diff --git a/sys/dev/altera/avgen/altera_avgen.c b/sys/dev/altera/avgen/altera_avgen.c index abe007163a1..88b441cc8b1 100644 --- a/sys/dev/altera/avgen/altera_avgen.c +++ b/sys/dev/altera/avgen/altera_avgen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/avgen/altera_avgen.h b/sys/dev/altera/avgen/altera_avgen.h index 9c276015de2..12496911f7c 100644 --- a/sys/dev/altera/avgen/altera_avgen.h +++ b/sys/dev/altera/avgen/altera_avgen.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2016 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/avgen/altera_avgen_fdt.c b/sys/dev/altera/avgen/altera_avgen_fdt.c index 548d3b14016..12a31d4e384 100644 --- a/sys/dev/altera/avgen/altera_avgen_fdt.c +++ b/sys/dev/altera/avgen/altera_avgen_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/avgen/altera_avgen_nexus.c b/sys/dev/altera/avgen/altera_avgen_nexus.c index 2438da66c64..edce8488cfe 100644 --- a/sys/dev/altera/avgen/altera_avgen_nexus.c +++ b/sys/dev/altera/avgen/altera_avgen_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013, 2016 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart.h b/sys/dev/altera/jtag_uart/altera_jtag_uart.h index b02b09f7bc5..9fc2877930b 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart.h +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c index 07e884dde63..c0cd3aa5a59 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_cons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c index c4ee8de14ad..b9ea707131d 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c index ff954fdeecb..3f7b555eb03 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c index 9f16dba6d99..a987639b7e5 100644 --- a/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c +++ b/sys/dev/altera/jtag_uart/altera_jtag_uart_tty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012, 2016 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard.c b/sys/dev/altera/sdcard/altera_sdcard.c index 45088451bc3..57e10fed68b 100644 --- a/sys/dev/altera/sdcard/altera_sdcard.c +++ b/sys/dev/altera/sdcard/altera_sdcard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard.h b/sys/dev/altera/sdcard/altera_sdcard.h index 96019b2d667..a486971faa3 100644 --- a/sys/dev/altera/sdcard/altera_sdcard.h +++ b/sys/dev/altera/sdcard/altera_sdcard.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_disk.c b/sys/dev/altera/sdcard/altera_sdcard_disk.c index cae3a82cfbc..caf8a13856f 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_disk.c +++ b/sys/dev/altera/sdcard/altera_sdcard_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_fdt.c b/sys/dev/altera/sdcard/altera_sdcard_fdt.c index da77aefb347..93f9cb88833 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_fdt.c +++ b/sys/dev/altera/sdcard/altera_sdcard_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_io.c b/sys/dev/altera/sdcard/altera_sdcard_io.c index 55d2c4a2997..dc1b615bd60 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_io.c +++ b/sys/dev/altera/sdcard/altera_sdcard_io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/altera/sdcard/altera_sdcard_nexus.c b/sys/dev/altera/sdcard/altera_sdcard_nexus.c index bd5c6b81e6a..b6bbcdd949e 100644 --- a/sys/dev/altera/sdcard/altera_sdcard_nexus.c +++ b/sys/dev/altera/sdcard/altera_sdcard_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/amdsbwd/amdsbwd.c b/sys/dev/amdsbwd/amdsbwd.c index 628aef2554d..fdcde2398b9 100644 --- a/sys/dev/amdsbwd/amdsbwd.c +++ b/sys/dev/amdsbwd/amdsbwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andriy Gapon * All rights reserved. * diff --git a/sys/dev/amdtemp/amdtemp.c b/sys/dev/amdtemp/amdtemp.c index 38086982211..45f8d6397ed 100644 --- a/sys/dev/amdtemp/amdtemp.c +++ b/sys/dev/amdtemp/amdtemp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, 2009 Rui Paulo * Copyright (c) 2009 Norikatsu Shigemura * Copyright (c) 2009-2012 Jung-uk Kim diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index 7c2fee4ee11..375fa6c533e 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * Copyright (c) 2005 Scott Long diff --git a/sys/dev/amr/amr_cam.c b/sys/dev/amr/amr_cam.c index 247f4dc1b52..14395e06683 100644 --- a/sys/dev/amr/amr_cam.c +++ b/sys/dev/amr/amr_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amr_disk.c b/sys/dev/amr/amr_disk.c index 44e77c4e1ec..d13dd901812 100644 --- a/sys/dev/amr/amr_disk.c +++ b/sys/dev/amr/amr_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jonathan Lemon * Copyright (c) 1999, 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/amr/amr_linux.c b/sys/dev/amr/amr_linux.c index 10fef5ce19b..967907cc684 100644 --- a/sys/dev/amr/amr_linux.c +++ b/sys/dev/amr/amr_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Paul Saab * All rights reserved. * diff --git a/sys/dev/amr/amr_pci.c b/sys/dev/amr/amr_pci.c index 9e730aa26e2..f43754bf2c0 100644 --- a/sys/dev/amr/amr_pci.c +++ b/sys/dev/amr/amr_pci.c @@ -25,6 +25,8 @@ * SUCH DAMAGE. */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Eric Moore * Copyright (c) 2002, 2004 LSI Logic Corporation * All rights reserved. diff --git a/sys/dev/amr/amr_tables.h b/sys/dev/amr/amr_tables.h index b1a4e441af4..8cc114178a6 100644 --- a/sys/dev/amr/amr_tables.h +++ b/sys/dev/amr/amr_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amrio.h b/sys/dev/amr/amrio.h index 9c81d2d9f26..c069555b7e1 100644 --- a/sys/dev/amr/amrio.h +++ b/sys/dev/amr/amrio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/amr/amrreg.h b/sys/dev/amr/amrreg.h index 2e5d2173f50..b93ce49d2bb 100644 --- a/sys/dev/amr/amrreg.h +++ b/sys/dev/amr/amrreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/amr/amrvar.h b/sys/dev/amr/amrvar.h index 71678396332..ae1a4acbc89 100644 --- a/sys/dev/amr/amrvar.h +++ b/sys/dev/amr/amrvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1999,2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/arcmsr/arcmsr.c b/sys/dev/arcmsr/arcmsr.c index 4382a883e85..821c95f04f5 100644 --- a/sys/dev/arcmsr/arcmsr.c +++ b/sys/dev/arcmsr/arcmsr.c @@ -9,6 +9,8 @@ ******************************************************************************** ******************************************************************************** ** +** SPDX-License-Identifier: BSD-3-Clause +** ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. ** ** Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/arcmsr/arcmsr.h b/sys/dev/arcmsr/arcmsr.h index aea0b396392..398090177a8 100644 --- a/sys/dev/arcmsr/arcmsr.h +++ b/sys/dev/arcmsr/arcmsr.h @@ -8,6 +8,8 @@ ** SATA/SAS RAID HOST Adapter ******************************************************************************** ******************************************************************************** +** SPDX-License-Identifier: BSD-3-Clause +** ** Copyright (C) 2002 - 2012, Areca Technology Corporation All rights reserved. ** ** Redistribution and use in source and binary forms,with or without diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 0d1cba3f7df..ae55c23f7ca 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo * All rights reserved. * diff --git a/sys/dev/asmc/asmcvar.h b/sys/dev/asmc/asmcvar.h index cf7b7f3ae79..a8de8b568df 100644 --- a/sys/dev/asmc/asmcvar.h +++ b/sys/dev/asmc/asmcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo * All rights reserved. * diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index e336c444e97..38449cd0831 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 8ef4191eca8..980ed6344ca 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-card.c b/sys/dev/ata/ata-card.c index 5aa5a9b480f..14a47c5f684 100644 --- a/sys/dev/ata/ata-card.c +++ b/sys/dev/ata/ata-card.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 56332a19dd6..f51d993bf26 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-isa.c b/sys/dev/ata/ata-isa.c index b29851342b9..eabb21a8d01 100644 --- a/sys/dev/ata/ata-isa.c +++ b/sys/dev/ata/ata-isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-lowlevel.c b/sys/dev/ata/ata-lowlevel.c index 1c81c6fba92..03a3b80ed19 100644 --- a/sys/dev/ata/ata-lowlevel.c +++ b/sys/dev/ata/ata-lowlevel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-pci.c b/sys/dev/ata/ata-pci.c index 74df04458c7..48a31e69883 100644 --- a/sys/dev/ata/ata-pci.c +++ b/sys/dev/ata/ata-pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-pci.h b/sys/dev/ata/ata-pci.h index e92c4da25a9..2fc8b278d58 100644 --- a/sys/dev/ata/ata-pci.h +++ b/sys/dev/ata/ata-pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/ata-sata.c b/sys/dev/ata/ata-sata.c index 2df5cb53d5c..9632c53ca8d 100644 --- a/sys/dev/ata/ata-sata.c +++ b/sys/dev/ata/ata-sata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-acard.c b/sys/dev/ata/chipsets/ata-acard.c index 41269455e1f..f5fad02cf89 100644 --- a/sys/dev/ata/chipsets/ata-acard.c +++ b/sys/dev/ata/chipsets/ata-acard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-acerlabs.c b/sys/dev/ata/chipsets/ata-acerlabs.c index 3aab7795a68..598b15304b4 100644 --- a/sys/dev/ata/chipsets/ata-acerlabs.c +++ b/sys/dev/ata/chipsets/ata-acerlabs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-amd.c b/sys/dev/ata/chipsets/ata-amd.c index a8f913d4191..2ff84ee5527 100644 --- a/sys/dev/ata/chipsets/ata-amd.c +++ b/sys/dev/ata/chipsets/ata-amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-ati.c b/sys/dev/ata/chipsets/ata-ati.c index 150685ec432..ef1abc9a4b2 100644 --- a/sys/dev/ata/chipsets/ata-ati.c +++ b/sys/dev/ata/chipsets/ata-ati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cenatek.c b/sys/dev/ata/chipsets/ata-cenatek.c index 151f3169a4c..2dd19ec88f3 100644 --- a/sys/dev/ata/chipsets/ata-cenatek.c +++ b/sys/dev/ata/chipsets/ata-cenatek.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cypress.c b/sys/dev/ata/chipsets/ata-cypress.c index e4a1419e1ac..ac04fcc8c11 100644 --- a/sys/dev/ata/chipsets/ata-cypress.c +++ b/sys/dev/ata/chipsets/ata-cypress.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-cyrix.c b/sys/dev/ata/chipsets/ata-cyrix.c index c8582c3b7e7..b0eeb51eab8 100644 --- a/sys/dev/ata/chipsets/ata-cyrix.c +++ b/sys/dev/ata/chipsets/ata-cyrix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-fsl.c b/sys/dev/ata/chipsets/ata-fsl.c index c78e984282b..0a888a7c394 100644 --- a/sys/dev/ata/chipsets/ata-fsl.c +++ b/sys/dev/ata/chipsets/ata-fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-highpoint.c b/sys/dev/ata/chipsets/ata-highpoint.c index 4aee3c6d92f..6ce3dbe861d 100644 --- a/sys/dev/ata/chipsets/ata-highpoint.c +++ b/sys/dev/ata/chipsets/ata-highpoint.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-intel.c b/sys/dev/ata/chipsets/ata-intel.c index 67379903c52..a5260fc6333 100644 --- a/sys/dev/ata/chipsets/ata-intel.c +++ b/sys/dev/ata/chipsets/ata-intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-ite.c b/sys/dev/ata/chipsets/ata-ite.c index 44370de9ec4..fcbc2f69a6c 100644 --- a/sys/dev/ata/chipsets/ata-ite.c +++ b/sys/dev/ata/chipsets/ata-ite.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-jmicron.c b/sys/dev/ata/chipsets/ata-jmicron.c index 5eb9ae8a7e7..d676af880cc 100644 --- a/sys/dev/ata/chipsets/ata-jmicron.c +++ b/sys/dev/ata/chipsets/ata-jmicron.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-marvell.c b/sys/dev/ata/chipsets/ata-marvell.c index 60d6d46f96b..2a57e471590 100644 --- a/sys/dev/ata/chipsets/ata-marvell.c +++ b/sys/dev/ata/chipsets/ata-marvell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-micron.c b/sys/dev/ata/chipsets/ata-micron.c index 67b544f84a0..e4987f4f085 100644 --- a/sys/dev/ata/chipsets/ata-micron.c +++ b/sys/dev/ata/chipsets/ata-micron.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-national.c b/sys/dev/ata/chipsets/ata-national.c index 8e29b10604d..41987bc7f12 100644 --- a/sys/dev/ata/chipsets/ata-national.c +++ b/sys/dev/ata/chipsets/ata-national.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-netcell.c b/sys/dev/ata/chipsets/ata-netcell.c index 82e719d69fa..2afc930bd94 100644 --- a/sys/dev/ata/chipsets/ata-netcell.c +++ b/sys/dev/ata/chipsets/ata-netcell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-nvidia.c b/sys/dev/ata/chipsets/ata-nvidia.c index 1d17981140d..302bfe2ab91 100644 --- a/sys/dev/ata/chipsets/ata-nvidia.c +++ b/sys/dev/ata/chipsets/ata-nvidia.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-promise.c b/sys/dev/ata/chipsets/ata-promise.c index 0cc14351489..50bf4d12c22 100644 --- a/sys/dev/ata/chipsets/ata-promise.c +++ b/sys/dev/ata/chipsets/ata-promise.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-serverworks.c b/sys/dev/ata/chipsets/ata-serverworks.c index 540534fd975..2a0727a4c93 100644 --- a/sys/dev/ata/chipsets/ata-serverworks.c +++ b/sys/dev/ata/chipsets/ata-serverworks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-siliconimage.c b/sys/dev/ata/chipsets/ata-siliconimage.c index f48ecdf5bf7..a6f2d93d8cd 100644 --- a/sys/dev/ata/chipsets/ata-siliconimage.c +++ b/sys/dev/ata/chipsets/ata-siliconimage.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-sis.c b/sys/dev/ata/chipsets/ata-sis.c index 1acc37c3ae6..34d2c246718 100644 --- a/sys/dev/ata/chipsets/ata-sis.c +++ b/sys/dev/ata/chipsets/ata-sis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ata/chipsets/ata-via.c b/sys/dev/ata/chipsets/ata-via.c index db1a8793381..5c368d07cd4 100644 --- a/sys/dev/ata/chipsets/ata-via.c +++ b/sys/dev/ata/chipsets/ata-via.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 - 2008 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/ath/ah_osdep.c b/sys/dev/ath/ah_osdep.c index 57e4d194ade..23d967ec75e 100644 --- a/sys/dev/ath/ah_osdep.c +++ b/sys/dev/ath/ah_osdep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ah_osdep.h b/sys/dev/ath/ah_osdep.h index 94601927ca2..2a34552b0a1 100644 --- a/sys/dev/ath/ah_osdep.h +++ b/sys/dev/ath/ah_osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c index 6f9ed41d81a..1463c8c9664 100644 --- a/sys/dev/ath/ath_dfs/null/dfs_null.c +++ b/sys/dev/ath/ath_dfs/null/dfs_null.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9002phy.h b/sys/dev/ath/ath_hal/ar9002/ar9002phy.h index 3d837cfcf59..2e69e27fc6f 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9002phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9002phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c index 334ca60e99f..5eeb420d5d3 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h index e08639c0ca1..a607ece431b 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9280_olc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c index a743e21ef19..e688f529ae0 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h index c6ecc4190d9..ce529c70e45 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_cal.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c index 5fd01b75572..3da59311e5d 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h index 59d53b6f460..7048a90e0ba 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_diversity.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c index c91048af970..48fe382d2cb 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h index 0255e174260..981cbf429e0 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285_phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9285phy.h b/sys/dev/ath/ath_hal/ar9002/ar9285phy.h index f8230536521..8d6b41201a6 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9285phy.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9285phy.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c index d5024b06239..09940a187e7 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h index 1a7cda25597..8636b7a39fd 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_cal.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2010 Atheros Communications Inc. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c b/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c index cbbe017667e..9cc2186bb17 100644 --- a/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c +++ b/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h b/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h index 3caefdc63cd..1eb12b83d4c 100644 --- a/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h +++ b/sys/dev/ath/ath_hal/ar9003/ar9300_devid.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2012, Qualcomm Atheros, Inc. All rights reserved. * * Redistribution and use in source and binary forms are permitted @@ -13,7 +15,7 @@ * disclaimer similar to the Disclaimer below and any redistribution * must be conditioned upon including a substantially similar * Disclaimer requirement for further binary redistribution. - * 3. Neither the names of the above-listed copyright holders nor the + * 4. Neither the names of the above-listed copyright holders nor the * names of any contributors may be used to endorse or promote * product derived from this software without specific prior written * permission. diff --git a/sys/dev/ath/ath_rate/amrr/amrr.c b/sys/dev/ath/ath_rate/amrr/amrr.c index c2520097d02..9a7518373c1 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.c +++ b/sys/dev/ath/ath_rate/amrr/amrr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 INRIA * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/ath/ath_rate/amrr/amrr.h b/sys/dev/ath/ath_rate/amrr/amrr.h index c97a00712c0..9689c3c5272 100644 --- a/sys/dev/ath/ath_rate/amrr/amrr.h +++ b/sys/dev/ath/ath_rate/amrr/amrr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004 INRIA * Copyright (c) 2002-2005 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/ath/ath_rate/onoe/onoe.c b/sys/dev/ath/ath_rate/onoe/onoe.c index 7c73926526e..05604c08823 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.c +++ b/sys/dev/ath/ath_rate/onoe/onoe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/onoe/onoe.h b/sys/dev/ath/ath_rate/onoe/onoe.h index 27bbe94920f..16a7bdd5621 100644 --- a/sys/dev/ath/ath_rate/onoe/onoe.h +++ b/sys/dev/ath/ath_rate/onoe/onoe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/sample.c b/sys/dev/ath/ath_rate/sample/sample.c index 23f24f05e86..45fad278684 100644 --- a/sys/dev/ath/ath_rate/sample/sample.c +++ b/sys/dev/ath/ath_rate/sample/sample.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/sample.h b/sys/dev/ath/ath_rate/sample/sample.h index 82037d7e935..a4f471e1c18 100644 --- a/sys/dev/ath/ath_rate/sample/sample.h +++ b/sys/dev/ath/ath_rate/sample/sample.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/ath_rate/sample/tx_schedules.h b/sys/dev/ath/ath_rate/sample/tx_schedules.h index f749e575c89..02805bec656 100644 --- a/sys/dev/ath/ath_rate/sample/tx_schedules.h +++ b/sys/dev/ath/ath_rate/sample/tx_schedules.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005 John Bicket * All rights reserved. * diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index 1b0f47f7139..cc7bb84945a 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_ahb.c b/sys/dev/ath/if_ath_ahb.c index 137d8fca5df..3c4c05e5784 100644 --- a/sys/dev/ath/if_ath_ahb.c +++ b/sys/dev/ath/if_ath_ahb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * Copyright (c) 2010-2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. diff --git a/sys/dev/ath/if_ath_alq.c b/sys/dev/ath/if_ath_alq.c index 8ca53ae2c57..d5f53a6670b 100644 --- a/sys/dev/ath/if_ath_alq.c +++ b/sys/dev/ath/if_ath_alq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_alq.h b/sys/dev/ath/if_ath_alq.h index 988882d6157..609c444a72f 100644 --- a/sys/dev/ath/if_ath_alq.h +++ b/sys/dev/ath/if_ath_alq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_beacon.c b/sys/dev/ath/if_ath_beacon.c index 22f17d90f20..ab88df548c5 100644 --- a/sys/dev/ath/if_ath_beacon.c +++ b/sys/dev/ath/if_ath_beacon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_beacon.h b/sys/dev/ath/if_ath_beacon.h index a9402680ee2..e4a9e7918af 100644 --- a/sys/dev/ath/if_ath_beacon.h +++ b/sys/dev/ath/if_ath_beacon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_btcoex.c b/sys/dev/ath/if_ath_btcoex.c index f071fc4ee7d..da0603978e4 100644 --- a/sys/dev/ath/if_ath_btcoex.c +++ b/sys/dev/ath/if_ath_btcoex.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_btcoex.h b/sys/dev/ath/if_ath_btcoex.h index b35665bb80e..db8262e5097 100644 --- a/sys/dev/ath/if_ath_btcoex.h +++ b/sys/dev/ath/if_ath_btcoex.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_debug.c b/sys/dev/ath/if_ath_debug.c index d21ad6fea6f..3ed6a4d8d71 100644 --- a/sys/dev/ath/if_ath_debug.c +++ b/sys/dev/ath/if_ath_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_debug.h b/sys/dev/ath/if_ath_debug.h index e5b3ce9f339..c97e98eddf4 100644 --- a/sys/dev/ath/if_ath_debug.h +++ b/sys/dev/ath/if_ath_debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_keycache.c b/sys/dev/ath/if_ath_keycache.c index 308a7f6c984..a33b5ddad88 100644 --- a/sys/dev/ath/if_ath_keycache.c +++ b/sys/dev/ath/if_ath_keycache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_keycache.h b/sys/dev/ath/if_ath_keycache.h index c67e5556384..1efb47d01e4 100644 --- a/sys/dev/ath/if_ath_keycache.h +++ b/sys/dev/ath/if_ath_keycache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_led.c b/sys/dev/ath/if_ath_led.c index a55e0364689..3cd519a8d19 100644 --- a/sys/dev/ath/if_ath_led.c +++ b/sys/dev/ath/if_ath_led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_led.h b/sys/dev/ath/if_ath_led.h index 54de4c4ac2c..b0382915267 100644 --- a/sys/dev/ath/if_ath_led.h +++ b/sys/dev/ath/if_ath_led.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_lna_div.c b/sys/dev/ath/if_ath_lna_div.c index 5c102fb9760..aa4b9a2177c 100644 --- a/sys/dev/ath/if_ath_lna_div.c +++ b/sys/dev/ath/if_ath_lna_div.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_lna_div.h b/sys/dev/ath/if_ath_lna_div.h index 997466a7bf5..247f1806920 100644 --- a/sys/dev/ath/if_ath_lna_div.h +++ b/sys/dev/ath/if_ath_lna_div.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h index 1a9691bf2b4..f34bbbfaeeb 100644 --- a/sys/dev/ath/if_ath_misc.h +++ b/sys/dev/ath/if_ath_misc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index 1ebcf074d55..ae586771309 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2008 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx.c b/sys/dev/ath/if_ath_rx.c index 6f5bc09b49c..b06a3f797dd 100644 --- a/sys/dev/ath/if_ath_rx.c +++ b/sys/dev/ath/if_ath_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx.h b/sys/dev/ath/if_ath_rx.h index 62be699f752..a61313da63d 100644 --- a/sys/dev/ath/if_ath_rx.h +++ b/sys/dev/ath/if_ath_rx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx_edma.c b/sys/dev/ath/if_ath_rx_edma.c index 578e1cfbfc6..3f0498140ca 100644 --- a/sys/dev/ath/if_ath_rx_edma.c +++ b/sys/dev/ath/if_ath_rx_edma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_rx_edma.h b/sys/dev/ath/if_ath_rx_edma.h index e786daa6c43..d53ecb4e92c 100644 --- a/sys/dev/ath/if_ath_rx_edma.h +++ b/sys/dev/ath/if_ath_rx_edma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_spectral.c b/sys/dev/ath/if_ath_spectral.c index acbd5218eff..ea82a7ae09e 100644 --- a/sys/dev/ath/if_ath_spectral.c +++ b/sys/dev/ath/if_ath_spectral.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_spectral.h b/sys/dev/ath/if_ath_spectral.h index 3e069dbdd31..ceb372357d2 100644 --- a/sys/dev/ath/if_ath_spectral.h +++ b/sys/dev/ath/if_ath_spectral.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_sysctl.c b/sys/dev/ath/if_ath_sysctl.c index 749285a6a5d..3e4e4724635 100644 --- a/sys/dev/ath/if_ath_sysctl.c +++ b/sys/dev/ath/if_ath_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_sysctl.h b/sys/dev/ath/if_ath_sysctl.h index 1fef2be224a..fca5fb9d3dd 100644 --- a/sys/dev/ath/if_ath_sysctl.h +++ b/sys/dev/ath/if_ath_sysctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tdma.c b/sys/dev/ath/if_ath_tdma.c index e545a3eaf83..f0900435c6d 100644 --- a/sys/dev/ath/if_ath_tdma.c +++ b/sys/dev/ath/if_ath_tdma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tdma.h b/sys/dev/ath/if_ath_tdma.h index 1e90a5f2974..62f3240a3d0 100644 --- a/sys/dev/ath/if_ath_tdma.h +++ b/sys/dev/ath/if_ath_tdma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tsf.h b/sys/dev/ath/if_ath_tsf.h index cce089fab84..f7837e2d5dc 100644 --- a/sys/dev/ath/if_ath_tsf.h +++ b/sys/dev/ath/if_ath_tsf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx.c b/sys/dev/ath/if_ath_tx.c index 72db6afa769..a0321a4ceb3 100644 --- a/sys/dev/ath/if_ath_tx.c +++ b/sys/dev/ath/if_ath_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * Copyright (c) 2010-2012 Adrian Chadd, Xenion Pty Ltd * All rights reserved. diff --git a/sys/dev/ath/if_ath_tx.h b/sys/dev/ath/if_ath_tx.h index 19f7707a243..517007716e9 100644 --- a/sys/dev/ath/if_ath_tx.h +++ b/sys/dev/ath/if_ath_tx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_edma.c b/sys/dev/ath/if_ath_tx_edma.c index 372d8157e34..375c7ff4bbc 100644 --- a/sys/dev/ath/if_ath_tx_edma.c +++ b/sys/dev/ath/if_ath_tx_edma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_edma.h b/sys/dev/ath/if_ath_tx_edma.h index d4975a69969..8718ce1d770 100644 --- a/sys/dev/ath/if_ath_tx_edma.h +++ b/sys/dev/ath/if_ath_tx_edma.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c index ff79b78817d..249cbe23b53 100644 --- a/sys/dev/ath/if_ath_tx_ht.c +++ b/sys/dev/ath/if_ath_tx_ht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_ath_tx_ht.h b/sys/dev/ath/if_ath_tx_ht.h index 38885ef8246..970a9de6200 100644 --- a/sys/dev/ath/if_ath_tx_ht.h +++ b/sys/dev/ath/if_ath_tx_ht.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd. * All rights reserved. * diff --git a/sys/dev/ath/if_athdfs.h b/sys/dev/ath/if_athdfs.h index cc4db1572a6..82978f81567 100644 --- a/sys/dev/ath/if_athdfs.h +++ b/sys/dev/ath/if_athdfs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Adrian Chadd, Xenion Pty Ltd * All rights reserved. * diff --git a/sys/dev/ath/if_athioctl.h b/sys/dev/ath/if_athioctl.h index c703a301027..ae3bc74103a 100644 --- a/sys/dev/ath/if_athioctl.h +++ b/sys/dev/ath/if_athioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/ath/if_athrate.h b/sys/dev/ath/if_athrate.h index a97d686da6b..5aec9e6b387 100644 --- a/sys/dev/ath/if_athrate.h +++ b/sys/dev/ath/if_athrate.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2008 Sam Leffler, Errno Consulting * Copyright (c) 2004 Video54 Technologies, Inc. * All rights reserved. diff --git a/sys/dev/ath/if_athvar.h b/sys/dev/ath/if_athvar.h index 2a183ad0ed8..96d22f51174 100644 --- a/sys/dev/ath/if_athvar.h +++ b/sys/dev/ath/if_athvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbd.c b/sys/dev/atkbdc/atkbd.c index f380367bc30..895d358b3fa 100644 --- a/sys/dev/atkbdc/atkbd.c +++ b/sys/dev/atkbdc/atkbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbd_atkbdc.c b/sys/dev/atkbdc/atkbd_atkbdc.c index 22227f36447..9513e238f15 100644 --- a/sys/dev/atkbdc/atkbd_atkbdc.c +++ b/sys/dev/atkbdc/atkbd_atkbdc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc.c b/sys/dev/atkbdc/atkbdc.c index d9190f8bdbe..b53de3ef299 100644 --- a/sys/dev/atkbdc/atkbdc.c +++ b/sys/dev/atkbdc/atkbdc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1999 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdc_ebus.c b/sys/dev/atkbdc/atkbdc_ebus.c index 7662ee10e99..704837e39c6 100644 --- a/sys/dev/atkbdc/atkbdc_ebus.c +++ b/sys/dev/atkbdc/atkbdc_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * Copyright (c) 2005 Marius Strobl * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdc_isa.c b/sys/dev/atkbdc/atkbdc_isa.c index 2f863fce834..d83d7ac8bb9 100644 --- a/sys/dev/atkbdc/atkbdc_isa.c +++ b/sys/dev/atkbdc/atkbdc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc_subr.c b/sys/dev/atkbdc/atkbdc_subr.c index 436d97adab6..8ac80d95258 100644 --- a/sys/dev/atkbdc/atkbdc_subr.c +++ b/sys/dev/atkbdc/atkbdc_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdc_subr.h b/sys/dev/atkbdc/atkbdc_subr.h index fa8f1f8000b..54e40f4b839 100644 --- a/sys/dev/atkbdc/atkbdc_subr.h +++ b/sys/dev/atkbdc/atkbdc_subr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/atkbdc/atkbdcreg.h b/sys/dev/atkbdc/atkbdcreg.h index db590b96cc9..576dec96739 100644 --- a/sys/dev/atkbdc/atkbdcreg.h +++ b/sys/dev/atkbdc/atkbdcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1996-1999 * Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp) * All rights reserved. diff --git a/sys/dev/atkbdc/atkbdreg.h b/sys/dev/atkbdc/atkbdreg.h index 3d09e444772..94ef42ebaf4 100644 --- a/sys/dev/atkbdc/atkbdreg.h +++ b/sys/dev/atkbdc/atkbdreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/auxio/auxio.c b/sys/dev/auxio/auxio.c index f559c173b86..8c5f28d50e8 100644 --- a/sys/dev/auxio/auxio.c +++ b/sys/dev/auxio/auxio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2004 Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/auxio/auxioreg.h b/sys/dev/auxio/auxioreg.h index 0c9ce8e9fa9..3f93cf40635 100644 --- a/sys/dev/auxio/auxioreg.h +++ b/sys/dev/auxio/auxioreg.h @@ -2,6 +2,8 @@ /* $NetBSD: auxioreg.h,v 1.4 2001/10/22 07:31:41 mrg Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Matthew R. Green * All rights reserved. * diff --git a/sys/dev/bfe/if_bfe.c b/sys/dev/bfe/if_bfe.c index 50cb173f8e7..a6678992ae0 100644 --- a/sys/dev/bfe/if_bfe.c +++ b/sys/dev/bfe/if_bfe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Stuart Walsh * and Duncan Barclay * diff --git a/sys/dev/bfe/if_bfereg.h b/sys/dev/bfe/if_bfereg.h index b50627edbf8..668d2604ffc 100644 --- a/sys/dev/bfe/if_bfereg.h +++ b/sys/dev/bfe/if_bfereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Stuart Walsh * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c index ea2b4586944..ca1cf431ff3 100644 --- a/sys/dev/bktr/bktr_audio.c +++ b/sys/dev/bktr/bktr_audio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_audio.h b/sys/dev/bktr/bktr_audio.h index c05e40c31ea..e891b0f69bc 100644 --- a/sys/dev/bktr/bktr_audio.h +++ b/sys/dev/bktr/bktr_audio.h @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_card.c b/sys/dev/bktr/bktr_card.c index be76fb304d4..4c11b237f62 100644 --- a/sys/dev/bktr/bktr_card.c +++ b/sys/dev/bktr/bktr_card.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_card.h b/sys/dev/bktr/bktr_card.h index 30a90a880d6..38f53a4e613 100644 --- a/sys/dev/bktr/bktr_card.h +++ b/sys/dev/bktr/bktr_card.h @@ -15,6 +15,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_core.c b/sys/dev/bktr/bktr_core.c index 7339f15b9d1..6e4421e15cd 100644 --- a/sys/dev/bktr/bktr_core.c +++ b/sys/dev/bktr/bktr_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_core.h b/sys/dev/bktr/bktr_core.h index 980ced76621..0c326c7bc82 100644 --- a/sys/dev/bktr/bktr_core.h +++ b/sys/dev/bktr/bktr_core.h @@ -16,6 +16,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_i2c.c b/sys/dev/bktr/bktr_i2c.c index 06a65473084..0e9464822e6 100644 --- a/sys/dev/bktr/bktr_i2c.c +++ b/sys/dev/bktr/bktr_i2c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/bktr/bktr_i2c.h b/sys/dev/bktr/bktr_i2c.h index 5008e6bfb9c..8ea53559ff6 100644 --- a/sys/dev/bktr/bktr_i2c.h +++ b/sys/dev/bktr/bktr_i2c.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/bktr/bktr_mem.c b/sys/dev/bktr/bktr_mem.c index 77c5971bacd..5009c51e75f 100644 --- a/sys/dev/bktr/bktr_mem.c +++ b/sys/dev/bktr/bktr_mem.c @@ -12,6 +12,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 2000 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_mem.h b/sys/dev/bktr/bktr_mem.h index 8feb55206c1..91b4b1c5afc 100644 --- a/sys/dev/bktr/bktr_mem.h +++ b/sys/dev/bktr/bktr_mem.h @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 2000 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_os.c b/sys/dev/bktr/bktr_os.c index 42069b39db3..a4b64e1e0fa 100644 --- a/sys/dev/bktr/bktr_os.c +++ b/sys/dev/bktr/bktr_os.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_os.h b/sys/dev/bktr/bktr_os.h index 6456616be28..cd4ea20b3b8 100644 --- a/sys/dev/bktr/bktr_os.h +++ b/sys/dev/bktr/bktr_os.h @@ -11,6 +11,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_reg.h b/sys/dev/bktr/bktr_reg.h index 65a6dbc359a..0d2cde49ba4 100644 --- a/sys/dev/bktr/bktr_reg.h +++ b/sys/dev/bktr/bktr_reg.h @@ -1,6 +1,8 @@ /*- * $FreeBSD$ * + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1999 Roger Hardiman * Copyright (c) 1998 Amancio Hasty * Copyright (c) 1995 Mark Tinguely and Jim Lowe diff --git a/sys/dev/bktr/bktr_tuner.c b/sys/dev/bktr/bktr_tuner.c index df24c862cd4..a9e92d131d7 100644 --- a/sys/dev/bktr/bktr_tuner.c +++ b/sys/dev/bktr/bktr_tuner.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/bktr_tuner.h b/sys/dev/bktr/bktr_tuner.h index cc00150151f..284999c759f 100644 --- a/sys/dev/bktr/bktr_tuner.h +++ b/sys/dev/bktr/bktr_tuner.h @@ -11,6 +11,8 @@ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * 1. Redistributions of source code must retain the * Copyright (c) 1997 Amancio Hasty, 1999 Roger Hardiman * All rights reserved. diff --git a/sys/dev/bktr/ioctl_meteor.h b/sys/dev/bktr/ioctl_meteor.h index 8e769ecbe92..9a1959c6206 100644 --- a/sys/dev/bktr/ioctl_meteor.h +++ b/sys/dev/bktr/ioctl_meteor.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1995 Mark Tinguely and Jim Lowe * All rights reserved. * diff --git a/sys/dev/bktr/msp34xx.c b/sys/dev/bktr/msp34xx.c index 8c45e6723a9..f6f12d0f95d 100644 --- a/sys/dev/bktr/msp34xx.c +++ b/sys/dev/bktr/msp34xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2001 Gerd Knorr * All rights reserved. * diff --git a/sys/dev/bm/if_bm.c b/sys/dev/bm/if_bm.c index 860e1771a9b..cecb2e0d634 100644 --- a/sys/dev/bm/if_bm.c +++ b/sys/dev/bm/if_bm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2008 Nathan Whitehorn. All rights reserved. * Copyright 2003 by Peter Grehan. All rights reserved. * Copyright (C) 1998, 1999, 2000 Tsubai Masanari. All rights reserved. diff --git a/sys/dev/bm/if_bmreg.h b/sys/dev/bm/if_bmreg.h index 39d9b485d3d..665c651bdf2 100644 --- a/sys/dev/bm/if_bmreg.h +++ b/sys/dev/bm/if_bmreg.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 1991-1998 by Open Software Foundation, Inc. * All Rights Reserved * @@ -18,7 +18,9 @@ * NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2003 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/bm/if_bmvar.h b/sys/dev/bm/if_bmvar.h index b50d65b479e..c7d09334a78 100644 --- a/sys/dev/bm/if_bmvar.h +++ b/sys/dev/bm/if_bmvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Nathan Whitehorn * Copyright (c) 2003 Peter Grehan * All rights reserved diff --git a/sys/dev/buslogic/bt.c b/sys/dev/buslogic/bt.c index 9c32caebf49..f18e155fcbf 100644 --- a/sys/dev/buslogic/bt.c +++ b/sys/dev/buslogic/bt.c @@ -5,6 +5,8 @@ * sys/dev/buslogic/bt_mca.c BT-64X, SDC3211B, SDC3211F * sys/dev/buslogic/bt_pci.c BT-946, BT-948, BT-956, BT-958 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/buslogic/bt_isa.c b/sys/dev/buslogic/bt_isa.c index ce6f273ed85..0a36a9d6848 100644 --- a/sys/dev/buslogic/bt_isa.c +++ b/sys/dev/buslogic/bt_isa.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * Buslogic BT-54X and BT-445 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs * All rights reserved. * diff --git a/sys/dev/buslogic/bt_pci.c b/sys/dev/buslogic/bt_pci.c index 48c90e08e55..115561894f4 100644 --- a/sys/dev/buslogic/bt_pci.c +++ b/sys/dev/buslogic/bt_pci.c @@ -2,6 +2,8 @@ * Product specific probe and attach routines for: * Buslogic BT946, BT948, BT956, BT958 SCSI controllers * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, 1997, 1998 Justin T. Gibbs * All rights reserved. * diff --git a/sys/dev/buslogic/btreg.h b/sys/dev/buslogic/btreg.h index b7ca500c0f4..04249d03e9e 100644 --- a/sys/dev/buslogic/btreg.h +++ b/sys/dev/buslogic/btreg.h @@ -6,6 +6,8 @@ * sys/dev/buslogic/bt_mca.c BT-64X, SDC3211B, SDC3211F * sys/dev/buslogic/bt_pci.c BT-946, BT-948, BT-956, BT-958 cards * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Justin T. Gibbs. * All rights reserved. * diff --git a/sys/dev/bvm/bvm_console.c b/sys/dev/bvm/bvm_console.c index a7b1bc5ac06..6ce8c21f40f 100644 --- a/sys/dev/bvm/bvm_console.c +++ b/sys/dev/bvm/bvm_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/dev/bvm/bvm_dbg.c b/sys/dev/bvm/bvm_dbg.c index 1ba7ce06c43..5aa0fe731d7 100644 --- a/sys/dev/bvm/bvm_dbg.c +++ b/sys/dev/bvm/bvm_dbg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 NetApp, Inc. * All rights reserved. * diff --git a/sys/dev/bwi/bitops.h b/sys/dev/bwi/bitops.h index 0d6dee8d862..af4f3ea0c3f 100644 --- a/sys/dev/bwi/bitops.h +++ b/sys/dev/bwi/bitops.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2004, 2005 David Young. All rights reserved. * * Programmed for NetBSD by David Young. diff --git a/sys/dev/bwi/if_bwi_pci.c b/sys/dev/bwi/if_bwi_pci.c index c2badc504a9..87fc1fb6b4b 100644 --- a/sys/dev/bwi/if_bwi_pci.c +++ b/sys/dev/bwi/if_bwi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Sam Leffler, Errno Consulting * All rights reserved. * diff --git a/sys/dev/bwn/if_bwn.c b/sys/dev/bwn/if_bwn.c index 712a25b47f9..6f9543e7f30 100644 --- a/sys/dev/bwn/if_bwn.c +++ b/sys/dev/bwn/if_bwn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong * All rights reserved. * diff --git a/sys/dev/bwn/if_bwnreg.h b/sys/dev/bwn/if_bwnreg.h index 5bebdef0400..b499439f79e 100644 --- a/sys/dev/bwn/if_bwnreg.h +++ b/sys/dev/bwn/if_bwnreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong * All rights reserved. * diff --git a/sys/dev/bwn/if_bwnvar.h b/sys/dev/bwn/if_bwnvar.h index f4934ead01d..83237453ba6 100644 --- a/sys/dev/bwn/if_bwnvar.h +++ b/sys/dev/bwn/if_bwnvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong * All rights reserved. * diff --git a/sys/dev/cadence/if_cgem.c b/sys/dev/cadence/if_cgem.c index 04c89cc1b2a..05dac8c0fc6 100644 --- a/sys/dev/cadence/if_cgem.c +++ b/sys/dev/cadence/if_cgem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2014 Thomas Skibo * All rights reserved. * diff --git a/sys/dev/cadence/if_cgem_hw.h b/sys/dev/cadence/if_cgem_hw.h index 30fb6dd3971..1569857d963 100644 --- a/sys/dev/cadence/if_cgem_hw.h +++ b/sys/dev/cadence/if_cgem_hw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Thomas Skibo * All rights reserved. * diff --git a/sys/dev/cardbus/cardbus.c b/sys/dev/cardbus/cardbus.c index 400475379d9..74dfbf22cb5 100644 --- a/sys/dev/cardbus/cardbus.c +++ b/sys/dev/cardbus/cardbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 M. Warner Losh. All Rights Reserved. * Copyright (c) 2000,2001 Jonathan Chen. All rights reserved. * diff --git a/sys/dev/cardbus/cardbus_cis.c b/sys/dev/cardbus/cardbus_cis.c index 55c4d3594ef..e7bf55e013a 100644 --- a/sys/dev/cardbus/cardbus_cis.c +++ b/sys/dev/cardbus/cardbus_cis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008, M. Warner Losh * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/cardbus/cardbus_cis.h b/sys/dev/cardbus/cardbus_cis.h index 086e4ea2f64..69020ab8c65 100644 --- a/sys/dev/cardbus/cardbus_cis.h +++ b/sys/dev/cardbus/cardbus_cis.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/cardbus/cardbus_device.c b/sys/dev/cardbus/cardbus_device.c index f39ffb08c31..de0a53a93f2 100644 --- a/sys/dev/cardbus/cardbus_device.c +++ b/sys/dev/cardbus/cardbus_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2008, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/cardbus/cardbusreg.h b/sys/dev/cardbus/cardbusreg.h index c0634c87bba..34ea6bd5f1f 100644 --- a/sys/dev/cardbus/cardbusreg.h +++ b/sys/dev/cardbus/cardbusreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/cardbus/cardbusvar.h b/sys/dev/cardbus/cardbusvar.h index 7730ffdb339..310923655a1 100644 --- a/sys/dev/cardbus/cardbusvar.h +++ b/sys/dev/cardbus/cardbusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, M. Warner Losh * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/cas/if_cas.c b/sys/dev/cas/if_cas.c index 8b5d9659063..790e8459325 100644 --- a/sys/dev/cas/if_cas.c +++ b/sys/dev/cas/if_cas.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2001-2003 Thomas Moestl * Copyright (c) 2007-2009 Marius Strobl diff --git a/sys/dev/cas/if_casreg.h b/sys/dev/cas/if_casreg.h index 0d1c1d822b9..fda2e13b678 100644 --- a/sys/dev/cas/if_casreg.h +++ b/sys/dev/cas/if_casreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2008 Marius Strobl * All rights reserved. diff --git a/sys/dev/cas/if_casvar.h b/sys/dev/cas/if_casvar.h index e92f277003e..98a7bed3336 100644 --- a/sys/dev/cas/if_casvar.h +++ b/sys/dev/cas/if_casvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2008 Marius Strobl * All rights reserved. diff --git a/sys/dev/cesa/cesa.c b/sys/dev/cesa/cesa.c index 3b74d70adfc..d3ffa61f9ff 100644 --- a/sys/dev/cesa/cesa.c +++ b/sys/dev/cesa/cesa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2011 Semihalf. * All rights reserved. * diff --git a/sys/dev/cesa/cesa.h b/sys/dev/cesa/cesa.h index 1b284decdb1..3b87e8d7f21 100644 --- a/sys/dev/cesa/cesa.h +++ b/sys/dev/cesa/cesa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause-FreeBSD + * * Copyright (C) 2009-2011 Semihalf. * All rights reserved. * diff --git a/sys/dev/cfe/cfe_api.c b/sys/dev/cfe/cfe_api.c index 1b3610af875..4bfc8ce8300 100644 --- a/sys/dev/cfe/cfe_api.c +++ b/sys/dev/cfe/cfe_api.c @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api.c,v 1.18 2006/08/24 02:13:56 binh Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api.h b/sys/dev/cfe/cfe_api.h index ade7a81c184..a068f58f11b 100644 --- a/sys/dev/cfe/cfe_api.h +++ b/sys/dev/cfe/cfe_api.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api.h,v 1.31 2006/08/24 02:13:56 binh Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_api_int.h b/sys/dev/cfe/cfe_api_int.h index b15a1769708..7b2b000e63e 100644 --- a/sys/dev/cfe/cfe_api_int.h +++ b/sys/dev/cfe/cfe_api_int.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_api_int.h,v 1.22 2003/02/07 17:27:56 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_console.c b/sys/dev/cfe/cfe_console.c index e42f0877959..44daa34ebea 100644 --- a/sys/dev/cfe/cfe_console.c +++ b/sys/dev/cfe/cfe_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/cfe/cfe_env.c b/sys/dev/cfe/cfe_env.c index 9b2a3a306e1..589f751b85d 100644 --- a/sys/dev/cfe/cfe_env.c +++ b/sys/dev/cfe/cfe_env.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Neelkanth Natu * All rights reserved. * diff --git a/sys/dev/cfe/cfe_error.h b/sys/dev/cfe/cfe_error.h index d32f1d9065d..d0cb413acd3 100644 --- a/sys/dev/cfe/cfe_error.h +++ b/sys/dev/cfe/cfe_error.h @@ -1,6 +1,8 @@ /* from: Broadcom Id: cfe_error.h,v 1.3 2003/02/07 17:27:56 cgd Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_ioctl.h b/sys/dev/cfe/cfe_ioctl.h index c02e79d1f1e..632c3ac71ba 100644 --- a/sys/dev/cfe/cfe_ioctl.h +++ b/sys/dev/cfe/cfe_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2000, 2001, 2002, 2003 * Broadcom Corporation. All rights reserved. * diff --git a/sys/dev/cfe/cfe_resource.c b/sys/dev/cfe/cfe_resource.c index 02581fc5831..4c07d4e4d2a 100644 --- a/sys/dev/cfe/cfe_resource.c +++ b/sys/dev/cfe/cfe_resource.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/cfi/cfi_bus_ixp4xx.c b/sys/dev/cfi/cfi_bus_ixp4xx.c index 93d03fe0272..dd74f3f4ed0 100644 --- a/sys/dev/cfi/cfi_bus_ixp4xx.c +++ b/sys/dev/cfi/cfi_bus_ixp4xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Roelof Jonkman, Carlson Wireless Inc. * Copyright (c) 2009 Sam Leffler, Errno Consulting * All rights reserved. diff --git a/sys/dev/cfi/cfi_bus_nexus.c b/sys/dev/cfi/cfi_bus_nexus.c index a87ee143dbe..6620a34acb3 100644 --- a/sys/dev/cfi/cfi_bus_nexus.c +++ b/sys/dev/cfi/cfi_bus_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 SRI International * Copyright (c) 2009 Roelof Jonkman, Carlson Wireless Inc. * Copyright (c) 2009 Sam Leffler, Errno Consulting diff --git a/sys/dev/cfi/cfi_disk.c b/sys/dev/cfi/cfi_disk.c index 79807225d14..c09946634b0 100644 --- a/sys/dev/cfi/cfi_disk.c +++ b/sys/dev/cfi/cfi_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Sam Leffler, Errno Consulting * Copyright (c) 2012-2013, SRI International * All rights reserved. diff --git a/sys/dev/ciss/ciss.c b/sys/dev/ciss/ciss.c index a3baca4e9d6..be74240880b 100644 --- a/sys/dev/ciss/ciss.c +++ b/sys/dev/ciss/ciss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * Copyright (c) 2004 Paul Saab * All rights reserved. diff --git a/sys/dev/ciss/cissio.h b/sys/dev/ciss/cissio.h index fba677d6679..149ae3fe364 100644 --- a/sys/dev/ciss/cissio.h +++ b/sys/dev/ciss/cissio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/ciss/cissreg.h b/sys/dev/ciss/cissreg.h index bd85942925e..56d19d10454 100644 --- a/sys/dev/ciss/cissreg.h +++ b/sys/dev/ciss/cissreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/ciss/cissvar.h b/sys/dev/ciss/cissvar.h index 20693af7c6d..1412ababcd5 100644 --- a/sys/dev/ciss/cissvar.h +++ b/sys/dev/ciss/cissvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/cm/if_cm_isa.c b/sys/dev/cm/if_cm_isa.c index 09083743ea1..17484f95a9f 100644 --- a/sys/dev/cm/if_cm_isa.c +++ b/sys/dev/cm/if_cm_isa.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6.c b/sys/dev/cm/smc90cx6.c index e05f9ee58b8..dd3bc401851 100644 --- a/sys/dev/cm/smc90cx6.c +++ b/sys/dev/cm/smc90cx6.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6reg.h b/sys/dev/cm/smc90cx6reg.h index 2fec634db49..6e7d5a5b4af 100644 --- a/sys/dev/cm/smc90cx6reg.h +++ b/sys/dev/cm/smc90cx6reg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cm/smc90cx6var.h b/sys/dev/cm/smc90cx6var.h index f3fd24d7a4a..cd8afdaa4ce 100644 --- a/sys/dev/cm/smc90cx6var.h +++ b/sys/dev/cm/smc90cx6var.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/cmx/cmx_pccard.c b/sys/dev/cmx/cmx_pccard.c index 89411e50328..43215fd6df9 100644 --- a/sys/dev/cmx/cmx_pccard.c +++ b/sys/dev/cmx/cmx_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger * All rights reserved. * diff --git a/sys/dev/cmx/cmxreg.h b/sys/dev/cmx/cmxreg.h index a96a662d970..064dbaa508e 100644 --- a/sys/dev/cmx/cmxreg.h +++ b/sys/dev/cmx/cmxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger * Copyright (c) 2000-2004 OMNIKEY GmbH (www.omnikey.com) * All rights reserved. diff --git a/sys/dev/cmx/cmxvar.h b/sys/dev/cmx/cmxvar.h index 1567c5eb00a..76222a53ad1 100644 --- a/sys/dev/cmx/cmxvar.h +++ b/sys/dev/cmx/cmxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2007 Daniel Roethlisberger * All rights reserved. * diff --git a/sys/dev/coretemp/coretemp.c b/sys/dev/coretemp/coretemp.c index 38f07fbbfa5..099d8a07495 100644 --- a/sys/dev/coretemp/coretemp.c +++ b/sys/dev/coretemp/coretemp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007, 2008 Rui Paulo * All rights reserved. * diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 5351d8ede56..3e1a76884f2 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Stanislav Sedov * All rights reserved. * diff --git a/sys/dev/cpufreq/ichss.c b/sys/dev/cpufreq/ichss.c index 101b5765800..3d0c09e0664 100644 --- a/sys/dev/cpufreq/ichss.c +++ b/sys/dev/cpufreq/ichss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 Nate Lawson (SDG) * All rights reserved. * diff --git a/sys/dev/cs/if_cs.c b/sys/dev/cs/if_cs.c index 2756aec1d59..b0b988f9972 100644 --- a/sys/dev/cs/if_cs.c +++ b/sys/dev/cs/if_cs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c index 20b74046019..55446238875 100644 --- a/sys/dev/cs/if_cs_isa.c +++ b/sys/dev/cs/if_cs_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_cs_pccard.c b/sys/dev/cs/if_cs_pccard.c index 645fbddc58c..260e81bd79f 100644 --- a/sys/dev/cs/if_cs_pccard.c +++ b/sys/dev/cs/if_cs_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/cs/if_csreg.h b/sys/dev/cs/if_csreg.h index 7ffe2760269..8eea27322d1 100644 --- a/sys/dev/cs/if_csreg.h +++ b/sys/dev/cs/if_csreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Maxim Bolotin and Oleg Sharoiko. * All rights reserved. * diff --git a/sys/dev/cs/if_csvar.h b/sys/dev/cs/if_csvar.h index 1765f9f7cab..c49af45bb5a 100644 --- a/sys/dev/cs/if_csvar.h +++ b/sys/dev/cs/if_csvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/cxgb/bin2h.pl b/sys/dev/cxgb/bin2h.pl index 1fdc44f5f49..3bdaa3437bf 100644 --- a/sys/dev/cxgb/bin2h.pl +++ b/sys/dev/cxgb/bin2h.pl @@ -22,6 +22,8 @@ unless ($success) { my $license = < * All rights reserved. * diff --git a/sys/dev/cxgb/sys/uipc_mvec.c b/sys/dev/cxgb/sys/uipc_mvec.c index b535d13e4dd..ca31cf1897c 100644 --- a/sys/dev/cxgb/sys/uipc_mvec.c +++ b/sys/dev/cxgb/sys/uipc_mvec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Kip Macy * All rights reserved. * diff --git a/sys/dev/cxgb/t3b_protocol_sram.h b/sys/dev/cxgb/t3b_protocol_sram.h index b476be2d3cc..65936a0cbf5 100644 --- a/sys/dev/cxgb/t3b_protocol_sram.h +++ b/sys/dev/cxgb/t3b_protocol_sram.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3b_tp_eeprom.h b/sys/dev/cxgb/t3b_tp_eeprom.h index 8b47bdba1ec..e073dee3157 100644 --- a/sys/dev/cxgb/t3b_tp_eeprom.h +++ b/sys/dev/cxgb/t3b_tp_eeprom.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2008, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3c_protocol_sram.h b/sys/dev/cxgb/t3c_protocol_sram.h index 1fe84748144..43a11d8b155 100644 --- a/sys/dev/cxgb/t3c_protocol_sram.h +++ b/sys/dev/cxgb/t3c_protocol_sram.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgb/t3c_tp_eeprom.h b/sys/dev/cxgb/t3c_tp_eeprom.h index 544472ebcfa..bbb322d7d44 100644 --- a/sys/dev/cxgb/t3c_tp_eeprom.h +++ b/sys/dev/cxgb/t3c_tp_eeprom.h @@ -1,4 +1,5 @@ /************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2007-2009, Chelsio Inc. All rights reserved. diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h index 2afa5fbff4e..3b1d14b70a2 100644 --- a/sys/dev/cxgbe/adapter.h +++ b/sys/dev/cxgbe/adapter.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/common/common.h b/sys/dev/cxgbe/common/common.h index c738e178b66..6adca041665 100644 --- a/sys/dev/cxgbe/common/common.h +++ b/sys/dev/cxgbe/common/common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_hw.c b/sys/dev/cxgbe/common/t4_hw.c index c5c88c4563a..77ceb675e9c 100644 --- a/sys/dev/cxgbe/common/t4_hw.c +++ b/sys/dev/cxgbe/common/t4_hw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_hw.h b/sys/dev/cxgbe/common/t4_hw.h index f97c7a0889f..4458840cdd5 100644 --- a/sys/dev/cxgbe/common/t4_hw.h +++ b/sys/dev/cxgbe/common/t4_hw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_msg.h b/sys/dev/cxgbe/common/t4_msg.h index f15c3a89a56..c3e3ef7c76d 100644 --- a/sys/dev/cxgbe/common/t4_msg.h +++ b/sys/dev/cxgbe/common/t4_msg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_regs.h b/sys/dev/cxgbe/common/t4_regs.h index 56793b24557..c15a5b0b959 100644 --- a/sys/dev/cxgbe/common/t4_regs.h +++ b/sys/dev/cxgbe/common/t4_regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_regs_values.h b/sys/dev/cxgbe/common/t4_regs_values.h index bb1f61f3b20..b20de2683da 100644 --- a/sys/dev/cxgbe/common/t4_regs_values.h +++ b/sys/dev/cxgbe/common/t4_regs_values.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/common/t4_tcb.h b/sys/dev/cxgbe/common/t4_tcb.h index a09b13b50bb..89612b3d3c6 100644 --- a/sys/dev/cxgbe/common/t4_tcb.h +++ b/sys/dev/cxgbe/common/t4_tcb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, 2016 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/iw_cxgbe/cm.c b/sys/dev/cxgbe/iw_cxgbe/cm.c index e5ec3c672c6..a38e4db6699 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cm.c +++ b/sys/dev/cxgbe/iw_cxgbe/cm.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/cq.c b/sys/dev/cxgbe/iw_cxgbe/cq.c index 317b64ae919..ab1019a93eb 100644 --- a/sys/dev/cxgbe/iw_cxgbe/cq.c +++ b/sys/dev/cxgbe/iw_cxgbe/cq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/device.c b/sys/dev/cxgbe/iw_cxgbe/device.c index 98833da6110..7892e3304d4 100644 --- a/sys/dev/cxgbe/iw_cxgbe/device.c +++ b/sys/dev/cxgbe/iw_cxgbe/device.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/ev.c b/sys/dev/cxgbe/iw_cxgbe/ev.c index f4ea0c751ad..7c42354644e 100644 --- a/sys/dev/cxgbe/iw_cxgbe/ev.c +++ b/sys/dev/cxgbe/iw_cxgbe/ev.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/id_table.c b/sys/dev/cxgbe/iw_cxgbe/id_table.c index 6fab5dc8eb4..64ffdedf7ba 100644 --- a/sys/dev/cxgbe/iw_cxgbe/id_table.c +++ b/sys/dev/cxgbe/iw_cxgbe/id_table.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Chelsio Communications. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h index 2f649f5f8c5..62b62d41fa0 100644 --- a/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h +++ b/sys/dev/cxgbe/iw_cxgbe/iw_cxgbe.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/mem.c b/sys/dev/cxgbe/iw_cxgbe/mem.c index 7a62e82bf67..ec272b9e941 100644 --- a/sys/dev/cxgbe/iw_cxgbe/mem.c +++ b/sys/dev/cxgbe/iw_cxgbe/mem.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/provider.c b/sys/dev/cxgbe/iw_cxgbe/provider.c index b3da809c8c0..ffde8a41d10 100644 --- a/sys/dev/cxgbe/iw_cxgbe/provider.c +++ b/sys/dev/cxgbe/iw_cxgbe/provider.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013, 2016 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/qp.c b/sys/dev/cxgbe/iw_cxgbe/qp.c index 9eada7ecb10..c8204d8a878 100644 --- a/sys/dev/cxgbe/iw_cxgbe/qp.c +++ b/sys/dev/cxgbe/iw_cxgbe/qp.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/resource.c b/sys/dev/cxgbe/iw_cxgbe/resource.c index ac0eef50249..42591f98717 100644 --- a/sys/dev/cxgbe/iw_cxgbe/resource.c +++ b/sys/dev/cxgbe/iw_cxgbe/resource.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/t4.h b/sys/dev/cxgbe/iw_cxgbe/t4.h index 375688c6768..308e85da7c7 100644 --- a/sys/dev/cxgbe/iw_cxgbe/t4.h +++ b/sys/dev/cxgbe/iw_cxgbe/t4.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/iw_cxgbe/user.h b/sys/dev/cxgbe/iw_cxgbe/user.h index a98a3005619..b3f23643a41 100644 --- a/sys/dev/cxgbe/iw_cxgbe/user.h +++ b/sys/dev/cxgbe/iw_cxgbe/user.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2013 Chelsio, Inc. All rights reserved. * * This software is available to you under a choice of one of two diff --git a/sys/dev/cxgbe/offload.h b/sys/dev/cxgbe/offload.h index 58b35e2c334..b9ee9a18631 100644 --- a/sys/dev/cxgbe/offload.h +++ b/sys/dev/cxgbe/offload.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/osdep.h b/sys/dev/cxgbe/osdep.h index 6fd704b08ec..f6d065ac38e 100644 --- a/sys/dev/cxgbe/osdep.h +++ b/sys/dev/cxgbe/osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/t4_ioctl.h b/sys/dev/cxgbe/t4_ioctl.h index 20a686da41c..8fa92935c62 100644 --- a/sys/dev/cxgbe/t4_ioctl.h +++ b/sys/dev/cxgbe/t4_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/t4_l2t.c b/sys/dev/cxgbe/t4_l2t.c index b4b1ee4d312..11f5331e344 100644 --- a/sys/dev/cxgbe/t4_l2t.c +++ b/sys/dev/cxgbe/t4_l2t.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/t4_l2t.h b/sys/dev/cxgbe/t4_l2t.h index 2d861dc9a2f..32758a884df 100644 --- a/sys/dev/cxgbe/t4_l2t.h +++ b/sys/dev/cxgbe/t4_l2t.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c index d1d813e4345..e701b74db51 100644 --- a/sys/dev/cxgbe/t4_main.c +++ b/sys/dev/cxgbe/t4_main.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/t4_sge.c b/sys/dev/cxgbe/t4_sge.c index 5c7ff8bebf4..0abc2ad678f 100644 --- a/sys/dev/cxgbe/t4_sge.c +++ b/sys/dev/cxgbe/t4_sge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/t4_tracer.c b/sys/dev/cxgbe/t4_tracer.c index 59096bc31ec..035c7b029d8 100644 --- a/sys/dev/cxgbe/t4_tracer.c +++ b/sys/dev/cxgbe/t4_tracer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_connect.c b/sys/dev/cxgbe/tom/t4_connect.c index b1acd5a58be..0924089f6b3 100644 --- a/sys/dev/cxgbe/tom/t4_connect.c +++ b/sys/dev/cxgbe/tom/t4_connect.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_cpl_io.c b/sys/dev/cxgbe/tom/t4_cpl_io.c index a4cacdd32c3..7e8b18786a3 100644 --- a/sys/dev/cxgbe/tom/t4_cpl_io.c +++ b/sys/dev/cxgbe/tom/t4_cpl_io.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2015 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_ddp.c b/sys/dev/cxgbe/tom/t4_ddp.c index e32fc4fb18a..2c3ea7d6539 100644 --- a/sys/dev/cxgbe/tom/t4_ddp.c +++ b/sys/dev/cxgbe/tom/t4_ddp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_listen.c b/sys/dev/cxgbe/tom/t4_listen.c index 09532c26edb..d3436759a9f 100644 --- a/sys/dev/cxgbe/tom/t4_listen.c +++ b/sys/dev/cxgbe/tom/t4_listen.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_tom.c b/sys/dev/cxgbe/tom/t4_tom.c index 13668c6227f..3d1a207d6ce 100644 --- a/sys/dev/cxgbe/tom/t4_tom.c +++ b/sys/dev/cxgbe/tom/t4_tom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_tom.h b/sys/dev/cxgbe/tom/t4_tom.h index 7da80d71217..eb7b5dd1873 100644 --- a/sys/dev/cxgbe/tom/t4_tom.h +++ b/sys/dev/cxgbe/tom/t4_tom.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, 2015 Chelsio Communications, Inc. * All rights reserved. * Written by: Navdeep Parhar diff --git a/sys/dev/cxgbe/tom/t4_tom_l2t.c b/sys/dev/cxgbe/tom/t4_tom_l2t.c index f89df02e100..231a4669e81 100644 --- a/sys/dev/cxgbe/tom/t4_tom_l2t.c +++ b/sys/dev/cxgbe/tom/t4_tom_l2t.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cxgbe/tom/t4_tom_l2t.h b/sys/dev/cxgbe/tom/t4_tom_l2t.h index 9a7fb39fbd7..dc8e04d8d97 100644 --- a/sys/dev/cxgbe/tom/t4_tom_l2t.h +++ b/sys/dev/cxgbe/tom/t4_tom_l2t.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Chelsio Communications, Inc. * All rights reserved. * diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c index ad4fa145cf7..2d4663bee49 100644 --- a/sys/dev/cy/cy.c +++ b/sys/dev/cy/cy.c @@ -2,6 +2,8 @@ * cyclades cyclom-y serial driver * Andrew Herbert , 17 August 1993 * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Andrew Herbert. * All rights reserved. * diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c index 448cc033dcb..a53da4fc33e 100644 --- a/sys/dev/cy/cy_isa.c +++ b/sys/dev/cy/cy_isa.c @@ -2,6 +2,8 @@ * cyclades cyclom-y serial driver * Andrew Herbert , 17 August 1993 * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1993 Andrew Herbert. * All rights reserved. * diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index 3f9a1826f6b..4bd833e27b1 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, David Greenman * All rights reserved. * diff --git a/sys/dev/cy/cyvar.h b/sys/dev/cy/cyvar.h index 6b770e8761f..0289ecba4f3 100644 --- a/sys/dev/cy/cyvar.h +++ b/sys/dev/cy/cyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Bruce D. Evans * All rights reserved. * diff --git a/sys/dev/de/dc21040reg.h b/sys/dev/de/dc21040reg.h index 8d910285a75..dc839f6610c 100644 --- a/sys/dev/de/dc21040reg.h +++ b/sys/dev/de/dc21040reg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994, 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 3e56c86258e..753c82a6f5a 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -1,5 +1,7 @@ /* $NetBSD: if_de.c,v 1.86 1999/06/01 19:17:59 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) * All rights reserved. * diff --git a/sys/dev/de/if_devar.h b/sys/dev/de/if_devar.h index e3e364d0257..c2aeeb2b843 100644 --- a/sys/dev/de/if_devar.h +++ b/sys/dev/de/if_devar.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1994-1997 Matt Thomas (matt@3am-software.com) * All rights reserved. * diff --git a/sys/dev/dpt/dpt.h b/sys/dev/dpt/dpt.h index e337f09a120..cc0f0528b86 100644 --- a/sys/dev/dpt/dpt.h +++ b/sys/dev/dpt/dpt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 by Simon Shapiro * All Rights Reserved * diff --git a/sys/dev/dpt/dpt_pci.c b/sys/dev/dpt/dpt_pci.c index f547a221415..15a097e61b2 100644 --- a/sys/dev/dpt/dpt_pci.c +++ b/sys/dev/dpt/dpt_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew N. Dodd * All rights reserved. * diff --git a/sys/dev/dpt/dpt_scsi.c b/sys/dev/dpt/dpt_scsi.c index 541b58665cf..168764d8027 100644 --- a/sys/dev/dpt/dpt_scsi.c +++ b/sys/dev/dpt/dpt_scsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1997 by Simon Shapiro * All Rights Reserved * diff --git a/sys/dev/drm2/drm_gem.c b/sys/dev/drm2/drm_gem.c index aaf99628c16..47d363a811a 100644 --- a/sys/dev/drm2/drm_gem.c +++ b/sys/dev/drm2/drm_gem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_gem_names.c b/sys/dev/drm2/drm_gem_names.c index 8e47531e043..6b0046fc042 100644 --- a/sys/dev/drm2/drm_gem_names.c +++ b/sys/dev/drm2/drm_gem_names.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_gem_names.h b/sys/dev/drm2/drm_gem_names.h index 08f6fa47078..bb97c0797f7 100644 --- a/sys/dev/drm2/drm_gem_names.h +++ b/sys/dev/drm2/drm_gem_names.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/drm_linux_list_sort.c b/sys/dev/drm2/drm_linux_list_sort.c index 19c5c9ecc8e..bd7085e2a86 100644 --- a/sys/dev/drm2/drm_linux_list_sort.c +++ b/sys/dev/drm2/drm_linux_list_sort.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/drm2/i915/i915_gem.c b/sys/dev/drm2/i915/i915_gem.c index 40d432ce73f..4470c921c08 100644 --- a/sys/dev/drm2/i915/i915_gem.c +++ b/sys/dev/drm2/i915/i915_gem.c @@ -23,6 +23,8 @@ * Authors: * Eric Anholt * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/ed/ax88x90reg.h b/sys/dev/ed/ax88x90reg.h index d28d5aa6c9e..245d0784f5f 100644 --- a/sys/dev/ed/ax88x90reg.h +++ b/sys/dev/ed/ax88x90reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ed/dl100xxreg.h b/sys/dev/ed/dl100xxreg.h index 3b9f1c9fac5..69870c2aedf 100644 --- a/sys/dev/ed/dl100xxreg.h +++ b/sys/dev/ed/dl100xxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 0730c964df0..696da5745d1 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/if_ed_3c503.c b/sys/dev/ed/if_ed_3c503.c index bcb9e44a94c..c7ff8edf448 100644 --- a/sys/dev/ed/if_ed_3c503.c +++ b/sys/dev/ed/if_ed_3c503.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_hpp.c b/sys/dev/ed/if_ed_hpp.c index 5dac104410d..282b8e468e1 100644 --- a/sys/dev/ed/if_ed_hpp.c +++ b/sys/dev/ed/if_ed_hpp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_isa.c b/sys/dev/ed/if_ed_isa.c index 7b974dc27f6..ac36f4060b8 100644 --- a/sys/dev/ed/if_ed_isa.c +++ b/sys/dev/ed/if_ed_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/if_ed_novell.c b/sys/dev/ed/if_ed_novell.c index d81b50997bc..5ef196bb404 100644 --- a/sys/dev/ed/if_ed_novell.c +++ b/sys/dev/ed/if_ed_novell.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c index 571b8679dd5..bda04352df9 100644 --- a/sys/dev/ed/if_ed_pccard.c +++ b/sys/dev/ed/if_ed_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * Copyright (c) 1995, David Greenman * All rights reserved. diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 04130df2298..78f9aff705a 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Stefan Esser * All rights reserved. * diff --git a/sys/dev/ed/if_ed_rtl80x9.c b/sys/dev/ed/if_ed_rtl80x9.c index 745551036c3..3f160d05c4a 100644 --- a/sys/dev/ed/if_ed_rtl80x9.c +++ b/sys/dev/ed/if_ed_rtl80x9.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, David Madole * All rights reserved. * Copyright (c) 2005, M. Warner Losh. diff --git a/sys/dev/ed/if_ed_sic.c b/sys/dev/ed/if_ed_sic.c index d9c67120fd7..0a196540773 100644 --- a/sys/dev/ed/if_ed_sic.c +++ b/sys/dev/ed/if_ed_sic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_ed_wd80x3.c b/sys/dev/ed/if_ed_wd80x3.c index ccaa46e883d..e736e9bd78c 100644 --- a/sys/dev/ed/if_ed_wd80x3.c +++ b/sys/dev/ed/if_ed_wd80x3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * Copyright (c) 1995, David Greenman diff --git a/sys/dev/ed/if_edvar.h b/sys/dev/ed/if_edvar.h index bd3be77c4db..d6d2d81946b 100644 --- a/sys/dev/ed/if_edvar.h +++ b/sys/dev/ed/if_edvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/ed/rtl80x9reg.h b/sys/dev/ed/rtl80x9reg.h index 2120fcffa85..13d932b58d9 100644 --- a/sys/dev/ed/rtl80x9reg.h +++ b/sys/dev/ed/rtl80x9reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, David Madole * All rights reserved. * Copyright (c) 2005, M. Warner Losh. diff --git a/sys/dev/ed/tc5299jreg.h b/sys/dev/ed/tc5299jreg.h index 414216007c5..42ab8239a11 100644 --- a/sys/dev/ed/tc5299jreg.h +++ b/sys/dev/ed/tc5299jreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index fcd8796f6d0..af3f3d82b4c 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl * All rights reserved. * diff --git a/sys/dev/ep/if_ep_isa.c b/sys/dev/ep/if_ep_isa.c index 11523f18402..c904e609e6f 100644 --- a/sys/dev/ep/if_ep_isa.c +++ b/sys/dev/ep/if_ep_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl * All rights reserved. * diff --git a/sys/dev/ep/if_ep_pccard.c b/sys/dev/ep/if_ep_pccard.c index e0e680c1ec7..4a202b2557d 100644 --- a/sys/dev/ep/if_ep_pccard.c +++ b/sys/dev/ep/if_ep_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Herb Peyerl * All rights reserved. * diff --git a/sys/dev/ep/if_epreg.h b/sys/dev/ep/if_epreg.h index 15f937579f0..5dfc703759e 100644 --- a/sys/dev/ep/if_epreg.h +++ b/sys/dev/ep/if_epreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ep/if_epvar.h b/sys/dev/ep/if_epvar.h index a7ad8ea4536..a11a6964286 100644 --- a/sys/dev/ep/if_epvar.h +++ b/sys/dev/ep/if_epvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/esp/am53c974reg.h b/sys/dev/esp/am53c974reg.h index 86260fd646c..795aa88d166 100644 --- a/sys/dev/esp/am53c974reg.h +++ b/sys/dev/esp/am53c974reg.h @@ -1,6 +1,8 @@ /* $NetBSD: pcscpreg.h,v 1.2 2008/04/28 20:23:55 martin Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/esp/esp_pci.c b/sys/dev/esp/esp_pci.c index fc3af2b2442..1e484b29415 100644 --- a/sys/dev/esp/esp_pci.c +++ b/sys/dev/esp/esp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2011 Marius Strobl * All rights reserved. * diff --git a/sys/dev/esp/esp_sbus.c b/sys/dev/esp/esp_sbus.c index 4d658d6671f..c7f4cbbc9d2 100644 --- a/sys/dev/esp/esp_sbus.c +++ b/sys/dev/esp/esp_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2004 Scott Long * Copyright (c) 2005 Marius Strobl * All rights reserved. diff --git a/sys/dev/esp/ncr53c9x.c b/sys/dev/esp/ncr53c9x.c index 62f0ec6cd71..98d40ce7069 100644 --- a/sys/dev/esp/ncr53c9x.c +++ b/sys/dev/esp/ncr53c9x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause NetBSD + * * Copyright (c) 2004 Scott Long * Copyright (c) 2005, 2008 Marius Strobl * All rights reserved. diff --git a/sys/dev/esp/ncr53c9xreg.h b/sys/dev/esp/ncr53c9xreg.h index dffbf7cd577..557ae59ae72 100644 --- a/sys/dev/esp/ncr53c9xreg.h +++ b/sys/dev/esp/ncr53c9xreg.h @@ -1,6 +1,8 @@ /* $NetBSD: ncr53c9xreg.h,v 1.16 2009/09/07 13:31:44 tsutsui Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1994 Peter Galbavy. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/esp/ncr53c9xvar.h b/sys/dev/esp/ncr53c9xvar.h index c5c8343c47a..cebb214df36 100644 --- a/sys/dev/esp/ncr53c9xvar.h +++ b/sys/dev/esp/ncr53c9xvar.h @@ -1,6 +1,8 @@ /* $NetBSD: ncr53c9xvar.h,v 1.55 2011/07/31 18:39:00 jakllsch Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-4-Clause + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch.c b/sys/dev/etherswitch/arswitch/arswitch.c index f98d84acaaf..c0098d7f2d3 100644 --- a/sys/dev/etherswitch/arswitch/arswitch.c +++ b/sys/dev/etherswitch/arswitch/arswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_7240.c b/sys/dev/etherswitch/arswitch/arswitch_7240.c index d8f51c2784d..d114c3e0bf0 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_7240.c +++ b/sys/dev/etherswitch/arswitch/arswitch_7240.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_7240.h b/sys/dev/etherswitch/arswitch/arswitch_7240.h index 838a6d1015a..14fcfa5918c 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_7240.h +++ b/sys/dev/etherswitch/arswitch/arswitch_7240.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8216.c b/sys/dev/etherswitch/arswitch/arswitch_8216.c index bd5c2cb71d6..c8b29b19d0a 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8216.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8216.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8216.h b/sys/dev/etherswitch/arswitch/arswitch_8216.h index 1795a20b921..2b99552c01c 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8216.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8216.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8226.c b/sys/dev/etherswitch/arswitch/arswitch_8226.c index 5a86627345b..ee9e17f67ba 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8226.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8226.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8226.h b/sys/dev/etherswitch/arswitch/arswitch_8226.h index f430e1200f8..b58b7708ad2 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8226.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8226.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8316.c b/sys/dev/etherswitch/arswitch/arswitch_8316.c index bd46657f885..91791ed2d07 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8316.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8316.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8316.h b/sys/dev/etherswitch/arswitch/arswitch_8316.h index ceb8ae73ff8..7a990a0d583 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8316.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8316.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_8327.c b/sys/dev/etherswitch/arswitch/arswitch_8327.c index ab26707e300..64f7a3b32e3 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8327.c +++ b/sys/dev/etherswitch/arswitch/arswitch_8327.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2014 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_8327.h b/sys/dev/etherswitch/arswitch/arswitch_8327.h index e2a5f5ec7fd..941c7d09737 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_8327.h +++ b/sys/dev/etherswitch/arswitch/arswitch_8327.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Adrian Chadd * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_9340.c b/sys/dev/etherswitch/arswitch/arswitch_9340.c index fd3ab223843..947385190b4 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_9340.c +++ b/sys/dev/etherswitch/arswitch/arswitch_9340.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2013 Adrian Chadd * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_9340.h b/sys/dev/etherswitch/arswitch/arswitch_9340.h index cd7e8e3384e..a594ffaf82b 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_9340.h +++ b/sys/dev/etherswitch/arswitch/arswitch_9340.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2031 Adrian Chadd * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_phy.c b/sys/dev/etherswitch/arswitch/arswitch_phy.c index 798f2b22715..07d3d5b88ed 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_phy.c +++ b/sys/dev/etherswitch/arswitch/arswitch_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitch_phy.h b/sys/dev/etherswitch/arswitch/arswitch_phy.h index 885be271127..fcfc263f3bf 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_phy.h +++ b/sys/dev/etherswitch/arswitch/arswitch_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_reg.c b/sys/dev/etherswitch/arswitch/arswitch_reg.c index fb6baeb9544..c9f16f21fff 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_reg.c +++ b/sys/dev/etherswitch/arswitch/arswitch_reg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_reg.h b/sys/dev/etherswitch/arswitch/arswitch_reg.h index 04612b2468c..b15147faa37 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_reg.h +++ b/sys/dev/etherswitch/arswitch/arswitch_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitch_vlans.c b/sys/dev/etherswitch/arswitch/arswitch_vlans.c index 9853b22f5f3..a9452841d66 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_vlans.c +++ b/sys/dev/etherswitch/arswitch/arswitch_vlans.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/arswitch/arswitch_vlans.h b/sys/dev/etherswitch/arswitch/arswitch_vlans.h index b82db898822..fa0e9b4dc57 100644 --- a/sys/dev/etherswitch/arswitch/arswitch_vlans.h +++ b/sys/dev/etherswitch/arswitch/arswitch_vlans.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/arswitch/arswitchreg.h b/sys/dev/etherswitch/arswitch/arswitchreg.h index 80f95b6502a..2dd0b1a965e 100644 --- a/sys/dev/etherswitch/arswitch/arswitchreg.h +++ b/sys/dev/etherswitch/arswitch/arswitchreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/dev/etherswitch/arswitch/arswitchvar.h b/sys/dev/etherswitch/arswitch/arswitchvar.h index 19731f3b941..dc3ccf4a55c 100644 --- a/sys/dev/etherswitch/arswitch/arswitchvar.h +++ b/sys/dev/etherswitch/arswitch/arswitchvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/etherswitch.c b/sys/dev/etherswitch/etherswitch.c index ee9b71086be..c00c68ea4f5 100644 --- a/sys/dev/etherswitch/etherswitch.c +++ b/sys/dev/etherswitch/etherswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/ip17x/ip175c.c b/sys/dev/etherswitch/ip17x/ip175c.c index c87543bc5b1..bcf62f06dfb 100644 --- a/sys/dev/etherswitch/ip17x/ip175c.c +++ b/sys/dev/etherswitch/ip17x/ip175c.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175c.h b/sys/dev/etherswitch/ip17x/ip175c.h index 2b9e05665d2..026c09a1168 100644 --- a/sys/dev/etherswitch/ip17x/ip175c.h +++ b/sys/dev/etherswitch/ip17x/ip175c.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175d.c b/sys/dev/etherswitch/ip17x/ip175d.c index 5d43641b112..45ba44d58ec 100644 --- a/sys/dev/etherswitch/ip17x/ip175d.c +++ b/sys/dev/etherswitch/ip17x/ip175d.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip175d.h b/sys/dev/etherswitch/ip17x/ip175d.h index d8a3033c209..6dba68c8d3b 100644 --- a/sys/dev/etherswitch/ip17x/ip175d.h +++ b/sys/dev/etherswitch/ip17x/ip175d.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x.c b/sys/dev/etherswitch/ip17x/ip17x.c index 650dac2ddfd..ff1db9dbd68 100644 --- a/sys/dev/etherswitch/ip17x/ip17x.c +++ b/sys/dev/etherswitch/ip17x/ip17x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_phy.c b/sys/dev/etherswitch/ip17x/ip17x_phy.c index d110b26a69f..50cbbe5dfef 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_phy.c +++ b/sys/dev/etherswitch/ip17x/ip17x_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_phy.h b/sys/dev/etherswitch/ip17x/ip17x_phy.h index e2638aefda6..3ecd18821eb 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_phy.h +++ b/sys/dev/etherswitch/ip17x/ip17x_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_reg.h b/sys/dev/etherswitch/ip17x/ip17x_reg.h index 09b119669c8..b79e0c06480 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_reg.h +++ b/sys/dev/etherswitch/ip17x/ip17x_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_var.h b/sys/dev/etherswitch/ip17x/ip17x_var.h index 19e0abac340..9573a18a187 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_var.h +++ b/sys/dev/etherswitch/ip17x/ip17x_var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_vlans.c b/sys/dev/etherswitch/ip17x/ip17x_vlans.c index 6746344f48d..d6b5883692d 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_vlans.c +++ b/sys/dev/etherswitch/ip17x/ip17x_vlans.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/etherswitch/ip17x/ip17x_vlans.h b/sys/dev/etherswitch/ip17x/ip17x_vlans.h index 705926a4861..5d4c0ef5688 100644 --- a/sys/dev/etherswitch/ip17x/ip17x_vlans.h +++ b/sys/dev/etherswitch/ip17x/ip17x_vlans.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * All rights reserved. * diff --git a/sys/dev/etherswitch/miiproxy.c b/sys/dev/etherswitch/miiproxy.c index b0f2398058c..d667cfec2c3 100644 --- a/sys/dev/etherswitch/miiproxy.c +++ b/sys/dev/etherswitch/miiproxy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/miiproxy.h b/sys/dev/etherswitch/miiproxy.h index 4883c57dabd..fc30af10ada 100644 --- a/sys/dev/etherswitch/miiproxy.h +++ b/sys/dev/etherswitch/miiproxy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. * diff --git a/sys/dev/etherswitch/rtl8366/rtl8366rb.c b/sys/dev/etherswitch/rtl8366/rtl8366rb.c index 8ad3753c8ca..a80c27649f4 100644 --- a/sys/dev/etherswitch/rtl8366/rtl8366rb.c +++ b/sys/dev/etherswitch/rtl8366/rtl8366rb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016 Hiroki Mori. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h b/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h index 661f1132ac0..471a0c73228 100644 --- a/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h +++ b/sys/dev/etherswitch/rtl8366/rtl8366rbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016 Hiroki Mori. * Copyright (c) 2011-2012 Stefan Bethke. * All rights reserved. diff --git a/sys/dev/etherswitch/ukswitch/ukswitch.c b/sys/dev/etherswitch/ukswitch/ukswitch.c index 5d8c95eabb8..cb063f4d634 100644 --- a/sys/dev/etherswitch/ukswitch/ukswitch.c +++ b/sys/dev/etherswitch/ukswitch/ukswitch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Luiz Otavio O Souza. * Copyright (c) 2011-2012 Stefan Bethke. * Copyright (c) 2012 Adrian Chadd. diff --git a/sys/dev/ex/if_ex.c b/sys/dev/ex/if_ex.c index a37a484f215..863e61b7342 100644 --- a/sys/dev/ex/if_ex.c +++ b/sys/dev/ex/if_ex.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/ex/if_ex_isa.c b/sys/dev/ex/if_ex_isa.c index 02d4a751026..ab572fff1ef 100644 --- a/sys/dev/ex/if_ex_isa.c +++ b/sys/dev/ex/if_ex_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew N. Dodd * All rights reserved. * diff --git a/sys/dev/ex/if_ex_pccard.c b/sys/dev/ex/if_ex_pccard.c index 6d13a72fd2f..bcc2cfb7e25 100644 --- a/sys/dev/ex/if_ex_pccard.c +++ b/sys/dev/ex/if_ex_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mitsuru IWASAKI * All rights reserved. * diff --git a/sys/dev/ex/if_exreg.h b/sys/dev/ex/if_exreg.h index 8b86f36daf5..8c260ede28c 100644 --- a/sys/dev/ex/if_exreg.h +++ b/sys/dev/ex/if_exreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/ex/if_exvar.h b/sys/dev/ex/if_exvar.h index 44576a33404..a5f806b6c97 100644 --- a/sys/dev/ex/if_exvar.h +++ b/sys/dev/ex/if_exvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996, Javier Mart^mn Rueda (jmrueda@diatel.upm.es) * All rights reserved. * diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index ea611a87e86..899375bce73 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2005 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/exca/excareg.h b/sys/dev/exca/excareg.h index ecde55a4a1d..0cb419d6d9a 100644 --- a/sys/dev/exca/excareg.h +++ b/sys/dev/exca/excareg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/exca/excavar.h b/sys/dev/exca/excavar.h index bc29c81a099..c4a8a556bbb 100644 --- a/sys/dev/exca/excavar.h +++ b/sys/dev/exca/excavar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 M Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/fb/creator.c b/sys/dev/fb/creator.c index 89cf877641c..2fd0bd10597 100644 --- a/sys/dev/fb/creator.c +++ b/sys/dev/fb/creator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * Copyright (c) 2005 - 2006 Marius Strobl * All rights reserved. diff --git a/sys/dev/fb/creatorreg.h b/sys/dev/fb/creatorreg.h index c73af6fb40f..2cdb2dff1b9 100644 --- a/sys/dev/fb/creatorreg.h +++ b/sys/dev/fb/creatorreg.h @@ -21,6 +21,8 @@ * from: XFree86: ffb_dac.h,v 1.1 2000/05/23 04:47:44 dawes Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/fb/fb.c b/sys/dev/fb/fb.c index 169dacc7736..2f821c8b65f 100644 --- a/sys/dev/fb/fb.c +++ b/sys/dev/fb/fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/fbd.c b/sys/dev/fb/fbd.c index 6110e4afd25..02b8eb3ada4 100644 --- a/sys/dev/fb/fbd.c +++ b/sys/dev/fb/fbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fb/fbreg.h b/sys/dev/fb/fbreg.h index 0ae2d54526e..5e8f2cd105f 100644 --- a/sys/dev/fb/fbreg.h +++ b/sys/dev/fb/fbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/machfb.c b/sys/dev/fb/machfb.c index 42824835fcb..7c719bbe1cd 100644 --- a/sys/dev/fb/machfb.c +++ b/sys/dev/fb/machfb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2002 Bang Jun-Young * Copyright (c) 2005 Marius Strobl * All rights reserved. diff --git a/sys/dev/fb/s3_pci.c b/sys/dev/fb/s3_pci.c index 4a438fa690f..37ecddbaeb4 100644 --- a/sys/dev/fb/s3_pci.c +++ b/sys/dev/fb/s3_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Alcove - Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/fb/splash.c b/sys/dev/fb/splash.c index 4a7226f9ce4..c3e1946ad0e 100644 --- a/sys/dev/fb/splash.c +++ b/sys/dev/fb/splash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/splash_bmp.c b/sys/dev/fb/splash_bmp.c index 719725ee0fe..fbd7360766c 100644 --- a/sys/dev/fb/splash_bmp.c +++ b/sys/dev/fb/splash_bmp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. diff --git a/sys/dev/fb/splash_pcx.c b/sys/dev/fb/splash_pcx.c index 5340b2e5d50..8d82bca31ac 100644 --- a/sys/dev/fb/splash_pcx.c +++ b/sys/dev/fb/splash_pcx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Michael Smith * Copyright (c) 1999 Kazutaka YOKOTA * Copyright (c) 1999 Dag-Erling Coïdan Smørgrav diff --git a/sys/dev/fb/splash_txt.c b/sys/dev/fb/splash_txt.c index 7bd9ff95bc5..1477c3bf52b 100644 --- a/sys/dev/fb/splash_txt.c +++ b/sys/dev/fb/splash_txt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * Copyright (c) 1999 Kazutaka YOKOTA * Copyright (c) 2005 Antony Mawer diff --git a/sys/dev/fb/splashreg.h b/sys/dev/fb/splashreg.h index 36ba9a708d8..be81e4ad7cd 100644 --- a/sys/dev/fb/splashreg.h +++ b/sys/dev/fb/splashreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/vesa.c b/sys/dev/fb/vesa.c index c752efc6903..47f768abcc9 100644 --- a/sys/dev/fb/vesa.c +++ b/sys/dev/fb/vesa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA and Michael Smith * Copyright (c) 2009-2013 Jung-uk Kim * All rights reserved. diff --git a/sys/dev/fb/vesa.h b/sys/dev/fb/vesa.h index 17314394f9b..d38af0ee645 100644 --- a/sys/dev/fb/vesa.h +++ b/sys/dev/fb/vesa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Michael Smith and Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fb/vga.c b/sys/dev/fb/vga.c index 286202d72d0..572c2b9d284 100644 --- a/sys/dev/fb/vga.c +++ b/sys/dev/fb/vga.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. diff --git a/sys/dev/fb/vgareg.h b/sys/dev/fb/vgareg.h index 249d32c5957..229231d1f84 100644 --- a/sys/dev/fb/vgareg.h +++ b/sys/dev/fb/vgareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/fdc/fdc_acpi.c b/sys/dev/fdc/fdc_acpi.c index afef4096316..1adebe84530 100644 --- a/sys/dev/fdc/fdc_acpi.c +++ b/sys/dev/fdc/fdc_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Nate Lawson (SDG) * All rights reserved. * diff --git a/sys/dev/fdc/fdc_isa.c b/sys/dev/fdc/fdc_isa.c index a3a0e616750..55d9c85ca9c 100644 --- a/sys/dev/fdc/fdc_isa.c +++ b/sys/dev/fdc/fdc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdc/fdc_pccard.c b/sys/dev/fdc/fdc_pccard.c index 767a4d157a1..c6329505237 100644 --- a/sys/dev/fdc/fdc_pccard.c +++ b/sys/dev/fdc/fdc_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdc/fdcvar.h b/sys/dev/fdc/fdcvar.h index 08299011513..f492d094987 100644 --- a/sys/dev/fdc/fdcvar.h +++ b/sys/dev/fdc/fdcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/fdt/fdt_common.c b/sys/dev/fdt/fdt_common.c index e738423bc24..d163cac3e67 100644 --- a/sys/dev/fdt/fdt_common.c +++ b/sys/dev/fdt/fdt_common.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2014 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_common.h b/sys/dev/fdt/fdt_common.h index 904d3e18fab..91522df5b0a 100644 --- a/sys/dev/fdt/fdt_common.h +++ b/sys/dev/fdt/fdt_common.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_powerpc.c b/sys/dev/fdt/fdt_powerpc.c index 3c3dccef0f3..cf1fad59c66 100644 --- a/sys/dev/fdt/fdt_powerpc.c +++ b/sys/dev/fdt/fdt_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/fdt/fdt_slicer.c b/sys/dev/fdt/fdt_slicer.c index 2765f53aa1b..5470256073e 100644 --- a/sys/dev/fdt/fdt_slicer.c +++ b/sys/dev/fdt/fdt_slicer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/dev/fdt/simplebus.c b/sys/dev/fdt/simplebus.c index f9bea0e6d44..23f3d2c8378 100644 --- a/sys/dev/fdt/simplebus.c +++ b/sys/dev/fdt/simplebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/ffec/if_ffec.c b/sys/dev/ffec/if_ffec.c index d93547af9df..164e2559424 100644 --- a/sys/dev/ffec/if_ffec.c +++ b/sys/dev/ffec/if_ffec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore * All rights reserved. * diff --git a/sys/dev/ffec/if_ffecreg.h b/sys/dev/ffec/if_ffecreg.h index bb1d19790c1..00bb896f669 100644 --- a/sys/dev/ffec/if_ffecreg.h +++ b/sys/dev/ffec/if_ffecreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore * All rights reserved. * diff --git a/sys/dev/filemon/filemon.c b/sys/dev/filemon/filemon.c index 26e1bc38d07..8ae6b55c44c 100644 --- a/sys/dev/filemon/filemon.c +++ b/sys/dev/filemon/filemon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * Copyright (c) 2015-2016, EMC Corp. diff --git a/sys/dev/filemon/filemon.h b/sys/dev/filemon/filemon.h index b3fa061727e..4a97dfd010a 100644 --- a/sys/dev/filemon/filemon.h +++ b/sys/dev/filemon/filemon.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * All rights reserved. diff --git a/sys/dev/filemon/filemon_wrapper.c b/sys/dev/filemon/filemon_wrapper.c index 6c71d27a767..fbc101afda3 100644 --- a/sys/dev/filemon/filemon_wrapper.c +++ b/sys/dev/filemon/filemon_wrapper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, David E. O'Brien. * Copyright (c) 2009-2011, Juniper Networks, Inc. * Copyright (c) 2015-2016, EMC Corp. diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index c5b24ff78d7..3798188fdcb 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire.h b/sys/dev/firewire/firewire.h index 442fd6f624f..e91e5c26ada 100644 --- a/sys/dev/firewire/firewire.h +++ b/sys/dev/firewire/firewire.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/firewire_phy.h b/sys/dev/firewire/firewire_phy.h index a420a4a9f04..1cac818fb10 100644 --- a/sys/dev/firewire/firewire_phy.h +++ b/sys/dev/firewire/firewire_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. * diff --git a/sys/dev/firewire/firewirereg.h b/sys/dev/firewire/firewirereg.h index e9a86060b45..494ff45c61d 100644 --- a/sys/dev/firewire/firewirereg.h +++ b/sys/dev/firewire/firewirereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 87f44ac840b..2442a913177 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index 5162c065f67..03df023b753 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index 7523f2cbc54..5fa94ebe65d 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcireg.h b/sys/dev/firewire/fwohcireg.h index 95fe26ed2b2..38b7a5d25f0 100644 --- a/sys/dev/firewire/fwohcireg.h +++ b/sys/dev/firewire/fwohcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 985bc6aff5e..84de76aa775 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi SHimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi SHimokawa * All rights reserved. diff --git a/sys/dev/firewire/iec13213.h b/sys/dev/firewire/iec13213.h index 058649fc0cc..6351c5bfc3b 100644 --- a/sys/dev/firewire/iec13213.h +++ b/sys/dev/firewire/iec13213.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/iec68113.h b/sys/dev/firewire/iec68113.h index 393d93156b7..1ecf31cd82f 100644 --- a/sys/dev/firewire/iec68113.h +++ b/sys/dev/firewire/iec68113.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 342958d9f1a..9daa9f00166 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/firewire/sbp.h b/sys/dev/firewire/sbp.h index 79f2e2840eb..93ad991e3a7 100644 --- a/sys/dev/firewire/sbp.h +++ b/sys/dev/firewire/sbp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2003 Hidetoshi Shimokawa * Copyright (c) 1998-2002 Katsushi Kobayashi and Hidetoshi Shimokawa * All rights reserved. diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 347ed9051d6..89e5dec39cb 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh * Copyright (c) 2011-2012 Ian Lepore * Copyright (c) 2012 Marius Strobl diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index 6b005aede52..a28f4221893 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved. * diff --git a/sys/dev/flash/mx25lreg.h b/sys/dev/flash/mx25lreg.h index 5e303e121eb..4a72f60c185 100644 --- a/sys/dev/flash/mx25lreg.h +++ b/sys/dev/flash/mx25lreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index cf23694c7bf..2da51fda40a 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, David Greenman * Copyright (c) 2001 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h index 7ee8588400a..d1e6a45a276 100644 --- a/sys/dev/fxp/if_fxpreg.h +++ b/sys/dev/fxp/if_fxpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, David Greenman * Copyright (c) 2001 Jonathan Lemon * All rights reserved. diff --git a/sys/dev/fxp/if_fxpvar.h b/sys/dev/fxp/if_fxpvar.h index 78200ce3b3f..476a1a2c361 100644 --- a/sys/dev/fxp/if_fxpvar.h +++ b/sys/dev/fxp/if_fxpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1995, David Greenman * All rights reserved. * diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index b2a828dbbd5..d46b4ebff97 100644 --- a/sys/dev/gem/if_gem.c +++ b/sys/dev/gem/if_gem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2001-2003 Thomas Moestl * Copyright (c) 2007 Marius Strobl diff --git a/sys/dev/gem/if_gem_pci.c b/sys/dev/gem/if_gem_pci.c index e6cd7e711b5..0f91d0c228b 100644 --- a/sys/dev/gem/if_gem_pci.c +++ b/sys/dev/gem/if_gem_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2007 Marius Strobl * All rights reserved. diff --git a/sys/dev/gem/if_gem_sbus.c b/sys/dev/gem/if_gem_sbus.c index 4265b8c543c..59f79e21678 100644 --- a/sys/dev/gem/if_gem_sbus.c +++ b/sys/dev/gem/if_gem_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * Copyright (c) 2007 Marius Strobl * All rights reserved. diff --git a/sys/dev/gem/if_gemreg.h b/sys/dev/gem/if_gemreg.h index 394fd9019fe..b5aa06edd5b 100644 --- a/sys/dev/gem/if_gemreg.h +++ b/sys/dev/gem/if_gemreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * All rights reserved. * diff --git a/sys/dev/gem/if_gemvar.h b/sys/dev/gem/if_gemvar.h index d89a322d127..a19f44be75e 100644 --- a/sys/dev/gem/if_gemvar.h +++ b/sys/dev/gem/if_gemvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (C) 2001 Eduardo Horvath. * All rights reserved. * diff --git a/sys/dev/glxiic/glxiic.c b/sys/dev/glxiic/glxiic.c index 101f27b760e..d5f5f248f4a 100644 --- a/sys/dev/glxiic/glxiic.c +++ b/sys/dev/glxiic/glxiic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Henrik Brix Andersen * All rights reserved. * diff --git a/sys/dev/glxsb/glxsb.h b/sys/dev/glxsb/glxsb.h index 06219d33a28..e9f95d39524 100644 --- a/sys/dev/glxsb/glxsb.h +++ b/sys/dev/glxsb/glxsb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2006 Pawel Jakub Dawidek * All rights reserved. * diff --git a/sys/dev/glxsb/glxsb_hash.c b/sys/dev/glxsb/glxsb_hash.c index 20e479c5c10..c5c2028103f 100644 --- a/sys/dev/glxsb/glxsb_hash.c +++ b/sys/dev/glxsb/glxsb_hash.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Pawel Jakub Dawidek * All rights reserved. * diff --git a/sys/dev/gpio/gpiobus.c b/sys/dev/gpio/gpiobus.c index 90e447d065d..133b72185d7 100644 --- a/sys/dev/gpio/gpiobus.c +++ b/sys/dev/gpio/gpiobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/gpio/gpiobusvar.h b/sys/dev/gpio/gpiobusvar.h index b6fb44cf586..fd3ca29bafd 100644 --- a/sys/dev/gpio/gpiobusvar.h +++ b/sys/dev/gpio/gpiobusvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/gpio/gpioc.c b/sys/dev/gpio/gpioc.c index 36705ba67a8..846fcdb6678 100644 --- a/sys/dev/gpio/gpioc.c +++ b/sys/dev/gpio/gpioc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/gpio/gpioiic.c b/sys/dev/gpio/gpioiic.c index f547be48858..fdd226f2414 100644 --- a/sys/dev/gpio/gpioiic.c +++ b/sys/dev/gpio/gpioiic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * Copyright (c) 2010 Luiz Otavio O Souza * All rights reserved. diff --git a/sys/dev/gpio/gpioled.c b/sys/dev/gpio/gpioled.c index 27e6ac34465..a4e6140cf4c 100644 --- a/sys/dev/gpio/gpioled.c +++ b/sys/dev/gpio/gpioled.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/gpio/ofw_gpiobus.c b/sys/dev/gpio/ofw_gpiobus.c index 1f98d7cad2a..b405f442fff 100644 --- a/sys/dev/gpio/ofw_gpiobus.c +++ b/sys/dev/gpio/ofw_gpiobus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Nathan Whitehorn * Copyright (c) 2013, Luiz Otavio O Souza * Copyright (c) 2013 The FreeBSD Foundation diff --git a/sys/dev/gxemul/cons/gxemul_cons.c b/sys/dev/gxemul/cons/gxemul_cons.c index 15deaf0002b..01c1d5d569d 100644 --- a/sys/dev/gxemul/cons/gxemul_cons.c +++ b/sys/dev/gxemul/cons/gxemul_cons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/gxemul/disk/gxemul_disk.c b/sys/dev/gxemul/disk/gxemul_disk.c index 006a695e3e3..d306e2bf53c 100644 --- a/sys/dev/gxemul/disk/gxemul_disk.c +++ b/sys/dev/gxemul/disk/gxemul_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett * All rights reserved. * diff --git a/sys/dev/gxemul/disk/gxemul_diskreg.h b/sys/dev/gxemul/disk/gxemul_diskreg.h index f83794486b1..8db71f1593f 100644 --- a/sys/dev/gxemul/disk/gxemul_diskreg.h +++ b/sys/dev/gxemul/disk/gxemul_diskreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett * All rights reserved. * diff --git a/sys/dev/gxemul/ether/gxreg.h b/sys/dev/gxemul/ether/gxreg.h index a528250b2aa..557c902befe 100644 --- a/sys/dev/gxemul/ether/gxreg.h +++ b/sys/dev/gxemul/ether/gxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett * All rights reserved. * diff --git a/sys/dev/gxemul/ether/if_gx.c b/sys/dev/gxemul/ether/if_gx.c index 886fb590441..7e2493dba1a 100644 --- a/sys/dev/gxemul/ether/if_gx.c +++ b/sys/dev/gxemul/ether/if_gx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2012 Juli Mallett * All rights reserved. * diff --git a/sys/dev/hifn/hifn7751.c b/sys/dev/hifn/hifn7751.c index 65dbfab955a..1ec6c42c194 100644 --- a/sys/dev/hifn/hifn7751.c +++ b/sys/dev/hifn/hifn7751.c @@ -1,6 +1,8 @@ /* $OpenBSD: hifn7751.c,v 1.120 2002/05/17 00:33:34 deraadt Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hifn/hifn7751reg.h b/sys/dev/hifn/hifn7751reg.h index c3b343801b6..e2a8cc3080a 100644 --- a/sys/dev/hifn/hifn7751reg.h +++ b/sys/dev/hifn/hifn7751reg.h @@ -2,6 +2,8 @@ /* $OpenBSD: hifn7751reg.h,v 1.35 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hifn/hifn7751var.h b/sys/dev/hifn/hifn7751var.h index c5e8a8b7383..9ad9973af71 100644 --- a/sys/dev/hifn/hifn7751var.h +++ b/sys/dev/hifn/hifn7751var.h @@ -2,6 +2,8 @@ /* $OpenBSD: hifn7751var.h,v 1.42 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Invertex AEON / Hifn 7751 driver * Copyright (c) 1999 Invertex Inc. All rights reserved. * Copyright (c) 1999 Theo de Raadt diff --git a/sys/dev/hme/if_hme.c b/sys/dev/hme/if_hme.c index 5645c147452..463d65dd8f9 100644 --- a/sys/dev/hme/if_hme.c +++ b/sys/dev/hme/if_hme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * Copyright (c) 2001-2003 Thomas Moestl . * All rights reserved. diff --git a/sys/dev/hme/if_hme_pci.c b/sys/dev/hme/if_hme_pci.c index 79cb31ba585..a7ba6f24fdb 100644 --- a/sys/dev/hme/if_hme_pci.c +++ b/sys/dev/hme/if_hme_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Matthew R. Green * Copyright (c) 2007 Marius Strobl * All rights reserved. diff --git a/sys/dev/hme/if_hme_sbus.c b/sys/dev/hme/if_hme_sbus.c index 13e7062c360..0ea789adac7 100644 --- a/sys/dev/hme/if_hme_sbus.c +++ b/sys/dev/hme/if_hme_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hme/if_hmereg.h b/sys/dev/hme/if_hmereg.h index 585ca845bb5..6fa0b1219d3 100644 --- a/sys/dev/hme/if_hmereg.h +++ b/sys/dev/hme/if_hmereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hme/if_hmevar.h b/sys/dev/hme/if_hmevar.h index 845f8398cab..a84a8c150c1 100644 --- a/sys/dev/hme/if_hmevar.h +++ b/sys/dev/hme/if_hmevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/array.h b/sys/dev/hpt27xx/array.h index cd463e1574c..f6839679a10 100644 --- a/sys/dev/hpt27xx/array.h +++ b/sys/dev/hpt27xx/array.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/him.h b/sys/dev/hpt27xx/him.h index 9dd2a47c083..b51529ca745 100644 --- a/sys/dev/hpt27xx/him.h +++ b/sys/dev/hpt27xx/him.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/himfuncs.h b/sys/dev/hpt27xx/himfuncs.h index 24193c93a83..2c4396ed2e6 100644 --- a/sys/dev/hpt27xx/himfuncs.h +++ b/sys/dev/hpt27xx/himfuncs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_config.c b/sys/dev/hpt27xx/hpt27xx_config.c index 09e88fc18e4..79950a74472 100644 --- a/sys/dev/hpt27xx/hpt27xx_config.c +++ b/sys/dev/hpt27xx/hpt27xx_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_config.h b/sys/dev/hpt27xx/hpt27xx_config.h index 990f39ab48d..4416dd181b1 100644 --- a/sys/dev/hpt27xx/hpt27xx_config.h +++ b/sys/dev/hpt27xx/hpt27xx_config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_os_bsd.c b/sys/dev/hpt27xx/hpt27xx_os_bsd.c index 12e0efa9ab2..f429cc7142f 100644 --- a/sys/dev/hpt27xx/hpt27xx_os_bsd.c +++ b/sys/dev/hpt27xx/hpt27xx_os_bsd.c @@ -1,6 +1,8 @@ /*- * HighPoint RAID Driver for FreeBSD * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c index b2e9ed25ee5..d8389d85252 100644 --- a/sys/dev/hpt27xx/hpt27xx_osm_bsd.c +++ b/sys/dev/hpt27xx/hpt27xx_osm_bsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/hptintf.h b/sys/dev/hpt27xx/hptintf.h index 45771d8324a..ce768b846fb 100644 --- a/sys/dev/hpt27xx/hptintf.h +++ b/sys/dev/hpt27xx/hptintf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/ldm.h b/sys/dev/hpt27xx/ldm.h index defa459bf82..1ffdaaca71a 100644 --- a/sys/dev/hpt27xx/ldm.h +++ b/sys/dev/hpt27xx/ldm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/list.h b/sys/dev/hpt27xx/list.h index 92cdc0f6b7b..c05dc7f63dd 100644 --- a/sys/dev/hpt27xx/list.h +++ b/sys/dev/hpt27xx/list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/os_bsd.h b/sys/dev/hpt27xx/os_bsd.h index db893e02121..292ab68c583 100644 --- a/sys/dev/hpt27xx/os_bsd.h +++ b/sys/dev/hpt27xx/os_bsd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/osm.h b/sys/dev/hpt27xx/osm.h index 51b61b00940..38f1daea026 100644 --- a/sys/dev/hpt27xx/osm.h +++ b/sys/dev/hpt27xx/osm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hpt27xx/wj.h b/sys/dev/hpt27xx/wj.h index 7f2a9c9cc4a..bb47908ce0d 100644 --- a/sys/dev/hpt27xx/wj.h +++ b/sys/dev/hpt27xx/wj.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptiop/hptiop.c b/sys/dev/hptiop/hptiop.c index a20def6ef00..50d26231a91 100644 --- a/sys/dev/hptiop/hptiop.c +++ b/sys/dev/hptiop/hptiop.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RR3xxx/4xxx RAID Driver for FreeBSD * Copyright (C) 2007-2012 HighPoint Technologies, Inc. All Rights Reserved. * diff --git a/sys/dev/hptiop/hptiop.h b/sys/dev/hptiop/hptiop.h index ba8c16b43ab..d18a027b966 100644 --- a/sys/dev/hptiop/hptiop.h +++ b/sys/dev/hptiop/hptiop.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RR3xxx/4xxx RAID Driver for FreeBSD * Copyright (C) 2007-2012 HighPoint Technologies, Inc. All Rights Reserved. * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/hptmv/access601.h b/sys/dev/hptmv/access601.h index 51f1ca33932..0165343ae82 100644 --- a/sys/dev/hptmv/access601.h +++ b/sys/dev/hptmv/access601.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/array.h b/sys/dev/hptmv/array.h index 2caf413ccb0..c512453ecb6 100644 --- a/sys/dev/hptmv/array.h +++ b/sys/dev/hptmv/array.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/atapi.h b/sys/dev/hptmv/atapi.h index 712787f24b9..622260f52f2 100644 --- a/sys/dev/hptmv/atapi.h +++ b/sys/dev/hptmv/atapi.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/command.h b/sys/dev/hptmv/command.h index de51356cdd8..9acac222fb6 100644 --- a/sys/dev/hptmv/command.h +++ b/sys/dev/hptmv/command.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c index 167f82a46e8..dc82f8acf2c 100644 --- a/sys/dev/hptmv/entry.c +++ b/sys/dev/hptmv/entry.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/global.h b/sys/dev/hptmv/global.h index 18390a7e594..a5373b37991 100644 --- a/sys/dev/hptmv/global.h +++ b/sys/dev/hptmv/global.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/gui_lib.c b/sys/dev/hptmv/gui_lib.c index bc57239c217..927f5bd94c4 100644 --- a/sys/dev/hptmv/gui_lib.c +++ b/sys/dev/hptmv/gui_lib.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/hptintf.h b/sys/dev/hptmv/hptintf.h index 191795c048c..c78256923db 100644 --- a/sys/dev/hptmv/hptintf.h +++ b/sys/dev/hptmv/hptintf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/hptproc.c b/sys/dev/hptmv/hptproc.c index d9ded9fd0e1..c9ee38a4d41 100644 --- a/sys/dev/hptmv/hptproc.c +++ b/sys/dev/hptmv/hptproc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/ioctl.c b/sys/dev/hptmv/ioctl.c index 671d64c86bc..7dc6616b66f 100644 --- a/sys/dev/hptmv/ioctl.c +++ b/sys/dev/hptmv/ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mv.c b/sys/dev/hptmv/mv.c index aaf67d9e2db..f86401ef424 100644 --- a/sys/dev/hptmv/mv.c +++ b/sys/dev/hptmv/mv.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mvOs.h b/sys/dev/hptmv/mvOs.h index 31109738fa0..8070db1a402 100644 --- a/sys/dev/hptmv/mvOs.h +++ b/sys/dev/hptmv/mvOs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/mvSata.h b/sys/dev/hptmv/mvSata.h index 982743ce0d1..32427c30557 100644 --- a/sys/dev/hptmv/mvSata.h +++ b/sys/dev/hptmv/mvSata.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 MARVELL SEMICONDUCTOR ISRAEL, LTD. * All rights reserved. * diff --git a/sys/dev/hptmv/mvStorageDev.h b/sys/dev/hptmv/mvStorageDev.h index d9cdce6cc1e..2d7baa3075c 100644 --- a/sys/dev/hptmv/mvStorageDev.h +++ b/sys/dev/hptmv/mvStorageDev.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 MARVELL SEMICONDUCTOR ISRAEL, LTD. * All rights reserved. * diff --git a/sys/dev/hptmv/osbsd.h b/sys/dev/hptmv/osbsd.h index a9abc3e2c69..f4922c8e4a0 100644 --- a/sys/dev/hptmv/osbsd.h +++ b/sys/dev/hptmv/osbsd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/raid5n.h b/sys/dev/hptmv/raid5n.h index 52dd95bed3c..ee85b60e30d 100644 --- a/sys/dev/hptmv/raid5n.h +++ b/sys/dev/hptmv/raid5n.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptmv/vdevice.h b/sys/dev/hptmv/vdevice.h index c7f96da8d48..acf3baf5423 100644 --- a/sys/dev/hptmv/vdevice.h +++ b/sys/dev/hptmv/vdevice.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/array.h b/sys/dev/hptnr/array.h index e8112685770..780ab75e180 100644 --- a/sys/dev/hptnr/array.h +++ b/sys/dev/hptnr/array.h @@ -1,5 +1,7 @@ /* $Id: array.h,v 1.46 2010/02/05 06:57:43 mah Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2004-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/him.h b/sys/dev/hptnr/him.h index dac0a126897..21ec6d6b07f 100644 --- a/sys/dev/hptnr/him.h +++ b/sys/dev/hptnr/him.h @@ -1,5 +1,7 @@ /* $Id: him.h,v 1.57 2011/02/21 06:03:21 zsf Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2004-2005 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/himfuncs.h b/sys/dev/hptnr/himfuncs.h index a79790310a8..38dfb5ce476 100644 --- a/sys/dev/hptnr/himfuncs.h +++ b/sys/dev/hptnr/himfuncs.h @@ -1,5 +1,7 @@ /* $Id: himfuncs.h,v 1.17 2010/05/10 10:10:02 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptintf.h b/sys/dev/hptnr/hptintf.h index aefb49c6fdf..208a75e1dfd 100644 --- a/sys/dev/hptnr/hptintf.h +++ b/sys/dev/hptnr/hptintf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_config.c b/sys/dev/hptnr/hptnr_config.c index 2164f17efc4..c6d0d636b2b 100644 --- a/sys/dev/hptnr/hptnr_config.c +++ b/sys/dev/hptnr/hptnr_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_config.h b/sys/dev/hptnr/hptnr_config.h index 2c91cd0ddc5..819bb599f3f 100644 --- a/sys/dev/hptnr/hptnr_config.h +++ b/sys/dev/hptnr/hptnr_config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/hptnr_os_bsd.c b/sys/dev/hptnr/hptnr_os_bsd.c index 36f0c3c1962..ea04c9d532b 100644 --- a/sys/dev/hptnr/hptnr_os_bsd.c +++ b/sys/dev/hptnr/hptnr_os_bsd.c @@ -1,5 +1,7 @@ /* $Id: os_bsd.c,v 1.13 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. diff --git a/sys/dev/hptnr/hptnr_osm_bsd.c b/sys/dev/hptnr/hptnr_osm_bsd.c index 4d712b31c6f..0fd09ee93a6 100644 --- a/sys/dev/hptnr/hptnr_osm_bsd.c +++ b/sys/dev/hptnr/hptnr_osm_bsd.c @@ -1,5 +1,7 @@ /* $Id: osm_bsd.c,v 1.36 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. diff --git a/sys/dev/hptnr/ldm.h b/sys/dev/hptnr/ldm.h index a8f29911b7b..db3439220a5 100644 --- a/sys/dev/hptnr/ldm.h +++ b/sys/dev/hptnr/ldm.h @@ -1,5 +1,7 @@ /* $Id: ldm.h,v 1.78 2010/05/10 10:08:46 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/list.h b/sys/dev/hptnr/list.h index bdac009a536..832093fe932 100644 --- a/sys/dev/hptnr/list.h +++ b/sys/dev/hptnr/list.h @@ -1,5 +1,7 @@ /* $Id: list.h,v 1.6 2006/10/31 06:25:28 gmm Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/os_bsd.h b/sys/dev/hptnr/os_bsd.h index 5b41a763612..c1f7c8c6779 100644 --- a/sys/dev/hptnr/os_bsd.h +++ b/sys/dev/hptnr/os_bsd.h @@ -1,5 +1,7 @@ /* $Id: os_bsd.h,v 1.20 2010/05/11 03:12:11 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * HighPoint RAID Driver for FreeBSD * Copyright (C) 2005-2011 HighPoint Technologies, Inc. All Rights Reserved. * All rights reserved. diff --git a/sys/dev/hptnr/osm.h b/sys/dev/hptnr/osm.h index b5b90ee8b3a..9b443bc9c90 100644 --- a/sys/dev/hptnr/osm.h +++ b/sys/dev/hptnr/osm.h @@ -1,5 +1,7 @@ /* $Id: osm.h,v 1.10 2010/05/11 10:30:33 lcn Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2005-2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptnr/wj.h b/sys/dev/hptnr/wj.h index d0cfacfaed2..0102a60c4e8 100644 --- a/sys/dev/hptnr/wj.h +++ b/sys/dev/hptnr/wj.h @@ -1,5 +1,7 @@ /* $Id: wj.h,v 1.1 2007/11/01 03:05:51 gmm Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/array.h b/sys/dev/hptrr/array.h index c06e2a572e5..1e50554d25f 100644 --- a/sys/dev/hptrr/array.h +++ b/sys/dev/hptrr/array.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/him.h b/sys/dev/hptrr/him.h index b32d58cb2a5..dc62f20f1a0 100644 --- a/sys/dev/hptrr/him.h +++ b/sys/dev/hptrr/him.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/himfuncs.h b/sys/dev/hptrr/himfuncs.h index 6926365ffae..32adb972243 100644 --- a/sys/dev/hptrr/himfuncs.h +++ b/sys/dev/hptrr/himfuncs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptintf.h b/sys/dev/hptrr/hptintf.h index b7f22ab1967..1c08d272f96 100644 --- a/sys/dev/hptrr/hptintf.h +++ b/sys/dev/hptrr/hptintf.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_config.c b/sys/dev/hptrr/hptrr_config.c index b3cda443939..e35bddb8def 100644 --- a/sys/dev/hptrr/hptrr_config.c +++ b/sys/dev/hptrr/hptrr_config.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_config.h b/sys/dev/hptrr/hptrr_config.h index cdb2ce23d54..c58023f93ba 100644 --- a/sys/dev/hptrr/hptrr_config.h +++ b/sys/dev/hptrr/hptrr_config.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_os_bsd.c b/sys/dev/hptrr/hptrr_os_bsd.c index 6cd01e5017f..32deb405fe4 100644 --- a/sys/dev/hptrr/hptrr_os_bsd.c +++ b/sys/dev/hptrr/hptrr_os_bsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/hptrr_osm_bsd.c b/sys/dev/hptrr/hptrr_osm_bsd.c index d2c58d4932a..0078574b649 100644 --- a/sys/dev/hptrr/hptrr_osm_bsd.c +++ b/sys/dev/hptrr/hptrr_osm_bsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/ldm.h b/sys/dev/hptrr/ldm.h index 1ec3427146d..16480237df4 100644 --- a/sys/dev/hptrr/ldm.h +++ b/sys/dev/hptrr/ldm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/list.h b/sys/dev/hptrr/list.h index 9cfad53e226..8eab0e02359 100644 --- a/sys/dev/hptrr/list.h +++ b/sys/dev/hptrr/list.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/os_bsd.h b/sys/dev/hptrr/os_bsd.h index 4f8abb55c83..232a137927c 100644 --- a/sys/dev/hptrr/os_bsd.h +++ b/sys/dev/hptrr/os_bsd.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hptrr/osm.h b/sys/dev/hptrr/osm.h index c33e0dee294..4cfd3a123d7 100644 --- a/sys/dev/hptrr/osm.h +++ b/sys/dev/hptrr/osm.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) HighPoint Technologies, Inc. * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_amd.c b/sys/dev/hwpmc/hwpmc_amd.c index 44a22d20dc2..240b07ff947 100644 --- a/sys/dev/hwpmc/hwpmc_amd.c +++ b/sys/dev/hwpmc/hwpmc_amd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_amd.h b/sys/dev/hwpmc/hwpmc_amd.h index 8b0b29f0e98..2eb5a2d3ce1 100644 --- a/sys/dev/hwpmc/hwpmc_amd.h +++ b/sys/dev/hwpmc/hwpmc_amd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_arm.c b/sys/dev/hwpmc/hwpmc_arm.c index 94f29922290..a073ba4fca0 100644 --- a/sys/dev/hwpmc/hwpmc_arm.c +++ b/sys/dev/hwpmc/hwpmc_arm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_core.c b/sys/dev/hwpmc/hwpmc_core.c index 7f8b1adb684..08ec377626d 100644 --- a/sys/dev/hwpmc/hwpmc_core.c +++ b/sys/dev/hwpmc/hwpmc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_core.h b/sys/dev/hwpmc/hwpmc_core.h index 6183e269c7e..d264318f8c2 100644 --- a/sys/dev/hwpmc/hwpmc_core.h +++ b/sys/dev/hwpmc/hwpmc_core.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index b7027f9113d..064046859e3 100644 --- a/sys/dev/hwpmc/hwpmc_intel.c +++ b/sys/dev/hwpmc/hwpmc_intel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_logging.c b/sys/dev/hwpmc/hwpmc_logging.c index d06db4d0065..550d125079e 100644 --- a/sys/dev/hwpmc/hwpmc_logging.c +++ b/sys/dev/hwpmc/hwpmc_logging.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_mips.c b/sys/dev/hwpmc/hwpmc_mips.c index d9c26af558e..7a27777d757 100644 --- a/sys/dev/hwpmc/hwpmc_mips.c +++ b/sys/dev/hwpmc/hwpmc_mips.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, George V. Neville-Neil * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_mips24k.c b/sys/dev/hwpmc/hwpmc_mips24k.c index ac42559af76..7a87902a39e 100644 --- a/sys/dev/hwpmc/hwpmc_mips24k.c +++ b/sys/dev/hwpmc/hwpmc_mips24k.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 George V. Neville-Neil * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_mod.c b/sys/dev/hwpmc/hwpmc_mod.c index b715b54294f..92ea2064671 100644 --- a/sys/dev/hwpmc/hwpmc_mod.c +++ b/sys/dev/hwpmc/hwpmc_mod.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_mpc7xxx.c b/sys/dev/hwpmc/hwpmc_mpc7xxx.c index 2a2b6088f74..73afda55d68 100644 --- a/sys/dev/hwpmc/hwpmc_mpc7xxx.c +++ b/sys/dev/hwpmc/hwpmc_mpc7xxx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Justin Hibbits * Copyright (c) 2005, Joseph Koshy * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_octeon.c b/sys/dev/hwpmc/hwpmc_octeon.c index 75182822266..1b90833bbb3 100644 --- a/sys/dev/hwpmc/hwpmc_octeon.c +++ b/sys/dev/hwpmc/hwpmc_octeon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Oleksandr Tymoshenko * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_pentium.c b/sys/dev/hwpmc/hwpmc_pentium.c index 0084fa845f6..8da9d316718 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.c +++ b/sys/dev/hwpmc/hwpmc_pentium.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2005 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_pentium.h b/sys/dev/hwpmc/hwpmc_pentium.h index 9bb8e781fbe..c27c108a47a 100644 --- a/sys/dev/hwpmc/hwpmc_pentium.h +++ b/sys/dev/hwpmc/hwpmc_pentium.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_piv.c b/sys/dev/hwpmc/hwpmc_piv.c index 71b3ac5bbbd..6ced08ac2dc 100644 --- a/sys/dev/hwpmc/hwpmc_piv.c +++ b/sys/dev/hwpmc/hwpmc_piv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2007 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_piv.h b/sys/dev/hwpmc/hwpmc_piv.h index 4faeadd11e3..14e5ed4a6f4 100644 --- a/sys/dev/hwpmc/hwpmc_piv.h +++ b/sys/dev/hwpmc/hwpmc_piv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_powerpc.c b/sys/dev/hwpmc/hwpmc_powerpc.c index e395d5824ed..994068e8475 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.c +++ b/sys/dev/hwpmc/hwpmc_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011,2013 Justin Hibbits * Copyright (c) 2005, Joseph Koshy * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_powerpc.h b/sys/dev/hwpmc/hwpmc_powerpc.h index 66eaa21d4a8..b31e9f93294 100644 --- a/sys/dev/hwpmc/hwpmc_powerpc.h +++ b/sys/dev/hwpmc/hwpmc_powerpc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_ppc970.c b/sys/dev/hwpmc/hwpmc_ppc970.c index 1a263f38c95..ecf588f9bf8 100644 --- a/sys/dev/hwpmc/hwpmc_ppc970.c +++ b/sys/dev/hwpmc/hwpmc_ppc970.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Justin Hibbits * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_ppro.c b/sys/dev/hwpmc/hwpmc_ppro.c index 9d983fad046..416f51c31b6 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.c +++ b/sys/dev/hwpmc/hwpmc_ppro.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2005,2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_ppro.h b/sys/dev/hwpmc/hwpmc_ppro.h index c42a2b4d315..55238704809 100644 --- a/sys/dev/hwpmc/hwpmc_ppro.h +++ b/sys/dev/hwpmc/hwpmc_ppro.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_soft.c b/sys/dev/hwpmc/hwpmc_soft.c index fe143ad36c2..e9464223edd 100644 --- a/sys/dev/hwpmc/hwpmc_soft.c +++ b/sys/dev/hwpmc/hwpmc_soft.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_soft.h b/sys/dev/hwpmc/hwpmc_soft.h index f82baff0166..68df3ee846c 100644 --- a/sys/dev/hwpmc/hwpmc_soft.h +++ b/sys/dev/hwpmc/hwpmc_soft.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_sparc64.c b/sys/dev/hwpmc/hwpmc_sparc64.c index ce1caf69e10..3ded908e252 100644 --- a/sys/dev/hwpmc/hwpmc_sparc64.c +++ b/sys/dev/hwpmc/hwpmc_sparc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_tsc.c b/sys/dev/hwpmc/hwpmc_tsc.c index 5eb69076dce..ef11e6991ae 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.c +++ b/sys/dev/hwpmc/hwpmc_tsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_tsc.h b/sys/dev/hwpmc/hwpmc_tsc.h index a8b011e6ee3..57156d053d9 100644 --- a/sys/dev/hwpmc/hwpmc_tsc.h +++ b/sys/dev/hwpmc/hwpmc_tsc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_uncore.c b/sys/dev/hwpmc/hwpmc_uncore.c index 7050927cb90..50f5e988c64 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.c +++ b/sys/dev/hwpmc/hwpmc_uncore.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_uncore.h b/sys/dev/hwpmc/hwpmc_uncore.h index 0e2ff86f020..64bf650dd5b 100644 --- a/sys/dev/hwpmc/hwpmc_uncore.h +++ b/sys/dev/hwpmc/hwpmc_uncore.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c index f571e419bcd..b2453f0fe04 100644 --- a/sys/dev/hwpmc/hwpmc_x86.c +++ b/sys/dev/hwpmc/hwpmc_x86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005,2008 Joseph Koshy * Copyright (c) 2007 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/hwpmc/hwpmc_xscale.c b/sys/dev/hwpmc/hwpmc_xscale.c index 4a03ea69fc3..a779c7f898f 100644 --- a/sys/dev/hwpmc/hwpmc_xscale.c +++ b/sys/dev/hwpmc/hwpmc_xscale.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Rui Paulo * All rights reserved. * diff --git a/sys/dev/hwpmc/hwpmc_xscale.h b/sys/dev/hwpmc/hwpmc_xscale.h index 80e2d23a820..112a722c8c0 100644 --- a/sys/dev/hwpmc/hwpmc_xscale.h +++ b/sys/dev/hwpmc/hwpmc_xscale.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Rui Paulo * All rights reserved. * diff --git a/sys/dev/hwpmc/pmc_events.h b/sys/dev/hwpmc/pmc_events.h index e8f5454c115..213d311cf47 100644 --- a/sys/dev/hwpmc/pmc_events.h +++ b/sys/dev/hwpmc/pmc_events.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Joseph Koshy * All rights reserved. * diff --git a/sys/dev/hyperv/include/hyperv.h b/sys/dev/hyperv/include/hyperv.h index dcd91bd035a..3761b2864ee 100644 --- a/sys/dev/hyperv/include/hyperv.h +++ b/sys/dev/hyperv/include/hyperv.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c index 7a00a8c0470..3ed31b95c73 100644 --- a/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c +++ b/sys/dev/hyperv/storvsc/hv_storvsc_drv_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2016-2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/storvsc/hv_vstorage.h b/sys/dev/hyperv/storvsc/hv_vstorage.h index 992cea2604d..ebdda510b60 100644 --- a/sys/dev/hyperv/storvsc/hv_vstorage.h +++ b/sys/dev/hyperv/storvsc/hv_vstorage.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012,2017 Microsoft Corp. * Copyright (c) 2012 NetApp Inc. * Copyright (c) 2012 Citrix Inc. diff --git a/sys/dev/hyperv/utilities/hv_kvp.h b/sys/dev/hyperv/utilities/hv_kvp.h index a94e67110f2..91e1ea404d4 100644 --- a/sys/dev/hyperv/utilities/hv_kvp.h +++ b/sys/dev/hyperv/utilities/hv_kvp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014,2016 Microsoft Corp. * All rights reserved. * diff --git a/sys/dev/ic/cd1400.h b/sys/dev/ic/cd1400.h index 90672c4ee7e..fed0468382b 100644 --- a/sys/dev/ic/cd1400.h +++ b/sys/dev/ic/cd1400.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * cyclades cyclom-y serial driver * Andrew Herbert , 17 August 1993 * diff --git a/sys/dev/ic/cd180.h b/sys/dev/ic/cd180.h index 941f8caf4f5..68f0f47f6ad 100644 --- a/sys/dev/ic/cd180.h +++ b/sys/dev/ic/cd180.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * All rights reserved. diff --git a/sys/dev/ic/i8259.h b/sys/dev/ic/i8259.h index 239384c555a..facf663d8e1 100644 --- a/sys/dev/ic/i8259.h +++ b/sys/dev/ic/i8259.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Peter Wemm * All rights reserved. * diff --git a/sys/dev/ic/quicc.h b/sys/dev/ic/quicc.h index 7db6c03ebf7..af05e03c281 100644 --- a/sys/dev/ic/quicc.h +++ b/sys/dev/ic/quicc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Juniper Networks * All rights reserved. * diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h index e570c6a9ae5..4cc723b6464 100644 --- a/sys/dev/ic/sab82532.h +++ b/sys/dev/ic/sab82532.h @@ -1,6 +1,8 @@ /* $OpenBSD: sab82532reg.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/ic/via6522reg.h b/sys/dev/ic/via6522reg.h index 6e309c7f48c..66f902dccd4 100644 --- a/sys/dev/ic/via6522reg.h +++ b/sys/dev/ic/via6522reg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2004 by Peter Grehan. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h index 2466d1c9198..115f9a689bc 100644 --- a/sys/dev/ic/z8530.h +++ b/sys/dev/ic/z8530.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 9cb77254f63..c2615121e6b 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Texas A&M University * All rights reserved. * diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h index 4407b5ba96e..93cfa3702a8 100644 --- a/sys/dev/ichwd/ichwd.h +++ b/sys/dev/ichwd/ichwd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Texas A&M University * All rights reserved. * diff --git a/sys/dev/ida/ida.c b/sys/dev/ida/ida.c index fd6fcd6c2a2..10bba814670 100644 --- a/sys/dev/ida/ida.c +++ b/sys/dev/ida/ida.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/ida_disk.c b/sys/dev/ida/ida_disk.c index 8ec87be3576..3d70a5e27fb 100644 --- a/sys/dev/ida/ida_disk.c +++ b/sys/dev/ida/ida_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/ida_pci.c b/sys/dev/ida/ida_pci.c index a16425830e4..63a18ecf025 100644 --- a/sys/dev/ida/ida_pci.c +++ b/sys/dev/ida/ida_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/idareg.h b/sys/dev/ida/idareg.h index 3b74f0bfcac..bfaee97681f 100644 --- a/sys/dev/ida/idareg.h +++ b/sys/dev/ida/idareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/ida/idavar.h b/sys/dev/ida/idavar.h index 122a47e030d..8ff7181bf18 100644 --- a/sys/dev/ida/idavar.h +++ b/sys/dev/ida/idavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999,2000 Jonathan Lemon * All rights reserved. * diff --git a/sys/dev/iicbus/ad7417.c b/sys/dev/iicbus/ad7417.c index ac84ffe7895..11ed09855d5 100644 --- a/sys/dev/iicbus/ad7417.c +++ b/sys/dev/iicbus/ad7417.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/ad7418.c b/sys/dev/iicbus/ad7418.c index 82a8018c8f4..457b3626c8e 100644 --- a/sys/dev/iicbus/ad7418.c +++ b/sys/dev/iicbus/ad7418.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/adt746x.c b/sys/dev/iicbus/adt746x.c index 179cd12ea47..bd4bb70103c 100644 --- a/sys/dev/iicbus/adt746x.c +++ b/sys/dev/iicbus/adt746x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Andreas Tobler * Copyright (c) 2014 Justin Hibbits * All rights reserved. diff --git a/sys/dev/iicbus/ds1631.c b/sys/dev/iicbus/ds1631.c index 22c8eccc727..81fe62fd9ed 100644 --- a/sys/dev/iicbus/ds1631.c +++ b/sys/dev/iicbus/ds1631.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/ds1672.c b/sys/dev/iicbus/ds1672.c index 1dd0ab07243..fae7cbf8db9 100644 --- a/sys/dev/iicbus/ds1672.c +++ b/sys/dev/iicbus/ds1672.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/ds1775.c b/sys/dev/iicbus/ds1775.c index 884ac4cc83b..f303125c779 100644 --- a/sys/dev/iicbus/ds1775.c +++ b/sys/dev/iicbus/ds1775.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/icee.c b/sys/dev/iicbus/icee.c index d581e29b404..df67261048b 100644 --- a/sys/dev/iicbus/icee.c +++ b/sys/dev/iicbus/icee.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/iicbus/if_ic.c b/sys/dev/iicbus/if_ic.c index 323b0f7c29b..ca50fbb11c3 100644 --- a/sys/dev/iicbus/if_ic.c +++ b/sys/dev/iicbus/if_ic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iic.c b/sys/dev/iicbus/iic.c index e0962411001..b4a60c29ca9 100644 --- a/sys/dev/iicbus/iic.c +++ b/sys/dev/iicbus/iic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iic.h b/sys/dev/iicbus/iic.h index 8ae19120a4f..5ebf56a9f7f 100644 --- a/sys/dev/iicbus/iic.h +++ b/sys/dev/iicbus/iic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbb.c b/sys/dev/iicbus/iicbb.c index ed1d7b846d3..5e82ad04691 100644 --- a/sys/dev/iicbus/iicbb.c +++ b/sys/dev/iicbus/iicbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbus.c b/sys/dev/iicbus/iicbus.c index 8cb7383df24..de30c016890 100644 --- a/sys/dev/iicbus/iicbus.c +++ b/sys/dev/iicbus/iicbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicbus.h b/sys/dev/iicbus/iicbus.h index c73e475bc15..5afd5fc4a22 100644 --- a/sys/dev/iicbus/iicbus.h +++ b/sys/dev/iicbus/iicbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicoc.c b/sys/dev/iicbus/iicoc.c index 1186b514879..26ff52f4cc6 100644 --- a/sys/dev/iicbus/iicoc.c +++ b/sys/dev/iicbus/iicoc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/dev/iicbus/iicoc.h b/sys/dev/iicbus/iicoc.h index e0d6d27253d..3a677c0ff8d 100644 --- a/sys/dev/iicbus/iicoc.h +++ b/sys/dev/iicbus/iicoc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2012 Broadcom Corporation * All Rights Reserved * diff --git a/sys/dev/iicbus/iiconf.c b/sys/dev/iicbus/iiconf.c index d32b640b4ca..27316a1cf7e 100644 --- a/sys/dev/iicbus/iiconf.c +++ b/sys/dev/iicbus/iiconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iiconf.h b/sys/dev/iicbus/iiconf.h index 856b029af9f..7bd893c00e1 100644 --- a/sys/dev/iicbus/iiconf.h +++ b/sys/dev/iicbus/iiconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/iicsmb.c b/sys/dev/iicbus/iicsmb.c index 88af163d2fe..8e79452cf2a 100644 --- a/sys/dev/iicbus/iicsmb.c +++ b/sys/dev/iicbus/iicsmb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/iicbus/max6690.c b/sys/dev/iicbus/max6690.c index 67bb042b39b..af3aeee4be3 100644 --- a/sys/dev/iicbus/max6690.c +++ b/sys/dev/iicbus/max6690.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Andreas Tobler * All rights reserved. * diff --git a/sys/dev/iicbus/s35390a.c b/sys/dev/iicbus/s35390a.c index 042f088c410..890bdd068c0 100644 --- a/sys/dev/iicbus/s35390a.c +++ b/sys/dev/iicbus/s35390a.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2012 Yusuke Tanaka * All rights reserved. * diff --git a/sys/dev/iir/iir.c b/sys/dev/iir/iir.c index 49b0f602105..35ceef8d66a 100644 --- a/sys/dev/iir/iir.c +++ b/sys/dev/iir/iir.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation * Copyright (c) 2003-04 Adaptec Inc. diff --git a/sys/dev/iir/iir.h b/sys/dev/iir/iir.h index 40debb518ed..48134146780 100644 --- a/sys/dev/iir/iir.h +++ b/sys/dev/iir/iir.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-04 ICP vortex GmbH * Copyright (c) 2002-04 Intel Corporation * Copyright (c) 2003-04 Adaptec Inc. diff --git a/sys/dev/iir/iir_ctrl.c b/sys/dev/iir/iir_ctrl.c index 65088d07de8..0ec995a5b08 100644 --- a/sys/dev/iir/iir_ctrl.c +++ b/sys/dev/iir/iir_ctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-03 ICP vortex GmbH * Copyright (c) 2002-03 Intel Corporation * Copyright (c) 2003 Adaptec Inc. diff --git a/sys/dev/iir/iir_pci.c b/sys/dev/iir/iir_pci.c index 5db66b1d9cb..bd7f15b57c4 100644 --- a/sys/dev/iir/iir_pci.c +++ b/sys/dev/iir/iir_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000-03 ICP vortex GmbH * Copyright (c) 2002-03 Intel Corporation * Copyright (c) 2003 Adaptec Inc. diff --git a/sys/dev/io/iodev.c b/sys/dev/io/iodev.c index eae69f484a4..e9859792b20 100644 --- a/sys/dev/io/iodev.c +++ b/sys/dev/io/iodev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/io/iodev.h b/sys/dev/io/iodev.h index d040fcccf48..5558a9bb550 100644 --- a/sys/dev/io/iodev.h +++ b/sys/dev/io/iodev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi.c b/sys/dev/ipmi/ipmi.c index 8cc8bdc4f2b..57176ebf1b5 100644 --- a/sys/dev/ipmi/ipmi.c +++ b/sys/dev/ipmi/ipmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_acpi.c b/sys/dev/ipmi/ipmi_acpi.c index 42810028d54..c00d782dc97 100644 --- a/sys/dev/ipmi/ipmi_acpi.c +++ b/sys/dev/ipmi/ipmi_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_isa.c b/sys/dev/ipmi/ipmi_isa.c index fc66ab1840e..cdff305b07e 100644 --- a/sys/dev/ipmi/ipmi_isa.c +++ b/sys/dev/ipmi/ipmi_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_kcs.c b/sys/dev/ipmi/ipmi_kcs.c index 864e9a0a0bc..ba6b0916236 100644 --- a/sys/dev/ipmi/ipmi_kcs.c +++ b/sys/dev/ipmi/ipmi_kcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_linux.c b/sys/dev/ipmi/ipmi_linux.c index 13d4bdad4b3..136712e8cfb 100644 --- a/sys/dev/ipmi/ipmi_linux.c +++ b/sys/dev/ipmi/ipmi_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_pci.c b/sys/dev/ipmi/ipmi_pci.c index e3225f19ffd..d4598f9db87 100644 --- a/sys/dev/ipmi/ipmi_pci.c +++ b/sys/dev/ipmi/ipmi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smbios.c b/sys/dev/ipmi/ipmi_smbios.c index 4ca17cae7f5..df0a7f70e9c 100644 --- a/sys/dev/ipmi/ipmi_smbios.c +++ b/sys/dev/ipmi/ipmi_smbios.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smbus.c b/sys/dev/ipmi/ipmi_smbus.c index 3798a628d26..212248f0217 100644 --- a/sys/dev/ipmi/ipmi_smbus.c +++ b/sys/dev/ipmi/ipmi_smbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_smic.c b/sys/dev/ipmi/ipmi_smic.c index 92cf14e9e61..4a515a37972 100644 --- a/sys/dev/ipmi/ipmi_smic.c +++ b/sys/dev/ipmi/ipmi_smic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmi_ssif.c b/sys/dev/ipmi/ipmi_ssif.c index e5d5d3aa8cd..197c317dcc0 100644 --- a/sys/dev/ipmi/ipmi_ssif.c +++ b/sys/dev/ipmi/ipmi_ssif.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ipmi/ipmivars.h b/sys/dev/ipmi/ipmivars.h index 35234b5bf57..7a134665598 100644 --- a/sys/dev/ipmi/ipmivars.h +++ b/sys/dev/ipmi/ipmivars.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips.c b/sys/dev/ips/ips.c index 2bda55deaf6..20b93a0a464 100644 --- a/sys/dev/ips/ips.c +++ b/sys/dev/ips/ips.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips.h b/sys/dev/ips/ips.h index 9ae4812b65f..c57d5a459f5 100644 --- a/sys/dev/ips/ips.h +++ b/sys/dev/ips/ips.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_commands.c b/sys/dev/ips/ips_commands.c index 151c0022a30..ef367bd83b7 100644 --- a/sys/dev/ips/ips_commands.c +++ b/sys/dev/ips/ips_commands.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_disk.c b/sys/dev/ips/ips_disk.c index 12bdacd6311..1d273226079 100644 --- a/sys/dev/ips/ips_disk.c +++ b/sys/dev/ips/ips_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_disk.h b/sys/dev/ips/ips_disk.h index b841eeaeea2..1d532ed3119 100644 --- a/sys/dev/ips/ips_disk.h +++ b/sys/dev/ips/ips_disk.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_ioctl.c b/sys/dev/ips/ips_ioctl.c index ea076703237..e495c639200 100644 --- a/sys/dev/ips/ips_ioctl.c +++ b/sys/dev/ips/ips_ioctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: David Jeffery * Copyright (c) 2002 Adaptec Inc. * All rights reserved. diff --git a/sys/dev/ips/ips_ioctl.h b/sys/dev/ips/ips_ioctl.h index ea76ed501fa..34972eaa8ad 100644 --- a/sys/dev/ips/ips_ioctl.h +++ b/sys/dev/ips/ips_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index efffb32eda5..588e14d5e6b 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ips/ipsreg.h b/sys/dev/ips/ipsreg.h index ed282574ab8..762ff315c6e 100644 --- a/sys/dev/ips/ipsreg.h +++ b/sys/dev/ips/ipsreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Adaptec Inc. * All rights reserved. * diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c index a4cb28b147a..bfc2c630989 100644 --- a/sys/dev/ipw/if_ipw.c +++ b/sys/dev/ipw/if_ipw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini . All rights reserved. * Copyright (c) 2006 Sam Leffler, Errno Consulting diff --git a/sys/dev/ipw/if_ipwreg.h b/sys/dev/ipw/if_ipwreg.h index b300e13492c..a78910b8272 100644 --- a/sys/dev/ipw/if_ipwreg.h +++ b/sys/dev/ipw/if_ipwreg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini . All rights reserved. * diff --git a/sys/dev/ipw/if_ipwvar.h b/sys/dev/ipw/if_ipwvar.h index 774d57ce680..a86f3566b40 100644 --- a/sys/dev/ipw/if_ipwvar.h +++ b/sys/dev/ipw/if_ipwvar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 * Damien Bergamini . All rights reserved. * diff --git a/sys/dev/isci/environment.h b/sys/dev/isci/environment.h index 63bd0e89eee..8c1da4b5972 100644 --- a/sys/dev/isci/environment.h +++ b/sys/dev/isci/environment.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci.c b/sys/dev/isci/isci.c index 91395236067..9dd138ad1fb 100644 --- a/sys/dev/isci/isci.c +++ b/sys/dev/isci/isci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci.h b/sys/dev/isci/isci.h index ce0426a158c..4e8d7f97449 100644 --- a/sys/dev/isci/isci.h +++ b/sys/dev/isci/isci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_controller.c b/sys/dev/isci/isci_controller.c index d4c51f2b1a9..eb937b70f56 100644 --- a/sys/dev/isci/isci_controller.c +++ b/sys/dev/isci/isci_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_domain.c b/sys/dev/isci/isci_domain.c index a5df4715630..1c659765536 100644 --- a/sys/dev/isci/isci_domain.c +++ b/sys/dev/isci/isci_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_interrupt.c b/sys/dev/isci/isci_interrupt.c index b56fd3a50be..22b35f441be 100644 --- a/sys/dev/isci/isci_interrupt.c +++ b/sys/dev/isci/isci_interrupt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_io_request.c b/sys/dev/isci/isci_io_request.c index 468d12452d2..f5e933e9b1f 100644 --- a/sys/dev/isci/isci_io_request.c +++ b/sys/dev/isci/isci_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_logger.c b/sys/dev/isci/isci_logger.c index 97df0437164..e1b648a0df3 100644 --- a/sys/dev/isci/isci_logger.c +++ b/sys/dev/isci/isci_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_oem_parameters.c b/sys/dev/isci/isci_oem_parameters.c index 83234a2cce8..4b830b8a98c 100644 --- a/sys/dev/isci/isci_oem_parameters.c +++ b/sys/dev/isci/isci_oem_parameters.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_remote_device.c b/sys/dev/isci/isci_remote_device.c index 0640d50f9c0..8aa8fc7ebb0 100644 --- a/sys/dev/isci/isci_remote_device.c +++ b/sys/dev/isci/isci_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_sysctl.c b/sys/dev/isci/isci_sysctl.c index a7c56c63233..af47f9a5766 100644 --- a/sys/dev/isci/isci_sysctl.c +++ b/sys/dev/isci/isci_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_task_request.c b/sys/dev/isci/isci_task_request.c index 2ed0afe7999..2cec90fa442 100644 --- a/sys/dev/isci/isci_task_request.c +++ b/sys/dev/isci/isci_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/isci_timer.c b/sys/dev/isci/isci_timer.c index 9059c5b5d76..60dfb63d83e 100644 --- a/sys/dev/isci/isci_timer.c +++ b/sys/dev/isci/isci_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/isci/scil/intel_ata.h b/sys/dev/isci/scil/intel_ata.h index 9e1cbb7cc1c..b2d43997763 100644 --- a/sys/dev/isci/scil/intel_ata.h +++ b/sys/dev/isci/scil/intel_ata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_pci.h b/sys/dev/isci/scil/intel_pci.h index 08f6d1d08b5..6cf135607ed 100644 --- a/sys/dev/isci/scil/intel_pci.h +++ b/sys/dev/isci/scil/intel_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sas.h b/sys/dev/isci/scil/intel_sas.h index e2bd8ee8bad..8f53e1c49bf 100644 --- a/sys/dev/isci/scil/intel_sas.h +++ b/sys/dev/isci/scil/intel_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sat.h b/sys/dev/isci/scil/intel_sat.h index c85482df5e0..18a0aaf78ad 100644 --- a/sys/dev/isci/scil/intel_sat.h +++ b/sys/dev/isci/scil/intel_sat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_sata.h b/sys/dev/isci/scil/intel_sata.h index bde7100dbd0..3a63866c8d4 100644 --- a/sys/dev/isci/scil/intel_sata.h +++ b/sys/dev/isci/scil/intel_sata.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/intel_scsi.h b/sys/dev/isci/scil/intel_scsi.h index 658876cbfef..36a4bd6b4c3 100644 --- a/sys/dev/isci/scil/intel_scsi.h +++ b/sys/dev/isci/scil/intel_scsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati.c b/sys/dev/isci/scil/sati.c index 57df757ca71..c9fc971a027 100644 --- a/sys/dev/isci/scil/sati.c +++ b/sys/dev/isci/scil/sati.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati.h b/sys/dev/isci/scil/sati.h index 9b3eafa3a3a..4002f4a6a7f 100644 --- a/sys/dev/isci/scil/sati.h +++ b/sys/dev/isci/scil/sati.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_abort_task_set.c b/sys/dev/isci/scil/sati_abort_task_set.c index 9de79030326..ac9e00add63 100644 --- a/sys/dev/isci/scil/sati_abort_task_set.c +++ b/sys/dev/isci/scil/sati_abort_task_set.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_abort_task_set.h b/sys/dev/isci/scil/sati_abort_task_set.h index 33a642542cd..a9f6c288594 100644 --- a/sys/dev/isci/scil/sati_abort_task_set.h +++ b/sys/dev/isci/scil/sati_abort_task_set.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_atapi.c b/sys/dev/isci/scil/sati_atapi.c index f2158aeeab8..b0832c60e9e 100644 --- a/sys/dev/isci/scil/sati_atapi.c +++ b/sys/dev/isci/scil/sati_atapi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_atapi.h b/sys/dev/isci/scil/sati_atapi.h index e22e6825855..6d9665ce542 100644 --- a/sys/dev/isci/scil/sati_atapi.h +++ b/sys/dev/isci/scil/sati_atapi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_callbacks.h b/sys/dev/isci/scil/sati_callbacks.h index 2364e42b01a..3826f131118 100644 --- a/sys/dev/isci/scil/sati_callbacks.h +++ b/sys/dev/isci/scil/sati_callbacks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_design.h b/sys/dev/isci/scil/sati_design.h index 47f05b0642c..8d87ad4397a 100644 --- a/sys/dev/isci/scil/sati_design.h +++ b/sys/dev/isci/scil/sati_design.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_device.c b/sys/dev/isci/scil/sati_device.c index 1fbcf6ccb8f..e7a20491d57 100644 --- a/sys/dev/isci/scil/sati_device.c +++ b/sys/dev/isci/scil/sati_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_device.h b/sys/dev/isci/scil/sati_device.h index d955f83cda5..1992460e373 100644 --- a/sys/dev/isci/scil/sati_device.h +++ b/sys/dev/isci/scil/sati_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_inquiry.c b/sys/dev/isci/scil/sati_inquiry.c index cbf096ec544..2ddf90f2aa2 100644 --- a/sys/dev/isci/scil/sati_inquiry.c +++ b/sys/dev/isci/scil/sati_inquiry.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_inquiry.h b/sys/dev/isci/scil/sati_inquiry.h index e3fc86124ac..c23d6f0449a 100644 --- a/sys/dev/isci/scil/sati_inquiry.h +++ b/sys/dev/isci/scil/sati_inquiry.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_log_sense.c b/sys/dev/isci/scil/sati_log_sense.c index 04c489411d8..d8d592c1db2 100644 --- a/sys/dev/isci/scil/sati_log_sense.c +++ b/sys/dev/isci/scil/sati_log_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_log_sense.h b/sys/dev/isci/scil/sati_log_sense.h index d35f949f9fc..f6c7e4be842 100644 --- a/sys/dev/isci/scil/sati_log_sense.h +++ b/sys/dev/isci/scil/sati_log_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_lun_reset.c b/sys/dev/isci/scil/sati_lun_reset.c index 6696a16d2e8..a906ef953fb 100644 --- a/sys/dev/isci/scil/sati_lun_reset.c +++ b/sys/dev/isci/scil/sati_lun_reset.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_lun_reset.h b/sys/dev/isci/scil/sati_lun_reset.h index 9e79e6f8ac3..f8ffa5646d2 100644 --- a/sys/dev/isci/scil/sati_lun_reset.h +++ b/sys/dev/isci/scil/sati_lun_reset.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_pages.c b/sys/dev/isci/scil/sati_mode_pages.c index 0189c050d2c..55d12633cf2 100644 --- a/sys/dev/isci/scil/sati_mode_pages.c +++ b/sys/dev/isci/scil/sati_mode_pages.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_pages.h b/sys/dev/isci/scil/sati_mode_pages.h index d8cbe8c40cd..258fd094e04 100644 --- a/sys/dev/isci/scil/sati_mode_pages.h +++ b/sys/dev/isci/scil/sati_mode_pages.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_select.c b/sys/dev/isci/scil/sati_mode_select.c index dc83bfd53ec..3e52bb60d58 100644 --- a/sys/dev/isci/scil/sati_mode_select.c +++ b/sys/dev/isci/scil/sati_mode_select.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_select.h b/sys/dev/isci/scil/sati_mode_select.h index ce0e5d4c689..f1d77b2d7f6 100644 --- a/sys/dev/isci/scil/sati_mode_select.h +++ b/sys/dev/isci/scil/sati_mode_select.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense.c b/sys/dev/isci/scil/sati_mode_sense.c index e03cbdb125f..1b2c2939479 100644 --- a/sys/dev/isci/scil/sati_mode_sense.c +++ b/sys/dev/isci/scil/sati_mode_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense.h b/sys/dev/isci/scil/sati_mode_sense.h index e87701e60e7..7d05dcf975d 100644 --- a/sys/dev/isci/scil/sati_mode_sense.h +++ b/sys/dev/isci/scil/sati_mode_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_10.c b/sys/dev/isci/scil/sati_mode_sense_10.c index 3e8a84f48e5..d706e866945 100644 --- a/sys/dev/isci/scil/sati_mode_sense_10.c +++ b/sys/dev/isci/scil/sati_mode_sense_10.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_10.h b/sys/dev/isci/scil/sati_mode_sense_10.h index 1840777a3d2..76f08fb7a0a 100644 --- a/sys/dev/isci/scil/sati_mode_sense_10.h +++ b/sys/dev/isci/scil/sati_mode_sense_10.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_6.c b/sys/dev/isci/scil/sati_mode_sense_6.c index 3100c223b3e..e65b2f0f2a4 100644 --- a/sys/dev/isci/scil/sati_mode_sense_6.c +++ b/sys/dev/isci/scil/sati_mode_sense_6.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_mode_sense_6.h b/sys/dev/isci/scil/sati_mode_sense_6.h index 64afebc81b2..68eeb51e69f 100644 --- a/sys/dev/isci/scil/sati_mode_sense_6.h +++ b/sys/dev/isci/scil/sati_mode_sense_6.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_move.c b/sys/dev/isci/scil/sati_move.c index 9b1e8dc2db3..cf905d42611 100644 --- a/sys/dev/isci/scil/sati_move.c +++ b/sys/dev/isci/scil/sati_move.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_move.h b/sys/dev/isci/scil/sati_move.h index b0985a247c7..2f61e12ef7b 100644 --- a/sys/dev/isci/scil/sati_move.h +++ b/sys/dev/isci/scil/sati_move.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_passthrough.c b/sys/dev/isci/scil/sati_passthrough.c index 88ff0bc12df..12fa17e07f6 100644 --- a/sys/dev/isci/scil/sati_passthrough.c +++ b/sys/dev/isci/scil/sati_passthrough.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_passthrough.h b/sys/dev/isci/scil/sati_passthrough.h index 110664ba983..040d6aa1d63 100644 --- a/sys/dev/isci/scil/sati_passthrough.h +++ b/sys/dev/isci/scil/sati_passthrough.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read.c b/sys/dev/isci/scil/sati_read.c index ce32d259bf5..e9c6064482d 100644 --- a/sys/dev/isci/scil/sati_read.c +++ b/sys/dev/isci/scil/sati_read.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read.h b/sys/dev/isci/scil/sati_read.h index 016700cd543..55511157fd1 100644 --- a/sys/dev/isci/scil/sati_read.h +++ b/sys/dev/isci/scil/sati_read.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_buffer.c b/sys/dev/isci/scil/sati_read_buffer.c index 329e7637f0e..cce5988a00c 100644 --- a/sys/dev/isci/scil/sati_read_buffer.c +++ b/sys/dev/isci/scil/sati_read_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_buffer.h b/sys/dev/isci/scil/sati_read_buffer.h index 8bcb17be4f6..83e34d07d69 100644 --- a/sys/dev/isci/scil/sati_read_buffer.h +++ b/sys/dev/isci/scil/sati_read_buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_capacity.c b/sys/dev/isci/scil/sati_read_capacity.c index 7607e3aae7c..964ed097381 100644 --- a/sys/dev/isci/scil/sati_read_capacity.c +++ b/sys/dev/isci/scil/sati_read_capacity.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_read_capacity.h b/sys/dev/isci/scil/sati_read_capacity.h index 41660de1a34..d1f29391c3e 100644 --- a/sys/dev/isci/scil/sati_read_capacity.h +++ b/sys/dev/isci/scil/sati_read_capacity.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_reassign_blocks.c b/sys/dev/isci/scil/sati_reassign_blocks.c index ebe16b7dfeb..e0bf7637ec8 100644 --- a/sys/dev/isci/scil/sati_reassign_blocks.c +++ b/sys/dev/isci/scil/sati_reassign_blocks.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_reassign_blocks.h b/sys/dev/isci/scil/sati_reassign_blocks.h index 7531fd82e0f..0388f664a4b 100644 --- a/sys/dev/isci/scil/sati_reassign_blocks.h +++ b/sys/dev/isci/scil/sati_reassign_blocks.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_report_luns.c b/sys/dev/isci/scil/sati_report_luns.c index 6aaad4da43f..d85d8700bf6 100644 --- a/sys/dev/isci/scil/sati_report_luns.c +++ b/sys/dev/isci/scil/sati_report_luns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_report_luns.h b/sys/dev/isci/scil/sati_report_luns.h index 4aef3a43cb9..7ed08c91b70 100644 --- a/sys/dev/isci/scil/sati_report_luns.h +++ b/sys/dev/isci/scil/sati_report_luns.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_request_sense.c b/sys/dev/isci/scil/sati_request_sense.c index a247fa335ed..f12f0ffcb7e 100644 --- a/sys/dev/isci/scil/sati_request_sense.c +++ b/sys/dev/isci/scil/sati_request_sense.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_request_sense.h b/sys/dev/isci/scil/sati_request_sense.h index 6348bd923e3..f7c08a05a43 100644 --- a/sys/dev/isci/scil/sati_request_sense.h +++ b/sys/dev/isci/scil/sati_request_sense.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_start_stop_unit.c b/sys/dev/isci/scil/sati_start_stop_unit.c index 04139e21b32..729474ea2a3 100644 --- a/sys/dev/isci/scil/sati_start_stop_unit.c +++ b/sys/dev/isci/scil/sati_start_stop_unit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_start_stop_unit.h b/sys/dev/isci/scil/sati_start_stop_unit.h index 8235c4b77d8..8ecacc06a2c 100644 --- a/sys/dev/isci/scil/sati_start_stop_unit.h +++ b/sys/dev/isci/scil/sati_start_stop_unit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_synchronize_cache.c b/sys/dev/isci/scil/sati_synchronize_cache.c index 3c974719b47..73773cf49ee 100644 --- a/sys/dev/isci/scil/sati_synchronize_cache.c +++ b/sys/dev/isci/scil/sati_synchronize_cache.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_synchronize_cache.h b/sys/dev/isci/scil/sati_synchronize_cache.h index 58d6026dcfb..0162eddba2e 100644 --- a/sys/dev/isci/scil/sati_synchronize_cache.h +++ b/sys/dev/isci/scil/sati_synchronize_cache.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_test_unit_ready.c b/sys/dev/isci/scil/sati_test_unit_ready.c index e5e781bff26..10bd07c3657 100644 --- a/sys/dev/isci/scil/sati_test_unit_ready.c +++ b/sys/dev/isci/scil/sati_test_unit_ready.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_test_unit_ready.h b/sys/dev/isci/scil/sati_test_unit_ready.h index 50360c72a93..f26f8e1e1b4 100644 --- a/sys/dev/isci/scil/sati_test_unit_ready.h +++ b/sys/dev/isci/scil/sati_test_unit_ready.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_translator_sequence.h b/sys/dev/isci/scil/sati_translator_sequence.h index dba53260bc7..1f03c31aa7a 100644 --- a/sys/dev/isci/scil/sati_translator_sequence.h +++ b/sys/dev/isci/scil/sati_translator_sequence.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_types.h b/sys/dev/isci/scil/sati_types.h index 4851aeb7850..8d59ceda39d 100644 --- a/sys/dev/isci/scil/sati_types.h +++ b/sys/dev/isci/scil/sati_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_unmap.c b/sys/dev/isci/scil/sati_unmap.c index 4cd6e9c4195..bf9cfe3ccdb 100644 --- a/sys/dev/isci/scil/sati_unmap.c +++ b/sys/dev/isci/scil/sati_unmap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_unmap.h b/sys/dev/isci/scil/sati_unmap.h index 1b5ffb23c3c..e89d1e0c1e3 100644 --- a/sys/dev/isci/scil/sati_unmap.h +++ b/sys/dev/isci/scil/sati_unmap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_util.c b/sys/dev/isci/scil/sati_util.c index e037c5cfae1..b74e00fea4b 100644 --- a/sys/dev/isci/scil/sati_util.c +++ b/sys/dev/isci/scil/sati_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_util.h b/sys/dev/isci/scil/sati_util.h index 5b4ac4721a3..a97262031d2 100644 --- a/sys/dev/isci/scil/sati_util.h +++ b/sys/dev/isci/scil/sati_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_verify.c b/sys/dev/isci/scil/sati_verify.c index 350499d5c5a..aab2a10bd61 100644 --- a/sys/dev/isci/scil/sati_verify.c +++ b/sys/dev/isci/scil/sati_verify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_verify.h b/sys/dev/isci/scil/sati_verify.h index 7c762f63a2d..768047f3d90 100644 --- a/sys/dev/isci/scil/sati_verify.h +++ b/sys/dev/isci/scil/sati_verify.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write.c b/sys/dev/isci/scil/sati_write.c index 931a1a597e9..915fbde25ab 100644 --- a/sys/dev/isci/scil/sati_write.c +++ b/sys/dev/isci/scil/sati_write.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write.h b/sys/dev/isci/scil/sati_write.h index 9d7be32e257..6faf9c07283 100644 --- a/sys/dev/isci/scil/sati_write.h +++ b/sys/dev/isci/scil/sati_write.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_and_verify.c b/sys/dev/isci/scil/sati_write_and_verify.c index bca6ca4eab3..30f2d5eb647 100644 --- a/sys/dev/isci/scil/sati_write_and_verify.c +++ b/sys/dev/isci/scil/sati_write_and_verify.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_and_verify.h b/sys/dev/isci/scil/sati_write_and_verify.h index bbe88067c66..8cc287f4cd1 100644 --- a/sys/dev/isci/scil/sati_write_and_verify.h +++ b/sys/dev/isci/scil/sati_write_and_verify.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_buffer.c b/sys/dev/isci/scil/sati_write_buffer.c index dfa4e292503..1ce0cd8c85b 100644 --- a/sys/dev/isci/scil/sati_write_buffer.c +++ b/sys/dev/isci/scil/sati_write_buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_buffer.h b/sys/dev/isci/scil/sati_write_buffer.h index c027e1c6858..e5fa4609bb5 100644 --- a/sys/dev/isci/scil/sati_write_buffer.h +++ b/sys/dev/isci/scil/sati_write_buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_long.c b/sys/dev/isci/scil/sati_write_long.c index 7847cc13744..8d9e4247c5f 100644 --- a/sys/dev/isci/scil/sati_write_long.c +++ b/sys/dev/isci/scil/sati_write_long.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sati_write_long.h b/sys/dev/isci/scil/sati_write_long.h index 1084f8580ed..a3f9f1d6fd5 100644 --- a/sys/dev/isci/scil/sati_write_long.h +++ b/sys/dev/isci/scil/sati_write_long.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_abstract_list.c b/sys/dev/isci/scil/sci_abstract_list.c index 641eb4aebe0..9163d34b4e6 100644 --- a/sys/dev/isci/scil/sci_abstract_list.c +++ b/sys/dev/isci/scil/sci_abstract_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_abstract_list.h b/sys/dev/isci/scil/sci_abstract_list.h index 7ae53eae29a..010bbc6041f 100644 --- a/sys/dev/isci/scil/sci_abstract_list.h +++ b/sys/dev/isci/scil/sci_abstract_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_controller.c b/sys/dev/isci/scil/sci_base_controller.c index 52533042917..7be706a50c7 100644 --- a/sys/dev/isci/scil/sci_base_controller.c +++ b/sys/dev/isci/scil/sci_base_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_controller.h b/sys/dev/isci/scil/sci_base_controller.h index dc28b52627e..da7bdb7b5b7 100644 --- a/sys/dev/isci/scil/sci_base_controller.h +++ b/sys/dev/isci/scil/sci_base_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_domain.c b/sys/dev/isci/scil/sci_base_domain.c index 87b112c6c2a..21db480151e 100644 --- a/sys/dev/isci/scil/sci_base_domain.c +++ b/sys/dev/isci/scil/sci_base_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_domain.h b/sys/dev/isci/scil/sci_base_domain.h index 537c8ff68cd..84d52c41270 100644 --- a/sys/dev/isci/scil/sci_base_domain.h +++ b/sys/dev/isci/scil/sci_base_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_iterator.c b/sys/dev/isci/scil/sci_base_iterator.c index 6855f40a040..ad80860797c 100644 --- a/sys/dev/isci/scil/sci_base_iterator.c +++ b/sys/dev/isci/scil/sci_base_iterator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_iterator.h b/sys/dev/isci/scil/sci_base_iterator.h index 36a23f26cd4..52e4658ba4f 100644 --- a/sys/dev/isci/scil/sci_base_iterator.h +++ b/sys/dev/isci/scil/sci_base_iterator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_library.c b/sys/dev/isci/scil/sci_base_library.c index a3b85e69c66..c4653b4bcba 100644 --- a/sys/dev/isci/scil/sci_base_library.c +++ b/sys/dev/isci/scil/sci_base_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_library.h b/sys/dev/isci/scil/sci_base_library.h index 63d2cb4fb7b..d4f9d268b19 100644 --- a/sys/dev/isci/scil/sci_base_library.h +++ b/sys/dev/isci/scil/sci_base_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_logger.c b/sys/dev/isci/scil/sci_base_logger.c index 7f0e425b58e..7a32a13e06a 100644 --- a/sys/dev/isci/scil/sci_base_logger.c +++ b/sys/dev/isci/scil/sci_base_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_logger.h b/sys/dev/isci/scil/sci_base_logger.h index e3c5a4060e2..40d0fb07049 100644 --- a/sys/dev/isci/scil/sci_base_logger.h +++ b/sys/dev/isci/scil/sci_base_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c index d470b8f33bd..d25cfe43b3d 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list.h b/sys/dev/isci/scil/sci_base_memory_descriptor_list.h index b4bb43aa0b5..3a4a067e0b5 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list.h +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c index 0c691f09749..417e5c99697 100644 --- a/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c +++ b/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_object.c b/sys/dev/isci/scil/sci_base_object.c index 94af19f3e5a..c2140c9901f 100644 --- a/sys/dev/isci/scil/sci_base_object.c +++ b/sys/dev/isci/scil/sci_base_object.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_object.h b/sys/dev/isci/scil/sci_base_object.h index 58f04306812..311c25401f5 100644 --- a/sys/dev/isci/scil/sci_base_object.h +++ b/sys/dev/isci/scil/sci_base_object.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_observer.c b/sys/dev/isci/scil/sci_base_observer.c index 60403a5e3f6..7b26726236b 100644 --- a/sys/dev/isci/scil/sci_base_observer.c +++ b/sys/dev/isci/scil/sci_base_observer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_observer.h b/sys/dev/isci/scil/sci_base_observer.h index 991d66a6308..308209f860e 100644 --- a/sys/dev/isci/scil/sci_base_observer.h +++ b/sys/dev/isci/scil/sci_base_observer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_phy.c b/sys/dev/isci/scil/sci_base_phy.c index 8cffc13aba0..25434cd0368 100644 --- a/sys/dev/isci/scil/sci_base_phy.c +++ b/sys/dev/isci/scil/sci_base_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_phy.h b/sys/dev/isci/scil/sci_base_phy.h index 914a1100738..40f010b30a9 100644 --- a/sys/dev/isci/scil/sci_base_phy.h +++ b/sys/dev/isci/scil/sci_base_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_port.c b/sys/dev/isci/scil/sci_base_port.c index d482aa9abbe..3b6c4cc66c3 100644 --- a/sys/dev/isci/scil/sci_base_port.c +++ b/sys/dev/isci/scil/sci_base_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_port.h b/sys/dev/isci/scil/sci_base_port.h index 733677dca10..7d2c229e184 100644 --- a/sys/dev/isci/scil/sci_base_port.h +++ b/sys/dev/isci/scil/sci_base_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_remote_device.c b/sys/dev/isci/scil/sci_base_remote_device.c index e227166d750..40220128146 100644 --- a/sys/dev/isci/scil/sci_base_remote_device.c +++ b/sys/dev/isci/scil/sci_base_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_remote_device.h b/sys/dev/isci/scil/sci_base_remote_device.h index 9c220f24470..47209ae2f57 100644 --- a/sys/dev/isci/scil/sci_base_remote_device.h +++ b/sys/dev/isci/scil/sci_base_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_request.c b/sys/dev/isci/scil/sci_base_request.c index ecb75c4ee87..d9a61920741 100644 --- a/sys/dev/isci/scil/sci_base_request.c +++ b/sys/dev/isci/scil/sci_base_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_request.h b/sys/dev/isci/scil/sci_base_request.h index 231c0bf11a5..5638932bd08 100644 --- a/sys/dev/isci/scil/sci_base_request.h +++ b/sys/dev/isci/scil/sci_base_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state.h b/sys/dev/isci/scil/sci_base_state.h index 68cce84b5f1..8b93c929ff2 100644 --- a/sys/dev/isci/scil/sci_base_state.h +++ b/sys/dev/isci/scil/sci_base_state.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine.c b/sys/dev/isci/scil/sci_base_state_machine.c index 0e95c64bbf0..2f1720acc9a 100644 --- a/sys/dev/isci/scil/sci_base_state_machine.c +++ b/sys/dev/isci/scil/sci_base_state_machine.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine.h b/sys/dev/isci/scil/sci_base_state_machine.h index 9a5f7491c2b..a0d5e02711e 100644 --- a/sys/dev/isci/scil/sci_base_state_machine.h +++ b/sys/dev/isci/scil/sci_base_state_machine.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_logger.c b/sys/dev/isci/scil/sci_base_state_machine_logger.c index 0adec264d9b..02cac1fd983 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_logger.c +++ b/sys/dev/isci/scil/sci_base_state_machine_logger.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_logger.h b/sys/dev/isci/scil/sci_base_state_machine_logger.h index 42f2121146e..5acf10648a5 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_logger.h +++ b/sys/dev/isci/scil/sci_base_state_machine_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_observer.c b/sys/dev/isci/scil/sci_base_state_machine_observer.c index 5a0ef54ca78..c4e2376ee7d 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_observer.c +++ b/sys/dev/isci/scil/sci_base_state_machine_observer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_state_machine_observer.h b/sys/dev/isci/scil/sci_base_state_machine_observer.h index adbeabd9d37..27b4b3a4bdb 100644 --- a/sys/dev/isci/scil/sci_base_state_machine_observer.h +++ b/sys/dev/isci/scil/sci_base_state_machine_observer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_subject.c b/sys/dev/isci/scil/sci_base_subject.c index 894136dc511..0ba41aaaa48 100644 --- a/sys/dev/isci/scil/sci_base_subject.c +++ b/sys/dev/isci/scil/sci_base_subject.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_base_subject.h b/sys/dev/isci/scil/sci_base_subject.h index 0499d1b5516..92b19b974a6 100644 --- a/sys/dev/isci/scil/sci_base_subject.h +++ b/sys/dev/isci/scil/sci_base_subject.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_controller.h b/sys/dev/isci/scil/sci_controller.h index ca004f0873c..4396f4c9692 100644 --- a/sys/dev/isci/scil/sci_controller.h +++ b/sys/dev/isci/scil/sci_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_controller_constants.h b/sys/dev/isci/scil/sci_controller_constants.h index c4e97f6878b..04a47856de5 100644 --- a/sys/dev/isci/scil/sci_controller_constants.h +++ b/sys/dev/isci/scil/sci_controller_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_fast_list.h b/sys/dev/isci/scil/sci_fast_list.h index 0325fadf0ff..361abb337d2 100644 --- a/sys/dev/isci/scil/sci_fast_list.h +++ b/sys/dev/isci/scil/sci_fast_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_iterator.h b/sys/dev/isci/scil/sci_iterator.h index fd5cab2ff74..0ed3d2d1c93 100644 --- a/sys/dev/isci/scil/sci_iterator.h +++ b/sys/dev/isci/scil/sci_iterator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_library.h b/sys/dev/isci/scil/sci_library.h index 6dea219f85c..3fa542d769e 100644 --- a/sys/dev/isci/scil/sci_library.h +++ b/sys/dev/isci/scil/sci_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_logger.h b/sys/dev/isci/scil/sci_logger.h index e98081223fa..f30adca4fde 100644 --- a/sys/dev/isci/scil/sci_logger.h +++ b/sys/dev/isci/scil/sci_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_memory_descriptor_list.h b/sys/dev/isci/scil/sci_memory_descriptor_list.h index 3912ceb379f..6b78fbc6055 100644 --- a/sys/dev/isci/scil/sci_memory_descriptor_list.h +++ b/sys/dev/isci/scil/sci_memory_descriptor_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h b/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h index 42f4db1efa6..3f7bd24f88c 100644 --- a/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h +++ b/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_object.h b/sys/dev/isci/scil/sci_object.h index e88e44b37cb..cb1bda14a88 100644 --- a/sys/dev/isci/scil/sci_object.h +++ b/sys/dev/isci/scil/sci_object.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_overview.h b/sys/dev/isci/scil/sci_overview.h index fadea725735..3cde341efb1 100644 --- a/sys/dev/isci/scil/sci_overview.h +++ b/sys/dev/isci/scil/sci_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_pool.h b/sys/dev/isci/scil/sci_pool.h index 2a4d45e9b62..da642ad7607 100644 --- a/sys/dev/isci/scil/sci_pool.h +++ b/sys/dev/isci/scil/sci_pool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_simple_list.h b/sys/dev/isci/scil/sci_simple_list.h index 9c0848a52fc..2ebb7298db4 100644 --- a/sys/dev/isci/scil/sci_simple_list.h +++ b/sys/dev/isci/scil/sci_simple_list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_status.h b/sys/dev/isci/scil/sci_status.h index 1b40860c838..27c0d87dae1 100644 --- a/sys/dev/isci/scil/sci_status.h +++ b/sys/dev/isci/scil/sci_status.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_types.h b/sys/dev/isci/scil/sci_types.h index b48ee7bfbdd..48e58d17819 100644 --- a/sys/dev/isci/scil/sci_types.h +++ b/sys/dev/isci/scil/sci_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_util.c b/sys/dev/isci/scil/sci_util.c index 693bc8bb478..53038eb0d6c 100644 --- a/sys/dev/isci/scil/sci_util.c +++ b/sys/dev/isci/scil/sci_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/sci_util.h b/sys/dev/isci/scil/sci_util.h index f7c14ac04bd..9e2b0343aeb 100644 --- a/sys/dev/isci/scil/sci_util.h +++ b/sys/dev/isci/scil/sci_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_config_parameters.h b/sys/dev/isci/scil/scic_config_parameters.h index 969cd30350f..aafd12fc28a 100644 --- a/sys/dev/isci/scil/scic_config_parameters.h +++ b/sys/dev/isci/scil/scic_config_parameters.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_controller.h b/sys/dev/isci/scil/scic_controller.h index 31c94af6d1f..f87f14b658e 100644 --- a/sys/dev/isci/scil/scic_controller.h +++ b/sys/dev/isci/scil/scic_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_io_request.h b/sys/dev/isci/scil/scic_io_request.h index 21c70c0f243..d3cc800e667 100644 --- a/sys/dev/isci/scil/scic_io_request.h +++ b/sys/dev/isci/scil/scic_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_library.h b/sys/dev/isci/scil/scic_library.h index 269ffd7724e..25f6a339f77 100644 --- a/sys/dev/isci/scil/scic_library.h +++ b/sys/dev/isci/scil/scic_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_logger.h b/sys/dev/isci/scil/scic_logger.h index 0a9e50b1f6f..b64c60d4c08 100644 --- a/sys/dev/isci/scil/scic_logger.h +++ b/sys/dev/isci/scil/scic_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_overview.h b/sys/dev/isci/scil/scic_overview.h index 87216c805d3..eb47fe1aca0 100644 --- a/sys/dev/isci/scil/scic_overview.h +++ b/sys/dev/isci/scil/scic_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_phy.h b/sys/dev/isci/scil/scic_phy.h index 75b11d47ced..6007c14f724 100644 --- a/sys/dev/isci/scil/scic_phy.h +++ b/sys/dev/isci/scil/scic_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_port.h b/sys/dev/isci/scil/scic_port.h index 4c4ee051fb8..b6588b77a91 100644 --- a/sys/dev/isci/scil/scic_port.h +++ b/sys/dev/isci/scil/scic_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_remote_device.h b/sys/dev/isci/scil/scic_remote_device.h index 9abd04dbf74..ab8e7715487 100644 --- a/sys/dev/isci/scil/scic_remote_device.h +++ b/sys/dev/isci/scil/scic_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller.c b/sys/dev/isci/scil/scic_sds_controller.c index 767f89c04e3..2532d87a37d 100644 --- a/sys/dev/isci/scil/scic_sds_controller.c +++ b/sys/dev/isci/scil/scic_sds_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller.h b/sys/dev/isci/scil/scic_sds_controller.h index fe3468f157d..54c7ffe3410 100644 --- a/sys/dev/isci/scil/scic_sds_controller.h +++ b/sys/dev/isci/scil/scic_sds_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_controller_registers.h b/sys/dev/isci/scil/scic_sds_controller_registers.h index 81a1f3f8f01..ecb5cbff9d6 100644 --- a/sys/dev/isci/scil/scic_sds_controller_registers.h +++ b/sys/dev/isci/scil/scic_sds_controller_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_library.c b/sys/dev/isci/scil/scic_sds_library.c index 5337516e81a..3f7dace4b4d 100644 --- a/sys/dev/isci/scil/scic_sds_library.c +++ b/sys/dev/isci/scil/scic_sds_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_library.h b/sys/dev/isci/scil/scic_sds_library.h index d6a7c83a9d5..25515107b79 100644 --- a/sys/dev/isci/scil/scic_sds_library.h +++ b/sys/dev/isci/scil/scic_sds_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_logger.h b/sys/dev/isci/scil/scic_sds_logger.h index 56e50dce189..710590af651 100644 --- a/sys/dev/isci/scil/scic_sds_logger.h +++ b/sys/dev/isci/scil/scic_sds_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_pci.c b/sys/dev/isci/scil/scic_sds_pci.c index d5d620055e5..3c5b285180d 100644 --- a/sys/dev/isci/scil/scic_sds_pci.c +++ b/sys/dev/isci/scil/scic_sds_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_pci.h b/sys/dev/isci/scil/scic_sds_pci.h index 8ddcd7d4b24..4b33c8015da 100644 --- a/sys/dev/isci/scil/scic_sds_pci.h +++ b/sys/dev/isci/scil/scic_sds_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy.c b/sys/dev/isci/scil/scic_sds_phy.c index a7755c3e5df..a812be2cab2 100644 --- a/sys/dev/isci/scil/scic_sds_phy.c +++ b/sys/dev/isci/scil/scic_sds_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy.h b/sys/dev/isci/scil/scic_sds_phy.h index 501a7244dc1..eda6998e8be 100644 --- a/sys/dev/isci/scil/scic_sds_phy.h +++ b/sys/dev/isci/scil/scic_sds_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_phy_registers.h b/sys/dev/isci/scil/scic_sds_phy_registers.h index 24ed608d291..46524fdfd7e 100644 --- a/sys/dev/isci/scil/scic_sds_phy_registers.h +++ b/sys/dev/isci/scil/scic_sds_phy_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port.c b/sys/dev/isci/scil/scic_sds_port.c index 42993a34946..938d82d48e4 100644 --- a/sys/dev/isci/scil/scic_sds_port.c +++ b/sys/dev/isci/scil/scic_sds_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port.h b/sys/dev/isci/scil/scic_sds_port.h index 321f6674ec6..677f2026a65 100644 --- a/sys/dev/isci/scil/scic_sds_port.h +++ b/sys/dev/isci/scil/scic_sds_port.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c index 95e442ff1eb..d23e0623b00 100644 --- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.c +++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_configuration_agent.h b/sys/dev/isci/scil/scic_sds_port_configuration_agent.h index 37f533777da..89adeeccce9 100644 --- a/sys/dev/isci/scil/scic_sds_port_configuration_agent.h +++ b/sys/dev/isci/scil/scic_sds_port_configuration_agent.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_port_registers.h b/sys/dev/isci/scil/scic_sds_port_registers.h index 3e567969b3c..3a201dc3933 100644 --- a/sys/dev/isci/scil/scic_sds_port_registers.h +++ b/sys/dev/isci/scil/scic_sds_port_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_device.c b/sys/dev/isci/scil/scic_sds_remote_device.c index efc2f18c0a4..76393078190 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_device.h b/sys/dev/isci/scil/scic_sds_remote_device.h index 432227d7faa..2170e934cff 100644 --- a/sys/dev/isci/scil/scic_sds_remote_device.h +++ b/sys/dev/isci/scil/scic_sds_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.c b/sys/dev/isci/scil/scic_sds_remote_node_context.c index 473b4763dd6..ba3ce38eea7 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_context.h b/sys/dev/isci/scil/scic_sds_remote_node_context.h index 4b4481db1eb..3eb9011a5b7 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_context.h +++ b/sys/dev/isci/scil/scic_sds_remote_node_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.c b/sys/dev/isci/scil/scic_sds_remote_node_table.c index 2c287bd9049..51329f2565c 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.c +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_remote_node_table.h b/sys/dev/isci/scil/scic_sds_remote_node_table.h index 8912c1751bc..482f320411b 100644 --- a/sys/dev/isci/scil/scic_sds_remote_node_table.h +++ b/sys/dev/isci/scil/scic_sds_remote_node_table.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_request.c b/sys/dev/isci/scil/scic_sds_request.c index 3e85785042e..ea3c93551b6 100644 --- a/sys/dev/isci/scil/scic_sds_request.c +++ b/sys/dev/isci/scil/scic_sds_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_request.h b/sys/dev/isci/scil/scic_sds_request.h index 1940721eb2b..a1783176dd8 100644 --- a/sys/dev/isci/scil/scic_sds_request.h +++ b/sys/dev/isci/scil/scic_sds_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_sgpio.c b/sys/dev/isci/scil/scic_sds_sgpio.c index 25441c29833..e85445de021 100644 --- a/sys/dev/isci/scil/scic_sds_sgpio.c +++ b/sys/dev/isci/scil/scic_sds_sgpio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_remote_device.c b/sys/dev/isci/scil/scic_sds_smp_remote_device.c index 579e05c1d02..d6b7642ac1a 100644 --- a/sys/dev/isci/scil/scic_sds_smp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_smp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_request.c b/sys/dev/isci/scil/scic_sds_smp_request.c index ea92782fbfd..d0b4029b246 100644 --- a/sys/dev/isci/scil/scic_sds_smp_request.c +++ b/sys/dev/isci/scil/scic_sds_smp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_smp_request.h b/sys/dev/isci/scil/scic_sds_smp_request.h index ad9a33ade91..6f1421eead8 100644 --- a/sys/dev/isci/scil/scic_sds_smp_request.h +++ b/sys/dev/isci/scil/scic_sds_smp_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_ssp_request.c b/sys/dev/isci/scil/scic_sds_ssp_request.c index c7a67acf0a0..6f580e48e30 100644 --- a/sys/dev/isci/scil/scic_sds_ssp_request.c +++ b/sys/dev/isci/scil/scic_sds_ssp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_packet_request.c b/sys/dev/isci/scil/scic_sds_stp_packet_request.c index 42a7497b7ad..327dcdfff4b 100644 --- a/sys/dev/isci/scil/scic_sds_stp_packet_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_packet_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_packet_request.h b/sys/dev/isci/scil/scic_sds_stp_packet_request.h index 2c51f96e8bb..227fa2f21a6 100644 --- a/sys/dev/isci/scil/scic_sds_stp_packet_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_packet_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_pio_request.h b/sys/dev/isci/scil/scic_sds_stp_pio_request.h index 3a0eb40f8f1..ca36b56c533 100644 --- a/sys/dev/isci/scil/scic_sds_stp_pio_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_pio_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_remote_device.c b/sys/dev/isci/scil/scic_sds_stp_remote_device.c index 8eb511f9313..70f6ff187da 100644 --- a/sys/dev/isci/scil/scic_sds_stp_remote_device.c +++ b/sys/dev/isci/scil/scic_sds_stp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_request.c b/sys/dev/isci/scil/scic_sds_stp_request.c index 5a2612cf588..f35e8cca725 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.c +++ b/sys/dev/isci/scil/scic_sds_stp_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_stp_request.h b/sys/dev/isci/scil/scic_sds_stp_request.h index 5d57acfcf1b..fedde046e44 100644 --- a/sys/dev/isci/scil/scic_sds_stp_request.h +++ b/sys/dev/isci/scil/scic_sds_stp_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c index f3fd91ad8dc..d9e214a4912 100644 --- a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c +++ b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h index a05572df0f9..28620f23f7d 100644 --- a/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h +++ b/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_sgpio.h b/sys/dev/isci/scil/scic_sgpio.h index 4fc5197ed42..eb5ad3bb1a9 100644 --- a/sys/dev/isci/scil/scic_sgpio.h +++ b/sys/dev/isci/scil/scic_sgpio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_task_request.h b/sys/dev/isci/scil/scic_task_request.h index 0b93972e8a6..104db8e2743 100644 --- a/sys/dev/isci/scil/scic_task_request.h +++ b/sys/dev/isci/scil/scic_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scic_user_callback.h b/sys/dev/isci/scil/scic_user_callback.h index 3f75c7816a6..292237062ae 100644 --- a/sys/dev/isci/scil/scic_user_callback.h +++ b/sys/dev/isci/scil/scic_user_callback.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_config_parameters.h b/sys/dev/isci/scil/scif_config_parameters.h index d5d15bf906c..8f68df7d2e4 100644 --- a/sys/dev/isci/scil/scif_config_parameters.h +++ b/sys/dev/isci/scil/scif_config_parameters.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_controller.h b/sys/dev/isci/scil/scif_controller.h index 61a513fc458..e7142a28e48 100644 --- a/sys/dev/isci/scil/scif_controller.h +++ b/sys/dev/isci/scil/scif_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_domain.h b/sys/dev/isci/scil/scif_domain.h index 73ca775ef54..22d3dbfd3d9 100644 --- a/sys/dev/isci/scil/scif_domain.h +++ b/sys/dev/isci/scil/scif_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_io_request.h b/sys/dev/isci/scil/scif_io_request.h index 69d86eed707..9734d5e07cb 100644 --- a/sys/dev/isci/scil/scif_io_request.h +++ b/sys/dev/isci/scil/scif_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_library.h b/sys/dev/isci/scil/scif_library.h index 28de43d7b44..a1d8a8faf03 100644 --- a/sys/dev/isci/scil/scif_library.h +++ b/sys/dev/isci/scil/scif_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_logger.h b/sys/dev/isci/scil/scif_logger.h index f9d760cbf41..d5c12413543 100644 --- a/sys/dev/isci/scil/scif_logger.h +++ b/sys/dev/isci/scil/scif_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_overview.h b/sys/dev/isci/scil/scif_overview.h index b7132bbf505..d19e05914d9 100644 --- a/sys/dev/isci/scil/scif_overview.h +++ b/sys/dev/isci/scil/scif_overview.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_remote_device.h b/sys/dev/isci/scil/scif_remote_device.h index f67d40d8967..08dbbe8ae49 100644 --- a/sys/dev/isci/scil/scif_remote_device.h +++ b/sys/dev/isci/scil/scif_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_constants.h b/sys/dev/isci/scil/scif_sas_constants.h index 88404efb37c..c9670ebbac6 100644 --- a/sys/dev/isci/scil/scif_sas_constants.h +++ b/sys/dev/isci/scil/scif_sas_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller.c b/sys/dev/isci/scil/scif_sas_controller.c index a859e4e2f01..ca847d2b0af 100644 --- a/sys/dev/isci/scil/scif_sas_controller.c +++ b/sys/dev/isci/scil/scif_sas_controller.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller.h b/sys/dev/isci/scil/scif_sas_controller.h index 1efd00d10b8..fc7583e8436 100644 --- a/sys/dev/isci/scil/scif_sas_controller.h +++ b/sys/dev/isci/scil/scif_sas_controller.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c index 397cfbca157..d0704a1e8f4 100644 --- a/sys/dev/isci/scil/scif_sas_controller_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_controller_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_controller_states.c b/sys/dev/isci/scil/scif_sas_controller_states.c index 7f280fc6590..e5a88a917ee 100644 --- a/sys/dev/isci/scil/scif_sas_controller_states.c +++ b/sys/dev/isci/scil/scif_sas_controller_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_design.h b/sys/dev/isci/scil/scif_sas_design.h index e847b284ff8..1f2e8a85128 100644 --- a/sys/dev/isci/scil/scif_sas_design.h +++ b/sys/dev/isci/scil/scif_sas_design.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain.c b/sys/dev/isci/scil/scif_sas_domain.c index c5a54fad6cd..a6a3d70132e 100644 --- a/sys/dev/isci/scil/scif_sas_domain.c +++ b/sys/dev/isci/scil/scif_sas_domain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain.h b/sys/dev/isci/scil/scif_sas_domain.h index 9fbd338e7a8..654f3772f26 100644 --- a/sys/dev/isci/scil/scif_sas_domain.h +++ b/sys/dev/isci/scil/scif_sas_domain.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c index 42b75fc9211..89188b33443 100644 --- a/sys/dev/isci/scil/scif_sas_domain_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_domain_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_domain_states.c b/sys/dev/isci/scil/scif_sas_domain_states.c index 803c26adc3f..84f8e53189d 100644 --- a/sys/dev/isci/scil/scif_sas_domain_states.c +++ b/sys/dev/isci/scil/scif_sas_domain_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c index a9aada72468..1999a9e8491 100644 --- a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c +++ b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h index 451285038e5..c630af19c9c 100644 --- a/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h +++ b/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_internal_io_request.c b/sys/dev/isci/scil/scif_sas_internal_io_request.c index 9d98190fbf1..7086b817d64 100644 --- a/sys/dev/isci/scil/scif_sas_internal_io_request.c +++ b/sys/dev/isci/scil/scif_sas_internal_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_internal_io_request.h b/sys/dev/isci/scil/scif_sas_internal_io_request.h index 411e46fd013..18967e41204 100644 --- a/sys/dev/isci/scil/scif_sas_internal_io_request.h +++ b/sys/dev/isci/scil/scif_sas_internal_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request.c b/sys/dev/isci/scil/scif_sas_io_request.c index 4983c37ac1d..e0461ae2f36 100644 --- a/sys/dev/isci/scil/scif_sas_io_request.c +++ b/sys/dev/isci/scil/scif_sas_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request.h b/sys/dev/isci/scil/scif_sas_io_request.h index f09f9febbcb..7dd9ea6b8c1 100644 --- a/sys/dev/isci/scil/scif_sas_io_request.h +++ b/sys/dev/isci/scil/scif_sas_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c index 303ea852aeb..0111e7a023a 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_io_request_states.c b/sys/dev/isci/scil/scif_sas_io_request_states.c index 0ae3ca29ecf..13d9f5636c7 100644 --- a/sys/dev/isci/scil/scif_sas_io_request_states.c +++ b/sys/dev/isci/scil/scif_sas_io_request_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_library.c b/sys/dev/isci/scil/scif_sas_library.c index 5521d6f56b5..015f8f00eaa 100644 --- a/sys/dev/isci/scil/scif_sas_library.c +++ b/sys/dev/isci/scil/scif_sas_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_library.h b/sys/dev/isci/scil/scif_sas_library.h index 63c1ca2012f..66947b00215 100644 --- a/sys/dev/isci/scil/scif_sas_library.h +++ b/sys/dev/isci/scil/scif_sas_library.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_logger.h b/sys/dev/isci/scil/scif_sas_logger.h index d2bdabcb04e..e9712ffa7d1 100644 --- a/sys/dev/isci/scil/scif_sas_logger.h +++ b/sys/dev/isci/scil/scif_sas_logger.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device.c b/sys/dev/isci/scil/scif_sas_remote_device.c index 5fcebd6497b..991c6a0b482 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device.h b/sys/dev/isci/scil/scif_sas_remote_device.h index 91ad2edd28e..be066f83381 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c index 447143424ae..514624dba0d 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c index 9f6bb4a9df5..24a10a23ee6 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c index ec0612598f2..8027469ef85 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c index 4639fd360d5..37dd878fac9 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c index dc6aa4ededd..64a06629c55 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_remote_device_states.c b/sys/dev/isci/scil/scif_sas_remote_device_states.c index fda6db1cc68..98ea9db1c5d 100644 --- a/sys/dev/isci/scil/scif_sas_remote_device_states.c +++ b/sys/dev/isci/scil/scif_sas_remote_device_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_request.c b/sys/dev/isci/scil/scif_sas_request.c index 9c7d62ef5ac..2fff5cd9df4 100644 --- a/sys/dev/isci/scil/scif_sas_request.c +++ b/sys/dev/isci/scil/scif_sas_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_request.h b/sys/dev/isci/scil/scif_sas_request.h index 0dc41e3696b..b0a5a8b288f 100644 --- a/sys/dev/isci/scil/scif_sas_request.h +++ b/sys/dev/isci/scil/scif_sas_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_sati_binding.h b/sys/dev/isci/scil/scif_sas_sati_binding.h index 329efd7794f..c4d9ea9de6f 100644 --- a/sys/dev/isci/scil/scif_sas_sati_binding.h +++ b/sys/dev/isci/scil/scif_sas_sati_binding.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c index 998e147c2a7..123abed1d41 100644 --- a/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c +++ b/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_io_request.c b/sys/dev/isci/scil/scif_sas_smp_io_request.c index 818eb5f9e9a..3452993a9fb 100644 --- a/sys/dev/isci/scil/scif_sas_smp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_smp_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_io_request.h b/sys/dev/isci/scil/scif_sas_smp_io_request.h index 6497cb848dd..a821b172020 100644 --- a/sys/dev/isci/scil/scif_sas_smp_io_request.h +++ b/sys/dev/isci/scil/scif_sas_smp_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_phy.c b/sys/dev/isci/scil/scif_sas_smp_phy.c index ad3a0419a62..60ac048370b 100644 --- a/sys/dev/isci/scil/scif_sas_smp_phy.c +++ b/sys/dev/isci/scil/scif_sas_smp_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_phy.h b/sys/dev/isci/scil/scif_sas_smp_phy.h index 703d0bed21e..9e462bece2c 100644 --- a/sys/dev/isci/scil/scif_sas_smp_phy.h +++ b/sys/dev/isci/scil/scif_sas_smp_phy.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_remote_device.c b/sys/dev/isci/scil/scif_sas_smp_remote_device.c index c27a0e8bd47..a1353ffa6a0 100644 --- a/sys/dev/isci/scil/scif_sas_smp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_smp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_smp_remote_device.h b/sys/dev/isci/scil/scif_sas_smp_remote_device.h index a28683d7beb..6979b1b47e9 100644 --- a/sys/dev/isci/scil/scif_sas_smp_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_smp_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_io_request.c b/sys/dev/isci/scil/scif_sas_stp_io_request.c index cca50c64f96..671389267a7 100644 --- a/sys/dev/isci/scil/scif_sas_stp_io_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_io_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_io_request.h b/sys/dev/isci/scil/scif_sas_stp_io_request.h index 0c9ba4bc60b..b24c9479162 100644 --- a/sys/dev/isci/scil/scif_sas_stp_io_request.h +++ b/sys/dev/isci/scil/scif_sas_stp_io_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_remote_device.c b/sys/dev/isci/scil/scif_sas_stp_remote_device.c index 2ead3049534..280cc8e8a31 100644 --- a/sys/dev/isci/scil/scif_sas_stp_remote_device.c +++ b/sys/dev/isci/scil/scif_sas_stp_remote_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_remote_device.h b/sys/dev/isci/scil/scif_sas_stp_remote_device.h index 94e1b3679e9..323fe293766 100644 --- a/sys/dev/isci/scil/scif_sas_stp_remote_device.h +++ b/sys/dev/isci/scil/scif_sas_stp_remote_device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_task_request.c b/sys/dev/isci/scil/scif_sas_stp_task_request.c index e7680d66e91..495f923834c 100644 --- a/sys/dev/isci/scil/scif_sas_stp_task_request.c +++ b/sys/dev/isci/scil/scif_sas_stp_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_stp_task_request.h b/sys/dev/isci/scil/scif_sas_stp_task_request.h index cbba6004068..18a22d99f12 100644 --- a/sys/dev/isci/scil/scif_sas_stp_task_request.h +++ b/sys/dev/isci/scil/scif_sas_stp_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request.c b/sys/dev/isci/scil/scif_sas_task_request.c index 0dddf36b5a9..38f45668fcb 100644 --- a/sys/dev/isci/scil/scif_sas_task_request.c +++ b/sys/dev/isci/scil/scif_sas_task_request.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request.h b/sys/dev/isci/scil/scif_sas_task_request.h index 3fd85e0f74a..f4f1d525adc 100644 --- a/sys/dev/isci/scil/scif_sas_task_request.h +++ b/sys/dev/isci/scil/scif_sas_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c index 0e032e825a4..76daad7b9a9 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c +++ b/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_task_request_states.c b/sys/dev/isci/scil/scif_sas_task_request_states.c index 684fda557f7..65e8b4dd7e5 100644 --- a/sys/dev/isci/scil/scif_sas_task_request_states.c +++ b/sys/dev/isci/scil/scif_sas_task_request_states.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_sas_timer.c b/sys/dev/isci/scil/scif_sas_timer.c index 6457f6013bb..1da91e90c70 100644 --- a/sys/dev/isci/scil/scif_sas_timer.c +++ b/sys/dev/isci/scil/scif_sas_timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_task_request.h b/sys/dev/isci/scil/scif_task_request.h index c0ad0876c49..f64bf86234c 100644 --- a/sys/dev/isci/scil/scif_task_request.h +++ b/sys/dev/isci/scil/scif_task_request.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scif_user_callback.h b/sys/dev/isci/scil/scif_user_callback.h index 70ef235a13b..39c6718b6f3 100644 --- a/sys/dev/isci/scil/scif_user_callback.h +++ b/sys/dev/isci/scil/scif_user_callback.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_bios_definitions.h b/sys/dev/isci/scil/scu_bios_definitions.h index 67d2ffd5911..a33f7edc82d 100644 --- a/sys/dev/isci/scil/scu_bios_definitions.h +++ b/sys/dev/isci/scil/scu_bios_definitions.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_completion_codes.h b/sys/dev/isci/scil/scu_completion_codes.h index 2ea2b9df74a..e86a2c54a99 100644 --- a/sys/dev/isci/scil/scu_completion_codes.h +++ b/sys/dev/isci/scil/scu_completion_codes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_constants.h b/sys/dev/isci/scil/scu_constants.h index 98641d1c652..c211a6c6bcf 100644 --- a/sys/dev/isci/scil/scu_constants.h +++ b/sys/dev/isci/scil/scu_constants.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_event_codes.h b/sys/dev/isci/scil/scu_event_codes.h index 9aefede5850..47ac82684ec 100644 --- a/sys/dev/isci/scil/scu_event_codes.h +++ b/sys/dev/isci/scil/scu_event_codes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_registers.h b/sys/dev/isci/scil/scu_registers.h index a72c629afd7..eca54fa7e45 100644 --- a/sys/dev/isci/scil/scu_registers.h +++ b/sys/dev/isci/scil/scu_registers.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_remote_node_context.h b/sys/dev/isci/scil/scu_remote_node_context.h index 78786ff8e71..b5c301e3f6d 100644 --- a/sys/dev/isci/scil/scu_remote_node_context.h +++ b/sys/dev/isci/scil/scu_remote_node_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_task_context.h b/sys/dev/isci/scil/scu_task_context.h index 39a639672f3..dc78899dd9a 100644 --- a/sys/dev/isci/scil/scu_task_context.h +++ b/sys/dev/isci/scil/scu_task_context.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_unsolicited_frame.h b/sys/dev/isci/scil/scu_unsolicited_frame.h index a99a7b2232a..e8b0f88e098 100644 --- a/sys/dev/isci/scil/scu_unsolicited_frame.h +++ b/sys/dev/isci/scil/scu_unsolicited_frame.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/scil/scu_viit_data.h b/sys/dev/isci/scil/scu_viit_data.h index 9c9d14d3046..f264c2e6a7b 100644 --- a/sys/dev/isci/scil/scu_viit_data.h +++ b/sys/dev/isci/scil/scu_viit_data.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause OR GPL-2.0 + * * This file is provided under a dual BSD/GPLv2 license. When using or * redistributing this file, you may do so under either license. * diff --git a/sys/dev/isci/types.h b/sys/dev/isci/types.h index 59c48343a94..51f3aff9340 100644 --- a/sys/dev/isci/types.h +++ b/sys/dev/isci/types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * BSD LICENSE * * Copyright(c) 2008 - 2011 Intel Corporation. All rights reserved. diff --git a/sys/dev/iscsi/icl.c b/sys/dev/iscsi/icl.c index 9a20b54a1f8..b466d6b69ca 100644 --- a/sys/dev/iscsi/icl.c +++ b/sys/dev/iscsi/icl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/icl.h b/sys/dev/iscsi/icl.h index 0a1ee9414e4..9105f0d68a3 100644 --- a/sys/dev/iscsi/icl.h +++ b/sys/dev/iscsi/icl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi.c b/sys/dev/iscsi/iscsi.c index 0d53d68066e..292c5c06385 100644 --- a/sys/dev/iscsi/iscsi.c +++ b/sys/dev/iscsi/iscsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi.h b/sys/dev/iscsi/iscsi.h index d5bd79ab414..b6e774f2ae9 100644 --- a/sys/dev/iscsi/iscsi.h +++ b/sys/dev/iscsi/iscsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi_ioctl.h b/sys/dev/iscsi/iscsi_ioctl.h index 3767c45f99d..334f14d4d1a 100644 --- a/sys/dev/iscsi/iscsi_ioctl.h +++ b/sys/dev/iscsi/iscsi_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi/iscsi_proto.h b/sys/dev/iscsi/iscsi_proto.h index ee19fbc92a2..9ec24f46425 100644 --- a/sys/dev/iscsi/iscsi_proto.h +++ b/sys/dev/iscsi/iscsi_proto.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_cam.c b/sys/dev/iscsi_initiator/isc_cam.c index 2324a409b64..f967901152e 100644 --- a/sys/dev/iscsi_initiator/isc_cam.c +++ b/sys/dev/iscsi_initiator/isc_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_sm.c b/sys/dev/iscsi_initiator/isc_sm.c index 097cdcca215..588c674c06f 100644 --- a/sys/dev/iscsi_initiator/isc_sm.c +++ b/sys/dev/iscsi_initiator/isc_sm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_soc.c b/sys/dev/iscsi_initiator/isc_soc.c index ed84f192a6c..bd3a0dd2267 100644 --- a/sys/dev/iscsi_initiator/isc_soc.c +++ b/sys/dev/iscsi_initiator/isc_soc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/isc_subr.c b/sys/dev/iscsi_initiator/isc_subr.c index d553cd1c332..f3dfcb715e2 100644 --- a/sys/dev/iscsi_initiator/isc_subr.c +++ b/sys/dev/iscsi_initiator/isc_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi.c b/sys/dev/iscsi_initiator/iscsi.c index ac3d1cc1554..3ce4abc0de3 100644 --- a/sys/dev/iscsi_initiator/iscsi.c +++ b/sys/dev/iscsi_initiator/iscsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi.h b/sys/dev/iscsi_initiator/iscsi.h index 5f9d36b1b2b..6791fbfd87c 100644 --- a/sys/dev/iscsi_initiator/iscsi.h +++ b/sys/dev/iscsi_initiator/iscsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsi_subr.c b/sys/dev/iscsi_initiator/iscsi_subr.c index cf746cda65f..4d1869f5de6 100644 --- a/sys/dev/iscsi_initiator/iscsi_subr.c +++ b/sys/dev/iscsi_initiator/iscsi_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2010 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/iscsi_initiator/iscsivar.h b/sys/dev/iscsi_initiator/iscsivar.h index 681ad7053e0..2b70d815a38 100644 --- a/sys/dev/iscsi_initiator/iscsivar.h +++ b/sys/dev/iscsi_initiator/iscsivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2011 Daniel Braniss * All rights reserved. * diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index f0e5f275452..ded7b39bc09 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c index b3bab484904..464c80584c0 100644 --- a/sys/dev/isp/isp_freebsd.c +++ b/sys/dev/isp/isp_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_freebsd.h b/sys/dev/isp/isp_freebsd.h index ad6ddbed466..6bd2a71b5f0 100644 --- a/sys/dev/isp/isp_freebsd.h +++ b/sys/dev/isp/isp_freebsd.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions * * Copyright (c) 1997-2008 by Matthew Jacob diff --git a/sys/dev/isp/isp_ioctl.h b/sys/dev/isp/isp_ioctl.h index 8fda052067b..f54ea086dde 100644 --- a/sys/dev/isp/isp_ioctl.h +++ b/sys/dev/isp/isp_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 72e2f179e3f..204603e783e 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_library.h b/sys/dev/isp/isp_library.h index 1b45ad22ee5..6e8d8153af5 100644 --- a/sys/dev/isp/isp_library.h +++ b/sys/dev/isp/isp_library.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 8f72891bcea..ee750929233 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2008 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_sbus.c b/sys/dev/isp/isp_sbus.c index f8579357b2e..35e3e220b27 100644 --- a/sys/dev/isp/isp_sbus.c +++ b/sys/dev/isp/isp_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2006 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_stds.h b/sys/dev/isp/isp_stds.h index a83f08f17ff..c095901da4b 100644 --- a/sys/dev/isp/isp_stds.h +++ b/sys/dev/isp/isp_stds.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.c b/sys/dev/isp/isp_target.c index f7a7efa3399..046010cc713 100644 --- a/sys/dev/isp/isp_target.c +++ b/sys/dev/isp/isp_target.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/isp_target.h b/sys/dev/isp/isp_target.h index 14945642cd6..633204ba4b4 100644 --- a/sys/dev/isp/isp_target.h +++ b/sys/dev/isp/isp_target.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/ispmbox.h b/sys/dev/isp/ispmbox.h index 3d3d5f2ac95..5baa6240db1 100644 --- a/sys/dev/isp/ispmbox.h +++ b/sys/dev/isp/ispmbox.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/isp/ispreg.h b/sys/dev/isp/ispreg.h index 46d74ebe2eb..0d72b94f207 100644 --- a/sys/dev/isp/ispreg.h +++ b/sys/dev/isp/ispreg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. * diff --git a/sys/dev/isp/ispvar.h b/sys/dev/isp/ispvar.h index c49ec3aff19..bdd3f708585 100644 --- a/sys/dev/isp/ispvar.h +++ b/sys/dev/isp/ispvar.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2017 Alexander Motin * Copyright (c) 1997-2009 by Matthew Jacob * All rights reserved. diff --git a/sys/dev/ispfw/asm_1000.h b/sys/dev/ispfw/asm_1000.h index fb064094d30..69193fac602 100644 --- a/sys/dev/ispfw/asm_1000.h +++ b/sys/dev/ispfw/asm_1000.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_1040.h b/sys/dev/ispfw/asm_1040.h index 4df4e71113f..920919be222 100644 --- a/sys/dev/ispfw/asm_1040.h +++ b/sys/dev/ispfw/asm_1040.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_1080.h b/sys/dev/ispfw/asm_1080.h index b29cc3c024d..27b50a0b4f1 100644 --- a/sys/dev/ispfw/asm_1080.h +++ b/sys/dev/ispfw/asm_1080.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_12160.h b/sys/dev/ispfw/asm_12160.h index 18688bf8cf7..ca66ec7f8be 100644 --- a/sys/dev/ispfw/asm_12160.h +++ b/sys/dev/ispfw/asm_12160.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2100.h b/sys/dev/ispfw/asm_2100.h index 399707d5754..34088424ef2 100644 --- a/sys/dev/ispfw/asm_2100.h +++ b/sys/dev/ispfw/asm_2100.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2200.h b/sys/dev/ispfw/asm_2200.h index f82513964c4..953240a1373 100644 --- a/sys/dev/ispfw/asm_2200.h +++ b/sys/dev/ispfw/asm_2200.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000 Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2300.h b/sys/dev/ispfw/asm_2300.h index 75808c398cb..b814ea78cc5 100644 --- a/sys/dev/ispfw/asm_2300.h +++ b/sys/dev/ispfw/asm_2300.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001, 2002, 2003, 2004, 2005 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2322.h b/sys/dev/ispfw/asm_2322.h index 0e3504de25e..c94450d162d 100644 --- a/sys/dev/ispfw/asm_2322.h +++ b/sys/dev/ispfw/asm_2322.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2004-2005 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2400.h b/sys/dev/ispfw/asm_2400.h index 4527e303bef..6ce19f030d5 100644 --- a/sys/dev/ispfw/asm_2400.h +++ b/sys/dev/ispfw/asm_2400.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2005-2014 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/asm_2500.h b/sys/dev/ispfw/asm_2500.h index 92993f22f2c..4cdea8fbea1 100644 --- a/sys/dev/ispfw/asm_2500.h +++ b/sys/dev/ispfw/asm_2500.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2005-2014 by Qlogic, Inc. * All rights reserved. * diff --git a/sys/dev/ispfw/ispfw.c b/sys/dev/ispfw/ispfw.c index 5f69d7c41d2..3c963663939 100644 --- a/sys/dev/ispfw/ispfw.c +++ b/sys/dev/ispfw/ispfw.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * ISP Firmware Modules for FreeBSD * * Copyright (c) 2000, 2001, 2006 by Matthew Jacob diff --git a/sys/dev/iwi/if_iwi.c b/sys/dev/iwi/if_iwi.c index 4b3454f32b8..90e9dd1a04d 100644 --- a/sys/dev/iwi/if_iwi.c +++ b/sys/dev/iwi/if_iwi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini . All rights reserved. * Copyright (c) 2005-2006 Sam Leffler, Errno Consulting diff --git a/sys/dev/iwi/if_iwireg.h b/sys/dev/iwi/if_iwireg.h index 0e837ffa9aa..32cec30e66f 100644 --- a/sys/dev/iwi/if_iwireg.h +++ b/sys/dev/iwi/if_iwireg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini . All rights reserved. * diff --git a/sys/dev/iwi/if_iwivar.h b/sys/dev/iwi/if_iwivar.h index 88138cf0ed6..8cc68ab5945 100644 --- a/sys/dev/iwi/if_iwivar.h +++ b/sys/dev/iwi/if_iwivar.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004, 2005 * Damien Bergamini . All rights reserved. * diff --git a/sys/dev/jme/if_jme.c b/sys/dev/jme/if_jme.c index d77b63fccea..c80d4da15e3 100644 --- a/sys/dev/jme/if_jme.c +++ b/sys/dev/jme/if_jme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/jme/if_jmereg.h b/sys/dev/jme/if_jmereg.h index d778b7f340d..14265334a63 100644 --- a/sys/dev/jme/if_jmereg.h +++ b/sys/dev/jme/if_jmereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/jme/if_jmevar.h b/sys/dev/jme/if_jmevar.h index cffab5a9031..2e34364a962 100644 --- a/sys/dev/jme/if_jmevar.h +++ b/sys/dev/jme/if_jmevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index 3df9d9be479..dfcc59276e9 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/joy/joy_isa.c b/sys/dev/joy/joy_isa.c index efb1e29280d..483279e6914 100644 --- a/sys/dev/joy/joy_isa.c +++ b/sys/dev/joy/joy_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/joy/joyvar.h b/sys/dev/joy/joyvar.h index 966fe78abb6..b20cfab6dfe 100644 --- a/sys/dev/joy/joyvar.h +++ b/sys/dev/joy/joyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995 Jean-Marc Zucconi * All rights reserved. * diff --git a/sys/dev/kbd/kbd.c b/sys/dev/kbd/kbd.c index 2452507002a..df6e107604a 100644 --- a/sys/dev/kbd/kbd.c +++ b/sys/dev/kbd/kbd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/kbd/kbdreg.h b/sys/dev/kbd/kbdreg.h index ff4a694bc03..5caafdda657 100644 --- a/sys/dev/kbd/kbdreg.h +++ b/sys/dev/kbd/kbdreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/kbd/kbdtables.h b/sys/dev/kbd/kbdtables.h index 5ff744c0c71..c1c6defc2d9 100644 --- a/sys/dev/kbd/kbdtables.h +++ b/sys/dev/kbd/kbdtables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1992-1998 Sen Schmidt * All rights reserved. * diff --git a/sys/dev/kbdmux/kbdmux.c b/sys/dev/kbdmux/kbdmux.c index 9a80760a873..7fee5d96fa4 100644 --- a/sys/dev/kbdmux/kbdmux.c +++ b/sys/dev/kbdmux/kbdmux.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Maksim Yevmenkin * All rights reserved. * diff --git a/sys/dev/ksyms/ksyms.c b/sys/dev/ksyms/ksyms.c index 64daaa01472..6d5aeeed686 100644 --- a/sys/dev/ksyms/ksyms.c +++ b/sys/dev/ksyms/ksyms.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009, Stacey Son * All rights reserved. * diff --git a/sys/dev/le/am7990.c b/sys/dev/le/am7990.c index 32c2e1e65e8..66dce0e6ac1 100644 --- a/sys/dev/le/am7990.c +++ b/sys/dev/le/am7990.c @@ -1,6 +1,8 @@ /* $NetBSD: am7990.c,v 1.68 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900.c b/sys/dev/le/am79900.c index cb6a31f30b5..316e12388ff 100644 --- a/sys/dev/le/am79900.c +++ b/sys/dev/le/am79900.c @@ -1,6 +1,8 @@ /* $NetBSD: am79900.c,v 1.17 2005/12/24 20:27:29 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900reg.h b/sys/dev/le/am79900reg.h index 620a1ddc273..a2de33b3a89 100644 --- a/sys/dev/le/am79900reg.h +++ b/sys/dev/le/am79900reg.h @@ -1,6 +1,8 @@ /* $NetBSD: am79900reg.h,v 1.8 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am79900var.h b/sys/dev/le/am79900var.h index 79ab3309e13..d14fb9090a5 100644 --- a/sys/dev/le/am79900var.h +++ b/sys/dev/le/am79900var.h @@ -1,6 +1,8 @@ /* $NetBSD: am79900var.h,v 1.4 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/am7990reg.h b/sys/dev/le/am7990reg.h index 1cc4dcb7d1f..b53132231db 100644 --- a/sys/dev/le/am7990reg.h +++ b/sys/dev/le/am7990reg.h @@ -30,6 +30,8 @@ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * diff --git a/sys/dev/le/am7990var.h b/sys/dev/le/am7990var.h index 24cbfe05aff..59a7d5455a3 100644 --- a/sys/dev/le/am7990var.h +++ b/sys/dev/le/am7990var.h @@ -1,6 +1,8 @@ /* $NetBSD: am7990var.h,v 1.23 2005/12/11 12:21:25 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_isa.c b/sys/dev/le/if_le_isa.c index 70a91aa27ff..ba0fc098d1f 100644 --- a/sys/dev/le/if_le_isa.c +++ b/sys/dev/le/if_le_isa.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_isa.c,v 1.41 2005/12/24 20:27:41 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_lebuffer.c b/sys/dev/le/if_le_lebuffer.c index f2147ea894b..630a47a921f 100644 --- a/sys/dev/le/if_le_lebuffer.c +++ b/sys/dev/le/if_le_lebuffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2006 Marius Strobl * All rights reserved. * diff --git a/sys/dev/le/if_le_ledma.c b/sys/dev/le/if_le_ledma.c index e86f947be5b..482c2341038 100644 --- a/sys/dev/le/if_le_ledma.c +++ b/sys/dev/le/if_le_ledma.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_ledma.c,v 1.26 2005/12/11 12:23:44 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/if_le_pci.c b/sys/dev/le/if_le_pci.c index 6c4f1fa6e72..4dd5b2310ca 100644 --- a/sys/dev/le/if_le_pci.c +++ b/sys/dev/le/if_le_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: if_le_pci.c,v 1.43 2005/12/11 12:22:49 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-3-Clause + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c index 2eee7af1b8b..d72b50413d5 100644 --- a/sys/dev/le/lance.c +++ b/sys/dev/le/lance.c @@ -1,6 +1,8 @@ /* $NetBSD: lance.c,v 1.34 2005/12/24 20:27:30 perry Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lancereg.h b/sys/dev/le/lancereg.h index 7c1a5a87660..7b08d84f5e9 100644 --- a/sys/dev/le/lancereg.h +++ b/sys/dev/le/lancereg.h @@ -1,6 +1,8 @@ /* $NetBSD: lancereg.h,v 1.12 2005/12/11 12:21:27 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lancevar.h b/sys/dev/le/lancevar.h index a0d39396fe4..87804f84563 100644 --- a/sys/dev/le/lancevar.h +++ b/sys/dev/le/lancevar.h @@ -1,6 +1,8 @@ /* $NetBSD: lancevar.h,v 1.10 2005/12/11 12:21:27 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/le/lebuffer_sbus.c b/sys/dev/le/lebuffer_sbus.c index 1dc948809f5..9c5620dad91 100644 --- a/sys/dev/le/lebuffer_sbus.c +++ b/sys/dev/le/lebuffer_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marius Strobl * All rights reserved. * diff --git a/sys/dev/lmc/if_lmc.c b/sys/dev/lmc/if_lmc.c index b9076e85fd7..11388d69543 100644 --- a/sys/dev/lmc/if_lmc.c +++ b/sys/dev/lmc/if_lmc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * $FreeBSD$ * * Copyright (c) 2002-2004 David Boggs. diff --git a/sys/dev/lmc/if_lmc.h b/sys/dev/lmc/if_lmc.h index 357fd883484..93b40049683 100644 --- a/sys/dev/lmc/if_lmc.h +++ b/sys/dev/lmc/if_lmc.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * $FreeBSD$ * * Copyright (c) 2002-2004 David Boggs. (boggs@boggs.palo-alto.ca.us) diff --git a/sys/dev/malo/if_malo.c b/sys/dev/malo/if_malo.c index e1959e223cf..9b4190aa7c0 100644 --- a/sys/dev/malo/if_malo.c +++ b/sys/dev/malo/if_malo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Weongyo Jeong * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting diff --git a/sys/dev/malo/if_malo.h b/sys/dev/malo/if_malo.h index 681e7501aa6..e6246faf26c 100644 --- a/sys/dev/malo/if_malo.h +++ b/sys/dev/malo/if_malo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong diff --git a/sys/dev/malo/if_malo_pci.c b/sys/dev/malo/if_malo_pci.c index 01b519e8498..895bc179af1 100644 --- a/sys/dev/malo/if_malo_pci.c +++ b/sys/dev/malo/if_malo_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong diff --git a/sys/dev/malo/if_malohal.c b/sys/dev/malo/if_malohal.c index 8a779433dda..ed74a7324b2 100644 --- a/sys/dev/malo/if_malohal.c +++ b/sys/dev/malo/if_malohal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong diff --git a/sys/dev/malo/if_malohal.h b/sys/dev/malo/if_malohal.h index fb962cc8dd5..b608eaba2ab 100644 --- a/sys/dev/malo/if_malohal.h +++ b/sys/dev/malo/if_malohal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong diff --git a/sys/dev/malo/if_maloioctl.h b/sys/dev/malo/if_maloioctl.h index 0647b156b69..88507cffede 100644 --- a/sys/dev/malo/if_maloioctl.h +++ b/sys/dev/malo/if_maloioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Marvell Semiconductor, Inc. * Copyright (c) 2007 Sam Leffler, Errno Consulting * Copyright (c) 2008 Weongyo Jeong diff --git a/sys/dev/mc146818/mc146818.c b/sys/dev/mc146818/mc146818.c index fae24487cdb..518c8cde8a2 100644 --- a/sys/dev/mc146818/mc146818.c +++ b/sys/dev/mc146818/mc146818.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mc146818/mc146818var.h b/sys/dev/mc146818/mc146818var.h index 722b4fe1e77..7cca69991b2 100644 --- a/sys/dev/mc146818/mc146818var.h +++ b/sys/dev/mc146818/mc146818var.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Izumi Tsutsui. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mem/memdev.c b/sys/dev/mem/memdev.c index c3d1af1ac3a..2436c173418 100644 --- a/sys/dev/mem/memdev.c +++ b/sys/dev/mem/memdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/mem/memutil.c b/sys/dev/mem/memutil.c index f4ea103b39f..ff28deb3abd 100644 --- a/sys/dev/mem/memutil.c +++ b/sys/dev/mem/memutil.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Mark R V Murray * All rights reserved. * diff --git a/sys/dev/mfi/mfi.c b/sys/dev/mfi/mfi.c index 91ec872558a..3a9872f1b14 100644 --- a/sys/dev/mfi/mfi.c +++ b/sys/dev/mfi/mfi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_cam.c b/sys/dev/mfi/mfi_cam.c index 49150f9b0b1..d4a8294ac86 100644 --- a/sys/dev/mfi/mfi_cam.c +++ b/sys/dev/mfi/mfi_cam.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2007 Scott Long * All rights reserved. * diff --git a/sys/dev/mfi/mfi_debug.c b/sys/dev/mfi/mfi_debug.c index be42ec00c15..919a728759e 100644 --- a/sys/dev/mfi/mfi_debug.c +++ b/sys/dev/mfi/mfi_debug.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_disk.c b/sys/dev/mfi/mfi_disk.c index 5dea332926f..086da9f8599 100644 --- a/sys/dev/mfi/mfi_disk.c +++ b/sys/dev/mfi/mfi_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_ioctl.h b/sys/dev/mfi/mfi_ioctl.h index da62ad9d82a..ff0bfa30b70 100644 --- a/sys/dev/mfi/mfi_ioctl.h +++ b/sys/dev/mfi/mfi_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_linux.c b/sys/dev/mfi/mfi_linux.c index c0082f792c6..1452b80c280 100644 --- a/sys/dev/mfi/mfi_linux.c +++ b/sys/dev/mfi/mfi_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c index 80d655cf1b0..d63c5ae6435 100644 --- a/sys/dev/mfi/mfi_pci.c +++ b/sys/dev/mfi/mfi_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfi_syspd.c b/sys/dev/mfi/mfi_syspd.c index ba75e35e437..0418abf356d 100644 --- a/sys/dev/mfi/mfi_syspd.c +++ b/sys/dev/mfi/mfi_syspd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/mfi/mfi_tbolt.c b/sys/dev/mfi/mfi_tbolt.c index 3f83eb95962..d7397d2a2cc 100644 --- a/sys/dev/mfi/mfi_tbolt.c +++ b/sys/dev/mfi/mfi_tbolt.c @@ -1,4 +1,6 @@ - /*- +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/mfi/mfireg.h b/sys/dev/mfi/mfireg.h index 163c75f40ca..21510bdd0b9 100644 --- a/sys/dev/mfi/mfireg.h +++ b/sys/dev/mfi/mfireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mfi/mfivar.h b/sys/dev/mfi/mfivar.h index c11da8c727a..d11c7c76dad 100644 --- a/sys/dev/mfi/mfivar.h +++ b/sys/dev/mfi/mfivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause + * * Copyright (c) 2006 IronPort Systems * All rights reserved. * diff --git a/sys/dev/mii/acphy.c b/sys/dev/mii/acphy.c index 6eb58ce2b72..52caa37d3b6 100644 --- a/sys/dev/mii/acphy.c +++ b/sys/dev/mii/acphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/acphyreg.h b/sys/dev/mii/acphyreg.h index dc34010e0d3..74cd6a79e84 100644 --- a/sys/dev/mii/acphyreg.h +++ b/sys/dev/mii/acphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Semen Ustimenko (semenu@FreeBSD.org) * All rights reserved. * diff --git a/sys/dev/mii/atphy.c b/sys/dev/mii/atphy.c index 819b1562143..fa729b6a75c 100644 --- a/sys/dev/mii/atphy.c +++ b/sys/dev/mii/atphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/atphyreg.h b/sys/dev/mii/atphyreg.h index 6181f2d107d..01e70ea2215 100644 --- a/sys/dev/mii/atphyreg.h +++ b/sys/dev/mii/atphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/axphy.c b/sys/dev/mii/axphy.c index f6fbc2a9f43..34192f11f84 100644 --- a/sys/dev/mii/axphy.c +++ b/sys/dev/mii/axphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mii/bmtphy.c b/sys/dev/mii/bmtphy.c index a4e880e0489..5fe34a61643 100644 --- a/sys/dev/mii/bmtphy.c +++ b/sys/dev/mii/bmtphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/bmtphyreg.h b/sys/dev/mii/bmtphyreg.h index 6aa141deb4f..798eeecdcbc 100644 --- a/sys/dev/mii/bmtphyreg.h +++ b/sys/dev/mii/bmtphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/e1000phy.c b/sys/dev/mii/e1000phy.c index d97c7d59862..f7d5af271b9 100644 --- a/sys/dev/mii/e1000phy.c +++ b/sys/dev/mii/e1000phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Principal Author: Parag Patel * Copyright (c) 2001 * All rights reserved. diff --git a/sys/dev/mii/gentbi.c b/sys/dev/mii/gentbi.c index 52dc8fcdb06..69190fefa94 100644 --- a/sys/dev/mii/gentbi.c +++ b/sys/dev/mii/gentbi.c @@ -1,6 +1,8 @@ /* $NetBSD: gentbi.c,v 1.15 2006/03/29 07:05:24 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/icsphy.c b/sys/dev/mii/icsphy.c index 53afc9a6fcf..68396f9de3d 100644 --- a/sys/dev/mii/icsphy.c +++ b/sys/dev/mii/icsphy.c @@ -1,6 +1,8 @@ /* $NetBSD: icsphy.c,v 1.41 2006/11/16 21:24:07 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/icsphyreg.h b/sys/dev/mii/icsphyreg.h index d92d0b51ec6..80ebbded924 100644 --- a/sys/dev/mii/icsphyreg.h +++ b/sys/dev/mii/icsphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: icsphyreg.h,v 1.2 2003/07/01 22:46:08 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/ip1000phy.c b/sys/dev/mii/ip1000phy.c index 284af49b1e0..ad0c4805a55 100644 --- a/sys/dev/mii/ip1000phy.c +++ b/sys/dev/mii/ip1000phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/ip1000phyreg.h b/sys/dev/mii/ip1000phyreg.h index 27add4fe516..771e025e304 100644 --- a/sys/dev/mii/ip1000phyreg.h +++ b/sys/dev/mii/ip1000phyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/jmphy.c b/sys/dev/mii/jmphy.c index 13a38bc5796..ff6842562e0 100644 --- a/sys/dev/mii/jmphy.c +++ b/sys/dev/mii/jmphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/jmphyreg.h b/sys/dev/mii/jmphyreg.h index ec668ad1cc9..b7f42b411cc 100644 --- a/sys/dev/mii/jmphyreg.h +++ b/sys/dev/mii/jmphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/lxtphy.c b/sys/dev/mii/lxtphy.c index a796b1113bc..699c1d6f83b 100644 --- a/sys/dev/mii/lxtphy.c +++ b/sys/dev/mii/lxtphy.c @@ -2,6 +2,8 @@ /* NetBSD: lxtphy.c,v 1.19 2000/02/02 23:34:57 thorpej Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/lxtphyreg.h b/sys/dev/mii/lxtphyreg.h index f563b092721..acf15ae0731 100644 --- a/sys/dev/mii/lxtphyreg.h +++ b/sys/dev/mii/lxtphyreg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii.c b/sys/dev/mii/mii.c index e20c102e8e5..1d9ed20790f 100644 --- a/sys/dev/mii/mii.c +++ b/sys/dev/mii/mii.c @@ -1,6 +1,8 @@ /* $NetBSD: mii.c,v 1.12 1999/08/03 19:41:49 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h index fa1ec84eaa7..11b2d11721a 100644 --- a/sys/dev/mii/mii.h +++ b/sys/dev/mii/mii.h @@ -1,6 +1,8 @@ /* $NetBSD: mii.h,v 1.18 2014/06/16 14:43:22 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * * Modification to match BSD/OS 3.0 MII interface by Jason R. Thorpe, diff --git a/sys/dev/mii/mii_bitbang.c b/sys/dev/mii/mii_bitbang.c index 6a5f5dc7758..8fcf1972934 100644 --- a/sys/dev/mii/mii_bitbang.c +++ b/sys/dev/mii/mii_bitbang.c @@ -1,6 +1,8 @@ /* $NetBSD: mii_bitbang.c,v 1.12 2008/05/04 17:06:09 xtraeme Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii_bitbang.h b/sys/dev/mii/mii_bitbang.h index 2bc7427625b..14e2c90fa49 100644 --- a/sys/dev/mii/mii_bitbang.h +++ b/sys/dev/mii/mii_bitbang.h @@ -1,6 +1,8 @@ /* $NetBSD: mii_bitbang.h,v 1.6 2009/05/12 14:31:27 cegger Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/mii_physubr.c b/sys/dev/mii/mii_physubr.c index 42331592421..f56676d4e09 100644 --- a/sys/dev/mii/mii_physubr.c +++ b/sys/dev/mii/mii_physubr.c @@ -1,6 +1,8 @@ /* $NetBSD: mii_physubr.c,v 1.5 1999/08/03 19:41:49 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/miivar.h b/sys/dev/mii/miivar.h index ef81bdb2e4a..9def25c4fe3 100644 --- a/sys/dev/mii/miivar.h +++ b/sys/dev/mii/miivar.h @@ -1,6 +1,8 @@ /* $NetBSD: miivar.h,v 1.8 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsgphy.c b/sys/dev/mii/nsgphy.c index e87747a5443..1e5f7a8557d 100644 --- a/sys/dev/mii/nsgphy.c +++ b/sys/dev/mii/nsgphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Wind River Systems * Copyright (c) 2001 * Bill Paul . All rights reserved. diff --git a/sys/dev/mii/nsphy.c b/sys/dev/mii/nsphy.c index 748e02a4199..76ef81320a5 100644 --- a/sys/dev/mii/nsphy.c +++ b/sys/dev/mii/nsphy.c @@ -1,6 +1,8 @@ /* $NetBSD: nsphy.c,v 1.18 1999/07/14 23:57:36 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyreg.h b/sys/dev/mii/nsphyreg.h index 71fcfb687c0..cc9ad445984 100644 --- a/sys/dev/mii/nsphyreg.h +++ b/sys/dev/mii/nsphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: nsphyreg.h,v 1.1 1998/08/10 23:58:39 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyter.c b/sys/dev/mii/nsphyter.c index 00c0550a8ca..5bb5ea81e3b 100644 --- a/sys/dev/mii/nsphyter.c +++ b/sys/dev/mii/nsphyter.c @@ -1,6 +1,8 @@ /* $NetBSD: nsphyter.c,v 1.28 2008/01/20 07:58:19 msaitoh Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/nsphyterreg.h b/sys/dev/mii/nsphyterreg.h index 3bf5208ab95..b7e3556f7f6 100644 --- a/sys/dev/mii/nsphyterreg.h +++ b/sys/dev/mii/nsphyterreg.h @@ -1,6 +1,8 @@ /* $NetBSD: nsphyterreg.h,v 1.4 2005/12/11 12:22:42 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999, 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/qsphy.c b/sys/dev/mii/qsphy.c index e1d137ca098..02c37c299c1 100644 --- a/sys/dev/mii/qsphy.c +++ b/sys/dev/mii/qsphy.c @@ -2,6 +2,8 @@ /* NetBSD: qsphy.c,v 1.19 2000/02/02 23:34:57 thorpej Exp */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/qsphyreg.h b/sys/dev/mii/qsphyreg.h index 91ebe0b52b3..eaa566b6c40 100644 --- a/sys/dev/mii/qsphyreg.h +++ b/sys/dev/mii/qsphyreg.h @@ -3,6 +3,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/rdcphy.c b/sys/dev/mii/rdcphy.c index c411eaecfa8..c03cf550eec 100644 --- a/sys/dev/mii/rdcphy.c +++ b/sys/dev/mii/rdcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/rdcphyreg.h b/sys/dev/mii/rdcphyreg.h index 44b14a467bc..1fa77308222 100644 --- a/sys/dev/mii/rdcphyreg.h +++ b/sys/dev/mii/rdcphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/mii/smcphy.c b/sys/dev/mii/smcphy.c index 484c736909b..57b5eef0d96 100644 --- a/sys/dev/mii/smcphy.c +++ b/sys/dev/mii/smcphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/smscphy.c b/sys/dev/mii/smscphy.c index 43b7087dc3f..25464b78144 100644 --- a/sys/dev/mii/smscphy.c +++ b/sys/dev/mii/smscphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/tdkphy.c b/sys/dev/mii/tdkphy.c index 0dfb934767f..7812a518f4b 100644 --- a/sys/dev/mii/tdkphy.c +++ b/sys/dev/mii/tdkphy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/mii/tdkphyreg.h b/sys/dev/mii/tdkphyreg.h index 4429c9481ec..6d7a2ca932a 100644 --- a/sys/dev/mii/tdkphyreg.h +++ b/sys/dev/mii/tdkphyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/mii/tlphy.c b/sys/dev/mii/tlphy.c index 9f6f8cea408..438db72f78b 100644 --- a/sys/dev/mii/tlphy.c +++ b/sys/dev/mii/tlphy.c @@ -1,6 +1,8 @@ /* $NetBSD: tlphy.c,v 1.18 1999/05/14 11:40:28 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/tlphyreg.h b/sys/dev/mii/tlphyreg.h index 717d7c102f8..2443652e972 100644 --- a/sys/dev/mii/tlphyreg.h +++ b/sys/dev/mii/tlphyreg.h @@ -1,6 +1,8 @@ /* $NetBSD: tlphyreg.h,v 1.1 1998/08/10 23:59:58 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1997 Manuel Bouyer. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mii/ukphy.c b/sys/dev/mii/ukphy.c index 45addcbc757..22b8035f309 100644 --- a/sys/dev/mii/ukphy.c +++ b/sys/dev/mii/ukphy.c @@ -1,6 +1,8 @@ /* $NetBSD: ukphy.c,v 1.2 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mii/ukphy_subr.c b/sys/dev/mii/ukphy_subr.c index 5f2f6341ba6..b83b8e8a29f 100644 --- a/sys/dev/mii/ukphy_subr.c +++ b/sys/dev/mii/ukphy_subr.c @@ -1,6 +1,8 @@ /* $NetBSD: ukphy_subr.c,v 1.2 1998/11/05 04:08:02 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txx.c b/sys/dev/mk48txx/mk48txx.c index d1fcfb4ebf1..04867b14c0f 100644 --- a/sys/dev/mk48txx/mk48txx.c +++ b/sys/dev/mk48txx/mk48txx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txxreg.h b/sys/dev/mk48txx/mk48txxreg.h index ef55b87229b..7ff432c4b3b 100644 --- a/sys/dev/mk48txx/mk48txxreg.h +++ b/sys/dev/mk48txx/mk48txxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mk48txx/mk48txxvar.h b/sys/dev/mk48txx/mk48txxvar.h index 9706d8dbc94..f51f4e71541 100644 --- a/sys/dev/mk48txx/mk48txxvar.h +++ b/sys/dev/mk48txx/mk48txxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index e3b09582a36..bafd0902e09 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 2464dd52674..1fb0a27c9da 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jonathan Lemon * Copyright (c) 1999 Michael Smith * All rights reserved. diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index 28f6463f202..a61701d54e5 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxio.h b/sys/dev/mlx/mlxio.h index f091befad2d..20107e72ae2 100644 --- a/sys/dev/mlx/mlxio.h +++ b/sys/dev/mlx/mlxio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxreg.h b/sys/dev/mlx/mlxreg.h index af6c85467bd..a26dc21d950 100644 --- a/sys/dev/mlx/mlxreg.h +++ b/sys/dev/mlx/mlxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mlx/mlxvar.h b/sys/dev/mlx/mlxvar.h index c087b90965c..cb752557e7b 100644 --- a/sys/dev/mlx/mlxvar.h +++ b/sys/dev/mlx/mlxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Michael Smith * All rights reserved. * diff --git a/sys/dev/mly/mly.c b/sys/dev/mly/mly.c index 2d7184ba15b..33a3997663b 100644 --- a/sys/dev/mly/mly.c +++ b/sys/dev/mly/mly.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mly_tables.h b/sys/dev/mly/mly_tables.h index 433a1cb1036..92e208a28a0 100644 --- a/sys/dev/mly/mly_tables.h +++ b/sys/dev/mly/mly_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mlyio.h b/sys/dev/mly/mlyio.h index 504b5040b53..00a798ca670 100644 --- a/sys/dev/mly/mlyio.h +++ b/sys/dev/mly/mlyio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Michael Smith * All rights reserved. * diff --git a/sys/dev/mly/mlyreg.h b/sys/dev/mly/mlyreg.h index 9e5715b61b4..b30a213b361 100644 --- a/sys/dev/mly/mlyreg.h +++ b/sys/dev/mly/mlyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mly/mlyvar.h b/sys/dev/mly/mlyvar.h index 6bec8ebe6a4..c205bdf3d33 100644 --- a/sys/dev/mly/mlyvar.h +++ b/sys/dev/mly/mlyvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000, 2001 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/mmc/bridge.h b/sys/dev/mmc/bridge.h index b7d95ffc90b..7af811f1766 100644 --- a/sys/dev/mmc/bridge.h +++ b/sys/dev/mmc/bridge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mmc/mmc.c b/sys/dev/mmc/mmc.c index 2959f99e15f..b8ddb48f84e 100644 --- a/sys/dev/mmc/mmc.c +++ b/sys/dev/mmc/mmc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl diff --git a/sys/dev/mmc/mmcbrvar.h b/sys/dev/mmc/mmcbrvar.h index c8cf0020e2b..a6285eb7e9d 100644 --- a/sys/dev/mmc/mmcbrvar.h +++ b/sys/dev/mmc/mmcbrvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/mmc/mmcreg.h b/sys/dev/mmc/mmcreg.h index 7c48f278588..65fbd8decdd 100644 --- a/sys/dev/mmc/mmcreg.h +++ b/sys/dev/mmc/mmcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl * Copyright (c) 2015-2016 Ilya Bakulin diff --git a/sys/dev/mmc/mmcsd.c b/sys/dev/mmc/mmcsd.c index 70ffb77e796..03ec0fc0dc9 100644 --- a/sys/dev/mmc/mmcsd.c +++ b/sys/dev/mmc/mmcsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2017 Marius Strobl diff --git a/sys/dev/mmc/mmcvar.h b/sys/dev/mmc/mmcvar.h index d0f4e330870..1604c3060a2 100644 --- a/sys/dev/mmc/mmcvar.h +++ b/sys/dev/mmc/mmcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Bernd Walter. All rights reserved. * Copyright (c) 2006 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/mps/mpi/mpi2.h b/sys/dev/mps/mpi/mpi2.h index 1d387218f5f..d4de9d4346a 100644 --- a/sys/dev/mps/mpi/mpi2.h +++ b/sys/dev/mps/mpi/mpi2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_cnfg.h b/sys/dev/mps/mpi/mpi2_cnfg.h index 871d2b8026e..caa23bc5ced 100644 --- a/sys/dev/mps/mpi/mpi2_cnfg.h +++ b/sys/dev/mps/mpi/mpi2_cnfg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_hbd.h b/sys/dev/mps/mpi/mpi2_hbd.h index 1b42ff3fb85..54bb0208b0d 100644 --- a/sys/dev/mps/mpi/mpi2_hbd.h +++ b/sys/dev/mps/mpi/mpi2_hbd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_init.h b/sys/dev/mps/mpi/mpi2_init.h index a75873ceee0..d467104b6b6 100644 --- a/sys/dev/mps/mpi/mpi2_init.h +++ b/sys/dev/mps/mpi/mpi2_init.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_ioc.h b/sys/dev/mps/mpi/mpi2_ioc.h index 0cef643c0c1..c82a7d23959 100644 --- a/sys/dev/mps/mpi/mpi2_ioc.h +++ b/sys/dev/mps/mpi/mpi2_ioc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_ra.h b/sys/dev/mps/mpi/mpi2_ra.h index 4ba141bb131..ca7741fdf4b 100644 --- a/sys/dev/mps/mpi/mpi2_ra.h +++ b/sys/dev/mps/mpi/mpi2_ra.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_raid.h b/sys/dev/mps/mpi/mpi2_raid.h index 4154077dfa3..2aa9f126303 100644 --- a/sys/dev/mps/mpi/mpi2_raid.h +++ b/sys/dev/mps/mpi/mpi2_raid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_sas.h b/sys/dev/mps/mpi/mpi2_sas.h index 25143702f96..427f924cf3c 100644 --- a/sys/dev/mps/mpi/mpi2_sas.h +++ b/sys/dev/mps/mpi/mpi2_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_targ.h b/sys/dev/mps/mpi/mpi2_targ.h index 7e3038178e2..0bb80bb5657 100644 --- a/sys/dev/mps/mpi/mpi2_targ.h +++ b/sys/dev/mps/mpi/mpi2_targ.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_tool.h b/sys/dev/mps/mpi/mpi2_tool.h index b9f0f53014b..d0c093b3404 100644 --- a/sys/dev/mps/mpi/mpi2_tool.h +++ b/sys/dev/mps/mpi/mpi2_tool.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mpi/mpi2_type.h b/sys/dev/mps/mpi/mpi2_type.h index 6b937160251..d60a2c8e21f 100644 --- a/sys/dev/mps/mpi/mpi2_type.h +++ b/sys/dev/mps/mpi/mpi2_type.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps.c b/sys/dev/mps/mps.c index c5fb0ee614c..2f684bdd3c6 100644 --- a/sys/dev/mps/mps.c +++ b/sys/dev/mps/mps.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mps/mps_config.c b/sys/dev/mps/mps_config.c index cfaf0a472f6..076276ab3cf 100644 --- a/sys/dev/mps/mps_config.c +++ b/sys/dev/mps/mps_config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_mapping.c b/sys/dev/mps/mps_mapping.c index b586ea8db0f..9330288acd0 100644 --- a/sys/dev/mps/mps_mapping.c +++ b/sys/dev/mps/mps_mapping.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_mapping.h b/sys/dev/mps/mps_mapping.h index 9803b806e59..2f7318dbdab 100644 --- a/sys/dev/mps/mps_mapping.h +++ b/sys/dev/mps/mps_mapping.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_pci.c b/sys/dev/mps/mps_pci.c index 2e00241d329..a81fe8a7300 100644 --- a/sys/dev/mps/mps_pci.c +++ b/sys/dev/mps/mps_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mps_sas.c b/sys/dev/mps/mps_sas.c index aafb04f2064..1ccb8b93b54 100644 --- a/sys/dev/mps/mps_sas.c +++ b/sys/dev/mps/mps_sas.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mps/mps_sas.h b/sys/dev/mps/mps_sas.h index ce7593d1b62..03d70c5b3b2 100644 --- a/sys/dev/mps/mps_sas.h +++ b/sys/dev/mps/mps_sas.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_sas_lsi.c b/sys/dev/mps/mps_sas_lsi.c index 38989e8e071..5ae57055f9f 100644 --- a/sys/dev/mps/mps_sas_lsi.c +++ b/sys/dev/mps/mps_sas_lsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies * All rights reserved. diff --git a/sys/dev/mps/mps_table.c b/sys/dev/mps/mps_table.c index 26ef629bcc8..bd8b8505a36 100644 --- a/sys/dev/mps/mps_table.c +++ b/sys/dev/mps/mps_table.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mps_table.h b/sys/dev/mps/mps_table.h index 4d9b0d78495..2ad609dc977 100644 --- a/sys/dev/mps/mps_table.h +++ b/sys/dev/mps/mps_table.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * All rights reserved. * diff --git a/sys/dev/mps/mpsvar.h b/sys/dev/mps/mpsvar.h index 9fcf338846c..fd7fc7a8758 100644 --- a/sys/dev/mps/mpsvar.h +++ b/sys/dev/mps/mpsvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Yahoo! Inc. * Copyright (c) 2011-2015 LSI Corp. * Copyright (c) 2013-2015 Avago Technologies diff --git a/sys/dev/mpt/mpt.c b/sys/dev/mpt/mpt.c index 1d8054f83af..6e41ff079e9 100644 --- a/sys/dev/mpt/mpt.c +++ b/sys/dev/mpt/mpt.c @@ -2,6 +2,8 @@ * Generic routines for LSI Fusion adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt.h b/sys/dev/mpt/mpt.h index 50befa27dd2..1bff77e3758 100644 --- a/sys/dev/mpt/mpt.h +++ b/sys/dev/mpt/mpt.h @@ -3,6 +3,8 @@ * Generic defines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_cam.c b/sys/dev/mpt/mpt_cam.c index d4c4d9c9372..4fbca1d9fe2 100644 --- a/sys/dev/mpt/mpt_cam.c +++ b/sys/dev/mpt/mpt_cam.c @@ -2,6 +2,8 @@ * FreeBSD/CAM specific routines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_cam.h b/sys/dev/mpt/mpt_cam.h index 8a18934d648..080a3c1fe9d 100644 --- a/sys/dev/mpt/mpt_cam.h +++ b/sys/dev/mpt/mpt_cam.h @@ -2,6 +2,8 @@ /*- * LSI MPT Host Adapter FreeBSD Wrapper Definitions (CAM version) * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley, Adam Prewett * * Partially derived from Matty Jacobs ISP driver. diff --git a/sys/dev/mpt/mpt_debug.c b/sys/dev/mpt/mpt_debug.c index 329482bd290..d17db1a14af 100644 --- a/sys/dev/mpt/mpt_debug.c +++ b/sys/dev/mpt/mpt_debug.c @@ -2,6 +2,8 @@ * Debug routines for LSI '909 FC adapters. * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/mpt/mpt_pci.c b/sys/dev/mpt/mpt_pci.c index 7caf6d4f568..2adaa95df32 100644 --- a/sys/dev/mpt/mpt_pci.c +++ b/sys/dev/mpt/mpt_pci.c @@ -2,6 +2,8 @@ * PCI specific probe and attach routines for LSI Fusion Adapters * FreeBSD Version. * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2000, 2001 by Greg Ansley * Partially derived from Matt Jacob's ISP driver. * Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 by Matthew Jacob diff --git a/sys/dev/mpt/mpt_raid.c b/sys/dev/mpt/mpt_raid.c index 17042cdf738..2ff62eb10ad 100644 --- a/sys/dev/mpt/mpt_raid.c +++ b/sys/dev/mpt/mpt_raid.c @@ -1,6 +1,8 @@ /*- * Routines for handling the integrated RAID features LSI MPT Fusion adapters. * + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2005, WHEEL Sp. z o.o. * Copyright (c) 2005 Justin T. Gibbs. * All rights reserved. diff --git a/sys/dev/mpt/mpt_raid.h b/sys/dev/mpt/mpt_raid.h index 2047707b155..8bb96b51615 100644 --- a/sys/dev/mpt/mpt_raid.h +++ b/sys/dev/mpt/mpt_raid.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Definitions for the integrated RAID features LSI MPT Fusion adapters. * * Copyright (c) 2005, WHEEL Sp. z o.o. diff --git a/sys/dev/mpt/mpt_reg.h b/sys/dev/mpt/mpt_reg.h index 746c9b5ea26..b66d67bcb1e 100644 --- a/sys/dev/mpt/mpt_reg.h +++ b/sys/dev/mpt/mpt_reg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Generic defines for LSI '909 FC adapters. * FreeBSD Version. * diff --git a/sys/dev/mse/mse.c b/sys/dev/mse/mse.c index 0cf66868023..2f4bf06171c 100644 --- a/sys/dev/mse/mse.c +++ b/sys/dev/mse/mse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mse/mse_isa.c b/sys/dev/mse/mse_isa.c index 354ad636a82..ca4c3a8fe51 100644 --- a/sys/dev/mse/mse_isa.c +++ b/sys/dev/mse/mse_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mse/msevar.h b/sys/dev/mse/msevar.h index 19b069ea27d..e0bdb7e693d 100644 --- a/sys/dev/mse/msevar.h +++ b/sys/dev/mse/msevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/mvs/mvs.c b/sys/dev/mvs/mvs.c index 9b48d445acb..9f51683f7eb 100644 --- a/sys/dev/mvs/mvs.c +++ b/sys/dev/mvs/mvs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin * All rights reserved. * diff --git a/sys/dev/mvs/mvs.h b/sys/dev/mvs/mvs.h index 51f1d51fc82..a25faed1890 100644 --- a/sys/dev/mvs/mvs.h +++ b/sys/dev/mvs/mvs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin * All rights reserved. * diff --git a/sys/dev/mvs/mvs_pci.c b/sys/dev/mvs/mvs_pci.c index 798f10794d5..5bae834bc6f 100644 --- a/sys/dev/mvs/mvs_pci.c +++ b/sys/dev/mvs/mvs_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin * All rights reserved. * diff --git a/sys/dev/mvs/mvs_soc.c b/sys/dev/mvs/mvs_soc.c index 31cdefdfd87..6243c2ce195 100644 --- a/sys/dev/mvs/mvs_soc.c +++ b/sys/dev/mvs/mvs_soc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Alexander Motin * All rights reserved. * diff --git a/sys/dev/mwl/if_mwl.c b/sys/dev/mwl/if_mwl.c index 861cbff950f..87b08747277 100644 --- a/sys/dev/mwl/if_mwl.c +++ b/sys/dev/mwl/if_mwl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2008 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwl_pci.c b/sys/dev/mwl/if_mwl_pci.c index d9da128af70..6dd521a6ed9 100644 --- a/sys/dev/mwl/if_mwl_pci.c +++ b/sys/dev/mwl/if_mwl_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwlioctl.h b/sys/dev/mwl/if_mwlioctl.h index e0760194c42..02aabbf10a3 100644 --- a/sys/dev/mwl/if_mwlioctl.h +++ b/sys/dev/mwl/if_mwlioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/if_mwlvar.h b/sys/dev/mwl/if_mwlvar.h index e5feda994ba..5b5ce11d624 100644 --- a/sys/dev/mwl/if_mwlvar.h +++ b/sys/dev/mwl/if_mwlvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwldiag.h b/sys/dev/mwl/mwldiag.h index 65c8eb5941d..deb1704a6a1 100644 --- a/sys/dev/mwl/mwldiag.h +++ b/sys/dev/mwl/mwldiag.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlhal.c b/sys/dev/mwl/mwlhal.c index 41f1b8f2dad..d6694191928 100644 --- a/sys/dev/mwl/mwlhal.c +++ b/sys/dev/mwl/mwlhal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlhal.h b/sys/dev/mwl/mwlhal.h index 087effa5a72..d745deafb9a 100644 --- a/sys/dev/mwl/mwlhal.h +++ b/sys/dev/mwl/mwlhal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mwl/mwlreg.h b/sys/dev/mwl/mwlreg.h index a8186b174e2..9b64dda9f83 100644 --- a/sys/dev/mwl/mwlreg.h +++ b/sys/dev/mwl/mwlreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Sam Leffler, Errno Consulting * Copyright (c) 2007-2009 Marvell Semiconductor, Inc. * All rights reserved. diff --git a/sys/dev/mxge/eth_z8e.h b/sys/dev/mxge/eth_z8e.h index b836212266f..cf8891b8e3a 100644 --- a/sys/dev/mxge/eth_z8e.h +++ b/sys/dev/mxge/eth_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/ethp_z8e.h b/sys/dev/mxge/ethp_z8e.h index 3da83416c60..4f0defc89d6 100644 --- a/sys/dev/mxge/ethp_z8e.h +++ b/sys/dev/mxge/ethp_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/if_mxge.c b/sys/dev/mxge/if_mxge.c index c14fda95748..edd5ff3a972 100644 --- a/sys/dev/mxge/if_mxge.c +++ b/sys/dev/mxge/if_mxge.c @@ -1,4 +1,5 @@ /****************************************************************************** +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2013, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/if_mxge_var.h b/sys/dev/mxge/if_mxge_var.h index a284cdf5862..dd9ec3ff261 100644 --- a/sys/dev/mxge/if_mxge_var.h +++ b/sys/dev/mxge/if_mxge_var.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2013, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/mcp_gen_header.h b/sys/dev/mxge/mcp_gen_header.h index 65fe27cf4cd..ecb6427a3dd 100644 --- a/sys/dev/mxge/mcp_gen_header.h +++ b/sys/dev/mxge/mcp_gen_header.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2007, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/mxge_mcp.h b/sys/dev/mxge/mxge_mcp.h index 365357e0b5b..6970288f3b1 100644 --- a/sys/dev/mxge/mxge_mcp.h +++ b/sys/dev/mxge/mxge_mcp.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2009, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/rss_eth_z8e.h b/sys/dev/mxge/rss_eth_z8e.h index acc0fbf44cc..96429319626 100644 --- a/sys/dev/mxge/rss_eth_z8e.h +++ b/sys/dev/mxge/rss_eth_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/mxge/rss_ethp_z8e.h b/sys/dev/mxge/rss_ethp_z8e.h index 3cec65fa23d..60d7d210f9f 100644 --- a/sys/dev/mxge/rss_ethp_z8e.h +++ b/sys/dev/mxge/rss_ethp_z8e.h @@ -1,4 +1,5 @@ /******************************************************************************* +SPDX-License-Identifier: BSD-2-Clause-FreeBSD Copyright (c) 2006-2012, Myricom Inc. All rights reserved. diff --git a/sys/dev/my/if_my.c b/sys/dev/my/if_my.c index 14dda5090f2..4c879260b0d 100644 --- a/sys/dev/my/if_my.c +++ b/sys/dev/my/if_my.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Written by: yen_cw@myson.com.tw * Copyright (c) 2002 Myson Technology Inc. * All rights reserved. diff --git a/sys/dev/my/if_myreg.h b/sys/dev/my/if_myreg.h index f7870319fe3..27c7f1cdd44 100644 --- a/sys/dev/my/if_myreg.h +++ b/sys/dev/my/if_myreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Myson Technology Inc. * All rights reserved. * diff --git a/sys/dev/nand/nand.c b/sys/dev/nand/nand.c index ae641217ad7..6997ef7f8a0 100644 --- a/sys/dev/nand/nand.c +++ b/sys/dev/nand/nand.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand.h b/sys/dev/nand/nand.h index 0e9ea41bc60..06902601b8d 100644 --- a/sys/dev/nand/nand.h +++ b/sys/dev/nand/nand.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_bbt.c b/sys/dev/nand/nand_bbt.c index d3f163af3b1..d99ed67523a 100644 --- a/sys/dev/nand/nand_bbt.c +++ b/sys/dev/nand/nand_bbt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_cdev.c b/sys/dev/nand/nand_cdev.c index 05409553835..53c62dbc291 100644 --- a/sys/dev/nand/nand_cdev.c +++ b/sys/dev/nand/nand_cdev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_dev.h b/sys/dev/nand/nand_dev.h index bc7d6c49c06..bd00c4d4b3b 100644 --- a/sys/dev/nand/nand_dev.h +++ b/sys/dev/nand/nand_dev.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_ecc_pos.h b/sys/dev/nand/nand_ecc_pos.h index f40415cc4f3..835f45e6c08 100644 --- a/sys/dev/nand/nand_ecc_pos.h +++ b/sys/dev/nand/nand_ecc_pos.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_generic.c b/sys/dev/nand/nand_generic.c index 272b9590b1f..cc6ef9bd57b 100644 --- a/sys/dev/nand/nand_generic.c +++ b/sys/dev/nand/nand_generic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_geom.c b/sys/dev/nand/nand_geom.c index cd3f5211630..b814ffc4e0a 100644 --- a/sys/dev/nand/nand_geom.c +++ b/sys/dev/nand/nand_geom.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nand_id.c b/sys/dev/nand/nand_id.c index bf0b44a158d..7259c951bfc 100644 --- a/sys/dev/nand/nand_id.c +++ b/sys/dev/nand/nand_id.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandbus.c b/sys/dev/nand/nandbus.c index 893b62841b6..003c1797af6 100644 --- a/sys/dev/nand/nandbus.c +++ b/sys/dev/nand/nandbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandbus.h b/sys/dev/nand/nandbus.h index 417fbf5e14b..6dd4cbf26da 100644 --- a/sys/dev/nand/nandbus.h +++ b/sys/dev/nand/nandbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim.c b/sys/dev/nand/nandsim.c index a1ac13ab763..4639a15700a 100644 --- a/sys/dev/nand/nandsim.c +++ b/sys/dev/nand/nandsim.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim.h b/sys/dev/nand/nandsim.h index fbbb6d4bc7a..d4b225113bf 100644 --- a/sys/dev/nand/nandsim.h +++ b/sys/dev/nand/nandsim.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_chip.c b/sys/dev/nand/nandsim_chip.c index 70ccbc9a32b..b7ab83b9d20 100644 --- a/sys/dev/nand/nandsim_chip.c +++ b/sys/dev/nand/nandsim_chip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_chip.h b/sys/dev/nand/nandsim_chip.h index a6fb2346ded..86ced5ea2bf 100644 --- a/sys/dev/nand/nandsim_chip.h +++ b/sys/dev/nand/nandsim_chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_ctrl.c b/sys/dev/nand/nandsim_ctrl.c index 5f7b0197920..bc203902fe7 100644 --- a/sys/dev/nand/nandsim_ctrl.c +++ b/sys/dev/nand/nandsim_ctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_log.c b/sys/dev/nand/nandsim_log.c index c51118f0dda..0bd316ace4e 100644 --- a/sys/dev/nand/nandsim_log.c +++ b/sys/dev/nand/nandsim_log.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_log.h b/sys/dev/nand/nandsim_log.h index 8cf108200df..5e5a055a405 100644 --- a/sys/dev/nand/nandsim_log.h +++ b/sys/dev/nand/nandsim_log.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_swap.c b/sys/dev/nand/nandsim_swap.c index 7844196bc17..78e14e9557b 100644 --- a/sys/dev/nand/nandsim_swap.c +++ b/sys/dev/nand/nandsim_swap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nandsim_swap.h b/sys/dev/nand/nandsim_swap.h index 4fbae2a6827..c9eb0be63a9 100644 --- a/sys/dev/nand/nandsim_swap.h +++ b/sys/dev/nand/nandsim_swap.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/nand/nfc_at91.c b/sys/dev/nand/nfc_at91.c index 74b0901dd07..d7998422f67 100644 --- a/sys/dev/nand/nfc_at91.c +++ b/sys/dev/nand/nfc_at91.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Ian Lepore. * All rights reserved. * diff --git a/sys/dev/nand/nfc_at91.h b/sys/dev/nand/nfc_at91.h index ae06e69cb72..f12b764468c 100644 --- a/sys/dev/nand/nfc_at91.h +++ b/sys/dev/nand/nfc_at91.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Warner Losh. * All rights reserved. * diff --git a/sys/dev/nand/nfc_fsl.c b/sys/dev/nand/nfc_fsl.c index 8c3ca06951a..992cfeb784f 100644 --- a/sys/dev/nand/nfc_fsl.c +++ b/sys/dev/nand/nfc_fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Juniper Networks, Inc. * Copyright (C) 2009-2012 Semihalf * All rights reserved. diff --git a/sys/dev/nand/nfc_fsl.h b/sys/dev/nand/nfc_fsl.h index e334c2602e1..5410da55817 100644 --- a/sys/dev/nand/nfc_fsl.h +++ b/sys/dev/nand/nfc_fsl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Juniper Networks, Inc. * Copyright (C) 2009-2012 Semihalf * All rights reserved. diff --git a/sys/dev/nand/nfc_mv.c b/sys/dev/nand/nfc_mv.c index 7f68e824cf9..0d78d34d991 100644 --- a/sys/dev/nand/nfc_mv.c +++ b/sys/dev/nand/nfc_mv.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2009-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/ncv/ncr53c500.c b/sys/dev/ncv/ncr53c500.c index 836268281e4..5a9b0d8d33b 100644 --- a/sys/dev/ncv/ncr53c500.c +++ b/sys/dev/ncv/ncr53c500.c @@ -6,6 +6,8 @@ #define NCV_IO_CONTROL_FLAGS (0) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500_pccard.c b/sys/dev/ncv/ncr53c500_pccard.c index 55f0ef98d49..6fa56a8f3e9 100644 --- a/sys/dev/ncv/ncr53c500_pccard.c +++ b/sys/dev/ncv/ncr53c500_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/ncv/ncr53c500hw.h b/sys/dev/ncv/ncr53c500hw.h index 7b9c8445eb1..26e40b467f8 100644 --- a/sys/dev/ncv/ncr53c500hw.h +++ b/sys/dev/ncv/ncr53c500hw.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500hwtab.h b/sys/dev/ncv/ncr53c500hwtab.h index 47406b1947e..9e70f17cb8b 100644 --- a/sys/dev/ncv/ncr53c500hwtab.h +++ b/sys/dev/ncv/ncr53c500hwtab.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500reg.h b/sys/dev/ncv/ncr53c500reg.h index 2a9906e44cd..927d45c89c9 100644 --- a/sys/dev/ncv/ncr53c500reg.h +++ b/sys/dev/ncv/ncr53c500reg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/ncv/ncr53c500var.h b/sys/dev/ncv/ncr53c500var.h index d92702fac1e..3b966e1d80e 100644 --- a/sys/dev/ncv/ncr53c500var.h +++ b/sys/dev/ncv/ncr53c500var.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/netmap/if_em_netmap.h b/sys/dev/netmap/if_em_netmap.h index 1fe7563348c..26f85fdf321 100644 --- a/sys/dev/netmap/if_em_netmap.h +++ b/sys/dev/netmap/if_em_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_igb_netmap.h b/sys/dev/netmap/if_igb_netmap.h index 33b7b3b6654..cd80f2663bc 100644 --- a/sys/dev/netmap/if_igb_netmap.h +++ b/sys/dev/netmap/if_igb_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_lem_netmap.h b/sys/dev/netmap/if_lem_netmap.h index 91c637a8b3f..56d65733a4f 100644 --- a/sys/dev/netmap/if_lem_netmap.h +++ b/sys/dev/netmap/if_lem_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/if_re_netmap.h b/sys/dev/netmap/if_re_netmap.h index ac08aedd796..2cb3454c5f3 100644 --- a/sys/dev/netmap/if_re_netmap.h +++ b/sys/dev/netmap/if_re_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/ixgbe_netmap.h b/sys/dev/netmap/ixgbe_netmap.h index 7986c996517..419e08f0f6d 100644 --- a/sys/dev/netmap/ixgbe_netmap.h +++ b/sys/dev/netmap/ixgbe_netmap.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap.c b/sys/dev/netmap/netmap.c index 8b51a680a7d..edcc308e8d8 100644 --- a/sys/dev/netmap/netmap.c +++ b/sys/dev/netmap/netmap.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi * Copyright (C) 2011-2016 Luigi Rizzo * Copyright (C) 2011-2016 Giuseppe Lettieri diff --git a/sys/dev/netmap/netmap_freebsd.c b/sys/dev/netmap/netmap_freebsd.c index 14bbf7c0edd..b811a017822 100644 --- a/sys/dev/netmap/netmap_freebsd.c +++ b/sys/dev/netmap/netmap_freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Universita` di Pisa. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/netmap/netmap_generic.c b/sys/dev/netmap/netmap_generic.c index 939fed5b573..1276a3a0c46 100644 --- a/sys/dev/netmap/netmap_generic.c +++ b/sys/dev/netmap/netmap_generic.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2016 Vincenzo Maffione * Copyright (C) 2013-2016 Luigi Rizzo * All rights reserved. diff --git a/sys/dev/netmap/netmap_kern.h b/sys/dev/netmap/netmap_kern.h index 0a5a88eaa2a..47949e06707 100644 --- a/sys/dev/netmap/netmap_kern.h +++ b/sys/dev/netmap/netmap_kern.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2011-2014 Matteo Landi, Luigi Rizzo * Copyright (C) 2013-2016 Universita` di Pisa * All rights reserved. diff --git a/sys/dev/netmap/netmap_mbq.c b/sys/dev/netmap/netmap_mbq.c index 3eb971b7456..3ce73f0e065 100644 --- a/sys/dev/netmap/netmap_mbq.c +++ b/sys/dev/netmap/netmap_mbq.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Vincenzo Maffione * All rights reserved. * diff --git a/sys/dev/netmap/netmap_mbq.h b/sys/dev/netmap/netmap_mbq.h index 8ba0947b570..044cb54bbf0 100644 --- a/sys/dev/netmap/netmap_mbq.h +++ b/sys/dev/netmap/netmap_mbq.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2014 Vincenzo Maffione * All rights reserved. * diff --git a/sys/dev/netmap/netmap_mem2.c b/sys/dev/netmap/netmap_mem2.c index d6bc2863027..a39aa1b3f04 100644 --- a/sys/dev/netmap/netmap_mem2.c +++ b/sys/dev/netmap/netmap_mem2.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Matteo Landi * Copyright (C) 2012-2016 Luigi Rizzo * Copyright (C) 2012-2016 Giuseppe Lettieri diff --git a/sys/dev/netmap/netmap_mem2.h b/sys/dev/netmap/netmap_mem2.h index c1c35fbce1a..81f601c4ca9 100644 --- a/sys/dev/netmap/netmap_mem2.h +++ b/sys/dev/netmap/netmap_mem2.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Matteo Landi * Copyright (C) 2012-2016 Luigi Rizzo * Copyright (C) 2012-2016 Giuseppe Lettieri diff --git a/sys/dev/netmap/netmap_offloadings.c b/sys/dev/netmap/netmap_offloadings.c index f8da672ffa5..6dc32b13ff8 100644 --- a/sys/dev/netmap/netmap_offloadings.c +++ b/sys/dev/netmap/netmap_offloadings.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014-2015 Vincenzo Maffione * All rights reserved. * diff --git a/sys/dev/netmap/netmap_pipe.c b/sys/dev/netmap/netmap_pipe.c index b48f4618794..80843403b99 100644 --- a/sys/dev/netmap/netmap_pipe.c +++ b/sys/dev/netmap/netmap_pipe.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014-2016 Giuseppe Lettieri * All rights reserved. * diff --git a/sys/dev/netmap/netmap_vale.c b/sys/dev/netmap/netmap_vale.c index d20f384c48d..0df3d08f2a6 100644 --- a/sys/dev/netmap/netmap_vale.c +++ b/sys/dev/netmap/netmap_vale.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013-2016 Universita` di Pisa * All rights reserved. * diff --git a/sys/dev/nsp/nsp.c b/sys/dev/nsp/nsp.c index c86bcdb3e1a..537296e7611 100644 --- a/sys/dev/nsp/nsp.c +++ b/sys/dev/nsp/nsp.c @@ -9,6 +9,8 @@ NSP_USE_MEMIO | NSP_WAIT_FOR_SELECT) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. * diff --git a/sys/dev/nsp/nsp_pccard.c b/sys/dev/nsp/nsp_pccard.c index a784cadccfc..b81ca30f815 100644 --- a/sys/dev/nsp/nsp_pccard.c +++ b/sys/dev/nsp/nsp_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/nsp/nspreg.h b/sys/dev/nsp/nspreg.h index 81512c91a60..68bd09842cf 100644 --- a/sys/dev/nsp/nspreg.h +++ b/sys/dev/nsp/nspreg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/nsp/nspvar.h b/sys/dev/nsp/nspvar.h index ed8a981d158..9bff1b578f9 100644 --- a/sys/dev/nsp/nspvar.h +++ b/sys/dev/nsp/nspvar.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/null/null.c b/sys/dev/null/null.c index 22654a251de..923f8791ece 100644 --- a/sys/dev/null/null.c +++ b/sys/dev/null/null.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Mark R. V. Murray & Jeroen C. van Gelderen * Copyright (c) 2001-2004 Mark R. V. Murray * Copyright (c) 2014 Eitan Adler diff --git a/sys/dev/nvd/nvd.c b/sys/dev/nvd/nvd.c index cebd36d15af..9d06a6af36d 100644 --- a/sys/dev/nvd/nvd.c +++ b/sys/dev/nvd/nvd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme.c b/sys/dev/nvme/nvme.c index 1448a0f7c47..ffb076b297f 100644 --- a/sys/dev/nvme/nvme.c +++ b/sys/dev/nvme/nvme.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme.h b/sys/dev/nvme/nvme.h index b5960eb9b11..5d11f79337f 100644 --- a/sys/dev/nvme/nvme.h +++ b/sys/dev/nvme/nvme.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ctrlr.c b/sys/dev/nvme/nvme_ctrlr.c index b036eb64bf9..34d6ff83b69 100644 --- a/sys/dev/nvme/nvme_ctrlr.c +++ b/sys/dev/nvme/nvme_ctrlr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ctrlr_cmd.c b/sys/dev/nvme/nvme_ctrlr_cmd.c index 7f125b2f66d..f7d0da7d091 100644 --- a/sys/dev/nvme/nvme_ctrlr_cmd.c +++ b/sys/dev/nvme/nvme_ctrlr_cmd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ns.c b/sys/dev/nvme/nvme_ns.c index fd8f53ffe5c..2fe1c8b9089 100644 --- a/sys/dev/nvme/nvme_ns.c +++ b/sys/dev/nvme/nvme_ns.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_ns_cmd.c b/sys/dev/nvme/nvme_ns_cmd.c index 1bf3b7f3f41..c9a37c385f9 100644 --- a/sys/dev/nvme/nvme_ns_cmd.c +++ b/sys/dev/nvme/nvme_ns_cmd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_private.h b/sys/dev/nvme/nvme_private.h index 6f3df62155f..f61b824da81 100644 --- a/sys/dev/nvme/nvme_private.h +++ b/sys/dev/nvme/nvme_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_qpair.c b/sys/dev/nvme/nvme_qpair.c index a3eb90c9bd2..8b96f6d5e26 100644 --- a/sys/dev/nvme/nvme_qpair.c +++ b/sys/dev/nvme/nvme_qpair.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2014 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_sysctl.c b/sys/dev/nvme/nvme_sysctl.c index f0b628d3eaf..09bcb270b43 100644 --- a/sys/dev/nvme/nvme_sysctl.c +++ b/sys/dev/nvme/nvme_sysctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2016 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_test.c b/sys/dev/nvme/nvme_test.c index 24f65cce9b9..20eaa269495 100644 --- a/sys/dev/nvme/nvme_test.c +++ b/sys/dev/nvme/nvme_test.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2012-2013 Intel Corporation * All rights reserved. * diff --git a/sys/dev/nvme/nvme_util.c b/sys/dev/nvme/nvme_util.c index 6d7084167a7..e673cf75362 100644 --- a/sys/dev/nvme/nvme_util.c +++ b/sys/dev/nvme/nvme_util.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2013 Intel Corporation * Copyright (C) 1997 Justin T. Gibbs * All rights reserved. diff --git a/sys/dev/nvram/nvram.c b/sys/dev/nvram/nvram.c index 164287ef097..683603825d0 100644 --- a/sys/dev/nvram/nvram.c +++ b/sys/dev/nvram/nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Peter Wemm * All rights reserved. * diff --git a/sys/dev/nvram2env/nvram2env.c b/sys/dev/nvram2env/nvram2env.c index d8da4dd1212..b9c16f278ec 100644 --- a/sys/dev/nvram2env/nvram2env.c +++ b/sys/dev/nvram2env/nvram2env.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Aleksandr Rybalko. * All rights reserved. * diff --git a/sys/dev/nxge/if_nxge.c b/sys/dev/nxge/if_nxge.c index af95e8bc2f8..ae232c849da 100644 --- a/sys/dev/nxge/if_nxge.c +++ b/sys/dev/nxge/if_nxge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/if_nxge.h b/sys/dev/nxge/if_nxge.h index 1cc128691c5..aa7d4c53380 100644 --- a/sys/dev/nxge/if_nxge.h +++ b/sys/dev/nxge/if_nxge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/version.h b/sys/dev/nxge/include/version.h index 47d4fc1bfde..28c85c2b4a1 100644 --- a/sys/dev/nxge/include/version.h +++ b/sys/dev/nxge/include/version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-debug.h b/sys/dev/nxge/include/xge-debug.h index 74b9756040c..c76b299e6d3 100644 --- a/sys/dev/nxge/include/xge-debug.h +++ b/sys/dev/nxge/include/xge-debug.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-defs.h b/sys/dev/nxge/include/xge-defs.h index 17bc907b8a3..c69e13b4441 100644 --- a/sys/dev/nxge/include/xge-defs.h +++ b/sys/dev/nxge/include/xge-defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-list.h b/sys/dev/nxge/include/xge-list.h index 544a6230438..a7a9247d8c3 100644 --- a/sys/dev/nxge/include/xge-list.h +++ b/sys/dev/nxge/include/xge-list.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-os-pal.h b/sys/dev/nxge/include/xge-os-pal.h index 166cadb7f2a..3d33595fccd 100644 --- a/sys/dev/nxge/include/xge-os-pal.h +++ b/sys/dev/nxge/include/xge-os-pal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xge-queue.h b/sys/dev/nxge/include/xge-queue.h index c38ffb8ca34..a25ce6a90af 100644 --- a/sys/dev/nxge/include/xge-queue.h +++ b/sys/dev/nxge/include/xge-queue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-channel.h b/sys/dev/nxge/include/xgehal-channel.h index 2f637b2688d..a5b9fab7f14 100644 --- a/sys/dev/nxge/include/xgehal-channel.h +++ b/sys/dev/nxge/include/xgehal-channel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-config.h b/sys/dev/nxge/include/xgehal-config.h index 2a63296e56b..4d5e3970d04 100644 --- a/sys/dev/nxge/include/xgehal-config.h +++ b/sys/dev/nxge/include/xgehal-config.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-device.h b/sys/dev/nxge/include/xgehal-device.h index 31d99b4e94d..88b757226f9 100644 --- a/sys/dev/nxge/include/xgehal-device.h +++ b/sys/dev/nxge/include/xgehal-device.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-driver.h b/sys/dev/nxge/include/xgehal-driver.h index 507031b0074..d375570f107 100644 --- a/sys/dev/nxge/include/xgehal-driver.h +++ b/sys/dev/nxge/include/xgehal-driver.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-event.h b/sys/dev/nxge/include/xgehal-event.h index 1613aaeb593..ac7bf35dd08 100644 --- a/sys/dev/nxge/include/xgehal-event.h +++ b/sys/dev/nxge/include/xgehal-event.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-fifo.h b/sys/dev/nxge/include/xgehal-fifo.h index 5f082d6b823..3dc23a04878 100644 --- a/sys/dev/nxge/include/xgehal-fifo.h +++ b/sys/dev/nxge/include/xgehal-fifo.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mgmt.h b/sys/dev/nxge/include/xgehal-mgmt.h index 93e60a29186..842a12cc7a3 100644 --- a/sys/dev/nxge/include/xgehal-mgmt.h +++ b/sys/dev/nxge/include/xgehal-mgmt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mgmtaux.h b/sys/dev/nxge/include/xgehal-mgmtaux.h index 93a9865f9c2..ae495fee67b 100644 --- a/sys/dev/nxge/include/xgehal-mgmtaux.h +++ b/sys/dev/nxge/include/xgehal-mgmtaux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-mm.h b/sys/dev/nxge/include/xgehal-mm.h index 7b43de404e5..80111eef617 100644 --- a/sys/dev/nxge/include/xgehal-mm.h +++ b/sys/dev/nxge/include/xgehal-mm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-regs.h b/sys/dev/nxge/include/xgehal-regs.h index a20e083c923..bfd3852a8ce 100644 --- a/sys/dev/nxge/include/xgehal-regs.h +++ b/sys/dev/nxge/include/xgehal-regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-ring.h b/sys/dev/nxge/include/xgehal-ring.h index 0e5b7e66e29..811fdccbc68 100644 --- a/sys/dev/nxge/include/xgehal-ring.h +++ b/sys/dev/nxge/include/xgehal-ring.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-stats.h b/sys/dev/nxge/include/xgehal-stats.h index ec093e7f722..c3847d4161f 100644 --- a/sys/dev/nxge/include/xgehal-stats.h +++ b/sys/dev/nxge/include/xgehal-stats.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal-types.h b/sys/dev/nxge/include/xgehal-types.h index 58dd0918737..a73bfa1633d 100644 --- a/sys/dev/nxge/include/xgehal-types.h +++ b/sys/dev/nxge/include/xgehal-types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/include/xgehal.h b/sys/dev/nxge/include/xgehal.h index c8645120ede..2e77d67b7a5 100644 --- a/sys/dev/nxge/include/xgehal.h +++ b/sys/dev/nxge/include/xgehal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xge-osdep.h b/sys/dev/nxge/xge-osdep.h index 2f709838513..7ff3e93404a 100644 --- a/sys/dev/nxge/xge-osdep.h +++ b/sys/dev/nxge/xge-osdep.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xge-queue.c b/sys/dev/nxge/xgehal/xge-queue.c index a1a792e0b8a..dd84884f2f1 100644 --- a/sys/dev/nxge/xgehal/xge-queue.c +++ b/sys/dev/nxge/xgehal/xge-queue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-channel-fp.c b/sys/dev/nxge/xgehal/xgehal-channel-fp.c index 98c98103ade..b03c63b512d 100644 --- a/sys/dev/nxge/xgehal/xgehal-channel-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-channel-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-channel.c b/sys/dev/nxge/xgehal/xgehal-channel.c index c1ca17bea73..981e4c96fc4 100644 --- a/sys/dev/nxge/xgehal/xgehal-channel.c +++ b/sys/dev/nxge/xgehal/xgehal-channel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-config.c b/sys/dev/nxge/xgehal/xgehal-config.c index a937d5370e8..86beb46eda5 100644 --- a/sys/dev/nxge/xgehal/xgehal-config.c +++ b/sys/dev/nxge/xgehal/xgehal-config.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-device-fp.c b/sys/dev/nxge/xgehal/xgehal-device-fp.c index 2788e512883..aa6057ac733 100644 --- a/sys/dev/nxge/xgehal/xgehal-device-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-device-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-device.c b/sys/dev/nxge/xgehal/xgehal-device.c index b211c04811c..6f1f5ffeac7 100644 --- a/sys/dev/nxge/xgehal/xgehal-device.c +++ b/sys/dev/nxge/xgehal/xgehal-device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-driver.c b/sys/dev/nxge/xgehal/xgehal-driver.c index 430931c32f2..4168f4a33a1 100644 --- a/sys/dev/nxge/xgehal/xgehal-driver.c +++ b/sys/dev/nxge/xgehal/xgehal-driver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c index 6c28c558850..c699630a5ef 100644 --- a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-fifo.c b/sys/dev/nxge/xgehal/xgehal-fifo.c index 78c0923dee0..c410b33bfb3 100644 --- a/sys/dev/nxge/xgehal/xgehal-fifo.c +++ b/sys/dev/nxge/xgehal/xgehal-fifo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mgmt.c b/sys/dev/nxge/xgehal/xgehal-mgmt.c index 7f8346bd003..9c530f12ead 100644 --- a/sys/dev/nxge/xgehal/xgehal-mgmt.c +++ b/sys/dev/nxge/xgehal/xgehal-mgmt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c index 00550d830f4..4c4edbf87e4 100644 --- a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c +++ b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-mm.c b/sys/dev/nxge/xgehal/xgehal-mm.c index a787dad67d8..2acae64c0ae 100644 --- a/sys/dev/nxge/xgehal/xgehal-mm.c +++ b/sys/dev/nxge/xgehal/xgehal-mm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-ring-fp.c b/sys/dev/nxge/xgehal/xgehal-ring-fp.c index 349d685a04b..2f049a8365d 100644 --- a/sys/dev/nxge/xgehal/xgehal-ring-fp.c +++ b/sys/dev/nxge/xgehal/xgehal-ring-fp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-ring.c b/sys/dev/nxge/xgehal/xgehal-ring.c index 061b7738421..0e8699ccdd3 100644 --- a/sys/dev/nxge/xgehal/xgehal-ring.c +++ b/sys/dev/nxge/xgehal/xgehal-ring.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgehal/xgehal-stats.c b/sys/dev/nxge/xgehal/xgehal-stats.c index c5f59b6a855..2bc74f82b11 100644 --- a/sys/dev/nxge/xgehal/xgehal-stats.c +++ b/sys/dev/nxge/xgehal/xgehal-stats.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/nxge/xgell-version.h b/sys/dev/nxge/xgell-version.h index df724827ee5..bbfeb484c6d 100644 --- a/sys/dev/nxge/xgell-version.h +++ b/sys/dev/nxge/xgell-version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2007 Neterion, Inc. * All rights reserved. * diff --git a/sys/dev/ofw/ofw_bus.h b/sys/dev/ofw/ofw_bus.h index f7c72958d55..7cbc5c05358 100644 --- a/sys/dev/ofw/ofw_bus.h +++ b/sys/dev/ofw/ofw_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001, 2003 by Thomas Moestl * Copyright (c) 2004 by Marius Strobl * All rights reserved. diff --git a/sys/dev/ofw/ofw_bus_subr.c b/sys/dev/ofw/ofw_bus_subr.c index 5a97edd093f..c9e0a5f3451 100644 --- a/sys/dev/ofw/ofw_bus_subr.c +++ b/sys/dev/ofw/ofw_bus_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 - 2003 by Thomas Moestl . * Copyright (c) 2005 Marius Strobl * All rights reserved. diff --git a/sys/dev/ofw/ofw_bus_subr.h b/sys/dev/ofw/ofw_bus_subr.h index 521c5905918..408dfc525ec 100644 --- a/sys/dev/ofw/ofw_bus_subr.h +++ b/sys/dev/ofw/ofw_bus_subr.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Marius Strobl * All rights reserved. * diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 63d378b9f0e..8f3061bde89 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2001 Benno Rice. * All rights reserved. * diff --git a/sys/dev/ofw/ofw_disk.c b/sys/dev/ofw/ofw_disk.c index dbf706c6ed7..5975abcf7aa 100644 --- a/sys/dev/ofw/ofw_disk.c +++ b/sys/dev/ofw/ofw_disk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2002 Benno Rice * All rights reserved. * diff --git a/sys/dev/ofw/ofw_fdt.c b/sys/dev/ofw/ofw_fdt.c index 0b769972584..9b3507f4e92 100644 --- a/sys/dev/ofw/ofw_fdt.c +++ b/sys/dev/ofw/ofw_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/ofw/ofw_pci.h b/sys/dev/ofw/ofw_pci.h index eb60c5baee0..fe4e8b1a158 100644 --- a/sys/dev/ofw/ofw_pci.h +++ b/sys/dev/ofw/ofw_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/ofw/ofw_standard.c b/sys/dev/ofw/ofw_standard.c index b514a94f335..12d5e3f026c 100644 --- a/sys/dev/ofw/ofw_standard.c +++ b/sys/dev/ofw/ofw_standard.c @@ -1,6 +1,8 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause AND BSD-2-Clause-FreeBSD + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/ofwvar.h b/sys/dev/ofw/ofwvar.h index ddaa3db097d..08ab78ad28c 100644 --- a/sys/dev/ofw/ofwvar.h +++ b/sys/dev/ofw/ofwvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Peter Grehan * Copyright (c) 2008 Nathan Whitehorn * All rights reserved. diff --git a/sys/dev/ofw/openfirm.c b/sys/dev/ofw/openfirm.c index 8ba5066001d..45545ac3464 100644 --- a/sys/dev/ofw/openfirm.c +++ b/sys/dev/ofw/openfirm.c @@ -1,6 +1,8 @@ /* $NetBSD: Locore.c,v 1.7 2000/08/20 07:04:59 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/openfirm.h b/sys/dev/ofw/openfirm.h index 4e9fb29c901..e17011640b5 100644 --- a/sys/dev/ofw/openfirm.h +++ b/sys/dev/ofw/openfirm.h @@ -1,6 +1,8 @@ /* $NetBSD: openfirm.h,v 1.1 1998/05/15 10:16:00 tsubai Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (C) 1995, 1996 Wolfgang Solfrank. * Copyright (C) 1995, 1996 TooLs GmbH. * All rights reserved. diff --git a/sys/dev/ofw/openpromio.c b/sys/dev/ofw/openpromio.c index e2a345b1e9d..5f1a6c51cd2 100644 --- a/sys/dev/ofw/openpromio.c +++ b/sys/dev/ofw/openpromio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/ofw/openpromio.h b/sys/dev/ofw/openpromio.h index 5233d29eb87..9b52d377f0e 100644 --- a/sys/dev/ofw/openpromio.h +++ b/sys/dev/ofw/openpromio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/pbio/pbio.c b/sys/dev/pbio/pbio.c index ebb0e33c866..b128e6450c7 100644 --- a/sys/dev/pbio/pbio.c +++ b/sys/dev/pbio/pbio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 * Diomidis D. Spinellis, Athens, Greece * All rights reserved. diff --git a/sys/dev/pbio/pbioio.h b/sys/dev/pbio/pbioio.h index 9a08bfab025..9d970f8bbc6 100644 --- a/sys/dev/pbio/pbioio.h +++ b/sys/dev/pbio/pbioio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 * Diomidis D. Spinellis, Athens, Greece * All rights reserved. diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index 4c80feae63e..71926d7dca2 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -1,6 +1,8 @@ /* $NetBSD: pcmcia.c,v 1.23 2000/07/28 19:17:02 drochner Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index 4bd5e772d1b..a221d9377ba 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis.h b/sys/dev/pccard/pccard_cis.h index d6b9c3899f8..915f555924a 100644 --- a/sys/dev/pccard/pccard_cis.h +++ b/sys/dev/pccard/pccard_cis.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_cis_quirks.c b/sys/dev/pccard/pccard_cis_quirks.c index cb077185a24..29f1d4ee97b 100644 --- a/sys/dev/pccard/pccard_cis_quirks.c +++ b/sys/dev/pccard/pccard_cis_quirks.c @@ -6,6 +6,8 @@ __FBSDID("$FreeBSD$"); #define PCCARDDEBUG /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1998 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccard_device.c b/sys/dev/pccard/pccard_device.c index 807ed798418..844422b54d5 100644 --- a/sys/dev/pccard/pccard_device.c +++ b/sys/dev/pccard/pccard_device.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/pccard/pccardreg.h b/sys/dev/pccard/pccardreg.h index e0f6647771b..7d567dd6d52 100644 --- a/sys/dev/pccard/pccardreg.h +++ b/sys/dev/pccard/pccardreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardvar.h b/sys/dev/pccard/pccardvar.h index e29c51b0eae..c26da6f3bd1 100644 --- a/sys/dev/pccard/pccardvar.h +++ b/sys/dev/pccard/pccardvar.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1997 Marc Horowitz. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccard/pccardvarp.h b/sys/dev/pccard/pccardvarp.h index 9478c8f03e3..89890c00bed 100644 --- a/sys/dev/pccard/pccardvarp.h +++ b/sys/dev/pccard/pccardvarp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005, M. Warner Losh * All rights reserved. * diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index f120219a82f..ab378868a8b 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index df936c6738c..0b139bf75f2 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index bc08c190317..bbffb8b5320 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002-2004 M. Warner Losh. * Copyright (c) 2000-2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pccbb/pccbbdevid.h b/sys/dev/pccbb/pccbbdevid.h index b73036f376b..cc1aa3ffe7c 100644 --- a/sys/dev/pccbb/pccbbdevid.h +++ b/sys/dev/pccbb/pccbbdevid.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2004 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/pccbb/pccbbreg.h b/sys/dev/pccbb/pccbbreg.h index ae73fe1c714..3fb7e6a5307 100644 --- a/sys/dev/pccbb/pccbbreg.h +++ b/sys/dev/pccbb/pccbbreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. * diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 196f154fe07..3e1f56a4e82 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003-2004 Warner Losh. * Copyright (c) 2000,2001 Jonathan Chen. * All rights reserved. diff --git a/sys/dev/pcf/envctrl.c b/sys/dev/pcf/envctrl.c index d577aa43699..1d57b36e000 100644 --- a/sys/dev/pcf/envctrl.c +++ b/sys/dev/pcf/envctrl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf.c b/sys/dev/pcf/pcf.c index cf2b65dc88c..0dcd1c40195 100644 --- a/sys/dev/pcf/pcf.c +++ b/sys/dev/pcf/pcf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. diff --git a/sys/dev/pcf/pcf_ebus.c b/sys/dev/pcf/pcf_ebus.c index b3a27377c94..3fa0be6b26c 100644 --- a/sys/dev/pcf/pcf_ebus.c +++ b/sys/dev/pcf/pcf_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marius Strobl, Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcf_isa.c b/sys/dev/pcf/pcf_isa.c index ca63583879a..d2ba419ca65 100644 --- a/sys/dev/pcf/pcf_isa.c +++ b/sys/dev/pcf/pcf_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Joerg Wunsch * * derived from sys/i386/isa/pcf.c which is: diff --git a/sys/dev/pcf/pcfvar.h b/sys/dev/pcf/pcfvar.h index 33721c9a433..c2f0becd42f 100644 --- a/sys/dev/pcf/pcfvar.h +++ b/sys/dev/pcf/pcfvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu, Marc Bouget * Copyright (c) 2004 Joerg Wunsch * All rights reserved. diff --git a/sys/dev/pci/fixup_pci.c b/sys/dev/pci/fixup_pci.c index 3a40a7ab418..e4c64be3b30 100644 --- a/sys/dev/pci/fixup_pci.c +++ b/sys/dev/pci/fixup_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/hostb_pci.c b/sys/dev/pci/hostb_pci.c index 57b8a1ab8ea..fade49dcc32 100644 --- a/sys/dev/pci/hostb_pci.c +++ b/sys/dev/pci/hostb_pci.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * All rights reserved. * diff --git a/sys/dev/pci/ignore_pci.c b/sys/dev/pci/ignore_pci.c index 1ae9d34545c..5a24b87367e 100644 --- a/sys/dev/pci/ignore_pci.c +++ b/sys/dev/pci/ignore_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/pci/isa_pci.c b/sys/dev/pci/isa_pci.c index 94a4732b507..f93d5f462df 100644 --- a/sys/dev/pci/isa_pci.c +++ b/sys/dev/pci/isa_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index eb26b3627e6..79321945ce8 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * Copyright (c) 2000, Michael Smith * Copyright (c) 2000, BSDi diff --git a/sys/dev/pci/pci_pci.c b/sys/dev/pci/pci_pci.c index cf11334d416..939ff4f0abe 100644 --- a/sys/dev/pci/pci_pci.c +++ b/sys/dev/pci/pci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pci_private.h b/sys/dev/pci/pci_private.h index 6c5a1677891..dd254e66079 100644 --- a/sys/dev/pci/pci_private.h +++ b/sys/dev/pci/pci_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * Copyright (c) 2000, Michael Smith * Copyright (c) 2000, BSDi diff --git a/sys/dev/pci/pci_subr.c b/sys/dev/pci/pci_subr.c index 822911a122c..d00a576cf39 100644 --- a/sys/dev/pci/pci_subr.c +++ b/sys/dev/pci/pci_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Hudson River Trading LLC * Written by: John H. Baldwin * All rights reserved. diff --git a/sys/dev/pci/pci_user.c b/sys/dev/pci/pci_user.c index dba76d130aa..229515d0c38 100644 --- a/sys/dev/pci/pci_user.c +++ b/sys/dev/pci/pci_user.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * All rights reserved. * diff --git a/sys/dev/pci/pcib_private.h b/sys/dev/pci/pcib_private.h index 5482e12d5bb..5cda3a3890e 100644 --- a/sys/dev/pci/pcib_private.h +++ b/sys/dev/pci/pcib_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1994,1995 Stefan Esser, Wolfgang StanglMeier * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index b434b2e6920..00589c4b83d 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * All rights reserved. * diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h index d6e773c0a4c..8497490a2c0 100644 --- a/sys/dev/pci/pcivar.h +++ b/sys/dev/pci/pcivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, Stefan Esser * All rights reserved. * diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c index 3e7c7447a8f..f68f206fa26 100644 --- a/sys/dev/pci/vga_pci.c +++ b/sys/dev/pci/vga_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 John Baldwin * All rights reserved. * diff --git a/sys/dev/pdq/if_fpa.c b/sys/dev/pdq/if_fpa.c index 1701454d962..12f7cf7a992 100644 --- a/sys/dev/pdq/if_fpa.c +++ b/sys/dev/pdq/if_fpa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/pdq/pdq.c b/sys/dev/pdq/pdq.c index 9bb86ce6c3d..a2a0c6cedf6 100644 --- a/sys/dev/pdq/pdq.c +++ b/sys/dev/pdq/pdq.c @@ -1,6 +1,8 @@ /* $NetBSD: pdq.c,v 1.33 2001/11/13 13:14:43 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995,1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/pdq/pdq_freebsd.h b/sys/dev/pdq/pdq_freebsd.h index a378e05d4e5..5c006ef339d 100644 --- a/sys/dev/pdq/pdq_freebsd.h +++ b/sys/dev/pdq/pdq_freebsd.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqvar.h,v 1.27 2000/05/03 19:17:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/pdq/pdq_ifsubr.c b/sys/dev/pdq/pdq_ifsubr.c index ed724df5030..87d5c54a57b 100644 --- a/sys/dev/pdq/pdq_ifsubr.c +++ b/sys/dev/pdq/pdq_ifsubr.c @@ -1,6 +1,8 @@ /* $NetBSD: pdq_ifsubr.c,v 1.38 2001/12/21 23:21:47 matt Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/pdq/pdqreg.h b/sys/dev/pdq/pdqreg.h index 1d2a15882fe..5fff7d99889 100644 --- a/sys/dev/pdq/pdqreg.h +++ b/sys/dev/pdq/pdqreg.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqreg.h,v 1.14 2001/06/13 10:46:03 wiz Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/pdq/pdqvar.h b/sys/dev/pdq/pdqvar.h index a84c00bc662..c0c19545cac 100644 --- a/sys/dev/pdq/pdqvar.h +++ b/sys/dev/pdq/pdqvar.h @@ -1,6 +1,8 @@ /* $NetBSD: pdqvar.h,v 1.27 2000/05/03 19:17:54 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1995, 1996 Matt Thomas * All rights reserved. * diff --git a/sys/dev/powermac_nvram/powermac_nvram.c b/sys/dev/powermac_nvram/powermac_nvram.c index 53650e9a024..2402933326a 100644 --- a/sys/dev/powermac_nvram/powermac_nvram.c +++ b/sys/dev/powermac_nvram/powermac_nvram.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Maxim Sobolev * All rights reserved. * diff --git a/sys/dev/powermac_nvram/powermac_nvramvar.h b/sys/dev/powermac_nvram/powermac_nvramvar.h index c326e3c5b5d..1073e50242e 100644 --- a/sys/dev/powermac_nvram/powermac_nvramvar.h +++ b/sys/dev/powermac_nvram/powermac_nvramvar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Maxim Sobolev * All rights reserved. * diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c index 7a9d9b0e457..8b573254cb1 100644 --- a/sys/dev/ppbus/if_plip.c +++ b/sys/dev/ppbus/if_plip.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Poul-Henning Kamp * All rights reserved. * diff --git a/sys/dev/ppbus/immio.c b/sys/dev/ppbus/immio.c index 6d460b75890..eb1b2e12f28 100644 --- a/sys/dev/ppbus/immio.c +++ b/sys/dev/ppbus/immio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppbus/lpbb.c b/sys/dev/ppbus/lpbb.c index 0c85620675b..5ad1c2c6667 100644 --- a/sys/dev/ppbus/lpbb.c +++ b/sys/dev/ppbus/lpbb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu, Marc Bouget * All rights reserved. * diff --git a/sys/dev/ppbus/lpt.h b/sys/dev/ppbus/lpt.h index c5a0f24a844..97628f334ac 100644 --- a/sys/dev/ppbus/lpt.h +++ b/sys/dev/ppbus/lpt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * diff --git a/sys/dev/ppbus/pcfclock.c b/sys/dev/ppbus/pcfclock.c index 65612a21de4..7997e2883b6 100644 --- a/sys/dev/ppbus/pcfclock.c +++ b/sys/dev/ppbus/pcfclock.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Sascha Schumann. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/ppbus/ppb_1284.c b/sys/dev/ppbus/ppb_1284.c index 5e869774c78..cd46b36c547 100644 --- a/sys/dev/ppbus/ppb_1284.c +++ b/sys/dev/ppbus/ppb_1284.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_1284.h b/sys/dev/ppbus/ppb_1284.h index 5c4010f88bf..1ad05158fef 100644 --- a/sys/dev/ppbus/ppb_1284.h +++ b/sys/dev/ppbus/ppb_1284.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_base.c b/sys/dev/ppbus/ppb_base.c index b87b5975769..20782385acc 100644 --- a/sys/dev/ppbus/ppb_base.c +++ b/sys/dev/ppbus/ppb_base.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_msq.c b/sys/dev/ppbus/ppb_msq.c index 8aba5ec3504..7eb6df40738 100644 --- a/sys/dev/ppbus/ppb_msq.c +++ b/sys/dev/ppbus/ppb_msq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppb_msq.h b/sys/dev/ppbus/ppb_msq.h index 1ee55e56d4b..a0151941295 100644 --- a/sys/dev/ppbus/ppb_msq.h +++ b/sys/dev/ppbus/ppb_msq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index b5b74b46243..23a16ff7444 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbconf.h b/sys/dev/ppbus/ppbconf.h index 8ac578e0138..c026bf4574d 100644 --- a/sys/dev/ppbus/ppbconf.h +++ b/sys/dev/ppbus/ppbconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppbio.h b/sys/dev/ppbus/ppbio.h index 2794eddc1de..ad019524a78 100644 --- a/sys/dev/ppbus/ppbio.h +++ b/sys/dev/ppbus/ppbio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/ppi.c b/sys/dev/ppbus/ppi.c index 2ee8fa67021..bf6a4268fdb 100644 --- a/sys/dev/ppbus/ppi.c +++ b/sys/dev/ppbus/ppi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu, Michael Smith * All rights reserved. * diff --git a/sys/dev/ppbus/ppi.h b/sys/dev/ppbus/ppi.h index 9e9d86a6f8b..4fb16e92117 100644 --- a/sys/dev/ppbus/ppi.h +++ b/sys/dev/ppbus/ppi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/vpo.c b/sys/dev/ppbus/vpo.c index c8585c86e69..723417f47bd 100644 --- a/sys/dev/ppbus/vpo.c +++ b/sys/dev/ppbus/vpo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997, 1998, 1999 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppbus/vpoio.c b/sys/dev/ppbus/vpoio.c index 57129d78e28..a1bed05cf47 100644 --- a/sys/dev/ppbus/vpoio.c +++ b/sys/dev/ppbus/vpoio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Nicolas Souchu * Copyright (c) 2000 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppbus/vpoio.h b/sys/dev/ppbus/vpoio.h index a264c66e925..574afba38f6 100644 --- a/sys/dev/ppbus/vpoio.h +++ b/sys/dev/ppbus/vpoio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppc/ppc.c b/sys/dev/ppc/ppc.c index 08967344021..c4d423ff99c 100644 --- a/sys/dev/ppc/ppc.c +++ b/sys/dev/ppc/ppc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/ppc/ppc_acpi.c b/sys/dev/ppc/ppc_acpi.c index b0a30b44331..582638183f1 100644 --- a/sys/dev/ppc/ppc_acpi.c +++ b/sys/dev/ppc/ppc_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ppc/ppc_isa.c b/sys/dev/ppc/ppc_isa.c index a40fc8e8ef3..96bfc9bd18a 100644 --- a/sys/dev/ppc/ppc_isa.c +++ b/sys/dev/ppc/ppc_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * Copyright (c) 2006 Marcel Moolenaar diff --git a/sys/dev/ppc/ppc_pci.c b/sys/dev/ppc/ppc_pci.c index 64f31823139..b3a2826c6f0 100644 --- a/sys/dev/ppc/ppc_pci.c +++ b/sys/dev/ppc/ppc_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ppc/ppc_puc.c b/sys/dev/ppc/ppc_puc.c index 361d9b70af7..5acdd1f05b8 100644 --- a/sys/dev/ppc/ppc_puc.c +++ b/sys/dev/ppc/ppc_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu diff --git a/sys/dev/ppc/ppcreg.h b/sys/dev/ppc/ppcreg.h index fa1f165d6da..af5f5846be4 100644 --- a/sys/dev/ppc/ppcreg.h +++ b/sys/dev/ppc/ppcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/ppc/ppcvar.h b/sys/dev/ppc/ppcvar.h index 792111e8e23..08d7a6af4f3 100644 --- a/sys/dev/ppc/ppcvar.h +++ b/sys/dev/ppc/ppcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997-2000 Nicolas Souchu * Copyright (c) 2001 Alcove - Nicolas Souchu * All rights reserved. diff --git a/sys/dev/pst/pst-iop.c b/sys/dev/pst/pst-iop.c index 65f9267c29d..15fbf36b632 100644 --- a/sys/dev/pst/pst-iop.c +++ b/sys/dev/pst/pst-iop.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/pst/pst-iop.h b/sys/dev/pst/pst-iop.h index 65320845bd2..0cb18957a3d 100644 --- a/sys/dev/pst/pst-iop.h +++ b/sys/dev/pst/pst-iop.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/pst/pst-pci.c b/sys/dev/pst/pst-pci.c index 4cc579636ec..0a09e1de79f 100644 --- a/sys/dev/pst/pst-pci.c +++ b/sys/dev/pst/pst-pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2001,2002,2003 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/pst/pst-raid.c b/sys/dev/pst/pst-raid.c index 084d32ce015..2c16064981a 100644 --- a/sys/dev/pst/pst-raid.c +++ b/sys/dev/pst/pst-raid.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001,2002,2003 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/pty/pty.c b/sys/dev/pty/pty.c index ad34e1188d5..656e05e18fb 100644 --- a/sys/dev/pty/pty.c +++ b/sys/dev/pty/pty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten * All rights reserved. * diff --git a/sys/dev/puc/puc.c b/sys/dev/puc/puc.c index 3d3c3fabfba..f45493145be 100644 --- a/sys/dev/puc/puc.c +++ b/sys/dev/puc/puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_bfe.h b/sys/dev/puc/puc_bfe.h index 912958b3bec..68678d3771e 100644 --- a/sys/dev/puc/puc_bfe.h +++ b/sys/dev/puc/puc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_bus.h b/sys/dev/puc/puc_bus.h index 59da93da9b6..71af1cfd4ce 100644 --- a/sys/dev/puc/puc_bus.h +++ b/sys/dev/puc/puc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_cfg.c b/sys/dev/puc/puc_cfg.c index 99d98163b4e..e7f7f775dc7 100644 --- a/sys/dev/puc/puc_cfg.c +++ b/sys/dev/puc/puc_cfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_cfg.h b/sys/dev/puc/puc_cfg.h index 3599d4c9429..490358053db 100644 --- a/sys/dev/puc/puc_cfg.h +++ b/sys/dev/puc/puc_cfg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/puc/puc_pccard.c b/sys/dev/puc/puc_pccard.c index 232741e589d..6aa115ed583 100644 --- a/sys/dev/puc/puc_pccard.c +++ b/sys/dev/puc/puc_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Poul-Henning Kamp. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/puc/puc_pci.c b/sys/dev/puc/puc_pci.c index 618a3ae0369..d6b126f0f92 100644 --- a/sys/dev/puc/puc_pci.c +++ b/sys/dev/puc/puc_pci.c @@ -1,6 +1,8 @@ /* $NetBSD: puc.c,v 1.7 2000/07/29 17:43:38 jlam Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2000 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c index d8ca2584ab6..5a949becd98 100644 --- a/sys/dev/puc/pucdata.c +++ b/sys/dev/puc/pucdata.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_dbg.c b/sys/dev/qlxgb/qla_dbg.c index bdbe8687f95..b0e359f33ce 100644 --- a/sys/dev/qlxgb/qla_dbg.c +++ b/sys/dev/qlxgb/qla_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_dbg.h b/sys/dev/qlxgb/qla_dbg.h index 893b13f7fda..8fd4ede8bae 100644 --- a/sys/dev/qlxgb/qla_dbg.h +++ b/sys/dev/qlxgb/qla_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_def.h b/sys/dev/qlxgb/qla_def.h index d5b11c15676..fd154e788a8 100644 --- a/sys/dev/qlxgb/qla_def.h +++ b/sys/dev/qlxgb/qla_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_glbl.h b/sys/dev/qlxgb/qla_glbl.h index 9f045839313..e9179685dc6 100644 --- a/sys/dev/qlxgb/qla_glbl.h +++ b/sys/dev/qlxgb/qla_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_hw.c b/sys/dev/qlxgb/qla_hw.c index cebe05aed81..94a007d227c 100644 --- a/sys/dev/qlxgb/qla_hw.c +++ b/sys/dev/qlxgb/qla_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2012 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_hw.h b/sys/dev/qlxgb/qla_hw.h index 57012dddbc7..e60b239b75f 100644 --- a/sys/dev/qlxgb/qla_hw.h +++ b/sys/dev/qlxgb/qla_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_inline.h b/sys/dev/qlxgb/qla_inline.h index 1f8bf6f51ee..807bae765a3 100644 --- a/sys/dev/qlxgb/qla_inline.h +++ b/sys/dev/qlxgb/qla_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ioctl.c b/sys/dev/qlxgb/qla_ioctl.c index 5afb1a477e1..615ef662c19 100644 --- a/sys/dev/qlxgb/qla_ioctl.c +++ b/sys/dev/qlxgb/qla_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ioctl.h b/sys/dev/qlxgb/qla_ioctl.h index 4f100518d0e..860a1290f01 100644 --- a/sys/dev/qlxgb/qla_ioctl.h +++ b/sys/dev/qlxgb/qla_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_isr.c b/sys/dev/qlxgb/qla_isr.c index d9670fb3f8f..3633303b6e9 100644 --- a/sys/dev/qlxgb/qla_isr.c +++ b/sys/dev/qlxgb/qla_isr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_misc.c b/sys/dev/qlxgb/qla_misc.c index afed7a1a498..9b265252f83 100644 --- a/sys/dev/qlxgb/qla_misc.c +++ b/sys/dev/qlxgb/qla_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_os.c b/sys/dev/qlxgb/qla_os.c index 8e3d8f46bc2..f690b4fc833 100644 --- a/sys/dev/qlxgb/qla_os.c +++ b/sys/dev/qlxgb/qla_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_os.h b/sys/dev/qlxgb/qla_os.h index 6c1e6f74b98..548719de890 100644 --- a/sys/dev/qlxgb/qla_os.h +++ b/sys/dev/qlxgb/qla_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_reg.h b/sys/dev/qlxgb/qla_reg.h index 0cc66b00084..fae144185c8 100644 --- a/sys/dev/qlxgb/qla_reg.h +++ b/sys/dev/qlxgb/qla_reg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgb/qla_ver.h b/sys/dev/qlxgb/qla_ver.h index e32bd496f7d..84aa3d00ceb 100644 --- a/sys/dev/qlxgb/qla_ver.h +++ b/sys/dev/qlxgb/qla_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011-2013 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_dbg.c b/sys/dev/qlxgbe/ql_dbg.c index 0e9ec2d64c5..0a7e29fd26d 100644 --- a/sys/dev/qlxgbe/ql_dbg.c +++ b/sys/dev/qlxgbe/ql_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_dbg.h b/sys/dev/qlxgbe/ql_dbg.h index 9e2675bb461..158729caa84 100644 --- a/sys/dev/qlxgbe/ql_dbg.h +++ b/sys/dev/qlxgbe/ql_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_def.h b/sys/dev/qlxgbe/ql_def.h index 168cd265f66..4e4e40fb575 100644 --- a/sys/dev/qlxgbe/ql_def.h +++ b/sys/dev/qlxgbe/ql_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_glbl.h b/sys/dev/qlxgbe/ql_glbl.h index f8c7c8b165c..02704613e15 100644 --- a/sys/dev/qlxgbe/ql_glbl.h +++ b/sys/dev/qlxgbe/ql_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_hw.c b/sys/dev/qlxgbe/ql_hw.c index 5bd8c9397ff..7ddd6d5d5ff 100644 --- a/sys/dev/qlxgbe/ql_hw.c +++ b/sys/dev/qlxgbe/ql_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_hw.h b/sys/dev/qlxgbe/ql_hw.h index e8f53c86407..333d000b67c 100644 --- a/sys/dev/qlxgbe/ql_hw.h +++ b/sys/dev/qlxgbe/ql_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_inline.h b/sys/dev/qlxgbe/ql_inline.h index 986855a7393..2ec7ea2ef3d 100644 --- a/sys/dev/qlxgbe/ql_inline.h +++ b/sys/dev/qlxgbe/ql_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ioctl.c b/sys/dev/qlxgbe/ql_ioctl.c index 7675d54823c..abd817e1bfd 100644 --- a/sys/dev/qlxgbe/ql_ioctl.c +++ b/sys/dev/qlxgbe/ql_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ioctl.h b/sys/dev/qlxgbe/ql_ioctl.h index f985958a74e..4586b095a79 100644 --- a/sys/dev/qlxgbe/ql_ioctl.h +++ b/sys/dev/qlxgbe/ql_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_isr.c b/sys/dev/qlxgbe/ql_isr.c index 3159ce6783f..da03db24e0e 100644 --- a/sys/dev/qlxgbe/ql_isr.c +++ b/sys/dev/qlxgbe/ql_isr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_misc.c b/sys/dev/qlxgbe/ql_misc.c index 74d126905f8..397642668de 100644 --- a/sys/dev/qlxgbe/ql_misc.c +++ b/sys/dev/qlxgbe/ql_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_os.c b/sys/dev/qlxgbe/ql_os.c index fb94f3994bd..b2ae93e583c 100644 --- a/sys/dev/qlxgbe/ql_os.c +++ b/sys/dev/qlxgbe/ql_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_os.h b/sys/dev/qlxgbe/ql_os.h index 853b39688b3..79e374be6b2 100644 --- a/sys/dev/qlxgbe/ql_os.h +++ b/sys/dev/qlxgbe/ql_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_reset.c b/sys/dev/qlxgbe/ql_reset.c index 76e2462c7b0..16d1b885542 100644 --- a/sys/dev/qlxgbe/ql_reset.c +++ b/sys/dev/qlxgbe/ql_reset.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_tmplt.h b/sys/dev/qlxgbe/ql_tmplt.h index 39f54dd67ac..2658931b7d8 100644 --- a/sys/dev/qlxgbe/ql_tmplt.h +++ b/sys/dev/qlxgbe/ql_tmplt.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxgbe/ql_ver.h b/sys/dev/qlxgbe/ql_ver.h index 24a9d30d190..07ffbfbbf71 100644 --- a/sys/dev/qlxgbe/ql_ver.h +++ b/sys/dev/qlxgbe/ql_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2016 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dbg.c b/sys/dev/qlxge/qls_dbg.c index 04eff20e57e..8978519a6b4 100644 --- a/sys/dev/qlxge/qls_dbg.c +++ b/sys/dev/qlxge/qls_dbg.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dbg.h b/sys/dev/qlxge/qls_dbg.h index e4d7a416285..63f7810cca1 100644 --- a/sys/dev/qlxge/qls_dbg.h +++ b/sys/dev/qlxge/qls_dbg.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_def.h b/sys/dev/qlxge/qls_def.h index 8d191e06029..5c2fb518111 100644 --- a/sys/dev/qlxge/qls_def.h +++ b/sys/dev/qlxge/qls_def.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.c b/sys/dev/qlxge/qls_dump.c index f829a85e3cf..aec54beecdc 100644 --- a/sys/dev/qlxge/qls_dump.c +++ b/sys/dev/qlxge/qls_dump.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_dump.h b/sys/dev/qlxge/qls_dump.h index 9ae3b55e1a4..ee9ebe1d94f 100644 --- a/sys/dev/qlxge/qls_dump.h +++ b/sys/dev/qlxge/qls_dump.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_glbl.h b/sys/dev/qlxge/qls_glbl.h index b7527742c04..de3ff44fc3d 100644 --- a/sys/dev/qlxge/qls_glbl.h +++ b/sys/dev/qlxge/qls_glbl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.c b/sys/dev/qlxge/qls_hw.c index b77d20e6f65..b29d62c5b0e 100644 --- a/sys/dev/qlxge/qls_hw.c +++ b/sys/dev/qlxge/qls_hw.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_hw.h b/sys/dev/qlxge/qls_hw.h index 6805f1e94a7..36e21ee2a2a 100644 --- a/sys/dev/qlxge/qls_hw.h +++ b/sys/dev/qlxge/qls_hw.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_inline.h b/sys/dev/qlxge/qls_inline.h index 6445567dd30..f280bf5fb70 100644 --- a/sys/dev/qlxge/qls_inline.h +++ b/sys/dev/qlxge/qls_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.c b/sys/dev/qlxge/qls_ioctl.c index 6b39fc96781..bad4307eb4c 100644 --- a/sys/dev/qlxge/qls_ioctl.c +++ b/sys/dev/qlxge/qls_ioctl.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ioctl.h b/sys/dev/qlxge/qls_ioctl.h index af3091f1a51..972ba31f2bd 100644 --- a/sys/dev/qlxge/qls_ioctl.h +++ b/sys/dev/qlxge/qls_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_isr.c b/sys/dev/qlxge/qls_isr.c index 9b571f59106..523b32fd34d 100644 --- a/sys/dev/qlxge/qls_isr.c +++ b/sys/dev/qlxge/qls_isr.c @@ -1,4 +1,8 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.c b/sys/dev/qlxge/qls_os.c index 6b6d74c273e..7250b836946 100644 --- a/sys/dev/qlxge/qls_os.c +++ b/sys/dev/qlxge/qls_os.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_os.h b/sys/dev/qlxge/qls_os.h index c72410745e4..b52b1c8b9eb 100644 --- a/sys/dev/qlxge/qls_os.h +++ b/sys/dev/qlxge/qls_os.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/qlxge/qls_ver.h b/sys/dev/qlxge/qls_ver.h index afac640c810..de3b66fb62d 100644 --- a/sys/dev/qlxge/qls_ver.h +++ b/sys/dev/qlxge/qls_ver.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Qlogic Corporation * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bfe.h b/sys/dev/quicc/quicc_bfe.h index a08e4cf3f8d..ea791bc277e 100644 --- a/sys/dev/quicc/quicc_bfe.h +++ b/sys/dev/quicc/quicc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2006 by Juniper Networks. * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bfe_fdt.c b/sys/dev/quicc/quicc_bfe_fdt.c index a7cd35424be..06d737cbfd8 100644 --- a/sys/dev/quicc/quicc_bfe_fdt.c +++ b/sys/dev/quicc/quicc_bfe_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2006 Juniper Networks. * All rights reserved. * diff --git a/sys/dev/quicc/quicc_bus.h b/sys/dev/quicc/quicc_bus.h index 6271ba5e298..a12e6d681b8 100644 --- a/sys/dev/quicc/quicc_bus.h +++ b/sys/dev/quicc/quicc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/quicc/quicc_core.c b/sys/dev/quicc/quicc_core.c index b0e22b4e591..1a5a15e1e2b 100644 --- a/sys/dev/quicc/quicc_core.c +++ b/sys/dev/quicc/quicc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 2006 by Juniper Networks. * All rights reserved. * diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 24b851a99ae..0c5eb19651d 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin diff --git a/sys/dev/rc/rcreg.h b/sys/dev/rc/rcreg.h index 8ba287e7251..9489257d9f8 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. * Copyright (C) 2002 by John Baldwin diff --git a/sys/dev/rndtest/rndtest.c b/sys/dev/rndtest/rndtest.c index 88f414a48aa..5d2490af11d 100644 --- a/sys/dev/rndtest/rndtest.c +++ b/sys/dev/rndtest/rndtest.c @@ -1,6 +1,8 @@ /* $OpenBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/rndtest/rndtest.h b/sys/dev/rndtest/rndtest.h index 5a284e9a91d..786f0a442a9 100644 --- a/sys/dev/rndtest/rndtest.h +++ b/sys/dev/rndtest/rndtest.h @@ -2,6 +2,8 @@ /* $OpenBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/rp/rp.c b/sys/dev/rp/rp.c index 5027694d54e..71e309625a2 100644 --- a/sys/dev/rp/rp.c +++ b/sys/dev/rp/rp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation * All rights reserved. * diff --git a/sys/dev/rp/rp_isa.c b/sys/dev/rp/rp_isa.c index 9ea7fc04e27..74a84fc78b9 100644 --- a/sys/dev/rp/rp_isa.c +++ b/sys/dev/rp/rp_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation * All rights reserved. * diff --git a/sys/dev/rp/rp_pci.c b/sys/dev/rp/rp_pci.c index 3479ab7c020..cfc53b726cd 100644 --- a/sys/dev/rp/rp_pci.c +++ b/sys/dev/rp/rp_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation * All rights reserved. * diff --git a/sys/dev/rp/rpreg.h b/sys/dev/rp/rpreg.h index c5a8cac7b07..bd1de316028 100644 --- a/sys/dev/rp/rpreg.h +++ b/sys/dev/rp/rpreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation * All rights reserved. * diff --git a/sys/dev/rp/rpvar.h b/sys/dev/rp/rpvar.h index fd5faf3d85c..a93f4897146 100644 --- a/sys/dev/rp/rpvar.h +++ b/sys/dev/rp/rpvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) Comtrol Corporation * All rights reserved. * diff --git a/sys/dev/rt/if_rt.c b/sys/dev/rt/if_rt.c index daa79b09a26..e3305997ea8 100644 --- a/sys/dev/rt/if_rt.c +++ b/sys/dev/rt/if_rt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015-2016, Stanislav Galabov * Copyright (c) 2014, Aleksandr A. Mityaev * Copyright (c) 2011, Aleksandr Rybalko diff --git a/sys/dev/rt/if_rtreg.h b/sys/dev/rt/if_rtreg.h index 7198556fd54..551b14d2ca1 100644 --- a/sys/dev/rt/if_rtreg.h +++ b/sys/dev/rt/if_rtreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, Aleksandr Rybalko * All rights reserved. * diff --git a/sys/dev/rt/if_rtvar.h b/sys/dev/rt/if_rtvar.h index f2f2428f989..aa1fd8da00d 100644 --- a/sys/dev/rt/if_rtvar.h +++ b/sys/dev/rt/if_rtvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Aleksandr Rybalko * Copyright (c) 2009-2010 Alexander Egorenkov * Copyright (c) 2009 Damien Bergamini diff --git a/sys/dev/safe/safe.c b/sys/dev/safe/safe.c index a6a013727a2..02bb75fa16b 100644 --- a/sys/dev/safe/safe.c +++ b/sys/dev/safe/safe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/safe/safereg.h b/sys/dev/safe/safereg.h index 6d07999eb10..e7b92c9f459 100644 --- a/sys/dev/safe/safereg.h +++ b/sys/dev/safe/safereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/safe/safevar.h b/sys/dev/safe/safevar.h index aadf30dd6e6..6386e9b71da 100644 --- a/sys/dev/safe/safevar.h +++ b/sys/dev/safe/safevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Sam Leffler, Errno Consulting * Copyright (c) 2003 Global Technology Associates, Inc. * All rights reserved. diff --git a/sys/dev/scc/scc_bfe.h b/sys/dev/scc/scc_bfe.h index be52707bd11..d6ddd6775a3 100644 --- a/sys/dev/scc/scc_bfe.h +++ b/sys/dev/scc/scc_bfe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_ebus.c b/sys/dev/scc/scc_bfe_ebus.c index def832af5ea..365eb28444e 100644 --- a/sys/dev/scc/scc_bfe_ebus.c +++ b/sys/dev/scc/scc_bfe_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_macio.c b/sys/dev/scc/scc_bfe_macio.c index bdba908324a..51a8ed61f0f 100644 --- a/sys/dev/scc/scc_bfe_macio.c +++ b/sys/dev/scc/scc_bfe_macio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_quicc.c b/sys/dev/scc/scc_bfe_quicc.c index d776e839f2b..6f047b75a4e 100644 --- a/sys/dev/scc/scc_bfe_quicc.c +++ b/sys/dev/scc/scc_bfe_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bfe_sbus.c b/sys/dev/scc/scc_bfe_sbus.c index d776513f507..b6f0f1a0e8b 100644 --- a/sys/dev/scc/scc_bfe_sbus.c +++ b/sys/dev/scc/scc_bfe_sbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_bus.h b/sys/dev/scc/scc_bus.h index 1e5138af922..47a43db01a6 100644 --- a/sys/dev/scc/scc_bus.h +++ b/sys/dev/scc/scc_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_core.c b/sys/dev/scc/scc_core.c index 4471b9a20f7..a4971f8039a 100644 --- a/sys/dev/scc/scc_core.c +++ b/sys/dev/scc/scc_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_quicc.c b/sys/dev/scc/scc_dev_quicc.c index 59c2f97037d..9c372e8e33c 100644 --- a/sys/dev/scc/scc_dev_quicc.c +++ b/sys/dev/scc/scc_dev_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_sab82532.c b/sys/dev/scc/scc_dev_sab82532.c index bbc8bd4b981..2885c7152e3 100644 --- a/sys/dev/scc/scc_dev_sab82532.c +++ b/sys/dev/scc/scc_dev_sab82532.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/scc/scc_dev_z8530.c b/sys/dev/scc/scc_dev_z8530.c index 764819f9d72..da070dfc792 100644 --- a/sys/dev/scc/scc_dev_z8530.c +++ b/sys/dev/scc/scc_dev_z8530.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/sdhci/sdhci.c b/sys/dev/sdhci/sdhci.c index e3efc3332bf..e174359cfea 100644 --- a/sys/dev/sdhci/sdhci.c +++ b/sys/dev/sdhci/sdhci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin * Copyright (c) 2017 Marius Strobl * All rights reserved. diff --git a/sys/dev/sdhci/sdhci.h b/sys/dev/sdhci/sdhci.h index 883655002ee..76067280089 100644 --- a/sys/dev/sdhci/sdhci.h +++ b/sys/dev/sdhci/sdhci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin * All rights reserved. * diff --git a/sys/dev/sdhci/sdhci_fdt.c b/sys/dev/sdhci/sdhci_fdt.c index 165ac3eed72..aba7edc37d1 100644 --- a/sys/dev/sdhci/sdhci_fdt.c +++ b/sys/dev/sdhci/sdhci_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Thomas Skibo * Copyright (c) 2008 Alexander Motin * All rights reserved. diff --git a/sys/dev/sdhci/sdhci_pci.c b/sys/dev/sdhci/sdhci_pci.c index ebafee025b7..e6d0a37ddfe 100644 --- a/sys/dev/sdhci/sdhci_pci.c +++ b/sys/dev/sdhci/sdhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Alexander Motin * All rights reserved. * diff --git a/sys/dev/sec/sec.c b/sys/dev/sec/sec.c index b83e7ebb784..3d01bd99e4b 100644 --- a/sys/dev/sec/sec.c +++ b/sys/dev/sec/sec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * All rights reserved. * diff --git a/sys/dev/sec/sec.h b/sys/dev/sec/sec.h index fecfd86cb98..105b49a49e2 100644 --- a/sys/dev/sec/sec.h +++ b/sys/dev/sec/sec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * All rights reserved. * diff --git a/sys/dev/sfxge/common/efsys.h b/sys/dev/sfxge/common/efsys.h index 953330fcfac..0b4ae1603ca 100644 --- a/sys/dev/sfxge/common/efsys.h +++ b/sys/dev/sfxge/common/efsys.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx.h b/sys/dev/sfxge/common/efx.h index 0f91b4fa620..1eb647b2f3c 100644 --- a/sys/dev/sfxge/common/efx.h +++ b/sys/dev/sfxge/common/efx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_bootcfg.c b/sys/dev/sfxge/common/efx_bootcfg.c index d024a0c508d..f7b562e9d73 100644 --- a/sys/dev/sfxge/common/efx_bootcfg.c +++ b/sys/dev/sfxge/common/efx_bootcfg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_ev.c b/sys/dev/sfxge/common/efx_ev.c index 1ca0941b968..0abfed02734 100644 --- a/sys/dev/sfxge/common/efx_ev.c +++ b/sys/dev/sfxge/common/efx_ev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_filter.c b/sys/dev/sfxge/common/efx_filter.c index 49770d30132..fee0879345e 100644 --- a/sys/dev/sfxge/common/efx_filter.c +++ b/sys/dev/sfxge/common/efx_filter.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index a2963e55868..7d699420aeb 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_intr.c b/sys/dev/sfxge/common/efx_intr.c index ee9301d768d..db021ac514f 100644 --- a/sys/dev/sfxge/common/efx_intr.c +++ b/sys/dev/sfxge/common/efx_intr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mac.c b/sys/dev/sfxge/common/efx_mac.c index fa49e9849b9..4a79a0458ae 100644 --- a/sys/dev/sfxge/common/efx_mac.c +++ b/sys/dev/sfxge/common/efx_mac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mcdi.c b/sys/dev/sfxge/common/efx_mcdi.c index 81fb6a05c99..90a783ed9db 100644 --- a/sys/dev/sfxge/common/efx_mcdi.c +++ b/sys/dev/sfxge/common/efx_mcdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mcdi.h b/sys/dev/sfxge/common/efx_mcdi.h index ee11789e83a..0045865450c 100644 --- a/sys/dev/sfxge/common/efx_mcdi.h +++ b/sys/dev/sfxge/common/efx_mcdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_mon.c b/sys/dev/sfxge/common/efx_mon.c index 5cbb4552b60..19f9a1f5adf 100644 --- a/sys/dev/sfxge/common/efx_mon.c +++ b/sys/dev/sfxge/common/efx_mon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_nic.c b/sys/dev/sfxge/common/efx_nic.c index 7e5bf136317..9176f88c226 100644 --- a/sys/dev/sfxge/common/efx_nic.c +++ b/sys/dev/sfxge/common/efx_nic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_nvram.c b/sys/dev/sfxge/common/efx_nvram.c index 60169fc31cd..54efc6bbf7b 100644 --- a/sys/dev/sfxge/common/efx_nvram.c +++ b/sys/dev/sfxge/common/efx_nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_phy.c b/sys/dev/sfxge/common/efx_phy.c index 1db2300141c..13f7a75d4c8 100644 --- a/sys/dev/sfxge/common/efx_phy.c +++ b/sys/dev/sfxge/common/efx_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_port.c b/sys/dev/sfxge/common/efx_port.c index febbfa2e0d3..ce1e1422949 100644 --- a/sys/dev/sfxge/common/efx_port.c +++ b/sys/dev/sfxge/common/efx_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs.h b/sys/dev/sfxge/common/efx_regs.h index b817db7eee2..62d17ec1421 100644 --- a/sys/dev/sfxge/common/efx_regs.h +++ b/sys/dev/sfxge/common/efx_regs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs_ef10.h b/sys/dev/sfxge/common/efx_regs_ef10.h index df03a964364..7c7e3c8027a 100644 --- a/sys/dev/sfxge/common/efx_regs_ef10.h +++ b/sys/dev/sfxge/common/efx_regs_ef10.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_regs_mcdi.h b/sys/dev/sfxge/common/efx_regs_mcdi.h index 370a9ef05ac..33134e6abb9 100644 --- a/sys/dev/sfxge/common/efx_regs_mcdi.h +++ b/sys/dev/sfxge/common/efx_regs_mcdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008-2013 Solarflare Communications Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sfxge/common/efx_regs_pci.h b/sys/dev/sfxge/common/efx_regs_pci.h index f274b0b976e..4d63c4a84b2 100644 --- a/sys/dev/sfxge/common/efx_regs_pci.h +++ b/sys/dev/sfxge/common/efx_regs_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_rx.c b/sys/dev/sfxge/common/efx_rx.c index 5ae2c0928e3..2716c32ea3f 100644 --- a/sys/dev/sfxge/common/efx_rx.c +++ b/sys/dev/sfxge/common/efx_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_sram.c b/sys/dev/sfxge/common/efx_sram.c index beb24a408e5..9a6cfa4860b 100644 --- a/sys/dev/sfxge/common/efx_sram.c +++ b/sys/dev/sfxge/common/efx_sram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_tx.c b/sys/dev/sfxge/common/efx_tx.c index cb976af2c56..cfaf22076ad 100644 --- a/sys/dev/sfxge/common/efx_tx.c +++ b/sys/dev/sfxge/common/efx_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_types.h b/sys/dev/sfxge/common/efx_types.h index fb5d5507806..932d8dd5fde 100644 --- a/sys/dev/sfxge/common/efx_types.h +++ b/sys/dev/sfxge/common/efx_types.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/efx_vpd.c b/sys/dev/sfxge/common/efx_vpd.c index 091dfb5b21d..df9c1b4670c 100644 --- a/sys/dev/sfxge/common/efx_vpd.c +++ b/sys/dev/sfxge/common/efx_vpd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_flash.h b/sys/dev/sfxge/common/siena_flash.h index 18e8779612d..72d989ac7c3 100644 --- a/sys/dev/sfxge/common/siena_flash.h +++ b/sys/dev/sfxge/common/siena_flash.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_impl.h b/sys/dev/sfxge/common/siena_impl.h index 9458dca70d0..dea0c6a6dba 100644 --- a/sys/dev/sfxge/common/siena_impl.h +++ b/sys/dev/sfxge/common/siena_impl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_mac.c b/sys/dev/sfxge/common/siena_mac.c index 7646f09c576..da982c6a726 100644 --- a/sys/dev/sfxge/common/siena_mac.c +++ b/sys/dev/sfxge/common/siena_mac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_nic.c b/sys/dev/sfxge/common/siena_nic.c index 39922a7ddcf..55566bf7b8a 100644 --- a/sys/dev/sfxge/common/siena_nic.c +++ b/sys/dev/sfxge/common/siena_nic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_nvram.c b/sys/dev/sfxge/common/siena_nvram.c index b757dfa33ca..e65ed7c6b1f 100644 --- a/sys/dev/sfxge/common/siena_nvram.c +++ b/sys/dev/sfxge/common/siena_nvram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_phy.c b/sys/dev/sfxge/common/siena_phy.c index 390e06d25c8..f8857462b99 100644 --- a/sys/dev/sfxge/common/siena_phy.c +++ b/sys/dev/sfxge/common/siena_phy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_sram.c b/sys/dev/sfxge/common/siena_sram.c index 6f4dbf462f1..b3d17e2fac3 100644 --- a/sys/dev/sfxge/common/siena_sram.c +++ b/sys/dev/sfxge/common/siena_sram.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/common/siena_vpd.c b/sys/dev/sfxge/common/siena_vpd.c index f7d685e75c2..1cea8dc5172 100644 --- a/sys/dev/sfxge/common/siena_vpd.c +++ b/sys/dev/sfxge/common/siena_vpd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge.c b/sys/dev/sfxge/sfxge.c index 94b70351824..9aa1ff8ab00 100644 --- a/sys/dev/sfxge/sfxge.c +++ b/sys/dev/sfxge/sfxge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge.h b/sys/dev/sfxge/sfxge.h index c0742ac8c42..ea4575ac6ac 100644 --- a/sys/dev/sfxge/sfxge.h +++ b/sys/dev/sfxge/sfxge.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_dma.c b/sys/dev/sfxge/sfxge_dma.c index afe49177959..f75fab01689 100644 --- a/sys/dev/sfxge/sfxge_dma.c +++ b/sys/dev/sfxge/sfxge_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_ev.c b/sys/dev/sfxge/sfxge_ev.c index a5d2de436e4..2cfe98f1220 100644 --- a/sys/dev/sfxge/sfxge_ev.c +++ b/sys/dev/sfxge/sfxge_ev.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_intr.c b/sys/dev/sfxge/sfxge_intr.c index 821aa3f0eda..bcff90b23f4 100644 --- a/sys/dev/sfxge/sfxge_intr.c +++ b/sys/dev/sfxge/sfxge_intr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_mcdi.c b/sys/dev/sfxge/sfxge_mcdi.c index 4a437bbc089..025bed0d73d 100644 --- a/sys/dev/sfxge/sfxge_mcdi.c +++ b/sys/dev/sfxge/sfxge_mcdi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_port.c b/sys/dev/sfxge/sfxge_port.c index 5723f31b507..63bf4cd5799 100644 --- a/sys/dev/sfxge/sfxge_port.c +++ b/sys/dev/sfxge/sfxge_port.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_rx.c b/sys/dev/sfxge/sfxge_rx.c index cea0800dcb2..8d214d37baa 100644 --- a/sys/dev/sfxge/sfxge_rx.c +++ b/sys/dev/sfxge/sfxge_rx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_rx.h b/sys/dev/sfxge/sfxge_rx.h index da30ba5c8fe..53077e2f76b 100644 --- a/sys/dev/sfxge/sfxge_rx.h +++ b/sys/dev/sfxge/sfxge_rx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_tx.c b/sys/dev/sfxge/sfxge_tx.c index 4207bb3d202..1460d1ea9e4 100644 --- a/sys/dev/sfxge/sfxge_tx.c +++ b/sys/dev/sfxge/sfxge_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/sfxge/sfxge_tx.h b/sys/dev/sfxge/sfxge_tx.h index 9a5a61d5106..46efe7b5236 100644 --- a/sys/dev/sfxge/sfxge_tx.h +++ b/sys/dev/sfxge/sfxge_tx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2016 Solarflare Communications Inc. * All rights reserved. * diff --git a/sys/dev/siba/siba_bwn.c b/sys/dev/siba/siba_bwn.c index 42069396fc2..cb70283d8e0 100644 --- a/sys/dev/siba/siba_bwn.c +++ b/sys/dev/siba/siba_bwn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong * All rights reserved. * diff --git a/sys/dev/siba/siba_core.c b/sys/dev/siba/siba_core.c index 66748783819..6bfc4f31589 100644 --- a/sys/dev/siba/siba_core.c +++ b/sys/dev/siba/siba_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 Weongyo Jeong * All rights reserved. * diff --git a/sys/dev/siba/siba_ids.h b/sys/dev/siba/siba_ids.h index b5aaf3419c7..d90206292ac 100644 --- a/sys/dev/siba/siba_ids.h +++ b/sys/dev/siba/siba_ids.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibareg.h b/sys/dev/siba/sibareg.h index 1b10a91d9ef..bc6d0f149c0 100644 --- a/sys/dev/siba/sibareg.h +++ b/sys/dev/siba/sibareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siba/sibavar.h b/sys/dev/siba/sibavar.h index c4b34173c66..b3bda80683f 100644 --- a/sys/dev/siba/sibavar.h +++ b/sys/dev/siba/sibavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Bruce M. Simpson. * All rights reserved. * diff --git a/sys/dev/siis/siis.c b/sys/dev/siis/siis.c index 8b5b3c69d1b..6727a99b314 100644 --- a/sys/dev/siis/siis.c +++ b/sys/dev/siis/siis.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alexander Motin * All rights reserved. * diff --git a/sys/dev/siis/siis.h b/sys/dev/siis/siis.h index d0e0d88df71..383b0e0b98a 100644 --- a/sys/dev/siis/siis.h +++ b/sys/dev/siis/siis.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Alexander Motin * All rights reserved. * diff --git a/sys/dev/sio/sio_isa.c b/sys/dev/sio/sio_isa.c index fd2b49d32ee..8c9fae89182 100644 --- a/sys/dev/sio/sio_isa.c +++ b/sys/dev/sio/sio_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_pccard.c b/sys/dev/sio/sio_pccard.c index 93757c73870..0abaa46eb51 100644 --- a/sys/dev/sio/sio_pccard.c +++ b/sys/dev/sio/sio_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_pci.c b/sys/dev/sio/sio_pci.c index 34010acada1..c3223a2d6f1 100644 --- a/sys/dev/sio/sio_pci.c +++ b/sys/dev/sio/sio_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sio/sio_puc.c b/sys/dev/sio/sio_puc.c index 199254b0820..60b45f61e19 100644 --- a/sys/dev/sio/sio_puc.c +++ b/sys/dev/sio/sio_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2001 M. Warner Losh. All rights reserved. * diff --git a/sys/dev/smbus/smb.c b/sys/dev/smbus/smb.c index 262973340b2..fc24d8f67c9 100644 --- a/sys/dev/smbus/smb.c +++ b/sys/dev/smbus/smb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smb.h b/sys/dev/smbus/smb.h index b766a656d27..ed01adc663d 100644 --- a/sys/dev/smbus/smb.h +++ b/sys/dev/smbus/smb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbconf.c b/sys/dev/smbus/smbconf.c index 06d225a0386..da994e8fc4d 100644 --- a/sys/dev/smbus/smbconf.c +++ b/sys/dev/smbus/smbconf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbconf.h b/sys/dev/smbus/smbconf.h index e994606c549..37eb1ab6ab6 100644 --- a/sys/dev/smbus/smbconf.h +++ b/sys/dev/smbus/smbconf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbus.c b/sys/dev/smbus/smbus.c index 328c4520a79..7341f3bf5bd 100644 --- a/sys/dev/smbus/smbus.c +++ b/sys/dev/smbus/smbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 2001 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smbus/smbus.h b/sys/dev/smbus/smbus.h index 2093aa01360..9f15c7741e7 100644 --- a/sys/dev/smbus/smbus.h +++ b/sys/dev/smbus/smbus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Nicolas Souchu * All rights reserved. * diff --git a/sys/dev/smc/if_smc.c b/sys/dev/smc/if_smc.c index ecb97c4fa5c..ae59cfcda64 100644 --- a/sys/dev/smc/if_smc.c +++ b/sys/dev/smc/if_smc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/smc/if_smcreg.h b/sys/dev/smc/if_smcreg.h index 4b939076380..4642966f0d4 100644 --- a/sys/dev/smc/if_smcreg.h +++ b/sys/dev/smc/if_smcreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/smc/if_smcvar.h b/sys/dev/smc/if_smcvar.h index fd42edbb222..a58eb0df037 100644 --- a/sys/dev/smc/if_smcvar.h +++ b/sys/dev/smc/if_smcvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Benno Rice. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c index 0306089c862..46cd32ebaad 100644 --- a/sys/dev/sn/if_sn.c +++ b/sys/dev/sn/if_sn.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan * All rights reserved. * diff --git a/sys/dev/sn/if_sn_isa.c b/sys/dev/sn/if_sn_isa.c index ca4b1f48046..dd71e1f78ca 100644 --- a/sys/dev/sn/if_sn_isa.c +++ b/sys/dev/sn/if_sn_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/sn/if_sn_pccard.c b/sys/dev/sn/if_sn_pccard.c index 13f48622b27..bd144a94ff6 100644 --- a/sys/dev/sn/if_sn_pccard.c +++ b/sys/dev/sn/if_sn_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h index 9fab405a99a..bd4dc63010b 100644 --- a/sys/dev/sn/if_snreg.h +++ b/sys/dev/sn/if_snreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 1996 Gardner Buchanan * All rights reserved. * diff --git a/sys/dev/sn/if_snvar.h b/sys/dev/sn/if_snvar.h index bd4f31285c6..acc8da22795 100644 --- a/sys/dev/sn/if_snvar.h +++ b/sys/dev/sn/if_snvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/sn/ositech.h b/sys/dev/sn/ositech.h index 18ce6780151..c33690861b2 100644 --- a/sys/dev/sn/ositech.h +++ b/sys/dev/sn/ositech.h @@ -3,6 +3,8 @@ (Special thanks to Kevin MacPherson of OSITECH) (Thanks to Ositech Communications for permitting for BSDL distribution) + SPDX-License-Identifier: BSD-2-Clause + Copyright 2002 Ositech Communications Inc. All Rights Reserved Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/snp/snp.c b/sys/dev/snp/snp.c index 84260182265..dce8a984655 100644 --- a/sys/dev/snp/snp.c +++ b/sys/dev/snp/snp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Ed Schouten * All rights reserved. * diff --git a/sys/dev/sound/chip.h b/sys/dev/sound/chip.h index 012910c978d..6b3200354fd 100644 --- a/sys/dev/sound/chip.h +++ b/sys/dev/sound/chip.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/clone.c b/sys/dev/sound/clone.c index 8b6c53ca5fb..125d80152c3 100644 --- a/sys/dev/sound/clone.c +++ b/sys/dev/sound/clone.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/clone.h b/sys/dev/sound/clone.h index 18149ba266d..67aaf63b758 100644 --- a/sys/dev/sound/clone.h +++ b/sys/dev/sound/clone.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/driver.c b/sys/dev/sound/driver.c index 470ee7476c6..bd25cfd5a6d 100644 --- a/sys/dev/sound/driver.c +++ b/sys/dev/sound/driver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/isa/ad1816.c b/sys/dev/sound/isa/ad1816.c index 32a7d47779c..e8a8199b500 100644 --- a/sys/dev/sound/isa/ad1816.c +++ b/sys/dev/sound/isa/ad1816.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 1997,1998 Luigi Rizzo * Copyright (c) 1994,1995 Hannu Savolainen diff --git a/sys/dev/sound/isa/ad1816.h b/sys/dev/sound/isa/ad1816.h index b21d3cda199..d21bba9ba8d 100644 --- a/sys/dev/sound/isa/ad1816.h +++ b/sys/dev/sound/isa/ad1816.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Luigi Rizzo * All rights reserved. * diff --git a/sys/dev/sound/isa/ess.c b/sys/dev/sound/isa/ess.c index 7c1ae3091ea..6849830efc0 100644 --- a/sys/dev/sound/isa/ess.c +++ b/sys/dev/sound/isa/ess.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/gusc.c b/sys/dev/sound/isa/gusc.c index 239fd042223..62dc2270367 100644 --- a/sys/dev/sound/isa/gusc.c +++ b/sys/dev/sound/isa/gusc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * Copyright (c) 1999 Ville-Pertti Keinonen * All rights reserved. diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 68ae2d9de06..f03f4af26a0 100644 --- a/sys/dev/sound/isa/mss.c +++ b/sys/dev/sound/isa/mss.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 George Reid * Copyright (c) 1999 Cameron Grant * Copyright (c) 1997,1998 Luigi Rizzo diff --git a/sys/dev/sound/isa/mss.h b/sys/dev/sound/isa/mss.h index 1b4147de9a9..5d7d6e02bd3 100644 --- a/sys/dev/sound/isa/mss.h +++ b/sys/dev/sound/isa/mss.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Doug Rabson * Copyright (c) 1997 Luigi Rizzo * All rights reserved. diff --git a/sys/dev/sound/isa/sb.h b/sys/dev/sound/isa/sb.h index 020f2baf028..b077a5bc6a3 100644 --- a/sys/dev/sound/isa/sb.h +++ b/sys/dev/sound/isa/sb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997,1998 Luigi Rizzo * All rights reserved. * diff --git a/sys/dev/sound/isa/sb16.c b/sys/dev/sound/isa/sb16.c index 141ea017175..cf7dd54199d 100644 --- a/sys/dev/sound/isa/sb16.c +++ b/sys/dev/sound/isa/sb16.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/sb8.c b/sys/dev/sound/isa/sb8.c index 047e11d255d..9cdc1b230ab 100644 --- a/sys/dev/sound/isa/sb8.c +++ b/sys/dev/sound/isa/sb8.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 1997,1998 Luigi Rizzo * diff --git a/sys/dev/sound/isa/sbc.c b/sys/dev/sound/isa/sbc.c index 25fcd15c7d1..8b8fd50d79e 100644 --- a/sys/dev/sound/isa/sbc.c +++ b/sys/dev/sound/isa/sbc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/isa/sndbuf_dma.c b/sys/dev/sound/isa/sndbuf_dma.c index 4333217829c..9d41c529297 100644 --- a/sys/dev/sound/isa/sndbuf_dma.c +++ b/sys/dev/sound/isa/sndbuf_dma.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/macio/aoa.c b/sys/dev/sound/macio/aoa.c index 5c012d32699..65911bcac8b 100644 --- a/sys/dev/sound/macio/aoa.c +++ b/sys/dev/sound/macio/aoa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/aoa.h b/sys/dev/sound/macio/aoa.h index 285ae51549f..59b8bc0d61d 100644 --- a/sys/dev/sound/macio/aoa.h +++ b/sys/dev/sound/macio/aoa.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/davbus.c b/sys/dev/sound/macio/davbus.c index 46c731b08a3..c498be157d1 100644 --- a/sys/dev/sound/macio/davbus.c +++ b/sys/dev/sound/macio/davbus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/davbusreg.h b/sys/dev/sound/macio/davbusreg.h index a7ccdf16e49..c8307d9f35c 100644 --- a/sys/dev/sound/macio/davbusreg.h +++ b/sys/dev/sound/macio/davbusreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/i2s.c b/sys/dev/sound/macio/i2s.c index e35a262be88..9cf4c5a6cd3 100644 --- a/sys/dev/sound/macio/i2s.c +++ b/sys/dev/sound/macio/i2s.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/onyx.c b/sys/dev/sound/macio/onyx.c index 05eef0f91b1..c258723c841 100644 --- a/sys/dev/sound/macio/onyx.c +++ b/sys/dev/sound/macio/onyx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2012 by Andreas Tobler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/snapper.c b/sys/dev/sound/macio/snapper.c index bfbd1b068a4..74ed823493b 100644 --- a/sys/dev/sound/macio/snapper.c +++ b/sys/dev/sound/macio/snapper.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/macio/tumbler.c b/sys/dev/sound/macio/tumbler.c index 3045a2cd4c5..24519eae3e5 100644 --- a/sys/dev/sound/macio/tumbler.c +++ b/sys/dev/sound/macio/tumbler.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright 2008 by Marco Trillo. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/midi/midi.c b/sys/dev/sound/midi/midi.c index 4c6fe2e7c8b..32510620032 100644 --- a/sys/dev/sound/midi/midi.c +++ b/sys/dev/sound/midi/midi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. diff --git a/sys/dev/sound/midi/midi.h b/sys/dev/sound/midi/midi.h index c694b7b4851..eb72d1c1835 100644 --- a/sys/dev/sound/midi/midi.h +++ b/sys/dev/sound/midi/midi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/midiq.h b/sys/dev/sound/midi/midiq.h index 6b3017542cc..ea19c06bae6 100644 --- a/sys/dev/sound/midi/midiq.h +++ b/sys/dev/sound/midi/midiq.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/mpu401.c b/sys/dev/sound/midi/mpu401.c index 5ce6648b207..ce4b4400cb8 100644 --- a/sys/dev/sound/midi/mpu401.c +++ b/sys/dev/sound/midi/mpu401.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/mpu401.h b/sys/dev/sound/midi/mpu401.h index 9ac99a6c9dd..fd244447dad 100644 --- a/sys/dev/sound/midi/mpu401.h +++ b/sys/dev/sound/midi/mpu401.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * All rights reserved. * diff --git a/sys/dev/sound/midi/sequencer.c b/sys/dev/sound/midi/sequencer.c index 180894964ec..32ba8c881bd 100644 --- a/sys/dev/sound/midi/sequencer.c +++ b/sys/dev/sound/midi/sequencer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1993 Hannu Savolainen * All rights reserved. diff --git a/sys/dev/sound/midi/sequencer.h b/sys/dev/sound/midi/sequencer.h index 97ce47ade60..7a53e624558 100644 --- a/sys/dev/sound/midi/sequencer.h +++ b/sys/dev/sound/midi/sequencer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Mathew Kanner * Copyright (c) 1999 Seigo Tanimura * All rights reserved. diff --git a/sys/dev/sound/pci/allegro_code.h b/sys/dev/sound/pci/allegro_code.h index 4d5c1736c85..4a46012cd24 100644 --- a/sys/dev/sound/pci/allegro_code.h +++ b/sys/dev/sound/pci/allegro_code.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996-2008, 4Front Technologies * Copyright (C) 1997-1999 ESS Technology, Inc * All rights reserved. diff --git a/sys/dev/sound/pci/allegro_reg.h b/sys/dev/sound/pci/allegro_reg.h index 759e8e866b2..5a219bb5c83 100644 --- a/sys/dev/sound/pci/allegro_reg.h +++ b/sys/dev/sound/pci/allegro_reg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1996-2008, 4Front Technologies * Copyright (C) 1992-2000 Don Kim (don.kim@esstech.com) * All rights reserved. diff --git a/sys/dev/sound/pci/als4000.c b/sys/dev/sound/pci/als4000.c index de5952283cd..7bca1d05869 100644 --- a/sys/dev/sound/pci/als4000.c +++ b/sys/dev/sound/pci/als4000.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/als4000.h b/sys/dev/sound/pci/als4000.h index 00661a039b4..64b609ec1e2 100644 --- a/sys/dev/sound/pci/als4000.h +++ b/sys/dev/sound/pci/als4000.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/atiixp.c b/sys/dev/sound/pci/atiixp.c index ca9a539aa6c..f1aba873051 100644 --- a/sys/dev/sound/pci/atiixp.c +++ b/sys/dev/sound/pci/atiixp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pci/atiixp.h b/sys/dev/sound/pci/atiixp.h index 1eb48f5796c..0ea872ebbb8 100644 --- a/sys/dev/sound/pci/atiixp.h +++ b/sys/dev/sound/pci/atiixp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.c b/sys/dev/sound/pci/aureal.c index f38ba12dace..486964c00c4 100644 --- a/sys/dev/sound/pci/aureal.c +++ b/sys/dev/sound/pci/aureal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/aureal.h b/sys/dev/sound/pci/aureal.h index e835c7119fc..0ca1caf97bc 100644 --- a/sys/dev/sound/pci/aureal.h +++ b/sys/dev/sound/pci/aureal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/cmi.c b/sys/dev/sound/pci/cmi.c index 3e4b048c540..35b3257a00f 100644 --- a/sys/dev/sound/pci/cmi.c +++ b/sys/dev/sound/pci/cmi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/cmireg.h b/sys/dev/sound/pci/cmireg.h index 5c468b55ed8..5b0b8b2cb96 100644 --- a/sys/dev/sound/pci/cmireg.h +++ b/sys/dev/sound/pci/cmireg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.c b/sys/dev/sound/pci/cs4281.c index 4750daf3b96..fe73e14edb2 100644 --- a/sys/dev/sound/pci/cs4281.c +++ b/sys/dev/sound/pci/cs4281.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/cs4281.h b/sys/dev/sound/pci/cs4281.h index c7b3799ab89..bc0f00997ff 100644 --- a/sys/dev/sound/pci/cs4281.h +++ b/sys/dev/sound/pci/cs4281.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/cs461x_dsp.h b/sys/dev/sound/pci/cs461x_dsp.h index c5dcf619192..23c4d0aa3ec 100644 --- a/sys/dev/sound/pci/cs461x_dsp.h +++ b/sys/dev/sound/pci/cs461x_dsp.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 1996-2008, 4Front Technologies * All rights reserved. * diff --git a/sys/dev/sound/pci/csa.c b/sys/dev/sound/pci/csa.c index 5dbc7be0c58..6b074018727 100644 --- a/sys/dev/sound/pci/csa.c +++ b/sys/dev/sound/pci/csa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index 5a1544da7de..a0b35c90993 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csareg.h b/sys/dev/sound/pci/csareg.h index d8e111b2a6c..85ca663e767 100644 --- a/sys/dev/sound/pci/csareg.h +++ b/sys/dev/sound/pci/csareg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/csavar.h b/sys/dev/sound/pci/csavar.h index c8e3697ba94..a3d8079be8a 100644 --- a/sys/dev/sound/pci/csavar.h +++ b/sys/dev/sound/pci/csavar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * All rights reserved. * diff --git a/sys/dev/sound/pci/ds1-fw.h b/sys/dev/sound/pci/ds1-fw.h index 13c4745ebe5..96fa231d27a 100644 --- a/sys/dev/sound/pci/ds1-fw.h +++ b/sys/dev/sound/pci/ds1-fw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * ============================================================================= * Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved. * diff --git a/sys/dev/sound/pci/ds1.c b/sys/dev/sound/pci/ds1.c index 23f3d5cfe91..9c7c75cb175 100644 --- a/sys/dev/sound/pci/ds1.c +++ b/sys/dev/sound/pci/ds1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/emu10k1.c b/sys/dev/sound/pci/emu10k1.c index e03127cbddb..028f100c595 100644 --- a/sys/dev/sound/pci/emu10k1.c +++ b/sys/dev/sound/pci/emu10k1.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 David O'Brien * Copyright (c) 2003 Orlando Bassotto * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pci/emu10kx-midi.c b/sys/dev/sound/pci/emu10kx-midi.c index 0d5fa305cba..778d17013a0 100644 --- a/sys/dev/sound/pci/emu10kx-midi.c +++ b/sys/dev/sound/pci/emu10kx-midi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Seigo Tanimura * Copyright (c) 2003 Mathew Kanner * Copyright (c) 2003-2006 Yuriy Tsibizov diff --git a/sys/dev/sound/pci/emu10kx-pcm.c b/sys/dev/sound/pci/emu10kx-pcm.c index 406a85ff77c..0099b0f044d 100644 --- a/sys/dev/sound/pci/emu10kx-pcm.c +++ b/sys/dev/sound/pci/emu10kx-pcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 2003-2007 Yuriy Tsibizov * All rights reserved. diff --git a/sys/dev/sound/pci/emu10kx.c b/sys/dev/sound/pci/emu10kx.c index ca96ba6b33d..94159f583d3 100644 --- a/sys/dev/sound/pci/emu10kx.c +++ b/sys/dev/sound/pci/emu10kx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 2003-2007 Yuriy Tsibizov * All rights reserved. diff --git a/sys/dev/sound/pci/emu10kx.h b/sys/dev/sound/pci/emu10kx.h index cfdb6977494..b4cfd7d6bab 100644 --- a/sys/dev/sound/pci/emu10kx.h +++ b/sys/dev/sound/pci/emu10kx.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * Copyright (c) 2003-2006 Yuriy Tsibizov * All rights reserved. diff --git a/sys/dev/sound/pci/envy24.c b/sys/dev/sound/pci/envy24.c index 9272a95c984..f70019b47e5 100644 --- a/sys/dev/sound/pci/envy24.c +++ b/sys/dev/sound/pci/envy24.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24.h b/sys/dev/sound/pci/envy24.h index 5a3a3730b56..0587fc5a464 100644 --- a/sys/dev/sound/pci/envy24.h +++ b/sys/dev/sound/pci/envy24.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. * diff --git a/sys/dev/sound/pci/envy24ht.c b/sys/dev/sound/pci/envy24ht.c index fe1fb190648..a4d3370dc31 100644 --- a/sys/dev/sound/pci/envy24ht.c +++ b/sys/dev/sound/pci/envy24ht.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. diff --git a/sys/dev/sound/pci/envy24ht.h b/sys/dev/sound/pci/envy24ht.h index 943599401e6..9b9c19e52a3 100644 --- a/sys/dev/sound/pci/envy24ht.h +++ b/sys/dev/sound/pci/envy24ht.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. diff --git a/sys/dev/sound/pci/es137x.c b/sys/dev/sound/pci/es137x.c index 7032c84f6e9..e11240a9e07 100644 --- a/sys/dev/sound/pci/es137x.c +++ b/sys/dev/sound/pci/es137x.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 1999 Russell Cattelan * Copyright (c) 1998 Joachim Kuebart * All rights reserved. diff --git a/sys/dev/sound/pci/es137x.h b/sys/dev/sound/pci/es137x.h index 01cb53d0a94..e1e2fe4e933 100644 --- a/sys/dev/sound/pci/es137x.h +++ b/sys/dev/sound/pci/es137x.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Joachim Kuebart * All rights reserved. * diff --git a/sys/dev/sound/pci/fm801.c b/sys/dev/sound/pci/fm801.c index a8e33021610..4ff48bbffe9 100644 --- a/sys/dev/sound/pci/fm801.c +++ b/sys/dev/sound/pci/fm801.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Dmitry Dicky diwil@dataart.com * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hda_reg.h b/sys/dev/sound/pci/hda/hda_reg.h index c60a74da70a..0be933ed896 100644 --- a/sys/dev/sound/pci/hda/hda_reg.h +++ b/sys/dev/sound/pci/hda/hda_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c index 63bd853edda..b955d1667b8 100644 --- a/sys/dev/sound/pci/hda/hdaa.c +++ b/sys/dev/sound/pci/hda/hdaa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2006 Ariff Abdullah * Copyright (c) 2008-2012 Alexander Motin diff --git a/sys/dev/sound/pci/hda/hdaa.h b/sys/dev/sound/pci/hda/hdaa.h index a85e14f0dee..ca6b30d750d 100644 --- a/sys/dev/sound/pci/hda/hdaa.h +++ b/sys/dev/sound/pci/hda/hdaa.h @@ -1,4 +1,6 @@ -/*-7 +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2006 Ariff Abdullah * Copyright (c) 2008-2012 Alexander Motin diff --git a/sys/dev/sound/pci/hda/hdaa_patches.c b/sys/dev/sound/pci/hda/hdaa_patches.c index abcb0d131b0..e897e993bf8 100644 --- a/sys/dev/sound/pci/hda/hdaa_patches.c +++ b/sys/dev/sound/pci/hda/hdaa_patches.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2006 Ariff Abdullah * Copyright (c) 2008-2012 Alexander Motin diff --git a/sys/dev/sound/pci/hda/hdac.c b/sys/dev/sound/pci/hda/hdac.c index a996d003b17..e1daccb0b8e 100644 --- a/sys/dev/sound/pci/hda/hdac.c +++ b/sys/dev/sound/pci/hda/hdac.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2006 Ariff Abdullah * Copyright (c) 2008-2012 Alexander Motin diff --git a/sys/dev/sound/pci/hda/hdac.h b/sys/dev/sound/pci/hda/hdac.h index 0adc6ddce85..213d5a98d47 100644 --- a/sys/dev/sound/pci/hda/hdac.h +++ b/sys/dev/sound/pci/hda/hdac.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdac_private.h b/sys/dev/sound/pci/hda/hdac_private.h index b8798d7e3b3..1406f94a8e4 100644 --- a/sys/dev/sound/pci/hda/hdac_private.h +++ b/sys/dev/sound/pci/hda/hdac_private.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2008-2012 Alexander Motin * All rights reserved. diff --git a/sys/dev/sound/pci/hda/hdac_reg.h b/sys/dev/sound/pci/hda/hdac_reg.h index 893e3d22efa..6ce9f76494a 100644 --- a/sys/dev/sound/pci/hda/hdac_reg.h +++ b/sys/dev/sound/pci/hda/hdac_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * All rights reserved. * diff --git a/sys/dev/sound/pci/hda/hdacc.c b/sys/dev/sound/pci/hda/hdacc.c index e7c4e012b77..f7b10d77bb9 100644 --- a/sys/dev/sound/pci/hda/hdacc.c +++ b/sys/dev/sound/pci/hda/hdacc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Stephane E. Potvin * Copyright (c) 2006 Ariff Abdullah * Copyright (c) 2008-2012 Alexander Motin diff --git a/sys/dev/sound/pci/hdspe-pcm.c b/sys/dev/sound/pci/hdspe-pcm.c index 0efb768ba1f..c5c70e44d1a 100644 --- a/sys/dev/sound/pci/hdspe-pcm.c +++ b/sys/dev/sound/pci/hdspe-pcm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2016 Ruslan Bukin * All rights reserved. * diff --git a/sys/dev/sound/pci/hdspe.c b/sys/dev/sound/pci/hdspe.c index ff35684162a..6eb0436816a 100644 --- a/sys/dev/sound/pci/hdspe.c +++ b/sys/dev/sound/pci/hdspe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2016 Ruslan Bukin * All rights reserved. * diff --git a/sys/dev/sound/pci/hdspe.h b/sys/dev/sound/pci/hdspe.h index c2654c8f492..2fbff2adcc6 100644 --- a/sys/dev/sound/pci/hdspe.h +++ b/sys/dev/sound/pci/hdspe.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2016 Ruslan Bukin * All rights reserved. * diff --git a/sys/dev/sound/pci/ich.c b/sys/dev/sound/pci/ich.c index 61b6781662b..03af77aca0a 100644 --- a/sys/dev/sound/pci/ich.c +++ b/sys/dev/sound/pci/ich.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Katsurajima Naoto * Copyright (c) 2001 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pci/ich.h b/sys/dev/sound/pci/ich.h index be3f3fca3b4..89cbd49d90a 100644 --- a/sys/dev/sound/pci/ich.h +++ b/sys/dev/sound/pci/ich.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Katsurajima Naoto * Copyright (c) 2001 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pci/maestro.c b/sys/dev/sound/pci/maestro.c index fbadf3b3f7b..20f40e3c444 100644 --- a/sys/dev/sound/pci/maestro.c +++ b/sys/dev/sound/pci/maestro.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2004 Taku YAMAMOTO * All rights reserved. * diff --git a/sys/dev/sound/pci/maestro3.c b/sys/dev/sound/pci/maestro3.c index 5bab021fdf1..d530d0db1c8 100644 --- a/sys/dev/sound/pci/maestro3.c +++ b/sys/dev/sound/pci/maestro3.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Scott Long * Copyright (c) 2001 Darrell Anderson * All rights reserved. diff --git a/sys/dev/sound/pci/maestro_reg.h b/sys/dev/sound/pci/maestro_reg.h index ab354236848..7db2127f950 100644 --- a/sys/dev/sound/pci/maestro_reg.h +++ b/sys/dev/sound/pci/maestro_reg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999-2000 Taku YAMAMOTO * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic-coeff.h b/sys/dev/sound/pci/neomagic-coeff.h index 2fec6427ae1..b7fc1ade8d3 100644 --- a/sys/dev/sound/pci/neomagic-coeff.h +++ b/sys/dev/sound/pci/neomagic-coeff.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.c b/sys/dev/sound/pci/neomagic.c index e2db543be3a..5e3805645cf 100644 --- a/sys/dev/sound/pci/neomagic.c +++ b/sys/dev/sound/pci/neomagic.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/neomagic.h b/sys/dev/sound/pci/neomagic.h index 0b87f99cbf9..78257c3059e 100644 --- a/sys/dev/sound/pci/neomagic.h +++ b/sys/dev/sound/pci/neomagic.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/solo.c b/sys/dev/sound/pci/solo.c index 75d1ad41ff4..abaf74be459 100644 --- a/sys/dev/sound/pci/solo.c +++ b/sys/dev/sound/pci/solo.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/pci/spicds.c b/sys/dev/sound/pci/spicds.c index 1e7e60020c3..23a24461a06 100644 --- a/sys/dev/sound/pci/spicds.c +++ b/sys/dev/sound/pci/spicds.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. diff --git a/sys/dev/sound/pci/spicds.h b/sys/dev/sound/pci/spicds.h index f98bf93d804..a8bbbb3919b 100644 --- a/sys/dev/sound/pci/spicds.h +++ b/sys/dev/sound/pci/spicds.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Konstantin Dimitrov * Copyright (c) 2001 Katsurajima Naoto * All rights reserved. diff --git a/sys/dev/sound/pci/t4dwave.c b/sys/dev/sound/pci/t4dwave.c index 6530b5b685f..a7c5cd2be6b 100644 --- a/sys/dev/sound/pci/t4dwave.c +++ b/sys/dev/sound/pci/t4dwave.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/t4dwave.h b/sys/dev/sound/pci/t4dwave.h index 4a2ec626c50..bdab0be534e 100644 --- a/sys/dev/sound/pci/t4dwave.h +++ b/sys/dev/sound/pci/t4dwave.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pci/via8233.c b/sys/dev/sound/pci/via8233.c index 2bd54e4cb29..217d61e91e0 100644 --- a/sys/dev/sound/pci/via8233.c +++ b/sys/dev/sound/pci/via8233.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson * Portions of this code derived from via82c686.c: * Copyright (c) 2000 David Jones diff --git a/sys/dev/sound/pci/via8233.h b/sys/dev/sound/pci/via8233.h index a38afc96255..774f946db6b 100644 --- a/sys/dev/sound/pci/via8233.h +++ b/sys/dev/sound/pci/via8233.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/via82c686.c b/sys/dev/sound/pci/via82c686.c index 4c4a4120dd0..88f92d1277a 100644 --- a/sys/dev/sound/pci/via82c686.c +++ b/sys/dev/sound/pci/via82c686.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 David Jones * All rights reserved. * diff --git a/sys/dev/sound/pci/via82c686.h b/sys/dev/sound/pci/via82c686.h index 43dcb413130..02af2d38937 100644 --- a/sys/dev/sound/pci/via82c686.h +++ b/sys/dev/sound/pci/via82c686.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.c b/sys/dev/sound/pci/vibes.c index 22c84c8128a..a46efb061a8 100644 --- a/sys/dev/sound/pci/vibes.c +++ b/sys/dev/sound/pci/vibes.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pci/vibes.h b/sys/dev/sound/pci/vibes.h index d1eac407efb..37230720be9 100644 --- a/sys/dev/sound/pci/vibes.h +++ b/sys/dev/sound/pci/vibes.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.c b/sys/dev/sound/pcm/ac97.c index bc36948c9fe..70316c34b72 100644 --- a/sys/dev/sound/pcm/ac97.c +++ b/sys/dev/sound/pcm/ac97.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97.h b/sys/dev/sound/pcm/ac97.h index 3112cc0d474..4789448d282 100644 --- a/sys/dev/sound/pcm/ac97.h +++ b/sys/dev/sound/pcm/ac97.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97_patch.c b/sys/dev/sound/pcm/ac97_patch.c index e5ae55c1494..a88d54b8250 100644 --- a/sys/dev/sound/pcm/ac97_patch.c +++ b/sys/dev/sound/pcm/ac97_patch.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pcm/ac97_patch.h b/sys/dev/sound/pcm/ac97_patch.h index c8df443e362..dbcc309a49c 100644 --- a/sys/dev/sound/pcm/ac97_patch.h +++ b/sys/dev/sound/pcm/ac97_patch.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Orion Hodson * All rights reserved. * diff --git a/sys/dev/sound/pcm/buffer.c b/sys/dev/sound/pcm/buffer.c index cd59a355163..b86b67e4434 100644 --- a/sys/dev/sound/pcm/buffer.c +++ b/sys/dev/sound/pcm/buffer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/buffer.h b/sys/dev/sound/pcm/buffer.h index 8cee01237ad..74a684b9a4a 100644 --- a/sys/dev/sound/pcm/buffer.h +++ b/sys/dev/sound/pcm/buffer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Cameron Grant * All rights reserved. * diff --git a/sys/dev/sound/pcm/channel.c b/sys/dev/sound/pcm/channel.c index 83ec6c1e729..ecf89df4c9a 100644 --- a/sys/dev/sound/pcm/channel.c +++ b/sys/dev/sound/pcm/channel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/channel.h b/sys/dev/sound/pcm/channel.h index 45f43b55498..cd6e14d3907 100644 --- a/sys/dev/sound/pcm/channel.h +++ b/sys/dev/sound/pcm/channel.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/dsp.c b/sys/dev/sound/pcm/dsp.c index 5b92963375f..314329de022 100644 --- a/sys/dev/sound/pcm/dsp.c +++ b/sys/dev/sound/pcm/dsp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/dsp.h b/sys/dev/sound/pcm/dsp.h index 5a0880a6acd..d46334a1052 100644 --- a/sys/dev/sound/pcm/dsp.h +++ b/sys/dev/sound/pcm/dsp.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/feeder.c b/sys/dev/sound/pcm/feeder.c index 720f6763147..7b15c00c417 100644 --- a/sys/dev/sound/pcm/feeder.c +++ b/sys/dev/sound/pcm/feeder.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 1999 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pcm/feeder.h b/sys/dev/sound/pcm/feeder.h index 88e35d2c20f..dd73b050b7a 100644 --- a/sys/dev/sound/pcm/feeder.h +++ b/sys/dev/sound/pcm/feeder.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 1999 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pcm/feeder_chain.c b/sys/dev/sound/pcm/feeder_chain.c index 308d5f2e8b6..73922ab5539 100644 --- a/sys/dev/sound/pcm/feeder_chain.c +++ b/sys/dev/sound/pcm/feeder_chain.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_eq.c b/sys/dev/sound/pcm/feeder_eq.c index f71e7956ef6..4c3cf0f14de 100644 --- a/sys/dev/sound/pcm/feeder_eq.c +++ b/sys/dev/sound/pcm/feeder_eq.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_format.c b/sys/dev/sound/pcm/feeder_format.c index f6a4c937a78..354c7e51df6 100644 --- a/sys/dev/sound/pcm/feeder_format.c +++ b/sys/dev/sound/pcm/feeder_format.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_matrix.c b/sys/dev/sound/pcm/feeder_matrix.c index 5274ed46b79..5e2bdbcb847 100644 --- a/sys/dev/sound/pcm/feeder_matrix.c +++ b/sys/dev/sound/pcm/feeder_matrix.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_mixer.c b/sys/dev/sound/pcm/feeder_mixer.c index 8e6ba27f77a..b2a173a6548 100644 --- a/sys/dev/sound/pcm/feeder_mixer.c +++ b/sys/dev/sound/pcm/feeder_mixer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_rate.c b/sys/dev/sound/pcm/feeder_rate.c index da6c1be2969..35622d84d26 100644 --- a/sys/dev/sound/pcm/feeder_rate.c +++ b/sys/dev/sound/pcm/feeder_rate.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/feeder_volume.c b/sys/dev/sound/pcm/feeder_volume.c index 1bd3789bcd5..322d7f6b2c8 100644 --- a/sys/dev/sound/pcm/feeder_volume.c +++ b/sys/dev/sound/pcm/feeder_volume.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/g711.h b/sys/dev/sound/pcm/g711.h index 49d7636e548..039f5692bfb 100644 --- a/sys/dev/sound/pcm/g711.h +++ b/sys/dev/sound/pcm/g711.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/intpcm.h b/sys/dev/sound/pcm/intpcm.h index 99a7335362e..f7574718f8c 100644 --- a/sys/dev/sound/pcm/intpcm.h +++ b/sys/dev/sound/pcm/intpcm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/matrix.h b/sys/dev/sound/pcm/matrix.h index 6ff1074ade5..5a489a37c63 100644 --- a/sys/dev/sound/pcm/matrix.h +++ b/sys/dev/sound/pcm/matrix.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/matrix_map.h b/sys/dev/sound/pcm/matrix_map.h index ff79e958a44..0d239c55544 100644 --- a/sys/dev/sound/pcm/matrix_map.h +++ b/sys/dev/sound/pcm/matrix_map.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/mixer.c b/sys/dev/sound/pcm/mixer.c index 0e651f47fa2..15c12c1a782 100644 --- a/sys/dev/sound/pcm/mixer.c +++ b/sys/dev/sound/pcm/mixer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/mixer.h b/sys/dev/sound/pcm/mixer.h index 0fb2e914433..1100e3aceda 100644 --- a/sys/dev/sound/pcm/mixer.h +++ b/sys/dev/sound/pcm/mixer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 1999 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pcm/pcm.h b/sys/dev/sound/pcm/pcm.h index a3a4ec385c7..15119fe16d9 100644 --- a/sys/dev/sound/pcm/pcm.h +++ b/sys/dev/sound/pcm/pcm.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c index e0cb5df13fc..0237c8e3311 100644 --- a/sys/dev/sound/pcm/sndstat.c +++ b/sys/dev/sound/pcm/sndstat.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 2001 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pcm/sndstat.h b/sys/dev/sound/pcm/sndstat.h index 0bdb96ac01f..026b3772244 100644 --- a/sys/dev/sound/pcm/sndstat.h +++ b/sys/dev/sound/pcm/sndstat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2009 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/pcm/sound.c b/sys/dev/sound/pcm/sound.c index 44b77ee4e7e..378cf085e4b 100644 --- a/sys/dev/sound/pcm/sound.c +++ b/sys/dev/sound/pcm/sound.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Portions Copyright (c) Ryan Beasley - GSoC 2006 * Copyright (c) 1999 Cameron Grant diff --git a/sys/dev/sound/pcm/sound.h b/sys/dev/sound/pcm/sound.h index 2897aed1850..da355bf7ff3 100644 --- a/sys/dev/sound/pcm/sound.h +++ b/sys/dev/sound/pcm/sound.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 1999 Cameron Grant * Copyright (c) 1995 Hannu Savolainen diff --git a/sys/dev/sound/pcm/vchan.c b/sys/dev/sound/pcm/vchan.c index e561bb710d8..d8e3509d0eb 100644 --- a/sys/dev/sound/pcm/vchan.c +++ b/sys/dev/sound/pcm/vchan.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2009 Ariff Abdullah * Copyright (c) 2001 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/pcm/vchan.h b/sys/dev/sound/pcm/vchan.h index 04c2b4fd39e..44e66624921 100644 --- a/sys/dev/sound/pcm/vchan.h +++ b/sys/dev/sound/pcm/vchan.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2005-2009 Ariff Abdullah * Copyright (c) 2001 Cameron Grant * All rights reserved. diff --git a/sys/dev/sound/sbus/apcdmareg.h b/sys/dev/sound/sbus/apcdmareg.h index d4296adbe9f..719da7d09d1 100644 --- a/sys/dev/sound/sbus/apcdmareg.h +++ b/sys/dev/sound/sbus/apcdmareg.h @@ -2,6 +2,8 @@ /* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause + * * Copyright (c) 2001 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/sound/sbus/cs4231.c b/sys/dev/sound/sbus/cs4231.c index 7b80afcf0f9..0fb7164d0f5 100644 --- a/sys/dev/sound/sbus/cs4231.c +++ b/sys/dev/sound/sbus/cs4231.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Jason L. Wright (jason@thought.net) * Copyright (c) 2004 Pyun YongHyeon * All rights reserved. diff --git a/sys/dev/sound/sbus/cs4231.h b/sys/dev/sound/sbus/cs4231.h index d1e9185d31c..717e7792712 100644 --- a/sys/dev/sound/sbus/cs4231.h +++ b/sys/dev/sound/sbus/cs4231.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1996 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/unit.c b/sys/dev/sound/unit.c index f263e042c4a..c95d8db227f 100644 --- a/sys/dev/sound/unit.c +++ b/sys/dev/sound/unit.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/unit.h b/sys/dev/sound/unit.h index e49e8f8e9bb..fb7a8561245 100644 --- a/sys/dev/sound/unit.h +++ b/sys/dev/sound/unit.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/sound/usb/uaudio.c b/sys/dev/sound/usb/uaudio.c index ac83d65f5a4..5de4038d297 100644 --- a/sys/dev/sound/usb/uaudio.c +++ b/sys/dev/sound/usb/uaudio.c @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/usb/uaudio.h b/sys/dev/sound/usb/uaudio.h index 2d9a87568b4..a3641e2178d 100644 --- a/sys/dev/sound/usb/uaudio.h +++ b/sys/dev/sound/usb/uaudio.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2002 Hiroyuki Aizu * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/sound/usb/uaudio_pcm.c b/sys/dev/sound/usb/uaudio_pcm.c index 10e8cc430f9..6bcbe6c2a52 100644 --- a/sys/dev/sound/usb/uaudio_pcm.c +++ b/sys/dev/sound/usb/uaudio_pcm.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000-2002 Hiroyuki Aizu * Copyright (c) 2006 Hans Petter Selasky * diff --git a/sys/dev/sound/usb/uaudioreg.h b/sys/dev/sound/usb/uaudioreg.h index 637b5b1c0f2..fd395ac8605 100644 --- a/sys/dev/sound/usb/uaudioreg.h +++ b/sys/dev/sound/usb/uaudioreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1999 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sound/version.h b/sys/dev/sound/version.h index 6dee6a2ca02..c36bc1a2d35 100644 --- a/sys/dev/sound/version.h +++ b/sys/dev/sound/version.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Ariff Abdullah * All rights reserved. * diff --git a/sys/dev/spibus/ofw_spibus.c b/sys/dev/spibus/ofw_spibus.c index a2922fd9781..c968b77748f 100644 --- a/sys/dev/spibus/ofw_spibus.c +++ b/sys/dev/spibus/ofw_spibus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause-FreeBSD + * * Copyright (c) 2009, Nathan Whitehorn * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. diff --git a/sys/dev/stg/tmc18c30.c b/sys/dev/stg/tmc18c30.c index 4479fa29de5..add97a57137 100644 --- a/sys/dev/stg/tmc18c30.c +++ b/sys/dev/stg/tmc18c30.c @@ -6,6 +6,8 @@ #define STG_IO_CONTROL_FLAGS (STG_FIFO_INTERRUPTS | STG_WAIT_FOR_SELECT) /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stg/tmc18c30_isa.c b/sys/dev/stg/tmc18c30_isa.c index e44a8b0e4df..242db310fd8 100644 --- a/sys/dev/stg/tmc18c30_isa.c +++ b/sys/dev/stg/tmc18c30_isa.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index a172d52067b..4b665b9308c 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -2,6 +2,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30_pci.c b/sys/dev/stg/tmc18c30_pci.c index 0ff2e62212a..5d82a45b5c3 100644 --- a/sys/dev/stg/tmc18c30_pci.c +++ b/sys/dev/stg/tmc18c30_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2003 Bob Bishop * All rights reserved. * [Ported for FreeBSD] diff --git a/sys/dev/stg/tmc18c30_subr.c b/sys/dev/stg/tmc18c30_subr.c index 98cf1b42409..7444f4d6fc9 100644 --- a/sys/dev/stg/tmc18c30_subr.c +++ b/sys/dev/stg/tmc18c30_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [Ported for FreeBSD] * Copyright (c) 2000 * Noriaki Mitsunaga, Mitsuru Iwasaki and Takanori Watanabe. diff --git a/sys/dev/stg/tmc18c30reg.h b/sys/dev/stg/tmc18c30reg.h index 93c9940ba64..599dbf5a2c8 100644 --- a/sys/dev/stg/tmc18c30reg.h +++ b/sys/dev/stg/tmc18c30reg.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stg/tmc18c30var.h b/sys/dev/stg/tmc18c30var.h index 06a454b8e77..c7d1b163cca 100644 --- a/sys/dev/stg/tmc18c30var.h +++ b/sys/dev/stg/tmc18c30var.h @@ -3,6 +3,8 @@ /* $NetBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * [NetBSD for NEC PC-98 series] * Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001 * NetBSD/pc98 porting staff. All rights reserved. diff --git a/sys/dev/stge/if_stge.c b/sys/dev/stge/if_stge.c index 1ebb05d895b..4a4fb1ac74d 100644 --- a/sys/dev/stge/if_stge.c +++ b/sys/dev/stge/if_stge.c @@ -1,6 +1,8 @@ /* $NetBSD: if_stge.c,v 1.32 2005/12/11 12:22:49 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/stge/if_stgereg.h b/sys/dev/stge/if_stgereg.h index f14142a38be..9082a2c0793 100644 --- a/sys/dev/stge/if_stgereg.h +++ b/sys/dev/stge/if_stgereg.h @@ -1,6 +1,8 @@ /* $NetBSD: if_stgereg.h,v 1.3 2003/02/10 21:10:07 christos Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/sym/sym_conf.h b/sys/dev/sym/sym_conf.h index b1b2102a9a3..135b0e85992 100644 --- a/sys/dev/sym/sym_conf.h +++ b/sys/dev/sym/sym_conf.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_defs.h b/sys/dev/sym/sym_defs.h index 483350439b1..db0768b0e6c 100644 --- a/sys/dev/sym/sym_defs.h +++ b/sys/dev/sym/sym_defs.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw.h b/sys/dev/sym/sym_fw.h index 2c349ca5270..ce97c9252c2 100644 --- a/sys/dev/sym/sym_fw.h +++ b/sys/dev/sym/sym_fw.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw1.h b/sys/dev/sym/sym_fw1.h index 4d0e99cd86b..cab8c979cd0 100644 --- a/sys/dev/sym/sym_fw1.h +++ b/sys/dev/sym/sym_fw1.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_fw2.h b/sys/dev/sym/sym_fw2.h index b14ee83fe32..5858fa9ed54 100644 --- a/sys/dev/sym/sym_fw2.h +++ b/sys/dev/sym/sym_fw2.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/sym/sym_hipd.c b/sys/dev/sym/sym_hipd.c index 698f2944b7d..5b9f9c85edd 100644 --- a/sys/dev/sym/sym_hipd.c +++ b/sys/dev/sym/sym_hipd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 * PCI-SCSI controllers. * diff --git a/sys/dev/syscons/apm/apm_saver.c b/sys/dev/syscons/apm/apm_saver.c index 567b452e0b2..efecf7327a3 100644 --- a/sys/dev/syscons/apm/apm_saver.c +++ b/sys/dev/syscons/apm/apm_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Nick Sayer (who stole shamelessly from blank_saver) * All rights reserved. * diff --git a/sys/dev/syscons/blank/blank_saver.c b/sys/dev/syscons/blank/blank_saver.c index 38ce540b43a..93a05226eec 100644 --- a/sys/dev/syscons/blank/blank_saver.c +++ b/sys/dev/syscons/blank/blank_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/daemon/daemon_saver.c b/sys/dev/syscons/daemon/daemon_saver.c index 5b30a398e7b..ddcaeea091f 100644 --- a/sys/dev/syscons/daemon/daemon_saver.c +++ b/sys/dev/syscons/daemon/daemon_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Sandro Sigala, Brescia, Italy. * Copyright (c) 1997 Chris Shenton * Copyright (c) 1995 Søren Schmidt diff --git a/sys/dev/syscons/dragon/dragon_saver.c b/sys/dev/syscons/dragon/dragon_saver.c index df29d8277f0..9fbf9c2d079 100644 --- a/sys/dev/syscons/dragon/dragon_saver.c +++ b/sys/dev/syscons/dragon/dragon_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Chiharu Shibata * All rights reserved. * diff --git a/sys/dev/syscons/fade/fade_saver.c b/sys/dev/syscons/fade/fade_saver.c index 0bcc9e8ac7d..222a1139f0f 100644 --- a/sys/dev/syscons/fade/fade_saver.c +++ b/sys/dev/syscons/fade/fade_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/fire/fire_saver.c b/sys/dev/syscons/fire/fire_saver.c index 4b0a0e00a60..636f6006a42 100644 --- a/sys/dev/syscons/fire/fire_saver.c +++ b/sys/dev/syscons/fire/fire_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Brad Forschinger * All rights reserved. * diff --git a/sys/dev/syscons/green/green_saver.c b/sys/dev/syscons/green/green_saver.c index 792a561ed41..8dbd8e9e99e 100644 --- a/sys/dev/syscons/green/green_saver.c +++ b/sys/dev/syscons/green/green_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/logo/logo_saver.c b/sys/dev/syscons/logo/logo_saver.c index 071261ead62..81626d5d5bf 100644 --- a/sys/dev/syscons/logo/logo_saver.c +++ b/sys/dev/syscons/logo/logo_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/syscons/rain/rain_saver.c b/sys/dev/syscons/rain/rain_saver.c index 1ddbdc74845..c71002e55d3 100644 --- a/sys/dev/syscons/rain/rain_saver.c +++ b/sys/dev/syscons/rain/rain_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/syscons/scgfbrndr.c b/sys/dev/syscons/scgfbrndr.c index 9889ee54671..190da525454 100644 --- a/sys/dev/syscons/scgfbrndr.c +++ b/sys/dev/syscons/scgfbrndr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index be4998377f5..8da242c8a9f 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1999 Kazutaka YOKOTA * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. diff --git a/sys/dev/syscons/scmouse.c b/sys/dev/syscons/scmouse.c index 15a4e308d92..aeff5f9b3e9 100644 --- a/sys/dev/syscons/scmouse.c +++ b/sys/dev/syscons/scmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scterm-teken.c b/sys/dev/syscons/scterm-teken.c index 4aa3330f1de..290e836f91f 100644 --- a/sys/dev/syscons/scterm-teken.c +++ b/sys/dev/syscons/scterm-teken.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scterm.c b/sys/dev/syscons/scterm.c index f0f56b5475a..1a66f3fa763 100644 --- a/sys/dev/syscons/scterm.c +++ b/sys/dev/syscons/scterm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scvesactl.c b/sys/dev/syscons/scvesactl.c index b896484bb76..74e7428eefb 100644 --- a/sys/dev/syscons/scvesactl.c +++ b/sys/dev/syscons/scvesactl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scvgarndr.c b/sys/dev/syscons/scvgarndr.c index 8b098f240e5..76421208054 100644 --- a/sys/dev/syscons/scvgarndr.c +++ b/sys/dev/syscons/scvgarndr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c index 0176147dcd5..099185363ab 100644 --- a/sys/dev/syscons/scvidctl.c +++ b/sys/dev/syscons/scvidctl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/scvtb.c b/sys/dev/syscons/scvtb.c index 8d2b224b36d..44b667b8ab8 100644 --- a/sys/dev/syscons/scvtb.c +++ b/sys/dev/syscons/scvtb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/snake/snake_saver.c b/sys/dev/syscons/snake/snake_saver.c index 15f8edde435..af2d2c31553 100644 --- a/sys/dev/syscons/snake/snake_saver.c +++ b/sys/dev/syscons/snake/snake_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/star/star_saver.c b/sys/dev/syscons/star/star_saver.c index e8e60415eed..47ed1d8fadd 100644 --- a/sys/dev/syscons/star/star_saver.c +++ b/sys/dev/syscons/star/star_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c index eafa3d145e2..2020436d89b 100644 --- a/sys/dev/syscons/syscons.c +++ b/sys/dev/syscons/syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1992-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h index 28b36287820..80119d26ea0 100644 --- a/sys/dev/syscons/syscons.h +++ b/sys/dev/syscons/syscons.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1995-1998 Søren Schmidt * All rights reserved. * diff --git a/sys/dev/syscons/sysmouse.c b/sys/dev/syscons/sysmouse.c index 8ea0939eb57..8174dd95223 100644 --- a/sys/dev/syscons/sysmouse.c +++ b/sys/dev/syscons/sysmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/syscons/warp/warp_saver.c b/sys/dev/syscons/warp/warp_saver.c index 93383ddaebc..6e186edacd3 100644 --- a/sys/dev/syscons/warp/warp_saver.c +++ b/sys/dev/syscons/warp/warp_saver.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 1998 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_io.h b/sys/dev/tdfx/tdfx_io.h index faec61e1177..ced08f3e8a4 100644 --- a/sys/dev/tdfx/tdfx_io.h +++ b/sys/dev/tdfx/tdfx_io.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_linux.c b/sys/dev/tdfx/tdfx_linux.c index 8a6399ff560..e20763b3764 100644 --- a/sys/dev/tdfx/tdfx_linux.c +++ b/sys/dev/tdfx/tdfx_linux.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 The FreeBSD Project * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_linux.h b/sys/dev/tdfx/tdfx_linux.h index a3235cc8ba0..4a29e5a8dc1 100644 --- a/sys/dev/tdfx/tdfx_linux.h +++ b/sys/dev/tdfx/tdfx_linux.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_pci.c b/sys/dev/tdfx/tdfx_pci.c index be423751ca3..4156e23b88d 100644 --- a/sys/dev/tdfx/tdfx_pci.c +++ b/sys/dev/tdfx/tdfx_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_pci.h b/sys/dev/tdfx/tdfx_pci.h index 0c60e5a2b6c..9998d9e8204 100644 --- a/sys/dev/tdfx/tdfx_pci.h +++ b/sys/dev/tdfx/tdfx_pci.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * diff --git a/sys/dev/tdfx/tdfx_vars.h b/sys/dev/tdfx/tdfx_vars.h index 1e10e3c3a66..6eda3797a2c 100644 --- a/sys/dev/tdfx/tdfx_vars.h +++ b/sys/dev/tdfx/tdfx_vars.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000-2001 by Coleman Kane * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led.c b/sys/dev/terasic/de4led/terasic_de4led.c index bcef7aff8bd..ee99bd54123 100644 --- a/sys/dev/terasic/de4led/terasic_de4led.c +++ b/sys/dev/terasic/de4led/terasic_de4led.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led.h b/sys/dev/terasic/de4led/terasic_de4led.h index 4475e9b3b91..873a531ff3e 100644 --- a/sys/dev/terasic/de4led/terasic_de4led.h +++ b/sys/dev/terasic/de4led/terasic_de4led.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led_fdt.c b/sys/dev/terasic/de4led/terasic_de4led_fdt.c index feab93342d7..d8473f7d0fb 100644 --- a/sys/dev/terasic/de4led/terasic_de4led_fdt.c +++ b/sys/dev/terasic/de4led/terasic_de4led_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/de4led/terasic_de4led_nexus.c b/sys/dev/terasic/de4led/terasic_de4led_nexus.c index a8eb5f1af0d..33ea2377cc0 100644 --- a/sys/dev/terasic/de4led/terasic_de4led_nexus.c +++ b/sys/dev/terasic/de4led/terasic_de4led_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl.c b/sys/dev/terasic/mtl/terasic_mtl.c index 2a0744bce19..10e3b413ca9 100644 --- a/sys/dev/terasic/mtl/terasic_mtl.c +++ b/sys/dev/terasic/mtl/terasic_mtl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl.h b/sys/dev/terasic/mtl/terasic_mtl.h index f03e6f05cb8..2ab6de00b7a 100644 --- a/sys/dev/terasic/mtl/terasic_mtl.h +++ b/sys/dev/terasic/mtl/terasic_mtl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_fdt.c b/sys/dev/terasic/mtl/terasic_mtl_fdt.c index e592521fe8e..d6b198ee0b9 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_fdt.c +++ b/sys/dev/terasic/mtl/terasic_mtl_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012-2013 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_nexus.c b/sys/dev/terasic/mtl/terasic_mtl_nexus.c index e88dc06bf68..dd136be4870 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_nexus.c +++ b/sys/dev/terasic/mtl/terasic_mtl_nexus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_pixel.c b/sys/dev/terasic/mtl/terasic_mtl_pixel.c index a7cbbde2c4a..a4e4735f6da 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_pixel.c +++ b/sys/dev/terasic/mtl/terasic_mtl_pixel.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_reg.c b/sys/dev/terasic/mtl/terasic_mtl_reg.c index e5bac611dec..8fe4855ef90 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_reg.c +++ b/sys/dev/terasic/mtl/terasic_mtl_reg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_syscons.c b/sys/dev/terasic/mtl/terasic_mtl_syscons.c index 97d989161f9..18d4f980aa4 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_syscons.c +++ b/sys/dev/terasic/mtl/terasic_mtl_syscons.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/terasic/mtl/terasic_mtl_text.c b/sys/dev/terasic/mtl/terasic_mtl_text.c index 905e62f25ca..b437702ce2e 100644 --- a/sys/dev/terasic/mtl/terasic_mtl_text.c +++ b/sys/dev/terasic/mtl/terasic_mtl_text.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Robert N. M. Watson * All rights reserved. * diff --git a/sys/dev/trm/trm.c b/sys/dev/trm/trm.c index 5374807f2c1..484b14965fc 100644 --- a/sys/dev/trm/trm.c +++ b/sys/dev/trm/trm.c @@ -27,6 +27,8 @@ __FBSDID("$FreeBSD$"); */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/trm/trm.h b/sys/dev/trm/trm.h index f72335ae239..e1f629a6328 100644 --- a/sys/dev/trm/trm.h +++ b/sys/dev/trm/trm.h @@ -5,6 +5,8 @@ * PCI SCSI Bus Master Host Adapter Device Driver * (SCSI chip set used Tekram ASIC TRM-S1040) * + * SPDX-License-Identifier: BSD-3-Clause + * * (C)Copyright 1995-2001 Tekram Technology Co.,Ltd. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/tsec/if_tsec.c b/sys/dev/tsec/if_tsec.c index 5ca9f4087c1..34bd22957db 100644 --- a/sys/dev/tsec/if_tsec.c +++ b/sys/dev/tsec/if_tsec.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007-2008 Semihalf, Rafal Jaworowski * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/tsec/if_tsec.h b/sys/dev/tsec/if_tsec.h index c8dca3bfbeb..2caa2619f6b 100644 --- a/sys/dev/tsec/if_tsec.h +++ b/sys/dev/tsec/if_tsec.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. * diff --git a/sys/dev/tsec/if_tsec_fdt.c b/sys/dev/tsec/if_tsec_fdt.c index 7f25a42e162..cfad15b533c 100644 --- a/sys/dev/tsec/if_tsec_fdt.c +++ b/sys/dev/tsec/if_tsec_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2007-2008 Semihalf, Rafal Jaworowski * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/tsec/if_tsecreg.h b/sys/dev/tsec/if_tsecreg.h index 1994298cd53..18a81df7143 100644 --- a/sys/dev/tsec/if_tsecreg.h +++ b/sys/dev/tsec/if_tsecreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2008-2009 Semihalf, Piotr Ziecik * Copyright (C) 2006-2007 Semihalf, Piotr Kruszynski * All rights reserved. diff --git a/sys/dev/twa/tw_cl.h b/sys/dev/twa/tw_cl.h index ab1936d7302..82aba006ea7 100644 --- a/sys/dev/twa/tw_cl.h +++ b/sys/dev/twa/tw_cl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_externs.h b/sys/dev/twa/tw_cl_externs.h index 9fd2a3280b9..1c5a313f03f 100644 --- a/sys/dev/twa/tw_cl_externs.h +++ b/sys/dev/twa/tw_cl_externs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_fwif.h b/sys/dev/twa/tw_cl_fwif.h index 52f76bfeab1..2e3f9048a6f 100644 --- a/sys/dev/twa/tw_cl_fwif.h +++ b/sys/dev/twa/tw_cl_fwif.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_init.c b/sys/dev/twa/tw_cl_init.c index a39da75b7ff..29ed60e58b7 100644 --- a/sys/dev/twa/tw_cl_init.c +++ b/sys/dev/twa/tw_cl_init.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_intr.c b/sys/dev/twa/tw_cl_intr.c index a7c90d39555..aa89f79d92a 100644 --- a/sys/dev/twa/tw_cl_intr.c +++ b/sys/dev/twa/tw_cl_intr.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_io.c b/sys/dev/twa/tw_cl_io.c index 1e1ca6cd676..77d69a3a37c 100644 --- a/sys/dev/twa/tw_cl_io.c +++ b/sys/dev/twa/tw_cl_io.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_ioctl.h b/sys/dev/twa/tw_cl_ioctl.h index aab7fd95815..6c10b0bcefa 100644 --- a/sys/dev/twa/tw_cl_ioctl.h +++ b/sys/dev/twa/tw_cl_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_misc.c b/sys/dev/twa/tw_cl_misc.c index b0bf8e4aa27..4a0c5f3839e 100644 --- a/sys/dev/twa/tw_cl_misc.c +++ b/sys/dev/twa/tw_cl_misc.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_cl_share.h b/sys/dev/twa/tw_cl_share.h index 00becf03c4d..ff252dec9fb 100644 --- a/sys/dev/twa/tw_cl_share.h +++ b/sys/dev/twa/tw_cl_share.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap * All rights reserved. diff --git a/sys/dev/twa/tw_osl.h b/sys/dev/twa/tw_osl.h index bed16cda68f..27289fc0de1 100644 --- a/sys/dev/twa/tw_osl.h +++ b/sys/dev/twa/tw_osl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_cam.c b/sys/dev/twa/tw_osl_cam.c index 75739ec3653..d54ad55e428 100644 --- a/sys/dev/twa/tw_osl_cam.c +++ b/sys/dev/twa/tw_osl_cam.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_externs.h b/sys/dev/twa/tw_osl_externs.h index 08963e5b2f7..bd8250312c5 100644 --- a/sys/dev/twa/tw_osl_externs.h +++ b/sys/dev/twa/tw_osl_externs.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_freebsd.c b/sys/dev/twa/tw_osl_freebsd.c index 1bb7574c082..71cfdf0e6a2 100644 --- a/sys/dev/twa/tw_osl_freebsd.c +++ b/sys/dev/twa/tw_osl_freebsd.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * Copyright (c) 2000 Michael Smith diff --git a/sys/dev/twa/tw_osl_includes.h b/sys/dev/twa/tw_osl_includes.h index 21f662e9dd3..06b69f1a95b 100644 --- a/sys/dev/twa/tw_osl_includes.h +++ b/sys/dev/twa/tw_osl_includes.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_inline.h b/sys/dev/twa/tw_osl_inline.h index 74d100d9636..43fe0c72772 100644 --- a/sys/dev/twa/tw_osl_inline.h +++ b/sys/dev/twa/tw_osl_inline.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_ioctl.h b/sys/dev/twa/tw_osl_ioctl.h index 10066a71288..3d26cbb642d 100644 --- a/sys/dev/twa/tw_osl_ioctl.h +++ b/sys/dev/twa/tw_osl_ioctl.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_share.h b/sys/dev/twa/tw_osl_share.h index c17d8cc28b5..13f2a62eba7 100644 --- a/sys/dev/twa/tw_osl_share.h +++ b/sys/dev/twa/tw_osl_share.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twa/tw_osl_types.h b/sys/dev/twa/tw_osl_types.h index 7fcfd4ca751..913aca0ccf9 100644 --- a/sys/dev/twa/tw_osl_types.h +++ b/sys/dev/twa/tw_osl_types.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-07 Applied Micro Circuits Corporation. * Copyright (c) 2004-05 Vinod Kashyap. * All rights reserved. diff --git a/sys/dev/twe/twe.c b/sys/dev/twe/twe.c index cdb218032f1..1419d4ffa83 100644 --- a/sys/dev/twe/twe.c +++ b/sys/dev/twe/twe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_compat.h b/sys/dev/twe/twe_compat.h index ae6d501ef7b..51d02165701 100644 --- a/sys/dev/twe/twe_compat.h +++ b/sys/dev/twe/twe_compat.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_freebsd.c b/sys/dev/twe/twe_freebsd.c index ea9a1f18a25..99c944ee077 100644 --- a/sys/dev/twe/twe_freebsd.c +++ b/sys/dev/twe/twe_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twe_tables.h b/sys/dev/twe/twe_tables.h index 3ba83c972c4..408dcebe717 100644 --- a/sys/dev/twe/twe_tables.h +++ b/sys/dev/twe/twe_tables.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/tweio.h b/sys/dev/twe/tweio.h index 1b78472495a..5946360073d 100644 --- a/sys/dev/twe/tweio.h +++ b/sys/dev/twe/tweio.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twereg.h b/sys/dev/twe/twereg.h index f6e7db6e1a0..5397ad92e7d 100644 --- a/sys/dev/twe/twereg.h +++ b/sys/dev/twe/twereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2003 Paul Saab * Copyright (c) 2003 Vinod Kashyap diff --git a/sys/dev/twe/twevar.h b/sys/dev/twe/twevar.h index 616f12b89ca..9512f7921e1 100644 --- a/sys/dev/twe/twevar.h +++ b/sys/dev/twe/twevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Michael Smith * Copyright (c) 2000 BSDi * All rights reserved. diff --git a/sys/dev/tws/tws_cam.c b/sys/dev/tws/tws_cam.c index 7475152c392..f948af09281 100644 --- a/sys/dev/tws/tws_cam.c +++ b/sys/dev/tws/tws_cam.c @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 LSI Corp. * All rights reserved. * Author : Manjunath Ranganathaiah diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index 72a4c08958b..e1af1acc325 100644 --- a/sys/dev/tx/if_tx.c +++ b/sys/dev/tx/if_tx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko (semenu@FreeBSD.org) * All rights reserved. * diff --git a/sys/dev/tx/if_txreg.h b/sys/dev/tx/if_txreg.h index 059c2c04915..3905104be81 100644 --- a/sys/dev/tx/if_txreg.h +++ b/sys/dev/tx/if_txreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko * All rights reserved. * diff --git a/sys/dev/tx/if_txvar.h b/sys/dev/tx/if_txvar.h index 1a6d766976f..00fdee6edff 100644 --- a/sys/dev/tx/if_txvar.h +++ b/sys/dev/tx/if_txvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1997 Semen Ustimenko * All rights reserved. * diff --git a/sys/dev/txp/3c990img.h b/sys/dev/txp/3c990img.h index 0667aaea2ee..6cdc49ceffb 100644 --- a/sys/dev/txp/3c990img.h +++ b/sys/dev/txp/3c990img.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright 1999-2003 3Com Corporation. All Rights Reserved. * * Redistribution and use in source and binary forms of the 3c990img.h diff --git a/sys/dev/txp/if_txpreg.h b/sys/dev/txp/if_txpreg.h index cfd211c4f8f..9ad924ec6dd 100644 --- a/sys/dev/txp/if_txpreg.h +++ b/sys/dev/txp/if_txpreg.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2001 Aaron Campbell . * All rights reserved. * diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index d658f96b64c..73109173bd4 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_bus.h b/sys/dev/uart/uart_bus.h index 0b4388806e8..556a9228493 100644 --- a/sys/dev/uart/uart_bus.h +++ b/sys/dev/uart/uart_bus.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_acpi.c b/sys/dev/uart/uart_bus_acpi.c index 85abfb07d76..b1bb55a3410 100644 --- a/sys/dev/uart/uart_bus_acpi.c +++ b/sys/dev/uart/uart_bus_acpi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/uart/uart_bus_ebus.c b/sys/dev/uart/uart_bus_ebus.c index 3720b38bd24..dead7733d0c 100644 --- a/sys/dev/uart/uart_bus_ebus.c +++ b/sys/dev/uart/uart_bus_ebus.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 by Thomas Moestl . * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_fdt.c b/sys/dev/uart/uart_bus_fdt.c index bade2e45f82..8efb7d7b229 100644 --- a/sys/dev/uart/uart_bus_fdt.c +++ b/sys/dev/uart/uart_bus_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index f38a8387853..8d80f88a910 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 TAKAHASHI Yoshihiro * Copyright (c) 2008 Marcel Moolenaar * Copyright (c) 2001 M. Warner Losh diff --git a/sys/dev/uart/uart_bus_pccard.c b/sys/dev/uart/uart_bus_pccard.c index 26aa6c2c104..894240ee344 100644 --- a/sys/dev/uart/uart_bus_pccard.c +++ b/sys/dev/uart/uart_bus_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh. All rights reserved. * Copyright (c) 2003 Norikatsu Shigemura, Takenori Watanabe All rights reserved. * diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index bfe654073b3..a8b8a7ec9ae 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * Copyright (c) 2001 M. Warner Losh * All rights reserved. diff --git a/sys/dev/uart/uart_bus_puc.c b/sys/dev/uart/uart_bus_puc.c index 1d96bb6a2f5..36419d43f35 100644 --- a/sys/dev/uart/uart_bus_puc.c +++ b/sys/dev/uart/uart_bus_puc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar. All rights reserved. * Copyright (c) 2002 JF Hay. All rights reserved. * Copyright (c) 2001 M. Warner Losh. All rights reserved. diff --git a/sys/dev/uart/uart_bus_scc.c b/sys/dev/uart/uart_bus_scc.c index 7a5d0b583d8..80f590610d9 100644 --- a/sys/dev/uart/uart_bus_scc.c +++ b/sys/dev/uart/uart_bus_scc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_core.c b/sys/dev/uart/uart_core.c index 5a5ece4e912..fe722cb3eb2 100644 --- a/sys/dev/uart/uart_core.c +++ b/sys/dev/uart/uart_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h index 6cd36269f11..4f34c767efc 100644 --- a/sys/dev/uart/uart_cpu.h +++ b/sys/dev/uart/uart_cpu.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_fdt.c b/sys/dev/uart/uart_cpu_fdt.c index 57e8829ca60..22b427a00fc 100644 --- a/sys/dev/uart/uart_cpu_fdt.c +++ b/sys/dev/uart/uart_cpu_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2010 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_powerpc.c b/sys/dev/uart/uart_cpu_powerpc.c index d3155b08c54..f1dac960765 100644 --- a/sys/dev/uart/uart_cpu_powerpc.c +++ b/sys/dev/uart/uart_cpu_powerpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_cpu_sparc64.c b/sys/dev/uart/uart_cpu_sparc64.c index 6cbfbe20858..17a2ca84bb6 100644 --- a/sys/dev/uart/uart_cpu_sparc64.c +++ b/sys/dev/uart/uart_cpu_sparc64.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * Copyright (c) 2004 - 2006 Marius Strobl * All rights reserved. diff --git a/sys/dev/uart/uart_cpu_x86.c b/sys/dev/uart/uart_cpu_x86.c index ce9cf7d61f1..5b28df144fe 100644 --- a/sys/dev/uart/uart_cpu_x86.c +++ b/sys/dev/uart/uart_cpu_x86.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003, 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dbg.c b/sys/dev/uart/uart_dbg.c index e2c7831244b..ece433b4695 100644 --- a/sys/dev/uart/uart_dbg.c +++ b/sys/dev/uart/uart_dbg.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_imx.c b/sys/dev/uart/uart_dev_imx.c index bc25df37f2d..35d6788f0c2 100644 --- a/sys/dev/uart/uart_dev_imx.c +++ b/sys/dev/uart/uart_dev_imx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_lpc.c b/sys/dev/uart/uart_dev_lpc.c index 48d7be3d02d..d74e1889f8d 100644 --- a/sys/dev/uart/uart_dev_lpc.c +++ b/sys/dev/uart/uart_dev_lpc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ns8250.c b/sys/dev/uart/uart_dev_ns8250.c index 7072f4e6f9e..266530db060 100644 --- a/sys/dev/uart/uart_dev_ns8250.c +++ b/sys/dev/uart/uart_dev_ns8250.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ns8250.h b/sys/dev/uart/uart_dev_ns8250.h index 0046dfefd87..906d920e205 100644 --- a/sys/dev/uart/uart_dev_ns8250.h +++ b/sys/dev/uart/uart_dev_ns8250.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_pl011.c b/sys/dev/uart/uart_dev_pl011.c index 625b3343f17..7568327d875 100644 --- a/sys/dev/uart/uart_dev_pl011.c +++ b/sys/dev/uart/uart_dev_pl011.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Semihalf. * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_quicc.c b/sys/dev/uart/uart_dev_quicc.c index 0237d6402ee..835f9fe56c5 100644 --- a/sys/dev/uart/uart_dev_quicc.c +++ b/sys/dev/uart/uart_dev_quicc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 Juniper Networks * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_sab82532.c b/sys/dev/uart/uart_dev_sab82532.c index 59a96392495..9cf41be5d7a 100644 --- a/sys/dev/uart/uart_dev_sab82532.c +++ b/sys/dev/uart/uart_dev_sab82532.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_ti8250.c b/sys/dev/uart/uart_dev_ti8250.c index e82dbb7e290..f5a230908da 100644 --- a/sys/dev/uart/uart_dev_ti8250.c +++ b/sys/dev/uart/uart_dev_ti8250.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Ian Lepore * All rights reserved. * diff --git a/sys/dev/uart/uart_dev_z8530.c b/sys/dev/uart/uart_dev_z8530.c index 5bacd4012e0..e57ae525ffd 100644 --- a/sys/dev/uart/uart_dev_z8530.c +++ b/sys/dev/uart/uart_dev_z8530.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_kbd_sun.c b/sys/dev/uart/uart_kbd_sun.c index cf5cd5bb91d..9cc15452f1a 100644 --- a/sys/dev/uart/uart_kbd_sun.c +++ b/sys/dev/uart/uart_kbd_sun.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Jake Burkholder. * All rights reserved. * diff --git a/sys/dev/uart/uart_kbd_sun.h b/sys/dev/uart/uart_kbd_sun.h index 84b55536b6e..05a4597930f 100644 --- a/sys/dev/uart/uart_kbd_sun.h +++ b/sys/dev/uart/uart_kbd_sun.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2002 Jason L. Wright (jason@thought.net) * All rights reserved. * diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index f3dc50ceb26..dcdaf9f1929 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/uart/uart_tty.c b/sys/dev/uart/uart_tty.c index 27ceb5b1934..7eaf2f7745c 100644 --- a/sys/dev/uart/uart_tty.c +++ b/sys/dev/uart/uart_tty.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Marcel Moolenaar * All rights reserved. * diff --git a/sys/dev/ubsec/ubsec.c b/sys/dev/ubsec/ubsec.c index 53e3ef8d4e2..94c7b050604 100644 --- a/sys/dev/ubsec/ubsec.c +++ b/sys/dev/ubsec/ubsec.c @@ -1,6 +1,8 @@ /* $OpenBSD: ubsec.c,v 1.115 2002/09/24 18:33:26 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-4-Clause + * * Copyright (c) 2000 Jason L. Wright (jason@thought.net) * Copyright (c) 2000 Theo de Raadt (deraadt@openbsd.org) * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) diff --git a/sys/dev/ubsec/ubsecreg.h b/sys/dev/ubsec/ubsecreg.h index f78dc450f4c..57533ae6d33 100644 --- a/sys/dev/ubsec/ubsecreg.h +++ b/sys/dev/ubsec/ubsecreg.h @@ -2,6 +2,8 @@ /* $OpenBSD: ubsecreg.h,v 1.27 2002/09/11 22:40:31 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Theo de Raadt * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) * diff --git a/sys/dev/ubsec/ubsecvar.h b/sys/dev/ubsec/ubsecvar.h index 4a9fa0bfd35..acbf32a2973 100644 --- a/sys/dev/ubsec/ubsecvar.h +++ b/sys/dev/ubsec/ubsecvar.h @@ -2,6 +2,8 @@ /* $OpenBSD: ubsecvar.h,v 1.35 2002/09/24 18:33:26 jason Exp $ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (c) 2000 Theo de Raadt * Copyright (c) 2001 Patrik Lindergren (patrik@ipunplugged.com) * diff --git a/sys/dev/usb/controller/at91dci.c b/sys/dev/usb/controller/at91dci.c index 169595cd741..010f5858981 100644 --- a/sys/dev/usb/controller/at91dci.c +++ b/sys/dev/usb/controller/at91dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h index 964e062f670..ac504c9b102 100644 --- a/sys/dev/usb/controller/at91dci.h +++ b/sys/dev/usb/controller/at91dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 ATMEL * Copyright (c) 2007 Hans Petter Selasky * All rights reserved. diff --git a/sys/dev/usb/controller/at91dci_atmelarm.c b/sys/dev/usb/controller/at91dci_atmelarm.c index 0dc1f9f1929..5aa51884a6e 100644 --- a/sys/dev/usb/controller/at91dci_atmelarm.c +++ b/sys/dev/usb/controller/at91dci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/at91dci_fdt.c b/sys/dev/usb/controller/at91dci_fdt.c index 431b502bd25..384114e0fac 100644 --- a/sys/dev/usb/controller/at91dci_fdt.c +++ b/sys/dev/usb/controller/at91dci_fdt.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci.c b/sys/dev/usb/controller/atmegadci.c index 8afdc92431c..8bc27fb51ae 100644 --- a/sys/dev/usb/controller/atmegadci.c +++ b/sys/dev/usb/controller/atmegadci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci.h b/sys/dev/usb/controller/atmegadci.h index 91ba030661f..38e2e532293 100644 --- a/sys/dev/usb/controller/atmegadci.h +++ b/sys/dev/usb/controller/atmegadci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/atmegadci_atmelarm.c b/sys/dev/usb/controller/atmegadci_atmelarm.c index d89ba8b70bc..4a85d82a3e7 100644 --- a/sys/dev/usb/controller/atmegadci_atmelarm.c +++ b/sys/dev/usb/controller/atmegadci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/avr32dci.c b/sys/dev/usb/controller/avr32dci.c index f5456f41eff..b8c22a6ab01 100644 --- a/sys/dev/usb/controller/avr32dci.c +++ b/sys/dev/usb/controller/avr32dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/avr32dci.h b/sys/dev/usb/controller/avr32dci.h index 2d80344fd48..b46893b390f 100644 --- a/sys/dev/usb/controller/avr32dci.h +++ b/sys/dev/usb/controller/avr32dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otg.c b/sys/dev/usb/controller/dwc_otg.c index 08c037706ea..6bf42b98b7f 100644 --- a/sys/dev/usb/controller/dwc_otg.c +++ b/sys/dev/usb/controller/dwc_otg.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2015 Daisuke Aoyama. All rights reserved. * Copyright (c) 2012-2015 Hans Petter Selasky. All rights reserved. * Copyright (c) 2010-2011 Aleksandr Rybalko. All rights reserved. diff --git a/sys/dev/usb/controller/dwc_otg.h b/sys/dev/usb/controller/dwc_otg.h index 7f5ede481e5..2de0214fb56 100644 --- a/sys/dev/usb/controller/dwc_otg.h +++ b/sys/dev/usb/controller/dwc_otg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otg_fdt.c b/sys/dev/usb/controller/dwc_otg_fdt.c index 3fc81969421..b33184c9721 100644 --- a/sys/dev/usb/controller/dwc_otg_fdt.c +++ b/sys/dev/usb/controller/dwc_otg_fdt.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/dwc_otgreg.h b/sys/dev/usb/controller/dwc_otgreg.h index 8b9538aef0b..3c50ca58a6d 100644 --- a/sys/dev/usb/controller/dwc_otgreg.h +++ b/sys/dev/usb/controller/dwc_otgreg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010,2011 Aleksandr Rybalko. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ehci.c b/sys/dev/usb/controller/ehci.c index e7c85a18d27..4229d96ab20 100644 --- a/sys/dev/usb/controller/ehci.c +++ b/sys/dev/usb/controller/ehci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 2004 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 2004 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/ehci.h b/sys/dev/usb/controller/ehci.h index 0d1e19a39e5..9d460e6f9f7 100644 --- a/sys/dev/usb/controller/ehci.h +++ b/sys/dev/usb/controller/ehci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ehci_fsl.c b/sys/dev/usb/controller/ehci_fsl.c index a877d5ea5fd..525a2c49a8c 100644 --- a/sys/dev/usb/controller/ehci_fsl.c +++ b/sys/dev/usb/controller/ehci_fsl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf * All rights reserved. * diff --git a/sys/dev/usb/controller/ehci_imx.c b/sys/dev/usb/controller/ehci_imx.c index 6dcebdef76d..c116cb9b31e 100644 --- a/sys/dev/usb/controller/ehci_imx.c +++ b/sys/dev/usb/controller/ehci_imx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2012 Semihalf * Copyright (c) 2012 The FreeBSD Foundation * Copyright (c) 2013 Ian Lepore diff --git a/sys/dev/usb/controller/ehci_ixp4xx.c b/sys/dev/usb/controller/ehci_ixp4xx.c index 02554ecf1d4..52d45a33b0b 100644 --- a/sys/dev/usb/controller/ehci_ixp4xx.c +++ b/sys/dev/usb/controller/ehci_ixp4xx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Sam Leffler. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ehci_pci.c b/sys/dev/usb/controller/ehci_pci.c index 49f00c732ff..61efbee453c 100644 --- a/sys/dev/usb/controller/ehci_pci.c +++ b/sys/dev/usb/controller/ehci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ehcireg.h b/sys/dev/usb/controller/ehcireg.h index 2394b2c17c9..81939e203df 100644 --- a/sys/dev/usb/controller/ehcireg.h +++ b/sys/dev/usb/controller/ehcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2001 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/musb_otg.c b/sys/dev/usb/controller/musb_otg.c index c7bc8b3fdfd..d2dea9fcbaa 100644 --- a/sys/dev/usb/controller/musb_otg.c +++ b/sys/dev/usb/controller/musb_otg.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/musb_otg.h b/sys/dev/usb/controller/musb_otg.h index 7fe19a7ce65..55ab7aa6c64 100644 --- a/sys/dev/usb/controller/musb_otg.h +++ b/sys/dev/usb/controller/musb_otg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/musb_otg_atmelarm.c b/sys/dev/usb/controller/musb_otg_atmelarm.c index b752e630f48..81859b70f9d 100644 --- a/sys/dev/usb/controller/musb_otg_atmelarm.c +++ b/sys/dev/usb/controller/musb_otg_atmelarm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/ohci.c b/sys/dev/usb/controller/ohci.c index a33ce04733b..ae9ae4488b8 100644 --- a/sys/dev/usb/controller/ohci.c +++ b/sys/dev/usb/controller/ohci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/ohci.h b/sys/dev/usb/controller/ohci.h index 9d8ac7dc832..50bc1a7f0dd 100644 --- a/sys/dev/usb/controller/ohci.h +++ b/sys/dev/usb/controller/ohci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ohci_pci.c b/sys/dev/usb/controller/ohci_pci.c index 31a1f57b992..27929aa25ff 100644 --- a/sys/dev/usb/controller/ohci_pci.c +++ b/sys/dev/usb/controller/ohci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/ohci_s3c24x0.c b/sys/dev/usb/controller/ohci_s3c24x0.c index 2e0682766fc..6255ae19df1 100644 --- a/sys/dev/usb/controller/ohci_s3c24x0.c +++ b/sys/dev/usb/controller/ohci_s3c24x0.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006 M. Warner Losh. All rights reserved. * Copyright (c) 2009 Andrew Turner. All rights reserved. * diff --git a/sys/dev/usb/controller/ohcireg.h b/sys/dev/usb/controller/ohcireg.h index 7f14875c627..c6ea41135cc 100644 --- a/sys/dev/usb/controller/ohcireg.h +++ b/sys/dev/usb/controller/ohcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index 013a5f31042..16ffa775687 100644 --- a/sys/dev/usb/controller/uhci.c +++ b/sys/dev/usb/controller/uhci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/controller/uhci.h b/sys/dev/usb/controller/uhci.h index 801952a73f6..fd6a71e0338 100644 --- a/sys/dev/usb/controller/uhci.h +++ b/sys/dev/usb/controller/uhci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhci_pci.c b/sys/dev/usb/controller/uhci_pci.c index 2f8b4647cc1..c24a34eda28 100644 --- a/sys/dev/usb/controller/uhci_pci.c +++ b/sys/dev/usb/controller/uhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/uhcireg.h b/sys/dev/usb/controller/uhcireg.h index 95eae494e71..fa0e4eb9ce8 100644 --- a/sys/dev/usb/controller/uhcireg.h +++ b/sys/dev/usb/controller/uhcireg.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/controller/usb_controller.c b/sys/dev/usb/controller/usb_controller.c index 9f7ce246181..154717537da 100644 --- a/sys/dev/usb/controller/usb_controller.c +++ b/sys/dev/usb/controller/usb_controller.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/uss820dci.c b/sys/dev/usb/controller/uss820dci.c index f4d06b783c7..f8e48b9a5a9 100644 --- a/sys/dev/usb/controller/uss820dci.c +++ b/sys/dev/usb/controller/uss820dci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/controller/uss820dci.h b/sys/dev/usb/controller/uss820dci.h index bc9cbc14c73..13001b1d392 100644 --- a/sys/dev/usb/controller/uss820dci.h +++ b/sys/dev/usb/controller/uss820dci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/controller/uss820dci_atmelarm.c b/sys/dev/usb/controller/uss820dci_atmelarm.c index 2684d38d49d..465a3a1c659 100644 --- a/sys/dev/usb/controller/uss820dci_atmelarm.c +++ b/sys/dev/usb/controller/uss820dci_atmelarm.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/controller/xhci.c b/sys/dev/usb/controller/xhci.c index b773c28a20b..12ecdefffd8 100644 --- a/sys/dev/usb/controller/xhci.c +++ b/sys/dev/usb/controller/xhci.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhci.h b/sys/dev/usb/controller/xhci.h index 8ca628580c9..b2459d9f3e5 100644 --- a/sys/dev/usb/controller/xhci.h +++ b/sys/dev/usb/controller/xhci.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 4855bc97e81..16f9a494ad7 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/controller/xhcireg.h b/sys/dev/usb/controller/xhcireg.h index 0e588ecba36..b49bc09a8e7 100644 --- a/sys/dev/usb/controller/xhcireg.h +++ b/sys/dev/usb/controller/xhcireg.h @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_audio.c b/sys/dev/usb/gadget/g_audio.c index d1bee0e673c..afb997944bd 100644 --- a/sys/dev/usb/gadget/g_audio.c +++ b/sys/dev/usb/gadget/g_audio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_audio.h b/sys/dev/usb/gadget/g_audio.h index 530e0c46dc3..111071cda0a 100644 --- a/sys/dev/usb/gadget/g_audio.h +++ b/sys/dev/usb/gadget/g_audio.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_keyboard.c b/sys/dev/usb/gadget/g_keyboard.c index a1ad566275c..3a5980a8e9b 100644 --- a/sys/dev/usb/gadget/g_keyboard.c +++ b/sys/dev/usb/gadget/g_keyboard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_keyboard.h b/sys/dev/usb/gadget/g_keyboard.h index 669bf8ac6ef..3e24462c2fe 100644 --- a/sys/dev/usb/gadget/g_keyboard.h +++ b/sys/dev/usb/gadget/g_keyboard.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_modem.c b/sys/dev/usb/gadget/g_modem.c index cc480ecc1e0..9ffa63bbb68 100644 --- a/sys/dev/usb/gadget/g_modem.c +++ b/sys/dev/usb/gadget/g_modem.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_modem.h b/sys/dev/usb/gadget/g_modem.h index c0d7e332e71..c7add7a8ffc 100644 --- a/sys/dev/usb/gadget/g_modem.h +++ b/sys/dev/usb/gadget/g_modem.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_mouse.c b/sys/dev/usb/gadget/g_mouse.c index 6aa5413291d..f041edb8555 100644 --- a/sys/dev/usb/gadget/g_mouse.c +++ b/sys/dev/usb/gadget/g_mouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/gadget/g_mouse.h b/sys/dev/usb/gadget/g_mouse.h index 6e763bcf486..3d256b0a0de 100644 --- a/sys/dev/usb/gadget/g_mouse.h +++ b/sys/dev/usb/gadget/g_mouse.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/input/atp.c b/sys/dev/usb/input/atp.c index 2d93d09d6a8..5d6c0dffd31 100644 --- a/sys/dev/usb/input/atp.c +++ b/sys/dev/usb/input/atp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 Rohit Grover * All rights reserved. * diff --git a/sys/dev/usb/input/uep.c b/sys/dev/usb/input/uep.c index f14735ab6c1..56110b59eca 100644 --- a/sys/dev/usb/input/uep.c +++ b/sys/dev/usb/input/uep.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright 2010, Gleb Smirnoff * All rights reserved. * diff --git a/sys/dev/usb/input/uhid.c b/sys/dev/usb/input/uhid.c index 88c68a7bff5..2a903c82f4f 100644 --- a/sys/dev/usb/input/uhid.c +++ b/sys/dev/usb/input/uhid.c @@ -8,6 +8,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ukbd.c b/sys/dev/usb/input/ukbd.c index 8e1eb23522a..7ce5ee01e8a 100644 --- a/sys/dev/usb/input/ukbd.c +++ b/sys/dev/usb/input/ukbd.c @@ -3,6 +3,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/ums.c b/sys/dev/usb/input/ums.c index c393f31a94e..0db78123726 100644 --- a/sys/dev/usb/input/ums.c +++ b/sys/dev/usb/input/ums.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/input/usb_rdesc.h b/sys/dev/usb/input/usb_rdesc.h index 23ea620b73e..00eea1223f3 100644 --- a/sys/dev/usb/input/usb_rdesc.h +++ b/sys/dev/usb/input/usb_rdesc.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Nick Hibma * All rights reserved. * diff --git a/sys/dev/usb/input/wsp.c b/sys/dev/usb/input/wsp.c index 6a02618e01f..e9d8cf73ae0 100644 --- a/sys/dev/usb/input/wsp.c +++ b/sys/dev/usb/input/wsp.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 Huang Wen Hui * All rights reserved. * diff --git a/sys/dev/usb/misc/ufm.c b/sys/dev/usb/misc/ufm.c index e7423b26884..aecff8ed8bd 100644 --- a/sys/dev/usb/misc/ufm.c +++ b/sys/dev/usb/misc/ufm.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/usb/net/if_axge.c b/sys/dev/usb/net/if_axge.c index dddcfe66e9f..caceeb27982 100644 --- a/sys/dev/usb/net/if_axge.c +++ b/sys/dev/usb/net/if_axge.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Kevin Lo * All rights reserved. * diff --git a/sys/dev/usb/net/if_axgereg.h b/sys/dev/usb/net/if_axgereg.h index c073610fe0d..542ea6d1ad8 100644 --- a/sys/dev/usb/net/if_axgereg.h +++ b/sys/dev/usb/net/if_axgereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013-2014 Kevin Lo * All rights reserved. * diff --git a/sys/dev/usb/net/if_ipheth.c b/sys/dev/usb/net/if_ipheth.c index d7035881e09..ab323bfeaca 100644 --- a/sys/dev/usb/net/if_ipheth.c +++ b/sys/dev/usb/net/if_ipheth.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * Copyright (c) 2009 Diego Giagio. All rights reserved. * diff --git a/sys/dev/usb/net/if_iphethvar.h b/sys/dev/usb/net/if_iphethvar.h index 65b0c940c60..4f9901891e6 100644 --- a/sys/dev/usb/net/if_iphethvar.h +++ b/sys/dev/usb/net/if_iphethvar.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * Copyright (c) 2009 Diego Giagio. All rights reserved. * diff --git a/sys/dev/usb/net/if_mos.c b/sys/dev/usb/net/if_mos.c index e6aaac95cc7..14619eccdf3 100644 --- a/sys/dev/usb/net/if_mos.c +++ b/sys/dev/usb/net/if_mos.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: 0BSD AND BSD-4-Clause + * * Copyright (c) 2011 Rick van der Zwet * * Permission to use, copy, modify, and distribute this software for any diff --git a/sys/dev/usb/net/if_ruereg.h b/sys/dev/usb/net/if_ruereg.h index c90a9692156..688ee24e51e 100644 --- a/sys/dev/usb/net/if_ruereg.h +++ b/sys/dev/usb/net/if_ruereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c index 1b4c2e35374..57d6a61f8f6 100644 --- a/sys/dev/usb/net/if_smsc.c +++ b/sys/dev/usb/net/if_smsc.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray . * All rights reserved. diff --git a/sys/dev/usb/net/if_smscreg.h b/sys/dev/usb/net/if_smscreg.h index 31a63828bad..5ad79b9e13e 100644 --- a/sys/dev/usb/net/if_smscreg.h +++ b/sys/dev/usb/net/if_smscreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012 * Ben Gray . * All rights reserved. diff --git a/sys/dev/usb/net/if_usie.c b/sys/dev/usb/net/if_usie.c index 528c1e47697..9a809cd96d4 100644 --- a/sys/dev/usb/net/if_usie.c +++ b/sys/dev/usb/net/if_usie.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Anybots Inc * written by Akinori Furukoshi * - ucom part is based on u3g.c diff --git a/sys/dev/usb/net/if_usievar.h b/sys/dev/usb/net/if_usievar.h index 9ba0dc8b12a..8dc0506affb 100644 --- a/sys/dev/usb/net/if_usievar.h +++ b/sys/dev/usb/net/if_usievar.h @@ -2,6 +2,8 @@ /*- * Copyright (c) 2011 Anybots Inc + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * written by Akinori Furukoshi * - ucom part is based on u3g.c * diff --git a/sys/dev/usb/net/ruephy.c b/sys/dev/usb/net/ruephy.c index 746ddbae6aa..017d07c3c13 100644 --- a/sys/dev/usb/net/ruephy.c +++ b/sys/dev/usb/net/ruephy.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/net/ruephyreg.h b/sys/dev/usb/net/ruephyreg.h index 01d3cc17224..38c508d5f01 100644 --- a/sys/dev/usb/net/ruephyreg.h +++ b/sys/dev/usb/net/ruephyreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/net/uhso.c b/sys/dev/usb/net/uhso.c index d8db44986b5..70f6294d278 100644 --- a/sys/dev/usb/net/uhso.c +++ b/sys/dev/usb/net/uhso.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Fredrik Lindberg * All rights reserved. * diff --git a/sys/dev/usb/net/usb_ethernet.c b/sys/dev/usb/net/usb_ethernet.c index 0b0350cea34..53c40302d49 100644 --- a/sys/dev/usb/net/usb_ethernet.c +++ b/sys/dev/usb/net/usb_ethernet.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson (thompsa@FreeBSD.org) * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/net/usb_ethernet.h b/sys/dev/usb/net/usb_ethernet.h index af7cad437f9..59c41a9171b 100644 --- a/sys/dev/usb/net/usb_ethernet.h +++ b/sys/dev/usb/net/usb_ethernet.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/quirk/usb_quirk.c b/sys/dev/usb/quirk/usb_quirk.c index 3f18b61db87..fb4ab6acec5 100644 --- a/sys/dev/usb/quirk/usb_quirk.c +++ b/sys/dev/usb/quirk/usb_quirk.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/quirk/usb_quirk.h b/sys/dev/usb/quirk/usb_quirk.h index bb9fe190e16..e7f2e02f608 100644 --- a/sys/dev/usb/quirk/usb_quirk.h +++ b/sys/dev/usb/quirk/usb_quirk.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/serial/ubsa.c b/sys/dev/usb/serial/ubsa.c index 74159687e76..b03024ef2de 100644 --- a/sys/dev/usb/serial/ubsa.c +++ b/sys/dev/usb/serial/ubsa.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2002, Alexander Kabaev . * All rights reserved. * diff --git a/sys/dev/usb/serial/ubser.c b/sys/dev/usb/serial/ubser.c index 10fb564c430..8a3ea4f33a7 100644 --- a/sys/dev/usb/serial/ubser.c +++ b/sys/dev/usb/serial/ubser.c @@ -8,6 +8,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2002, Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/serial/uchcom.c b/sys/dev/usb/serial/uchcom.c index e3fdeedc8a2..42baecf5d64 100644 --- a/sys/dev/usb/serial/uchcom.c +++ b/sys/dev/usb/serial/uchcom.c @@ -1,6 +1,8 @@ /* $NetBSD: uchcom.c,v 1.1 2007/09/03 17:57:37 tshiozak Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2007, Takanori Watanabe * All rights reserved. * diff --git a/sys/dev/usb/serial/ucycom.c b/sys/dev/usb/serial/ucycom.c index 66aedecd104..b8c3a0189b3 100644 --- a/sys/dev/usb/serial/ucycom.c +++ b/sys/dev/usb/serial/ucycom.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Dag-Erling Coïdan Smørgrav * All rights reserved. * diff --git a/sys/dev/usb/serial/ufoma.c b/sys/dev/usb/serial/ufoma.c index dfb41e1871d..c27232eca21 100644 --- a/sys/dev/usb/serial/ufoma.c +++ b/sys/dev/usb/serial/ufoma.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); #define UFOMA_HANDSFREE /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2005, Takanori Watanabe * Copyright (c) 2003, M. Warner Losh . * All rights reserved. diff --git a/sys/dev/usb/serial/uftdi.c b/sys/dev/usb/serial/uftdi.c index bdad3189139..da141a1c494 100644 --- a/sys/dev/usb/serial/uftdi.c +++ b/sys/dev/usb/serial/uftdi.c @@ -1,6 +1,8 @@ /* $NetBSD: uftdi.c,v 1.13 2002/09/23 05:51:23 simonb Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/ugensa.c b/sys/dev/usb/serial/ugensa.c index d78c326c9a9..19bcfca05b7 100644 --- a/sys/dev/usb/serial/ugensa.c +++ b/sys/dev/usb/serial/ugensa.c @@ -1,7 +1,9 @@ /* $FreeBSD$ */ /* $NetBSD: ugensa.c,v 1.9.2.1 2007/03/24 14:55:50 yamt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/uipaq.c b/sys/dev/usb/serial/uipaq.c index d483ce59017..ba83ad7d2ac 100644 --- a/sys/dev/usb/serial/uipaq.c +++ b/sys/dev/usb/serial/uipaq.c @@ -1,7 +1,9 @@ /* $NetBSD: uipaq.c,v 1.4 2006/11/16 01:33:27 christos Exp $ */ /* $OpenBSD: uipaq.c,v 1.1 2005/06/17 23:50:33 deraadt Exp $ */ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000-2005 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/ulpt.c b/sys/dev/usb/serial/ulpt.c index 529f8355445..80873b985cc 100644 --- a/sys/dev/usb/serial/ulpt.c +++ b/sys/dev/usb/serial/ulpt.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /* $NetBSD: ulpt.c,v 1.60 2003/10/04 21:19:50 augustss Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998, 2003 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/umcs.c b/sys/dev/usb/serial/umcs.c index c5ac0d6c52a..bcff8190344 100644 --- a/sys/dev/usb/serial/umcs.c +++ b/sys/dev/usb/serial/umcs.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lev Serebryakov . * All rights reserved. * diff --git a/sys/dev/usb/serial/umcs.h b/sys/dev/usb/serial/umcs.h index 8ba57c13878..288988c2d9b 100644 --- a/sys/dev/usb/serial/umcs.h +++ b/sys/dev/usb/serial/umcs.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Lev Serebryakov . * All rights reserved. * diff --git a/sys/dev/usb/serial/umct.c b/sys/dev/usb/serial/umct.c index 251e0790fce..5ec06ec76b3 100644 --- a/sys/dev/usb/serial/umct.c +++ b/sys/dev/usb/serial/umct.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2003 Scott Long * All rights reserved. * diff --git a/sys/dev/usb/serial/umodem.c b/sys/dev/usb/serial/umodem.c index b9f798b479a..654a8e95390 100644 --- a/sys/dev/usb/serial/umodem.c +++ b/sys/dev/usb/serial/umodem.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2003, M. Warner Losh . * All rights reserved. * diff --git a/sys/dev/usb/serial/uplcom.c b/sys/dev/usb/serial/uplcom.c index 1bcf131dd29..9854e4e7884 100644 --- a/sys/dev/usb/serial/uplcom.c +++ b/sys/dev/usb/serial/uplcom.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/serial/usb_serial.c b/sys/dev/usb/serial/usb_serial.c index c5fc14b41b4..96c2c45c5ee 100644 --- a/sys/dev/usb/serial/usb_serial.c +++ b/sys/dev/usb/serial/usb_serial.c @@ -1,6 +1,8 @@ /* $NetBSD: ucom.c,v 1.40 2001/11/13 06:24:54 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2003, 2005, 2008 * Shunsuke Akiyama . * All rights reserved. diff --git a/sys/dev/usb/serial/usb_serial.h b/sys/dev/usb/serial/usb_serial.h index 2c53f445b6d..9a5e043e247 100644 --- a/sys/dev/usb/serial/usb_serial.h +++ b/sys/dev/usb/serial/usb_serial.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-2-Clause-NetBSD + * * Copyright (c) 2001-2002, Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/serial/uvisor.c b/sys/dev/usb/serial/uvisor.c index 4d72e38d9df..83b3657798c 100644 --- a/sys/dev/usb/serial/uvisor.c +++ b/sys/dev/usb/serial/uvisor.c @@ -14,6 +14,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2000 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/serial/uvscom.c b/sys/dev/usb/serial/uvscom.c index 0a6e7146a43..201cea92305 100644 --- a/sys/dev/usb/serial/uvscom.c +++ b/sys/dev/usb/serial/uvscom.c @@ -4,6 +4,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001-2003, 2005 Shunsuke Akiyama . * All rights reserved. * diff --git a/sys/dev/usb/storage/umass.c b/sys/dev/usb/storage/umass.c index 0f7a5713dee..3dd3bfa4b3d 100644 --- a/sys/dev/usb/storage/umass.c +++ b/sys/dev/usb/storage/umass.c @@ -2,6 +2,8 @@ __FBSDID("$FreeBSD$"); /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 MAEKAWA Masahide , * Nick Hibma * All rights reserved. diff --git a/sys/dev/usb/storage/urio.c b/sys/dev/usb/storage/urio.c index 7de31324b77..b205bff0c1a 100644 --- a/sys/dev/usb/storage/urio.c +++ b/sys/dev/usb/storage/urio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2000 Iwasa Kazmi * All rights reserved. * diff --git a/sys/dev/usb/storage/ustorage_fs.c b/sys/dev/usb/storage/ustorage_fs.c index 69c3d2087f0..b2958e584f9 100644 --- a/sys/dev/usb/storage/ustorage_fs.c +++ b/sys/dev/usb/storage/ustorage_fs.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2003-2005 Alan Stern * Copyright (C) 2008 Hans Petter Selasky * All rights reserved. diff --git a/sys/dev/usb/template/usb_template.c b/sys/dev/usb/template/usb_template.c index 9bebbf6eb8b..f94b92519b3 100644 --- a/sys/dev/usb/template/usb_template.c +++ b/sys/dev/usb/template/usb_template.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template.h b/sys/dev/usb/template/usb_template.h index 1b320c689f1..f9268f7ab7b 100644 --- a/sys/dev/usb/template/usb_template.h +++ b/sys/dev/usb/template/usb_template.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_audio.c b/sys/dev/usb/template/usb_template_audio.c index ccf50937e31..a934a5114b7 100644 --- a/sys/dev/usb/template/usb_template_audio.c +++ b/sys/dev/usb/template/usb_template_audio.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_cdce.c b/sys/dev/usb/template/usb_template_cdce.c index 68f69d0ad57..3defec8540c 100644 --- a/sys/dev/usb/template/usb_template_cdce.c +++ b/sys/dev/usb/template/usb_template_cdce.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2007 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_kbd.c b/sys/dev/usb/template/usb_template_kbd.c index 25d4d17d9fa..7a1e6ed13bf 100644 --- a/sys/dev/usb/template/usb_template_kbd.c +++ b/sys/dev/usb/template/usb_template_kbd.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_modem.c b/sys/dev/usb/template/usb_template_modem.c index cf520eff3a1..ac0cea7e056 100644 --- a/sys/dev/usb/template/usb_template_modem.c +++ b/sys/dev/usb/template/usb_template_modem.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_mouse.c b/sys/dev/usb/template/usb_template_mouse.c index 215cede7600..8485639a7ac 100644 --- a/sys/dev/usb/template/usb_template_mouse.c +++ b/sys/dev/usb/template/usb_template_mouse.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/template/usb_template_msc.c b/sys/dev/usb/template/usb_template_msc.c index 6809e63ff6e..12226a2b221 100644 --- a/sys/dev/usb/template/usb_template_msc.c +++ b/sys/dev/usb/template/usb_template_msc.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/template/usb_template_mtp.c b/sys/dev/usb/template/usb_template_mtp.c index d428e992f06..a2bfc04c2dc 100644 --- a/sys/dev/usb/template/usb_template_mtp.c +++ b/sys/dev/usb/template/usb_template_mtp.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky * All rights reserved. * diff --git a/sys/dev/usb/ufm_ioctl.h b/sys/dev/usb/ufm_ioctl.h index 5a233883546..599d36d4c62 100644 --- a/sys/dev/usb/ufm_ioctl.h +++ b/sys/dev/usb/ufm_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2001 M. Warner Losh * All rights reserved. * diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index bcea2ac8bd1..0e549ae4b05 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_bus.h b/sys/dev/usb/usb_bus.h index 3ceeb1efa7e..710436c16eb 100644 --- a/sys/dev/usb/usb_bus.h +++ b/sys/dev/usb/usb_bus.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_busdma.c b/sys/dev/usb/usb_busdma.c index d0cf5636c53..f43926d04aa 100644 --- a/sys/dev/usb/usb_busdma.c +++ b/sys/dev/usb/usb_busdma.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_busdma.h b/sys/dev/usb/usb_busdma.h index 077bf8b8641..d75e67eee8f 100644 --- a/sys/dev/usb/usb_busdma.h +++ b/sys/dev/usb/usb_busdma.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_cdc.h b/sys/dev/usb/usb_cdc.h index 86f35170735..d77c24bb7ad 100644 --- a/sys/dev/usb/usb_cdc.h +++ b/sys/dev/usb/usb_cdc.h @@ -2,6 +2,8 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/usb_controller.h b/sys/dev/usb/usb_controller.h index 6a2f6b03edd..59139e64bd9 100644 --- a/sys/dev/usb/usb_controller.h +++ b/sys/dev/usb/usb_controller.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_core.c b/sys/dev/usb/usb_core.c index bb0616a1558..9605839ec10 100644 --- a/sys/dev/usb/usb_core.c +++ b/sys/dev/usb/usb_core.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_core.h b/sys/dev/usb/usb_core.h index 9f52e65af2c..01018ca9221 100644 --- a/sys/dev/usb/usb_core.h +++ b/sys/dev/usb/usb_core.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_debug.c b/sys/dev/usb/usb_debug.c index 9c7fa6e1d06..7e4760cd636 100644 --- a/sys/dev/usb/usb_debug.c +++ b/sys/dev/usb/usb_debug.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_debug.h b/sys/dev/usb/usb_debug.h index e30f2c2c83d..87c0dcfe3d5 100644 --- a/sys/dev/usb/usb_debug.h +++ b/sys/dev/usb/usb_debug.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dev.c b/sys/dev/usb/usb_dev.c index f88a1189fe7..206d0ec3c71 100644 --- a/sys/dev/usb/usb_dev.c +++ b/sys/dev/usb/usb_dev.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2006-2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dev.h b/sys/dev/usb/usb_dev.h index f87ba53bc1a..ae851153efb 100644 --- a/sys/dev/usb/usb_dev.h +++ b/sys/dev/usb/usb_dev.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_device.c b/sys/dev/usb/usb_device.c index 56a6095a16e..e9f3655e413 100644 --- a/sys/dev/usb/usb_device.c +++ b/sys/dev/usb/usb_device.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_device.h b/sys/dev/usb/usb_device.h index 22e15606380..1cf48ea14a3 100644 --- a/sys/dev/usb/usb_device.h +++ b/sys/dev/usb/usb_device.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dynamic.c b/sys/dev/usb/usb_dynamic.c index 24c13f9f5dc..1f4370ad2d5 100644 --- a/sys/dev/usb/usb_dynamic.c +++ b/sys/dev/usb/usb_dynamic.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_dynamic.h b/sys/dev/usb/usb_dynamic.h index e52c46fb75b..2d46afc8356 100644 --- a/sys/dev/usb/usb_dynamic.h +++ b/sys/dev/usb/usb_dynamic.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_endian.h b/sys/dev/usb/usb_endian.h index 0bbcb9bf828..59761767728 100644 --- a/sys/dev/usb/usb_endian.h +++ b/sys/dev/usb/usb_endian.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /* + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_error.c b/sys/dev/usb/usb_error.c index 5987d8107c4..b2b44e18fa5 100644 --- a/sys/dev/usb/usb_error.c +++ b/sys/dev/usb/usb_error.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h index ad0f44708bc..871fc7125ad 100644 --- a/sys/dev/usb/usb_freebsd.h +++ b/sys/dev/usb/usb_freebsd.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_freebsd_loader.h b/sys/dev/usb/usb_freebsd_loader.h index cc78ebc3301..52f895b2e55 100644 --- a/sys/dev/usb/usb_freebsd_loader.h +++ b/sys/dev/usb/usb_freebsd_loader.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_generic.c b/sys/dev/usb/usb_generic.c index f5d876c903c..a6f2f87506a 100644 --- a/sys/dev/usb/usb_generic.c +++ b/sys/dev/usb/usb_generic.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_generic.h b/sys/dev/usb/usb_generic.h index 835ec72afd0..d03f25cd945 100644 --- a/sys/dev/usb/usb_generic.h +++ b/sys/dev/usb/usb_generic.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_handle_request.c b/sys/dev/usb/usb_handle_request.c index fcbdf95f748..58088644f09 100644 --- a/sys/dev/usb/usb_handle_request.c +++ b/sys/dev/usb/usb_handle_request.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c index 2c045dbed44..b68a364e689 100644 --- a/sys/dev/usb/usb_hid.c +++ b/sys/dev/usb/usb_hid.c @@ -1,6 +1,8 @@ /* $FreeBSD$ */ /* $NetBSD: hid.c,v 1.17 2001/11/13 06:24:53 lukem Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. * diff --git a/sys/dev/usb/usb_hub.c b/sys/dev/usb/usb_hub.c index 624bb381670..59d56e65697 100644 --- a/sys/dev/usb/usb_hub.c +++ b/sys/dev/usb/usb_hub.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008-2010 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_hub.h b/sys/dev/usb/usb_hub.h index 16430d9b29a..3d4e0837310 100644 --- a/sys/dev/usb/usb_hub.h +++ b/sys/dev/usb/usb_hub.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_ioctl.h b/sys/dev/usb/usb_ioctl.h index 683f3e61b85..7cf90649db0 100644 --- a/sys/dev/usb/usb_ioctl.h +++ b/sys/dev/usb/usb_ioctl.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/usb_lookup.c b/sys/dev/usb/usb_lookup.c index 86e1a82a74c..f3faf7e8ac4 100644 --- a/sys/dev/usb/usb_lookup.c +++ b/sys/dev/usb/usb_lookup.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_mbuf.c b/sys/dev/usb/usb_mbuf.c index ff2f6da2afd..eacef78be4c 100644 --- a/sys/dev/usb/usb_mbuf.c +++ b/sys/dev/usb/usb_mbuf.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_mbuf.h b/sys/dev/usb/usb_mbuf.h index 3b331ffce68..2466e2e4c4d 100644 --- a/sys/dev/usb/usb_mbuf.h +++ b/sys/dev/usb/usb_mbuf.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_msctest.c b/sys/dev/usb/usb_msctest.c index 27232ba392a..b8b39596b05 100644 --- a/sys/dev/usb/usb_msctest.c +++ b/sys/dev/usb/usb_msctest.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008,2011 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_msctest.h b/sys/dev/usb/usb_msctest.h index d3f26c2b193..6b5d3283738 100644 --- a/sys/dev/usb/usb_msctest.h +++ b/sys/dev/usb/usb_msctest.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_parse.c b/sys/dev/usb/usb_parse.c index 07446966fcc..5cace00fadc 100644 --- a/sys/dev/usb/usb_parse.c +++ b/sys/dev/usb/usb_parse.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_pci.h b/sys/dev/usb/usb_pci.h index 6eebc55175b..86e8cb397e4 100644 --- a/sys/dev/usb/usb_pci.h +++ b/sys/dev/usb/usb_pci.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index 1855b9ce3a3..9767cf76d24 100644 --- a/sys/dev/usb/usb_process.c +++ b/sys/dev/usb/usb_process.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_process.h b/sys/dev/usb/usb_process.h index dd20afd4e65..7be78917b8f 100644 --- a/sys/dev/usb/usb_process.h +++ b/sys/dev/usb/usb_process.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_request.c b/sys/dev/usb/usb_request.c index f84263e977c..98af1964aa4 100644 --- a/sys/dev/usb/usb_request.c +++ b/sys/dev/usb/usb_request.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. diff --git a/sys/dev/usb/usb_request.h b/sys/dev/usb/usb_request.h index 9f0a4e644d5..7c65313265e 100644 --- a/sys/dev/usb/usb_request.h +++ b/sys/dev/usb/usb_request.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_transfer.c b/sys/dev/usb/usb_transfer.c index ad562f1f868..7682289831d 100644 --- a/sys/dev/usb/usb_transfer.c +++ b/sys/dev/usb/usb_transfer.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_transfer.h b/sys/dev/usb/usb_transfer.h index f035240b2b4..da632a73826 100644 --- a/sys/dev/usb/usb_transfer.h +++ b/sys/dev/usb/usb_transfer.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_util.c b/sys/dev/usb/usb_util.c index cc9ede184bf..8a85bf6506b 100644 --- a/sys/dev/usb/usb_util.c +++ b/sys/dev/usb/usb_util.c @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usb_util.h b/sys/dev/usb/usb_util.h index 7e52404f1fd..87e54d35150 100644 --- a/sys/dev/usb/usb_util.h +++ b/sys/dev/usb/usb_util.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h index 6ad3e43e15f..2be8eef1c43 100644 --- a/sys/dev/usb/usbdi.h +++ b/sys/dev/usb/usbdi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index 1e450f8f4ff..d0ee6f9d330 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Andrew Thompson * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/usb/usbhid.h b/sys/dev/usb/usbhid.h index 31aa7ea4b2d..8870e2918df 100644 --- a/sys/dev/usb/usbhid.h +++ b/sys/dev/usb/usbhid.h @@ -1,5 +1,7 @@ /* $FreeBSD$ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD + * * Copyright (c) 2008 Hans Petter Selasky. All rights reserved. * Copyright (c) 1998 The NetBSD Foundation, Inc. All rights reserved. * Copyright (c) 1998 Lennart Augustsson. All rights reserved. diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index d667795ff9b..bd2930640f3 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND 0BSD + * * Copyright (c) 2006 Sam Leffler, Errno Consulting * Copyright (c) 2008-2009 Weongyo Jeong * All rights reserved. diff --git a/sys/dev/usb/wlan/if_zydfw.h b/sys/dev/usb/wlan/if_zydfw.h index 46f5c2aba75..f18442e924b 100644 --- a/sys/dev/usb/wlan/if_zydfw.h +++ b/sys/dev/usb/wlan/if_zydfw.h @@ -1,4 +1,6 @@ /* + * SPDX-License-Identifier: BSD-3-Clause + * * Copyright (C) 2001, 2002, 2003,2004 ZyDAS Technology Corporation. * All rights reserved. * diff --git a/sys/dev/viawd/viawd.c b/sys/dev/viawd/viawd.c index 46d7644f77e..95a4a111178 100644 --- a/sys/dev/viawd/viawd.c +++ b/sys/dev/viawd/viawd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/viawd/viawd.h b/sys/dev/viawd/viawd.h index d311b8848dc..4771a866307 100644 --- a/sys/dev/viawd/viawd.h +++ b/sys/dev/viawd/viawd.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Fabien Thomas * All rights reserved. * diff --git a/sys/dev/virtio/balloon/virtio_balloon.c b/sys/dev/virtio/balloon/virtio_balloon.c index 6d00ef38bfa..678a25ce21d 100644 --- a/sys/dev/virtio/balloon/virtio_balloon.c +++ b/sys/dev/virtio/balloon/virtio_balloon.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/block/virtio_blk.c b/sys/dev/virtio/block/virtio_blk.c index 7b273641a5d..6fb64cf3260 100644 --- a/sys/dev/virtio/block/virtio_blk.c +++ b/sys/dev/virtio/block/virtio_blk.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/network/if_vtnet.c b/sys/dev/virtio/network/if_vtnet.c index 9c725d1d293..2a7174177d5 100644 --- a/sys/dev/virtio/network/if_vtnet.c +++ b/sys/dev/virtio/network/if_vtnet.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/network/if_vtnetvar.h b/sys/dev/virtio/network/if_vtnetvar.h index 718725fa6d6..e317a895d6b 100644 --- a/sys/dev/virtio/network/if_vtnetvar.h +++ b/sys/dev/virtio/network/if_vtnetvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/pci/virtio_pci.c b/sys/dev/virtio/pci/virtio_pci.c index 121351fda26..100b44cd184 100644 --- a/sys/dev/virtio/pci/virtio_pci.c +++ b/sys/dev/virtio/pci/virtio_pci.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/random/virtio_random.c b/sys/dev/virtio/random/virtio_random.c index 8c08853f350..18326891f05 100644 --- a/sys/dev/virtio/random/virtio_random.c +++ b/sys/dev/virtio/random/virtio_random.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/scsi/virtio_scsi.c b/sys/dev/virtio/scsi/virtio_scsi.c index 0c08b84a146..102758f8ab4 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.c +++ b/sys/dev/virtio/scsi/virtio_scsi.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/scsi/virtio_scsi.h b/sys/dev/virtio/scsi/virtio_scsi.h index caf7aaf84e6..9a9c5232dfe 100644 --- a/sys/dev/virtio/scsi/virtio_scsi.h +++ b/sys/dev/virtio/scsi/virtio_scsi.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * This header is BSD licensed so anyone can use the definitions to implement * compatible drivers/servers. * diff --git a/sys/dev/virtio/scsi/virtio_scsivar.h b/sys/dev/virtio/scsi/virtio_scsivar.h index f30f66751b8..3e4109e6587 100644 --- a/sys/dev/virtio/scsi/virtio_scsivar.h +++ b/sys/dev/virtio/scsi/virtio_scsivar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2012, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/virtio.c b/sys/dev/virtio/virtio.c index b19c288d4e6..9cdfd5e665f 100644 --- a/sys/dev/virtio/virtio.c +++ b/sys/dev/virtio/virtio.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/virtqueue.c b/sys/dev/virtio/virtqueue.c index e25d39e6b5d..9434298ce23 100644 --- a/sys/dev/virtio/virtqueue.c +++ b/sys/dev/virtio/virtqueue.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/virtio/virtqueue.h b/sys/dev/virtio/virtqueue.h index cefb8484559..7a70dc78169 100644 --- a/sys/dev/virtio/virtqueue.h +++ b/sys/dev/virtio/virtqueue.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011, Bryan Venteicher * All rights reserved. * diff --git a/sys/dev/vkbd/vkbd.c b/sys/dev/vkbd/vkbd.c index 6bfd5e9f298..f6454916368 100644 --- a/sys/dev/vkbd/vkbd.c +++ b/sys/dev/vkbd/vkbd.c @@ -3,6 +3,8 @@ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Maksim Yevmenkin * All rights reserved. * diff --git a/sys/dev/vkbd/vkbd_var.h b/sys/dev/vkbd/vkbd_var.h index 51e7ff467d1..d5f3ec81d03 100644 --- a/sys/dev/vkbd/vkbd_var.h +++ b/sys/dev/vkbd/vkbd_var.h @@ -1,6 +1,8 @@ /*- * vkbd_var.h * + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Maksim Yevmenkin * All rights reserved. * diff --git a/sys/dev/vt/colors/vt_termcolors.c b/sys/dev/vt/colors/vt_termcolors.c index 507561945db..aa42efe89e7 100644 --- a/sys/dev/vt/colors/vt_termcolors.c +++ b/sys/dev/vt/colors/vt_termcolors.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/colors/vt_termcolors.h b/sys/dev/vt/colors/vt_termcolors.h index fd54733dd32..dbea54a1c75 100644 --- a/sys/dev/vt/colors/vt_termcolors.h +++ b/sys/dev/vt/colors/vt_termcolors.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/font/vt_font_default.c b/sys/dev/vt/font/vt_font_default.c index 636103b373a..4fe00a3269e 100644 --- a/sys/dev/vt/font/vt_font_default.c +++ b/sys/dev/vt/font/vt_font_default.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (C) 2014 Dimitar Toshkov Zhekov. All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vt/font/vt_mouse_cursor.c b/sys/dev/vt/font/vt_mouse_cursor.c index 5e012150c2d..386fe99a1f4 100644 --- a/sys/dev/vt/font/vt_mouse_cursor.c +++ b/sys/dev/vt/font/vt_mouse_cursor.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/efifb/efifb.c b/sys/dev/vt/hw/efifb/efifb.c index 9c9904088a1..7b8b88cad51 100644 --- a/sys/dev/vt/hw/efifb/efifb.c +++ b/sys/dev/vt/hw/efifb/efifb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2014 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_early_fb.c b/sys/dev/vt/hw/fb/vt_early_fb.c index 3eddfba4802..29306f336e4 100644 --- a/sys/dev/vt/hw/fb/vt_early_fb.c +++ b/sys/dev/vt/hw/fb/vt_early_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c index 1a9bbecd2e3..6145940b247 100644 --- a/sys/dev/vt/hw/fb/vt_fb.c +++ b/sys/dev/vt/hw/fb/vt_fb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/fb/vt_fb.h b/sys/dev/vt/hw/fb/vt_fb.h index 98ecefa77f6..6a185bab0dc 100644 --- a/sys/dev/vt/hw/fb/vt_fb.h +++ b/sys/dev/vt/hw/fb/vt_fb.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/hw/ofwfb/ofwfb.c b/sys/dev/vt/hw/ofwfb/ofwfb.c index 0776a8e622d..5c9c0695ce9 100644 --- a/sys/dev/vt/hw/ofwfb/ofwfb.c +++ b/sys/dev/vt/hw/ofwfb/ofwfb.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Nathan Whitehorn * All rights reserved. * diff --git a/sys/dev/vt/logo/logo_freebsd.c b/sys/dev/vt/logo/logo_freebsd.c index beb3f0c4990..f6d141f09cf 100644 --- a/sys/dev/vt/logo/logo_freebsd.c +++ b/sys/dev/vt/logo/logo_freebsd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt.h b/sys/dev/vt/vt.h index 038e2a479e6..3d5bd227ddb 100644 --- a/sys/dev/vt/vt.h +++ b/sys/dev/vt/vt.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_buf.c b/sys/dev/vt/vt_buf.c index 5a7bee55f25..443faeef63f 100644 --- a/sys/dev/vt/vt_buf.c +++ b/sys/dev/vt/vt_buf.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_consolectl.c b/sys/dev/vt/vt_consolectl.c index a7042fd1470..4353271255f 100644 --- a/sys/dev/vt/vt_consolectl.c +++ b/sys/dev/vt/vt_consolectl.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c index 5efc4eb2432..44363fb47cc 100644 --- a/sys/dev/vt/vt_core.c +++ b/sys/dev/vt/vt_core.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009, 2013 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_font.c b/sys/dev/vt/vt_font.c index 4c369c68bdb..c51385e3891 100644 --- a/sys/dev/vt/vt_font.c +++ b/sys/dev/vt/vt_font.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 The FreeBSD Foundation * All rights reserved. * diff --git a/sys/dev/vt/vt_sysmouse.c b/sys/dev/vt/vt_sysmouse.c index 019050b7694..4afb9e1e126 100644 --- a/sys/dev/vt/vt_sysmouse.c +++ b/sys/dev/vt/vt_sysmouse.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1999 Kazutaka YOKOTA * All rights reserved. * diff --git a/sys/dev/vte/if_vte.c b/sys/dev/vte/if_vte.c index d3eb06a6ba3..b0f588888a4 100644 --- a/sys/dev/vte/if_vte.c +++ b/sys/dev/vte/if_vte.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/vte/if_vtereg.h b/sys/dev/vte/if_vtereg.h index 536617b88c1..2d90525010d 100644 --- a/sys/dev/vte/if_vtereg.h +++ b/sys/dev/vte/if_vtereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/vte/if_vtevar.h b/sys/dev/vte/if_vtevar.h index a8e79d09c68..9f2f7dda5bb 100644 --- a/sys/dev/vte/if_vtevar.h +++ b/sys/dev/vte/if_vtevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010, Pyun YongHyeon * All rights reserved. * diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c index a1ba239a7b9..75769fd70a0 100644 --- a/sys/dev/vx/if_vx.c +++ b/sys/dev/vx/if_vx.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1994 Herb Peyerl * All rights reserved. * diff --git a/sys/dev/vx/if_vxreg.h b/sys/dev/vx/if_vxreg.h index 2960f49f1f5..d0619a246ce 100644 --- a/sys/dev/vx/if_vxreg.h +++ b/sys/dev/vx/if_vxreg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/vx/if_vxvar.h b/sys/dev/vx/if_vxvar.h index 8c312e2cbe9..e4a3ab7aa84 100644 --- a/sys/dev/vx/if_vxvar.h +++ b/sys/dev/vx/if_vxvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1993 Herb Peyerl (hpeyerl@novatel.ca) All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/watchdog/watchdog.c b/sys/dev/watchdog/watchdog.c index f5f40eca10d..549298b1b46 100644 --- a/sys/dev/watchdog/watchdog.c +++ b/sys/dev/watchdog/watchdog.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004 Poul-Henning Kamp * Copyright (c) 2013 iXsystems.com, * author: Alfred Perlstein diff --git a/sys/dev/wbwd/wbwd.c b/sys/dev/wbwd/wbwd.c index 47d7bbddd6d..e6c5c07d636 100644 --- a/sys/dev/wbwd/wbwd.c +++ b/sys/dev/wbwd/wbwd.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Sandvine Incorporated ULC. * Copyright (c) 2012 iXsystems, Inc. * All rights reserved. diff --git a/sys/dev/wtap/if_medium.c b/sys/dev/wtap/if_medium.c index 74faa5b149d..f4b84d3784d 100644 --- a/sys/dev/wtap/if_medium.c +++ b/sys/dev/wtap/if_medium.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_medium.h b/sys/dev/wtap/if_medium.h index 0650a5ee0ef..03d6e2ffefc 100644 --- a/sys/dev/wtap/if_medium.h +++ b/sys/dev/wtap/if_medium.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtap.c b/sys/dev/wtap/if_wtap.c index 96461298fcb..e9cb3d418fe 100644 --- a/sys/dev/wtap/if_wtap.c +++ b/sys/dev/wtap/if_wtap.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtap_module.c b/sys/dev/wtap/if_wtap_module.c index c03293eafe3..043e42ea74e 100644 --- a/sys/dev/wtap/if_wtap_module.c +++ b/sys/dev/wtap/if_wtap_module.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtapioctl.h b/sys/dev/wtap/if_wtapioctl.h index 23d0f17adb0..5aabcacb0b2 100644 --- a/sys/dev/wtap/if_wtapioctl.h +++ b/sys/dev/wtap/if_wtapioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/if_wtapvar.h b/sys/dev/wtap/if_wtapvar.h index a5cfd494697..d081ecd358f 100644 --- a/sys/dev/wtap/if_wtapvar.h +++ b/sys/dev/wtap/if_wtapvar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility.c b/sys/dev/wtap/plugins/visibility.c index 82ce5e8a119..de94e710b26 100644 --- a/sys/dev/wtap/plugins/visibility.c +++ b/sys/dev/wtap/plugins/visibility.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility.h b/sys/dev/wtap/plugins/visibility.h index a5e84b06876..920c495fcf0 100644 --- a/sys/dev/wtap/plugins/visibility.h +++ b/sys/dev/wtap/plugins/visibility.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/visibility_ioctl.h b/sys/dev/wtap/plugins/visibility_ioctl.h index 08760c6c5c0..7c53fcd69c8 100644 --- a/sys/dev/wtap/plugins/visibility_ioctl.h +++ b/sys/dev/wtap/plugins/visibility_ioctl.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/plugins/wtap_plugin.h b/sys/dev/wtap/plugins/wtap_plugin.h index 3ced37f7f76..aa286e82acc 100644 --- a/sys/dev/wtap/plugins/wtap_plugin.h +++ b/sys/dev/wtap/plugins/wtap_plugin.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/hal.c b/sys/dev/wtap/wtap_hal/hal.c index 6014e3963a6..b76fae1d629 100644 --- a/sys/dev/wtap/wtap_hal/hal.c +++ b/sys/dev/wtap/wtap_hal/hal.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/hal.h b/sys/dev/wtap/wtap_hal/hal.h index f41aed9672b..f03e92de4d2 100644 --- a/sys/dev/wtap/wtap_hal/hal.h +++ b/sys/dev/wtap/wtap_hal/hal.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/wtap/wtap_hal/handler.h b/sys/dev/wtap/wtap_hal/handler.h index ef645fe2a94..6ffc58af36e 100644 --- a/sys/dev/wtap/wtap_hal/handler.h +++ b/sys/dev/wtap/wtap_hal/handler.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2010-2011 Monthadar Al Jaberi, TerraNet AB * All rights reserved. * diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c index e18af8ca2b2..3cd050b70dc 100644 --- a/sys/dev/xe/if_xe.c +++ b/sys/dev/xe/if_xe.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-3-Clause + * * Copyright (c) 1998, 1999, 2003 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xe/if_xe_pccard.c b/sys/dev/xe/if_xe_pccard.c index fb2cff608e0..ba6277d209c 100644 --- a/sys/dev/xe/if_xe_pccard.c +++ b/sys/dev/xe/if_xe_pccard.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2002 Takeshi Shibagaki * All rights reserved. * diff --git a/sys/dev/xe/if_xereg.h b/sys/dev/xe/if_xereg.h index b81ae6b1f74..820d10603ef 100644 --- a/sys/dev/xe/if_xereg.h +++ b/sys/dev/xe/if_xereg.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xe/if_xevar.h b/sys/dev/xe/if_xevar.h index 616b52c2e91..57211dc4794 100644 --- a/sys/dev/xe/if_xevar.h +++ b/sys/dev/xe/if_xevar.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 1998, 1999 Scott Mitchell * All rights reserved. * diff --git a/sys/dev/xen/blkback/blkback.c b/sys/dev/xen/blkback/blkback.c index 9c9735e5b24..bd7a013f803 100644 --- a/sys/dev/xen/blkback/blkback.c +++ b/sys/dev/xen/blkback/blkback.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2012 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/control/control.c b/sys/dev/xen/control/control.c index d5aa97e03b7..45cabf43c44 100644 --- a/sys/dev/xen/control/control.c +++ b/sys/dev/xen/control/control.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD AND BSD-4-Clause + * * Copyright (c) 2010 Justin T. Gibbs, Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netback/netback.c b/sys/dev/xen/netback/netback.c index 1e030138cdd..11b9d845234 100644 --- a/sys/dev/xen/netback/netback.c +++ b/sys/dev/xen/netback/netback.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netback/netback_unit_tests.c b/sys/dev/xen/netback/netback_unit_tests.c index 79e7454879e..bdb1a8c8270 100644 --- a/sys/dev/xen/netback/netback_unit_tests.c +++ b/sys/dev/xen/netback/netback_unit_tests.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009-2011 Spectra Logic Corporation * All rights reserved. * diff --git a/sys/dev/xen/netfront/netfront.c b/sys/dev/xen/netfront/netfront.c index 226510cc6bd..f35fa940c18 100644 --- a/sys/dev/xen/netfront/netfront.c +++ b/sys/dev/xen/netfront/netfront.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2004-2006 Kip Macy * Copyright (c) 2015 Wei Liu * All rights reserved. diff --git a/sys/dev/xen/timer/timer.c b/sys/dev/xen/timer/timer.c index 7acc8451d83..465d978fbbb 100644 --- a/sys/dev/xen/timer/timer.c +++ b/sys/dev/xen/timer/timer.c @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2009 Adrian Chadd * Copyright (c) 2012 Spectra Logic Corporation * All rights reserved. diff --git a/sys/dev/xen/timer/timer.h b/sys/dev/xen/timer/timer.h index 38518cb394c..d618cae2bba 100644 --- a/sys/dev/xen/timer/timer.h +++ b/sys/dev/xen/timer/timer.h @@ -1,4 +1,6 @@ /*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2013 Roger Pau Monné * All rights reserved. * diff --git a/sys/dev/xen/xenpci/xenpci.c b/sys/dev/xen/xenpci/xenpci.c index 3a596b4a4f9..4093c033c60 100644 --- a/sys/dev/xen/xenpci/xenpci.c +++ b/sys/dev/xen/xenpci/xenpci.c @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Citrix Systems, Inc. * All rights reserved. * diff --git a/sys/dev/xen/xenpci/xenpcivar.h b/sys/dev/xen/xenpci/xenpcivar.h index 45d12159ed0..ece80f18f15 100644 --- a/sys/dev/xen/xenpci/xenpcivar.h +++ b/sys/dev/xen/xenpci/xenpcivar.h @@ -1,4 +1,6 @@ -/* +/*- + * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * * Copyright (c) 2008 Citrix Systems, Inc. * All rights reserved. * diff --git a/sys/dev/xl/xlphy.c b/sys/dev/xl/xlphy.c index a5555c7ff3f..77c853751be 100644 --- a/sys/dev/xl/xlphy.c +++ b/sys/dev/xl/xlphy.c @@ -1,6 +1,8 @@ /* $NetBSD: exphy.c,v 1.16 1999/04/23 04:24:32 thorpej Exp $ */ /*- + * SPDX-License-Identifier: BSD-2-Clause-NetBSD AND BSD-2-Clause + * * Copyright (c) 1998, 1999 The NetBSD Foundation, Inc. * All rights reserved. *